/*
Theme Name: kurosaki
Author: TGLAB.inc
Author URI: https://tglab.jp/
*/

@charset "UTF-8";
:root{
  --fnt-base: "roboto-condensed", "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Noto Sans JP',sans-serif;
  --easing: cubic-bezier(0.45, 0.05, 0.55, 0.95);
  --transit: .4s var(--easing);
}


body{
  font-size: min(15px,3.6vw);
  overflow-wrap: anywhere;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-weight: 400;
  -webkit-transition: opacity var(--transit);
  -o-transition: opacity var(--transit);
  transition: opacity var(--transit);
  width: 100%;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

body#index header{
  display: none;
}

/* ham */
.lity-hidden #hum-button{
  z-index: 100;
}
#hum-button{
  width: 25px;
  position: fixed;
  top: min(30px,5vw);
  right: min(20px,5vw);
  z-index: calc(infinity);
  aspect-ratio:1;
  cursor: pointer;
}
#hum-button button{
  width: 100%;
  height: 2px;
  background: #000000;
  position: relative;
  transition:rotate var(--transit);
}
#hum-button button::before
,#hum-button button::after{
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  left: 0;
  transition:all var(--transit);
}
#hum-button button::before{
  top: -8px;
}
#hum-button button::after{
  top: 8px;
}
#hum-button.open button{
  rotate:45deg;
}
#hum-button.open button::before{
  rotate:90deg;
  top: 0;
}
#hum-button.open button::after{
  top: 0;
}
#l-nav{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 500px;
  height: 100dvh;
  visibility: hidden;
  opacity: 0;
  background: white;
  transition: all var(--transit);
  overflow-y: scroll;
}
#l-nav .main-btn{
  width: 95%;
  margin: 0 auto;
}
.l-nav_inner{
  min-height: 100%;
  padding-top: min(120px, 50vw);
  padding-bottom: min(50px,12vw);
}
.btn-wrap{
  display: grid;
  gap: 10px;
}
.l-nav__head{
  background: #CACCCD;
  padding: min(30px,5vw) min(30px,7vw);
}
.l-nav__head .schedule-link{
  mix-blend-mode: difference;
  width: min(20px,10vw);
  position: absolute;
  top: 50%;
  left: min(30px,7vw);
  translate:0 -50%;
}
.l-nav__head .logo{
  mix-blend-mode: difference;
  width: min(115px,30vw);
}
.l-nav__regist{
  background: #C0C2C3;
  font-size: min(18px,4vw);
  display: grid;
  place-content:center;
  min-height: 3em;
}
.l-nav__regist a{
  padding-right: 1.5em;
  mix-blend-mode: difference;
  font-weight: 600;
  font-family: var(--fnt_arg);
}
.l-nav__regist a::after{
  content: "";
  width: 10px;
  aspect-ratio:1;
  position: absolute;
  right: 0;
  top: 50%;
  background: url("../image/azenc/icon/arrow_w.svg") no-repeat center/cover;
  translate:0 -50%;
}
.l-nav__contents{
  width: min(280px,100%);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(130px,40vw);
  font-family: var(--fnt_arg);
  font-size: min(18px,calc(100vw/21));
  font-weight: 600;
  text-align: center;
}
.l-nav__contents li:not(:first-child)
,.l-nav__online dd a:not(:first-child){
  margin-top: min(20px,5vw);
}
.l-nav__online{
  width: min(280px,100%);
  margin-top: min(60px,15vw);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.l-nav__online dt{
  font-family: var(--fnt_arg);
  font-weight: 600;
  font-size: min(18px,calc(100vw/21));
}
.l-nav__online dd{
  text-align: left;
  margin-top: min(40px,10vw);
}
.l-nav__online dd a{
  display: block;
}
.l-nav__sns{
  display: grid;
  justify-content: center;
  gap:5px;
  grid-template-columns: repeat(4,min(33px,8vw));
  margin-top: min(50px,12vw);
}
#l-nav.is-view{
  opacity: 1;
  visibility: visible;
}


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

#container{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100dvh;
  overflow-y: hidden;
}

.inner{
  width: min(1186px,100%);
  padding-left: min(50px,4vw);
  padding-right: min(50px,4vw);
  margin-left: auto;
  margin-right: auto;
}
.inner.full{
  width: 100%;
  background: #F9F4F0;
}

.inner .inner{
  padding-left: 0;
  padding-right: 0;
}



/* 250424 */
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;

  padding: 20px;
}
.head_logo{
  width: 150px;
}
#hero{
  /*max-height: 600px;*/
  overflow: hidden;
}
#content section{
  padding: min(100px, 10vw) 50px;
}
.sec-title h2{
  position: relative;
  z-index: 5;
  font-size: clamp(21px, 5vw, 35px);
  text-align: center;
  color: #0B3875;
  font-weight: bold;
  line-height: 1.2;
}
.inner.full .sec-title .back-title{
  color: white;
}
.sec-title .back-title{
  font-size: min(100px, 10vw);
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  color: #E6EAF1;
  transform: translateY(-20px);
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
.sec-explain{
  text-align: center;
  line-height: 1.5;
  font-size: min(15px, 10vw);
  margin-bottom: 60px;
}

.box-btn-wrap{
  width: 100%;
  max-width: 300px;
  display: flex;
  gap: 20px;
  margin: 0 auto;
}
.box-btn-wrap .box {
  flex: 1;
  background-color: #eee;
  padding: 35px;
  text-align: center;
  border-radius: 15px;
  color: white;
}
.box-btn-wrap .box .box-title{
  font-size: min(17px, 5vw);
  font-weight: bold;
}
.box-btn-wrap .box .box-price{
  font-size: clamp(25px, 3vw, 40px);
  margin: 20px 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}
.box-btn-wrap .box .box-price span{
  font-size: min(17px, 4vw);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.box-btn-wrap .box .box-in-btn{
  border: 1px solid white;
  width: 100%;
  max-width: 140px;
  padding: 15px 0;
  margin: 0 auto;
}
.box-btn-wrap .box .box-in-btn img{
  width: 10px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}


.box-btn-wrap .box.pink{
  background-color: #EA879A;
}
.box-btn-wrap .box.yellow{
  background-color: #E8AE6C;
}
.box-btn-wrap .box.blue{
  background-color: #31A0B8;
}
.box-btn-wrap .box.purple{
  background-color: #A87EB8;
}

.sec-img-wrap{
  display: flex;
  gap: 20px;
}
.sec-img-wrap .sec-img-long{
  width: calc(100% - 300px);
  height: 300px;
  background: rgba(0,0,0,0.1);
  overflow: hidden;
}
.sec-img-wrap .sec-img-long figure{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-width: 850px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.sec-img-wrap .sec-img-square{
  width: 300px;
  min-width: 300px;
  aspect-ratio: 1/1;
  background: rgba(0,0,0,0.1);
  overflow: hidden;
}

.sec-terms-of-service{
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  line-height: 1.5;
}
.sec-terms-of-service ul {
  list-style: none;
  counter-reset: main-counter;
  padding: 0;
  margin: 0;
}
.sec-terms-of-service ul > li {
  display: flex;
  gap: 1em;
  counter-increment: main-counter;
  margin-bottom: 1em;
}

.sec-terms-of-service ul > li::before {
  content: counter(main-counter);
  font-weight: bold;
  min-width: 2em;
}

.sec-terms-of-service ul > li > div:first-of-type {
  font-weight: bold;
  min-width: 6em;
}

.sec-terms-of-service ul > li > div:last-of-type {
  flex: 1;
}

/* ネストされたul（事業の箇条書き）用の番号付きリスト (1)(2)(3)... */
.sec-terms-of-service ul > li > div > ul {
  list-style: none;
  counter-reset: sub-counter;
  margin-top: 0.5em;
}

.sec-terms-of-service ul > li > div > ul > li {
  counter-increment: sub-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.3em;
}

.sec-terms-of-service ul > li > div > ul > li::before {
  content: "(" counter(sub-counter) ") ";
  position: absolute;
  left: 0;
}

.main-btn{
  max-width: 400px;
  width: 100%;
  padding: 20px;
  background: #FFFFFF;
  border: solid #CECECE 1px;
  text-align: center;
  margin: 0 auto;
}
.main-btn img{
  width: 25px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.main-btn.gray-out{
  opacity: 0.4;
}
.main-btn.gray{
  background: #f9f9f9;
  margin-top: 10px;
  padding: 15px;
  color: black;
}

footer{
  background: #F9F4F0;
}
.footer_inner{
  padding: 80px 70px;
  padding-bottom: 0;
}
.footer_logo{
  max-width: 300px;
  width: 100%;
}
.footer_nav_wrap{
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.footer_nav_wrap ul{
  display: flex;
  gap: 40px;
  color: #0B3875;
}
ul .blk_t{
  color: #333333;
}
footer .copy{
  background: #0B3875;
  text-align: center;
  color: white;
  padding: 15px;
  line-height: 1.5;
}

.accent-wrap{
  position: absolute;
  width: 40%;
  min-width: 600px;
  bottom: -235px;
  left: -170px;
}

.inner.full.main-sec-title-wrap{
  background-image: url(/image/tmariko_template/kurosaki-10000/under_main_bg.jpg);
  background-size: cover;
  background-position: right;
  aspect-ratio: 24/5;
}
.main-sec-title{
  margin-bottom: 50px;
}
.sec-title .main-sec-title h2{
  font-size: clamp(21px, 10vw, 85px);
  margin-bottom: 10px;
}
.sec-title .main-sec-title .under-title{
  font-size: clamp(12px, 10vw, 20px);
  text-align: center;
  color: #0B3875;
}
.sec-explain.mid{
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 2;
}
.write-name{
  width: 100%;
  max-width: 200px;
  margin-left: auto;
}

.sec-flow .sec-explain.bor{
  border-radius: 7px;
  border: solid 1px #A0A0A0;
  padding: 20px;
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  margin-top: 60px;
  text-align: left;
}
.sec-flow .sec-explain.bor span{
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}


/* form */
.sec-form .sec-explain{
  width: 100%;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.form_wrap{
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  background: #EFF2F7;
  border-radius: 20px;
  padding: 80px 20px;
}
.form_wrap_inner{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}
.step-wrap{
  display: flex;
  gap: 15px;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 60px;
}
.step-wrap p{
  padding: 20px 30px;
  border: solid 1px #0B3875;
  color: #0B3875;
}
.step-wrap div{
  color: #0B3875;
}

.registration-form {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
}

.form-group {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.form-group label {
  margin-bottom: 5px;
}

.form-group input {
  padding: 8px;
  font-size: 16px;
  border-radius: 7px;
  border: 1px solid #A0A0A0;
}
.form-group textarea{
  padding: 8px;
  font-size: 16px;
  border-radius: 7px;
  border: 1px solid #A0A0A0;
}
.form-group span{
  color: #D60909;
}

.name-group {
  display: flex;
  gap: 20px;
}

.name-group .form-item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-two{
  display: flex;
  gap: 10px;
}
.terms-of-service{
  padding: 20px;
  border: solid 1px #CECECE;
  height: 160px;
  overflow: scroll;
  line-height: 1.5;
  background: white;
}

/*checkbox*/
.check-wrap {
  line-height: 1;
  cursor: pointer;
}
.check-wrap span {
  display: block;
  padding-left: 1.7em;
}
.check-wrap span::before {
  content: "";
  width: 1.5em;
  aspect-ratio: 1 / 1;
  background: white;
  border: 1px solid #2C2C2C;
  border-radius: 3px;
  position: absolute;
  left: -10px;
  top: 50%;
  translate: 0 -50%;
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center;
}
.check-wrap input:checked + span::before {
 background-image: url(/image/tmariko_template/kurosaki-10000/check.svg);
 background-size: 125%;
}
.mailmag-check-list .check-wrap > span::before{
  background-color: #F4F4F4;
}
.mailmag-check-list .check-wrap input:checked + span::before{
  background-image: url(/image/tmariko_template/kurosaki-100000/check.svg);
  background-size: 125%;
}
.pass-check {
  margin-top: 10px;
}
.form-att-list {
  border: 1px solid #2C2C2C;
  margin-top: min(30px, 12vw);
  background: var(--base_wall);
}
.form-att-list > ul {
  padding: min(20px, 4vw);
}
.checkbox-wrap{
  width: fit-content;
  margin: 35px auto;
}


/* 利用規約のコンテナ */
.terms-of-service {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
}

.terms-of-service h2 {
  color: #2c3e50;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}

/* 段落 */
.terms-of-service p {
  margin-bottom: 20px;
}

/* リスト */
.terms-of-service ul {
  padding-left: 25px;
  margin-bottom: 25px;
}

.terms-of-service li {
  margin-bottom: 10px;
  position: relative;
}

/* リストマーカーのカスタマイズ */
.terms-of-service ul li::before {
  content: "•";
  color: #000000;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.5em;
}

/* 強調部分 */
.terms-of-service .emphasis {
  font-weight: bold;
  color: #e74c3c;
}

.under footer.f_contet{
  background: #F9F4F0;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .terms-of-service {
    padding: 20px 15px;
  }
  
  .terms-of-service h2 {
    font-size: 18px;
  }
}

.form-btn{
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
  border-radius: 35px;
  padding: 25px;
  background: linear-gradient(to bottom, #16BC35, #025A2E);
  color: white;
}
.form-btn input{
  font-weight: bold;
}

.under .sec-contact{
  background: #F9F4F0;
}
.under footer{
  background: white;
}


.content .sec-title .main-sec-title h2 {
  font-size: clamp(21px, 10vw, 55px);
  margin-bottom: 5px;
}
.content .sec-title .main-sec-title .under-title{
  font-size: clamp(12px, 10vw, 18px);
  font-weight: bold;
}

.mypage-inner-wrap{
  margin-bottom: 80px;
}
.mypage dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 5px;
}
.mypage dt {
  width: 30%;
  font-weight: bold;
  background: #0B3875;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.mypage dd {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background: rgb(240, 240, 240);
}
.inner.mypage{
  width: 100%;
  max-width: 776px;
  margin: 0 auto;
}
.mypage .user-info {
    margin-bottom: 50px;
}

.account-list-wrap{
  display: grid;
  gap: 15px;
}
.account-list-wrap .sub-title{
  font-weight: bold;
  margin-bottom: 10px;
}
.account-list-wrap .mypage-result{
  background: rgb(249, 249, 249);
  padding: 15px 25px;
}
.main-btn.ble{
  background: #0B3875;
  color: white;
  border: none;
  margin-top: 30px;
}
.main-btn.ble img{
  filter: brightness(100);
}
.main-btn.ble input{
  padding: 20px;
}
.gender-options {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.registration-form .main-btn.ble{
  padding: 0;
}


.membership-status {
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #f9f9f9;
  font-family: sans-serif;
  display: grid;
  gap: 5px;
}

.membership-status .status-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

.membership-status .label {
  font-weight: bold;
  color: #444;
  line-height: 1.5;
}

.membership-status .value {
  margin-left: auto;
  margin-right: 12px;
  color: #333;
}

.membership-status .value.active {
  color: #0B3875;
  font-weight: bold;
}

.membership-status .value.inactive {
  color: #999;
}

.membership-status .action-button {
  width: fit-content;
  padding: 6px 12px;
  background-color: #0B3875;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.membership-status .action-button:hover {
  background-color: #0056b3;
}
.status-row{
  background: #f1f1f1;
  padding: 20px;
  border-radius: 7px;
}


/* ラジオボタンは非表示 */
.gender-options input[type="radio"] {
  display: none;
}

/* ラベル基本スタイル */
.gender-options label {
  flex: 1; /* 横幅3等分 */
  text-align: center;
  font-size: 14px;
  padding: 20px 0;
  border-radius: 5px;
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

/* チェックされたラジオボタンのラベルを強調 */
.gender-options input[type="radio"]:checked + label {
  background-color: #0B3875;
  color: #fff;
}

.birthday-selects {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.birthday-selects select {
  flex: 1;
  padding: 20px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.myinfo2 .check-wrap span::before{
  width: 1em;
  left: 0px;
}
.checkbox-wrap.myinfo2{
  margin: 10px 0 0 0;
}
.myinfo2 .check-wrap span{
  color: black;
}

.purchase-history {
  max-width: 600px;
  margin: 20px auto;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #f9f9f9;
  font-family: sans-serif;
}

.purchase-history h3 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: bold;
  text-align: center;
}

.purchase-history .history-list {
  list-style-type: none;
  padding-left: 0;
}

.purchase-history .history-item {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}

.purchase-history .history-item:last-child {
  border-bottom: none;
}


.purchase-history .month {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.purchase-history .date {
  color: #666;
  font-weight: bold;
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}


.purchase-history .price {
  color: #0B3875;
  display: flex;
  justify-content: center;
  align-items: end;
}

.receive-settings {
  font-family: sans-serif;
  margin: 16px 0;
}

.receive-settings label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}

.mailmagazine-wrap{
  padding: 30px 20px;
  background: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
}
.mailmagazine-wrap .checkbox-wrap.myinfo2{
  margin-top: 0;
}


.contact .sec-explain.last{
  margin-top: 20px;
}

.dot-list > li {
  padding-left: 1em;
  line-height: calc(20/14);
}
.dot-list > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.page-legal-box{
  width: min(850px,100%);
  margin: 0 auto;
}
.page-legal-item {
  margin-top: min(50px, 10vw);
}
.page-legal-item .in-title {
  font-weight: 700;
  border-bottom: #707070 1px solid;
  padding-bottom: 8px;
  line-height: calc(20/14);
}
 .page-legal-box {
  counter-reset: num 0;
}
.page-privacy-box .page-legal-item .in-title {
  padding-left: 1.125em;
}
.page-privacy-box .page-legal-item:nth-child(n+10) .in-title {
  padding-left: 1.71em;
}
.page-legal-item .in-title::before {
  content: "";
  counter-increment: num 1;
  position: absolute;
  left: 0;
  top: 0;
}
.page-privacy-box .page-legal-item .in-title::before{
  content: counter(num) ". ";
}
.page-terms-box .page-legal-item .in-title {
  padding-left: 3em;
}
.page-terms-box .page-legal-item:nth-child(n+11) .in-title {
  padding-left: 3.5em;
}
.page-terms-box .page-legal-item .in-title::before {
  content: "第" counter(num) "条";
}
.page-legal-item .detail {
  line-height: calc(23/14);
  margin-top:10px;
  font-weight: 300;
}
.page-legal-item .detail > div
,.page-legal-item .detail > div + *{
  margin-top: 1em;
}

.num-list {
  counter-reset: count 0;
}
.num-list > li {
  padding-left: 1.125em;
}
.num-list > li:nth-child(n+10) {
  padding-left: 1.5em;
}
.num-list > li::before {
  content: "";
  content: counter(count) ". ";
  counter-increment: count 1;
  position: absolute;
  left: 0;
  top: 0;
}
.num-list.n-dot > li {
  padding-left: 1.25em;
}
.num-list.n-dot > li:nth-child(n+10) {
  padding-left: 1.71em;
}
.num-list.n-dot > li::before {
  content: counter(count) "";
}
.page-legal-item .dot-list > li + li {
  margin-top: 5px;
}
.page-privacy-box .page-legal-item .detail > p + ul {
  margin-top: 1em;
  margin-left: 1em;
}
/*tokusho*/
.tokusho-list > div {
  display: grid;
  grid-template-columns: 11em auto;
  border-bottom: 1px solid #6F6F6F;
  padding: 15px;
  line-height: calc(30/14);
  gap:min(44px,3vw);
}
.tokusho-list > div:first-of-type {
  border-top: 1px solid #6F6F6F;
}
.tokusho-list dt {
  font-weight: 600;
}

.before .sele-pay{
  margin-top: 50px;
}


.under.tmp_regist footer.f_contet{
  background: none;
}


/* pay modal */
#sele-pay.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#sele-pay .modal-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sele-pay .modal-content > div{
  background-color: #fff;
  width: 95%;
  max-width: 700px;
  padding: 20px 20px;
}
.mo-title{
  text-align: center;
  font-size: 18px;
}
#sele-pay.main-btn.modal-close{
  position: relative;
  z-index: 70;
}

#sele-pay .btn-wrap{
  margin-top: 30px;
}
.main-page .box-btn-wrap{
  width: 100%;
  max-width: none;
}

.scroll-top-btn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 1000;
  display: none; /* 最初は非表示 */
}

.sbsc-on{
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: grid;
  gap: 25px;
}
.tg-attention{
  padding: 10px;
  text-align: center;
  background: #ffebeb;
  line-height: 1.5;
}

#l-nav{
  width: 100%;
  background: none;
}
.l-nav-black-cover{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.l-nav_inner{
  width: 500px;
  margin-left: auto;
  background: white;
}

.pc{
  display: block;
}
.sp{
  display: none;
}
@media (max-width: 900px) {
  .pc{
    display: none;
  }
  .sec-explain{
    text-align: left;
  }
  .box-btn-wrap{
    flex-wrap: wrap;
    gap: 10px;
  }
  .box-btn-wrap .box {
    flex: none;
    width: calc(50% - 5px);
  }
  .before .box-btn-wrap .box {
    width: 100%;
  }
 .box-btn-wrap .sbsc-on .box{
    width: 100%;
  }
  .sec-contact .sec-explain{
    text-align: center;
  }

  .footer_inner{
    padding: 80px 5%;
    padding-bottom: 80px;
  }
  .footer_nav_wrap{
    display: block;
  }
  .footer_nav_wrap ul{
    gap: 10px;
    flex-wrap: wrap;
  }
  .footer_nav_wrap ul li{
    width: calc(50% - 5px);
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    font-size: 13px;
    font-weight: bold;
  }
  .f_nav.right{
    margin-top: 10px;
  }
  .footer_nav_wrap ul li.two_cl{
    width: 100%;
  }
  #about-yuyukai{
    padding: 0 25px;
  }
  .tg-attention{
    text-align: left;
  }
}
@media (max-width: 768px) {
  .sec-img-wrap{
    display: grid;
  }
  .sec-img-wrap .sec-img-long{
    width: 100%;
    height: 240px;
  }
  .sec-img-wrap .sec-img-square{
    width: 100%;
    min-width: none;
  }
  #l-nav{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100dvh;
    visibility: hidden;
    opacity: 0;
    background: white;
    transition:all var(--transit);
    overflow-y: scroll;
  }

  .inner.full.main-sec-title-wrap{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    aspect-ratio: auto;
  }
  .sec-flow .sec-explain.bor{
    margin-top: 20px;
  }
  .form_wrap{
    padding: 30px 20px;
  }
  .step-wrap{
    margin-bottom: 30px;
    display: grid;
    gap: 10px;
    width: auto;
    text-align: center;
  }
  .step-wrap div{
    width: fit-content;
    margin: 0 auto;
    transform: rotate(90deg);
  
}
}

@media (max-width: 480px) {
  .sp{
    display: block;
  }
  .tb{
    display: none;
  }

  #hero{
    max-height: none;
  }
  .inner.full.main-sec-title-wrap{
    height: 350px;
  }
  .box-btn-wrap .box {
    padding: 25px;
  }
  #content section {
    padding: min(100px, 10vw) 25px;
  }
  .sec-terms-of-service ul > li > div:first-of-type{
    min-width: 3em;
  }
  .sec-explain{
    margin-bottom: 40px;
  }
  .sec-contact .sec-explain {
    margin-bottom: 20px;
  }
  .footer_nav_wrap ul li {
    padding: 15px;
  }
  .footer_inner {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .footer_logo{
    max-width: 200px;
  }
  .footer_nav_wrap{
    margin-top: 30px;
  }
  .accent-wrap {
    min-width: 400px;
    bottom: -130px;
    left: -120px;
  }
  .mypage .user-info{
    margin-bottom: 20px;
  }
  body#index header{
    display: block;
  }
}



.t_error_message{
  background: #cfd6e7;
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 10px;
}
.grecaptcha-badge{
  display: none;
}

/* ローディング中のアニメーション */
.loading-animetion{
  opacity: 0;
  transition: all 0.5 ease;
  animation: fadeIn 0.5s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.loading-animetion.fade-out {
  opacity: 0;
}

.loading-body {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position: relative;
}

.loading-body.loaded {
  opacity: 1;
}

/* loading gauge */
.loader {
  width: 120px;
  height: 22px;
  border-radius: 20px;
  color: #E24672;
  border: 2px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 5;
}
.loader::before {
  content: "";
  position: absolute;
  margin: 2px;
  inset: 0 100% 0 0;
  border-radius: inherit;
  background: currentColor;
  animation: l6 0.7s infinite;
}
@keyframes l6 {
    100% {inset:0}
}
.ploading{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);

  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 1000;
}
.ploading p{
  color: #fff;
  font-weight: bold;
}
.ploader {
  width: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#fff 94%,#fff0) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#fff);
  -webkit-mask: radial-gradient(farthest-side,#fff0 calc(100% - 8px),#fff 0);
  animation: l13 1s infinite linear;
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}