@import url("https://use.typekit.net/bnf7jzd.css");
@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@300;400&display=swap');
@import url(//db.onlinewebfonts.com/c/2e99e496701618c331dfe3e3683ca7e8?family=Optima+LT+Std);
@font-face {font-family: "Optima LT Std"; src: url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.eot"); src: url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.woff") format("woff"), url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2e99e496701618c331dfe3e3683ca7e8.svg#Optima LT Std") format("svg"); }

@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);
}

/*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.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: 8.4rem;
	}

	.heading_img {
		width: 80rem;
		margin: auto;
		margin-bottom: 4.6rem;
	}

  .heading_ttl{
    margin-bottom: 0.3rem;
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .heading_sub_ttl{
    margin-bottom: 2.6rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
  }

	/*コンテンツ部分*/
	.section{
    width: 80rem;
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    justify-content: space-between;
    width: 80rem;
    margin: auto;
    margin-bottom: 6rem;
  }

  .content_ttl{
    width: 80rem;
    margin: auto;
    margin-bottom: 0.7rem;
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2rem;
    line-height: 2.2;
    letter-spacing: 0.15em;
  }

  .content_ttl.border_bottom{
    position: relative;
    text-align: left;
  }

  .content_ttl.border_bottom::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 0.1rem #343434;
    animation: border_anim 1.8s ease forwards;
  }

  .sec01 .content_ttl.ttl02{
    margin-top: 2.6rem;
    margin-bottom: 1.8rem;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }

  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }

  .color_main_ttl{
    margin-top: 2.8rem;
    margin-bottom: 2.2rem;
    font-size: 2.2rem;
    line-height: 2.545454;
    letter-spacing: 0.1em;
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }

  .color_ttl{
    margin-bottom: 1.5rem;
    margin-left: 0.8rem;
    font-size: 1.8rem;
    line-height: 1.51888;
    letter-spacing: 0.13em;
    font-family: 'Optima LT Std', sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    align-items: center;
  }

  .color_ttl .color_tip{
    width: 5.4rem;
    margin-top: 0.4rem;
    margin-right: 2rem;
  }

  .color_ttl .color_tip.tip02{
    width: 6.4rem;
    margin-top: 0;
    margin-right: 2rem;
  }

  .color_ttl.color_ttl02{
    margin-left: 0;
  }

  .color_list{
    display: flex;
    justify-content: space-between;
    width: 64rem;
    margin: auto;
  }

  .color_list .color_tip{
    margin: auto;
    margin-bottom: 2rem;
  }

  .tip_ttl{
    font-size: 1.6rem;
    line-height: 1.51888;
    font-family: 'Optima LT Std', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
  }

  .color_inner{
    width: 9.5rem;
  }

  .color_tip{
    width: 5.7rem;
  }

  .color_ttl{
    text-align: center;
  }

  .content_price{
    font-size: 1.2rem;
    line-height: 2.1666;
    letter-spacing: 0.1em;
  }

  .content_slider_list{
    width: 39rem;
  }

/*1段目*/
  .section.sec01{
    margin-bottom: 10rem;
  }

  .sec01 .content_list{
    margin-bottom: 3rem;
  }

  .sec01 .content_inner{
    margin-top: 0.4rem;
    width: 46rem;
  }

  .sec01 .content_img{
    width: 30rem;
  }

  .sec01 .content_txt{
    margin-bottom: 3rem;
    letter-spacing: 0.08em;
  }

  .sec01 .day_txt{
    top: 27.5rem;
    right: -0.6rem;
  }

  .sec01 .item_area{
    bottom: -3.2rem;
    left: -5rem;
    z-index: -1;
  }

/*2段目*/

  .section.sec02{
    margin-bottom: 8.8rem;
  }

  .sec02 .content_img{
    width: 42rem;
  }

  .sec02 .content_slider_list{
    width: 42rem;
  }

  .sec02 .content_inner{
    width: 34rem;
    margin-top: 14.2rem;
  }

  .sec02 .content_inner.inner02{
    margin-top: 15.4rem;
  }

  .sec02 .content_txt{
    text-align: left;
    margin-bottom: 3.6rem;
  }

  .sec02 .item_list{
    width: 66rem;
  }

  .sec02 .content_price{
    margin-top: -1rem;
  }

  .sec02 .day_txt{
    width: 17.6rem;
    top: 55.8rem;
    left: 0;
  }

  .sec02 .item_area{
    bottom: -3rem;
    left: 0.2rem;
    z-index: -1;
  }

/*3段目*/

.section.sec03{
  margin-bottom: 9.4rem;
}

.sec03 .content_ttl{
  margin-bottom: 3.8rem;
  text-align: left;
  font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", serif!important;
  letter-spacing: 0.1em;
}

.sec03 .content_list{
  margin-bottom: 3.3rem;
}

.sec03 .content_img{
  width: 39.6rem;
}

.sec03 .content_txt{
  text-align: left;
  margin-bottom: 2.6rem;
}


  .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) {


  .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: center;
		margin-bottom: calc(90* (100vw / 750));
	}

	.heading_img {
		width: 100%;
		margin: auto;
		margin-bottom: calc(56* (100vw / 750));
	}

  .heading_ttl{
    margin-bottom: calc(22* (100vw / 750));
    font-size: calc(46* (100vw / 750));
    line-height: 1.2173;
  }

  .heading_txt{
     font-size: calc(22* (100vw / 750));
     letter-spacing: 0.1em;
  }

  .heading_sub_ttl{
    margin-bottom: calc(40* (100vw / 750));
    font-size: calc(32* (100vw / 750));
    font-weight: normal;
  }

	/*コンテンツ部分*/
	.section{
    width: calc(650* (100vw / 750));
    margin: auto;
		position: relative;
	}

  .content_list{
    display: flex;
    justify-content: normal;
    flex-direction: column;
    width: calc(650* (100vw / 750));
    margin: auto;
    margin-bottom: calc(96* (100vw / 750));
  }

  .content_ttl{
    width: calc(648* (100vw / 750));
    margin-bottom: calc(40* (100vw / 750));
    font-family: roma,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: calc(36* (100vw / 750));
    line-height: 1.5555;
    letter-spacing: 0.1em;
  }

  .content_ttl.border_bottom{
    position: relative;
    line-height: 2.4;
    text-align: left;
  }

  .content_ttl.border_bottom::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: solid 0.1rem #343434;
    animation: border_anim 1.8s linear forwards;
  }

  .sec01 .content_ttl.ttl02{
    margin-top: calc(30* (100vw / 750));
    margin-bottom: calc(30* (100vw / 750));
    text-align: center;
    font-size: calc(36* (100vw / 750));
    letter-spacing: 0.1em;
  }

  @keyframes border_anim {
    0%{
      width: 0%;
    }
    100%{
      width: 100%;
    }
  }

  .color_main_ttl{
    margin-top: calc(28* (100vw / 750));
    margin-bottom: calc(42* (100vw / 750));
    font-size: calc(36* (100vw / 750));
    line-height: 1.5555;
    text-align: center;
  }

  .color_ttl{
    margin-bottom: calc(28* (100vw / 750));
    margin-left: calc(38* (100vw / 750));
    font-size: calc(28* (100vw / 750));
    line-height: 1.6071;
    letter-spacing: 0.13em;
    display: flex;
    align-items: center;
  }

  .color_ttl .color_tip{
    width: calc(90* (100vw / 750));
    margin-top: calc(4* (100vw / 750));
    margin-right: calc(34* (100vw / 750));
  }

  .color_ttl .color_tip.tip02{
    width: calc(104* (100vw / 750));
    margin-top: 0;
    margin-right: calc(34* (100vw / 750));
  }

  .color_ttl.color_ttl02{
    margin-left: calc(22* (100vw / 750));
  }

  .color_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: calc(484* (100vw / 750));
    margin: auto;
  }

  .color_list .color_inner.inner01{
    width: calc(241* (100vw / 750));
  }

  .color_list .color_tip{
    margin: auto;
    margin-bottom: calc(30* (100vw / 750));
  }

  .tip_ttl{
    font-size: calc(24* (100vw / 750));
    line-height: 1.7083;
  }

  .color_inner{
    width: calc(140* (100vw / 750));
    margin-bottom: calc(40* (100vw / 750));
  }

  .color_tip{
    width: calc(94* (100vw / 750));
  }

  .color_ttl{
    text-align: center;
  }

.color_tip.first_tip{
    margin-right: calc(28* (100vw / 750));
    margin-top: calc(-8* (100vw / 750));
    margin-bottom: calc(38* (100vw / 750));
  }

  .content_price{
    font-size: calc(22* (100vw / 750));
    line-height: 2;
  }

  .content_slider_list{
    width: calc(650* (100vw / 750));
  }

/*1段目*/
  .section.sec01{
    margin-bottom: calc(60* (100vw / 750));
  }

  .sec01 .content_list{
    margin-bottom: calc(30* (100vw / 750));
  }

  .sec01 .content_inner{
    margin-top: calc(4* (100vw / 750));
    width: calc(650* (100vw / 750));
    order: 2;
  }

  .sec01 .content_img{
    width: calc(452* (100vw / 750));
    margin: auto;
    order: 1;
  }

  .sec01 .content_txt{
    width: calc(604* (100vw / 750));
    margin: auto;
    margin-bottom: calc(50* (100vw / 750));
    font-size: calc(22* (100vw / 750));
    line-height: 2;
    letter-spacing: 0.1em;
  }

/*2段目*/

  .section.sec02{
    margin-bottom: calc(88* (100vw / 750));
  }

  .sec02 .content_img{
    width: calc(650* (100vw / 750));
    order: 1;
  }

  .sec02 .content_slider_list{
    width: calc(650* (100vw / 750));
  }

  .sec02 .content_inner{
    width: calc(650* (100vw / 750));
    margin-top: calc(30* (100vw / 750));
    order: 2;
  }

  .sec02 .content_inner.inner02{
    margin-top: calc(30* (100vw / 750));
  }

  .sec02 .content_inner.inner03{
    margin-top: calc(44* (100vw / 750));
  }

  .sec02 .content_txt{
    font-size: calc(22* (100vw / 750));
    letter-spacing: 0.1em;
    text-align: left;
    margin-bottom: calc(38* (100vw / 750));
  }

  .sec02 .content_price{
    margin-top: 0;
  }

/*3段目*/

.section.sec03{
  margin-bottom: calc(116* (100vw / 750));
}

.sec03 .content_ttl{
  margin-bottom: calc(39* (100vw / 750));
  text-align: left;
  font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif", serif!important;
  letter-spacing: 0.16em;
}

.sec03 .content_list{
  margin-bottom: calc(48* (100vw / 750));
}

.sec03 .content_img{
  width: calc(650* (100vw / 750));
}

.sec03 .content_txt{
  font-size: calc(22* (100vw / 750));
  text-align: left;
  margin-bottom: calc(32* (100vw / 750));
}


  .all_item{
    width: calc(570* (100vw / 750));
    margin: auto;
    margin-bottom: 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);
}
