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

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

.is-mb{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;
  font-size: 1.6rem;
  color: #333;
}
.local-wrapper img{
  max-width: 100%;
  vertical-align: middle;
}
.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 (min-width: 768px) {
  .Main .col-main {
    padding-top: 0;
    margin-right: 50px;
  }
}




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

/* kv */
.kv {
  position: relative;
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 16px 20px 60px;
}
.kv .kv-title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.kv .kv-catch {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}
.kv .kv-catch p {
  display: inline-block;
  background: #FFF;
  padding: 0 10px;
}
.kv .kv-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 18px 18px 18px 40px;
  background: #fff8e1;
  border-radius: 10px;
}
.kv .kv-wrap:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 72px;
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_neko.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: -72px;
  left: 15px;
}
.kv .kv-wrap:after {
  content: "";
  position: absolute;
  width: 135px;
  height: 135px;
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_present.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: -90px;
  right: 0;
}
.kv .kv-wrap .kv-wrap_left {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} 
.kv .kv-wrap .kv-wrap_left .present_name {
  width: 100%;
  margin-bottom: 15px;
}
.kv .kv-wrap .kv-wrap_left .text {
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1;
}
.kv .kv-wrap .kv-wrap_left .orange {
 color: #e82108;
}
.kv .kv-wrap .kv-wrap_left .num {
  font-size: 30px;
}
.kv .kv-wrap .kv-wrap_left .sub {
  position: relative;
  font-size: 18px;
  color: #e42c69;
  margin-bottom: 5px;
  padding-left: 50px;
}
.kv .kv-wrap .kv-wrap_left .sub:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 39px;
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_gift.png');
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
}
.kv .kv-wrap .kv-wrap_left .name {
  font-size: 34px;
}
.kv .kv-wrap .kv-wrap_left .name span {
  background: linear-gradient(transparent 70%, rgba(228,44,105,0.5) 70% 90%,transparent 90% 100%);
}
.kv .kv-wrap .kv-wrap_left .term {
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  padding-left: 40px;
}
.kv .kv-wrap .kv-wrap_left .term:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 27px;
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_calendar.png');
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.kv .kv-wrap .kv-wrap_right {
  width: 55%;
}
.kv .kv-wrap .kv-wrap_right .present_img {
  text-align: center;
  border-radius: 10px;
}
.kv .btn_entry {
  width: 100%;
  padding: 20px 0 0;
}
.kv .btn_entry .btn {
  width: 290px;
  margin: unset;
}


@media screen and (max-width: 768px) {
  .kv {
    padding: 3.333vw 4vw 11.06vw;
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_bg-sp.png');
  }
  .kv .kv-title {
    margin-bottom: 20px;
  }
  .kv .kv-catch {
    position: relative;
    margin-bottom: 0;
    text-align: left;
  }
  .kv .kv-catch:before {
    content: "";
    position: absolute;
    width: 30.6666vw;
    height: 18.4vw;
    background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/kv_neko.png') no-repeat;
    background-size: contain;
    top: -18.4vw;
    left: 3.7333vw;
  }
  .kv .kv-catch p {
    background: unset;
    padding: 0;
  }
  .kv .kv-catch p span {
    display: inline-block;
    background: #FFF;
    padding: 0.5333vw 1.7333vw;
    margin-bottom: 1.3333vw;
  }
  .kv .kv-wrap {
    flex-direction: column-reverse;
    align-items: center;
    padding: 2.6666vw 2.6666vw 5.3333vw;
    row-gap: 5.3333vw;
  }
  .kv .kv-wrap:before {
    content: none;
  }
  .kv .kv-wrap:after {
    width: 22.4vw;
    height: 22.4vw;
    top: -13.3333vw;
    right: 2.6666vw;
  }
  .kv .kv-wrap .kv-wrap_left {
    width: 100%;
    align-items: center;
  } 
  .kv .kv-wrap .kv-wrap_right {
    width: 100%;
  }
  .kv .kv-wrap .kv-wrap_left .present_name {
    position: relative;
    width: 87%;
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .kv .kv-wrap .kv-wrap_left .sub {
    font-size: 5.0666vw;
    padding-left: 8vw;
  }
  .kv .kv-wrap .kv-wrap_left .sub:before {
    width: 11.7333vw;
    height: 10.4vw;
    left: 8vw;
  }
  .kv .kv-wrap .kv-wrap_left .num {
    font-size: 8.3733vw;
  }
  .kv .kv-wrap .kv-wrap_left .text {
    font-size: 5.0666vw;
  }
  .kv .kv-wrap .kv-wrap_left .name {
    font-size: 8.5333vw;
  }
  .kv .kv-wrap .kv-wrap_left .term {
    font-size: 4.2666vw;
    padding-left: 10.6666vw;
  }
  .kv .kv-wrap .kv-wrap_left .term:before {
    width: 8.8vw;
    height: 7.2vw;
  }
  .kv .kv-wrap .kv-wrap_right .present_img {
    padding: 5.3333vw 0;
    background: #FFF;
  }
  .kv .btn_entry {
    width: 75vw;
    padding: 5.3333vw 0 0;
  }
  .kv .btn_entry .btn {
    width: 100%;
  }
}



/* local-sec01 */
.local-sec01 {
  background-color: #fffbee;
  padding-top: 55px;
  padding-bottom: 50px;
}

.local-sec01 .title {
  margin-bottom: 30px;
  margin-inline: auto;
  max-width: 8.2em;
  text-align: center;
  width: 80%;
  line-height: 1.2em;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  color: #532100;
  background: linear-gradient(transparent 75%, rgba(228,44,105,0.5) 20%);
}

.local-sec01 .inner {
  position: relative;
  padding: 0 4vw;
  width: 100%;
}

.local-sec01 .inner::after {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/sec01_neko.png');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 45%;
  content: '';
  height: 16.53333vw;
  max-height: 124px;
  position: absolute;
  right: 5.3333vw;
  width: 9.6vw;
  max-width: 72px;
}

.local-sec01 .inner .catch {
  color: #c83320;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: -0.005em;
}
.local-sec01 .inner .catch > span {
  display: inline-block;
}

.local-sec01 .inner dl {
  border-top: 1px solid #c83320;
  padding-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.local-sec01 .inner dl:last-child {
  margin-bottom: 0;
}
.local-sec01 .inner dt {
  color: #c83320;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
.local-sec01 .inner dt > span {
  display: inline-block;
  position: relative;
}
.local-sec01 .inner dt > span::before {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/checkbox.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 1.2em;
  height: 1.2em;
  left: -1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-40%);
}
.local-sec01 .inner dd {
  color: #886d4f;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .local-sec01 .title {
    font-size: 32px;
    line-height: 1.1em;
  }
  .local-sec01 .inner {
    padding: 0 80px;
  }
  .local-sec01 .inner::after {
    bottom: 0;
    right: 50px;
  }
  .local-sec01 .inner .catch {
    font-size: 18px;
  }
  .local-sec01 .inner dt {
    font-size: 18px;
  }
  .local-sec01 .inner dd {
    font-size: 16px;
  }
}


/* local-sec02 */
.local-sec02 {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/sec02_base_sp.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 0 30px;
}
.local-sec02 .title {
  margin-bottom: 14px;
  margin-inline: auto;
  max-width: 11.2em;
  text-align: center;
  width: 80%;
  line-height: 1.2em;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  color: #532100;
  background: linear-gradient(transparent 75%, rgba(228,44,105,0.5) 25%);
}
.local-sec02 .sec02_btn_box .sec02_btn_tit {
  width: 31.5%;
  margin: 0 auto 10px;
}
.local-sec02 .sec02_btn_box .sec02_btn {
  width: 45%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .local-sec02 .title {
    font-size: 32px;
    margin-bottom: 40px;
    line-height: 1.1em;
  }
}

/* local-sec03 */

.local-sec03 {
  background-color: #faf8f0;
  width: 100%;
  padding: 50px 0 60px;
}
.local-sec03 .title {
  position: relative;
  margin-bottom: 30px;
  margin-inline: auto;
  max-width: 9.4em;
  text-align: center;
  width: 80%;
  line-height: 1.2em;
  font-size: 21px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  color: #532100;
  background: linear-gradient(transparent 75%, rgba(242,176,230,1) 20%);
}
.local-sec03 .title:before {
  position: absolute;
  content: "";
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2409/img/sec03_obj01.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 32px;
  top: -20px;
  left: -25px;
}
.local-sec03 .title:after {
  position: absolute;
  content: "";
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2409/img/sec03_obj02.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 42px;
  bottom: 0;
  right: -40px;
}
.local-sec03 .head {
  flex-shrink: 0;
  margin-bottom: 9px;
  /*max-width: 350px;*/
  width: 100%;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.local-sec03 .head img {
  width: 100%;
}

.local-sec03 .body .last {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #ca3b1f;
  margin-bottom: 5px;
}
.local-sec03 .body .tag {
  background-color: #886d4f;
  border-radius: 2em;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-left: 11px;
  padding: .2em 1.5em;
}
.local-sec03 .body .name {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}
.local-sec03 .body .text {
  color: #333;
  font-size: 14px;
  margin-bottom: 10px;
}
.local-sec03 .body .term {
  color: #ca3b1f;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}
.local-sec03 .body .term > span {
  display: inline-block;
}
.local-sec03 .body .term > span:last-child {
  padding-left: 2.5em;
  position: relative;
}
.local-sec03 .body .term > span:last-child::before {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2409/img/limit_arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: .75em;
  left: .5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
}
.local-sec03 .body .quest {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #09ae87;
  text-align: right;
  margin-bottom: 10px;
}
.local-sec03 .body .quest span {
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-left: 3px;
}

.local-sec03 .body .btn {
  background-color: #ca3b1f;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: auto;
  padding: 0.75em;
  position: relative;
  width: auto;
  max-width: 320px;
  display:block;
  text-align:center;
}

.local-sec03 .body .btn::after {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/btn_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%);
}

.local-sec03 .img {
  margin-inline: 4vw;
  max-width: 750px;
}

.local-sec03 .box03 {
  position: relative;
}
.local-sec03 .box03 .slide_img {
  width: 83vw;
  margin: 0 auto;
}
.local-sec03 .box {
  padding: 6vw;
  background: #FFF;
  border-radius: 10px;
}
.local-sec03 .box03 .box.pc {
  display: none;
}
.local-sec03 .box03 .box.sp {
  display: block;
}

.local-sec03 .title03 {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .local-sec03 .title {
    margin-bottom: 30px;
    font-size: 32px;
  }
  .local-sec03 .title:before {
    width: 40px;
    height: 48px;
    top: -30px;
    left: -35px;
  }
  .local-sec03 .title:after {
    width: 53px;
    height: 63px;
    bottom: 0;
    right: -60px;
  }
  .local-sec03 .box {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 0;
  }
  .local-sec03 .head {
    flex-shrink: 0;
    margin-bottom: 14px;
    max-width: 300px;
  }
  .local-sec03 .body .last {
    font-size: 20px;
  }
  .local-sec03 .body .tag {
    font-size: 12px;
    padding: .4em 1.5em;
  }
  .local-sec03 .body .name {
    font-size: 20px;
    line-height: 1.4;
  }
  .local-sec03 .body .term {
    font-size: 16px;
  }
  .local-sec03 .img {
    margin-inline: 25px;
  }
  .local-sec03 .box03 .sec03_slider_box {
    width: 680px;
    margin: 0 auto;
    padding: 40px 0 50px;
    background: #fff;
    border-radius: 10px;
  }
  .local-sec03 .box03 .swiper-container {
    width: 611px;
    margin: 0 auto;
    overflow: hidden;
  }
  .local-sec03 .box03 .slide_img {
    width: 295px;
  }
  .local-sec03 .box03 .box.pc {
    display: block;
  }
  .local-sec03 .box03 .box.sp {
    display: none;
  }

}

/* local-sec04 */
.local-sec04 {
  background-image: url(https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/sec04_bg_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8vw 3vw;
}
.local-sec04 .sec04_box {
  background: #fff;
  border-radius: 10px;
  border: 2px solid #ad9882;
  padding: 6.9333vw 4.6666vw;
}
.local-sec04 .sec04_box .title {
  margin-bottom: 5.8666vw;
  text-align: center;
}
.local-sec04 .sec04_box .title p {
  display: inline-block;
  font-size: 3.2vw;
  font-family: "Zen Maru Gothic", serif;
  color: #532100;
  line-height: 1.8;
  background: linear-gradient(transparent 65%, rgba(169,165,228,1) 65% 85%,transparent 85% 100%);
}
.local-sec04 .sec04_box .title p:nth-of-type(2) {
  font-size: 4.8vw;
}
.local-sec04 .sec04_box .title p span {
  color: #be0000;
}
.local-sec04 .sec04_box .lead {
  font-size: 3.6vw;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 5.3333vw;
}
.local-sec04 .sec04_box .lead span {
  color: #be0000;
}
.local-sec04 .sec04_box .subtitle {
  font-size: 3.2vw;
  font-weight: bold;
  color: #532100;
  line-height: 2.8;
  text-align: center;
}
.local-sec04 .sec04_box .image_wrap {
  display: flex;
  justify-content: center;
  column-gap: 1.3333vw;
  margin-bottom: 5.3333vw;
}
.local-sec04 .sec04_box .image_wrap .image_box {
  position: relative; 
}
.local-sec04 .sec04_box .image_wrap .image_box p {
  position: absolute;
  bottom: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 14px;
  border: 3px solid #f2e8d6;
  background: #FFF;
  text-align: center;
  width: 11.73333vw;
  font-size: 2.2vw;
  font-weight: bold;
}
.local-sec04 .sec04_box .message p {
  font-size: 3.6vw;
  line-height: 1.7;
  text-align: center;
}
.local-sec04 .sec04_box .message p:not(:last-child) {
  margin-bottom: 1.2em;
} 
.local-sec04 .sec04_box .message p span {
  color: #be0003;
}
.local-sec04 .btn_entry {
  padding: 8vw 0 2.6666vw;
}
.local-sec04 .btn_entry .btn {
  max-width: 21em;
  line-height: 1.3;
}


@media screen and (min-width: 768px) {
  .local-sec04 {
    background-image: url(https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/sec04_bg.png);
    padding: 60px 30px 30px;
  }
  .local-sec04 .sec04_box {
    padding: 40px;
  }
  .local-sec04 .sec04_box .title {
    margin-bottom: 44px;
  }
  .local-sec04 .sec04_box .title p {
    font-size: 22px;
  }
  .local-sec04 .sec04_box .title p:nth-of-type(2) {
    font-size: 28px;
  }
  .local-sec04 .sec04_box .lead {
    font-size: 15px;
    margin-bottom: 24px;
  }
  .local-sec04 .sec04_box .subtitle {
    font-size: 18px;
  }
  .local-sec04 .sec04_box .image_wrap {
    margin-bottom: 40px;
    column-gap: 10px;
  }
  .local-sec04 .sec04_box .image_wrap .image_box p {
    bottom: 12px;
    border-radius: 14px;
    width: 90px;
    font-size: 14px;
  }
  .local-sec04 .sec04_box .message p {
    font-size: 15px;
  }
  .local-sec04 .sec04_box .message p:not(:last-child) {
    margin-bottom: 1.2em;
  } 
  .local-sec04 .btn_entry {
    padding: 30px 0;
  }
}


/* local-secBnr */
.local-secBnr {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 85px;
}

.local-secBnr .local-section__inner {
  padding: 0 100px;
}

.local-banner01 .local-banner00_tit {
  width: 53.5%;
}

.local-banner01 {
  margin-bottom: 60px;
}
.local-banner h3 {
  margin: 0 auto 30px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: -0.02em;
}
.local-banner h3 p {
  background: linear-gradient(transparent 40%, rgba(229,195,81,0.6) 20%);
  display: inline;
}
.local-banner01 .local-banner01_tit {
  width: 60.3333%;
}
.local-banner01 .local-banner__item {
  width: 100%;
}
.local-banner02 .local-banner02_tit {
  width: 53.6667%;
}
.local-banner h3 span {
  font-size: 20px;
  color: #c83320;
}
.local-banner__item + .local-banner__item{
  margin-top: 15px;
}
.local-contact{
  margin-top: 95px;
  padding: 60px 0;
  background: #fdf0c6;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.local-contact::before {
  display: block;
  content: "";
  width: 140px;
  height: 52px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/sec03-img.svg') no-repeat;
  position: absolute;
  top: -20px;
  left: -12px;
}
.local-contact::after {
  display: block;
  content: "";
  width: 147px;
  height: 109px;
  background: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2403/img/sec03_cat.png') no-repeat;
  background-size: 147px;
  position: absolute;
  bottom: 0px;
  right: -62px;
}
.local-contact__ttl{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #000;
}
.local-contact__ttl span {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, #f1e562 50%);
  padding: 5px 5px;
}
.local-contact__body p{
  font-size: 1.4rem;
  line-height: 1.6;
}
.local-contact__body p.note{
  font-size: 1.2rem;
}
.local-contact__body a{
  color: #333;
}


@media screen and (max-width: 769px){
  .is-mb{display:block}
  .local-wrapper{
    max-width: initial;
  }
  .local-kv img{
    /*width: 100%;*/
  }
}
@media screen and (max-width: 768px){
  .disSp {
    display: block;
  }
  .disPc {
    display: none;
  }
  .local-wrapper p {
    font-size: 3.6vw;
  }

  .local-secBnr {
    padding-top: 10.66667vw;
    padding-bottom: 16vw;
  }
  .local-secBnr .local-section__inner {
    padding: 0 9.3333vw;
  }

  .local-banner01 {
    margin-bottom: 11.3333vw;
  }
  .local-banner h3 {
    margin: 0 auto 4vw;
    font-size: 3.4666vw;
  }
  .local-banner h3 p {
    background: linear-gradient(transparent 60%, rgba(229,195,81,0.6) 20%);
  }
  .local-banner h3 span {
    font-size: 4.2666vw;
  }
  .local-banner01 .local-banner00_tit {
    width: 70.6667vw;
  }
  .local-banner01 .local-banner01_tit {
    width: 64.6667vw;
  }
  .local-banner02 .local-banner02_tit {
    width: 70.8667vw;
  }
  .local-banner01 .local-banner01_tit p:first-of-type {
    display: block;
    line-height: 1;
  }


  .local-banner__item + .local-banner__item{
    margin-top: 2.6667vw;
  }
  .local-contact{
    margin-top: 22.6667vw;
    padding: 5.3333vw;
  }
  .local-contact::before {
    width: 18.6667vw;
    height: 6.9333vw;
    background-size: 18.6667vw;
    top: -4vw;
    left: 1.3333vw;
  }
  .local-contact::after {
    width: 23.8667vw;
    height: 17.8667vw;
    background-size: 23.8667vw;
    bottom: -11.2vw;
    right: 2.9333vw;
  }
  .local-contact__ttl{
    font-size: 3.6vw;
    margin-bottom: 4vw;
    line-height: 1.6;
  }
  .local-contact__ttl span {
    padding: 0px 5px 3px;
  }
  .local-contact__body p{
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .local-contact__body p.note{
    font-size: 2.8vw;
  }
  .local-sec03 .box .last_month08 {
      margin-bottom: 50px;
      border-bottom: 1px solid #ccc;
  }
  .local-sec03 .body .term {
  text-align: right;
  }
}
@media screen and (max-width: 640px){

  .local-contact__ttl{
    font-size: 1.4rem;
  }
  .local-contact__body p{
    margin: 15px 0;
  }
  .local-contact__body a,
  .local-contact__body p.note{
    font-size: 1.2rem;
  }
}

.sec02_slider_box {
	position: relative;
}
.sec02_slider_box .swiper-slide {
	padding-bottom: 25px;
}
.sec02_slider_box .slide_img {
  position: relative;
	width: 82.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
	margin-inline: auto;
  margin-bottom: 50px;
  text-align: center;
}
.sec02_slider_box .slide_img:after {
  position: absolute;
  content: "";
  display: block;
  width: 396px;
  height: 396px;
  border-radius: 50%;
  background-color: #fff8e1;
  top: 62%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.sec02_slider_box .slide_img img.step {
  height: 95px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.sec02_slider_box .slide_img img.images {
  margin-bottom: 12px;
  height: 270px;
}
.sec02_slider_box .slide_img p {
  font-size: 14px;
  min-height: 42px;
}



/* 2310ADD */
.sec02_slider_box .slide_img01 picture {
  display: block;
  width: 67.4242%;
  margin-left: 14.8485%;
}
.sec02_slider_box .slide_img02 picture,
.sec02_slider_box .slide_img03 picture {
  display: block;
  width: 84.8485%;
  margin-left: 7.5758%;
}


.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: 45%;
	width: 50px;
	height: 50px;
	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_2403/img/slider_arrow.png') !important;
  right: 20px;
	left: auto;
	transform: rotate(180deg);
}
.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_2403/img/slider_arrow.png') !important;
  right: 35px;
  left: auto;
  top: 40%;
	transform: rotate(180deg);
}
.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_2403/img/slider_arrow.png') !important;
  left: 20px;
	right: 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_2403/img/slider_arrow.png') !important;
  left: 35px;
  right: auto;
  top: 40%;
}
.sec02_slider_box .swiper-container-horizontal > .swiper-pagination-bullets,
.sec02_slider_box .swiper-pagination-custom,
.sec02_slider_box .swiper-pagination-fraction {
	bottom: -20px;
}
.sec03_slider_box .swiper-horizontal>.swiper-pagination-bullets, .sec03_slider_box .swiper-pagination-bullets.swiper-pagination-horizontal, .sec03_slider_box .swiper-pagination-custom, .sec03_slider_box .swiper-pagination-fraction {
	bottom: 10px;
}

.sec02_slider_box .swiper-pagination-bullet,
.sec03_slider_box .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #886d4f;
	background: transparent;
	opacity: 1;
}
.sec02_slider_box .swiper-pagination-bullet-active,
.sec03_slider_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #886d4f;
}
.sec02_cat {
  width: 30.3750%;
  position: absolute;
  bottom: -80px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 768px){
  .sec02_slider_box .swiper-slide {
    padding-bottom: 6.6666vw;
  }
  .sec02_slider_box .slide_img {
    width: 100vw;
    margin-bottom: 2.6666vw;
  }
  .sec02_slider_box .slide_img:after {
    width: 61.3333vw;
    height: 61.3333vw;
    top: 56%;
  }
  .sec02_slider_box .slide_img img.step {
    height: 16vw;
    margin-bottom: 3.7333vw;
  }
  .sec02_slider_box .slide_img img.images {
    min-height: initial;
    max-height: 38.6666vw;
    height: initial;
    padding: 0 9.3333vw;
    margin-bottom: 6.6666vw;
  }
  .sec02_slider_box .slide_img02 img.images,
  .sec02_slider_box .slide_img03 img.images {
    margin-bottom: 10.1333vw;
  }
  .sec02_slider_box .slide_img p {
    font-size: 3.2vw;
  }
  .sec02_slider_box .swiper-button-next,
  .sec02_slider_box .swiper-button-prev,
  .sec03_slider_box .swiper-button-next,
  .sec03_slider_box .swiper-button-prev {
    top: 38%;
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .sec03_slider_box .swiper-button-next,
  .sec03_slider_box .swiper-button-prev,
  .sec02_slider_box .swiper-container-rtl .swiper-button-prev,
  .sec03_slider_box .swiper-button-next,
  .sec03_slider_box .swiper-container-rtl .swiper-button-prev {
    right: 4vw;
  }
  .sec02_slider_box .swiper-button-prev,
  .sec02_slider_box .swiper-container-rtl .swiper-button-next,
  .sec03_slider_box .swiper-button-prev,
  .sec03_slider_box .swiper-container-rtl .swiper-button-next {
    left: 4vw;
  }
  .sec02_slider_box .swiper-pagination-bullet,
  .sec03_slider_box .swiper-pagination-bullet {
    width: 1.6000vw;
    max-width: 50px;
    height: 1.6000vw;
    max-height: 50px;
  }
  .sec03_slider_box .swiper-horizontal>.swiper-pagination-bullets, .sec03_slider_box .swiper-pagination-bullets.swiper-pagination-horizontal, .sec03_slider_box .swiper-pagination-custom, .sec03_slider_box .swiper-pagination-fraction {
    bottom: -5.3333vw;
  }
}
p.add_txt-2310 {
  font-size: 0.85em;
  text-align: center;
  padding: 1rem 0 2rem;
  background-color: #faf8f0;
}
@media screen and (max-width: 768px){
  p.add_txt-2310 {
    padding: 1rem 1rem 2rem;
  }
}

.btn_entry {
  padding: 30px 0;
}
.btn_entry .btn {
  display: block;
  background-color: #d82f19;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0.75em;
  position: relative;
  width: 100%;
  max-width: 316px;
  margin: 0 auto;
}
.btn_entry .btn::after {
  background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/btn_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%);
}
@media screen and (max-width: 768px){
  .btn_entry {
    padding: 2.6666vw 0;
  }
  .btn_entry .btn {
    font-size: 4.6667vw;
    padding: 3.3333vw;
    width: 81.3333vw;
    max-width: 100%;
    border-radius: 8px;
  }
  .btn_entry .btn::after {
    width: 5.3333vw;
    height: 5.3333vw;
    background-image: url('https://cd-contents.s3.us-east-2.amazonaws.com/feature/present_2507/img/btn_arrow.png');
  }
}
/* 調整 */
.swiper-wrapper {
    height: auto!important;
}