﻿/* パンくず 追加スタイル PC */
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
}

/* --- for small viewport --- */
.main-area {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  /* font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
  /* font-family: aktiv-grotesk, sans-serif; */
  font-weight: 300;
  font-style: normal;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}

.main-area :where(img, svg, iframe) {
  width: 100%;
  height: auto;
  overflow: initial;
}

.p-contents {
  position: relative;
  z-index: 2;
  background-color: var(--white, #fff);
}

.lp__contents-cell {
  position: relative;
}

.lp__contents-cell .splide__list {
  --display: flex;
}


.lp__prices a:not(.not_credit) {
  text-decoration: underline;
}

.lp__prices .not_credit {
  pointer-events: none;
}


/* ===============================================
* メインコンテンツ *
=============================================== */
.mv__copy{
font-size: calc(14* (100vw /375));
line-height: 2;
margin-top: calc(53 * (100vw / 375));
text-align: center;
letter-spacing: 0.075em;
}
@media screen and (min-width: 768px){
  .mv{
    width: 104rem;
    margin: auto;;
  }
  .mv__copy{
    font-size: 1.4rem;
    margin-top: 5.4rem;
    }
}

.lp_styling_block{
  position: relative;
  width: calc(345 * (100vw / 375));
  margin: calc(62 * (100vw / 375)) auto 0;

  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.lp_styling_block.styling01{
  margin: calc(54 * (100vw / 375)) auto 0;
}
.lp__contents-cell{
  width: calc(309* (100vw /375));
}
.styling__ttl{
  font-family: "nimbus-roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(22* (100vw /375));
  line-height: 1;
  letter-spacing: 0.1em;
  position: sticky;
  top: calc(60* (100vw /375));
  right: 0;
  writing-mode: vertical-lr;
  height: calc(247* (100vw /375));
  padding-left: calc(14* (100vw /375));
}

.lp__itemDetail{
  font-size: calc(14* (100vw /375));
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: calc(24* (100vw /375));

}
.lp__prices{
  font-family: "nimbus-roman", serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(14* (100vw /375));
  line-height: 1;
  margin-top: calc(23* (100vw /375));
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px){

  .lp_styling_block{
    width: 54rem;
    margin: 10.3rem auto 0;
  }
  
  .lp_styling_block.styling01{
    margin: 7.4rem auto 0;
  }
  .lp__contents-cell{
    width: 54rem;
    flex-shrink: 0;
  }
  .styling__ttl{
    font-size: 2.4rem;
    top: 7rem;
    right: 5rem;
    height: 27rem;
    padding-left: 2.3rem;
  }
  
  .lp__itemDetail{
    font-size: 1.4rem;
    margin-top: 2.4rem;
  
  }
  .lp__prices{
    font-size:1.4rem;
    margin-top: 2.1rem;
  }
}
/* ▽_____________ lp_foot_btn ______________▽ */
.main-area .lp_foot_btn {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;

  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(315*(100vw / 375));
  height: calc(50*(100vw / 375));
  margin: calc(63 * (100vw / 375)) auto 0;
  line-height: 1;
  font-style: normal;
  font-size: calc(16*(100vw / 375));
  letter-spacing: 0.075em;
  background: #000000;
  color: #FFF;
}

.main-area .lp_foot_btn.second {
  margin: calc(20*(100vw / 375)) auto calc(112* (100vw /375));
  border: #000000 1px solid;
  color: #000000;
  background: #FFF;
}

@media screen and (min-width: 768px) {
  .main-area .lp_foot_btn {
    width: 40rem;
    height: 5rem;
    font-size: 1.6rem;
    margin: 11rem auto 0;
  }

  .main-area .lp_foot_btn.second {
    margin: 2rem auto 10rem;
  }
}

.js-show {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
}

.js-show.deray {
  transition-delay: 0.3s;
}

.js-show.deray2 {
  transition-delay: 0.6s;
}

.js-show.fadeup {
  transform: translate(0, 100px);
}

.js-show.faderight {
  transform: translate(-100px, 0);
}

.js-show.on {
  opacity: 1;
  transform: translate(0, 0);
}