@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
.pc {
  display: block;
}

.sp {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 0.5208333333vw;
  box-sizing: border-box;
}
@media screen and (max-width: 1540px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 6px solid #ba932b;
}
.mv .mv_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.mv .mv_item {
  width: 100%;
}
.mv .mv_txt {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  background: url(../image/campain_txt_bg.png);
  background-repeat: repeat;
}
.mv .mv_txt h2 {
  /*
  width: 23.7%;
  min-width: 340px;
  padding: 2.3rem 0;
  position: relative;
  */
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 2.3rem 0;
  line-height: 1;
}
.mv .mv_txt_block {
  width: 38%;
  max-width: 730px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*
  		.mv__btn_wrap::after {
  			content: '';
  			display: block;
  			width: 100%;
  			height: 100%;
  			border-radius: 9999px;
  			background-color: #000000;
  			opacity: .16;
  			position: absolute;
  			right: -4px;
  			bottom: -4px;
  			z-index: -1;
  		}
  */
}
.mv .mv_txt_block .mv_main_txt {
  width: 100%;
}
.mv .mv_txt_block .mv__btn_wrap {
  width: 70%;
  height: auto;
  margin: 4rem auto 0;
  /*transform: translateX(-50%);*/
  z-index: 2;
}
.mv .mv_txt_block .mv__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.2;
  border-radius: 9999px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  color: var(--color--white);
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1540px) {
  .mv .mv_txt_block .mv__btn {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_txt_block .mv__btn {
    font-size: 2.2rem;
  }
}
.mv .mv_txt_block .btn_top_txt {
  position: absolute;
  width: 55%;
  top: -2rem;
  left: 22.5%;
  z-index: 6;
}
.mv .mv_txt_block .mv__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.mv .mv_txt_block .btn__highlight {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  background-color: var(--color--pink01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.mv .mv_txt_block .btn__highlight::after {
  content: "";
  display: block;
  width: 124.4%;
  height: auto;
  aspect-ratio: 1/0.404;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 67.86%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0.14;
}
.mv .mv_txt_block .coupon .btn__highlight:after {
  opacity: 1;
}
.mv .mv_txt_block .mv__btn__txt {
  position: relative;
  z-index: 2;
}
.mv .mv_txt_block .mv__btn__icon {
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 16px;
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .mv .mv_txt_block .mv__btn {
    transition: 0.3s;
  }
  .mv .mv_txt_block .mv__btn:hover {
    top: 4px;
    /*left: 4px;*/
  }
  .mv .mv_txt_block .mv__btn::before {
    transition: 0.3s;
    top: 0;
    left: 0;
  }
  .mv .mv_txt_block .mv__btn:hover::before {
    top: -4px;
    left: -4px;
  }
  .mv .mv_txt_block .btn__highlight::after {
    transition: 0.3s;
  }
  .mv .mv_txt_block a:hover > .btn__highlight::after,
  .mv .mv_txt_block div:hover > .btn__highlight::after {
    top: 0;
  }
}

.info {
  padding-left: 3.35%;
  background-color: var(--color--pink01);
}

#coupon {
  width: 22%;
  max-width: 150px;
  position: absolute;
  bottom: 30rem;
  right: -7rem;
  z-index: 10;
  cursor: pointer;
  transition: 0.3s;
}
#coupon:hover {
  opacity: 0.9;
}

.coupon__modal {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
}

.coupon__modal_bk__mask {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #464646;
  mix-blend-mode: multiply;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 19;
}

.coupon__modal__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.coupon__modal__bk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.coupon__modal__close_btn {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 33px;
  right: 38px;
  z-index: 2;
}

.coupon__modal__close_btn::before,
.coupon__modal__close_btn::after {
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background-color: var(--color--white);
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.coupon__modal__close_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.coupon__modal__close_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal_close {
  cursor: pointer;
}

.coupon__modal__contents {
  width: 40%;
  max-width: 769px;
  height: auto;
  margin: 0;
  position: relative;
  z-index: 2;
}

.coupon__modal__image {
  width: 100%;
  height: auto;
  margin: 0 auto 27px;
  pointer-events: auto;
}

.coupon__modal__image img {
  width: 100%;
  height: auto;
}

.coupon__modal__btn_area {
  width: 100%;
  height: auto;
}

.coupon__modal__btn_wrap {
  width: 50%;
  height: auto;
  margin: 4rem auto 0;
  /*transform: translateX(-50%);*/
  z-index: 2;
}

.coupon__modal__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.2;
  border-radius: 9999px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.07em;
  color: var(--color--white);
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.coupon__modal__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.btn__highlight {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  background-color: var(--color--pink01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.btn__highlight::after {
  content: "";
  display: block;
  width: 124.4%;
  height: auto;
  aspect-ratio: 1/0.404;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 67.86%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0.14;
}

.coupon__btn__txt {
  position: relative;
  z-index: 2;
}

.coupon__btn__icon {
  width: 3rem;
  height: 3rem;
  margin-left: 16px;
  position: relative;
  z-index: 2;
}

@media (any-hover: hover) {
  .coupon__modal__btn {
    transition: 0.3s;
  }
  .coupon__modal__btn:hover {
    top: 4px;
    /*left: 4px;*/
  }
  .coupon__modal__btn::before {
    transition: 0.3s;
    top: 0;
    left: 0;
  }
  .coupon__modal__btn:hover::before {
    top: -4px;
    left: -4px;
  }
  .btn__highlight::after {
    transition: 0.3s;
  }
  a:hover > .btn__highlight::after,
  div:hover > .btn__highlight::after {
    top: 0;
  }
}
.point_block {
  width: 100%;
  background: url(../image/dot_bg.png) bottom;
  background-repeat: repeat-x;
  background-color: #fffecc;
  position: relative;
  padding-top: 8rem;
}
.point_block::before {
  content: "";
  width: 50%;
  height: 10rem;
  background: #ffffef;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 9;
}
.point_block::after {
  content: "";
  width: 50%;
  height: 10rem;
  background: #ffffef;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 9;
}
.point_block .point_img_block {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.point_txt {
  padding: 7rem 0 10rem;
  background: #ffffef;
}
.point_txt p {
  text-align: center;
  font-weight: bold;
  font-size: 5.2rem;
  color: #61310d;
}
.point_txt p .pink {
  color: #e32d64;
}
.point_txt p .underline {
  background: linear-gradient(transparent 60%, #fff261 60% 90%, transparent 90%);
}

.anxiety_sec {
  background: #dad2cc;
  padding: 13rem 0 8rem;
  border-top: 0.6rem solid #ba932b;
  border-bottom: 0.6rem solid #ba932b;
  position: relative;
}
.anxiety_sec .anxiety_parallelogram {
  position: absolute;
  background: #61310d;
  transform: skew(-10deg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  width: 42rem;
  top: -5rem;
  left: calc(50% - 21rem);
}
.anxiety_sec .anxiety_parallelogram p {
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  transform: skew(10deg);
  text-align: center;
}
.anxiety_sec .anxiety_block {
  background: #fff;
  padding: 5rem 5rem 3rem 5rem;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.anxiety_sec .anxiety_block .anxiety_ttl {
  font-size: 5.2rem;
  font-weight: bold;
  color: #61310d;
  text-align: center;
  margin-bottom: 3rem;
  line-height: 1.4;
}
.anxiety_sec .anxiety_block .anxiety_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.anxiety_sec .anxiety_block .anxiety_list li {
  width: 49%;
  font-size: 2.4rem;
  font-weight: bold;
  color: #61310d;
  padding: 3rem 0 3rem 12rem;
  position: relative;
  background: #f1eeec;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.anxiety_sec .anxiety_block .anxiety_list li::before {
  content: "";
  width: 5.7rem;
  height: 6.5rem;
  position: absolute;
  background: url(../image/anxiety_item.png) center no-repeat;
  background-size: contain;
  left: 4rem;
  top: calc(50% - 3.2rem);
}

.area_sec {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 10rem 0 3rem;
}
.area_sec .area_main_txt {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.area_sec .area_main_txt .txt {
  margin-right: 4rem;
}
.area_sec .area_main_txt .txt p {
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  color: #61310d;
}
.area_sec .area_main_txt .txt p .bg_pink {
  color: #fff;
  background: #ea638c;
  padding: 0 0.2rem;
}
.area_sec .area_main_txt .img {
  width: 27%;
}
.area_sec .area_ttl {
  padding: 0 30rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
  position: relative;
}
.area_sec .area_ttl::before {
  content: "";
  width: 31rem;
  height: 0.8rem;
  background: url(../image/area_ttl_item.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 0.4rem);
}
.area_sec .area_ttl::after {
  content: "";
  width: 31rem;
  height: 0.8rem;
  background: url(../image/area_ttl_item.png);
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  right: 0;
  top: calc(50% - 0.4rem);
}
@media screen and (max-width: 1080px) {
  .area_sec .area_ttl {
    padding: 0 20rem;
  }
  .area_sec .area_ttl::before {
    width: 20rem;
  }
  .area_sec .area_ttl::after {
    width: 20rem;
  }
}
.area_sec .area_ttl .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  color: #61310d;
  padding: 0 8rem;
  position: relative;
  text-align: center;
}
.area_sec .area_ttl .ttl .ttl_dot_l::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background: #ea638c;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 1.4rem;
}
.area_sec .area_ttl .ttl .ttl_dot_l::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background: #2b9a00;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 4.2rem;
}
.area_sec .area_ttl .ttl .ttl_dot_r::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background: #ea638c;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 1.4rem;
}
.area_sec .area_ttl .ttl .ttl_dot_r::after {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background: #2b9a00;
  position: absolute;
  top: calc(50% - 0.7rem);
  right: 4.2rem;
}
.area_sec .tabs {
  display: flex;
  flex-wrap: wrap;
}
.area_sec .tab_label {
  color: #61310d;
  font-weight: bold;
  background: #f1eeec;
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  flex: 1;
  padding: 2.5rem 0;
  margin: 0 5px;
}
.area_sec .tab_label:hover {
  opacity: 0.75;
}
.area_sec .tab_content {
  flex: 100%;
  display: none;
  overflow: hidden;
  margin-top: 5rem;
}
.area_sec input[name=tab_switch01] {
  display: none;
}
.area_sec input[name=tab_switch02] {
  display: none;
}
.area_sec .tabs input:checked + .tab_label {
  color: #fff;
  background-color: #ea638c;
}
.area_sec .tabs input:checked + .tab_label::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ea638c transparent transparent transparent;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  transition: all 0.3s ease 0s;
}
.area_sec #tab01:checked ~ #tab01_content,
.area_sec #tab02:checked ~ #tab02_content,
.area_sec #tab03:checked ~ #tab03_content,
.area_sec #tab04:checked ~ #tab04_content,
.area_sec #tab05:checked ~ #tab05_content,
.area_sec #tab06:checked ~ #tab06_content,
.area_sec #tab07:checked ~ #tab07_content,
.area_sec #tab08:checked ~ #tab08_content {
  display: block;
}
.area_sec #tab_01:checked ~ #tab_01_content,
.area_sec #tab_02:checked ~ #tab_02_content,
.area_sec #tab_03:checked ~ #tab_03_content,
.area_sec #tab_04:checked ~ #tab_04_content,
.area_sec #tab_05:checked ~ #tab_05_content,
.area_sec #tab_06:checked ~ #tab_06_content,
.area_sec #tab_07:checked ~ #tab_07_content,
.area_sec #tab_08:checked ~ #tab_08_content {
  display: block;
}
.area_sec .tab_content {
  position: relative;
  animation: fadeIn 1s ease;
}
.area_sec .area_tab_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.area_sec .area_tab_block .area_box {
  width: 48%;
  margin-bottom: 3.5rem;
}
.area_sec .area_tab_block .area_box .area_name {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  color: #61310d;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.area_sec .area_tab_block .area_box .area_name::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50px;
  background: #ea638c;
  position: absolute;
  top: calc(50% - 0.7rem);
  left: 0;
}
.area_sec .area_tab_block .area_box .flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.area_sec .area_tab_block .area_box .flex .img {
  width: 36%;
  margin-right: 2%;
}
.area_sec .area_tab_block .area_box .flex .txt {
  width: 62%;
}
.area_sec .area_tab_block .area_box .flex .txt p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #61310d;
  margin-bottom: 3rem;
}
.area_sec .area_tab_block .area_box .btn_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.area_sec .area_tab_block .area__btn_wrap {
  width: 48%;
  height: auto;
  /*margin: 0 auto;
  transform: translateX(-50%);*/
  z-index: 2;
  position: relative;
}
.area_sec .area_tab_block .area__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.25;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  color: var(--color--white);
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.area_sec .area_tab_block .area__btn.detail .btn__highlight {
  background-color: var(--color--pink02);
}
.area_sec .area_tab_block .area__btn::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../image/btn_arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 6px);
  z-index: 2;
}
.area_sec .area_tab_block .area__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.area_sec .area_tab_block .btn__highlight {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  background-color: var(--color--pink01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.area_sec .area_tab_block .btn__highlight::after {
  content: "";
  display: block;
  width: 124.4%;
  height: auto;
  aspect-ratio: 1/0.404;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 67.86%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0.14;
}
.area_sec .area_tab_block .area__btn__txt {
  position: relative;
  text-align: center;
  z-index: 2;
}
.area_sec .area_tab_block .area__btn__icon {
  width: 8px;
  height: 13px;
  margin-left: 16px;
  position: relative;
  z-index: 2;
}
@media (any-hover: hover) {
  .area_sec .area_tab_block .area__btn {
    transition: 0.3s;
  }
  .area_sec .area_tab_block .area__btn:hover {
    top: 4px;
    /*left: 4px;*/
  }
  .area_sec .area_tab_block .area__btn::before {
    transition: 0.3s;
    top: 0;
    left: 0;
  }
  .area_sec .area_tab_block .area__btn:hover::before {
    top: -4px;
    /*left: -4px;*/
  }
  .area_sec .area_tab_block .btn__highlight::after {
    transition: 0.3s;
  }
  .area_sec .area_tab_block a:hover > .btn__highlight::after,
  .area_sec .area_tab_block div:hover > .btn__highlight::after {
    top: 0;
  }
}

.flow_sec {
  padding: 8rem 0;
  border-top: 0.6rem solid #ba932b;
  border-bottom: 0.6rem solid #ba932b;
  background: url(../image/flow_bg_pc.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.flow_sec .common_inner {
  position: relative;
}
.flow_sec .common_inner::before {
  content: "";
  width: 25.7rem;
  height: 69.8rem;
  background: url(../image/flower01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 35rem);
  left: -25.7rem;
}
.flow_sec .common_inner::after {
  content: "";
  width: 20.7rem;
  height: 65.3rem;
  background: url(../image/flower02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 32rem);
  right: -25.7rem;
}
.flow_sec .flow_ttl {
  font-size: 5.2rem;
  font-weight: bold;
  color: #61310d;
  margin-bottom: 5rem;
  text-align: center;
}
.flow_sec .flow_img {
  margin-bottom: 5rem;
}
.flow_sec .flow_block {
  width: 100%;
  border: 0.3rem solid #fffeb6;
  border-radius: 20px;
  background: #fff;
}
.flow_sec .flow_block h3 {
  background: #fffeb6;
  font-size: 2rem;
  font-weight: bold;
  color: #61310d;
  text-align: center;
  padding: 1.5rem 0;
  border-radius: 20px 20px 0 0;
}
.flow_sec .flow_block .flow_flex {
  padding: 3rem 8rem 2rem;
  display: flex;
  justify-content: center;
}
.flow_sec .flow_block .flow_flex .flow_box {
  width: 40%;
  margin: 0 3%;
}

.faq_sec {
  padding: 6rem 0;
  display: flex;
  justify-content: center;
}
.faq_sec .faq_ttl {
  font-size: 5.2rem;
  font-weight: bold;
  color: #61310d;
  text-align: center;
  margin-bottom: 5rem;
}
.faq_sec .faq_block {
  margin-bottom: 3rem;
  border: 0.3rem solid #61310d;
  border-radius: 16px;
}
.faq_sec .faq_block dt {
  border-radius: 10px 10px 0 0;
  padding: 2rem 4rem 2rem 8rem;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #61310d;
  cursor: pointer;
}
.faq_sec .faq_block dt::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../image/q.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.5rem;
  left: 3rem;
}
.faq_sec .faq_block dt::after {
  content: "";
  width: 17px;
  height: 10px;
  background: url(../image/faq_arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 3rem;
}
.faq_sec .faq_block dt.open {
  background: #61310d;
  color: #fff;
}
.faq_sec .faq_block dt.open::after {
  content: "";
  width: 17px;
  height: 10px;
  background: url(../image/faq_arrow01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 5px);
  right: 3rem;
}
.faq_sec .faq_block dd {
  border-radius: 0 0 10px 10px;
  display: none;
  position: relative;
  padding: 2rem 4rem 2rem 8rem;
  font-size: 2rem;
  font-weight: bold;
  color: #61310d;
}
.faq_sec .faq_block dd::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(../image/a.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 1.5rem;
  left: 3rem;
}
.faq_sec .faq_block dd a {
  color: #61310d;
  text-decoration: underline;
}

.benefits_sec {
  padding: 8rem 0;
  border-top: 0.6rem solid #ba932b;
  border-bottom: 0.6rem solid #ba932b;
  background: url(../image/flow_bg_pc.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.benefits_sec .common_inner {
  position: relative;
}
.benefits_sec .common_inner::before {
  content: "";
  width: 25.7rem;
  height: 69.8rem;
  background: url(../image/flower01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 35rem);
  left: -25.7rem;
}
.benefits_sec .common_inner::after {
  content: "";
  width: 20.7rem;
  height: 65.3rem;
  background: url(../image/flower02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 32rem);
  right: -25.7rem;
}
.benefits_sec .benefits_ttl {
  width: 35%;
  min-width: 300px;
  margin: 0 auto 3rem;
}
.benefits_sec .benefits_txt {
  margin-bottom: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  color: #61310d;
  text-align: center;
}
.benefits_sec .benefits_block {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: center;
  padding: 4rem;
}
.benefits_sec .benefits_block .benefits_box {
  width: 40%;
  margin: 0 2%;
}

.campaign_sec {
  padding: 7rem 0;
  display: flex;
  justify-content: center;
  background: #fff8d9;
  border-bottom: 0.6rem solid #ba932b;
}
.campaign_sec .campaign_block {
  display: flex;
  justify-content: space-between;
}
.campaign_sec .campaign_block .campaign_box .img {
  margin-bottom: 1.5rem;
}
.campaign_sec .campaign_block .campaign_box p {
  font-size: 1.8rem;
  font-weight: bold;
  color: #61310d;
}
.campaign_sec .campaign_block .campaign_box01 {
  width: 39%;
}
.campaign_sec .campaign_block .campaign_box02 {
  width: 56%;
}

.common_inner {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}

.common_ttl01 {
  width: calc(100% - 6rem);
  max-width: calc(1200px - 6rem);
  position: relative;
  background: #2b9a00;
  padding: 2rem 0;
  margin: 0 auto 5rem;
  z-index: 5;
  display: flex;
  justify-content: center;
}
.common_ttl01 .ttl {
  /*
  width: 64.5%;
  display: block;
  margin: 0 auto;
  */
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  padding: 0 6rem;
  line-height: 1;
}
.common_ttl01 .ttl::before {
  content: "";
  width: 4.8rem;
  height: 4.6rem;
  background: url(../image/ttl_item01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2.3rem);
  left: 0;
}
.common_ttl01 .ttl::after {
  content: "";
  width: 4.8rem;
  height: 4.6rem;
  background: url(../image/ttl_item01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2.3rem);
  right: 0;
}
.common_ttl01 .ttl_item_l::before {
  content: "";
  width: 2rem;
  height: 50%;
  background: #2b9a00;
  position: absolute;
  top: 0;
  left: -3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.common_ttl01 .ttl_item_l::after {
  content: "";
  width: 2rem;
  height: 50%;
  background: #2b9a00;
  position: absolute;
  bottom: 0;
  left: -3rem;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%);
          clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.common_ttl01 .ttl_item_r::before {
  content: "";
  width: 2rem;
  height: 50%;
  background: #2b9a00;
  position: absolute;
  top: 0;
  right: -3rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
}
.common_ttl01 .ttl_item_r::after {
  content: "";
  width: 2rem;
  height: 50%;
  background: #2b9a00;
  position: absolute;
  bottom: 0;
  right: -3rem;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.pagetop {
  width: 8rem;
  height: 8rem;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  z-index: 10;
  display: none;
}
.pagetop.show {
  display: block;
}
.pagetop:hover {
  opacity: 0.9;
}

.area_sec .area_ttl.fukuoka, .area_sec .area_ttl.oita {
  padding: 0 30rem;
}
.area_sec .area_ttl.kitakyusyu, .area_sec .area_ttl.kagoshima {
  padding: 0 30rem;
}
.area_sec .area_ttl.kitakyusyu::before, .area_sec .area_ttl.kitakyusyu::after, .area_sec .area_ttl.kagoshima::before, .area_sec .area_ttl.kagoshima::after {
  width: 39rem;
}

.area_data_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 3.3333333% 3.2rem;
  margin: 0 auto;
}
.area_data_block .area_map {
  width: 35.9589286%;
}
.area_data_block .area_shop_list {
  width: 59.2857143%;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.area_data_block .area_shop_list .shop_box {
  width: 31.3253012%;
  margin-top: 3.2rem;
  margin-right: 3.0120482%;
}
.area_data_block .area_shop_list .shop_box:nth-of-type(-n + 3) {
  margin-top: 0;
}
.area_data_block .area_shop_list .shop_box:nth-of-type(3n) {
  margin-right: 0;
}
.area_data_block .area_shop_list .shop_box .shop_img {
  width: 100%;
  aspect-ratio: 1/0.754807692;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.area_data_block .area_shop_list .shop_box .shop_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area_data_block .area_shop_list .shop_box .shop_btn {
  width: 100%;
  margin-top: 1rem;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap {
  width: 100%;
  margin-top: 1rem;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap:first-of-type {
  margin-top: 0;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.254807692;
  border-radius: 9999px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0.05em;
  color: var(--color--white);
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn.detail .btn__highlight {
  background-color: var(--color--pink02);
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn::after {
  content: "";
  width: 8px;
  height: 12px;
  background: url(../image/btn_arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: calc(50% - 6px);
  z-index: 2;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn .btn__highlight {
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  overflow: hidden;
  background-color: var(--color--pink01);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn .btn__highlight::after {
  content: "";
  display: block;
  width: 124.4%;
  height: auto;
  aspect-ratio: 1/0.404;
  border-radius: 50%;
  background-color: #ffffff;
  mix-blend-mode: overlay;
  position: absolute;
  top: 67.86%;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0.14;
}
.area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn .area__btn__txt {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (any-hover: hover) {
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn {
    transition: 0.3s;
  }
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn:hover {
    top: 4px;
    /*left: 4px;*/
  }
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn::before {
    transition: 0.3s;
    top: 0;
    left: 0;
  }
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .area__btn:hover::before {
    top: -4px;
    /*left: -4px;*/
  }
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap .btn__highlight::after {
    transition: 0.3s;
  }
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap a:hover > .btn__highlight::after,
  .area_data_block .area_shop_list .shop_box .shop_btn .area__btn_wrap div:hover > .btn__highlight::after {
    top: 0;
  }
}/*# sourceMappingURL=style.css.map */