@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;
}
/*basic*/

.pc {
  display: block;
}

  #Contents{
    margin: 1px 0 40px 0;
  }

	.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.1em;
		color: #343434;
		text-align: left;
		font-feature-settings: "palt";
	}

  .main_container a{
    color: #343434;
  }

	/*ヘッド部分*/
	.heading {
		margin: auto;
		text-align: center;
    margin-top: 5rem;
		margin-bottom: 13.6rem;
	}

	.heading_img {
		width: 80rem;
		margin: auto;
		margin-bottom: 5rem;
	}

  .heading_ttl{
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .heading_txt{
    font-size: 1.4rem;
    text-align: center;
  }

	/*コンテンツ部分*/
	.section{
    width: 85rem;
    margin: auto;
		position: relative;
	}

  .color{
    font-family: trajan-sans-pro, sans-serif;
    font-size: 3rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #d6d6d6;
  }

  .content_ttl{
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .content_txt{
    margin-bottom: 2.6rem;
  }

  .content_price{
    font-size: 1.2rem;
  }

  .content_list{
    width: 80.6rem;
    margin-bottom: 4rem;
    display: flex;
    gap: 6rem;
  }

  .content_inner{
    width: 33rem;
    margin-top: 10.4rem;
  }

  .content_list .content_img{
    width: 42.3rem;
  }

  .content_img_list{
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  /*1段目*/
  .sec01{
    margin-bottom: 10rem;
  }

  /*2段目*/
  .sec02{
    margin-bottom: 10rem;
  }

  .sec02 .content_list{
    margin-left: auto;
    width: 80rem;
    gap: 5rem;
  }

  .sec02 .content_inner{
    margin-top: 11.8rem;
  }


  /*3段目*/
  .sec03{
    margin-bottom: 8rem;
  }

  .sec03 .content_inner{
    margin-top: 11.7rem;
  }

  /*4段目*/
  .sec04{
    margin-bottom: 9.5rem;
  }

  .content_sub_img{
    width: 34rem;
    margin: auto;
    margin-bottom: 10rem;
  }

  .sec04 .content_img{
    width: 42rem;
  }

  .sec04 .content_img_list{
    margin-bottom: 3rem;
  }

  .sec04 .content_inner{
    width: 70.2rem;
    margin: auto;
  }

  .sec04 .color{
    margin-bottom: 0.8rem;
  }


  .all_item{
    width: 46rem;
    margin: auto;
  }

  .sp{
    display: none;
  }

  /* ====== 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) {


  #Contents{
    margin: 0;
  }

  .sp{
    display: block;
  }

	.main_container {
		font-size: calc(22* (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;
    overflow-x: hidden;
	}

  #Contents{
    margin-bottom: 0;
  }

  .lp{
    padding-bottom: calc(60 * (100vw / 750));
  }

  .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: center;
    margin-top: 0;
		margin-bottom: calc(96* (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(66* (100vw / 750));
	}

  .heading_ttl{
    margin-bottom: calc(36* (100vw / 750));
    font-size: calc(34* (100vw / 750));
    font-weight: 400;
  }

  .heading_txt{
    font-size: calc(22* (100vw / 750));
    text-align: center;
  }

	/*コンテンツ部分*/
	.section{
    width: 100%;
    margin: auto;
		position: relative;
	}

  .color{
    font-size: calc(42* (100vw / 750));
    line-height: 1.25;
  }

  .content_ttl{
    margin-bottom: calc(12* (100vw / 750));
    font-size: calc(42* (100vw / 750));
    line-height: 2.0952;
    font-weight: 400;
  }

  .content_txt{
    margin-bottom: calc(30* (100vw / 750));
  }

  .content_price{
    width: calc(650* (100vw / 750));
    margin: auto;
    font-size: calc(22* (100vw / 750));
  }

  .content_list{
    width: calc(650* (100vw / 750));
    margin: auto;
    margin-bottom: calc(40* (100vw / 750));
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .content_inner{
    width: calc(650* (100vw / 750));
    margin-top: calc(39* (100vw / 750));
    order: 2;
  }

  .content_list .content_img{
    width: calc(648* (100vw / 750));
  }

  .content_img_list{
    margin-bottom: calc(14* (100vw / 750));
    display: flex;
    gap: 0;
    justify-content: center;
  }

  /*1段目*/
  .sec01{
    margin-bottom: calc(92* (100vw / 750));
  }

  /*2段目*/
  .sec02{
    margin-bottom: calc(92* (100vw / 750));
  }

  .sec02 .content_list{
    margin-left: auto;
    width: calc(650* (100vw / 750));
    gap: 0;
  }

  .sec02 .content_inner{
    margin-top: calc(38* (100vw / 750));
  }


  /*3段目*/
  .sec03{
    margin-bottom: calc(72* (100vw / 750));
  }

  .sec03 .content_inner{
    margin-top: calc(38* (100vw / 750));
  }

  /*4段目*/
  .sec04{
    margin-bottom: calc(100* (100vw / 750));
  }

  .content_sub_img{
    width: calc(400* (100vw / 750));
    margin: auto;
    margin-bottom: calc(82* (100vw / 750));
  }

  .sec04 .content_img{
    width: calc(650* (100vw / 750));
  }

  .sec04 .content_img_list{
    margin-bottom: calc(38* (100vw / 750));
  }

  .sec04 .content_inner{
    width: calc(650* (100vw / 750));
    margin: auto;
  }

  .sec04 .content_inner .content_img{
    width: calc(480* (100vw / 750));
    margin: auto;
    margin-bottom: calc(26* (100vw / 750));
  }

  .sec04 .content_txt{
    margin-bottom: calc(90* (100vw / 750));
  }

  .sec04 .content_price{
    width: calc(480* (100vw / 750));
  }

  .sec04 .color{
    margin-bottom: calc(26* (100vw / 750));
  }


  .all_item{
    width: calc(570* (100vw / 750));
  }

  .pc{
    display: none;
  }


}




/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}
