@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;
}

a{
  color: #343434;
}

/* for pc*/

#Contents {
	max-width: 100%;
	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: left;
		font-feature-settings: "palt";
	}

	/*ヘッド部分*/
	.heading {
    width: 100%;
		margin: auto;
		text-align: center;
    margin-top: 5rem;
		margin-bottom: 11.5rem;
	}

	.heading_img {
		width: 100rem;
		margin: auto;
		margin-bottom: 6.9rem;
	}

  .heading_ttl{
    margin-bottom: 2.6rem;
    font-weight: 200;
    font-style: normal;
    font-size: 2.6rem;
    letter-spacing: 0.16em;
    text-align: center;
  }

  .heading_txt{
    font-size: 1.4rem;
    letter-spacing: 0.16em;
    text-align: center;
  }

  /*汎用*/
  .section{
    width: 100%;
  }

  .content_img{
    margin: auto;
  }

  .content_list{
    width: 100%;
    display: flex;
  }

  .content_list .content_img{
    width: 100%;
    margin-top: 0!important;
  }

  .price_area{
    display: flex;
    justify-content: space-evenly;
  }

  .content_price{
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.3333;
    margin-top: 1.8rem;
    word-break: keep-all;
  }

  .buy_btn{
    border: 0.1rem #343434 solid;
    width: 4.7rem;
    height: 1.9rem;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.115em;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0.8rem;
  }

  /*1段目*/
  .sec01{
    margin-bottom: 14.4rem;
  }

  .sec01 .content_img{
    margin-top: 12rem;
    width: 50rem;
  }

  .sec01 .content_list .content_img{
    width: 100%;
  }

  .sec01 .price_area{
    width: 41rem;
    margin: auto;
  }

  /*2段目*/
  .sec02{
    margin-bottom: 14.4rem;
  }

  .sec02 .content_list .content_img{
    width: 50%;
  }

  .sec02 .content_list .content_img .content_img_inner{
    width: 100%;
  }

  .sec02 .content_img{
    width: 50rem;
    margin: auto;
    margin-top: 12rem;
  }

  /*3段目*/
  .sec03{
    margin-bottom: 14.4rem;
  }

  .sec03 .content_img{
    width: 90rem;
    margin: auto;
  }

  .sec03 .price_area{
    width: 72rem;
    margin: auto;
  }

  /*4段目*/
  .sec04{
    margin-bottom: 14.2rem;
  }

  .sec04 .content_img{
    width: 60rem;
    margin: auto;
    margin-top: 14.5rem;
  }

  .sec04 .content_list .content_img{
    width: 100%;
  }

  .sec04 .price_area{
    margin: auto;
  }

  .sec04 .price_area._01{
    width: 50rem;
  }

  .sec04 .price_area._02{
    width: 44.5rem;
  }

  /*5段目*/
  .sec05{
    margin-bottom: 14.4rem;
  }

  .sec05 .content_img{
    width: 60rem;
    margin: auto;
    margin-top: 14.4rem;
  }

  .sec05 .content_list .content_img{
    width: 100%;
  }
  .sec05 .price_area.fdc{
    flex-direction: column;
  }

  .sec05 .content_price._02{
    margin-top: 0;
  }

  .all_item {
    width: 46rem;
    margin: auto;
    margin-bottom: 8rem;
  }

  .sp {
    display: none;
  }

  /* ====== TABLET ===== */
  @media screen and (max-width: 1308px) and (min-width:751px){
    html{
      font-size: calc(10* (100vw/1280));
    }

    .sec01 .price_area{
      margin: auto;
    }

    .sec03 .price_area{
      width: 69rem;
      margin: auto;
    }

    .sec04 .price_area._01{
      width: 47rem;
    }

    .sec04 .price_area._02{
      width: 41.5rem;
    }

    .sec01 .content_price{
      margin-left: calc(16* (100vw/1200));
    }

    .sec03 .content_price{
      margin-left: calc(16* (100vw/1200));
    }

    .sec04 .content_price{
      margin-left: calc(16* (100vw/1200));
    }

  }







  /* ====== SP ===== */
@media only screen and (max-width: 750px) {


  .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;
	}

  #Contents{
    margin-bottom: 0;
  }

  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }

	/*ヘッド部分*/
	.heading {
    width: 100%;
		margin: auto;
		text-align: center;
    margin-top: 0;
		margin-bottom: calc(144* (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(78* (100vw / 750));
	}

  .heading_ttl{
    margin-bottom: calc(58* (100vw / 750));
    font-weight: 200;
    font-style: normal;
    font-size: calc(40* (100vw / 750));
    letter-spacing: 0.12em;
    text-align: center;
  }

  .heading_txt{
    font-size: calc(24* (100vw / 750));
    letter-spacing: 0.16em;
    text-align: center;
  }

  /*汎用*/
  .section{
    width: 100%;
  }

  .content_img{
    margin: auto;
  }

  .content_list{
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .content_list .content_img{
    width: 100%;
    margin-top: 0!important;
  }

  .price_area{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .content_price{
    text-align: center;
    font-size: calc(18* (100vw / 750));
    line-height: 1.85;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: calc(2* (100vw / 750));
  }

  .buy_btn{
    display: inline-block;
    margin-left: calc(10* (100vw / 750));
    padding: 0 calc(10* (100vw / 750)) 0 calc(10* (100vw / 750));
    border: 0.5px #343434 solid;
    width: calc(66* (100vw / 750));
    height: calc(26* (100vw / 750));
    text-align: center;
    font-size: calc(16* (100vw / 750));
    line-height: calc(24* (100vw / 750));
  }

  /*1段目*/
  .sec01{
    margin-bottom: calc(144* (100vw / 750));
  }

  .sec01 .content_img{
    margin-top: calc(120* (100vw / 750));
    width: calc(530* (100vw / 750));
    margin-bottom: calc(22* (100vw / 750));
  }

  .sec01 .content_list .content_img{
    width: 100%;
    margin-bottom: 0;
  }

  .sec01 .price_area{
    width: calc(530* (100vw / 750));
    margin: auto;
  }

  .sec01 .content_price{
    text-align: left;
  }

  /*2段目*/
  .sec02{
    margin-bottom: calc(146* (100vw / 750));
  }

  .sec02 .content_list .content_img{
    width: 100%;
    margin-bottom: calc(38* (100vw / 750));
  }

  .sec02 .content_list .content_img .content_img_inner{
    width: 100%;
  }

  .sec02 .content_img{
    width: calc(530* (100vw / 750));
    margin: auto;
    margin-top: calc(84* (100vw / 750));
    margin-bottom: calc(22* (100vw / 750));
  }

  .sec02 .content_price{
    width: calc(530* (100vw / 750));
    margin: auto;
    text-align: left;
  }

  /*3段目*/
  .sec03{
    margin-bottom: calc(140* (100vw / 750));
  }

  .sec03 .content_img{
    width: calc(690* (100vw / 750));
    margin: auto;
    margin-bottom: calc(22* (100vw / 750));
  }

  .sec03 .price_area{
    width: calc(440* (100vw / 750));
    margin: auto;
  }

  /*4段目*/
  .sec04{
    margin-bottom: calc(144* (100vw / 750));
  }

  .sec04 .content_img{
    width: calc(600* (100vw / 750));
    margin: auto;
    margin-top: calc(144* (100vw / 750));
    margin-bottom: calc(20* (100vw / 750));
  }

  .sec04 .content_list .content_img{
    width: 100%;
    margin-bottom: calc(24* (100vw / 750));
  }

  .sec04 .price_area{
    margin: auto;
  }

  .sec04 .price_area._01{
    width: 100%;
  }

  .sec04 .price_area._02{
    width: calc(600* (100vw / 750));
    margin: auto;
  }

  .sec04 .price_area._02 .content_price{
    text-align: left;
  }

  /*5段目*/
  .sec05{
    margin-bottom: calc(142* (100vw / 750));
  }

  .sec05 .content_img{
    width: calc(600* (100vw / 750));
    margin: auto;
    margin-left: calc(88* (100vw / 750));
    margin-top: calc(146* (100vw / 750));
    margin-bottom: calc(22* (100vw / 750));
  }

  .sec05 .content_list .content_img{
    width: 100%;
    margin-bottom: calc(22* (100vw / 750));
    margin-left: 0;
  }
  .sec05 .price_area.fdc{
    flex-direction: column;
  }

  .sec05 .content_price:nth-child(-n+2){
    text-align: left;
    margin-left: calc(88* (100vw / 750));
  }

  .sec05 .content_price._02{
    margin-top: 0;
  }


  .all_item{
    width: calc(570* (100vw / 750));
    margin: auto;
  }

  .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);
}
