@charset "utf-8";
/*
.scroll-animation {
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.scroll-animation.animation-active { opacity: 1;}

.scroll-animation.bottom-to-top{ transform: translateY(10vh);}
.scroll-animation.left-to-right{ transform: translateX(-50vw);}
.scroll-animation.right-to-left{ transform: translateX(50vw);}

.scroll-animation.animation-active.bottom-to-top { transform: translateY(0);}
.scroll-animation.animation-active.left-to-right,
.scroll-animation.animation-active.right-to-left{ transform: translateX(0);}

.step01 .scroll-animation { transition: all 0.6s 0.6s ease-in-out;}
.step02 .scroll-animation { transition: all 0.8s 0.6s ease-in-out;}
.step03 .scroll-animation { transition: all 0.6s 0.6s ease-in-out;}
.step04 .scroll-animation { transition: all 0.8s 0.6s ease-in-out;}


.scroll-animation.animation-active.zoom-in {
  display: inline-block;
  animation: zoom-in 1.5s 0.6s ease-in-out 1;
}

@keyframes zoom-in {
  0% { transform: scale(1);}
  50% { transform: scale(1.5);}
  100% { transform: scale(1);}
}

.sway {animation: sway 2.5s infinite; }

@keyframes sway {
  0% {transform: translateX(0);}
  50% {transform: translateX(1.5rem);}
  100% {transform: translateX(0);}
}
*/




/*--------------------------------------
  共通部分
--------------------------------------*/
.aspect-200-283 { aspect-ratio: 200 / 283;}
.aspect-135-191 { aspect-ratio: 135 / 191;}

.hair h3 {
  margin: 1rem 0 2rem;
  font-size: var(--font-size-l);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.bg-white {
  border-radius: 3rem 3rem 0 0;
  background: #fff;
}

.hair span.red {
  color: #fe0a0a;
}

.section-pb {
  padding-bottom: 6rem;
}

.br-sp {
  display: block;
}

.center {
  text-align: center;
}

ul.link {
  margin-top: 1rem;
}

@media (hover: hover) {
label { transition: all .5s ease;}
label:hover { opacity: 0.8;}
}

/*--------------------------------------
  section02
--------------------------------------*/
/*アコーディオン*/
.hair-acd {
  width: 100%;
  margin: 0 auto 4rem;
}
.hair-acd .step-modal-inner{
  margin: 3rem 0 0 0;
  padding: 0 2rem;
}

.more {
  display: block;
  position: relative;
  width: 100%;
  max-width: 25rem;
  margin: 2rem auto;
  padding: 1rem 0.5rem 1rem 2rem;
  background-color: #fa982e;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  border-radius: 3em;
}

.more .open::before,
.more .open::after {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
  background-color: #fff;
}
.more .open::after {
  transform: rotate(90deg);
}

.more .open {
  display: block;
}
.more.on-click .open {
  display: none;
}
.more.on-click {
  background: #fff;
  border: 0.1rem solid #fa982e;
}
.more .close {
  display: none;
  color: #fa982e;
}
.more .close::before {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
  background-color: #fa982e;  
  transform: rotate(90deg);
}
.more.on-click .close {
  display: block;
}

@media (hover: hover) {
.more { transition: all .5s ease;}
.more:hover { opacity: 0.8;}
}

/*End アコーディオン*/

.img02 {
  display: block;
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.img02 img {
  display: block;
  width: 100%;
}



/*--------------------------------------
  section03
--------------------------------------*/
.reverse {
  flex-direction: row-reverse;
}

.step-modal {
  display: block;
  max-width: 72rem;
  margin: 0 auto;
}

.step-modal .split {
  padding-top: 1rem;
  align-items: center;
  justify-content: space-between;
}

.step-modal .split img {
  display: block;
  max-width: 10rem;
  width: 100%;
}

/*モーダル表示*/
.modal {
  margin-top: 3rem;
}

.modal-wrap {
  position: relative;
  z-index: 1000;
  opacity: 1;
  touch-action: none;
}
.modal-wrap::before,
.modal-wrap::after {
  position: absolute;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}
.modal-wrap::-webkit-scrollbar {
  display: none;
}

.modal-trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.step-title,
.modal-title {
  position: relative;
  max-width: 72rem;
  height: 5rem;
  padding: 1.5rem 0.5rem 1rem 6rem;
  border-radius: 2em 1em 1em 2em;
  color: #fff;
  text-align: left;  
}

.modal-title { width: 100%; max-width: 100%;}

.step01 .step-title,
.step01 .modal-title {
  background: #f9b368;
}
.step02 .step-title,
.step02 .modal-title {
  background: #efca53;
}
.step03 .step-title,
.step03 .modal-title {
  background: #a7d866;
}
.step04 .step-title,
.step04 .modal-title {
  background: #4facd3;
}

.step-title::before,
.modal-title::before {
  display: block;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.step01 .step-title::before,
.step01 .modal-title::before {
  background-image: url(/img/hair/step01.svg);
}
.step02 .step-title::before,
.step02 .modal-title::before {
  background-image: url(/img/hair/step02.svg);
}
.step03 .step-title::before,
.step03 .modal-title::before {
  background-image: url(/img/hair/step03.svg);
}
.step04 .step-title::before,
.step04 .modal-title::before {
  background-image: url(/img/hair/step04.svg);
}

.modal-content {
  position: relative;
  align-self: center;
  width: 90%;
  max-height: 60vh;
  margin: 0 auto;
  padding: 1rem 1rem 1rem;
  box-sizing: border-box;
  border-radius: 1rem;
  background: #fff;
  transition: 0.5s;
  pointer-events: all;
  overscroll-behavior-y: none;

}

.modal-content::before {
  position: absolute;
  bottom: 1.2rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  border-bottom: 0.2rem solid #00aeef;
  border-right: 0.2rem solid #00aeef;
  transform: rotate( 45deg );
  background-color: transparent;
  animation:scroll-move 1.8s ease-in-out infinite, scroll-hide 1.8s ease-out infinite;
  content: "";
  z-index: 10;
}


@keyframes scroll-move{
  0%{bottom:1.8rem;}
  25%{bottom:1.2rem;}
  50%{bottom:1.2rem;}
  100%{bottom:1.8rem;}
 }

@keyframes scroll-hide{
  0%{opacity:0}
  25%{opacity:1;}
  50%{opacity:0;}
  100%{opacity:0;}
 }

.modal-content::after {
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 90%;
  height: 2rem;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  content: "";
  z-index: 5;
}
/*
.modal-content::-webkit-scrollbar { display: none;}
*/

.modal-content .modal-content-inner{
  position: relative;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  width: 100%;
  max-height: calc(60vh - 2em);
  margin: 0;
  padding: 0 1em 0;
  box-sizing: border-box;
  /*scrollbar-width: none;
  -ms-overflow-style: none;*/
}



.inner-end {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 5rem;
  display: block;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
  z-index: 50;
}

.modal-content .modal-content-inner::-webkit-scrollbar {
  background-color: transparent;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 2em;
}
.modal-content .modal-content-inner::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2em;
}

/*
.modal-content .modal-content-inner::-webkit-scrollbar { display: none;}
*/
.step01 .modal-content { box-shadow: 0.5rem 0.5rem #f9b368;}
.step02 .modal-content { box-shadow: 0.5rem 0.5rem #efca53;}
.step03 .modal-content { box-shadow: 0.5rem 0.5rem #a7d866;}
.step04 .modal-content { box-shadow: 0.5rem 0.5rem #4facd3;}

.close-button {
  position: absolute;
  top: -2.5em;
  right: 0;
  padding: 0 0 0 0.8em;
  width: 6em;
  border-radius: 2em;
  border: solid 0.2rem #fff;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  z-index: 1000;
  background-color: #00aeef;
}

.step01 .close-button { background-color: #f9b368;}
.step02 .close-button { background-color: #efca53;}
.step03 .close-button { background-color: #a7d866;}
.step04 .close-button { background-color: #4facd3;}

.close-button-position {
  display: flex;
  position: relative;
  pointer-events: none;
}

.modal-wrap input:checked ~ .modal-overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
  overscroll-behavior: none;
}

.modal-wrap input:checked ~ .modal-overlay::-webkit-scrollbar{ display: none;}

.modal-wrap input:checked ~ .modal-overlay::after {
  position: absolute;
  width: 0.1rem;
  height: calc(100vh + 0.1rem);
  display: flex;
  content: "";
}

.modal-wrap input:checked ~ .modal-overlay .modal-content {
  transform: translateY(1rem);
}

.open-button {
  display: block;
  position: relative;
  max-width:25rem;
  margin: 3rem auto 5rem;
  padding: 1rem 0.5rem 1rem 2rem;  
  background: #fff;
  text-decoration: none;
  text-align: center;
  cursor :pointer;
  transition: all 0.3s;
  border-radius: 3em;
}

.step01 .open-button {
  color: #f9b368;
  border: 0.1rem solid #f9b368;  
}
.step02 .open-button {
  color: #efca53;
  border: 0.1rem solid #efca53;  
}
.step03 .open-button {
  color: #a7d866;
  border: 0.1rem solid #a7d866;  
}
.step04 .open-button {
  margin: 3rem auto;
  color: #4facd3;
  border: 0.1rem solid #4facd3;  
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

.open-button::before,
.open-button::after {
  display: inline-block;
  position: absolute;
  top: 25%;
  left: 20%;
  content: '';
  width: 0.2rem;
  height: 2rem;
}
.open-button::after { transform: rotate(90deg);}

.step01 .open-button::before,
.step01 .open-button::after {
  background-color: #f9b368;
}
.step02 .open-button::before,
.step02 .open-button::after {
  background-color: #efca53;
}
.step03 .open-button::before,
.step03 .open-button::after {
  background-color: #a7d866;
}
.step04 .open-button::before,
.step04 .open-button::after {
  background-color: #4facd3;
}

.close-button-icon {
  position: relative;
}
.close-button-icon::before,
.close-button-icon::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  right: -3rem;
  width: 2.4rem;
  height: 0.4rem;
  background-color: currentColor;
}
.close-button-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-button-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media (hover: hover) {

.open-button:hover {
  color: #fff;
  transition: 0.6s;
}
.open-button:hover::before,
.open-button:hover::after {
  background-color: #fff;
  transition: 0.6s;
}
.step01 .open-button:hover {
  background-color: #f9b368;
}
.step02 .open-button:hover {
  background-color: #efca53;
}
.step03 .open-button:hover {
  background-color: #a7d866;
}
.step04 .open-button:hover {
  background-color: #4facd3;
}
}/* End hover */

.modal-title {
 /*position: relative;
 overflow: hidden;*/
  margin: 2rem 0rem;
  font-size: var(--font-size-l);
  line-height: 1.5;
}
/*End モーダル*/

/*モーダル中身*/
.step-img{
  display: block;
  width: 15rem;
  height: 15rem;
  margin: 0 auto;
}

.modal-lead {
  margin: 2rem 0;
}
.step-img2{
  display: block;
  width: 4rem;
  height: 4rem;
  margin: 5rem auto 0;
}
.step-img2.first {
  margin: 0 auto;
}

.modal-list {
  margin-top: 1rem;
}

.modal-list li {
  position: relative;
  margin: 1rem 0 1.5rem;
  padding: 0 0 0 1.5rem;
}
.modal-list li::before {
  display: block;
  position: absolute;
  content: "";
  top: 0.4em;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #999;
}

.step01 .modal-list li::before {
  background: #f9b368;
}
.step02 .modal-list li::before {
  background: #efca53;
}

.step01-bg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
}

.step01-bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background-color: antiquewhite;
}
.step01-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step01-bg-txt {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 2rem 0;
}



/*FAQ*/
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 1rem 0.5rem;
  cursor: pointer;
  border-bottom: 0.1rem solid #333;
}
.qa-list dl:first-child {
  border-top: 0.1rem solid #333;
}
.qa-list dl::before {
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 5%;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 0.2rem solid #333;
  border-right: 0.2rem solid #333;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  width: 90%;
  margin: 0;
  padding: 0 2rem 0 3rem;
}
.qa-list dl dt::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: 'Q.';
  color: #f9b368;
  font-weight: bold;
}
.qa-list dl dd::before {
  display: block;
  position: absolute;
  top: 3px;
  left: 2px;
  content: 'A.';
  color: #f9b368;
  font-weight: bold;
}
.qa-list dl dd {
  display: none;
  position: relative;
  height: auto;
  margin: 2rem 0 0;
  padding: 0 2rem 0 3rem;
}
.qa-list dl dd p {
  margin: 3rem 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
/*End FAQ*/

.dot {
  display: inline-block;
  position: relative;
  padding-left: 2rem;
}
.dot::before,
.dot::after {
  position: absolute;
  content: "";
  top: 23%;
  width: 1rem;
  height: 1rem;
  background: #f9b368;
  border-radius: 50%;  
}
.dot::before {
  left: 0;
}
.dot::after {
  right: -2rem;
}

.img03 {
  display: block;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto 2rem;
}

.block-txt .step-img2 {
  margin: 0 auto;
}
.modal-content .block-txt .button.size-l {
  margin-top: 2rem;
  line-height: 1.4;
}

.modal-content .button.size-l {
  width: 95%;
  margin-top: 1rem;
}

.pdf {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2.5rem;
}
.pdf::before {
  position: absolute;
  top: 0;
  left: -0.1rem;
  margin: auto;
  width: 2rem;
  height: 2rem;
  display: block;
  background: url(/common/img/icon_pdf.svg) center center no-repeat;
  background-size: contain;
  content: "";  
}

.step02 .info-block .modal-list li:last-child {
  margin: 1rem 0 0;
}

.img04,.img05 {
  display: block;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}

.modal-content .info-block .txt1 {
  padding: 0.5rem 0;
  color: #fff;
  font-weight: bold;
  background-color: #00aeef;
}
.modal-content .info-block .txt2 {
  padding: 1rem;
}

.modal-content .info-block.purple {
  border: 0.1rem solid #a64dff;
}

.modal-content .info-block.purple .txt1 {
  background-color: #a64dff;
}

.step03 .txt2 .notice-txt {
  margin: 0 0 0 1.5em;
}

.modal .red {
  text-align: center;
  padding: 1rem 0 0.5rem;
}

.step04 .modal-title {
  font-size: var(--font-size-m);
}

.img06 {
  display: block;
  width: 60%;
  max-width: 25rem;
  height: auto;
  margin: 0 auto 2rem;  
}



/*--------------------------------------
  section04
--------------------------------------*/
/*チェックボックス*/
input[type=checkbox] {
  display: none;
}
.checkbox {
  display: inline-block;
  position: relative;
  width: auto;
  padding: 0.5rem 3rem;
  box-sizing: border-box;
  font-size: var(--font-size-l);
  font-weight: bold;
  cursor: pointer;
}
.checkbox::before {
  display: block;
  position: absolute;
  top: 45%;
  left: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  margin-top: -0.8rem;
  content: '';
  background: #fff;
  border: 0.1rem solid #ff8706;
  border-radius: 0.3rem;
}
.checkbox::after {
  display: block;
  position: absolute;
  top: 45%;
  left: 0.8rem;
  width: 1.3rem;
  height: 2.3rem;
  margin-top: -1.6rem;
  border-right: 0.5rem solid #ff8706;
  border-bottom: 0.5rem solid #ff8706;
  content: '';
  opacity: 0;
  transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
  transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + .checkbox::before {
  border-color: #ff8706;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
  transform: rotate(45deg) scale3d(1,1,1);
}

.check {
  margin-bottom: 2rem;
  padding-bottom: 3rem;
  border-bottom: 0.1rem dashed #333;
}
.check.check05 {
  margin-bottom: 1rem;
  border-bottom: hidden;
}

.under-line {display: inline-block; position: relative;}

.under-line::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 0.2rem;
  background: #ff8706;
  bottom: -0.1em;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.under-line:hover::after { transform: scale(1, 1); }

/*End チェックボックス*/

.hair span.underline01,
.hair span.underline02 {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.hair span.underline01 {
  text-decoration-color: rgba(0, 159, 232, 0.4);
}
.hair span.underline02 {
  text-decoration-color: rgba(198, 142, 255, 0.4);
}

.img08 {
  display: block;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}

.dashed {
  margin: 3rem 0 1rem;
  background: #fff;
  border: 0.1rem dashed #ff8706;
}
.block-txt {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 2rem 0;
}



@media screen and (min-width: 768px) {
.section-pb {padding-bottom: 9rem;}

.br-sp {display: none;}

.more {margin: 4rem auto 6rem;}

.img02 {max-width: 40rem}

.step-title {
  height: 6rem;
  padding: 1.5rem 0.5rem 1rem 7rem;
  font-size: var(--font-size-l);
}
.step-title::before {
  width: 6rem;
  height: 6rem;
}

.step-modal .split img {
  max-width: 12rem;
}

.modal-content {
  width: 80%;
  max-width: 68rem;
  padding: 1em 1em 1rem;
}

.modal-content .modal-content-inner{ padding: 0 1em 0;}

.step-modal .split {
  justify-content: space-around;
}

.img04, .img05 {
  max-width: 45rem;
}

.modal-content .info-block .txt2 {
  padding: 1.5rem;
}

.modal-content .info-block.purple {
  margin-top: 2.5rem;
}

.step04 .modal-content .mt-1 {
  margin-top: 2rem;
}


}



.info-block .txt1 {
  padding: 0.5rem 0;
  color: #fff;
  font-weight: bold;
  background-color: #00aeef;
}
.info-block .txt2 {
  padding: 1rem;
}
@media screen and (min-width: 768px) {
.info-block .txt2 {
  padding: 1.5rem;
}
}
.info-block.purple .txt1 {
  background-color: #a64dff;
}
.info-block.purple {
  border: 0.1rem solid #a64dff;
}
@media screen and (min-width: 768px) {
.info-block.purple {
  margin-top: 2.5rem;
}
}

.step01 .more {
  color: #f9b368;
  border: 0.1rem solid #f9b368;
  background-color: #fff;
}
.step02 .more {
  color: #efca53;
  border: 0.1rem solid #efca53;
  background-color: #fff;
}
.step03 .more {
  color: #a7d866;
  border: 0.1rem solid #a7d866;
  background-color: #fff;
}
.step04 .more {
  margin: 3rem auto;
  color: #4facd3;
  border: 0.1rem solid #4facd3;
  background-color: #fff;
}
.step01 .more .open::before,.step01 .more .open::after{background-color:#f9b368}
.step02 .more .open::before,.step02 .more .open::after{background-color:#efca53}
.step03 .more .open::before,.step03 .more .open::after{background-color:#a7d866}
.step04 .more .open::before,.step04 .more .open::after{background-color:#4facd3}
.step01 .more .close::before{background-color:#f9b368}
.step02 .more .close::before{background-color:#efca53}
.step03 .more .close::before{background-color:#a7d866}
.step04 .more .close::before{background-color:#4facd3}
.step01 .more .close{color:#f9b368}
.step02 .more .close{color:#efca53}
.step03 .more .close{color:#a7d866}
.step04 .more .close{color:#4facd3}

