@charset "UTF-8";
@font-face {
  font-family: "ginger";
  src: url("../../../../../font/F37GingerBold.otf") format("truetype");
}

.lp {
  --lp-main-color: #000;
  --lp-sub-color: #ddd;
  --lp-third-color: #fff;
  --lp-font-jp: "Noto Sans JP", sans-serif;
  --lp-font-en: "YuGothic,'Yu Gothic', sans-serif";
  --sp-mv-text: calc(10 *(100vw / 750)) ;
  --pc-mv-text: 1rem;
  --sp-head: calc(10 *(100vw / 750)) ;
  --pc-head: 2rem;
  --sp-sub-head: calc(10 *(100vw / 750)) ;
  --pc-sub-head: 2rem;
  --sp-text: calc(10 *(100vw / 750)) ;
  --pc-text: 2rem;
  --sp-other-text: calc(10 *(100vw / 750)) ;
  --pc-other-text: 1rem;
  --sp-credit: calc(10 *(100vw / 750)) ;
  --pc-credit: 1rem;
  --sp-buy-btn: calc(10 *(100vw / 750)) ;
  --pc-buy-btn: 1rem;
  --cls-150: 0.15em;
  --cls-120: 0.125em;
  --cls-100: 0.1em;
  --cls-75: 0.075em;
  --cls-50: 0.05em;
  --cls-25: 0.025em;
}

.lp {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--lp-main-color);
  overflow: hidden;
  font-family: var(--lp-font-jp);
  font-weight: 400;
  width: calc(750 *(100vw / 750));
  margin: auto;
  /* letter-spacing: var(--cls-100); */
  font-feature-settings: "palt";
}



.lp p,
.lp ul,
.lp ol,
.lp dl {
  margin: 0;
}

.lp .--en{
  font-family: "ginger";
  font-weight: 600;
}

.lp li {
  list-style: none;
}

.lp img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.lp video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.lp picture,
.lp video {
  display: block;
}
.sp_only {
  display: none;
}

.lp .pc {
  display: none !important;
}

.lp .pc_inline {
  display: none !important;
}



@media only screen and (min-width: 768px), print {
  .lp .sp {
    display: none !important;
  }
  .lp .pc {
    display: block !important;
  }
  .lp .pc_inline {
    display: inline !important;
  }
}


/* common */
.sec_head{
  font-size: calc(56* (100vw / 750 ));
  letter-spacing: 0.1em;
  position: relative;
}
.sec_head::before{
  position: absolute;
  content: "";
  background: #000;
  width: calc(4* (100vw / 750 ));
  height: calc(476* (100vw / 750 ));
}

.product_wrap{
  position: relative;
  width: calc(650* (100vw / 750 ));
  margin: auto;
}

.product_wrap::before{
  content:"" ;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.product_name{
  font-size:  calc(38* (100vw / 750 ));
  text-align: center;
  letter-spacing: 0.08em;
  margin-top: calc(30* (100vw / 750 ));
}
.product_text{
  font-size:  calc(24* (100vw / 750 ));
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.87;
  margin-top: calc(24* (100vw / 750 ));
}
.product_tax{
  font-size:  calc(24* (100vw / 750 ));
  text-align: center;
  letter-spacing: 0.04em;
  padding-top: calc(20* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .sec_head{
    font-size: 3.2rem;
  }
  .sec_head::before{
    width:2px;
    height: 24.6rem;
  }
  
  .product_wrap{
    width: 90rem;
  }
  
  .product_name{
    font-size: 2.2rem;
    text-align: left;
    margin-top:0;
  }
  .product_text{
    font-size:  1.4rem;
    text-align: left;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
  .product_tax{
    font-size:  1.2rem;
    text-align: left;
    padding-top: 1.5rem;
  }

}

/* common */




/* mv */
.lp .mv .mv_head{
  font-size: calc(64* (100vw / 750 ));
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  margin-top: calc(157* (100vw / 750 ));
}
.lp .mv .mv_text{
  text-align: center;
  font-size: calc(28* (100vw / 750 ));
  margin-top: calc(16* (100vw / 750 ));
  letter-spacing: 0.04em;
  line-height: 2;
}
.lp .mv .mv_img{
  margin-top: calc(48* (100vw / 750 ));
}
@media only screen and (min-width: 768px), print {
  .lp .mv video{
    width: 60rem;
    margin: auto;  
  }
  .lp .mv .mv_head{
    font-size: 3.6rem;
    margin-top: 12rem;
  }
  .lp .mv .mv_text{
    text-align: center;
    font-size: 1.6rem;
    margin-top: 2rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .lp .mv .mv_img{
    width: 90rem;
    margin: auto;
    margin-top: 3rem;
  }
}
/* mv */


/* sec01 */
.lp .sec.--01 {
  margin-top: calc(250* (100vw / 750 ));
}

.lp .sec.--01 .sec_head{
  width: fit-content;
  margin-left: auto;
  margin-right: calc(90* (100vw / 750 ));
}

.lp .sec.--01 .sec_head::before{top: calc(-160* (100vw / 750 ));left: calc(-110* (100vw / 750 ));transform: rotate(45deg);z-index: 2;}

.lp .sec.--01 .sec_img01{
  width: calc(720* (100vw / 750 ));
  margin-top: calc(40* (100vw / 750 ));
}

.lp .sec.--01 .sec_img02{
  width: calc(360* (100vw / 750 ));
  margin-top: calc(25* (100vw / 750 ));
  margin-left: auto;
}

.lp .sec.--01 .sec_img03{
  width: calc(360* (100vw / 750 ));
  margin-top: calc(-120* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
}

.lp .sec.--01 .product_wrap{
  margin-top: calc(80* (100vw / 750 ));
}

.lp .sec.--01 .product_wrap::before{
  width: 100%;
  height: calc(1142* (100vw / 750 ));
  background-image: url(../img/bg_sp_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp .sec.--01 .product_img{
  width: calc(480* (100vw / 750 ));
  margin: auto;
  padding-top: calc(55* (100vw / 750 ));
}

.lp .sec.--01 .product_text{
  padding-top: calc(20* (100vw / 750 ));
}
@media only screen and (min-width: 768px), print {
  .lp .sec.--01 {
    position: relative;
    width: 140rem;
    margin: auto;
    margin-top: 19rem;
  }
  .lp .sec.--01 .sec_inner{
    position: relative;
    width: 107.5rem;
    margin-left: 14rem;
  }
  
  .lp .sec.--01 .sec_head{
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .lp .sec.--01 .sec_head::before{
  top: -11rem;
  left: -5rem;
  transform: rotate(45deg);
  }
  
  .lp .sec.--01 .sec_img_wrap{
    display: flex;
    /* justify-content: space-between; */
  }
  
  .lp .sec.--01 .sec_img01{
    width: 60rem;
    margin-top: 0;
  }
  
  .lp .sec.--01 .sec_img02{
    width: 30rem;
    margin-top: 11rem;
    margin-left: 16rem;
  }
  
  .lp .sec.--01 .sec_img03{
    width: 30rem;
    margin-top: -10rem;
    margin-left: 38rem;
  }
  
  .lp .sec.--01 .product_wrap{
    margin-top: 6rem;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 4rem;
    margin-left: 11rem;
  }
  
  .lp .sec.--01 .product_wrap::before{
    width: 100%;
    height: 38rem;
    background-image: url(../img/bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .lp .sec.--01 .product_img{
    width: 32rem;
    margin: 0;
    padding: 3rem 0;
    margin-left: 5rem;
  }
  
  .lp .sec.--01 .product_text{
    padding-top: 3rem;
  }
}
/* sec01 */



/* sec02 */
.lp .sec.--02 {
  margin-top: calc(232* (100vw / 750 ));
}

.lp .sec.--02 .sec_head{
  width: fit-content;
  text-align: left;
  margin-left: calc(275* (100vw / 750 ));
}

.lp .sec.--02 .sec_head::before{top: calc(-150* (100vw / 750 ));left: calc(-110* (100vw / 750 ));transform: rotate(45deg);z-index: 2;}

.lp .sec.--02 .sec_img01{
  width: calc(504* (100vw / 750 ));
  margin-top: calc(50* (100vw / 750 ));
}

.lp .sec.--02 .sec_img02{
  width: calc(264* (100vw / 750 ));
  margin-top: calc(-335* (100vw / 750 ));
  margin-left: auto;
}

.lp .sec.--02 .sec_img03{
  width: calc(540* (100vw / 750 ));
  margin-top: calc(20* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
}

.lp .sec.--02 .product_wrap{
  margin-top: calc(80* (100vw / 750 ));
}

.lp .sec.--02 .product_wrap::before{
  width: 100%;
  height: calc(1062* (100vw / 750 ));
  background-image: url(../img/bg_sp_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp .sec.--02 .product_img{
  width: calc(480* (100vw / 750 ));
  margin: auto;
  padding-top: calc(55* (100vw / 750 ));
}

.lp .sec.--02 .product_text{
  padding-top: calc(20* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .lp .sec.--02 {
    width: 140rem;
    margin: auto;
    margin-top: 19.2rem;
  }
  
  .lp .sec.--02 .sec_inner{
    position: relative;
    display: flex;
    width: 117.5rem;
    margin-left: 20rem;
  }
  
  .lp .sec.--02 .sec_head{
    width: fit-content;
    text-align: left;
    margin-left: 0;
    position: absolute;
    right: 23.5rem;
    top: 0;
  }
  
  .lp .sec.--02 .sec_head::before{
    top: -11rem;
    left: -4rem;
    transform: rotate(45deg);
  }
  
  .lp .sec.--02 .sec_img01{
    width: 42rem;
    margin-top:0;
  }
  
  .lp .sec.--02 .sec_img02{
    width: 22rem;
    margin-top: 36rem;
    margin-left: 2rem;
  }
  
  .lp .sec.--02 .sec_img03{
    width: 45rem;
    margin-top: 9rem;
    margin-left: 6.5rem;
  }
  
  .lp .sec.--02 .product_wrap{
    margin-top: 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
  }
  
  .lp .sec.--02 .product_wrap::before{
    width: 100%;
    height: 38rem;
    background-image: url(../img/bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .lp .sec.--02 .product_img{
    width: 32rem;
    margin: 0;
    padding: 3rem 0;
  }
  
  .lp .sec.--02 .product_text{
    padding-top: 3rem;
  }
}
/* sec02 */


/* sec03 */
.lp .sec.--03 {
  margin-top: calc(229* (100vw / 750 ));
}

.lp .sec.--03 .sec_head{
  width: fit-content;
  text-align: right;
  margin-left: calc(85* (100vw / 750 ));
}

.lp .sec.--03 .sec_head::before{
  top: calc(-130* (100vw / 750 ));
  right: calc(-80* (100vw / 750 ));
  transform: rotate(-45deg);
  z-index: 2;
  height: calc(406* (100vw / 750 ));
}

.lp .sec.--03 .sec_img01{
  width: calc(720* (100vw / 750 ));
  margin-left: auto;
  margin-top: calc(50* (100vw / 750 ));
}

.lp .sec.--03 .sec_img02{
  width: calc(336* (100vw / 750 ));
  margin-top: calc(20* (100vw / 750 ));
}

.lp .sec.--03 .sec_img03{
  width: calc(360* (100vw / 750 ));
  margin-top: calc(-120* (100vw / 750 ));
  margin-left: auto;
  margin-right: calc(27* (100vw / 750 ));
}

.lp .sec.--03 .sec_img04{
  width: calc(288* (100vw / 750 ));
  margin-top: calc(20* (100vw / 750 ));
  margin-left: auto;
}

.lp .sec.--03 .sec_img05{
  width: calc(480* (100vw / 750 ));
  margin-top: calc(-224* (100vw / 750 ));
  margin-left: calc(50* (100vw / 750 ));
}

.lp .sec.--03 .product_wrap{
  margin-top: calc(80* (100vw / 750 ));
}

.lp .sec.--03 .product_wrap::before{
  width: 100%;
  height: calc(1062* (100vw / 750 ));
  background-image: url(../img/bg_sp_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lp .sec.--03 .product_img{
  width: calc(480* (100vw / 750 ));
  margin: auto;
  padding-top: calc(55* (100vw / 750 ));
}

.lp .sec.--03 .product_text{
  padding-top: calc(20* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .lp .sec.--03 {
    width: 140rem;
    margin: auto;
    margin-top: 19.5rem;
  }
  
  .lp .sec.--03 .sec_inner{
    position: relative;
    width: 106.5rem;
    margin-left: 21rem;
  }
  
  .lp .sec.--03 .sec_head{
    width: fit-content;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }
  
  .lp .sec.--03 .sec_img_wrap.--01{
    width: 94rem;
    justify-content: space-between;
    display: flex;
    flex-direction: row-reverse;
    margin-left: 10rem;
  }
  
  .lp .sec.--03 .sec_head::before{
    top: -11rem;
    right: -5rem;
    transform: rotate(-45deg);
    height: 25.6rem;
  }
  
  .lp .sec.--03 .sec_img01{
    width: 60rem;
    margin-left: 0;
    margin-top: 0;
  }
  
  .lp .sec.--03 .sec_img02{
    width: 28rem;
    margin-top: 9.65rem;
  }
  
  .lp .sec.--03 .sec_img03{
    width:30rem;
    margin-top: -6rem;
    margin-left: auto;
    margin-right: 14.4rem;
  }
  
  
  .lp .sec.--03 .sec_img_wrap.--02{
    /* width: 70rem; */
    justify-content: flex-end;
    display: flex;
    align-items: flex-start;
    margin-left: 4rem;
    flex-direction: row-reverse;
  }
  

  .lp .sec.--03 .sec_img04{
    width: 24rem;
    margin-top: 2rem;
    margin-left: 6rem;
  }
  
  .lp .sec.--03 .sec_img05{width: 40rem;margin-top: -8rem;margin-left: 0rem;}
  
  .lp .sec.--03 .product_wrap{
    margin-top: 6rem;
    display: flex;
    justify-content: 0;
    align-items: center;
    gap: 4rem;
    margin-left: 4rem;
  }
  
  .lp .sec.--03 .product_wrap::before{
    width: 100%;
    height: 38rem;
    background-image: url(../img/bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .lp .sec.--03 .product_img{
    width: 32rem;
    margin: 0;
    padding: 3rem 0;
    margin-left: 5rem;
  }
  
  .lp .sec.--03 .product_text{
    padding-top: 3rem;
  }

}
/* sec03 */


/* sec04 */
.lp .sec.--04 {
  margin-top: calc(230* (100vw / 750 ));
}

.lp .sec.--04 .sec_text{
  text-align: center;
  font-size: calc(28* (100vw / 750 ));
  line-height: 2;
  letter-spacing: 0.04em;
}

.lp .sec.--04 .sec_img_wrap{
  margin-top: calc(70* (100vw / 750 ));
}

.lp .sec.--04 .sec_img_wrap > *+*{
  margin-top: calc(40 * (100vw / 750 ));
}

.lp .sec.--04 .sec_img01{
  width: 100%;
}

.lp .sec.--04 .all_btn{
  color: #fff;
  background: #000;
  font-size: calc(26* (100vw / 750 ));
  width: calc(580* (100vw / 750 ));
  height: calc(66* (100vw / 750 ));
  line-height: calc(66* (100vw / 750 ));
  margin: auto;
  margin-top: calc(100* (100vw / 750 ));
  margin-bottom: calc(160* (100vw / 750 ));
  text-align: center;
  letter-spacing: 0.14em;

}

@media only screen and (min-width: 768px), print {
  .lp .sec.--04 {
    margin-top: 18.2rem;
  }
  
  .lp .sec.--04 .sec_text{
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.3;
    letter-spacing: 0.04em;
  }
  
  .lp .sec.--04 .sec_img_wrap{
    margin-top: 5rem;
  }
  
  .lp .sec.--04 .sec_img_wrap > *+*{
    margin-top: 2.8rem;
  }
  
  .lp .sec.--04 .sec_img01{
    width: 63rem;
    margin-inline: auto;
  }
  
  .lp .sec.--04 .all_btn{
    color: #fff;
    background: #000;
    font-size: 1.6rem;
    width: 36rem;
    height: 3.3rem;
    line-height: 3.3rem;
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 12rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #breadcrumbs {
    font-family: var(--font-jp);
    max-width: initial;
    padding: 1rem 0 0.8rem;
  }
  #breadcrumbs > ol {
    padding: 0 2rem 2rem;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  #breadcrumbs > ol li {
    column-gap: 0.2rem;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  #breadcrumbs > ol::-webkit-scrollbar {
    display: none;
  }
  #breadcrumbs > ol li:not(:last-of-type)::after {
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.99px solid var(--breadcrumbs-arrow);
    border-right: 0.99px solid var(--breadcrumbs-arrow);
    transform: rotate(45deg);
  }
}
/* //breadcrumb for mobile */