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

/* LPコンテンツ */
/************** font-settings **************/
@font-face {
  font-family: "poppins-bold";
  src:
    url("../fonts/Poppins-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "poppins-semi-bold";
  src:
    url("../fonts/Poppins-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "poppins-medium";
  src:
    url("../fonts/Poppins-Medium.ttf") format("truetype");
}



/* ===============================================### 
初期設定
###=============================================== */
.lp_250822denim{
  --font-ja: var(--noto-sans);
  --font-en: var(--poppins);
  --color-blue01: #020F3B;
  --color-blue02: #0D3058;
  --color-white: #fff;
  color: #020F3B;
  box-sizing: border-box;
}

.lp_250822denim img,
.lp_250822denim svg{
  width: 100%;
  height: auto;
}

.lp_250822denim .bg-fixed{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background: url(../img/lp_bg.jpg) center top repeat;
  background-size: contain;
}

#breadcrumb,
.summaryText,
#Foot{
  position: relative;
  z-index: 1;
}

#breadcrumb{
  background-color: #fff;
}

#breadcrumb::before{
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 1000px;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .lp_250822denim .bg-fixed{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    background: url(../img/lp_bg_sp.jpg) center top repeat;
    background-size: contain;
    z-index: -1;
  }
}

/* @media screen and (max-width: 767px) {
  .lp_250822denim{
    position: relative;
  }

  .lp_250822denim ::after{
    content: '';
    position: fixed;
    top: calc(-77 * (100vw / 375));
    left: 50%;
    transform: translateX(-50%);
    width: calc(375 * (100vw / 375));
    height: calc(812 * (100vw / 375));
    background-image: url('../img/lp_bg_sp.jpg');
    background-repeat: no-repeat;
    background-size: contain;
  }
} */



/* ===============================================### 
left-area, right-area, center-area 設定
###=============================================== */
.lp_250822denim .center-area{
  background-color: #FBF6F0;
}

@media screen and (min-width: 768px) {
  .lp_250822denim .main-wrap.grid-wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 50rem 1fr;
  }

  .lp_250822denim .left-area {
    position: sticky;
    grid-column: 1;
    top: 0;
    height: 100vh;
    display: grid;
    place-content: center;
  }

  .lp_250822denim .center-area {
    grid-column: 2;
  }

  .lp_250822denim .right-area {
    position: sticky;
    grid-column: 3;
    top: 0;
    height: 100vh;
    display: grid;
    place-content: center;
  }

  /************** text **************/
  .lp_250822denim .fixed_text{
    font-family: vaR(--yugothic);
    font-size: 2.4rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.08em;
    color: var(--color-white);
  }

  /************** image **************/
  .lp_250822denim .fixed_title {
    grid-column: 1;
    width: 36rem;
  }

  .lp_250822denim .fixed_title.content-position,
  .lp_250822denim .fixed_link.content-position{
    position: relative;
    top: calc(-57 * (100vw / 1400));
  }

  .lp_250822denim .link-arrow{
    width: calc(13 * (100vw / 1400));
  }

  .lp_250822denim .link-arrow img{
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .lp_250822denim .center-area{
    width: calc(375 * (100vw / 375));
    margin-inline: auto;
    background-color: transparent;
  }
}



/* ===============================================### 
アニメーション設定
###=============================================== */
.lp_250822denim .thumbnail .slick-track{
  transform: unset !important;
}


/* ===============================================### 
コンテンツ共通設定
###=============================================== */
/************** slide **************/
.lp_250822denim .slide-wrap{
  margin-top: 2.3rem;
}

.lp_250822denim .content__slide{
  width: 100%;
}

/*** safari ***/
_::-webkit-full-page-media, _:future, :root .lp_250822denim .content__slide {
  height: 62.5rem;
}

/*** firefox ***/
@-moz-document url-prefix() {
  .lp_250822denim .content__slide {
    height: 62.5rem;
  }
}

.lp_250822denim .look-slide__item{
}

.lp_250822denim .thumbnail{
  margin-top: 1.6rem;
}

.lp_250822denim .thumbnail .slick-track{
  display: flex;
  justify-content: space-between;
}

.lp_250822denim .thumbnail-img{
  width: 10.7rem!important;
}

.lp_250822denim .thumbnail .thumbnail-img.slick-slide.slick-current{
  border: 0.1rem solid #1C295D;
}

.lp_250822denim .slick-num{
  margin-top: 1rem;
  font-family: "poppins-medium", sans-serif;
  font-size: 1.3rem;
  font-weight: var(--font-weight-medium);
  line-height: 2.1538461538;
  letter-spacing: 0.08em;
  text-align: center;
}

.lp_250822denim .slick-num .now-count{
  margin-left: 0.5rem;
}

.lp_250822denim .slick-num .all-count{
  margin-right: 0.5rem;
}

.lp_250822denim .thumbnail,
.lp_250822denim .credit-wrap{
  width: 46rem;
  margin-inline: auto;
}

.lp_250822denim .content__title.flex-wrap{
  display: flex;
  gap: 3rem;
  width: fit-content;
  margin-inline: auto;
}

/************** text **************/
.lp_250822denim .content__title{
  font-family: "poppins-bold", sans-serif;
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-blue02);
}

/*** safari ***/
/* _::-webkit-full-page-media, _:future, :root .lp_250822denim .content__title {
  font-size: 2.3rem;
} */

.lp_250822denim .brand-name{
  position: relative;
}

.lp_250822denim .brand-name::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -1.7rem;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 1.8rem;
  background-color: var(--color-blue01);
}

.lp_250822denim .credit{
  margin-top: 2.6rem;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  letter-spacing: 0.08em;
}

.lp_250822denim .credit__item{
  line-height: 2;
}

.lp_250822denim .credit__price{
  margin-top: 3rem;
}

.lp_250822denim .credit__tax{
  font-size: 1rem;
}

.lp_250822denim .credit__icon.icon-large{
  margin-top: 0.8rem;
  width: 16rem;
  height: 3.6rem;
  background-image: url(../img/icon_bg.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.lp_250822denim .credit__icon.icon-large a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-family: "poppins-medium", sans-serif;
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  line-height: 1;
  letter-spacing: 0.08em;
  color: var(--color-white);
  text-align: center;
}

.lp_250822denim .coordinate-text{
  display: block;
  margin-bottom: -2.4rem;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  letter-spacing: 0.06em;
}

.lp_250822denim .icon-small{
  margin-left: 0.4rem;
  font-family: var(--font-en);
  font-size: 1.4rem;
  font-weight: var(--font-weight-medium);
  line-height: 1.2857142857;
  letter-spacing: 0.08em;
  text-decoration: underline;
}

.lp_250822denim .credit__item:not(:first-child){
  margin-top: 0.7rem;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content .content__inner{
    width: calc(345 * (100vw / 375));
    margin-inline: auto;
    background-color: #FBF6F0;
  }

  /************** slide **************/
  .lp_250822denim .slide-wrap{
    margin-top: calc(18 * (100vw / 375));
  }

  .lp_250822denim .content__slide{
    width: calc(325 * (100vw / 375));
    margin-inline: auto;
  }

  /*** safari ***/
  _::-webkit-full-page-media, _:future, :root .lp_250822denim .content__slide {
    height: calc(406 * (100vw / 375));
  }

  /*** firefox ***/
  @-moz-document url-prefix() {
    .lp_250822denim .content__slide {
      height: calc(406 * (100vw / 375));
    }
  }

  .lp_250822denim .look-slide__item{
  }

  .lp_250822denim .thumbnail{
    margin-top: calc(10 * (100vw / 375));
  }

  .lp_250822denim .thumbnail-img{
    width: calc(77 * (100vw / 375))!important;
  }

  .lp_250822denim .thumbnail .thumbnail-img.slick-slide.slick-current{
    border: calc(1 * (100vw / 375)) solid #1C295D;
  }

  .lp_250822denim .slick-num{
    margin-top: calc(7 * (100vw / 375));
    font-size: calc(12 * (100vw / 375));
    line-height: 2;
  }

  .lp_250822denim .slick-num .now-count{
    margin-left: calc(5 * (100vw / 375));
  }

  .lp_250822denim .slick-num .all-count{
    margin-right: calc(5 * (100vw / 375));
  }

  .lp_250822denim .thumbnail,
  .lp_250822denim .credit-wrap{
    width: calc(325 * (100vw / 375));
  }

  .lp_250822denim .content__title.flex-wrap{
    gap: calc(30 * (100vw / 375));
  }

  /************** text **************/
  .lp_250822denim .content__title{
    font-size: calc(16 * (100vw / 375));
  }

  .lp_250822denim .brand-name::after{
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-15 * (100vw / 375));
    transform: translateY(-50%);
    width: calc(2 * (100vw / 375));
    height: calc(13 * (100vw / 375));
  }

  .lp_250822denim .credit{
    margin-top: calc(20 * (100vw / 375));
    font-size: calc(13 * (100vw / 375));
    line-height: 1.5;
  }

  .lp_250822denim .credit__item{
    line-height: 2;
  }

  .lp_250822denim .credit__price{
    margin-top: calc(30 * (100vw / 375));
  }

  .lp_250822denim .credit__tax{
    font-size: calc(10 * (100vw / 375));
  }

  .lp_250822denim .credit__icon.icon-large{
    margin-top: calc(6 * (100vw / 375));
    width: calc(160 * (100vw / 375));
    height: calc(36 * (100vw / 375));
  }

  .lp_250822denim .credit__icon.icon-large a{
    padding: calc(10 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_250822denim .coordinate-text{
    margin-bottom: calc(-26 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }

  .lp_250822denim .icon-small{
    margin-left: calc(7 * (100vw / 375));
    font-family: var(--font-en);
    font-size: calc(13 * (100vw / 375));
    line-height: 1.5;
  }

  .lp_250822denim .credit__item:not(:first-child){
    margin-top: calc(18 * (100vw / 375));
  }
}



/* ===============================================### 
MV
###=============================================== */
.lp_250822denim .mv{
}

.lp_250822denim .mv__inner{
  position: relative;
  width: 100%;
}

.lp_250822denim .mv__slide{
  width: 100%;
}

/************** text **************/
.lp_250822denim .mv__text{
  margin-top: 5.6rem;
  font-family: var(--font-ja);
  font-size: 1.4rem;
  font-weight: var(--font-weight-regular);
  line-height: 2;
  letter-spacing: 0.08em;
  text-align: center;
}

/************** image **************/
.lp_250822denim .mv__title{
  position: absolute;
  bottom: 16.2rem;
  left: 2rem;
  width: 36rem;
  z-index: 1;
  pointer-events: none;
}

.lp_250822denim .mv__image{
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .mv{
  }
  
  .lp_250822denim .mv__inner{
    position: relative;
    width: 100%;
  }
  
  .lp_250822denim .mv__slide{
    position: relative;
    z-index: 1;
  }
  
  /************** text **************/
  .lp_250822denim .mv__text{
    position: relative;
    z-index: 1;
    width: calc(345 * (100vw / 375));
    margin-top: calc(10 * (100vw / 375));
    margin-inline: auto;
    padding-top: calc(27 * (100vw / 375));

    font-size: calc(13 * (100vw / 375));
    line-height: 2;
    background-color: #FBF6F0;
  }
  
  /************** image **************/
  .lp_250822denim .mv__title{
    bottom: calc(158 * (100vw / 375));
    left: calc(16 * (100vw / 375));
    width: calc(269 * (100vw / 375));
    z-index: 2;
  }
  
  .lp_250822denim .mv__image{
  }
}



/* ===============================================### 
anchor-link
###=============================================== */
.lp_250822denim .link-area{
  margin-top: 5.9rem;
}

.lp_250822denim .link-area .content__inner{
  width: fit-content;
  margin-inline: auto;
}

.lp_250822denim .link-area .link-items{
  width: 43rem;
  margin-top: 2.2rem;
  margin-inline: auto;
}

.lp_250822denim .link-area .link-items.flex-wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.lp_250822denim .link-area .link-item{
  width: 13rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.lp_250822denim .link-area .link-item.item04{
  position: relative;
  left: 3.7rem;
}

.lp_250822denim .link-area .link-item.item05{
  position: relative;
  left: -3.7rem;
}

.lp_250822denim .link-area .link-item-text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.lp_250822denim .link-area .link-item.item01 .link-item-text,
.lp_250822denim .link-area .link-item.item02 .link-item-text{
  bottom: 1rem;
  width: 9rem;
}

.lp_250822denim .link-area .link-item.item03 .link-item-text{
  bottom: 0.5rem;
  width: 9rem;
}

.lp_250822denim .link-area .link-item.item04 .link-item-text,
.lp_250822denim .link-area .link-item.item05 .link-item-text{
  bottom: 1rem;
  width: 6rem;
}

/************** text **************/
.lp_250822denim .link-area .link-title{
  font-family: "poppins-bold", sans-serif;
  font-size: 2.4rem;
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-blue02);
}

.lp_250822denim .triangle{
  font-size: 2rem;
}


/* ===========### responsive ###=========== */
@media screen and (min-width: 768px) {
  .lp_250822denim .link-area .link-item a{
    transition: all 0.3s;
  }
  .lp_250822denim .link-area .link-item a img{
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition-duration: 0.2s;
    will-change: transform;
  }
  
  .lp_250822denim .link-area .link-item a:hover img{
    transform: scale(1.05);
  }
}

@media screen and (max-width: 767px) {
  .lp_250822denim .link-area{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .link-area .content__inner{
    position: relative;
    z-index: 1;
    width: calc(345 * (100vw / 375));
    padding-top: calc(40 * (100vw / 375));
    background-color: #FBF6F0;
  }
  
  .lp_250822denim .link-area .link-items{
    width: calc(325 * (100vw / 375));
    margin-top: calc(22 * (100vw / 375));
  }
  
  .lp_250822denim .link-area .link-items.flex-wrap{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(15 * (100vw / 375));
  }
  
  .lp_250822denim .link-area .link-item{
    width: calc(98 * (100vw / 375));
  }
  
  .lp_250822denim .link-area .link-item.item04{
    position: relative;
    left: calc(28 * (100vw / 375));
  }
  
  .lp_250822denim .link-area .link-item.item05{
    position: relative;
    left: calc(-28 * (100vw / 375));
  }

  .lp_250822denim .link-area .link-item.item01 .link-item-text,
  .lp_250822denim .link-area .link-item.item02 .link-item-text{
    bottom: calc(8 * (100vw / 375));
    width: calc(68 * (100vw / 375));
  }

  .lp_250822denim .link-area .link-item.item03 .link-item-text{
    bottom: calc(4 * (100vw / 375));
    width: calc(68 * (100vw / 375));
  }

  .lp_250822denim .link-area .link-item.item04 .link-item-text,
  .lp_250822denim .link-area .link-item.item05 .link-item-text{
    bottom: calc(10 * (100vw / 375));
    width: calc(42 * (100vw / 375));
  }
  
  /************** text **************/
  .lp_250822denim .link-area .link-title{
    font-size: calc(17 * (100vw / 375));
  }
  
  .lp_250822denim .triangle{
    font-size: calc(15 * (100vw / 375));
  }
}



/* ===============================================### 
コンテンツ01
###=============================================== */
.lp_250822denim .content01{
  margin-top: 8.2rem;
}

.lp_250822denim .content01 .content__inner{
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content01{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .content01 .content__inner{
    padding-top: calc(124 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ02
###=============================================== */
.lp_250822denim .content02{
  margin-top: 7.4rem;
}

.lp_250822denim .content02 .content__inner{
}

.lp_250822denim .content02 .credit__item:not(:first-child){
  margin-top: 2.7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content02{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .content02 .content__inner{
    padding-top: calc(116 * (100vw / 750));
  }
  
  .lp_250822denim .content02 .credit__item:not(:first-child){
    margin-top: calc(38 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ03
###=============================================== */
.lp_250822denim .content03{
  margin-top: 8.1rem;
}

.lp_250822denim .content03 .content__inner{
}

.lp_250822denim .content03 .credit__item:not(:first-child){
  margin-top: 2.6rem;
}

.lp_250822denim .content03 .coordinate-text{
  margin-bottom: 0.7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content03{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .content03 .content__inner{
    padding-top: calc(117 * (100vw / 750));
  }

  .lp_250822denim .content03 .content__title{
    position: relative;
    left: calc(-5 * (100vw / 375));
  }
  
  .lp_250822denim .content03 .credit__item:not(:first-child){
    margin-top: calc(40 * (100vw / 750));
  }
  
  .lp_250822denim .content03 .coordinate-text{
    margin-bottom: calc(10 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ04
###=============================================== */
.lp_250822denim .content04{
  margin-top: 7.9rem;
}

.lp_250822denim .content04 .content__inner{
}

.lp_250822denim  .content04 .credit__item:not(:first-child){
  margin-top: 2.7rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content04{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .content04 .content__inner{
    padding-top: calc(118 * (100vw / 750));
  }
  
  .lp_250822denim  .content04 .credit__item:not(:first-child){
    margin-top: calc(28 * (100vw / 750));
  }
}



/* ===============================================### 
コンテンツ05
###=============================================== */
.lp_250822denim .content05{
  margin-top: 5.4rem;
}

.lp_250822denim .content05 .content__inner{
}

.lp_250822denim .content05 .credit__item:not(:first-child){
  margin-top: 2rem;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .content05{
    margin-top: calc(-1 * (100vw / 375));
  }
  
  .lp_250822denim .content05 .content__inner{
    padding-top: calc(116 * (100vw / 750));
  }

  .lp_250822denim .content05 .credit__item:not(:first-child){
    margin-top: calc(39 * (100vw / 750));
  }
}



/* ===============================================### 
top-button-area
###=============================================== */
.lp_250822denim .top-button-area{
  margin-top: 10rem;
  margin-bottom: 7.9rem;
}

.lp_250822denim .top-button{
  display: block;
  width: 36.8rem;
  height: 5.2rem;
  margin-inline: auto;
  padding: 1.5rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: 0.08em;
  text-align: center;
  color: var(--color-white);
  background-color: var(--color-blue02);
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .lp_250822denim .top-button-area{
    width: calc(345 * (100vw / 375));
    margin-top: calc(-1 * (100vw / 375));
    margin-bottom: 0;
    margin-inline: auto;
    padding-top: calc(60 * (100vw / 375));
    padding-bottom: calc(81 * (100vw / 375));
    background-color: #FBF6F0;
  }
  
  .lp_250822denim .top-button{
    width: calc(300 * (100vw / 375));
    height: calc(50 * (100vw / 375));
    padding: calc(20 * (100vw / 375));
    font-size: calc(14 * (100vw / 375));
  }
}