@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;
  font-weight: 500;
}

.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;
}
.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 ↓↓↓↓↓↓↓ */

/* kv */
.kv {
  position: relative;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_bg.png') no-repeat;
  background-size: cover;
  padding: 33px 0 50px;
}
.kv .kv-title {
  display: block;
  width: 75%;
  margin: 0 auto 33px;
}
.kv .kv-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 33px 5.45%;
  background: #FFF7E2;
  border-radius: 30px;
  margin: 0 4.16%;
}
.kv .kv-wrap:before {
  content: "";
  position: absolute;
  width: 106px;
  height: 57.5px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_neko.png') no-repeat;
  background-size: contain;
  top: -59px;
  left: 152px;
}
.kv .kv-wrap:after {
  content: "";
  position: absolute;
  width: 118px;
  height: 125px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_present.png') no-repeat;
  background-size: contain;
  top: -55px;
  right: 5.45%;
}
.kv .kv-wrap .kv-wrap_left {
  width: 39.5%;
  display: flex;
  flex-direction: column;
} 
.kv .kv-wrap .kv-wrap_left .present_name {
  margin-bottom: 15px;
}
.kv .kv-wrap .kv-wrap_left .sub {
  position: relative;
  font-size: 13.3px;
  font-weight: 900;
  font-weight: bold;
  color: #FF5500;
  margin-bottom: 10px;
  padding-left: 38px;
}
.kv .kv-wrap .kv-wrap_left .sub:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 24px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_gift.png') no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.kv .kv-wrap .kv-wrap_left .name {
  display: inline;
  font-size: 38px;
  font-weight: bold;
  background: linear-gradient(to bottom, transparent 75%, rgba(255,85,0,0.5) 75% 95%, transparent 95% 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 0.8;
}
.kv .kv-wrap .kv-wrap_left .name span {
  font-size: 21px;
}
.kv .kv-wrap .kv-wrap_left .text {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1;
}
.kv .kv-wrap .kv-wrap_left .num {
  font-size: 30px;
}
.kv .kv-wrap .kv-wrap_left .term {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  padding-left: 33px;
  margin-bottom: 16px;
}
.kv .kv-wrap .kv-wrap_left .term:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 22px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_calendar.png') no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.kv .kv-wrap .kv-wrap_left .orange {
  color: #FF5500;
}
.kv .kv-wrap .kv-wrap_left .red {
  color: #E60012;
}
.kv .kv-wrap .kv-wrap_right {
  width: 56%;
}
.kv .kv-wrap .kv-wrap_right .present_img {
  text-align: center;
}
.kv .btn_entry {
  width: 100%;
  padding: 0;
}
.kv .btn_entry .btn {
  width: 100%;
  margin: unset;
}

@media (min-width: 769px) and (max-width: 1239px) {
  .kv {
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_bg-sp.png');
    background-size: cover;
  }
  .kv .kv-wrap:before {
    width: 10.667vw;
    height: 5.75vw;
    top: -5.75vw;
    left: 9vw;
  }
  .kv .kv-wrap:after {
    width: 11.8333vw;
    height: 13vw;
    top: -5.7vw;
    right: 1.6666vw;
  }
  .kv .kv-wrap .kv-wrap_left {
    width: 45%;
  }
  .kv .kv-wrap .kv-wrap_left .name {
    font-size: 3.06vw;
  }
  .kv .kv-wrap .kv-wrap_left .name span {
    font-size: 1.69vw;
  }
  .kv .kv-wrap .kv-wrap_left .text {
    font-size: 1.46vw;
  }
  .kv .kv-wrap .kv-wrap_left .num {
    font-size: 2.4vw;
  }
  .kv .kv-wrap .kv-wrap_left .term {
    font-size: 1.46vw;
  }
  .kv .kv-wrap .kv-wrap_right {
     width: 51%;
  }
}

@media screen and (max-width: 768px) {
  .kv {
    padding: 6.25vw 0 10.4vw;
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/kv_bg-sp.png');
    background-size: 100% 100%;
  }
  .kv .kv-title {
    margin-bottom: 20px;
  }
  .kv .kv-wrap {
    flex-direction: column-reverse;
    align-items: center;
    margin: 0 4.16vw;
    padding: 6.25vw;
    row-gap: 6.25vw;
  }
  .kv .kv-wrap:before {
    width: 27.91vw;
    height: 16.6vw;
    top: -16.6vw;
    left: 0;
  }
  .kv .kv-wrap:after {
    width: 19.5888vw;
    height: 20.8333vw;
    top: -7.7vw;
    right: 2.6666vw;
  }  
  .kv .kv-wrap .kv-wrap_left {
    width: 100%;
  } 
  .kv .kv-wrap .kv-wrap_right {
    width: 100%;
  }
  .kv .kv-wrap .kv-wrap_left .present_name {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .kv .kv-wrap .kv-wrap_left .sub {
    font-size: 3.75vw;
    padding-left: 9.375vw;
  }
  .kv .kv-wrap .kv-wrap_left .sub:before {
    width: 7.5vw;
    height: 6.458vw;
  }
  .kv .kv-wrap .kv-wrap_left .name {
    font-size: 9.583vw;
  }
  .kv .kv-wrap .kv-wrap_left .name span {
    font-size: 5.416vw;
  }
  .kv .kv-wrap .kv-wrap_left .text {
    font-size: 3.75vw;
  }
  .kv .kv-wrap .kv-wrap_left .num {
    font-size: 7.083vw;
  }
  .kv .kv-wrap .kv-wrap_left .term {
    font-size: 3.3333vw;
    padding-left: 6.875vw;
    margin-bottom: 4.1666vw;
  }
  .kv .kv-wrap .kv-wrap_left .term:before {
    width: 5.416vw;
    height: 4.583vw;
  }
  .kv .kv-wrap .kv-wrap_right .present_img {
    padding: 13vw 0;
    background: #FFF;
  }
  .kv .btn_entry {
    width: 100%;
  }
}


/* local-sec01 */
.local-sec01 {
  background-color: #FFEDCE;
  padding-top: 38px;
  padding-bottom: 50px;
}
.local-sec01 .title,
.local-sec02 .title,
.local-sec03 .title {
  margin: 0 auto 30px;
  width: 9em;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FF5500;
  line-height: 1.2em;
  background: #FFF;
}
.local-sec01 .inner {
  position: relative;
  width: 66.6%;
  margin: 0 auto;
}
.local-sec01 .inner:after {
  content: '';
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/sec01_neko.png') no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 114px;
  width: 66px;
}
.local-sec01 .inner .catch {
  color: #221815;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 22.5px;
  text-align: center;
}
.local-sec01 .inner dl:first-of-type {
  margin-bottom: 22.5px;
}
.local-sec01 .inner dt {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.local-sec01 .inner dt:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  height: 1em;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  background: #F57801;
}
.local-sec01 .inner dd {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .local-sec01 {
    padding-top: 10.416vw;
    padding-bottom: 12.5vw;
  }
  .local-sec01 .title,
  .local-sec02 .title,
  .local-sec03 .title {
    margin: 0 auto 5.2vw;
    font-size: 5vw;
  }
  .local-sec01 .inner {
    width: 89.5%;
  }
  .local-sec01 .inner:after {
    content: none;
  }
  .local-sec01 .inner .catch {
    font-size: 3.3333vw;
    margin-bottom: 5.2vw;
    line-height: 1.75;
  }
  .local-sec01 .inner dl {
    display: flex;
    justify-content: space-between;
  }
  .local-sec01 .inner dl:first-of-type {
    margin-bottom: 3.125vw;
  }
  .local-sec01 .inner dt {
    width: 36%;
    font-size: 2.916vw;
  }
  .local-sec01 .inner dt:before {
    width: 0.714em;
    height: 0.714em;
    background: #D9D9D9;
    border-radius: 50%;
    top: 0.55em;
    transform: unset;
  }
  .local-sec01 .inner dd {
    width: 61%;
    font-size: 2.916vw;
  }
}


/* local-sec02 */
.local-sec02 {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/sec02_base_sp.png');
  background-repeat: repeat;
  background-size: contain;
  padding: 50px 0;
}
.local-sec02 .title {
  width: 12em;
}
.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: #FFF;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.sec02_slider_box .slide_img .images {
  height: 240px;
}
.sec02_slider_box .slide_img p {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  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: 0;
}
.sec02_slider_box .swiper-button-next,
.sec02_slider_box .swiper-button-prev,
.sec03_slider_box .swiper-button-next,
.sec03_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,
.sec03_slider_box .swiper-button-next:after,
.sec03_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,
.sec03_slider_box .swiper-button-prev:after,
.sec03_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/present_2509/img/arrow-right.png');
  right: 10%;
	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/present_2509/img/arrow-left.png');
  left: 10%;
	right: auto;
}
.sec03_slider_box .swiper-button-next,
.sec03_slider_box .swiper-container-rtl .swiper-button-prev {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/arrow-right.png');
  right: 10%;
  left: auto;
}
.sec03_slider_box .swiper-button-prev,
.sec03_slider_box .swiper-container-rtl .swiper-button-next {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2509/img/arrow-left.png');
  left: 10%;
  right: auto;
}
.sec02_slider_box .swiper-pagination-bullet,
.sec03_slider_box .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #FF5500;
	background: transparent;
	opacity: 1;
}
.sec02_slider_box .swiper-pagination-bullet-active,
.sec03_slider_box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #FF5500;
}
.local-sec02 .btn_entry {
  margin-top: 20px;
}

@media (min-width: 769px) and (max-width: 1239px) {
  .sec02_slider_box .slide_img.slide_img02 .images,
  .sec02_slider_box .slide_img.slide_img03 .images {
    height: 170px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .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;
  }
  .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: 46.875vw;
    margin-top: 6.25vw;
  }
  .sec02_slider_box .slide_img.slide_img02 .images,
  .sec02_slider_box .slide_img.slide_img03 .images {
    height: 27.08vw;
    margin-top: 15vw;
    margin-bottom: 6.25vw;
  }
  .sec02_slider_box .slide_img p {
    position: static;
    width: 50%;
    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,
  .sec03_slider_box .swiper-button-next,
  .sec03_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;
  }
  .sec03_slider_box .swiper-button-next,
  .sec03_slider_box .swiper-container-rtl .swiper-button-prev {
    right: 4.16vw;
  }
  .sec03_slider_box .swiper-button-prev,
  .sec03_slider_box .swiper-container-rtl .swiper-button-next {
    left: 4.16vw;
  }
  .sec02_slider_box .swiper-pagination-bullet,
  .sec03_slider_box .swiper-pagination-bullet {
    width: 2.08vw;
    max-width: 50px;
    height: 2.08vw;
    max-height: 50px;
  }
}


/* local-sec03 */ 
/* 過去のプレゼントが1ヶ月分のみ → box03.is-one
　 複数月ある場合はhtml内、1240px以降のswiper表示数を1→2に変更する*/
.local-sec03 {
  background: #FFDCA0;
  padding: 50px 0 60px;
}
.local-sec03 .title {
  margin: 0 auto 40px;
  width: 10em;
}
.local-sec03 .box03 {
  position: relative;
}
.local-sec03 .box03 .sec03_slider_box {
  padding: 0 0 50px;
}
.local-sec03 .box03.is-one .sec03_slider_box {
  padding: 0;
}
.local-sec03 .box03 .swiper-container {
  width: 66.6%;
  margin: 0 auto;
  overflow: hidden;
}
.local-sec03 .box03.is-one .swiper-container {
  width: 380px;
}
.local-sec03 .box {
  padding: 22px 25px 35px;
  background: #FFF;
  border-radius: 10px;
}
.local-sec03 .head {
  margin-bottom: 20px;
  text-align: center;
}
.local-sec03 .head img {
  width: 100%;
}
.local-sec03 .body .last {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #E60012;
  margin-bottom: 5px;
}
.local-sec03 .body .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-left: 10px;
  padding: .2em 1.5em;
  background: #E60012;
}
.local-sec03 .body .name {
  font-size: 22px;
  font-weight: bold;
  color: #221815;
}

@media (min-width: 769px) and (max-width: 1239px) {
  .local-sec03 .box03 .swiper-container {
    max-width: 380px;
  }
}

@media screen and (max-width: 768px) {
  .local-sec03 {
    padding: 12.5vw 0;
  }
  .local-sec03 .title {
    margin: 0 auto 8.3vw;
  }
  .local-sec03 .box03 .sec03_slider_box {
    padding: 0;
  }
  .local-sec03 .box03 .swiper-container,
  .local-sec03 .box03.is-one .swiper-container {
    width: 75%;
  }
  .local-sec03 .box {
    padding: 4.58vw 5.2vw 7.29vw;
  }
  .local-sec03 .head {
    margin-bottom: 4.16vw;
  }
  .local-sec03 .body .last {
    font-size: 3.75vw;
    margin-bottom: 0;
  }
  .local-sec03 .body .tag {
    font-size: 2.5vw;
  }
  .local-sec03 .body .name {
    font-size: 4.583vw;
  }
}




.btn_entry .btn {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  max-width: 316px;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
  padding-right: 10px;
  text-align: center;
  background: #E60012;
  border-radius: 50px;
}
.btn_entry .btn::after {
  position: absolute;
  content: '';
  width: 0.625em;
  height: 0.625em;
  right: 1.8em;
  top: calc(50% - 0.3125em);
  transform: translateY(-50%);
  transform: rotate(45deg);
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
@media (min-width: 769px) and (max-width: 1239px) {
  .btn_entry .btn {
    font-size: 1.34vw;
    width: 25.53vw;
  }
}
@media screen and (max-width: 768px){
  .btn_entry .btn {
    font-size: 3.3333vw;
    max-width: unset;
    width: 75%;
    padding-right: 1.2em;
    border-radius: 12.5vw;
  }
}