@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans",Meiryo, sans-serif;
}

.is-tab{
  display: none
}
.disSp {
  display: none;
}
.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;
}
.title {
  text-align: center;
}
@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 ↓↓↓↓↓↓↓ */

/* kv */
.kv {
  background-color: #D8F3F6;
  border-radius: 20px 20px 0 0;
}
.kv-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.kv .shop-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.kv .shop-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 44%;
  padding: 30px;
  background: #FFF;
  border-radius: 20px;
}
.kv .shop-item .shop-item_logo {
  width: 290px;
  margin-bottom: 20px;
}
.kv .shop-item .shop-item_text {
  margin-bottom: 20px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .kv .shop-list {
    flex-direction: column;
    padding: 0 4.09vw;
  }
  .kv .shop-item {
    width: 100%;
    padding: 6.81vw 4.09vw;
  }
  .kv .shop-item .shop-item_logo {
    margin-bottom: 10px;
  }
  .kv .shop-item .shop-item_text {
    height: 11.36vw;
  }
  .kv .btn_entry {
    padding: 13.63vw 0;
  }
}


/* local-sec01 */
.local-sec01 {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/sec01_bg.png');
  background-repeat: repeat-y;
  background-size: contain;
  padding-top: 60px;
}
.local-sec01 .local-sec01_text {
  font-weight: bold;
}
.local-sec01 .local-sec01_text p {
  font-size: 18px;
  letter-spacing: 0.01em;
  text-align: center;
}
.local-sec01 .local-sec01_text p + p {
  font-size: 20px;
  padding-top: 30px;
}
.local-sec01 .local-sec01_text .orange {
  color: #E96B21;
}
.local-sec01 .local-sec01_text .bg-blue {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  background: #00ACC1;
  color: #FFF;
}
.local-sec01 .local-sec01_text .red {
  color: #D81D00;
}
.local-sec01 .local-sec01_text .red .num {
  font-size: 42px;
  line-height: 0.8;
}
.local-sec01 .local-sec01_text .red .unit {
  font-size: 32px;
}
.local-sec01 .local-sec01_img {
  margin-top: 60px;
}
.local-sec01 .local-sec01_img img {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .local-sec01 {
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/sec01_bg_sp.png');
    padding: 13.63vw 4.54vw 0;
  }
  .local-sec01 .local-sec01_text p {
    font-size: 4.09vw;
    line-height: 1.75;
  }
  .local-sec01 .local-sec01_text p + p {
    font-size: 3.63vw;
    padding-top: 4.54vw;
  }
  .local-sec01 .local-sec01_text .blue-block {
    display: block;
    margin-top: 30px;
  }
  .local-sec01 .local-sec01_text .bg-blue {
    display: inline;
    font-size: 4.54vw;
  }
  .local-sec01 .local-sec01_text .red .num {
    font-size: 7.27vw;
    line-height: 1;
  }
  .local-sec01 .local-sec01_text .red .unit {
    font-size: 4.54vw;
  }
  .local-sec01 .local-sec01_img {
    margin-top: 5.45vw;
    width: 100%;
  }
}


/* local-sec03 */
.local-sec03 {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/sec03_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 60px 0;
}
.local-sec03 .title img {
  margin: 0 auto;
}
.local-sec03 .inner {
  width: 900px;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1239px) {
  .local-sec03 .inner {
    width: 64.2vw;
  }
}
@media screen and (max-width: 768px) {
  .local-sec03 {
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/sec03_bg_sp.png');
    padding: 11.3vw 0;
  }
  .local-sec03 .title {
    margin-bottom: 9vw;
  }
  .local-sec03 .title img {
    width: 100%;
  }
  .local-sec03 .inner {
    width: 73.6vw;
  }
}


/* local-sec02 */
.local-sec02 {
  width: 100%;
  padding: 60px 0;
}
.local-sec02 .title {
  margin-bottom: 40px;
}
.local-sec02 .title img {
  margin: 0 auto;
}
.sec02_slider_box {
	position: relative;
}
.sec02_slider_box .slide_img {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
	margin-inline: auto;
  margin-bottom: 50px;
  text-align: center;
}
.sec02_slider_box .slide_img:after {
  position: absolute;
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #FAFDDD;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec02_slider_box .slide_img .images {
  height: 260px;
}
.sec02_slider_box .slide_img p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  font-size: 14px;
  min-height: 32px;
  text-align: center;
}
.sec02_slider_box .slide_img .step {
  position: absolute;
  height: 70px;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
.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_twice_2603/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_twice_2603/img/arrow-left.png');
  left: 16%;
	right: auto;
}
.sec02_slider_box .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid #00ABC1;
	background: transparent;
	opacity: 1;
}
.sec02_slider_box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00ABC1;
}
.local-sec02 .btn_entry p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

@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: 13.63vw 0;
  } 
  .local-sec02 .title {
    margin: 0 auto 15.9vw;
  }
  .sec02_slider_box .slide_img {
    position: relative;
    flex-direction: column-reverse;
    height: 83.3vw;
    gap: 5.146vw;
    margin-bottom: 3vw;
  }
  .sec02_slider_box .slide_img:after {
    width: 72.9vw;
    height: 72.9vw;
  }
  .sec02_slider_box .slide_img .images {
    height: 46.875vw;
    margin-top: 6.25vw;
  }
  .sec02_slider_box .slide_img.slide_img04 .images {
    height: auto;
    margin-top: 8.25vw;
    margin-bottom: 8.25vw;
  }
  .sec02_slider_box .slide_img p {
    position: static;
    width: 90%;
    font-size: 3.18vw;
    min-height: 6.6vw;
  }
  .sec02_slider_box .slide_img .step {
    height: 14.5vw;
    top: -9vw;
    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: 5.68vw;
  }
  .sec02_slider_box .swiper-button-prev,
  .sec02_slider_box .swiper-container-rtl .swiper-button-next {
    left: 5.68vw;
  }
  .sec02_slider_box .swiper-pagination-bullet {
    width: 2.08vw;
    max-width: 50px;
    height: 2.08vw;
    max-height: 50px;
  }
  .local-sec02 .btn_entry p {
    line-height: 1.75;
  }
}


.btn_entry {
  padding: 40px 0 60px;
}
.btn_entry .btn_wrap {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.btn_entry .btn {
  display: block;
  background-color: #bf0000;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 1.4em 0;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.btn_entry .btn::after {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/icon_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.25em;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 1.25em;
  transform: translateY(-50%);
}
.btn_entry .btn span {
  font-size: 18px;
}
.btn_entry .remark {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px; 
}
.btn_entry .remark a {
  font-size: 16px;
  font-weight: bold;
  color: #007f8e;
  text-decoration: underline;
  text-underline-offset: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 768px){
  .btn_entry {
    padding: 2.6666vw 0 0;
  }
  .btn_entry .btn_wrap {
    flex-direction: column;
    align-items: center;
  }
  .btn_entry .btn_wrap a {
    width: 300px;
  }
  .btn_entry .btn {
    font-size: 2.6666vw;
    padding: 3vw;
    width: 65.3333vw;
    max-width: 100%;
  }
  .btn_entry .btn::after {
    width: 4vw;
    height: 4vw;
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/rakuten_twice_2603/img/icon_arrow.png');
  }
  .btn_entry .btn img {
    width: 16vw;
  }
  .btn_entry .btn span {
    font-size: 3.3333vw;
  }
  .btn_entry .remark {
    padding-top: 2.6666vw; 
  }
  .btn_entry .remark img {
    width: 4.2666vw;
  }
  .btn_entry .remark a {
    font-size: 3.63vw;
  }
}
/* 調整 */
.swiper-wrapper {
    height: auto!important;
}