@import url("https://use.typekit.net/bnf7jzd.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400&display=swap');

@font-face {
	font-family: "classical-garamond-bt";
	src: url(../fonts/classical_garamond_bt.ttf) format("truetype"),
		url(../fonts/classical_garamond_bt.woff) format("woff");
}

/* ==========================================================================
    Typograpgy
   ========================================================================== */
@media only screen and (min-width: 768px) and (max-width: 1600px) {
	html {
		font-size: calc(10 * (100vw / 1600)) !important;
	}
}
@media (max-width: 767px) {
	.lp * {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}
html {
	font-size: 62.5%;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img,
video,
svg {
	width: 100%;
	height: auto;
}

/* for pc*/

#Contents {
	max-width: 1600px;
	width: 100%;
	background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -159px;
	height: auto;
	margin: 0 auto;
	background-image: url(./img/page_pc.png);
  margin-bottom: 4.5rem;
}

/*basic*/

.pc {
  display: block;
}

	.main_container {
		margin: 0 auto;
		width: 100%;
		-ms-font-feature-settings: "normal";
		font-weight: 400;
		font-style: normal;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.12em;
		color: #343434;
		text-align: center;
		font-feature-settings: "palt";
	}

	/*ヘッド部分*/
	.heading {
		margin: auto;
		text-align: center;
    margin-top: 5rem;
		margin-bottom: 8rem;
	}

	.heading_img {
		width: 80rem;
		margin: auto;
		margin-bottom: 5.5rem;
	}


  .heading_ttl{
    margin-bottom: 5.3rem;
    font-family: trajan-sans-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.4rem;
    line-height: 0.9417;
    letter-spacing: 0.16em;
  }

  .heading_sub_ttl{
    margin-bottom: 3.7rem;
    font-size: 2.2rem;
    line-height: 1.4545;
    letter-spacing: 0.16em;
  }

  .heading_txt{
    font-size: 1.6rem;
    letter-spacing: 0.12em;
  }

	/*コンテンツ部分*/
	.section{
    width: 106rem;
    margin: auto;
		position: relative;
	}

  .content_img{
    margin: auto;
  }

  .content_list{
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  .content_txt{
    font-size: 1.4rem;
  }

  .item_list{
    width: 86rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

  .item_inner{
    width: 42rem;
  }

  .content_price{
    margin-top: 2.5rem;
    font-size: 1.2rem;
    line-height: 2;
  }

  .content_slider_list{
    width: 39rem;
  }

/*1段目*/
  .section.sec01{
    margin-bottom: 9.5rem;
  }

  .sec01 .content_img{
    width: 58rem;
    margin: auto;
    margin-bottom: 4.3rem;
  }

  .sec01 .content_txt{
    margin-bottom: 2.9rem;
  }

  .sec01 .content_price{
    font-size: 1.4rem;
  }

  .buy{
    border: 0.1rem #343434 solid;
    width: 4.7rem;
    height: 1.9rem;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.115em;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    margin-left: 0.8rem;
  }

/*2段目*/

  .section.sec02{
    margin-bottom: 11.2rem;
  }

  .sec02 .content_list{
    width: 106rem;
    margin: auto;
    margin-bottom: 12rem;
  }

  .sec02 .content_img{
    width: 51rem;
  }

  .sec02 .content_sub_img{
    width: 58.6rem;
    margin: auto;
    margin-bottom: 3.2rem;
  }

  .sec02 .item_area{
    bottom: -3rem;
    left: 0.2rem;
    z-index: -1;
  }

  .sec02 .design_txt{
    position: absolute;
    width: 3.1rem;
    content: "";
    bottom: 12.4rem;
    right: 18.7rem;
  }

/*3段目*/

.section.sec03{
  margin-bottom: 11.5rem;
}

.sec03 .content_list{
  width: 106rem;
  margin-bottom: 3.2rem;
}

.sec03 .content_img{
  width: 51rem;
}

.sec03 .content_txt{
  margin-bottom: 7.5rem;
}

.sec03 .item_list{
  width: 86rem;
  margin: auto;
}

.sec03 .content_inner{
  width: 42rem;
}

.sec03 .content_inner .content_img{
  width: 42rem;
  margin-bottom: 2.3rem;
}

.sec03 .content_price{
  margin-top: 0;
}

.sec03 ._left{
  text-align: left;
}

.sec03 ._right{
  text-align: right;
}

.sec03 .accent_txt{
  position: absolute;
  width: 3.13rem;
  content: "";
  top: 0;
  left: -4rem;
}


  .all_item {
    width: 46rem;
    margin: auto;
    margin-bottom: 8rem;
  }


  .sp {
    display: none;
  }

  .slick-dots{
    display: none!important;
  }


  /* ====== TABLET ===== */
  @media screen and (max-width: 1280px) and (min-width:751px){
    html{
      font-size: calc(10*(100vw/1280));
    }
  }







  /* ====== SP ===== */
@media only screen and (max-width: 750px) {

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

	.main_container {
		font-size: calc(24* (100vw / 750));
    font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", serif!important;
		line-height: 2;
		letter-spacing: 0.12em;
		font-feature-settings: "palt";
    text-align: left;
	}

  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }

	/*ヘッド部分*/
	.heading {
		margin: auto;
		text-align: left;
    margin-top: 0;
		margin-bottom: calc(103* (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(48* (100vw / 750));
	}


  .heading_ttl{
    margin-bottom: calc(80* (100vw / 750));
    font-family: trajan-sans-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(50* (100vw / 750));
    line-height: 1.8;
    text-align: center;
  }

  .heading_sub_ttl{
    font-size: calc(34* (100vw / 750));
    line-height: 2.94117;
  }

  .heading_txt{
    width: calc(660* (100vw / 750));
    margin: auto;
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.15em;
  }

	/*コンテンツ部分*/
	.section{
    width: 100%;
    margin: auto;
		position: relative;
	}

  .content_img{
    margin: auto;
  }

  .content_list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: auto;
  }

  .content_txt{
    font-size: calc(24* (100vw / 750));
    text-align: justify;
  }

  .item_list{
    width: calc(650* (100vw / 750));
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .item_inner{
    width: calc(570* (100vw / 750));
  }

  .content_price{
    margin-top: calc(24* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    line-height: 1.16666;
  }

  .content_slider_list{
    width: calc(630* (100vw / 750));
    margin-left: auto;
  }

/*1段目*/
  .section.sec01{
    margin-bottom: calc(60* (100vw / 750));
  }

  .sec01 .content_img{
    width: calc(510* (100vw / 750));
    margin: auto;
    margin-bottom: calc(48* (100vw / 750));
  }

  .sec01 .content_sub_img{
    width: 100%;
    margin: auto;
  }

  .sec01 .content_txt{
    width: calc(630* (100vw / 750));
    margin: auto;
    margin-bottom: calc(28* (100vw / 750));
  }

  .sec01 .content_price{
    width: calc(630* (100vw / 750));
    margin: auto;
    margin-bottom: calc(152* (100vw / 750));
    font-size: calc(24* (100vw / 750));
  }

  .buy{
    margin-left: calc(18* (100vw / 750));
    padding-top: calc(2* (100vw / 750));
    padding-bottom: calc(1* (100vw / 750));
    padding-right: calc(10* (100vw / 750));
    padding-left: calc(10* (100vw / 750));
    border: calc(2* (100vw / 750)) #343434 solid;
    width: calc(49* (100vw / 750));
    height: calc(24* (100vw / 750));
    text-align: center;
    font-size: calc(20* (100vw / 750));
    line-height: 1;
  }

/*2段目*/

  .section.sec02{
    margin-bottom: calc(140* (100vw / 750));
  }

  .sec02 .content_list{
    width: 100%;
    margin: auto;
    margin-bottom: calc(106* (100vw / 750));
  }

  .sec02 .content_img{
    width: calc(570* (100vw / 750));
    margin-bottom: calc(28* (100vw / 750));
  }

  .sec02 .content_sub_img{
    width: calc(630* (100vw / 750));
    margin: 0;
    margin-bottom: calc(48* (100vw / 750));
  }

  .sec02 .content_txt{
    width: calc(580* (100vw / 750));
    margin-left: calc(62* (100vw / 750));
    font-size: calc(24* (100vw / 750));
  }

  .sec02 .design_txt{
    position: absolute;
    width: calc(37.8* (100vw / 750));
    content: "";
    bottom: calc(227* (100vw / 750));
    right: calc(52* (100vw / 750));
  }

/*3段目*/

.section.sec03{
  margin-bottom: calc(100* (100vw / 750));
}

.sec03 .content_list{
  width: 100%;
  margin-bottom: calc(47* (100vw / 750));
}

.sec03 .content_img{
  width: calc(630* (100vw / 750));
}

.sec03 .content_txt{
  width: calc(598* (100vw / 750));
  margin-left: calc(120* (100vw / 750));
  margin-bottom: calc(88* (100vw / 750));
}

.sec03 .item_list{
  width: calc(650* (100vw / 750));
  margin: auto;
}

.sec03 .content_inner{
  width: 100%;
  margin-left: auto;
  margin-bottom: calc(74* (100vw / 750));
}

.sec03 .content_inner .content_img{
  width: calc(500* (100vw / 750));
  margin-right: 0;
  margin-bottom: calc(30* (100vw / 750));
}

.sec03 .content_inner._02{
  width: 100%;
  margin-left: auto;
}

.sec03 .content_inner .content_img._02{
  width: calc(570* (100vw / 750));
  margin: auto 0;
  margin-bottom: calc(36* (100vw / 750));
}

.sec03 .content_price{
  margin-top: 0;
  line-height: 1.9;
}

.sec03 ._left{
  text-align: left;
}

.sec03 ._right{
  text-align: right;
}

.sec03 .accent_txt{
  position: absolute;
  width: calc(39* (100vw / 750));
  content: "";
  top: 0;
  left: calc(52* (100vw / 750));
}

  .all_item{
    width: calc(570* (100vw / 750));
    margin: auto;
    margin-bottom: 0;
  }

  .all_item.denim{
    width: calc(570* (100vw / 750));
    margin: auto;
  }


}




/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}
