﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title : 2023SSCollection Module

//////////////////////////////////////////////////*/

/* ========================================================
                      * Common style *
========================================================= */

header,
.text-bnr,
.share-txt {
  position: relative;
  z-index: 1;
}

footer {
  position: relative;
  z-index: 1;
  padding: 8rem 0 2rem;
  background: #fff;
}

#share {

  bottom: 8% !important;
  right: inherit !important;
  right: 5% !important;
}


/* ===================
  　　　Animation
=================== */

/* -- keyframes -- */

@keyframes opa0 {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes opa1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opa2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra1 {
  100% {
    transform: translateX(0);
  }
}

@keyframes tra2 {
  100% {
    transform: translateY(0);
  }
}

@keyframes tra3 {
  0% {
    transform: translateY(40px);
  }

  100% {
    transform: translateY(0);
  }
}


@keyframes tra3_2 {
  0% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes tra4 {
  0% {
    transform: translateX(6%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra5 {
  0% {
    transform: translateX(-30%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes tra6 {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}


.ef {
  opacity: 0;
  animation: opa0 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef.effect {
  animation: opa2 1s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}


.ef.fadein_mv {
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.4s linear;
  transition: mask-position 1.4s linear;
  transition: mask-position 1.4s linear, -webkit-mask-position 1.4s linear
}

.ef.fadein_mv.effect {
  -webkit-mask-position: center 0;
  mask-position: center 0
}



.ef.fadein {
  -webkit-mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  mask-image: linear-gradient(-25deg, transparent, transparent 39.6666666667%, rgba(0, 0, 0, .02) 43.3333333333%, rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .18) 46.6666666667%, rgba(0, 0, 0, .32) 48.3333333333%, rgba(0, 0, 0, .5) 50%, rgba(0, 0, 0, .68) 51.6666666667%, rgba(0, 0, 0, .82) 53.3333333333%, rgba(0, 0, 0, .92) 55%, rgba(0, 0, 0, .98) 56.6666666667%, #000 58.3333333333%, #000);
  -webkit-mask-size: 100% max(300%, 100vh);
  mask-size: 100% max(300%, 100vh);
  -webkit-mask-position: center 100%;
  mask-position: center 100%;
  -webkit-mask-repeat: none;
  mask-repeat: none;
  transform: translateZ(0);
  transition: -webkit-mask-position 1.4s linear;
  transition: mask-position 1.4s linear;
  transition: mask-position 1.4s linear, -webkit-mask-position 1.4s linear
}

.ef.fadein.effect {
  -webkit-mask-position: center 0;
  mask-position: center 0
}



.ef2 {
  opacity: 0;
}

.ef2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-top {
  opacity: 0;
  transform: translateY(60px);
}

.ef-top.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra3 1.2s ease-in-out 0s 1 forwards;
}

.ef-top2 {
  opacity: 0;
  transform: translateY(40px);
}

.ef-top2.effect {
  animation: opa2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra3_2 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-right {
  opacity: 0;
  transform: translateX(6%);
}

.ef-right.effect {
  animation: opa1 1.2s ease-in 0s 1 forwards, tra4 1.2s ease-in-out 0s 1 forwards;
}

.ef-left {
  opacity: 0;
}

.ef-left.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra5 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

.ef-lg.effect {
  animation: opa1 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra6 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}


/* ===================
      SECTION
=================== */

.inner,
.inner_900,
.inner_760 {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.inner {
  width: 110rem;
}

.inner_900 {
  width: 90rem;
}

.inner_760 {
  width: 76rem;
}

/* ===================
      TITLE
=================== */

.ttl_main {
  position: relative;
  margin: 0;
  padding: 0 0 2rem;
  font-size: 3rem;
  font-weight: normal;
  letter-spacing: 0.28rem;
  line-height: 1.25;
  text-align: center;
  font-weight: 400;
}

.ttl_main span {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: 2rem;
  letter-spacing: 0.15rem;
}

.ttl_main::before {
  position: absolute;
  width: 4rem;
  height: 2px;
  left: 50%;
  bottom: 0;
  margin-left: -2rem;
  background: #000;
  content: "";
}


/* ===================
      BUTTON
=================== */

.btn_wrap .btn_link {
  display: flex;
  width: 29rem;
  height: 5.8rem;
  background: rgb(127,153,150);
  background: linear-gradient(90deg, rgba(127,153,150,1) 0%, rgba(188,208,213,1) 45%, rgba(188,208,213,1) 55%, rgba(127,153,150,1) 100%);
  color: #fff;
  text-align: center;
  text-decoration: none;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 1.8rem;
  border: 1px solid transparent;
  box-shadow: 0 3px 10px rgba(0,0,0,0.16);
}

.btn_wrap .btn_cart span {
  display: inline-block;
  padding-left: 2.8rem;
  background: url(../../../../../../Contents/ImagesPkg/make/2023SSCollection/Main/icn_cart.svg) no-repeat 0 center;
  background-size: 2.1rem;
}

.btn_wrap .btn_howto {
  width: 18rem;
  margin-left: .8rem;
  padding: 0 1.8rem;
  border: 1px solid #9fb3ba;
  background: #fff;
  color: #9fb3ba;
  font-size: 1.6rem;
}

.btn_wrap .btn_howto span {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 0;
}

.btn_wrap .btn_howto span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background: #9fb3ba;
  content: "";
}

.btn_wrap .btn_howto span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  height: 1px;
  background: #9fb3ba;
  transform: rotate(90deg);
  content: "";
}

/* -- Small Button --*/

.btn_wrap .btn_link.btn_small {
  width: 20rem;
  height: 4rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
}

/* -- XSmall Button --*/

.btn_wrap .btn_link.btn_xsmall {
  width: 12.4rem;
  height: 2.6rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  background: #9FB3BA;
  box-shadow: 0 0 6px rgba(0,0,0,0.16);
}

/* -- Gold Button --*/

.btn_wrap .btn_link.btn_small.btn_gold {
  background: #b2ad7f;
}


/* ===================
    HOW TO USE
=================== */

/* .howto_area {
  position: relative;
  margin-top: 5.4rem;
  padding: 4rem 3rem 4rem 4rem;
  background: rgba(255,255,255,0.4);
} */

.howto_area__inner {

  display: flex;
}

.howto_title {

  position: absolute;
  top: 16rem;
  right: -18.5rem;
  opacity: .4;
  margin-bottom: 2.5rem;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 5rem;
  font-weight: 200;
  color: #9aafB2;
  line-height: 1.1;
  transform: rotate(90deg);
}

.howto_area .howto__img {
  width: 48rem;
}

.howto_area .howto__content {
  width: 52rem;
  padding-left: 3rem;

}

.howto_area .item_list ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.1rem;
}

.howto_area .item_list ul::after {
  display: block;
  width: 10rem;
  content: "";
}

.howto_area .item_list ul::before {
  display: block;
  width: 10rem;
  content: "";
  order: 1;
}

.howto_area .item_list li {
  text-align: center;
}

/* -- LOOK01 -- */

.howto_area.howto_area__look01 .item_list li:nth-child(1) img {
  width: 8rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(2) img {
  width: 2.4rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(3) img {
  width: 2.2rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(4) img {
  width: 3rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(5) img {
  width: 4.8rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(6) img {
  width: 3.3rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(7) img {
  width: 5.7rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(8) img {
  width: 3.6rem;
}

.howto_area.howto_area__look01 .item_list li:nth-child(9) img {
  width: 5.5rem;
}
/* -- //LOOK01 -- */

/* -- LOOK02 -- */

.howto_area.howto_area__look02 .item_list li:nth-child(1) img {
  width: 8rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(2) img {
  width: 2.4rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(3) img {
  width: 2.3rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(4) img {
  width: 3.4rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(5) img {
  width: 4.8rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(6) img {
  width: 3.3rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(7) img {
  width: 5.8rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(8) img {
  width: 3.8rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(9) img {
  width: 3.6rem;
}

.howto_area.howto_area__look02 .item_list li:nth-child(10) img {
  width: 5.8rem;
}
/* -- //LOOK02 -- */


.howto_area .item_list a {
  text-decoration: none;
}

.howto_area .item_list .item_txt {
  height: 5rem;
}

.howto_area .howto_list {
  margin-top: 2rem;
  font-size: 1.3rem;
}

.howto_area .howto_list li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2.3rem;
  line-height: 1.8;
}

.howto_area .howto_list .icn_num {
  position: absolute;
  top: .2rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 1.8rem;
  height: 1.8rem;
  background: #9fb3ba;
  border-radius: 100%;
  color: #fff;
  letter-spacing: 0;
  font-size: 1rem;
}

.howto_area .btn_wrap {
  padding-top: 3rem;
}

.howto_area .btn_wrap a {
  margin-right: auto;
  margin-left: auto;
}

.howto_area .btn_wrap .btn_look {
  width: 40rem;
  height: 6.2rem;
}

.howto_area .btn_wrap .btn_look .txt_small {
  padding-right: 1.1rem;
  font-size: 1.4rem;
  vertical-align: 1px;
}

.howto_area .txt-show {
}

.howto_area .btn_more {
  display: none;
  width: auto;
  margin: 1rem auto;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  text-align: center;
  cursor: pointer;
}

.howto_area .btn_more span {
  display: none;
}

.howto_area .btn_more::after {
  content: "Read More +";
  transition: .2s;
  -erbkit-transition: .2s;
}

.howto_area .btn_more.on-click{
  display: none;
}

/* ===================
      POP UP
=================== */

.popup_campaign {
  opacity: 0;
  transition: opacity .8s ease-in-out;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 22;
  padding: 1.5rem;
  background: rgba(255,255,255,0.8);
  text-align: center;
}

.popup_campaign.fixed {
  opacity: 1;
}

.popup_campaign .txt_popup {
  font-size: 1.3rem;
  line-height: 1.4;
}

.popup_campaign .img_popup {
  width: 6rem;
  margin: auto auto 1.2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.04);
}

.popup_campaign .btn_popup {
  margin: auto;
}

.btn_popup_close {
  cursor: pointer;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../../../../../Contents/ImagesPkg/make/2023SSCollection/Main/icn_popup_close.svg) no-repeat 0 0;
  background-size: 100%;
}

.btn_popup_close:hover {
  opacity: .7;
}

.btn_popup_close span {
  display: none;
}

/* ===================
    LINK BANNER
=================== */

.link_banner {
  position: relative;
  color: #fff;
  font-weight: 300;
}

.link_banner a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.link_banner .link_banner__txt {
  position: absolute;
  margin-bottom: 0;
  padding-left: 8rem;
  font-size: 2rem;
}

.link_banner .link_banner__txt img {
  width: 16rem;
  margin-bottom: .5rem;
}

.link_banner .link_banner__img {
  margin: 0;
}

.link_banner .link_banner__btn {
  transition: color ease-in-out .4s,background-color ease-in-out .4s;
  display: flex;
  width: 16rem;
  height: 3.2rem;
  margin-top: 3rem;
  border: 1px solid #fff;
  padding: .2rem;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.link_banner a:hover .link_banner__btn {
  background-color: #fff;
  color: #2E3A3C;
}

.link_banner.link_banner_w900 .link_banner__txt {
  padding-left: 12rem;
  font-size: 2.2rem;
}


/* ===================
      MODAL
=================== */

.modal_section.hidden {
  display: none;
}

.modal_section .howto_area {
  background: none;
}

.LookPatternModal.modaal-wrapper {
  top: 5%;
  left: 5%;
  right: 5%;
  width: 116rem;
  bottom: 5%;
  height: auto;
  margin: auto;
  background: #fff;
  transition: all .6s ease-in-out;
}

.LookPatternModal .modaal-inner-wrapper {
  padding: 0;
}

.LookPatternModalInner *,
.LookPatternModalInner *:before,
.LookPatternModalInner *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.LookPatternModalInner ul,
.LookPatternModalInner li {
  list-style: none;
}

.LookPatternModal .modaal-container {
  width: 100%;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
}

.LookPatternModal .modaal-content-container {
  padding: 0;
  text-align: center;
}

.LookPatternModal .modaal-close {
  position: fixed;
  top: 6.2%;
  left: 50%;
  margin-left: 51.5rem;
}

.LookPatternModal .modaal-close:after,
.LookPatternModal .modaal-close:before,
.LookPatternModal .modaal-close:hover:after,
.LookPatternModal .modaal-close:hover:before  {
  background: #9fb3ba;
}

.LookPatternModal .modaal-close:hover {
  opacity: .6;
}

.LookPatternModalInner {
  position: relative;
  z-index: 0;
  text-align: left;
  padding: 6rem 0 0;
  /*
  overflow: hidden;
  overflow-y: scroll;*/
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-family: Lato,dnp-shuei-gothic-gin-std, sans-serif;
}

.LookPatternModalInner img {
  width: 100%;
  max-width: 100%;
}

.tab_wrap {
  padding: 3rem 0 0;
}

.tab_wrap .tab_btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_wrap .tab_btn {
  transition: border-bottom-color .4s ease-in-out;
  width: 50%;
  padding: 0 0 1.5rem;
  text-align: center;
  color: rgba(159, 179, 186, 0.5);
  text-decoration: none;
  font-family: 'Bodoni Moda', sans-serif;
  font-size: 3rem;
  font-weight: 200;
  line-height: 1.1;
  border-bottom: 2px solid rgba(159, 179, 186, .3);
  cursor: pointer;
}

.tab_wrap .tab_btn.selected {
  color: rgba(159, 179, 186, 1);
  border-bottom-color: rgba(159, 179, 186, 1);
}

.tab_wrap .tab_btn a {
  text-decoration: none;
  pointer-events: none;
}

.tab_wrap .tab_panel .howto_title {
  display: none;
}

.tab_wrap .tab_panel {
  transition: opacity 1.2s ease;
  opacity: 0;
  pointer-events: none;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.tab_wrap .tab_panel.tab_panel_on {
  opacity: 1;
  pointer-events: all;
  height: inherit;
  visibility: visible;
}

.tab_wrap .tab_panel .howto_area {
  margin-top: 0;
}


/* ===================
  　Page Menu
=================== */

.lp_menu {
  position: fixed;
  opacity: 1;
  bottom: 0;
  left: 50%;
  transition: all 0.6s;
  transform: translate(-50% , 100%);
  z-index: 3;
  height: auto;
}

.lp_menu.fixed {
  opacity: 1;
  transform: translate(-50% , 0);
}

.lp_menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0;
}

.lp_menu li {
  opacity: 0.6;
  position: relative;
  transition: .8s transform ease-in-out,.8s opacity ease-in-out;
  padding: 0 2rem;
  color: #9AAFB2;
}

.lp_menu li.is-current {
  opacity: 1;
}

.lp_menu li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
  margin-top: 0;
  content: "";
}

.lp_menu a {
  display: block;
  text-decoration: none;
  color: #9AAFB2;
  text-align: center;
}




/*=======================================
                    SP
========================================*/

/* only SP */
@media only screen and (max-width: 767px) {

  footer {
    padding-top: 0;
  }


  /* ===================
        SECTION
  =================== */

  .inner,
  .inner_900,
  .inner_760 {
    width: auto;
  }

  /* ===================
        TITLE
  =================== */

  .ttl_main {
    padding: 0 0 calc(15 * (100vw / 390));
    font-size: calc(26 * (100vw / 390));
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }

  .ttl_main span {
    margin-bottom: calc(5 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
    letter-spacing: 0.15rem;
  }

  .ttl_main::before {
    width: calc(40 * (100vw / 390));
    height: 2px;
    margin-left: calc(-20 * (100vw / 390));
  }

  /* ===================
        BUTTON
  =================== */

  .btn_wrap .btn_link {
    width: calc(300 * (100vw / 390));
    height: calc(51 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
    box-shadow: 0 2px 6px rgba(0,0,0,0.16);
  }

  .btn_wrap .btn_cart span {
    padding-left: calc(25 * (100vw / 390));
    background-size: calc(18 * (100vw / 390));
  }

  .btn_wrap .btn_howto {
    width: calc(300 * (100vw / 390));
    margin-left: 0;
    font-size: calc(15 * (100vw / 390));
  }

  .btn_wrap .btn_howto span {
    position: relative;
    width: 100%;
    padding-right: 0;
  }

  .btn_wrap .btn_howto span::before,
  .btn_wrap .btn_howto span::after {
    right: calc(20 * (100vw / 390));
  }

  /* -- Small Button --*/

  .btn_wrap .btn_link.btn_small {
    width: calc(200 * (100vw / 390));
    height: calc(40 * (100vw / 390));
    margin-right: auto;
    margin-left: auto;
    font-size: calc(14 * (100vw / 390));
  }

  /* -- XSmall Button --*/

  .btn_wrap .btn_link.btn_xsmall {
    width: calc(84 * (100vw / 390));
    height: calc(20 * (100vw / 390));
    margin-right: auto;
    margin-left: auto;
    font-size: calc(10 * (100vw / 390));
    box-shadow: 0 0 6px rgba(0,0,0,0.16);
  }

  /* ===================
      HOW TO USE
  =================== */

  .howto_area {
    position: relative;
    margin-top: calc(40 * (100vw / 390));
    padding: calc(25 * (100vw / 390)) calc(15 * (100vw / 390)) calc(25 * (100vw / 390)) calc(10 * (100vw / 390));
  }

  .howto_area__inner {
    display: block;
  }

  .howto_title {
    top: calc(130 * (100vw / 390));
    right: calc(-147 * (100vw / 390));
    margin-bottom: calc(25 * (100vw / 390));
    font-size: calc(40 * (100vw / 390));
    font-weight: 200;
  }

  .howto_area .howto__img {
    width: calc(300 * (100vw / 390));
    margin-right: auto;
    margin-left: auto;
    margin-bottom: calc(20 * (100vw / 390));
  }

  .howto_area .howto__content {
    width: 100%;
    padding-left: 0;
  }

  .howto_area .item_list {
    margin-left: calc(-5 * (100vw / 390));
    margin-right: calc(-20 * (100vw / 390));
  }

  .howto_area .item_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    font-size: calc(10 * (100vw / 390));
  }

  .howto_area .item_list li {
    text-align: center;
    padding: 0 calc(8 * (100vw / 390));
  }

  /* -- LOOK01 -- */

  .howto_area.howto_area__look01 .item_list li:nth-child(1) img {
    width: calc(65 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(2) img {
    width: calc(20 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(3) img {
    width: calc(20 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(4) img {
    width: calc(30 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(5) img {
    width: calc(48 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(6) img {
    width: calc(33 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(7) img {
    width: calc(57 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(8) img {
    width: calc(36 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li:nth-child(9) img {
    width: calc(55 * (100vw / 390));
  }

  .howto_area.howto_area__look01 .item_list li {
    padding: 0 calc(9 * (100vw / 390));
  }
  /* -- //LOOK01 -- */

  /* -- LOOK02 -- */

  .howto_area.howto_area__look02 .item_list li:nth-child(1) img {
    width: calc(65 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(2) img {
    width: calc(24 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(3) img {
    width: calc(23 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(4) img {
    width: calc(34 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(5) img {
    width: calc(48 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(6) img {
    width: calc(33 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(7) img {
    width: calc(58 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(8) img {
    width: calc(38 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(9) img {
    width: calc(36 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li:nth-child(10) img {
    width: calc(58 * (100vw / 390));
  }

  .howto_area.howto_area__look02 .item_list li {
    padding: 0 calc(8 * (100vw / 390));
  }

  /* -- //LOOK02 -- */


  .howto_area .item_list a {
    text-decoration: none;
  }

  .howto_area .item_list .item_txt {
    height: calc(50 * (100vw / 390));
    letter-spacing: 0.01em;
    line-height: 1.4;
  }

  .howto_area .howto_list {
    margin-top: calc(20 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .howto_area .howto_list li {
    margin-bottom: calc(10 * (100vw / 390));
    padding-left: calc(22 * (100vw / 390));
    line-height: 1.6;
  }

  .howto_area .txt-show li:nth-last-child(1) {
    opacity: .2;
  }

  .howto_area .txt-show li:nth-last-child(2) {
    opacity: .5;
  }

  .howto_area .txt-show li:nth-last-child(1) {
    opacity: .2;
  }

  .howto_area .txt-show.is-active li:nth-last-child(2),
  .howto_area .txt-show.is-active li:nth-last-child(1) {
    opacity: 1;
  }

  .howto_area .txt-hide {
    display: none;
  }

  .howto_area .btn_more {
    display: block;
  }

  .howto_area .btn_more.on-click{
    display: none;
  }



  .howto_area .howto_list .icn_num {
    top: calc(2 * (100vw / 390));
    width: calc(16 * (100vw / 390));
    height: calc(16 * (100vw / 390));
    font-size: calc(10 * (100vw / 390));
  }

  .howto_area .btn_wrap {
    padding-top: calc(30 * (100vw / 390));
  }

  .howto_area .btn_wrap a {
    margin-right: auto;
    margin-left: auto;
  }

  .howto_area .btn_wrap .btn_look {
    width: calc(320 * (100vw / 390));
    height: calc(55 * (100vw / 390));
  }

  .howto_area .btn_wrap .btn_look .txt_small {
    padding-right: calc(12 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
    vertical-align: 1px;
  }


  /* ===================
        POP UP
  =================== */

  .popup_campaign {
    right: calc(15 * (100vw / 390));
    bottom: calc(60 * (100vw / 390));
    z-index: 22;
    padding: calc(10 * (100vw / 390));
  }

  .popup_campaign.fixed {
    opacity: 1;
  }

  .popup_campaign .txt_popup {
    margin-bottom: calc(5 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
    letter-spacing: 0.07em;
  }

  .popup_campaign .img_popup {
    width: calc(50 * (100vw / 390));
    margin: auto auto  calc(8 * (100vw / 390));
    box-shadow: 0 0 8px rgba(0,0,0,0.04);
  }

  .popup_campaign .btn_popup {
    margin: auto;
  }

  .btn_popup_close {
    top: calc(-10 * (100vw / 390));
    right: calc(-10 * (100vw / 390));
    width: calc(22 * (100vw / 390));
    height: calc(22 * (100vw / 390));
  }



  /* ===================
      LINK BANNER
  =================== */

  .link_banner {
    width: calc(350 * (100vw / 390)) !important;
  }

  .link_banner a {
  }

  .link_banner .link_banner__txt {
    padding-left: calc(25 * (100vw / 390));
    font-size: calc(14 * (100vw / 390));
  }

  .link_banner .link_banner__txt img {
    width: calc(100 * (100vw / 390));
    margin-bottom: .5rem;
  }

  .link_banner .link_banner__img {
    margin: 0;
  }

  .link_banner .link_banner__btn {
    width: calc(110 * (100vw / 390));
    height: calc(25 * (100vw / 390));
    margin-top: calc(18.2 * (100vw / 390));
    padding: calc(2 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
  }

  .link_banner.link_banner_w900 .link_banner__txt {
    padding-left: calc(40 * (100vw / 390));
    font-size: calc(16 * (100vw / 390));
  }



  /* ===================
        MODAL
  =================== */

  .modal_section.hidden {
  }

  .LookPatternModal.modaal-wrapper {
    top: calc(20 * (100vw / 390));
    left: calc(20 * (100vw / 390));
    right: calc(20 * (100vw / 390));
    width: calc(355 * (100vw / 390));
    bottom: calc(20 * (100vw / 390));
  }

  .LookPatternModal .modaal-close {
    top: calc(20 * (100vw / 390));
    left: auto;
    right: calc(15 * (100vw / 390));
    margin-left: auto;
  }

  .LookPatternModalInner {
    padding: calc(60 * (100vw / 390)) 0 0;
    font-size: calc(14 * (100vw / 390));
  }

  .tab_wrap {
    padding: calc(30 * (100vw / 390)) 0 0;
  }

  .tab_wrap .tab_btn {
    padding: 0 0 calc(15 * (100vw / 390));
    font-size: calc(18 * (100vw / 390));
    letter-spacing: 0.04em;
  }

  .tab_wrap .tab_btn.selected {
  }



  /* ===================
    　Page Menu
  =================== */

  .lp_menu {
    opacity: 0;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 4;
    transform: translate(0 , 100%);
  }

  .lp_menu.fixed {
    opacity: 1;
    transform: translate(0 , 0);
  }

  .lp_menu ul {
    display: flex;
    /*display: inline-block;
    white-space: nowrap;
    letter-spacing: -.4em;*/
    height: 100%;
  }

  .lp_menu li {
    display: inline-block;
    width: 33.333%;
    height: 100%;
    letter-spacing: 0.02em;
    padding: 0;
    text-align: center;
  }

  .lp_menu li::before {
    top: 0;
    left: calc(-1 * (100vw / 390));
    bottom: 0;
    height: auto;
    margin-top: 0;
  }

  .lp_menu a {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: calc(10 * (100vw / 390));
    color: #fff;
  }

}
