@charset "utf-8";
/* CSS Document */

/*----------------------------------------------
　　共通
----------------------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

/*imgタグだと下に隙間ができるのでblockに。*/
.slide-img img{
  display: block;
}

.mb20 { margin-bottom: 10px;}
.mb40 { margin-bottom: 20px;}
.txt-right { text-align: right;}
.txt_bold { font-weight: bold;}

section .inner {
    padding: 0;
    width: 92%;
    margin: 0 auto;
}
.full-width-section {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(-45deg, #FBF7FF, #F8F0FF, #E8E6ED, #F8F0FF);
  background-size: 400% 400%;
  animation: gradientAnimation 10s ease infinite;
}
article {
  margin-bottom: 40px;
}
h2 { 
  font-size: 22px;
  text-align: left;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  color: #4787C4;
  margin-bottom: 1rem;
}
h3 { 
  font-size: 18px;
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  color: #432565;
}
h4 { 
  font-size: 16px;
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1rem;
  color: #432565;
}
p {
  text-align: justify;
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.btn_box {
    margin: 40px auto;
}
.btn_box a {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 240px;
    padding: 20px;
    border: 1px solid #6e7dc1;
    color: #FFFFFF;
    background: linear-gradient(45deg, #33407c, #6e7dc1, #33407c);
    background-size: 100% 200%;
    animation: AnimationName 6s ease infinite;
}

@media screen and (min-width: 768px) {
.mb20 { margin-bottom: 20px;}
.mb40 { margin-bottom: 40px;}

section .inner ,
section .inner_over {
    max-width: 1280px;
}

h2 { font-size: 28px;}
h3 { 
  color: #432565;
  width: 100%;
  font-size: 22px;
  line-height: 1.6;
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}
  h3 span {
    top: 50%;
    left: 0;
    display: block;
    content: " ";
    flex: 1;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background:#432565;
  }
h4 { 
  font-size: 18px;
  }
p {
  font-size: 16px;
  line-height: 2.2;
}
.bnr_area {
    width: 80%;
    margin: 20px auto;
}
article {
  margin-bottom: 80px;
}
article:last-child {
  margin-bottom: 0;
}
}

/*----------------------------------------------
　　fv
----------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
}
.fv_Logo {
  margin: 20px;
  width: 200px;
  height: auto;
}
.logo_derma {
  margin: 20px auto;
  width: 92%;
  max-width: 600px;
}
.contents_video {
  width: 100%;
  margin: 0 auto;
}
.contents_video video {
  width: 100%;
  margin-bottom: 0;
}
.fv_txt {
  margin: 40px 4% 40px;
}
.fv_txt p {
  font-size: 14px;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
.fv_txt {
  margin: 80px 50px 0;
}
.fv_txt p {
  font-size: 16px;
}
}
/*----------------------------------------------
　　innovation
----------------------------------------------*/
.mt40 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
.mt40 {
  margin-top: 70px;
}
  .innovation .contents_video {
    width: 60%;
  }
}
/*----------------------------------------------
　　lp3
----------------------------------------------*/
.lp3_logo {
  margin: 20px auto 0;
  width: 80%;
  max-width: 300px;
}
.flex {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.flex_lf {
  width: 100%;
}
.ppl_dl {
  width: 100%;
  text-align: left;
}
.ppl_dl dt {
  background: #432565;
  background: linear-gradient(156deg,rgba(67, 37, 101, 1) 49%, rgba(169, 135, 179, 1) 100%);color: #ffffff;
  padding: 2px 8px;
  font-size: 16px;
}
.ppl_dl dd {
  margin-bottom: 1rem;
  padding-top: 8px;
  font-size: 14px;
}
.lp3 img{
  margin-bottom: 40px;
}
.slideshow {
  position: relative;
  width: 100%;
  height: 214px;
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  /* 4枚用に1周の時間を16秒（1枚あたり4秒）に変更 */
  animation: fade 16s infinite; 
}

/* 4枚のアニメーションタイミングを4秒ずつズラす */
.slide:nth-child(1) { animation-delay: 0s; }
.slide:nth-child(2) { animation-delay: 4s; }
.slide:nth-child(3) { animation-delay: 8s; }
.slide:nth-child(4) { animation-delay: 12s; } /* 4枚目を追加 */

/* 4枚用にパーセントを計算し直し */
@keyframes fade {
  0% { opacity: 0; }
  6% { opacity: 1; }   /* 約1秒かけてフェードイン */
  25% { opacity: 1; }  /* 4秒（全体の25%）まで表示を維持 */
  31% { opacity: 0; }  /* 約1秒かけてフェードアウト */
  100% { opacity: 0; }
}

@media screen and (min-width: 768px) {
.flex {
  flex-direction: row;
  align-items: flex-start;
}
.ppl_dl dt {
  font-size: 18px;
  width: 320px;
}
.flex_lf ,.flex_rgt {
  width: calc(100% / 2 - 20px);
}
  .flex_rgt {
    margin-bottom: 150px;
  }
.ppl_dl dd {
  font-size: 16px;
  line-height: 1.8;
}

}
@media screen and (min-width: 960px) {
.flex_rgt {
  margin-bottom: 100px;
}
.slideshow {
  height: 300px;
}
}
/*----------------------------------------------
　　therapy
----------------------------------------------*/
.therapy_img_pc {
  display: none;
}
.therapy_img_sp {
  margin: 0 0 20px;
}
.flex_four ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.flex_four li {
  width: 100%;
}
.flex_four img {
  width: 60%;
  margin: 0 auto 20px;
}
.flex_four p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (min-width: 768px) {
.therapy_img_pc {
  margin: 0 0 40px;
  display: block;
}
.therapy_img_sp {
  display: none;
}
.flex_four ul {
  flex-direction: row;
  gap: 20px;
}
.flex_four li {
  width: calc(100% / 4 -10px);
}
.flex_four img {
  width: 90%;
}
}
/*----------------------------------------------
　　result
----------------------------------------------*/
.result {
  width: 100%;
  margin: 20px auto 0;
}

.result_p {
  margin: 8px auto 0;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
}
.result_p span {
  font-weight: 700;
  font-size: 110%;
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  display: block;
  color: #432565;
}
.result .columns {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
.result {
  margin-top: 40px;
}
.result .twentytwenty-container img {
  width: 100%;
}
.result .column, .result .columns {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
}
/*----------------------------------------------
　　SEYO
----------------------------------------------*/
section#SEYO {
  /* グラデーションを定義し、サイズを縦横400%に拡大 */
  
}

@keyframes gradientAnimation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

section#SEYO h2 {
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #222222;
  text-align: center;
  margin-bottom: 2rem;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
}
section#SEYO h2 span {
  display: block;
  content: " ";
  flex: 1;
  height: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #432565;
    }
figure {
  width: 80%;
  max-width: 400px;
  margin: 0 auto 40px;
}
section#SEYO .flex {
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
}
.flex .detail,.flex .spec ,.flex .spec table {
  width: 100%;
}

.flex .spec tr {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.flex .spec th ,.flex .spec td {
  border: 1px solid #cccccc;
  padding: 10px 15px;
  background: rgba(255, 255, 255, .7);
  font-size: 14px;
}
.flex .spec th {
  width: 100px;
}
.flex .spec td {
  flex: 1;
}
p.biyo span {
  color: #432565;
  font-weight: bold;
  display: block;
}
@media screen and (min-width: 768px) {
  section#SEYO .inner {
    max-width: 1178px;
    margin: 0 auto;
  }
  figure {
    margin-bottom: 80px;
}
section#SEYO .flex {
  margin-bottom: 60px;
}
  .flex .detail p {
    font-size: 14px;
  }
  .flex .spec h4 {
    margin-top: 4px;
  }
}
@media screen and (min-width: 960px) {
section#SEYO .flex {
  gap: 60px;
}
}
/*----------------------------------------------
　　treatment　LINK
----------------------------------------------*/
.flex_three {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 4%;
  margin-bottom: 40px;
}
.sample-img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.sample-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.sample-img:hover img {
  transform: scale(1.1); /* 拡大 */
}
h4.catch {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
}
h4.catch span {
  font-size: .75rem;
  display: block;
}
.skincare ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.skincare li {
  display: inline-block;
  letter-spacing: .2rem;
  color: #888888;
  font-weight: bold;
}
.skincare li::after {
  content: " / ";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #b08ed5;
  margin-left: 4px;
  margin-right: 4px;
}
.skincare li:last-child::after {
  content: none;
}
@media screen and (min-width: 560px) {
.flex_three {
  flex-direction: row;
  gap: 0;
  padding: 0 20px;
  margin-bottom: 40px;
}
}
@media screen and (min-width: 768px) {
.skincare ul {
  margin-top: 40px;
}
  .skincare p {
    width: 80%;
    margin: 0 auto;
  }
}
/*----------------------------------------------
　　treatment　下層
----------------------------------------------*/
.fv.hair {
  width: 100%;
  height: 20vh;
  background: url("../img/fv_hair.png") no-repeat;
  background-size: cover;
}
.fv.face {
  width: 100%;
  height: 20vh;
  background: url("../img/fv_face.png") no-repeat;
  background-size: cover;
}
.fv.body {
  width: 100%;
  height: 20vh;
  background: url("../img/fv_body.png") no-repeat;
  background-size: cover;
  background-position: bottom;
}
.pankz {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  padding: 8px;
  border-bottom: 1px solid #eaeaea;
}
.pankz ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.pankz li {
  display: inline-block;
  border-left: 2px solid #E8CCFF;
  padding: 0 10px;
  font-size: 13px;
  letter-spacing: .1rem;
}
.pankz li a {
  display: block;
  color: #432565;
  text-shadow: 1px 1px 2px pink;
}
h2.kaso {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.8;
  color: #432565;
  font-weight: bold;
}
h2.kaso span {
  display: block;
  color: rgba(176, 142, 213, .4);
  font-family: Roboto,'Noto Sans JP', Arial, Helvetica, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: -23px;
}
.w_small {
  width: 80%;
  margin: 0 auto;
}
strong {
  color: #432565;
  font-weight: bold;
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 90px;
	display: block;
	height: auto;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	top: 0;
	left: 1px;
	display: block;
	width: 90px;
	margin-bottom: 0;
	padding: 15px;
	cursor: pointer;
	border: 1px solid #cccccc;
  color: #cccccc;
	border-right: 0;
	border-radius: 6px 0 0 6px;
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 100px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	border-color: #cccccc;
	border-right: 1px solid #ffffff;/*背景色と同じ*/
  color: #5f467d;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 0 0.5em 1em;
	border-left: 1px solid #cccccc;
	min-height: auto;
}
article {
  margin: 40px 0;
  padding: 20px 4%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.pad {
  padding: 0;
  width: 100%;
}
.pad p {
  text-align: left;
  font-size: 14px;
}
ul.maru {
  list-style: disc;
  text-align: left;
  font-size: 14px;
  margin-left: 20px;
}
ul.mark {
  text-align: left;
  font-size: 14px;
  margin-left: 0;
}
ul.maru li {
  margin-bottom: .5rem;
}
ul.mark li {
  margin-bottom: .5rem;
  padding: 12px 0 12px 36px;
}
ul.mark li:nth-child(1) {
    background: url("../img/icon_age.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
ul.mark li:nth-child(2) {
    background: url("../img/icon_skin.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
ul.mark li:nth-child(3) {
    background: url("../img/icon_uru.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}
ul.mark li:nth-child(4) {
    background: url("../img/icon_kira.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}ul.mark li:nth-child(5) {
    background: url("../img/icon_kasa.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}ul.mark li:nth-child(6) {
    background: url("../img/icon_kasa.jpg") no-repeat;
    background-position: left center;
    background-size: 30px 30px;
}

.box_result {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ge_result {
  width: 240px;
  margin: 0 auto;
}
.resuli_caption {
  width: 240px;
  margin: 4px auto 0;
  font-size: 14px;
}
.txt_detail {
  text-align: left;
  margin-top: 10px;
}
.div_treatment {
  margin: 40px 0;
  padding: 20px 4%;
}
.art_treatment.face .cp_tab {
    min-height: 370px;
}
@media screen and (min-width: 768px) {
.fv.hair ,.fv.face ,.fv.body {
    height: 320px;
}
.pankz li {
  font-size: 14px;
  letter-spacing: .1rem;
}
article.art_treatment {
  padding: 40px 0;
}
article.art_treatment .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
ul.maru ,ul.mark {
  font-size: 16px;
}
ul.maru li ,ul.mark li {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.works {
  margin-bottom: 20px;
}
.works ,.box_result {
  width: 50%;
}
.art_treatment.face .cp_tab {
    min-height: 630px;
}
}
@media screen and (min-width: 860px) {
.art_treatment.face .cp_tab {
    min-height: 520px;
}
}
@media screen and (min-width: 1080px) {

.works {
  margin-bottom: 40px;
}

.box_result ,.box_result .one_card {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 30px;
}
.art_treatment.face .box_result {
  flex-direction: column;
  margin-top: 0;
  }
.ge_result {
  width: 200px;
}
  .txt_detail {
    flex: 1;
  }
.art_treatment.face .cp_tab {
    min-height: 440px;
}
}
/* 手順 --------------------------------------*/
.history {
    position: relative;
    margin: 40px auto;
    padding: 0 ;
}
.history:before {
    content: "";
    width: 4px;
    height: 100%;
    left: 15px;
    background: #eaeaea;
    position: absolute;
    transform: translateX(-50%);
}
.history .history__inner {
    max-width: 450px;
}

.history .history__item {
    position: relative;
    display: flex;
    padding: 0 0 30px 60px;
}
.history .history__item:last-child {
  padding-bottom: 0;
}
.history .history__item:before {
  content:"";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  top: 8px;
  transform: translateX(-50%);
  background: url("../img/icon_har.png") no-repeat;
  background-size: cover;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 0px 2px inset, rgb(234, 234, 234) 0px 0px 0px 8px;
}
#Face .history .history__item:before {
  content:"";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  top: 8px;
  transform: translateX(-50%);
  background: url("../img/icon_face.jpg") no-repeat;
  background-size: cover;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 0px 2px inset, rgb(234, 234, 234) 0px 0px 0px 8px;
}
#Body .history .history__item:before {
  content:"";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 16px;
  top: 8px;
  transform: translateX(-50%);
  background: url("../img/icon_cell.png") no-repeat;
  background-size: cover;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, rgba(0, 0, 0, 0.05) 0px 0px 0px 2px inset, rgb(234, 234, 234) 0px 0px 0px 8px;
}
.history .history__inner {
  max-width: 450px;
  background: linear-gradient(156deg,rgba(248, 240, 255, 1) 49%, rgba(232, 230, 237, 1) 100%);
  padding: 10px;
  border-left: 4px solid #5f477d;
  position: relative;
}
.history .history__inner:before {
    visibility: visible;
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-right-color: #5f477d;
    left: -30px;
    right: auto;
    top: 16px;
}
.history .history__iamge {
    line-height: 1;
    margin-bottom: 16px;
    padding: 0;
}
.history .history__iamge img {
    display: block;
}
.history__text h4 {
  margin-bottom: 10px;
}
.history__text p {
  margin-bottom: 0;
  line-height: 1.6;
  color: #778899;
}
@media screen and (min-width: 960px) {
.div_treatment {
    padding: 20px 0 0;
}
.history {
    width: 100%;
}
  .history:before {
    left: 50%;
}
.history .history__item {
  padding: 0 0 50px 0;
}
.history .history__item:before ,
#Face .history .history__item:before ,
#Body .history .history__item:before {
      left: 50%;
      top: 8px;
  }
.history .history__inner {
  max-width: 480px;
  width: 44%;
  padding: 16px;
}
.history .history__item:nth-of-type(2n) {
    justify-content: flex-end;
}
.history .history__item:nth-of-type(odd) .history__inner {
    border-left: none;
    border-right: 4px solid #5f477d;
}
.history .history__item:nth-of-type(odd) .history__inner:before {
    visibility: visible;
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-left-color: #5f477d;
    right: -30px;
    left: auto;
    top: 16px;
}
}
@media screen and (min-width: 1180px) {
.history .history__inner {
  max-width: none;
  width: 45%;
}
}