@charset "utf-8";
/*--- header -----*/
@charset "utf-8";
/*----- header -----*/
#header {
  position: fixed;
  box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
  padding: 0;
  width: 75rem;
  background: #FFF;
  z-index: 101;
  top: 0;
}
#header ul {
  justify-content: space-around;
}
#header .box {
  padding: 0;
}
#h_logo {width: 20rem;}
#h_tel {width: 25rem;}

/*----- mi -----*/
#mi {
  background: url(../img/2607-01.png) no-repeat center top;
  background-size: cover;
  height: 154rem;
  padding-top: 135rem;
  z-index: 2;
}
#mi_li {
  width: 63rem;
  justify-content: space-between;
  margin-inline: auto;
  margin-bottom: -0.5rem;
}
.mi_li {
  width: 19.3rem;
}
#mi_img:first-child {
  margin-top: -1rem;
}
#mi #sarani {
  width: 21rem;
}
/*----- coversion -----*/
#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 1rem;
  background: rgb(255 255 255 / 75%);
}
.btn_box {
  width: 64.6rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-radius: 6rem;
  position: relative;
  overflow: hidden;
}
.btn_box::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn 3s ease-in-out infinite;
}
@keyframes shiny-btn {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
/*----- campaign -----*/
#campaign {
  height: 32rem;
  background: url(../img/campaign/bg.webp) no-repeat center top;
  background-size: cover;
}
#campaign .box {
  padding: 0.5rem 2rem 0 2rem;
  margin-top: -0.5rem;
}
@media screen and (max-width:599px) {
  #h_logo {width: 25rem;}
}

/*----- campaign -----*/
.campaign {
  background: url(../img/campaign/bg.webp) no-repeat center top;
  background-size: 100% 100%;
  height: 80rem;
  padding-top: 20rem;
  z-index: 3;
}
#conversion {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
}
.boxBtnGb {
  text-align: center;
  padding: 0;
  box-sizing: border-box;
}
.btnshine {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 8rem;
}
.gb_btn {
  background-size: 100% 100%;
  width: 71rem;
  cursor: pointer;
}
.btnshine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  transform: skewX(-25deg);
  animation: shine 1.3s infinite;
}
@keyframes shine {
  100% {
      left: 125%;
  }
}
.gb_btn a {
  text-decoration: none;
  color: #fff;
  line-height: 1.1;
  display: block;
}
/*----- prefectures -----*/
/* #prefectures {
  background: url(../img/prefectures/bg.webp) no-repeat center top;
  background-size: 100% 100%;
  height: 80rem;
  z-index: 3;
}
#prefectures img:first-of-type {
  width: 71rem;
}
#prefectures img:last-of-type {
  width: 73rem;
} */
/*----- easy -----*/
/* #easy {
  background: url(../img/easy/bg.webp) no-repeat center top;
  background-size: cover;
  height: 126rem;
  padding-top: 63.8rem;
  margin-top: -11.5rem;
  z-index: 1;
} */
/*----- mens -----*/
/* #mens {
  background: url(../img/mens/bg.webp) no-repeat center top;
  background-size: cover;
  height: 174.3rem;
  z-index: 3;
  margin-top: -2rem;
}
#mens_img {
  position: absolute;
  top: 90rem;
  width: 68rem;
  left: 4rem;
} */
/*----- thanks -----*/
#thanks {
  background: url(../img/thanks/bg.webp) no-repeat center top;
  background-size: cover;
  height: 179.6rem;
  margin-top: -13.1rem;
  z-index: 2;
}
#thanks_img01 {
  position: absolute;
  top: 13rem;
  width: 70rem;
  left: 3rem;
}
#thanks_img02 {
  position: absolute;
  top: 87rem;
}
/*----- reason-bottom -----*/
.reason-bottom {
  background: url(../img/2607-06.png) no-repeat center top;
  background-size: cover;
  height: 578rem;
  margin-top: 5rem;
  padding-top: 545rem;
  z-index: 1;
}
/*----- reason-cta -----*/
.reason-cta {
  background: url(../img/2607-07.png) no-repeat center top;
  background-size: cover;
  height: 382rem;
  margin-top: -16rem;
  padding-top: 350rem;
  z-index: 0;
}
/*----- apply -----*/
.apply {
  background: url(../img/apply/bg.webp) no-repeat center top;
  background-size: 100% 100%;
  height: 143.5rem;
  padding-top: 40rem;
}
.apply .white {
  position: absolute;
}
.apply .last-two-months {
  top: 26rem;
  left: 12rem;
}
.apply .last-month {
  top: 35.5rem;
  left: 12rem;
}
.apply .current-month {
  top: 45.6rem;
  left: 11rem;
}
/*----- reason -----*/
#reason {
  padding-left: 2rem;
  padding-right: 2rem;
}
#reason_logo {
  width: 28rem;
  margin-inline: auto;
}
#reason h2 {
  width: 62.1rem;
  margin-inline: auto;
  margin-bottom: 18rem;
}
#reason_ttl {
  width: 58.5rem;
}
.reason_num {
  width: 17rem;
  margin-top: -17rem;
}
#reason .reason_bg {
  background-color: #DDF2FF;
  background-size: contain;
  border-radius: 1rem;
  margin-top: -9rem;
  padding-top: 9rem;
}
#reason .reason_bg:nth-of-type(1)  {
  margin-bottom: 23rem;
  padding-bottom: 18rem;
}
#reason .reason_bg:nth-of-type(2)  {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}
#reason .reason_bg:nth-of-type(3)  {
  margin-bottom: 6rem;
  padding-bottom: 3rem;
}
#r01_img01 {
  width: 71rem;
  padding-right: 1rem;
}
#r01_img02 {
  width: 67rem;
  /* margin-top: -10rem; */
  margin-bottom: -15rem;
}
#r02_img01 {
  width: 70rem;
  margin-left: 1rem;
}
#r02_img02 {
  width: 68rem;
  margin-top: -3.5rem;
  margin-bottom: 4rem;
}
#r02_img03 {
  width: 63.4rem;
}
.r02_slider {
  width: 100%;
  margin: 0 auto;
}
.slick-initialized .slick-slide {
  width: 68rem;
}
.r02_box {
  background-color: #FFF;
  border-radius: 1rem;
  margin-inline: auto;
  padding: 20px;
  box-sizing: border-box;
}
.r02_voiceImg  {
  width: 65rem;
  /* margin-left: 1.5rem; */
  /* margin-top: -2rem; */
}
.r02_box p:nth-of-type(1) {
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 1px solid #0096ff;
}
.r02_box p:nth-of-type(2) {
  margin: 2rem 0;
  font-weight: 700;
  line-height: 1.4;
}
.r02_box p:nth-of-type(3) {
  /* margin-right: 3rem; */
}
/* カスタムprevボタン */
.slick-prev {
  position: absolute;
  top: 43%; /* スライダーの高さの半分に位置 */
  left: -1rem; /* スライダーの左からの位置 */
  transform: translateY(-50%);
  width: 5.3rem;
  height: 5.3rem;
  background: url('./../img/reason/prev.svg') no-repeat center center;
  background-size: contain; /* 画像をボタンに合わせて表示 */
  z-index: 10;
  border: none;
}
/* カスタムnextボタン */
.slick-next {
  position: absolute;
  top: 43%; /* スライダーの高さの半分に位置 */
  right: -1rem; /* スライダーの右からの位置 */
  transform: translateY(-50%);
  width: 5.3rem;
  height: 5.3rem;
  background: url('./../img/reason/next.svg') no-repeat center center;
  background-size: contain; /* 画像をボタンに合わせて表示 */
  z-index: 10;
  border: none;
}
/* デフォルトの矢印ボタンを非表示にする */
.slick-prev::before,
.slick-next::before {
  content: '';
}
.reason_box::after {
  content:"";
  display: block;
  width: 100%;
  height: 0.3rem;
  background: #1074cc;
  background: linear-gradient(to right, #1074cc 0%,#052e78 100%);
}
.reason_box h3 {
  background: #1074cc;
  background: linear-gradient(to right, #1074cc 0%,#052e78 100%);
  padding: 2.5rem 3rem;
}
#price ul {
  justify-content: center;
}
#price {
  margin: 0 3rem;
  background-color: #21A5E0;
  color: #fff;
}
.price {
  width: 30rem;
}
.free_txt {
  width: 40.3rem;
}
#price_ttl {
  background: #005ad2;
  padding: 1.5rem 3rem;
  cursor: pointer;
  position: relative;
}
/*アイコンの＋と×*/
#price_ttl::after {
  content:'';
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  top: calc(50% - 1.7rem);
  right: 3rem;
  background: url(../img/price/icon01.svg) no-repeat center top, url(../img/price/icon02.svg) no-repeat center top;
  background-size: contain;
  transition: 0.3s;
}
/*　closeというクラスがついたら形状変化　*/
#price_ttl.active::after {
  background: url(../img/price/icon02.svg) no-repeat center top;
  background-size: contain;
}
#price .plan {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  }
#price .plan .plan01 { grid-area: 1 / 1 / 2 / 2; }
#price .plan .plan02 { grid-area: 1 / 2 / 2 / 3; }
#price .plan .plan03 { grid-area: 2 / 1 / 3 / 2; }
#price .plan .plan04 { grid-area: 2 / 2 / 3 / 3; }
/*----- first -----*/
#first {
  background: url(../img/hige7800_04.png) no-repeat center top;
  background-size: cover;
  height: 122.3rem;
  margin-top: -16rem;
  padding-top: 0;
  z-index: 1;
}
/* 
#first_ttl {
  width: 57.5rem;
}
#first p {
  width: 67rem;
  position: absolute;
  left: 5rem;
}
#first p:nth-of-type(1) {
  top: 57rem;
}
#first p:nth-of-type(2) {
  top: 101rem;
}
*/
/*----- flow -----*/
#flow {
  background: url(../img/hige7800_05.png) no-repeat center top;
  background-size: cover;
  height: 213rem;
  margin-top: -0;
  padding-top: 0;
  z-index: 1;
}
#flow_ttl {
  width: 59.4rem;
}
#flow h3 {
  color: #0358B2;
  font-size: 4.2rem;
}
#flow p {
  font-size: 2.4rem;
}
.flow_inner {
  position: absolute;
  width: 66rem;
  left: 5rem;
}
.flow_inner:nth-of-type(1) {
  top: 58.5rem;
}
.flow_inner:nth-of-type(2) {
  top: 125rem;
}
.flow_inner:nth-of-type(3) {
  top: 197.5rem;
}
.flow_inner:nth-of-type(4) {
  top: 274rem;
}
.flow_inner:nth-of-type(5) {
  top: 346.7rem;
}
/*----- twenty -----*/
#twenty {
  background: url(../img/2607-08.png) no-repeat center top;
  background-size: cover;
  height: 577rem;
  z-index: 1;
  margin-top: 5rem;
  padding-top: 550rem;
  background-color: #ffe9d9;
}
#twenty_logo, #twentyImg, #twenty p {
  position: absolute;
}
#twenty_logo {
  width: 41rem;
  top: 70rem;
  left: 30rem;
}
#twentyImg {
  width: 38rem;
  top: 36.4rem;
  left: -2rem;
}
#twenty p {
  color: #352100;
  text-shadow: 4px 3px 8px rgba(218, 218, 218, 0.41);
  text-align: left;
  font-weight: bold;
  font-family: 'YuMincho', 'Noto Serif JP';
  line-height: 1.7;
  top: 51rem;
  right: -1rem;
  font-size: 3.4rem;
}
/*----- shop -----*/
.shop_box, .shop_area, .shop_info {
  display: none;
}
#shop_list .collapse {
  position: relative;
  cursor: pointer;
}
#shop_list .collapse::before, #shop_list .collapse::after {
  content: "";
  display: block;
  background: #FFF;
  border-radius: 0.2rem;
  position: absolute;
}
#shop_list .collapse::before {
  width: 0.4rem;
  height: 2.4rem;
  top: calc(50% - 1.2rem);
  right: 4rem;
}
#shop_list .collapse::after {
  width: 2.4rem;
  height: 0.4rem;
  top: calc(50% - 0.2rem);
  right: 3rem;
}
#shop_list .collapse.active::before {
  display: none;
}
#shop_list li:first-child .shop_ttl01 {
  border-radius: 0.9rem 0.9rem 0 0;
}
#shop_list li:last-child .shop_ttl01 {
  border-radius: 0 0 0.9rem 0.9rem;
}
#shop_list li:last-child .shop_ttl01.active {
  border-radius: 0;
}
.shop_ttl01 {
  background: #005ad2;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
  font-weight: 400;
}
.shop_area {
  background: #FFF;
  padding: 3rem;
  margin: 0 0 0.2rem 0;
}
.shop_ttl02 {
  background: #21a5e0;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
  font-weight: 400;
}
.shop_ttl03 {
  background: #21a5e0;
  color: #FFF;
  padding: 1.5rem 3rem;
  margin: 0 0 0.2rem 0;
  font-weight: 400;
}
.shop_info {
  padding: 1.5rem 0 3rem 0;
}
.shopMapDes {
margin: 0 0 1.5rem 0;
}
.dateNote{
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 1rem;
}

/*----- faq -----*/
.bl-faq-en {
	display: table;
	margin: 0 auto 2rem auto;
	position: relative;
	padding: 0 14px;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.28em;
	color: #f86d25;
	text-align: center;
	z-index: 1;
}

.bl-faq-en::before {
	position: absolute;
	right: 0;
	bottom: -4px;
	left: 0;
	z-index: -1;
	height: 12px;
	content: "";
	background: #fff7a6;
}

/*アコーディオンタイトル*/
.faq_ttl {
  cursor: pointer;
  padding: 2rem 7rem 2rem 7rem;
  position: relative;
  border-top: 1px solid #000;
}
.faq_ttl::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 4rem;
  background: url(../img/f.svg) no-repeat center top;
  background-size: 3rem;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: 2.5rem;
}
/*アコーディオンで現れるエリア*/
.faq_info {
  display: none;
  padding: 3rem 3rem 3rem 7rem;
  position: relative;
  margin-top: -1rem;
  z-index: 1;
}
.faq_info::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/a.svg) no-repeat center top;
  background-size: 2.8rem;
  position: absolute;
  top: 3.5rem;
  left: 3rem;
}
.faq_info::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  z-index: -1;
}
.accordion_box:last-of-type {
  border-bottom: 1px solid #000;
}
/*アイコンの＋と×*/
.faq_ttl::after {
    position: absolute;
    content:'';
    width: 2.9rem;
    height: 2.9rem;
    top: calc(50% - 1.5rem);
    right: 2rem;
    background: url(../img/plus.svg) no-repeat center top, url(../img/plus.svg) no-repeat center top;
    background-size: contain;
    transition: 0.3s;
}
/*　closeというクラスがついたら形状変化　*/
.faq_ttl.close::after {
  background: url(../img/minus.svg) no-repeat center top;
  background-size: contain;
}
.notes {
  border: 1px solid #21a5e0;
}
/*----- footer -----*/
footer a {
  display: inline-block;
}
footer.footer {
  background: #333;
}
.footer-nav img {
  width: 178px;
}
.dateNote{
  font-size: 14px;
  font-weight: 700;
  color: #ff0000;
  margin-bottom: 1rem;
}
@media screen and (min-width:600px) {
}
@media screen and (max-width:599px) {
  .trouble_box li:after {
    border-right: 1px solid rgb(0 0 0 / 85%);
    border-bottom: 1px solid rgb(0 0 0 / 85%);
  }
  #warranty_img02 {
    margin-top: 1rem;
  }
}

.guarantee p {
  position: absolute;
  color: #886b28;
  top: 90rem;
  top: 89rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* info */
.info{
  position: relative;
  background: url(../img/infoBg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 10.5rem;
  z-index: 3;
}

.infoCircle{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0358b2;
  border-radius: 50%;
  width: 14.2rem;
  height: 14.2rem;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}

.infoTT{
  display: block;
  margin: 0 auto;
  width: 63rem;
  padding-bottom: 34rem;
}

.infoImg01,
.infoImg02{
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
/* end info */

/* =======================================================
  店舗一覧
======================================================= */

.ly-lp-shop {
	padding: 52px 15px 70px;
	background: #fee9da;
}

.bl-lp-shop {
	max-width: 360px;
	margin: 0 auto;
}

.bl-lp-shop-area + .bl-lp-shop-area {
	margin-top: 12px;
}

.bl-lp-shop-area-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 56px;
	padding: 10px 52px;
	border: 1px solid #ff6500;
	border-radius: 999px;
	font: inherit;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	color: #333;
	background: #fff;
	cursor: pointer;
}

.bl-lp-shop-area-icon {
	position: absolute;
	top: 50%;
	right: 31px;
	width: 14px;
	height: 14px;
	transform: translateY(-50%);
}

.bl-lp-shop-area-icon::before,
.bl-lp-shop-area-icon::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	content: "";
	background: #ff6500;
	transform: translate(-50%, -50%);
}

.bl-lp-shop-area-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.bl-lp-shop-area.is-open .bl-lp-shop-area-head {
	color: #fff;
	background: #ff6500;
}

.bl-lp-shop-area.is-open .bl-lp-shop-area-icon::before,
.bl-lp-shop-area.is-open .bl-lp-shop-area-icon::after {
	background: #fff;
}

.bl-lp-shop-area.is-open .bl-lp-shop-area-icon::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.bl-lp-shop-area-body {
	padding-top: 10px;
}

.bl-lp-shop-area-body[hidden] {
	display: none;
}

.bl-lp-shop-list {
	display: grid;
	gap: 14px;
}

.bl-lp-shop-card {
	overflow: hidden;
	border-radius: 26px;
	background: #ff6500;
}

.bl-lp-shop-card-link {
	display: block;
	padding: 34px 30px 30px;
	color: #fff;
	text-decoration: none;
}

.bl-lp-shop-card-img {
	margin: 0 0 26px;
}

.bl-lp-shop-card-img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.bl-lp-shop-card-body {
	font-weight: 700;
	color: #fff;
}

.bl-lp-shop-card-access,
.bl-lp-shop-card-name,
.bl-lp-shop-card-address {
	margin: 0;
}

.bl-lp-shop-card-access {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.6;
}

.bl-lp-shop-card-name {
	margin-bottom: 8px;
	font-size: 15px;
	line-height: 1.6;
}

.bl-lp-shop-card-address {
	font-size: 13px;
	line-height: 1.65;
}

.bl-lp-shop-empty {
	padding: 22px 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}
