@charset "UTF-8";
body {
  -webkit-tap-highlight-color: transparent;
}

:root {
  --font-base: "classico-urw", sans-serif;
  --color-base: #000;
  --color-main-01: #A0A0A0;
  --color-main-02: #367963;
  --color-point: #DFFD4D;
  --color-bg_01: rgba(160,160,160,0.4);
  --color-bg_02: rgba(54,121,99,0.4);
  --color-bg_gray: #F6F5F4;
  --color-font: #000;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/*------------ Fade In ------------*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}


/*------------ simplebar ------------*/

#lp_contents .simplebar-track.simplebar-horizontal{
  width: 80%;
  margin: auto;
}

#lp_contents .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 0.4rem ;
}


/*------------ modal ------------*/

#lp_contents .modal{
  display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .4);
    transition: opacity .3s;
    /*backdrop-filter: blur(5px);*/
    /*--webkit-backdrop-filter: blur(5px);*/
}

#lp_contents .modal__bg{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#lp_contents .modal__content{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp_contents .modal__content .btn-close{
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  transition: .3s;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  cursor: pointer;
  cursor: hand;
  margin: auto;
}

#lp_contents .btn-close::before,
#lp_contents .btn-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2.7rem;
  height: 1px;
  background: #000;
  content: "";
  transition: .3s;
}

#lp_contents .btn-close::after {
  width: 1px;
  height: 2.7rem;
}


/*------------ tab ------------*/

#lp_contents input[type="radio"]{display:none;}

#lp_contents .tab_area label{
  cursor:pointer; 
  transition:ease 0.2s opacity;
}

#lp_contents .tab_panel{display: none;}

#lp_contents #tab1:checked ~ .panel_area #panel1,
#lp_contents #tab2:checked ~ .panel_area #panel2{
  position: relative;
  display:block;
}

#lp_contents #tab1:checked ~ .tab_area .tab1_label,
#lp_contents #tab2:checked ~ .tab_area .tab2_label{
  background:var(--color-bg_gray);
}


/*------------ slick ------------*/

#lp_contents .slick-dots{
  width: fit-content;
  right: 0.5rem;
  bottom: 0.5rem;
}

#lp_contents .slick-dots li{
  width: 1.1rem;
  height: 1.1rem;
  margin: 0;
  padding: 0.3rem;
}

#lp_contents .slick-dots li button{
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 1px solid #000;
  border-radius: 100%;
}

#lp_contents .slick-dots li.slick-active button{
  background-color: #000;
}

#lp_contents .slick-dots li button:before{
  content: none;
}


/*--------------------------------
                共 通
 --------------------------------*/

#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: "Noto Sans JP",'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: var(--color-font);
  position: relative;
  /*overflow: hidden;*/
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;cursor: pointer;transition: all 0.5s;}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: justify;
}
#lp_contents section{
  position: relative;
}

#lp_contents h2 {
  position: relative;
  width: fit-content;
  height: 8rem;
  margin: 0 auto 2.5rem;
}

#lp_contents h2 img{
  width: auto;
  height: 100%;
  opacity: 0;
}

#lp_contents h2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  content: "";
}

#lp_contents #styling_1 h2::before {
  mask-image: url(../img/text_styling_1.svg);
  background: var(--color-main-01);
}

#lp_contents #styling_2 h2::before {
  mask-image: url(../img/text_styling_2.svg);
  background: var(--color-main-02);
}

#lp_contents h3{
  font-family: 'Didot', var(--font-base), sans-serif;
  font-size: 6.7rem;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
}

#lp_contents h3 small{
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-top: 1rem;
}

#lp_contents .link_btn{
  width: 9.8rem;
  height: 2.2rem;
  border-radius: 100rem;
  border: 1px solid #000;
  background-color: var(--color-point);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-base);
  font-size: 1.2rem;
  letter-spacing: 0.025em;
  transition: all 0.5s;
  color: #fff
}

#lp_contents .styling_1 .link_btn,
#lp_contents #panel1 .link_btn{
  background-color: var(--color-main-01);
}

#lp_contents .styling_2 .link_btn,
#lp_contents #panel2 .link_btn{
  background-color: var(--color-main-02);
}

#lp_contents .link_btn:hover{
  background-color: #000;
}

/*------------ mv ------------*/
#lp_contents .sec_mv .main_ttl,
#lp_contents .sec_mv .main_ttl::before,
#lp_contents .sec_mv .main_ttl::after {
  font-family: 'Didot', var(--font-base), sans-serif;
  font-size: calc(90 * (100vw / 1400));
  letter-spacing: .04em;
  white-space: nowrap;
}

#lp_contents .sec_mv .main_ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: fit-content;
  margin-top: 5rem;
  color: transparent;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .2));
}

#lp_contents .sec_mv .main_ttl::before,
#lp_contents .sec_mv .main_ttl::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-size: cover;
  mask-position: center center;
  mask-repeat: no-repeat;
  content: "Styling Book";
}

#lp_contents .sec_mv .main_ttl::before {
  mask-image: linear-gradient(to right, #000 50%,  transparent 50%);
  color: var(--color-main-01);
}

#lp_contents .sec_mv .main_ttl::after {
  mask-image: linear-gradient(to right, transparent 50%, #000 50%);
  color: var(--color-main-02);
}


#lp_contents .sec_mv .sub_ttl {
  position: absolute;
  z-index: 1;
  top: 50%;
  translate: 0 -50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 calc(30 * (100vw / 1400)) 0 calc(40 * (100vw / 1400));
  color: #fff;
}

#lp_contents .sec_mv .sub_ttl span {
  writing-mode: vertical-lr;
  font-family: var(--font-base);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .025em;
}

#lp_contents .sec_mv .sub_ttl .ttl_txt {
  font-size: calc(21 * (100vw / 1400));
}

#lp_contents .sec_mv .sub_ttl .logo_GV {
  position: relative;
  display: inline-block;
  height: calc(140 * (100vw / 1400));
  margin-bottom: calc(10 * (100vw / 1400));
  vertical-align: calc(8 * (100vw / 1400));
}

#lp_contents .sec_mv .sub_ttl .logo_GV img {
  position: absolute;
  rotate: 90deg;
  transform-origin: top left;
  width: calc(140 * (100vw / 1400));
}

#lp_contents .sec_mv .sub_ttl .number {
  font-size: calc(34 * (100vw / 1400));
}

#lp_contents .sec_mv .mv_wrap {
  display: flex;
}

#lp_contents .sec_mv .mv_wrap figure {
  width: 50%;
}

/*------------ anker_list ------------*/

#lp_contents .anker_list{
  margin-top: 11rem;
}

#lp_contents .anker_list ul{
  display: flex;
  justify-content: center;
  gap: 7rem;
}

#lp_contents .anker_list li{
  width: 33rem;
  position: relative;
  padding-top: 4rem;
}

#lp_contents .anker_list .anker_ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  height: 6rem;
}

#lp_contents .anker_list .anker_ttl img {
  opacity: 0;
  width: auto;
  height: 100%;
}

#lp_contents .anker_list .anker_ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  content: "";
}

#lp_contents .anker_list li:nth-of-type(1) .anker_ttl::before {
  mask-image: url(../img/text_styling_1.svg);
  background: var(--color-main-01);
}

#lp_contents .anker_list li:nth-of-type(2) .anker_ttl::before {
  mask-image: url(../img/text_styling_2.svg);
  background: var(--color-main-02);
}

#lp_contents .anker_list .anker_btn{
  width: 100%;
  height: 3.4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  font-family: var(--font-base);
  font-size: 1.8rem;
  letter-spacing: 0.025em;
}

#lp_contents .anker_list .styling_1 .anker_btn{
  background-color: var(--color-main-01);
}

#lp_contents .anker_list .styling_2 .anker_btn{
  background-color: var(--color-main-02);
}

#lp_contents .anker_list .anker_btn .arrow{
  position: relative;
  display: block;
  width: 1.2rem;
  height: 0.6rem;
}

#lp_contents .anker_list .anker_btn .arrow:before{
  content: '';
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#lp_contents .anker_list .anker_text{
  max-width: 30rem;
  height: 7rem;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  position: absolute;
  bottom: 5.8rem;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

#lp_contents .anker_list a:hover .anker_text{
  opacity: 1;
}


/*------------ style_sec ------------*/

/*main_wrap*/
#lp_contents .style_sec .main_wrap{
  margin: 11rem auto;
  background-color: #fff;
}

#lp_contents .style_sec .main_wrap figure{
  position: relative;
  width: 54rem;
  border: 2px solid;
  margin: auto;
}

#lp_contents .style_sec.styling_1 .main_wrap figure{
  border-color: var(--color-main-01);
}

#lp_contents .style_sec.styling_2 .main_wrap figure{
  border-color: var(--color-main-02);
}

#lp_contents .style_sec .main_wrap .main_lead{
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 1rem;
  filter: drop-shadow(0 0 0.5rem rgba(255, 255, 255, 0.6));
  writing-mode: vertical-rl;
  text-orientation: sideways;
}

/*howto_wrap*/
#lp_contents .style_sec .howto_wrap{
  position: relative;
  z-index: 2;
  padding: 12rem 0;
  overflow: hidden;
}

#lp_contents .style_sec .howto_wrap *{
  position: relative;
  z-index: 2;
}

#lp_contents .style_sec .howto_wrap:before{
  content: '';
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}

#lp_contents .style_sec.styling_1 .howto_wrap:before{
  background-color: var(--color-bg_01);
}

#lp_contents .style_sec.styling_2 .howto_wrap:before{
  background-color: var(--color-bg_02);
}

#lp_contents .style_sec .howto_wrap .bg_blk{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  z-index: -1;
}

#lp_contents .style_sec .howto_wrap .bg_blk:before{
  content: '';
  display: block;
  width: 100%;
  height: 100lvh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
}

#lp_contents .style_sec.styling_1 .howto_wrap .bg_blk:before{
  background-image: url(../img/styling_1_bg_pc.jpg);
}

#lp_contents .style_sec.styling_2 .howto_wrap .bg_blk:before{
  background-image: url(../img/styling_2_bg_pc.jpg);
}

#lp_contents .style_sec .howto_wrap h3{
  margin-bottom: 6rem;
  color: #fff;
}

#lp_contents .style_sec .howto_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4.8rem;
}

#lp_contents .style_sec .howto_wrap li{
  position: relative;
}

#lp_contents .style_sec .howto_wrap li:before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#lp_contents .style_sec .howto_wrap .look_1{
  width: 36.6rem;
  height: fit-content;
}

#lp_contents .style_sec .howto_wrap .look_2{
  width: 41.4rem;
  margin-top: 12rem;
}

#lp_contents .style_sec .howto_wrap .how_to_btn{
  position: relative;
  width: 100%;
  height: 3.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.5s;
}

#lp_contents .style_sec.styling_1 .howto_wrap .how_to_btn{
  background-color: var(--color-main-01);
}

#lp_contents .style_sec.styling_2 .howto_wrap .how_to_btn{
  background-color: var(--color-main-02);
}

#lp_contents .style_sec .howto_wrap .how_to_btn svg{
  width: auto;
  height: 2.4rem;
  margin-right: 1rem;
  transition: all 0.5s;
  fill: #fff;
}

#lp_contents .style_sec .howto_wrap .how_to_btn big{
  font-family: var(--font-base);
  font-size: 1.7rem;
  margin-right: 0.3rem;
}

#lp_contents .style_sec .howto_wrap .how_to_btn .plus{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3rem;
  margin: auto;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
}

#lp_contents .style_sec .howto_wrap .how_to_btn .plus:before,
#lp_contents .style_sec .howto_wrap .how_to_btn .plus:after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}

#lp_contents .style_sec .howto_wrap .how_to_btn .plus:after{
  width: 1px;
  height: 100%;
}

#lp_contents .style_sec .howto_wrap a:hover .how_to_btn{
  background-color: #fff;
  color: #000;
}

#lp_contents .style_sec .howto_wrap a:hover .how_to_btn svg{
  fill: #000;
}

#lp_contents .style_sec .howto_wrap a:hover .how_to_btn .plus:before{
  transform: rotate(90deg);
  background-color: #000;
}

#lp_contents .style_sec .howto_wrap a:hover .how_to_btn .plus:after{
  transform: rotate(-90deg);
  background-color: #000;
}

/*howto_wrap*/
#lp_contents .style_sec .item_wrap{
  background-color: var(--color-bg_gray);
  padding: 7rem 0;
}

#lp_contents .style_sec .item_wrap h3{
  margin-bottom: 2rem;
}

#lp_contents .style_sec .item_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 11.6rem;
  width: 100rem;
  margin: auto;
}

#lp_contents .style_sec .item_wrap .item_blk{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.8rem;
  height: fit-content;
}

#lp_contents .style_sec .item_wrap .item_blk .img_blk{
  position: relative;
  z-index: 1;
  width: 13rem;
}

#lp_contents .style_sec .item_wrap .item_blk .img_blk img{
  position: relative;
  z-index: 2;
  filter: drop-shadow(1rem 1rem 1rem rgba(0, 0, 0, 0.08));
}

#lp_contents .style_sec .item_wrap .item_blk .img_blk .icon_text{
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 100%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.1rem;
  background-color: #fff;
  color: var(--color-main);
  position: absolute;
  z-index: -1;
}

#lp_contents .style_sec.styling_1 .item_wrap .item_blk .img_blk .icon_text{
  border-color: var(--color-main-01);
  color: var(--color-main-01);
}

#lp_contents .style_sec.styling_2 .item_wrap .item_blk .img_blk .icon_text{
  border-color: var(--color-main-02);
  color: var(--color-main-02);
}

#lp_contents .style_sec .item_wrap .item_blk .img_blk .icon_text big{
  font-size: 1.2rem;
  font-weight: bold;
}

#lp_contents .style_sec .item_wrap .item_blk .text_blk{
  width: 25.4rem;
}

#lp_contents .style_sec .item_wrap .item_blk .text_blk .item_lead{
  font-weight: bold;
  margin-bottom: 0.8rem;
}

#lp_contents .style_sec .item_wrap .item_blk .text_blk .item_name{
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

#lp_contents .style_sec .item_wrap .item_blk .text_blk .item_price{
  display: inline-block;
  font-family: var(--font-base);
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-right: 2rem;
}

#lp_contents .style_sec .item_wrap .item_blk .text_blk .item_price big{
  font-size: 1.7rem;
}

/*item_1*/
#lp_contents .style_sec .item_wrap .item_1 .img_blk .icon_text{
  top: -5.3rem;
  left: -3.3rem;
}

/*item_2*/
#lp_contents .style_sec .item_wrap .item_2{
  margin-top: 8.8rem;
}
#lp_contents .style_sec .item_wrap .item_2 .img_blk .icon_text{
  top: -4.5rem;
  left: -2.3rem;
}

/*item_3*/
#lp_contents .style_sec .item_wrap .item_3 .img_blk .icon_text{
  top: -3.6rem;
  left: -2.6rem;
}

/*item_4*/
#lp_contents .style_sec .item_wrap .item_4 .img_blk .icon_text{
  top: -3.6rem;
  left: -2.6rem;
}

/*item_5*/
#lp_contents .style_sec .item_wrap .item_5{
  margin-top: 6rem;
}
#lp_contents .style_sec .item_wrap .item_5 .img_blk .icon_text{
  top: -4.8rem;
  left: -3.5rem;
}


/*------------ archive_sec ------------*/

#lp_contents .archive_sec {
  padding: 8rem 0;
}

#lp_contents .archive_sec .sec_ttl {
  font-family: var(--font-base);
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 3rem;
}

#lp_contents .archive_Area {
  width: fit-content;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  padding: 0 2rem 3rem;
}

#lp_contents .archive_Area li {
  width: 28rem;
}

#lp_contents .archive_Area .archive_text {
  font-size: 1.3rem;
  line-height: 1.3;
  margin-top: 2rem;
  text-align: center;
}

#lp_contents .archive_sec .scroll-area {
  width: 120rem;
  margin: auto;
  white-space: nowrap;
  overflow: scroll;
}


/*------------ step_sec ------------*/

#lp_contents .step_sec{
  width: 100rem;
}

#lp_contents .step_sec .tab_area{
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}

#lp_contents .step_sec .tab_area label{
  width: 100%;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#lp_contents .step_sec .tab_area label span {
  position: relative;
  height: 5rem;
}

#lp_contents .step_sec .tab_area label img{
  width: auto;
  height: 100%;
  opacity: 0;
}

#lp_contents .step_sec .tab_area label span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
  content: "";
}

#lp_contents .step_sec .tab_area label:nth-of-type(1) span::before {
  mask-image: url(../img/text_styling_1.svg);
  background: var(--color-main-01);
}

#lp_contents .step_sec .tab_area label:nth-of-type(2) span::before {
  mask-image: url(../img/text_styling_2.svg);
  background: var(--color-main-02);
}

/*step_wrap*/
#lp_contents .step_sec .step_wrap{
  position: relative;
  background-color: var(--color-bg_gray);
  padding: 5.5rem 8.5rem;
  height: 80vh;
  overflow-y: scroll;
}

#lp_contents .step_sec .step_wrap .step_wrap_inner{
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

#lp_contents .step_sec .step_wrap .step_blk{
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem;
  align-items: center;
}

#lp_contents .step_sec .step_wrap .img_wrap{
  width: 53.2rem;
  display: flex;
  gap: 1.2rem;
}

#lp_contents .step_sec .step_wrap .img_wrap .img_blk{
  position: relative;
}

#lp_contents .step_sec .step_wrap .img_wrap .img_blk .step_icon{
  width: 7rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: var(--font-base);
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#lp_contents .step_sec #panel1 .step_wrap .img_wrap .img_blk .step_icon{
  background-color: var(--color-main-01);
}

#lp_contents .step_sec #panel2 .step_wrap .img_wrap .img_blk .step_icon{
  background-color: var(--color-main-02);
}

#lp_contents .step_sec .step_wrap .img_wrap .img_blk figure{
  width: 26rem;
  margin: 0;
}

#lp_contents .step_sec .step_wrap .text_blk{
  width: 26rem;
}

#lp_contents .step_sec .step_wrap .text_blk .step:not(:first-child){
  margin-top: 3.6rem;
}

#lp_contents .step_sec .step_wrap .text_blk .step_ttl{
  font-family: var(--font-base);
  font-size: 1.8rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: var(--color-main);
  margin-bottom: 0.5rem;
}

#lp_contents .step_sec .step_wrap .text_blk .step_lead{
  font-weight: 500;
}

#lp_contents .step_sec .step_wrap .text_blk .step_text{
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

/*finish_wrap*/

#lp_contents .step_sec .finish_wrap{
  position: relative;
  margin: 2.2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3.8rem;
  align-items: center;
}

#lp_contents .step_sec .finish_wrap figure{
  width: 53.2rem;
  display: flex;
  justify-content: center;
}

#lp_contents .step_sec .finish_wrap figure img{
  width: 34rem;
}

#lp_contents .step_sec .finish_wrap .finish_text{
  position: relative;
  font-family: 'Didot', var(--font-base), sans-serif;
  font-style: italic;
  font-size: 4.2rem;
  letter-spacing: 0.025em;
  padding: 0 3.4rem 0 1.6rem;
  background-image: url(../img/brush.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  width: fit-content;
}

/*item_wrap*/
#lp_contents .step_sec .item_wrap{
  box-shadow: inset 0 0 2rem rgba(0,0,0,.08);
  background-color: var(--color-bg_gray);
  padding: 3rem;
  margin: 3rem auto 0;
}

#lp_contents .step_sec .item_wrap .ttl{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.5rem;
}

#lp_contents .step_sec .item_wrap ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}

#lp_contents .step_sec .item_wrap li,
#lp_contents .step_sec .item_wrap .text_blk{
  width: 21.5rem;
}

#lp_contents .step_sec .item_wrap .img_blk{
  width: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}

#lp_contents .step_sec #panel1 .item_wrap .img_blk{
  height: 20rem;
}

#lp_contents .step_sec #panel2 .item_wrap .img_blk{
  height: 22.8rem;
}

#lp_contents .step_sec .item_wrap .text_blk .item_price{
  display: inline-block;
  font-family: var(--font-base);
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  margin-right: 2rem;
}

#lp_contents .step_sec .item_wrap .text_blk .item_price big{
  font-size: 1.7rem;
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 768px) {

  html {
    font-size: calc(10 * (100vw / 390));
  }

  #lp_contents{
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents p {
    font-size: 1.3rem;
  }

  #lp_contents h2 {
    height: 7.2rem;
    margin: 0 auto 2rem;
  }

  #lp_contents h3{
    font-size: 4.8rem;
  }

  #lp_contents h3 small{
    font-size: 1.3rem;
  }

  #lp_contents .link_btn{
    width: 9.4rem;
  }

  /*------------ mv ------------*/
  #lp_contents .sec_mv .main_ttl,
  #lp_contents .sec_mv .main_ttl::before,
  #lp_contents .sec_mv .main_ttl::after {
    font-size: 4.5rem;
  }

  #lp_contents .sec_mv .main_ttl {
    margin-top: 4rem;
  }

  #lp_contents .sec_mv .sub_ttl {
    padding: 0 .8rem 0 1rem;
  }

  #lp_contents .sec_mv .sub_ttl .ttl_txt {
    font-size: 1.3rem;
  }

  #lp_contents .sec_mv .sub_ttl .logo_GV {
    height: 6.6rem;
    margin-bottom: .8rem;
    vertical-align: .2rem;
  }

  #lp_contents .sec_mv .sub_ttl .logo_GV img {
    width: 6.6rem;
  }

  #lp_contents .sec_mv .sub_ttl .number {
    font-size: 1.6rem;
  }

  /*------------ anker_list ------------*/

  #lp_contents .anker_list{
    margin-top: 6rem;
  }

  #lp_contents .anker_list ul{
    gap: 1.2rem;
  }

  #lp_contents .anker_list li{
    width: 16rem;
    padding-top: 2.2rem;
  }

  #lp_contents .anker_list .anker_ttl{
    height: 3.5rem;
  }

  #lp_contents .anker_list .anker_btn{
    height: 2.6rem;
    gap: 1rem;
    font-size: 1.3rem;
  }

  #lp_contents .anker_list .anker_btn .arrow{
    width: 0.8rem;
    height: 0.4rem;
  }

  #lp_contents .anker_list .anker_btn .arrow:before{
    width: 0.4rem;
    height: 0.4rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  #lp_contents .anker_list .anker_text{
    max-width: unset;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    position: static;
    opacity: 1;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }


  /*------------ style_sec ------------*/

  /*main_wrap*/
  #lp_contents .style_sec .main_wrap{
    margin: 4rem auto 6rem;
  }

  #lp_contents .style_sec .main_wrap figure{
    width: 36rem;
    border: 2.4px solid;
  }

  #lp_contents .style_sec .main_wrap .main_lead{
    font-size: 1.3rem;
    top: 1.2rem;
    left: auto;
    right: .6rem;
  }

  /*howto_wrap*/
  #lp_contents .style_sec .howto_wrap{
    padding: 8rem 0;
  }

  #lp_contents .style_sec.styling_1 .howto_wrap .bg_blk:before{
    background-image: url(../img/styling_1_bg_sp.jpg);
  }

  #lp_contents .style_sec.styling_2 .howto_wrap .bg_blk:before{
    background-image: url(../img/styling_2_bg_sp.jpg);
  }

  #lp_contents .style_sec .howto_wrap h3{
    margin-bottom: 4rem;
  }

  #lp_contents .style_sec .howto_wrap ul{
    gap: 5.5rem;
    justify-content: flex-start;
    padding: 0 1.5rem;
  }

  #lp_contents .style_sec .howto_wrap .look_1{
    width: 24rem;
  }

  #lp_contents .style_sec .howto_wrap .look_2{
    width: 30rem;
    margin-top: 0;
  }

  #lp_contents .style_sec.styling_1 .howto_wrap .look_2{
    margin-left: auto;
  }

  #lp_contents .style_sec.styling_2 .howto_wrap .look_1{
    margin-left: auto;
  }

  #lp_contents .style_sec .howto_wrap .how_to_btn{
    height: 3rem;
    padding-right: 1rem;
  }

  #lp_contents .style_sec .howto_wrap .how_to_btn svg{
    height: 2rem;
    margin-right: 0.8rem;
  }

  #lp_contents .style_sec .howto_wrap .how_to_btn big{
    font-size: 1.6rem;
  }

  #lp_contents .style_sec .howto_wrap .how_to_btn .plus{
    right: 1rem;
    width: 1.2rem;
    height: 1.2rem;
  }

  /*howto_wrap*/
  #lp_contents .style_sec .item_wrap{
    padding: 5rem 0;
  }

  #lp_contents .style_sec .item_wrap ul{
    gap: 0.5rem;
    width: 100%;
  }

  #lp_contents .style_sec .item_wrap .item_blk{
    gap: 1.6rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk:nth-child(even){
    flex-direction: row-reverse;
  }

  #lp_contents .style_sec .item_wrap .item_blk .img_blk{
    width: 11.4rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk .img_blk .icon_text{
    width: 8.2rem;
    height: 8.2rem;
    font-size: 0.9rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk .img_blk .icon_text big{
    font-size: 1rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk .text_blk{
    width: 20rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk .text_blk .item_name{
    font-size: 1.3rem;
  }

  #lp_contents .style_sec .item_wrap .item_blk .text_blk .item_price{
    margin-right: 1.2rem;
  }

  /*item_1*/
  #lp_contents .style_sec .item_wrap .item_1 .img_blk .icon_text{
    top: -4rem;
    left: -1.6rem;
  }

  /*item_2*/
  #lp_contents .style_sec .item_wrap .item_2{
    margin-top: 0;
  }
  #lp_contents .style_sec .item_wrap .item_2 .img_blk .icon_text{
    top: -4rem;
    left: auto;
    right: -2.3rem;
  }

  /*item_3*/
  #lp_contents .style_sec .item_wrap .item_3{
    margin-top: 5rem;
  }

  #lp_contents .style_sec .item_wrap .item_3 .img_blk .icon_text{
    top: -3.2rem;
    left: -2rem;
  }

  /*item_4*/
  #lp_contents .style_sec .item_wrap .item_4{
    margin-top: 0;
  }

  #lp_contents .style_sec .item_wrap .item_4 .img_blk .icon_text{
    top: -2rem;
  }

  /*item_5*/
  #lp_contents .style_sec .item_wrap .item_5 .img_blk .icon_text{
    top: -4rem;
    left: -1rem;
  }


  /*------------ archive_sec ------------*/

  #lp_contents .archive_sec {
    padding: 6rem 0;
  }

  #lp_contents .archive_sec .sec_ttl {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  #lp_contents .archive_Area li {
    width: 18rem;
  }

  #lp_contents .archive_Area .archive_text {
    font-size: 1.3rem;
    margin-top: 2rem;
  }

  #lp_contents .archive_sec .scroll-area {
    width: 100%;
  }


  /*------------ step_sec ------------*/

  #lp_contents .step_sec{
    width: 100%;
  }

  #lp_contents .step_sec .tab_area{
    display: none;
  }

  /*step_wrap*/
  #lp_contents .step_sec .step_wrap{
    padding: 6rem 1.5rem;
    height: 100vh;
  }

  #lp_contents .step_sec .step_wrap .step_wrap_inner{
    gap: 2.5rem;
  }

  #lp_contents .step_sec .step_wrap .step_blk{
    gap: 2rem;
  }

  #lp_contents .step_sec .step_wrap .img_wrap{
    width:100%;
    gap: 0.4rem;
  }

  #lp_contents .step_sec .step_wrap .img_wrap .img_blk .step_icon{
    width: 5.8rem;
    height: 2.2rem;
    font-size: 1.3rem;
  }

  #lp_contents .step_sec .step_wrap .img_wrap .img_blk figure{
    width: 17.8rem;
  }

  #lp_contents .step_sec .step_wrap .text_blk{
    width: 100%;
  }

  #lp_contents .step_sec .step_wrap .text_blk .step:not(:first-child){
    margin-top: 2rem;
  }

  #lp_contents .step_sec .step_wrap .text_blk .step_ttl{
    font-size: 1.9rem;
  }

  #lp_contents .step_sec .step_wrap .text_blk .step_lead{
    font-size: 1.4rem;
  }

  /*finish_wrap*/
  #lp_contents .step_sec .finish_wrap{
    padding-top: 3.4rem;
  }

  #lp_contents .step_sec .finish_wrap figure{
    width: 30.4rem;
    margin: auto;
  }

  #lp_contents .step_sec .finish_wrap figure img{
    width: 100%;
  }

  #lp_contents .step_sec .finish_wrap .finish_text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  /*item_wrap*/
  #lp_contents .step_sec .item_wrap{
    padding: 3rem 2rem;
    margin: 4rem auto 0;
  }

  #lp_contents .step_sec .item_wrap .ttl{
    margin-bottom: 1rem;
  }

  #lp_contents .step_sec .item_wrap ul{
    gap: 2.5rem 1.8rem;
  }

  #lp_contents .step_sec .item_wrap li,
  #lp_contents .step_sec .item_wrap .text_blk{
    width: 15rem;
  }

  #lp_contents .step_sec .item_wrap .text_blk .item_name{
    font-size: 1.2rem;
  }

  #lp_contents .step_sec .item_wrap .text_blk .link_btn{
    display: block;
    margin: 1rem auto 0;
    text-align: center;
  }
}