@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 {
	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: 14.5rem;
	}

	.heading_img {
		width: 72rem;
		margin: auto;
		margin-bottom: 4.5rem;
	}

  .heading_sub_ttl{
    margin-bottom: 0.1rem;
    font-size: 2.2rem;
    line-height: 2.363636;
    letter-spacing: 0.2em;
    text-align: center;
  }

  .trajan{
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .heading_ttl{
    margin-bottom: 2.9rem;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.73333;
    letter-spacing: 0.2em;
    text-align: center;
  }

  .heading_txt{
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    text-align: center;
  }

	/*コンテンツ部分*/
	.section{
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    justify-content: space-between;
  }

  .content_ttl{
    font-size: 2.2rem;
    line-height: 2;
    letter-spacing: 0.17em;
  }

  .content_txt{
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }

  .content_price{
    font-size: 1.2rem;
    margin-top: 1.4rem;
    text-align: right;
  }

/*1段目*/
  .sec01{
    margin-bottom: 10.9rem;
  }

  .sec01::after{
    position: absolute;
    content: "";
    background-color: #f6f6f6;
    width: 100VW;
    height: 86rem;
    top: 9.7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .sec01 .content_list{
    width: 84rem;
    margin: auto;
  }

  .sec01 .content_list:nth-last-of-type(1){
    width: 71.5rem;
  }

  .sec01 .content_img{
    width: 42rem;
  }

  .sec01 .content_img:nth-last-of-type(1){
    width: 36rem;
    margin-top: 4rem;
  }

  .sec01 .content_inner{
    width: 30rem;
    margin-top: 11.1rem;
    text-align: left;
  }

  .sec01 .content_inner:nth-last-of-type(1){
    width: 36rem;
    margin-top: 16.5rem;
  }

  .sec01 .content_ttl{
    margin-bottom: 3rem;
  }

/*2段目*/
.sec02{
  margin-bottom: 12rem;
}

.sec02::after{
  position: absolute;
  content: "";
  background-color: #f6f6f6;
  width: 100VW;
  height: 77.8rem;
  top: 105rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec02 .content_ttl{
  margin-bottom: 0.8rem;
}

.sec02 .content_txt{
  margin-bottom: 5.4rem;
}

.sec02 .content_img .content_txt{
  margin-top: 3rem;
  text-align: left;
}

.sec02 .content_img{
  width: 72rem;
  margin: auto;
}

.sec02 .content_price{
  margin-bottom: 5.6rem;
}

.sec02 .content_img:nth-of-type(2){
  width: 36rem;
  margin: auto;
  margin-bottom: 11.5rem;
}

.sec02 .content_txt:nth-of-type(2){
  text-align: left;
  margin-bottom: 11.4rem;
}

.sec02 .content_img{
  width: 72rem;
  margin: auto;
}


  .sp{
    display: none;
  }

  .all_item{
    width: 46rem;
    margin: 0 auto 8rem;
  }

   .gift-wrap {
    margin: 80px 0 0;
  }
  .gift-wrap__anc {
    text-align: center;
  }
  .gift-wrap__anc__img {
    width: 330px;
    margin: auto;
  }
  .gift-wrap__anc__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 24px 0 0;
  }
  .gift-wrap__anc__desc {
    font-size: 1.4rem;
    line-height: 1.9285714286;
    letter-spacing: 0;
    margin: 8px 0 0;
  }

  /* ====== 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) {


  .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;
    overflow-x: hidden;
	}

  #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 {
		margin: auto;
		text-align: center;
    margin-top: 0;
		margin-bottom: calc(140* (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(75* (100vw / 750));
	}

  .heading_sub_ttl{
    margin-bottom: calc(18* (100vw / 750));
    font-size: calc(38* (100vw / 750));
    line-height: 1.3684;
    letter-spacing: 0.1em;
    text-align: center;
  }

  body.Android .heading_sub_ttl{
    font-weight: 400;
  }

  body.Android .trajan{
    font-weight: 300;
  }

  .trajan{
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .heading_ttl{
    margin-bottom: calc(40* (100vw / 750));
    font-weight: 400;
    font-style: normal;
    font-size: calc(50* (100vw / 750));
    line-height: 1.6;
    letter-spacing: 0.1em;
    text-align: center;
  }

  .heading_txt{
    font-size: calc(26* (100vw / 750));
    letter-spacing: 0.12em;
    text-align: center;
  }

	/*コンテンツ部分*/
	.section{
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content_img{
    order: 1;
  }

  .content_ttl{
    font-size: calc(42* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.17em;
  }

  .content_txt{
    font-size: calc(24* (100vw / 750));
    letter-spacing: 0.1em;
  }

  .content_price{
    font-size: calc(24* (100vw / 750));
    margin-top: 1.4rem;
    text-align: right;
  }

/*1段目*/
  .sec01{
    margin-bottom: calc(242* (100vw / 750));
  }

  .sec01::after{
    position: absolute;
    content: "";
    background-color: #f6f6f6;
    width: 100VW;
    height: calc(2680* (100vw / 750));
    top: 10.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  .sec01 .content_list{
    width: 100%;
    margin: auto;
  }

  .sec01 .content_list:nth-last-of-type(1){
    width: 100%;
  }

  .sec01 .content_img{
    width: calc(600* (100vw / 750));
    margin: auto;
  }

  .sec01 .content_img:nth-last-of-type(1){
    width: calc(540* (100vw / 750));
    margin-top: calc(101* (100vw / 750));
  }

  .sec01 .content_inner{
    width: calc(540* (100vw / 750));
    margin: auto;
    margin-top: calc(54* (100vw / 750));
    order: 2;
  }

  .sec01 .content_inner:nth-last-of-type(1){
    width: calc(650* (100vw / 750));
    margin-top: calc(48* (100vw / 750));
  }

  .sec01 .content_ttl{
    text-align: center;
    margin-bottom: calc(38* (100vw / 750));
  }

  .sec01 .content_txt{
    text-align: center;
  }

  .sec01 .content_txt.tal{
    text-align: left;
  }


/*2段目*/
.sec02{
  margin-bottom: calc(152* (100vw / 750));
}

.sec02::after{
  position: absolute;
  content: "";
  background-color: #f6f6f6;
  width: 100VW;
  height: calc(944* (100vw / 750));
  top: calc(1416* (100vw / 750));
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sec02 .content_ttl{
  text-align: center;
  margin-bottom: calc(32* (100vw / 750));
}

.sec02 .content_txt{
  text-align: center;
  margin-bottom: calc(68* (100vw / 750));
}

.sec02 .content_img .content_txt{
  margin-top: calc(66* (100vw / 750));
  text-align: left;
}

.sec02 .content_img{
  width: 100%;
  margin: auto;
}

.sec02 .content_price{
  text-align: center;
  margin-bottom: calc(114* (100vw / 750));
}

.sec02 .content_img:nth-of-type(2){
  width: calc(540* (100vw / 750));
  margin: auto;
  margin-bottom: calc(110* (100vw / 750));
}

.sec02 .content_txt:nth-of-type(2){
  text-align: left;
  margin-bottom: 11.4rem;
}

.sec02 .content_img{
  width: 100%;
  margin: auto;
}

  .all_item{
    width: calc(570* (100vw / 750));
    margin: auto;
    margin-bottom: 0;
  }

  .gift-wrap {
    margin: calc(120* (100vw / 750)) 0 0;
  }
  .gift-wrap__anc {
    text-align: center;
  }
  .gift-wrap__anc__img {
    width: calc(590* (100vw / 750));
    margin: auto;
  }
  .gift-wrap__anc__ttl {
    font-size: calc(33* (100vw / 750));
    line-height: 1.5;
    letter-spacing: 0;
    margin: calc(30* (100vw / 750)) 0 0;
  }
  .gift-wrap__anc__desc {
    font-size: calc(58* 0.0625vw);
    line-height: 1.9285714286;
    letter-spacing: 0;
    margin: calc(-4* 0.0625vw) 0 0;

  }

  .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);
}
