@charset "UTF-8";
/* LP準備用
html,body{
margin:0;
}
 */
/*  ↓ここから↓   */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@100;200;300;400;500;600;700;800;900&family=Kiwi+Maru&family=Kosugi+Maru&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --scale: 0.8333; /* 1000 ÷ 1200 */
}

.is-tab {
  display: none;
}
.disSp {
  display: none;
}
.disPc {
  display: block;
}
/* 共通 */
.local-wrapper{
  width: 100%;
  overflow: hidden;
}
.local-wrapper *{
  box-sizing: border-box;
}
.local-wrapper p{
  line-height: 1.5;
  color: #333;
}
.local-wrapper img{
  max-width: 100%;
}
.local-wrapper a {
  text-decoration: none;
  transition: opacity 0.25s;
  cursor: pointer;
}
.local-wrapper a:focus,
.local-wrapper a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1239px){
  .is-tab {
    display:block
  }
}
@media screen and (max-width: 768px){
  .disSp {
    display: block;
  }
  .disPc {
    display: none;
  }
  .local-wrapper p {
    font-size: 3.6vw;
  }
}


/* Style Start ↓↓↓↓↓↓↓ */

/* head */
.main-head {
  background-color: #FFEA00;
}
.main-head h2 {
  width: calc(600px * var(--scale));
  margin: 0 auto;
  padding: calc(30px * var(--scale)) 0;
}
.main-head .main-banner img {
  border-radius: 20px 20px 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-head h2 {
    width: 74vw;
    padding: 4.1666vw 0;
  }
}


/* kv */
.main-kv{
  margin:0;
  padding: 0;
  width:100%;
  background-color: #FFEA00;
}
.main-kv h2{
  margin:0 auto;
  padding: 0;
  width:100%;
}
.main-kv h2 img{
  margin:0 auto;
  width:100%;
}
@media screen and (max-width: 768px) {
  .main-kv {
    padding-bottom: 4.1666vw;
  }
}


/* primary-sec */
.primary-sec {
  background-color: #FFEA00;
  padding-bottom: calc(64px * var(--scale));
}
.primary-sec .caption {
  margin: 0 auto;
}
.primary-sec .caption:first-child {
  padding-bottom: calc(40px * var(--scale));
}
.primary-sec .caption:nth-child(2) {
  position: relative;
}
.primary-sec .caption:nth-child(2):before {
  position: absolute;
  content: "";
  width: calc(98px * var(--scale));
  height: calc(147px * var(--scale));
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_guide_2025/img/primary02_neko.png');
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(-44px * var(--scale));
  left: 22%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .primary-sec {
    padding-bottom: 6.458vw;
  }
  .primary-sec .caption:first-child {
    padding: 0 4.1666vw 4.1666vw;
  }
  .primary-sec .caption:nth-child(2):before {
    width: 13.125vw;
    height: 19.791vw;
    top: -10vw;
    left: 15%;
  }
}


/* secondary-sec */
.secondary-sec {
  background-color: #FFEA00;
  width: 100%;
  padding: 0 calc(50px * var(--scale)) calc(80px * var(--scale));
}
.secondary-sec .caption {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secondary-sec {
    padding: 0;
  }
}


/* local-sec02 */
.local-sec02 {
  padding: calc(60px * var(--scale)) 0;
}
.local-sec02 .title {
  width: calc(360px * var(--scale));
  margin: 0 auto calc(50px * var(--scale));
}
.sec02_slider_box {
	position: relative;
}
.sec02_slider_box .slide_img {
  position: relative;
  height: calc(400px * var(--scale));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: calc(27px * var(--scale));
	margin-inline: auto;
  margin-bottom: 50px;
  text-align: center;
}
.sec02_slider_box .slide_img:after {
  position: absolute;
  content: "";
  width: calc(400px * var(--scale));
  height: calc(400px * var(--scale));
  border-radius: 50%;
  background-color: #DDFCFC;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec02_slider_box .slide_img .images {
  height: calc(240px * var(--scale));
}
.sec02_slider_box .slide_img p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34%;
  font-size: 13px;
  min-height: 50px;
  text-align: center;
}
.sec02_slider_box .slide_img .step {
  position: absolute;
  height: calc(70px * var(--scale));
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.sec02_slider_box .swiper-button-next,
.sec02_slider_box .swiper-button-prev {
  position: absolute;
  top: 40%;
	width: 38px;
	height: 38px;
	margin-top: 0;
  background-size: contain;
  background-position: 0;
  background-repeat: no-repeat;
}
.sec02_slider_box .swiper-button-next:after,
.sec02_slider_box .swiper-rtl .swiper-button-prev:after {
  content: "";
}
.sec02_slider_box .swiper-button-prev:after,
.sec02_slider_box .swiper-rtl .swiper-button-next:after {
  content: "";
}
.sec02_slider_box .swiper-button-next,
.sec02_slider_box .swiper-container-rtl .swiper-button-prev {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_guide_2025/img/arrow-right.png');
  right: 16%;
	left: auto;
}
.sec02_slider_box .swiper-button-prev,
.sec02_slider_box .swiper-container-rtl .swiper-button-next {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_guide_2025/img/arrow-left.png');
  left: 16%;
	right: auto;
}
.sec02_slider_box .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #FF6000;
	background: transparent;
	opacity: 1;
}
.sec02_slider_box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF6000;
}
.local-sec02 .cv_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(20px * var(--scale));
  width: calc(450px * var(--scale));
  margin: calc(40px * var(--scale)) auto 0;
}
.local-sec02 .cv_area .txt {
  width: calc(360px * var(--scale));
}
@media (min-width: 769px) and (max-width: 1239px) {
  .sec02_slider_box .slide_img p {
    width: 364px;
  }
}
@media screen and (max-width: 768px) {
  .local-sec02 {
    padding: 12.5vw 0;
  } 
  .local-sec02 .title {
    margin: 0 auto 8.3vw;
    max-width: 50vw;
  }
  .sec02_slider_box .slide_img {
    position: relative;
    flex-direction: column-reverse;
    height: 83.3vw;
    gap: 5.146vw;
    margin-bottom: 10vw;
  }
  .sec02_slider_box .slide_img:after {
    width: 83.3vw;
    height: 83.3vw;
  }
  .sec02_slider_box .slide_img .images {
    height: 44.16vw;
    margin-top: 6.25vw;
  }
  .sec02_slider_box .slide_img.slide_img04 .images {
    height: 34vw;
    margin-top: 10vw;
    margin-bottom: 5vw;
  }
  .sec02_slider_box .slide_img p {
    position: static;
    width: 100%;
    font-size: 2.916vw;
    min-height: 6.6vw;
  }
  .sec02_slider_box .slide_img .step {
    height: 14.5vw;
    top: -5.2vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .sec02_slider_box .swiper-button-next,
  .sec02_slider_box .swiper-button-prev {
    width: 7.916vw;
    height: 7.916vw;
  }
  .sec02_slider_box .swiper-button-next,
  .sec02_slider_box .swiper-container-rtl .swiper-button-prev {
    right: 4.16vw;
  }
  .sec02_slider_box .swiper-button-prev,
  .sec02_slider_box .swiper-container-rtl .swiper-button-next {
    left: 4.16vw;
  }
  .sec02_slider_box .swiper-pagination-bullet {
    width: 2.08vw;
    max-width: 50px;
    height: 2.08vw;
    max-height: 50px;
  }
  .local-sec02 .cv_area {
    gap: 3.125vw;
    width: 75vw;
    margin: 8.333vw auto 0;
  }
}

/* card-sec */
.card-sec {
  padding: calc(60px * var(--scale)) calc(50px * var(--scale));
  background-color: #FFEA00;
}
.card-sec .title {
  max-width: calc(958px * var(--scale));
  margin: 0 auto calc(40px * var(--scale));
}
.card-sec .title p {
  margin-top: calc(13px * var(--scale));
  font-size: calc(22px * var(--scale));
  color: #221815;
  text-align: center;
}
.card-sec .card-sec__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(50px * var(--scale));
  max-width: calc(800px * var(--scale));
  margin: 0 auto;
  padding: calc(30px * var(--scale)) 0;
  border-radius: 20px;
  background-color: #FFF;
}
.card-sec .card-sec__img {
  width: calc(200px * var(--scale));
}
.card-sec .card-sec__txt {
  width: calc(290px * var(--scale));
}
.card-sec .card-sec__txt p {
  text-align: center;
  margin-bottom: calc(20px * var(--scale));
}
.card-sec .card-sec__txt p span:first-child {
  color: #221815;
  font-size: calc(16px * var(--scale));
}
.card-sec .card-sec__txt p span:last-child {
  color: #D81D00;
  font-size: calc(20px * var(--scale));
  font-weight: 600;
}
.card-sec .card-sec__txt p span:last-child em.num {
  font-size: calc(40px * var(--scale));
  line-height: 1;
}
.card-sec .card-sec__txt p span:last-child em.unit {
  font-size: calc(30px * var(--scale));
}
@media (min-width: 769px) and (max-width: 1239px) {
  .card-sec .card-sec__inner {
    gap: 1.3vw;
  }
}
@media screen and (max-width: 768px) {
  .card-sec {
    padding: 10.416vw 0 4.1666vw;
  }
  .card-sec .title {
    width: 75vw;
    margin: 0 auto 8.3333vw;
  }
  .card-sec .title p {
    margin-top: 4.1666vw;
    font-size: 4.1666vw;
  }
  .card-sec .card-sec__inner {
    flex-direction: column;
    gap: 5px;
    width: 75vw;
    padding: 4.1666vw 0;
  }
  .card-sec .card-sec__img {
    width: 41.6666vw;
  }
  .card-sec .card-sec__txt {
    width: 47.91vw;
  }
  .card-sec .card-sec__txt p {
    margin-bottom: 4.1666vw;
  }
  .card-sec .card-sec__txt p span:first-child {
    font-size: 2.5vw;
  }
  .card-sec .card-sec__txt p span:last-child {
    font-size: 3.75vw;
  }
  .card-sec .card-sec__txt p span:last-child em.num {
    font-size: 6.25vw;
  }
  .card-sec .card-sec__txt p span:last-child em.unit {
    font-size: 3.75vw;
  }
}



/* note-sec */
.note-sec {
  padding: calc(60px * var(--scale)) calc(50px * var(--scale)) 0;
}
.note-sec__inner {
  padding: calc(22px * var(--scale)) calc(25px * var(--scale)) calc(25px * var(--scale));
  box-sizing: border-box;
  font-size: 14px;
  border-radius : 10px;
  border: 2px solid #F57801;
}
.note-sec .note-sec__ttl {
  margin-bottom: calc(22px * var(--scale));
  font-size: 16px;
  font-weight: 600;
  color: #F57801;
  text-align: center;
}
.note-sec .note-sec__cont h4 {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.7;
}
.note-sec .note-sec__cont h4:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #F57801;
}
.note-sec .note-sec__cont ul + h4 {
  margin-top: 1rem;
}
.note-sec .note-sec__cont .point_condition li,
.note-sec .note-sec__cont .point_target li {
  font-size: 14px;
  font-weight:500;
  color: #221815;
}

@media screen and (max-width: 768px){
.note-sec {
  padding: 12.24vw 4vw 4.24vw;
}
.note-sec__inner {
  padding: 4.488vw 4vw;
  font-size: 2.856vw;
}
.note-sec .note-sec__ttl {
  position: relative;
  margin-bottom: 0;
}
.note-sec .note-sec__inner .note-sec__ttl:after {
  content: '＋';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 5.3333vw;
}
.note-sec .note-sec__inner .note-sec__ttl.is-open:after {
  content: '－';
}
.note-sec .note-sec__cont {
  margin-top: 3.2vw;
}
.note-sec .note-sec__inner .note-sec__cont {
  display: none;
}
.note-sec .note-sec__cont h4:before {
  height: 2.856vw;
}
.note-sec .note-sec__cont p {
  font-size: 2.856vw;
}
}
