﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: skin.css
 * Summary:   THE KONAYOU SKINコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    skin
 *     =2    skincare lesson
 *     =2'   skincare lesson (2023〜)
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * skin
 * ========================================
 */

#skin {
}
#skin #main {
  margin-top: 0;
  margin-bottom: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/**
   * module
   * ----------------------------------
   */
.articleSkin {
}
.sectionSkin {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin .itemText {
    line-height: 1.4;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin .itemText {
    line-height: 1.7;
  }
}

/* boxNote */
.boxNote {
  background-color: #fff;
}
.boxNote .itemTitle {
  border-bottom: 1px solid #e3e3e3;
  color: #000;
  text-align: center;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .boxNote {
    padding: 10px 15px;
  }
  .boxNote .itemTitle {
    margin-bottom: 0.7em;
    padding-bottom: 0.7em;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxNote {
    padding: 5.5% 6.5%;
  }
  .boxNote .itemTitle {
    margin-bottom: 1.875em;
    padding-bottom: 1.875em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .boxNote .itemText {
    text-align: center;
  }
}

/**
   * intro
   * ----------------------------------
   */
.sectionSkinIntro {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkinIntro {
    margin-bottom: 40px;
    padding-top: 75%;
    background: url(../image/image_hero.jpg) center
      top no-repeat;
    background-size: contain;
  }
  .sectionSkinIntro .itemTitle {
    margin-top: 0.6em;
    margin-bottom: 0.4em;
    text-align: left;
  }
  .sectionSkinIntro .itemText {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkinIntro {
    padding-top: 140px;
    padding-bottom: 120px;
    background: url(../image/image_hero1.jpg) center
      center no-repeat;
    background-size: cover;
  }
  .sectionSkinIntro .sectionSkinContent {
    width: 48%;
    margin-left: 52%;
  }
  .sectionSkinIntro .itemTitle {
    margin-bottom: 0.45em;
  }
  .sectionSkinIntro .itemText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

/**
   * 01
   * ----------------------------------
   */
.sectionSkin01 {
}
.sectionSkin01 .sectionSkinTitle {
  color: #000;
  font-weight: normal;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin01 {
    margin-bottom: 60px;
    padding-top: 35px;
    border-top: 1px solid #c8c8c8;
  }
  .sectionSkin01 .sectionSkinTitle {
    margin-bottom: 25px;
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin01 {
    margin-bottom: 120px;
    padding-top: 75px;
  }
  .sectionSkin01 .sectionSkinTitle {
    margin-bottom: 45px;
    font-family: "OptimaLTPro-Roman", Optima, Calibri, Arial, sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    text-align: center;
  }
  .sectionSkin01 .sectionSkinContent .itemText {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
}

/* [ boxPoint ]
    ------------------------------ */
.sectionSkin01 .boxPoint {
}
.sectionSkin01 .boxPoint img {
  width: 100%;
  height: auto;
}
.sectionSkin01 .boxPoint .itemPoint {
  float: left;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin01 .boxPoint {
    margin-bottom: 25px;
  }
  .sectionSkin01 .boxPoint .itemPoint {
    width: 48.5%;
    margin-bottom: 3%;
    margin-left: 3%;
  }
  .sectionSkin01 .boxPoint .itemPoint:nth-child(2n + 1) {
    margin-left: 0;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin01 .boxPoint {
    margin-bottom: 50px;
  }
  .sectionSkin01 .boxPoint .itemPoint {
    width: 22%;
    margin-left: 4%;
  }
  .sectionSkin01 .boxPoint .itemPoint:first-child {
    margin-left: 0;
  }
}

/* [ boxList ]
    ------------------------------ */
.sectionSkin01 .boxList {
  padding-left: 1em;
}
.sectionSkin01 .boxList .itemList {
  list-style-type: disc;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin01 .boxList {
    margin-top: 1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin01 .boxList {
    max-width: 320px;
    margin: 2em auto 0;
  }
}

/**
   * 02
   * ----------------------------------
   */
.sectionSkin02 {
  border-top: 1px solid #c8c8c8;
}
.sectionSkin02 .boxNote {
  border: 1px solid #c8c8c8;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin02 {
    padding-top: 40px;
    margin-bottom: 55px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin02 {
    margin-bottom: 120px;
    padding-top: 80px;
  }
}

/* [ boxImage ]
    ------------------------------ */
.sectionSkin02 .boxImage {
}

.sectionSkin02 .boxImage .itemImage {
  margin-bottom: 0.8em;
}

.sectionSkin02 .boxImage .itemCaption {
  color: #a0a0a0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin02 .boxImage {
    margin-bottom: 1.4em;
  }

  .sectionSkin02 .boxImage .itemImage img {
    width: 100%;
    height: auto;
  }

  .sectionSkin02 .boxImage .itemCaption {
    font-size: 1rem;
    text-align: center;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin02 .boxImage {
    margin-bottom: 3.4em;
  }

  .sectionSkin02 .boxImage .itemImage {
    text-align: center;
  }
  .sectionSkin02 .boxImage .itemImage img {
    width: 74%;
    height: auto;
  }

  .sectionSkin02 .boxImage .itemCaption {
    margin-left: 59%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/**
   * 03
   * ----------------------------------
   */
.sectionSkin03 {
  background-color: #f2f2f2;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin03 {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin03 {
    padding-top: 75px;
    padding-bottom: 120px;
  }
}

/* [ boxStep ]
    ------------------------------ */
.sectionSkin03 .boxStep {
}
.sectionSkin03 .boxStep .itemBox {
}
.sectionSkin03 .boxStep .itemBox > .itemTitle {
  background-color: #fff;
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  letter-spacing: 0;
}
.sectionSkin03 .boxStep .itemBox > .itemTitle .textStep {
  display: block;
  background-color: #ccc;
  color: #fff;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.sectionSkin03 .boxStep .itemBox.has-detail > .itemTitle .textStep {
  background-color: #000;
}
.sectionSkin03 .boxStep .itemBox > .itemText {
  background-color: #fff;
  letter-spacing: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin03 .boxStep {
    margin-bottom: 20px;
  }
  .sectionSkin03 .boxStep .itemBox {
    margin-bottom: 15px;
  }
  .sectionSkin03 .boxStep .itemBox > .itemTitle {
    padding: 15px 15px 0.2em;
  }
  .sectionSkin03 .boxStep .itemBox > .itemTitle .textStep {
    margin: -15px -15px 10px;
    padding: 0.4em 0;
  }
  .sectionSkin03 .boxStep .itemBox > .itemText {
    padding: 0 15px 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin03 .boxStep {
    position: relative;
    margin-bottom: 80px;
  }
  .sectionSkin03 .boxStep .itemBox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 22%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sectionSkin03 .boxStep .itemBox:first-child + * {
    position: static;
    float: left;
    width: 100%;
  }
  .sectionSkin03 .boxStep .itemBox:first-child + * + * {
    left: 52%;
  }
  .sectionSkin03 .boxStep .itemBox:first-child + * + * + * {
    left: 78%;
  }
  .sectionSkin03 .boxStep .itemBox > .itemTitle {
    padding: 20px 20px 0.2em;
    line-height: 1.85;
  }
  .sectionSkin03 .boxStep .itemBox > .itemTitle .textStep {
    margin: -20px -20px 10px;
    padding: 0.8em 0;
  }
  .sectionSkin03 .boxStep .itemBox > .itemText {
    padding: 0 20px 20px;
  }
  .sectionSkin03 .boxStep .itemBox:first-child + * > .itemTitle,
  .sectionSkin03 .boxStep .itemBox:first-child + * > .itemText {
    width: 22%;
    margin-left: 26%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* step2 detail */
.sectionSkin03 .boxStep .itemBox .contentDetail {
  position: relative;
}
.sectionSkin03 .boxStep .itemBox .contentDetail:before {
  display: block;
  position: absolute;
  content: "";
}
.sectionSkin03 .boxStep .itemBox .contentDetail .itemTitle {
}

.sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk {
  background-color: #fff;
  text-align: center;
}
.sectionSkin03
  .boxStep
  .itemBox
  .contentDetail
  .boxMilk
  .itemDetail
  .image
  img {
  max-width: 100%;
  height: auto;
}
.sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail .text {
  letter-spacing: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin03 .boxStep .itemBox .contentDetail {
    margin-top: 20px;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail:before {
    top: -15px;
    left: 50%;
    margin-left: -15px;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
  }

  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk {
    padding: 25px 15px 0;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemTitle {
    margin-bottom: 25px;
    font-size: 2rem;
    line-height: 1.2;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail {
    margin-bottom: 25px;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail .image {
    margin-bottom: 0.9em;
    padding: 0 19.25%;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail .text {
  }

  .sectionSkin03 .boxStep .itemBox .contentDetail .boxNote {
    margin-top: 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin03 .boxStep .itemBox .contentDetail {
    margin-top: 40px;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail:before {
    top: -30px;
    left: 37%;
    margin-left: -30px;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    border-left: 30px solid transparent;
  }

  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk {
    padding: 6.5% 2%;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemTitle {
    margin-bottom: 40px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail {
    float: left;
    width: 50%;
    padding: 0 6.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail .image {
    margin-bottom: 1.7em;
  }
  .sectionSkin03 .boxStep .itemBox .contentDetail .boxMilk .itemDetail .text {
  }

  .sectionSkin03 .boxStep .itemBox .contentDetail .boxNote {
    margin-top: 40px;
  }
}

/* [ boxCopy ]
    ------------------------------ */
.sectionSkin03 .boxCopy {
  letter-spacing: 0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionSkin03 .boxCopy {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionSkin03 .boxCopy {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}

/** =2
 * ========================================
 * skincare lesson
 * ========================================
 */

#lesson {
}

.articleLesson {
}
.sectionLesson {
}

/**
   * intro
   * ----------------------------------
   */
.sectionLessonIntro {
  text-align: center;
}
.sectionLessonIntro .itemText {
  color: #646464;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionLessonIntro {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .sectionLessonIntro .itemTitle {
    margin-bottom: 0.4em;
  }
  .sectionLessonIntro .itemText {
    font-size: 1.6rem;
    text-align: left;
    line-height: 1.375;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionLessonIntro {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .sectionLessonIntro .itemTitle {
    margin-bottom: 0.85em;
  }
  .sectionLessonIntro .itemText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

/**
   * nav local
   * ----------------------------------
   */
.navLocalLesson {
  background-color: #f2f2f2;
}

.navLocalLesson .navLessonStep {
  background-color: #fff;
}
.navLocalLesson .navLessonStep .itemTitle {
  padding: 0.5em 0.75em;
  background-color: #000;
  color: #fff;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
.navLocalLesson .navLessonStep .itemTitle .txt_step {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.navLocalLesson .navLessonStep .itemNav {
  margin-right: 10px;
  margin-left: 10px;
}
.navLocalLesson .navLessonStep .itemNav + .itemNav {
  border-top: 1px solid #e3e3e3;
}
.navLocalLesson .navLessonStep .itemNav a {
  display: block;
  position: relative;
  padding: 0.8em 1em;
  padding-right: 2em;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .navLocalLesson .navLessonStep .itemNav a:hover {
  color: #000;
}
.navLocalLesson .navLessonStep .itemNav a::after {
  display: block;
  filter: alpha(opacity=37);
  opacity: 0.37;
  position: absolute;
  top: 50%;
  right: 1em;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  background: url(../image/arrowRightCircle.png)
    center center no-repeat;
  background-size: contain;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.no-touch .navLocalLesson .navLessonStep .itemNav a:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .navLocalLesson {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .navLocalLesson .navLessonStep + .navLessonStep {
    margin-top: 15px;
  }
  .navLocalLesson .navLessonStep .itemTitle .txt_step {
    font-size: 1.2rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .navLocalLesson {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 0;
    letter-spacing: -0.4em;
    word-spacing: -0.4em;
  }

  .navLocalLesson .navLessonStep {
    display: inline-block;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    word-spacing: 0;
    vertical-align: top;
  }
  .navLocalLesson .navLessonStep .itemTitle .txt_step {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .navLocalLesson .navLessonStep {
    width: 47.5%;
    margin-top: 20px;
    margin-left: 5%;
  }
  .navLocalLesson .navLessonStep:nth-child(2n + 1) {
    margin-left: 0;
  }
  .navLocalLesson .navLessonStep:nth-child(-n + 2) {
    margin-top: 0;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .navLocalLesson .navLessonStep {
    width: 200px;
    margin-left: 40px;
  }
  .navLocalLesson .navLessonStep:nth-child(4n + 1) {
    margin-left: 0;
  }
}

/**
   * lesson step
   * ----------------------------------
   */
.wrapLessonStep {
}

.sectionLessonStep {
}
.sectionLessonStep .sectionLessonStepTitle {
  background-color: #000;
  color: #fff;
}
.sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:before,
.sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:after {
  background-color: #fff;
}
.sectionLessonStep .sectionLessonStepTitle .txt_step {
  display: inline-block;
  margin-right: 0.5em;
  color: #a0a0a0;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .wrapLessonStep {
    margin-bottom: 60px;
  }

  .sectionLessonStep + .sectionLessonStep {
    margin-top: 1px;
  }

  .sectionLessonStep .sectionLessonStepTitle {
    margin: 0 -15px;
    padding: 1em 15px;
    font-size: 1.4rem;
  }
  .sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:before,
  .sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:after {
    right: 15px;
  }

  .sectionLessonStep .sectionLessonStepContent {
    margin-top: 1em;
    padding-bottom: 40px;
  }
  .sectionLessonStep .itemText_stepIntro {
    margin-bottom: 1em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .wrapLessonStep {
    margin-top: 80px;
    margin-bottom: 120px;
  }

  .sectionLessonStep + .sectionLessonStep {
    margin-top: 20px;
  }

  .sectionLessonStep .sectionLessonStepTitle {
    padding: 1.1em 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:before,
  .sectionLessonStep.js-accordion .sectionLessonStepTitle.js-acdnHandler:after {
    right: 1.5em;
  }

  .sectionLessonStep .sectionLessonStepContent {
    margin-top: 1.8em;
    padding-bottom: 60px;
  }
  .sectionLessonStep .itemText_stepIntro {
    margin-bottom: 1.7em;
  }
}

/* [ link (movie) ]
    ------------------------------ */
.blockLinkMovie {
}

.boxLinkMovie {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .blockLinkMovie {
  }

  .boxLinkMovie {
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
  }
  .boxLinkMovie + .boxLinkMovie {
    margin-top: 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxLinkMovie {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxLinkMovie:nth-child(2n + 1) {
    padding-right: 40px;
  }
  .boxLinkMovie:nth-child(2n) {
    padding-left: 40px;
    border-left: 1px solid #e3e3e3;
  }
}

/* linkMovie */
.linkMovie {
  display: block;
  font-size: 0;
  text-decoration: none;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}
.linkMovie.js-modalHandler.movie::before,
.linkMovie.js-modalHandler.movie::after {
  display: none;
}

.linkMovie .itemImage {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.linkMovie .itemImage::before,
.linkMovie .itemImage::after {
  display: block;
  position: absolute;
  right: 5%;
  bottom: 5%;
  content: "";
}
.linkMovie .itemImage::before {
  display: block;
  filter: alpha(opacity=37);
  opacity: 0.37;
  z-index: 11;
  background: url(../image/arrowRightCircle.png)
    center center no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.no-touch .linkMovie:hover .itemImage::before {
  filter: alpha(opacity=100);
  opacity: 1;
}
.linkMovie .itemImage::after {
  z-index: 10;
  border: 3px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
.linkMovie .itemImage img {
  max-width: 100%;
  height: auto;
}

.linkMovie .itemText {
  display: inline-block;
  width: 45%;
  margin-left: 7%;
  color: #a0a0a0;
  vertical-align: middle;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-touch .linkMovie:hover .itemText {
  color: #000;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .linkMovie .itemImage {
    width: 100px;
  }
  .linkMovie .itemImage::before,
  .linkMovie .itemImage::after {
    width: 20px;
    height: 20px;
  }
  .linkMovie .itemImage::after {
    margin-right: -2px;
    margin-bottom: -2px;
    border-width: 2px;
  }

  .linkMovie .itemText {
    width: -webkit-calc(100% - 120px);
    width: -webkit-calc(100% - 120px);
    margin-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .linkMovie .itemImage {
    width: 48%;
    max-width: 200px;
  }
  .linkMovie .itemImage::before,
  .linkMovie .itemImage::after {
    width: 40px;
    height: 40px;
  }
  .linkMovie .itemImage::after {
    margin-right: -3px;
    margin-bottom: -3px;
    border-width: 3px;
  }

  .linkMovie .itemText {
    width: 45%;
    margin-left: 7%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* linkMovie */
a.linkMovieSmall {
  display: block;
  position: relative;
  padding: 10px;
  background-color: #f2f2f2;
  font-size: 0;
  text-decoration: none;
  letter-spacing: -0.4em;
  word-spacing: -0.4em;
}
.linkMovieSmall.js-modalHandler.movie::before {
  display: none;
}
.linkMovieSmall.js-modalHandler.movie::after {
  display: inline-block;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  border: none;
}
.linkMovieSmall::after {
  display: inline-block;
  filter: alpha(opacity=37);
  opacity: 0.37;
  position: static;
  background: url(../image/arrowRightCircle.png)
    center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.no-touch .linkMovieSmall:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}

.linkMovieSmall .itemImage {
  display: inline-block;
  vertical-align: middle;
}
.linkMovieSmall .itemImage img {
  max-width: 100%;
  height: auto;
}

.linkMovieSmall .itemText {
  display: inline-block;
  margin-left: 0.75em;
  color: #666;
  vertical-align: middle;
  letter-spacing: 0;
  word-spacing: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.no-touch .linkMovieSmall:hover .itemText {
  color: #000;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  a.linkMovieSmall {
    margin-top: 10px;
  }
  .linkMovieSmall::after {
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }

  .linkMovieSmall .itemImage {
    width: 35px;
  }

  .linkMovieSmall .itemText {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  a.linkMovieSmall {
    margin-top: 20px;
  }
  .linkMovieSmall::after {
    width: 27px;
    height: 27px;
    margin-left: 16px;
  }

  .linkMovieSmall .itemImage {
    width: 70px;
  }

  .linkMovieSmall .itemText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* [ link (product) ]
    ------------------------------ */
.boxLinkProduct {
}

.boxLinkProduct .banner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.boxLinkProduct .itemImage {
  display: none;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .boxLinkProduct {
    margin-top: 20px;
  }

  .boxLinkProduct .banner {
    height: 65px;
  }
  .boxLinkProduct .banner.half + .banner.half {
    margin-top: 10px;
  }

  .boxLinkProduct .itemImage {
    width: 35px;
    height: auto;
  }
  .boxLinkProduct .itemText {
    padding-left: 10px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .boxLinkProduct {
    margin-top: 30px;
  }

  .boxLinkProduct .banner {
    height: 110px;
  }
  .boxLinkProduct .banner.half {
    float: left;
    width: 49%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .boxLinkProduct .banner.half:nth-of-type(2n) {
    margin-left: 2%;
  }

  .boxLinkProduct .itemImage {
    width: 70px;
    height: auto;
  }
  .boxLinkProduct .itemText {
    padding-left: 20px;
  }
}

/* [ banner (image) ]
    ------------------------------ */
.wrapLessonStep .boxBannerImage {
  margin-top: 20px;
}
.wrapLessonStep .boxBannerImage a {
  display: block;
}
.wrapLessonStep .boxBannerImage img {
  max-width: 100%;
  height: auto;
}

/** =2'
 * ========================================
 * skincare lesson (2023〜)
 * ========================================
 */

body[id="lesson"].lesson2023 {
}

/**
 * movie
 * ----------------------------------
 */
.sectionLessonMovie {
}
.sectionLessonMovie img {
  max-width: 100%;
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionLessonMovie {
    margin-top: 30px;
  }
}
/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionLessonMovie {
    margin-top: 48px;
  }
}

/* boxMovie */
.sectionLessonMovie .boxMovie .js-modalHandler.open.movie::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.sectionLessonMovie .boxMovie .js-modalHandler.open.movie::after {
  display: block;
  border-top-width: 24px;
  border-bottom-width: 24px;
  border-left: 36px solid #fff;
  margin-left: 4px;
}
/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionLessonMovie .boxMovie .js-modalHandler.open.movie::before {
    width: 72px;
    height: 72px;
  }
  .sectionLessonMovie .boxMovie .js-modalHandler.open.movie::after {
    border-top-width: 16px;
    border-bottom-width: 16px;
    border-left-width: 24px;
    margin-left: 3px;
  }
}
@media screen and (min-width: 960px) {
  body[id="lesson"].lesson2023 .js-modal.modalMovie .l-inner {
    width: auto;
    max-width: initial;
    margin: 0 40px;
  }
}
