/*========================================

========================================*/

.l-contents {
  /*padding-top: 60px;*/
  overflow: hidden;
}

.c-section {
  padding: 60px 12px;
}

@media (max-width: 639px) {
  .l-contents {
    /*margin-top: 48px;*/
  }
}



/*========================================
メインビジュアル
========================================*/

.c-mainvisual {
  position: relative;
}

.c-mainvisual__title {
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30;
  margin: 0;
}

.c-mainvisual__title img {
  max-width: 900px;
}

.c-mainvisual__catch-copy {
  position: absolute;
  top: 60px;
  left: 50%;
  z-index: 30;
  transform: translateX(-50%);
  margin: 0;
}

.c-mainvisual__body {
  position: relative;
  overflow: hidden;
}

.c-section__inner {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 1044px;
}

.c-mainvisual__title {
  opacity: 0;
}

.c-mainvisual__title {
  animation: bbb;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

@keyframes bbb {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-mainvisual__catch-copy {
  opacity: 0;
}

.c-mainvisual__catch-copy {
  animation: aaa;
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes aaa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.c-mainvisual__body img {
  width: 100%;
}

/*.c-mainvisual__body::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

.c-mainvisual__body:hover::before {
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}*/

.c-mainvisual__body::after {
  content:"";
  height:100%;
  width:100px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  transform: rotate(45deg);
  animation: reflection 6s ease-in-out infinite;
}

@keyframes reflection {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
  10% { transform: scale(0) rotate(45deg); opacity: 0.1; }
  11% { transform: scale(4) rotate(45deg); opacity: 0.3; }
  20% { transform: scale(50) rotate(45deg); opacity: 0; }
  100% { transform: scale(50) rotate(45deg); opacity: 0; }
}


@media (max-width: 1099px) {
  .c-mainvisual__title img {
    max-width: 660px;
  }
}

@media (max-width: 756px) {
  .c-mainvisual__catch-copy {
    top: 60px
  }
}

@media (max-width: 639px) {
  .c-mainvisual__body img {
    max-width: 640px;
  }
  .c-section__inner {
    padding: 0;
  }
  .c-section {
    padding: 36px 12px;
  }
  .c-mainvisual__title {
    bottom: -560px;
    left: 0;
    transform: translateX(0);
  }
  .c-mainvisual__title img {
    max-width: 100%;
  }
  .c-mainvisual__catch-copy {
    /*display: none;*/
    top: 220px;
    width: 80%;
  }
  .c-mainvisual__body {
    overflow: visible;
  }
}

@media (max-width: 429px) {
  .c-mainvisual__title {
    bottom: -500px;
  }
  .c-mainvisual__catch-copy {
    top: 210px;
  }
}

.c-privilege.c-3column {
  position: absolute;
  bottom: -300px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  max-width: 1020px;
  width: 100%;
}


.c-privilege.c-3column .c-3column__container::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -28px;
  width: 56px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-privilege.c-3column .c-3column__container:nth-of-type(1)::before {
  background-image: url("../img/specialset_banner01-decoration.png");
}

.c-privilege.c-3column .c-3column__container:nth-of-type(2)::before {
  background-image: url("../img/specialset_banner02-decoration.png");
}

.c-privilege.c-3column .c-3column__container:nth-of-type(3)::before {
  background-image: url("../img/specialset_banner03-decoration.png");
}

.c-privilege.c-3column .c-3column__container:nth-of-type(1) p {
  /*position:relative;
  top: 24px;
  left: -24px;*/
  font-size: 1.2rem;
  line-height: 1.1;
}

.c-privilege.c-3column .c-3column__container:nth-of-type(1) p a {
  color: var(--text-base-color);
}

.c-privilege.c-3column .c-3column__container img {
  box-shadow: 0 0 6px #dddddd;
  border-radius: 6px;
}

@media (min-width: 640px) {
  .c-privilege.c-3column {
    justify-content: space-between;
  }
  .c-privilege.c-3column .c-3column__container {
    width: calc((100% - 96px) / 3);
  }
  .c-privilege.c-3column .c-3column__container {
    position: relative;
  }
  .c-privilege.c-3column .c-3column__container:nth-of-type(1) {
   left: 24px;
  }
  .c-privilege.c-3column .c-3column__container:nth-of-type(2) {
   left: 12px;
  }
}

@media (max-width: 639px) {
  .c-privilege.c-3column {
    bottom: -1070px;
    gap: 36px;
    padding: 0 12px;
  }
  .c-privilege.c-3column .c-3column__container {
    margin: 0 auto;
    max-width: 86%;
  }
}

@media (max-width: 429px) {
  .c-privilege.c-3column {
    bottom: -980px;
    gap: 36px;
    padding: 0 12px;
  }
}




.c-1column {
  margin-top: 24px;
  text-align: center;
}

.c-1column__container > *:first-child {
  margin-top: 0;
}

.c-2column,
.c-3column {
  display: flex;
  margin-top: 24px;
  gap: 24px;
}

.c-2column__container > *:first-child,
.c-3column__container > *:first-child {
  margin-top: 0;
}

.c-2column__container {
  width: calc((100% - 24px) / 2);
}

.c-3column__container {
  width: calc((100% - 48px) / 3);
}


@media (max-width: 639px) {
  .c-2column,
  .c-3column {
    flex-direction: column;
  }
  .c-2column__container {
    width: 100%;
  }
  .c-3column__container {
    width: 100%;
  }
}



/*========================================

========================================*/

.c-heading2 + *,
.c-heading3 + * {
  margin-top: 24px;
}

.c-heading2__sub {
  margin-top: 6px;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-section__h3-contents {
  margin-top: 36px;/*48px;*/
  padding: 24px;
  /*background-color: #ffffff;*/
}

.c-section__h3 + .c-section__h3 {
  margin-top: 48px;
}

@media (max-width: 639px) {
  .c-section__h3-contents {
    margin-top: 18px;
  }
}



/*========================================
見出しなど
========================================*/

.c-heading2--type1 {
  padding: 6px 0;
  color: var(--sub-color1);
  font-family: var(--font-family-serif);
  font-size: 3rem;
  border-top: solid 2px;
  border-bottom: solid 2px;
  border-image: linear-gradient(to right, rgba(255,255,255,0.4),var(--sub-color1),rgba(255,255,255,0.4)) 1;
}

.c-heading2--type3 {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-serif);
  font-size: 2.1rem;
  text-align: center;
}

.c-heading2--type3::before,
.c-heading2--type3::after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  min-width: 100px;
  height: 2px;
  background-color: #333333;
}

.c-heading3--type1 {
  padding-left: 12px;
  color: var(--sub-color1);
  font-family: var(--font-family-serif);
  font-size: 2.1rem;
  text-align: left;
  border-left: solid 12px var(--sub-color1);
}

.c-heading3--type2 {
  padding: 12px;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: left;
  background-color: #7e7e7e;
}

.c-heading3--type3 {
  padding-bottom: 6px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #7e7e7e;
}

.c-heading4--type1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-family: var(--font-family-sansserif);
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
}

.c-heading4--type1::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #ffffff,#000000);
}

.c-heading4--type1::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 2px;
  background: linear-gradient(to right, #000000,#ffffff);
}

.c-lead01 {
  color: #f0a046;
  font-size: 1.8rem;
}

.c-textlink01 {
  color: #ffffff;
}

.c-cart-button {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.c-cart-button:hover {
  opacity: 0.7;
}


/*===ボタンが押せなくなる時があるので不使用===*/
.c-cart-button::before {
/*content: "";	 文字は表示しないので中身無しを指定 */
  position: absolute;	/* ボタンの位置を基準に絶対値指定する */
  display: block;	/* 形式はblock */
  background: blue;	/* 背景色は分かりやすく青色にしておく */
  width: 50px;	/* 横幅 */
  height: 50px;	/* 縦幅 */
  top: -60px;	/* ボタン左上を基準に上へ60pxの位置 */
  left: -60px;	/* ボタン左上を基準に左へ60pxの位置 */
}

.c-cart-button::before {
  background: linear-gradient(to right,rgba(255,255,255,0), rgba(255,255,255,0.4));
}

/* アニメーションの動作指定 */
.c-cart-button::before {
  animation-name:shine-run;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 6s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in;   /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite;   /* アニメーションの無限繰り返しの指定 */
}
/* アニメーションのタイミングとボックスの拡大率、角度、透過率の指定*/
@keyframes shine-run {
  0% {
    transform: scale(0) rotate(50deg);
/* アニメ開始時は大きさ0、50度の傾き */
    opacity: 0;
/* アニメ開始時は全透過 */
  }
  40% {
    transform: scale(1) rotate(50deg);
/* 40%まで進む間に大きさを等倍に。傾きは50度のまま*/
    opacity: 1;
/* 透過しない（しっかり表示される）ように1を設定 */
  }
100% {
    transform: scale(250) rotate(50deg);
/* 最後は元の大きさの250倍になるようにする。傾きは50度のまま*/
    opacity: 0;
/* 全透過になるようにして、徐々に消えるような変化を付ける */
  }
}
/*===ボタンが押せなくなる時があるので不使用===*/


@media (min-width: 640px) {
  .c-newline-sp {
    display:none;
  }
}

@media (max-width: 639px) {
  .c-heading2--type1 {
    font-size: 2.1rem;
  }
  .c-heading3--type1 {
    font-size: 1.6rem;
  }
  .c-heading4--type1 {
    font-size: 1.6rem;
  }
  .c-newline-sp {
    display: inline-block;
  }
  .c-no-newline-sp {
    display:none;
  }
}



/*========================================
美容器マニアも驚きのサロンクオリティ
========================================*/

.p-section-salon-quality {
  position: relative;
  padding: 350px 0 36px;
  background-image: url("../img/salon-quality_background.jpg");
  background-size: cover;
}

.p-section-salon-quality .c-section__h2 {
  position: relative;
}

.p-section-salon-quality::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -79px;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
  height: 80px;
  background-image: url("../img/next01.png");
  background-size: cover;
}

.p-section-salon-quality__products {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  position: relative;
  left: 66px;
  margin: 24px auto 0;
  max-width: 814px;
}

.p-section-salon-quality__products figure:nth-of-type(3){
  position: relative;
  left: -30px;
}

.p-section-salon-quality h2 {
  padding: 0 12px;
}

.p-section-salon-quality__products-summary {
  margin-top: 24px;
}

.p-section-salon-quality__products-summary p {
  margin: 24px calc(50% - 50vw) 0;
  padding: 24px 0;
  text-align: center;
  border-top: solid 2px;
  border-bottom: solid 2px;
  border-image: linear-gradient(to right, #4E1110, #70370F,#E6B259,#FFEBC7,#F6AA6A,#70370F,#4E1110) 1;
}

.c-border01 {
  height: 2px;
}

.c-textlink01:hover {
  color: var(--accent-color);
}

@media (max-width: 991px) {
  .p-section-salon-quality__products figure:nth-of-type(3){
    left: -40px;
  }
}

@media (max-width: 756px) {
  .p-section-salon-quality__products-summary img {
    max-width: 70%;
  }
}

@media (min-width: 640px) {
  .p-section-salon-quality__products figure:nth-of-type(4) {
    display: none;
  }
}

@media (max-width: 639px) {
  .p-section-salon-quality {
    /*margin-top: 130px;*/
    padding: 1120px 0 24px;
    background-image: url("../img/salon-quality_background-01-sp.jpg"),url("../img/salon-quality_background-02-sp.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top 480px,center bottom;
  }
  .p-section-salon-quality::after {
    bottom: -44px;
    width: 156px;
    height: 50px;
  }
  .p-section-salon-quality h2 img {
    width: 90%;
  }
  .p-section-salon-quality__products {
    left: 0;
    margin-top: 6px;
    padding: 0 12px;
  }
  .p-section-salon-quality__products figure:nth-of-type(1),
  .p-section-salon-quality__products figure:nth-of-type(2),
  .p-section-salon-quality__products figure:nth-of-type(3) {
    display: none;
  }
  .p-section-salon-quality__products figure:nth-of-type(4) {
    margin: 0 auto;
  }
  .p-section-salon-quality__products-summary {
    margin-top: 12px;
  }
  .p-section-salon-quality__products-summary p {
    margin-top: 12px;
    padding: 18px 0;
  }
}

@media (max-width: 429px) {
  .p-section-salon-quality {
    padding-top: 1020px;
  }
}



/*========================================
業務用・個人用の美容・健康機器及び機能性化粧品の開発・製造・卸売・販売を行うメーカーです。
========================================*/

.p-section-unish {
  position: relative;
  padding: 80px 0 60px;
  letter-spacing: -1px;
  overflow: hidden;
}

.p-section-unish .c-section__inner {
  display: flex;
  max-width: 1800px;
}

.p-section-unish .c-section__inner > * {
  margin: 0 auto;
}

.p-section-unish .c-section__inner > .c-section__h2 {
  position: relative;
  order: 2;
  max-width: 960px;
}

/*.p-section-unish .c-section__inner > .c-section__h2 h2 {
  color: var(--text-emphasis-color);
  font-size: 2.4rem;
  line-height: 1.25;
}*/

.p-section-unish .c-section__inner > .c-section__h2 .c-2column {
  align-items: center;
}

.p-section-unish .c-2column .c-2column__container:nth-of-type(1) p {
  font-size: 1.8rem;
  line-height: 1.8;
}

.p-section-unish .c-youtube {
  margin-top: 36px;
}

.p-section-unis__background-right {
  order: 3;
  position: relative;
  top: 200px;
}

@media (max-width: 1299px) {
  .p-section-unis__background-left,
  .p-section-unis__background-right {
    width: 220px;
  }
}

@media (max-width: 1199px) {
  .p-section-unish .c-2column .c-2column__container:nth-of-type(1) p {
    font-size: 1.6rem;
  }  .p-section-unis__background-left,
  .p-section-unis__background-right {
    display: none;
  }
}

@media (max-width: 639px) {
  .p-section-unish {
    padding: 30px 0 36px;
  }
  .p-section-unish .c-2column .c-2column__container:nth-of-type(1) {
    padding: 0 12px;
  }
  .p-section-unish .c-2column .c-2column__container:nth-of-type(1) p {
    line-height: 1.5;
  }
  .p-section-unish .c-section__inner > .c-section__h2 h2 + p {
    font-size: 1.6rem;
  }
  .p-section-unish .c-youtube {
    padding: 0 12px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 429px) {
  .p-section-unish .c-section__inner > .c-section__h2 h2 {
    font-size: 2.1rem;
  }
}



/*========================================
イーポレーション・シュプリームが1台あればエステサロンで提供されるメニューが自宅でセルフケア可能です。
========================================*/

.p-section-selfcare {
  padding-bottom: 48px;
  color: #ffffff;
  text-align: center;
  background-image: url("../img/selfcare_background.png");
  background-size: cover;
  background-position: center;
}

.p-section-selfcar__example {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.p-section-selfcar__example figure:nth-of-type(2) {
  transition-delay: 0.1s;
}

.p-section-selfcar__example figure:nth-of-type(3) {
  transition-delay: 0.2s;
}

.p-section-selfcar__example figure:nth-of-type(4) {
  transition-delay: 0.3s;
}

.p-section-selfcar__example figure:nth-of-type(5) {
  transition-delay: 0.4s;
}

.p-section-selfcar__example figure:nth-of-type(6) {
  transition-delay: 0.5s;
}

@media (max-width: 991px) and (min-width: 640px) {
  .p-section-selfcar__example figure {
    width: calc((100% - 36px) / 4);
  }
  .p-section-selfcar__example figure img {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .p-section-selfcare {
    padding-bottom: 24px;
    background-image: url("../img/selfcare_background-sp.jpg");
  }
  .p-section-selfcare .c-section__h2 h2 img {
    max-width: 80%;
  }
  .p-section-selfcar__example figure {
    width: calc((100% - 24px) / 3);
  }
  .p-section-selfcar__example + p {
    font-size: 1.6rem;
  }
}



/*========================================
3種の高出力アタッチメント交換でフェイシャル・スカルプ・ボディを目的に応じてフルトリートメント。
========================================*/

.p-section-attachment .c-heading2--type1 {
  color: var(--text-emphasis-color);
}

.p-section-attachment .c-2column__container {
  width: calc((100% - 36px) / 2);
}

.p-section-attachment .c-1column h3 {
  color: var(--sub-color1);
  font-family: var(--font-family-serif);
  font-size: 2.4rem;
}

@media (max-width: 991px) {
  .p-section-attachment .c-heading2--type1 {
    font-size: 2.2rem;
  }
}

@media (max-width: 639px) {
  .p-section-attachment .c-2column__container {
    width: 100%;
  }
  .p-section-attachment .c-heading2--type1 {
    font-size: 2.1rem;
  }
  .p-section-attachment .c-heading2--type1 + p {
    font-size: 1.5rem;
  }
  .p-section-attachment .c-1column h3 {
    font-size: 2.1rem;
  }
}

@media (max-width: 429px) {
  .p-section-attachment .c-1column h3 {
    font-size: 1.8rem;
  }
  .p-section-attachment .c-1column h3 + p {
    letter-spacing: -1px;
  }
}



/*========================================
フェイシャル 〜Facial〜
========================================*/

.p-section-facial {
  padding-top: 24px;
  background-image: url("../img/facial_background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.p-section-facial .c-section__h2 h2,
.p-section-scalp .c-section__h2 h2,
.p-section-body .c-section__h2 h2 {
  margin: 60px calc(50% - 50vw) 0;
}

.p-section-facial .c-section__h3-contents,
.p-section-scalp .c-section__h3-contents {
  margin-top: 400px;
  padding: 0;
}

.p-section-facial .c-section__h3-contents .c-section__h3,
.p-section-scalp .c-section__h3-contents .c-section__h3,
.p-section-body .c-section__h3-contents .c-section__h3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 204px;
  column-gap: 36px;
  row-gap: 12px;
}

.p-section-facial .c-section__h3-contents .c-section__h3 h3,
.p-section-scalp .c-section__h3-contents .c-section__h3 h3,
.p-section-body .c-section__h3-contents .c-section__h3 h3 {
  margin-top: 0;
}

.p-section-facial .c-section__h3-contents .c-section__h3 p,
.p-section-scalp .c-section__h3-contents .c-section__h3 p,
.p-section-body .c-section__h3-contents .c-section__h3 p {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  margin-top: 0;
}

.p-section-facial .c-section__h3-contents .c-section__h3 figure,
.p-section-scalp .c-section__h3-contents .c-section__h3 figure,
.p-section-body .c-section__h3-contents .c-section__h3 figure {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
}

.p-section-facial .c-section__h4-contents {
  margin: 24px auto 0;
  max-width: 644px;
}

.c-section__h4-contents .p-section-facial__function {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}

.c-section__h4-contents .p-section-facial__function figure:nth-of-type(2) {
  transition-delay: 0.2s;
}

.c-section__h4-contents .p-section-facial__function figure:nth-of-type(3) {
  transition-delay: 0.4s;
}

.c-section__h4-contents .p-section-facial__function figure:nth-of-type(4) {
  transition-delay: 0.5s;
}

.c-section__h4-contents .p-section-facial__function figure:nth-of-type(5) {
  transition-delay: 0.6s;
}

@media (max-width: 991px) {
  .p-section-facial .c-section__h3-contents,
  .p-section-scalp .c-section__h3-contents {
    margin-top: 200px;
  }
  .p-section-facial .c-section__h3-contents .c-section__h3,
  .p-section-scalp .c-section__h3-contents .c-section__h3,
  .p-section-body .c-section__h3-contents .c-section__h3 {
    display: flex;
    flex-direction: column;
  }
  .p-section-facial .c-section__h3-contents .c-section__h3 h3,
  .p-section-scalp .c-section__h3-contents .c-section__h3 h3,
  .p-section-body .c-section__h3-contents .c-section__h3 h3 {
    order: 2;
    margin-top: 6px;
  }
  .p-section-facial .c-section__h3-contents .c-section__h3 p,
  .p-section-scalp .c-section__h3-contents .c-section__h3 p,
  .p-section-body .c-section__h3-contents .c-section__h3 p {
    order: 3;
  }
  .c-section__h4-contents .p-section-facial__function {
    gap: 9px;
  }
}

@media (max-width: 639px) {
  .p-section-facial {
    padding-top: 0;
    background-image: none;
  }
  .p-section-facial .c-section__h2 h2,
  .p-section-scalp .c-section__h2 h2,
  .p-section-body .c-section__h2 h2 {
    margin-top: 10px;
  }
  .p-section-facial .c-section__h3-contents,
  .p-section-scalp .c-section__h3-contents {
    margin-top: 0;
  }
  .p-section-facial .c-section__h3-contents .c-section__h3,
  .p-section-scalp .c-section__h3-contents .c-section__h3,
  .p-section-body .c-section__h3-contents .c-section__h3 {
    display: flex;
    flex-direction: column;
  }
  .p-section-facial .c-section__h3-contents .c-section__h3 h3,
  .p-section-scalp .c-section__h3-contents .c-section__h3 h3,
  .p-section-body .c-section__h3-contents .c-section__h3 h3 {
    margin-top: 6px;
  }
  .c-section__h4-contents .p-section-facial__function {
    gap: 9px;
  }
}



/*========================================
スカルプ 〜Scalp〜
========================================*/

.p-section-scalp {
  padding-top: 24px;
  background-image: url("../img/scalp_background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.p-section-scalp .c-section__h4-contents {
  margin: 24px auto 0;
  max-width: 512px;
}

.p-scalp-feature {
  align-items: center;
}

.p-scalp-feature .c-2column__container:nth-of-type(1) {
  position: relative;
  padding: 24px 18px;
  border: solid 1px #e2e2e2;
}

.p-scalp-feature .c-2column__container:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 291px;
  height: 44px;
  background-image: url("../img/scalp_03.png");
  background-size: contain;
}

.p-scalp-feature .c-2column__container:nth-of-type(1) p:nth-of-type(1) {
  margin-bottom: 12px;
  font-family: var(--font-family-serif);
  color: var(--sub-color1);
  font-size: 2.4rem;
  line-height: 1.25;
  letter-spacing: -1px;
}

@media (max-width: 991px) {
  .p-scalp-feature .c-2column__container:nth-of-type(1) {
    padding: 18px;
  }
  .p-scalp-feature .c-2column__container:nth-of-type(1)::after {
    width: 220px;
    background-repeat: no-repeat;
  }
  .p-scalp-feature .c-2column__container:nth-of-type(1) p:nth-of-type(1) {
    font-size: 1.8rem;
  }
}

@media (max-width: 639px) {
  .p-section-scalp {
    padding-top: 0;
    background-image: none;
  }
}

@media (max-width: 369px) {
  .p-scalp-feature .c-2column__container:nth-of-type(1) {
    padding: 18px 12px;
  }
  .p-scalp-feature .c-2column__container:nth-of-type(1) p:nth-of-type(1) {
    letter-spacing: -1.5px;
  }
}



/*========================================
ボディ 〜Body〜
========================================*/

.p-section-body {
  padding-top: 24px;
  background-image: url("../img/body_background.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}

.p-section-body .c-section__h3-contents {
  margin-top: 320px;
  padding: 0;
}

.p-section-body .c-section__h4-contents {
  margin: 24px auto 0;
  max-width: 380px;
}

@media (min-width: 1400px) {
  .p-section-body .c-section__h3-contents {
    margin-top: 460px;
  }
}

@media (max-width: 1099px) {
  .p-section-body .c-section__h3-contents {
    margin-top: 260px;
  }
}

@media (max-width: 991px) {
  .p-section-body .c-section__h3-contents {
    margin-top: 160px;
  }
}

@media (max-width: 639px) {
  .p-section-body {
    padding-top: 0;
    background-image: none;
  }
   .p-section-body .c-section__h3-contents {
    margin-top: 0;
  }
}



/*========================================
イーポレーション・シュプリームで出来る施術をエステサロンで受けようとすると、、、
========================================*/

.p-section-cost {
  padding-top: 24px;
  background-image: url("../img/cost_background.jpg");
  background-size: cover;
}

.p-section-cost .c-heading2__main {
  padding-bottom: 12px;
  max-width: 756px;
  margin: 0 auto;
  color: var(--accent-color);
  font-family: var(--font-family-serif);
  font-size: 2.8rem;
  border-bottom: solid 1px #ffffff;
}

.p-section-cost .c-heading2__main + p {
  margin-top: 12px;
  color: #ffffff;
  font-size: 1.8rem;
  text-align: center;
}

.p-section-cost .c-2column {
  margin: 12px auto 0;
  max-width: 792px;
  gap: 0;
}

.p-section-cost .c-2column > * {
  width: 100%;
}

@media (max-width: 639px) {
  .p-section-cost {
    background-image: url("../img/cost_background-sp.jpg");
    background-position: right;
  }
  .p-section-cost .c-heading2__main {
    font-size: 1.8rem;
  }
  .p-section-cost .c-heading2__main + p {
    font-size: 1.4rem;
  }
  .p-section-cost .c-2column + div {
    margin: 0 auto;
  }
}

@media (max-width: 379px) {
  .p-section-cost .c-heading2__main {
    letter-spacing: -1px;
  }
}



/*========================================
プロが認めるサロンクオリティ
========================================*/

.p-section-professional h2 + p {
  margin: 24px auto 0;
  max-width: 760px;
}

.p-section-professional .c-section__h3 {
  display: grid;
  grid-template-columns: 492px 492px;
  grid-template-rows: 80px 188px;
  column-gap: 36px;
}

.p-section-professional .c-section__h3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 80px 188px;
  column-gap: 36px;
}

.p-section-professional .c-section__h3-contents {
 padding: 0;
}

.p-section-professional .c-section__h3-contents .c-section__h3 h3 {
  margin-top: 0;
  text-align: left;
}

.p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(1) h3 {
  background: url(../img/professional_logo01.jpg) no-repeat;
  background-size: 180px auto;
  background-position: bottom 10px right 0;
}

.p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(2) h3 {
  background: url(../img/professional_logo02.jpg) no-repeat;
  background-size: 100px auto;
  background-position: bottom 10px right 0;
}

.p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(3) h3 {
  background: url(../img/professional_logo03.png) no-repeat;
  background-size: 100px auto;
  background-position: bottom 10px right 0;
}

.p-section-professional .c-section__h3-contents .c-section__h3 .p-section-professional__summary {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
  border-top: solid 1px #707070;
}

.p-section-professional .c-section__h3-contents .c-section__h3 .c-youtube {
  grid-row: 1 / 1;
  grid-column: 1 / 2;
}

@media (max-width: 991px) {
  .p-section-professional .c-section__h3-contents .c-section__h3 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .p-section-professional .c-section__h3-contents .c-section__h3 h3 {
    order: 2;
    margin: 12px 0 0;
    padding: 6px 0 12px;
  }
  .p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(2) h3 {
    background-position: top right;
  }
  .p-section-professional__summary {
    order: 3;
  }
  .p-section-professional .c-section__h3-contents .c-section__h3 .c-youtube {
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 639px) {
  .p-section-professional .c-section__h3-contents .c-section__h3 h3 {
    font-size: 1.5rem
  }
  .p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(1) h3 {
    background-size: 28%;
  }
  .p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(2) h3 {
    background-size: 18%;
  }
  .p-section-professional .c-section__h3-contents .c-section__h3:nth-of-type(3) h3 {
    background-size: 18%;
    background-position: top right;
  }
}



/*========================================
期間限定! ポレーション導入美容液付き特別セット
========================================*/

.p-section-specialset {
  padding-top: 130px;
  background-image: url("../img/specialset_background.jpg");
  background-size: cover;
  background-position: top;
}

.p-section-specialset h2 {
  position: relative;
  margin-bottom: 6px;
}

.p-section-specialset h2::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(calc(-50% - 470px));
  width: 152px;
  height: 172px;
  background: url("../img/specialset_title-decoration.png") no-repeat;
  background-size: contain;
}

.p-section-specialset h2 span {
  font-size: 4.8rem;
}

.p-section-specialset h2 + p {
  margin: 0;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
}

.p-section-specialset__price {
  margin: 24px 0 0;
}

.p-specialset-items {
  margin-top: 24px;
}

.p-specialset-items__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-size: 1.8rem;
}

.p-specialset-items__title p {
  flex-shrink: 0;
  margin-top: 0;
}

.p-specialset-items__title p span {
  margin: 0 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #840000;
}

.p-specialset-items__title::before,
.p-specialset-items__title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.p-section-specialset .c-2column .c-2column__container {
  position: relative;
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button input:first-child,
.p-section-specialset .c-2column .c-2column__container .c-cart-button table {
  display: none;
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button button {
  padding: 0;
  width: 250px;
  height: 52px;
  border: none;
  background-color: transparent;
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button button img {
  display: block;
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button button:hover {
  cursor: pointer;
}





.p-specialset__sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1.25;
  text-align: center;
}

.p-section-specialset .p-specialset__sub-title span {
  flex-shrink: 0;
  padding: 0 6px 6px 6px;
  border-bottom: solid 2px;
  border-image: linear-gradient(to right, #4e1110,#70370f,#e6b259,#ffebc7,#f6aa6a,#7a410d,#4e1110) 1;
}

.p-specialset__sub-title::before,
.p-specialset__sub-title::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-specialset__sub-title::before {
  background-image: url(../img/specialset__decoration01-left.png);
}

.p-specialset__sub-title::after {
  background-image: url(../img/specialset__decoration01-right.png);
}

.p-specialset__sub-title + p {
  margin-top: 18px;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
}

.p-specialset__sub-title + p span {
  color: var(--accent-color);
}


.p-specialset__main-points {
  color: #ffffff;
}

.p-specialset__main-points-title {
  padding-top: 1px;
  height: 36px;
  color: #ffffff;
  font-family: var(--font-family-serif);
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background: url(../img/specialset__main-points-title-background.png) no-repeat;
  background-size: contain;
  background-position: center;
}

.p-specialset__main-points-list {
  margin: 12px auto 0;
  max-width: 860px;
  font-size: 1.8rem;
  list-style-type: none;
}

.p-specialset__main-points li {
  counter-increment: cnt;
}

.p-specialset__main-points li::before {
  content: counter(cnt)"）";
}

.p-specialset__main-points li span {
  margin: 0 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #840000;
}

.p-section-specialset .c-2column {
  flex-wrap: wrap;
  gap: 32px;
  margin: 12px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%) 48px;
  border-bottom: solid 3px;
  border-image: linear-gradient(to right, #4e1110,#70370f,#e6b259,#ffebc7,#f6aa6a,#7a410d,#4e1110) 1;
}

.p-section-specialset .c-2column .c-2column__container {
  position: relative;
  width: calc((100% - 32px) / 2)
}

.p-section-specialset .c-2column .c-2column__container a {
  transition-duration: 0.2s;
}

.p-section-specialset .c-2column .c-2column__container a:hover {
  filter: brightness(80%);
}

.p-section-specialset .c-2column .c-2column__container .c-cart-button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

@media (min-width: 640px) {
  .p-section-specialset__price {
    margin: 24px calc(50% - 50vw) 0;
    padding-top: 12px;
    border-top: solid 3px;
    border-image: linear-gradient(to right, #4e1110,#70370f,#e6b259,#ffebc7,#f6aa6a,#7a410d,#4e1110) 1;
  }
}

@media (max-width: 991px) {
  .p-section-specialset {
    padding-top: 100px;
  }
  .p-section-specialset h2::before {
    transform: translateX(calc(-50% - 330px));
    width: 120px;
    height: 140px;
  }
  .p-section-specialset h2 img {
    max-width: 520px;
  }
  .p-section-specialset .c-2column {
    gap: 24px;
  }
  .p-section-specialset .c-2column .c-2column__container {
    width: calc((100% - 24px) / 2)
  }
  .p-section-specialset .c-3column .c-3column__container:nth-of-type(1) p {
	  text-align: left;
  }
  .p-section-specialset .c-2column .c-2column__container .c-cart-button {
    bottom: 20px;
    width: 200px;
    height: auto;
  }
  .p-section-specialset .c-2column .c-2column__container .c-cart-button button {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 833px) {
  .p-section-specialset .c-3column .c-3column__container::before {
    width: 48px;
	  left: -24px;
  }
}

@media (max-width: 767px) {
  .p-section-specialset .c-3column .c-3column__container::before {
    width: 40px;
	  left: -20px;
  }
  .p-specialset__main-points-title {
    padding-top: 6px;
    height: 50px;
    background-size: auto 40px;
  }
}

@media (max-width: 639px) {
  .p-section-specialset {
    padding-top: 70px;
    background-image: url("../img/specialset_background-sp.jpg");
    background-size: 250%;
    background-position: top center;
    background-color: #000000;
    background-repeat: no-repeat;
  }
  .p-section-specialset h2 {
    margin-top: 24px;
  }
  .p-section-specialset h2::before {
    top: -70px;
    transform: translateX(calc(-50% - 120px));
    width: 100px;
    height: 140px;
  }
  .p-section-specialset h2 img {
    max-width: 80%;
  }
  .p-section-specialset .p-specialset__sub-title span {
    font-size: 1.6rem;
  }
  .p-specialset__sub-title + p {
    font-size: 1.6rem;
  }
  .p-specialset__main-points-title {
    padding-top: 9px;
  }
  .p-specialset__main-points-list {
    margin-top: 6px;
    font-size: 1.6rem;
  } 
  .p-specialset__main-points-list > li {
    padding-left: 30px;
    text-indent: -26px;
  } 
  .p-specialset__main-points-list > li span {
    text-indent: 0;
  } 
  .p-section-specialset .c-2column {
    gap: 24px;
  }
  .p-section-specialset .c-2column .c-2column__container {
    position: relative;
    width: 100%;
  }
  .p-section-specialset .c-3column .c-3column__container + .c-3column__container {
    margin-top: 12px;
  }
  .p-section-specialset .c-3column .c-3column__container img {
    width: 80%;
  }
  .p-section-specialset .c-3column .c-3column__container::before {
    width: 70px;
    height: 90px;
    left: 38px;
  }
  .p-section-specialset .c-3column .c-3column__container:nth-of-type(1) p {
    position: absolute;
    top: auto;
    left: auto;
    right: 36px;
    font-size: 0.9rem;
  }
  .p-section-specialset .c-3column + p {
    font-size: 1.2rem;
  }
  .p-section-specialset .c-3column + .p-specialset__sub-title {
    margin-top: 36px;
    font-size: 1.8rem;
	  letter-spacing: -0.5px;
  }
  .p-specialset__sub-title::before,
  .p-specialset__sub-title::after {
    width: 32px;
	  height: 8px;
  }
  .p-specialset-items__title {
    font-size: 1.6rem;
  }
  .p-section-specialset .c-2column .c-2column__container .c-cart-button {
    bottom: 10px;
  }
  .p-section-specialset .c-2column .c-2column__container .c-cart-button button {
    width: 200px;
  }
}

@media (max-width: 569px) {
  .p-section-specialset .c-3column .c-3column__container::before {
	  left: 23px;
  }
}

@media (max-width: 539px) {
  .p-section-specialset .c-3column .c-3column__container::before {
    width: 56px;
	  left: 12px;
  }
}

@media (max-width: 429px) {
  .p-section-specialset {
    padding-top: 60px;
  }
  .p-section-specialset h2::before {
    top: -60px;
    transform: translateX(calc(-50% - 100px));
    width: 80px;
    height: 100px;
  }
  .p-section-specialset .c-3column .c-3column__container::before {
    bottom: 12px;
    left: 10px;
  }
  .p-specialset-items__title::before,
  .p-specialset-items__title::after {
    content: none;
  }
}

@media (max-width: 379px) {
  .p-section-specialset h2 {
    font-size: 2.4rem;
  }
}



/*========================================
こんなお悩みの方におすすめしたい
========================================*/

.p-section-problem {
  font-family: var(--font-family-serif);
  text-align: center;
  background-image: url("../img/problem_background.jpg");
  background-size: cover;
}

.p-section-problem .c-section__h2 figure + figure + figure + p > span {
  font-size: 3rem;
  line-height: 1.25;
}

@media (max-width: 639px) {
  .p-section-problem {
    background-image: url("../img/problem_background-sp.jpg");
  }
  .p-section-problem .c-heading2--type1 {
    font-size: 2.1rem;
  }
  .p-section-problem .c-section__h2 figure + figure +figure + p {
    font-size: 1.8rem;
  }
  .p-section-problem .c-section__h2 figure + figure +figure + p > span {
    font-size: 2.1rem;
  }
}



/*========================================
背景1・背景2
========================================*/

.c-background-inner01 {
  background-image: url("../img/background01.jpg");
  background-size: cover;
  background-position: center;
}

.c-background-inner02 {
  text-align: center;
  background: url("../img/background02.jpg") no-repeat;
  background-size: cover;
  background-position: top 180px left 0;
}

@media (max-width: 639px) {
  .c-background-inner01 {
    background-image: url("../img/background01-sp.jpg");
  }
  .c-background-inner02 > p {
    padding: 0 12px;
  }
  .c-background-inner02 {
    background: none;
  }
}



/*========================================
特許情報
========================================*/

.p-section-patent {
  padding-top: 0;
  font-family: var(--font-family-serif);
  text-align: center;
}

@media (max-width: 639px) {
  .p-section-patent .c-heading2--type1 + p {
    text-align: left;
  }
}



/*========================================
メディア掲載実績
========================================*/

.p-section-media {
  padding-top: 0;
}

.p-section-media .c-section__h3 {
  margin-top: 48px;
}

.p-magazin-list {
  flex-wrap: wrap;
  gap: 48px;
}

/*.p-magazin-list .c-2column__container:last-child {
  width: 100%;
}

.p-magazin-list .c-2column__container:last-child figcaption {
  margin: 0 auto 18px;
  max-width: 476px;
}*/

.p-magazin-list figure {
  margin-top: 24px;
  width: calc((100% - 48px) / 2);
}

.p-magazin-list figcaption {
  margin-bottom: 9px;
  text-align: left;
}

.p-section-media .c-section__h3 .c-2column:nth-of-type(odd) .c-2column__container:nth-of-type(1){
  order: 2;
}

@media (min-width: 640px) {
  .p-magazin-list {
    margin-top: 36px;
  }
  .p-magazin-list .c-2column__container:nth-of-type(2) figure:last-child {
    margin-top: 36px;
  }
}

@media (max-width: 639px) {
  .p-magazin-list {
    flex-direction: row;
    gap: 24px;
  }
  .p-magazin-list figure {
    margin-top: 0;
    width: 100%;
  }
  .p-magazin-list figure figcaption {
    margin: 0 auto 9px;
    max-width: 476px;
    font-size: 1.4rem;
  }
  .p-section-media .c-section__h3 h3 + .c-2column {
    margin-top: 0;
  }
  .p-section-media .c-section__h3 .c-2column:nth-of-type(2n) .c-2column__container:nth-of-type(1) {
    order: 2;
  }
  /*.p-magazin-list .c-2column__container:last-child figcaption {
    margin-top: 12px;
  }*/
}



/*========================================
類似製品比較
========================================*/

.p-section-attachment2 {
  padding-top: 24px;
  text-align: center;
}

.p-section-attachment2 .c-heading2--type1 + figure {
  margin: 36px auto 0;
  max-width: 810px;
}

.p-section-attachment2 figure figcaption {
  margin-top: 12px;
  text-align: left;
}

@media (max-width: 639px) {
  .p-section-attachment2 {
    padding-top: 0;
  }
  .p-section-attachment2 .c-heading2--type1 + figure {
    margin-top: 24px;
  }
  .p-section-attachment2 figure figcaption {
    margin: 12px auto 0;
    max-width: 406px;
    font-size: 1.4rem;
  }
}



/*========================================
搭載された5つの機能
========================================*/

.p-section-function {
  padding-top: 0;
}

.p-section-function .c-section__h3-contents {
  padding: 24px;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
}

.p-section-function .c-section__h3-contents .c-section__h3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50px auto 1fr;
  column-gap: 24px;
  row-gap: 12px;
  text-align: left;
}

.p-section-function .c-section__h3-contents:nth-of-type(5) .c-section__h3 figure {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.p-section-function .c-section__h3-contents .c-section__h3 h3 {
  margin-top: 0;
}

.p-section-function .c-section__h3-contents .c-section__h3 .c-lead01 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
  margin-top: 0;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.p-section-function .c-section__h3-contents .c-section__h3 p {
  grid-row: 3 / 4;
  grid-column: 1 / 2;
  margin-top: 0;
}

.p-section-function .c-section__h3-contents .c-section__h3 figure {
  grid-row: 1 / 4;
  grid-column: 2 / 3;
}

.p-section-function .c-youtube {
  margin-top: 12px;
}

@media (max-width: 991px) {
  .p-section-function .c-section__h3-contents {
    margin-top: 24px;
  }
  .p-section-function .c-section__h3-contents:nth-of-type(5) {
    margin-bottom: 24px;
  }
  .p-section-function .c-section__h3-contents .c-section__h3 {
    display: flex;
    flex-direction: column;
  }
  .p-section-function .c-section__h3-contents .c-section__h3 h3 {
    padding: 6px 12px;
    font-size: 1.6rem;
  }
  .p-section-function .c-section__h3-contents .c-section__h3 .c-lead01 {
    font-size: 1.5rem;
  }
  .p-section-function .c-section__h3-contents:nth-of-type(5) + div p:nth-of-type(1) {
    font-size: 2.1rem;
  }
  .p-section-function .c-section__h3-contents:nth-of-type(5) + div p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

@media (max-width: 639px) {
  .p-section-function .c-section__h3-contents:nth-of-type(5) .c-section__h3 figure {
    height: auto;
  }
}



/*========================================
ストレージケースのこだわり
========================================*/

.p-section-storage-case {
  padding-top: 0;
}

.p-section-storage-case .c-section__h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-section-storage-case .c-section__h2 h2 {
  width: 100%;
}

.p-section-storage-case .c-section__h2 > * {
  max-width: 660px;
}

.p-section-storage-case .c-section__h2 p:nth-of-type(1) {
  font-family: var(--font-family-serif);
  font-size: 2.4rem;
  line-height: 1.25;
}

.p-section-storage-case .c-section__h2 > figure:nth-of-type(2){
  max-width: 1020px;
}

@media (max-width: 991px) {
  .p-section-storage-case .c-section__h2 h2 {
    margin-bottom: 0;
  }
}

@media (max-width: 639px) {
  .p-section-storage-case .c-section__h2 p:nth-of-type(1) {
    font-size: 2.1rem;
  }
}



/*========================================
美容液のこだわり
========================================*/

.p-section-beauty-serum {
  padding-top: 0;
}

.p-section-beauty-serum h2 {
  margin: 0 calc(50% - 50vw);
}

.p-section-beauty-serum .c-section__h3-contents {
  padding: 0;
}

.p-section-beauty-serum .c-section__h2-contents {
  margin-top: 36px;
  text-align: center;
}

.p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(1),
.p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(2) {
  width: calc((100% - 448px) / 2);
}

.p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(3) {
  width: 400px;
  max-width: 400px;
}

.p-section-beauty-serum .c-section__h2-contents .c-2column .c-2column__container:nth-of-type(1) {
  order: 2;
  width: calc(100% - 424px);
}

.p-section-beauty-serum .c-section__h2-contents .c-2column .c-2column__container:nth-of-type(2) {
  width: 400px;
  max-width: 400px;
}

.p-section-beauty-serum .c-section__h2-contents:nth-of-type(4) .c-2column .c-2column__container:nth-of-type(2) {
  order: 2;
}

.p-section-beauty-serum .c-section__h2-contents .c-section__h3 {
  display: flex;
  flex-direction: column;
}

.p-section-beauty-serum .c-section__h2-contents h3 {
  order: 2;
  color: #277480;
  font-size: 1.5rem;
}

.p-section-beauty-serum .c-section__h2-contents .c-product__summary {
  order: 3;
}

.p-section-beauty-serum .c-section__h2-contents .c-product__summary p:nth-of-type(1) {
  margin-top: 3px;
  font-size: 1rem;
}

.p-section-beauty-serum .c-section__h2-contents .c-product__summary p:nth-of-type(2) {
  padding-top: 12px;
  font-size: 1.4rem;
  border-top: solid 1px #7e7e7e;
}

@media (max-width: 991px) {
  .p-section-beauty-serum .c-section__h3-contents {
    margin-top: 24px;
  }
}

@media (max-width: 639px) {
  .p-section-beauty-serum .c-section__h3-contents {
    margin-top: 36px;
  }
  .p-section-beauty-serum .c-section__h2-contents .c-3column {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(1),
  .p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(2) {
    order: 2;
    width: calc((100% - 24px) / 2);
  }
  .p-section-beauty-serum .c-section__h2-contents .c-product__summary p:nth-of-type(2) {
    font-size: 1.2rem;
  }
  .p-section-beauty-serum .c-section__h2-contents .c-3column .c-3column__container:nth-of-type(3) {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .p-section-beauty-serum .c-section__h2-contents .c-2column .c-2column__container:nth-of-type(1) {
    order: 2;
    width: 100%;
  }
  .p-section-beauty-serum .c-section__h2-contents .c-2column .c-2column__container:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
  .p-section-beauty-serum .c-section__h2-contents:nth-of-type(4) .c-2column .c-2column__container:nth-of-type(2) {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
}



/*========================================
よくあるご質問
========================================*/

.p-section-faq {
  /*padding-top: 0;*/
}

.p-section-faq .c-faq__item {
  margin-top: 12px;
  padding: 0;
}

.c-faq__item-question {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 36px 6px 12px;
  font-size: 2.1rem;
  text-align: left;
  line-height: 1.25;
  background-image: url(../img/faq_background.jpg);
  background-size: contain;
}

.c-faq__item-question::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  background-image: url(../img/brett_q.jpg);
  background-size: cover;
}

.question {
  position: relative;
}

.c-faq__item-question::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 24px;
  width: 17px;
  height: 15px;
  background-image: url(../img/toggle01.png);
  background-size: cover;
	transition: all 0.2s;
}

.c-faq__item-anser {
  height: 0;
  min-height: 0.1px;
  overflow: hidden;
	transition: all 0.3s;
}

.c-faq__item-anser p {
  display: flex;
  margin-top: 0;
  padding: 12px 12px 0;
  font-family: var(--font-family-sansserif);
  font-size: 1.8rem;
}

.c-faq__item-anser p::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  margin-right: 12px;
  width: 36px;
  height: 36px;
  background-image: url(../img/brett_a.jpg);
  background-size: cover;
}

.toggle {
  display: none;
}

.toggle:checked + .c-faq__item-question::after {
  transform: rotate(180deg);
  transition: 0.2s;
}

.toggle:checked + .c-faq__item-question + .c-faq__item-anser {
  height: 100%;
  min-height: 70px;
  transition: all 0.5s;
}

@media (max-width: 639px) {
  .c-faq__item-question {
    font-size: 1.6rem;
  }
  .c-faq__item-question::before,
  .c-faq__item-anser p::before {
    margin-right: 6px;
    width: 24px;
    height: 24px;
  }
  .c-faq__item-question::after {
    right: 12px;
  }
  .c-faq__item-question p {
    max-width: 80%;
  }
  .c-faq__item-anser p {
    font-size: 1.5rem;
  }
  .toggle:checked + .c-faq__item-question + .c-faq__item-anser {
    height: 100%;
  }
}



/*========================================
製品仕様
========================================*/

.p-section-specification {
  padding-top: 0;
}

.c-specification {
  display: flex;
  flex-wrap: wrap;
}

.c-specification dt {
  margin-top: 6px;
  width: 20%;
}

.c-specification dd {
  margin-top: 6px;
  margin-left: 0;
  width: 80%;
}

.c-specification dt:nth-of-type(1) {
  margin-top: 0;
}

.c-specification dd:nth-of-type(1) {
  margin-top: 0;
}

.p-section-specification .c-section__h3-contents {
  padding: 0;
}

.p-section-specification .c-section__h3-contents .c-specification dt {
  width: 50%;
}

.p-section-specification .c-section__h3-contents .c-specification dd {
  width: 50%;
  text-align: right;
}

@media (max-width: 991px) {
  .c-specification dt {
    width: 26%;
  }
  .c-specification dd {
    width: 74%;
  }
}

@media (max-width: 639px) {
  .p-section-specification .c-2column {
    gap: 6px;
  }
  .p-section-specification .c-section__h3-contents .c-2column {
    margin-top: 12px;
  }
  .c-specification dt {
    width: 30%;
  }
  .c-specification dd {
    width: 70%;
  }
  .p-section-specification .c-section__h3-contents .c-specification dd {
    text-align: left;
  }
}



/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}