@charset "UTF-8";

:root {
  --font-base: "pragmatica", 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
  --color-bg: #DFD7D1;
  --color-bg_250926: #dbccc6;
  --color-font: #727171;
}

/*--------------------------------
            CSS Animation
 --------------------------------*/

/*------------ Fade In ------------*/

#lp_contents .fadeIn {
  opacity: 0;
  transition: 2s;
}

#lp_contents .fadeIn.is-show {
  opacity: 1;
}

#lp_contents .fadeInUp {
  opacity: 0;
  transform: translate(0, 5rem);
  transition: 2s;
}

#lp_contents .fadeInUp.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

#lp_contents .delay1{
  transition-delay: 0.25s;
}
#lp_contents .delay2{
  transition-delay: 0.5s;
}
#lp_contents .delay3{
  transition-delay: 0.75s;
}
#lp_contents .delay4{
  transition-delay: 1s;
}


/*------------ parallax ------------*/

.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*--固定背景01--*/
.cd-fixed-bg.cd-bg-1  {
  background-image: url('../img/bg_1_pc.jpg');
}

/*--固定背景02--*/
@media (min-width: 768px) {
  .cd-fixed-bg-pc {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    background-image: url('../img/bg_2_pc.jpg');
  }
}

/*--固定背景03--*/
.cd-fixed-bg.cd-bg-3  {
  background-image: url('../img/bg_3_pc.jpg');
  background-image: url('../img/bg_3_pc_250926.jpg');
}

/*--固定背景04--*/
.cd-fixed-bg.cd-bg-4  {
  background-image: url('../img/bg_4_pc.jpg');
}

/*--固定背景05--*/
.cd-fixed-bg.cd-bg-5  {
  background-image: url('../img/bg_5_pc.jpg');
}

/*--固定背景06--*/
.cd-fixed-bg.cd-bg-6  {
  background-image: url('../img/bg_6_pc.jpg');
}

@media (max-width: 767px) {
  .cd-fixed-bg {
    background-size: cover;
    background-attachment: scroll;
  }

  /*--固定背景01--*/
  .cd-fixed-bg.cd-bg-1  {
    background-image: url('../img/bg_1_sp.jpg');
  }

  /*--固定背景02--*/
  .cd-fixed-bg.cd-bg-2 {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url('../img/bg_2_sp.jpg');
  }

  /*--固定背景03--*/
  .cd-fixed-bg.cd-bg-3  {
    background-image: url('../img/bg_3_sp.jpg');
    background-image: url('../img/bg_3_sp_250926.jpg');
  }

  /*--固定背景04--*/
  .cd-fixed-bg.cd-bg-4  {
    background-image: url('../img/bg_4_sp.jpg');
  }

  /*--固定背景05--*/
  .cd-fixed-bg.cd-bg-5  {
    background-image: url('../img/bg_5_sp.jpg');
  }

  /*--固定背景06--*/
  .cd-fixed-bg.cd-bg-6  {
    background-image: url('../img/bg_6_sp.jpg');
  }
}


/*--------------------------------
                共 通
 --------------------------------*/

main,#Wrap,.wrapBottom,.wrapTop{
  width: 100%;
  max-width: 100%;
}

#lp_contents *{
  box-sizing: border-box;
}

#lp_contents{
  font-family: YakuHanJP_Narrow , var(--font-base);
  font-feature-settings: "palt";
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 2;
  text-align: center;

  position: relative;
  color: var(--color-font);
  background-color: var(--color-bg);
  background-color: var(--color-bg_250926);
  overflow: hidden;
}
#lp_contents .sp_only{display: none;}
#lp_contents img{width: 100%;display: block;}
#lp_contents a{display: block;width: 100%;cursor: pointer;transition: all 0.5s;color: inherit;}
#lp_contents a:hover{opacity: .8}
#lp_contents ul li,#LP_page ol li{list-style: none;}
#lp_contents h1,#lp_contents h2,#lp_contents h3{padding: 0;float: none;font-weight: normal;}
#lp_contents h1{
  font-size: 4.6rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.15em;
  color: #fff;
}
#lp_contents h2{
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 4rem;
}
#lp_contents h2.eng{
  font-size: 3rem;
  font-weight: 300;
}
#lp_contents h3{
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  margin-bottom: 1.75rem;
}
#lp_contents p {
  display: block;
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 2;
}
#lp_contents sup{
  font-size: 50%;
  margin-top: -0.6rem;
}
#lp_contents small.note{
  display: inline-block;
  margin-top: 2rem;
  font-size: 1rem;
}
#lp_contents section{
  position: relative;
  padding: 10rem 0;
}
#lp_contents .lead{
  font-size: 1.3rem;
  margin-bottom: 5rem;
}
#lp_contents .text_wrap{
  width: 60rem;
  padding: 8rem 5.5rem 7rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 3rem;
  margin: auto;
}


/*------------ sec_mv ------------*/

#lp_contents .sec_mv{
  padding: 0;
  z-index: 5;
}

#lp_contents .sec_mv .mv_wrap{
  width: 100%;
  display: flex;
}

#lp_contents .sec_mv .mv_wrap .img_blk{
  flex: 1;
}

#lp_contents .sec_mv .mv_wrap .text_blk{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

#lp_contents .sec_mv .mv_wrap h1 img{
  width: 18rem;
  margin: 0 auto 5rem;
}


/*------------ sec_lead ------------*/

#lp_contents .sec_lead{
  padding: 9rem 0;
  z-index: 5;
}

#lp_contents .sec_lead .lead_ttl{
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.2em;
  margin-bottom: 4rem;
}

#lp_contents .sec_lead .lead_wrap p{
  font-size: 1.4rem;
  line-height: 2.4;
  letter-spacing: 0.2em;
}

#lp_contents .sec_lead .lead_wrap p:nth-child(n+2){
  margin-top: 3rem;
}


/*------------ sec_cmpt ------------*/

#lp_contents .sec_cmpt .cmpt_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 11rem 0;
}

#lp_contents .sec_cmpt .cmpt_wrap .cmpt_blk{
  width: 50rem;
}

#lp_contents .sec_cmpt .cmpt_wrap figure{
  width: 24rem;
  margin: 0 auto 3.5rem;
}

#lp_contents .sec_cmpt .cmpt_wrap .cmpt_lead{
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 1.7rem;
}

#lp_contents .sec_cmpt .cmpt_list{
  width: 72rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 0;
  margin: 7rem auto 0;
}

#lp_contents .sec_cmpt .cmpt_list li{
  width: 18rem;
}

#lp_contents .sec_cmpt .cmpt_list figure{
  width: 10rem;
  margin: 0 auto 1rem;
}

#lp_contents .sec_cmpt .cmpt_list p{
  font-size: 1.1rem;
  line-height: 1.75;
  width: fit-content;
  word-break: auto-phrase;
  word-break: keep-all;
  margin: auto;
}


/*------------ sec_pack ------------*/

#lp_contents .sec_pack{
  padding-bottom: 20.8rem;
}

#lp_contents .sec_pack .text_wrap{
  margin-top: 25.6rem;
  transform: translateX(30rem);
}


/*------------ sec_tube ------------*/

#lp_contents .sec_tube .text_wrap{
  margin: 14.4rem auto;
  transform: translateX(-30rem);
}


/*------------ sec_paper ------------*/

#lp_contents .sec_paper .text_wrap{
  margin: 11.4rem auto 12.2rem;
  transform: translateX(30rem);
}


/*------------ sec_refill ------------*/

#lp_contents .sec_refill .text_wrap{
  margin: 13.2rem auto;
  transform: translateX(-30rem);
}


/*------------ sec_btm ------------*/

#lp_contents .sec_btm{
  z-index: 5;
  background-color: var(--color-bg_250926);
}

#lp_contents .sec_btm .lead{
  margin-bottom: 0;
}


/*--------------------------------
            Responsive
 --------------------------------*/

@media screen and (max-width: 1600px){
  html {
    font-size: calc(10 * (100vw / 1600));
  }
}

/*--------------------------------
            Layout  SP
 --------------------------------*/
@media (max-width: 767px) {

  html {
    font-size: calc(10 * (100vw / 750));
  }

  header.c727171.first{
    background-color: #fff;
  }

  #share{
    z-index: 100 !important;
  }

  .share-txt{
    margin: 0 !important;
    height: 0;
  }

  #FooterWrap {
    position: relative;
    z-index: 5;
  }

  #lp_contents{
    font-size: 2.2rem;
  }
  #lp_contents .sp_only{display: block;}
  #lp_contents .pc_only{display: none;}

  #lp_contents h1{
    font-size: 6rem;
  }
  #lp_contents h2{
    font-size: 4.6rem;
    margin-bottom: 6rem;
    margin-bottom: 4.5rem;
  }
  #lp_contents h2.eng{
    font-size: 5.4rem;
  }
  #lp_contents h3{
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  #lp_contents p {
    font-size: 2.2rem;
  }
  #lp_contents small.note{
    margin-top: 4.5rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #lp_contents section{
    padding: 12rem 0;
  }
  #lp_contents .lead{
    font-size: 2.3rem;
    margin-bottom: 9rem;
  }
  #lp_contents .text_wrap{
    width: 66rem;
    border-radius: 4rem;
    background-color: rgba(255, 255, 255, 0.4);
  }
  #lp_contents .text_wrap p{
    text-align: justify;
  }


  /*------------ sec_mv ------------*/

  #lp_contents .sec_mv .mv_wrap .text_blk{
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    margin: auto;
  }

  #lp_contents .sec_mv .mv_wrap h1 img{
    width: 24rem;
    margin: 0 auto 4rem;
  }


  /*------------ sec_lead ------------*/

  #lp_contents .sec_lead{
    padding: 10.5rem 0;
  }

  #lp_contents .sec_lead .lead_ttl{
    font-size: 2.6rem;
    margin-bottom: 6.5rem;
  }

  #lp_contents .sec_lead .lead_wrap p{
    font-size: 2.4rem;
    line-height: 2.2;
  }

  #lp_contents .sec_lead .lead_wrap p:nth-child(n+2){
    margin-top: 5rem;
  }


  /*------------ sec_cmpt ------------*/

  #lp_contents .sec_cmpt .sp_wrap{
    position: relative;
    z-index: 2;
  }

  #lp_contents .sec_cmpt .cmpt_wrap .cmpt_blk{
    width: 100%;
  }

  #lp_contents .sec_cmpt .cmpt_wrap figure{
    width: 36rem;
    margin: 0 auto 5rem;
  }

  #lp_contents .sec_cmpt .cmpt_wrap .cmpt_lead{
    font-size: 2.8rem;
    margin-bottom: 3.4rem;
  }

  #lp_contents .sec_cmpt .cmpt_list{
    width: 100%;
    gap: 5.5rem 0;
    margin: 12rem auto 0;
  }

  #lp_contents .sec_cmpt .cmpt_list li{
    width: 35rem;
  }

  #lp_contents .sec_cmpt .cmpt_list figure{
    width: 20rem;
    margin: 0 auto 2rem;
  }

  #lp_contents .sec_cmpt .cmpt_list p{
    font-size: 2rem;
  }


  /*------------ sec_pack ------------*/

  #lp_contents .sec_pack{
    padding-bottom: 10rem;
  }

  #lp_contents .sec_pack .text_wrap{
    margin-top: 92.5rem;
    transform: translateX(0);
  }


  /*------------ sec_tube ------------*/
  /*------------ sec_paper ------------*/
  /*------------ sec_refill ------------*/

  #lp_contents .sec_tube,
  #lp_contents .sec_paper,
  #lp_contents .sec_refill{
    padding: 84rem 0 10rem;
  }

  #lp_contents .sec_tube .text_wrap,
  #lp_contents .sec_paper .text_wrap,
  #lp_contents .sec_refill .text_wrap{
    margin: auto;
    transform: translateX(0);
  }
}