@import url("https://use.typekit.net/bnf7jzd.css");

@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: 1200px) {
    html {
      font-size: calc(10* (100vw / 1200))!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*/


  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  #Contents {
    max-width: 1600px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center -158px;
    height: auto;
    margin: 0 auto;
    background-image: url(./img/page_pc.png);
  }

/*basic*/

  .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-bottom: 11.6rem;
  }

  .heading_img{
    width: 90rem;
    margin: auto;
    margin-bottom: 7.5rem;
  }

/*コンテンツ部分*/

  .content_wrap{
    width: 68.1rem;
    display: flex;
    margin: auto;
    margin-bottom: 7.3rem;
  }

  .content_price{
    text-align: right;
    font-size: 1.2rem;
    letter-spacing: 0.09em;
    text-align: right;
  }

  .content_ttl{
    margin-top: 5.6rem;
    margin-left: -1.7rem;
    text-align: left;
    z-index: 1;
  }

  .content_txt{
    letter-spacing: 0.09em;
  }

  .scene_txt{
    padding-left: 1.2rem;
    margin-bottom: 1rem;
    background-color: #fff;
    font-size: 1.5rem;
    font-family: priori-serif, serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }

  .scene_number{
    font-size: 2.1rem;
    margin-left: 0.5rem;
  }

  .ttl_txt{
    padding-left: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    font-size: 2rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }

  .content_main_img{
    width: 32rem;
    margin-left: 1.9rem;
  }

  .content_list{
    display: flex;
    justify-content: space-between;
    margin: auto;
  }

  .mb_price{
    margin-bottom: 0.9rem;
  }

  .content_sub_img{
    width: 43rem;
    margin: auto;
  }

  .tal{
    text-align: left;
  }

  .tar{
    text-align: right;
  }

  /*1段目*/
  .sec01{
    margin: auto;
    margin-bottom: 12rem;
  }

  .sec01 .content_list{
    width: 81rem;
    margin-bottom: 9.8rem;
  }

  .sec01 .content_img{
    width: 39rem;
  }

  .sec01 .content_txt{
    margin-bottom: 7.5rem;
  }

  .border{
    width: 108rem;
    margin: auto;
    margin-bottom: 12rem;
    border-bottom: 0.1rem #b3b3b3 solid;
  }


  /*2段目*/
  .sec02{
    margin: auto;
    margin-bottom: 10.7rem;
  }

  .sec02 .content_ttl{
    margin-top: 7.4rem;
    margin-left: -1.7rem;
  }

  .sec02 .content_list{
    width: 84rem;
    margin-bottom: 11.4rem;
  }

  .sec02 .list_txt{
    letter-spacing: 0.02em;
    line-height: 1.9;
  }

  .sec02 .list_txt2{
    letter-spacing: 0;
    line-height: 1.9;
  }

  .content_img_big{
    width: 42rem;
  }

  .big_bottom{
    margin-bottom: 1rem;
  }

  .content_img_small{
    width: 37rem;
  }

  .content_img_small2{
    width: 36rem;
  }

  .small_bottom{
    margin-bottom: 4.5rem;
  }

  .sec02 .content_txt{
    margin-bottom: 7.6rem;
  }

  .big_bottom2{
    margin-bottom: 0.9rem;
  }

  .small_bottom2{
    margin-bottom: 4.3rem;
  }

  .sec02 .content_sub_img{
    margin-top: -1.6rem;
  }

/*all_item*/
  .all_item_btn{
    width: 46rem;
    margin:0 auto;
  }

/* ====== TABLET ===== */







/* ====== SP ===== */
@media only screen and (max-width: 750px) {

  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }

 #Contents {
    max-width: calc(767* (100vw/750));
    background-position: center calc(198* (100vw/750));
    background-image: url(./img/page_sp.png);
  }

/*basic*/

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
/*basic*/

.main_container {
  font-size: calc(24* (100vw / 750));
  line-height: 2.1;
}

/*ヘッド部分*/

.heading{
  margin-bottom: calc(115* (100vw / 750));
}

.heading_img{
  width: 100%;
  margin-bottom: calc(66* (100vw / 750));
}

/*コンテンツ部分*/

.content_wrap{
  width: calc(635* (100vw / 750));
  flex-direction: column;
  margin: auto;
  margin-bottom: calc(45* (100vw / 750));
}

.content_price{
  text-align: right;
  font-size: calc(22* (100vw / 750));
  letter-spacing: 0.1em;
}

.content_ttl{
  margin-top: 0;
  margin-left: 0;
  text-align: center;
}

.content_txt{
  line-height: 2;
  letter-spacing: 0.1em;
}

.scene_txt{
  width: calc(166* (100vw / 750));
  padding-left: 0;
  padding-right: 0;
  margin:0 auto;
  margin-top: calc(-21* (100vw / 750));
  margin-bottom: calc(22* (100vw / 750));
  font-size: calc(28* (100vw / 750));
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.scene_number{
  font-size: calc(38* (100vw / 750));
  margin-left: calc(11* (100vw / 750));
}

.ttl_txt{
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: none;
  font-size: calc(36* (100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.content_main_img{
  width: calc(450* (100vw / 750));
  margin: 0 auto;
  margin-left: auto;
}

.content_list{
  display: flex;
  justify-content: normal;
  flex-direction: column;
  margin: auto;
}

.mb_price{
  margin-bottom: calc(22* (100vw / 750));
}

.content_sub_img{
  margin: auto;
}

.tal{
  text-align: left;
}

.tar{
  text-align: right;
}

.mb48{
  margin-bottom: calc(48* (100vw / 750));
}

.mb44{
  margin-bottom: calc(44* (100vw / 750));
}

.mb72{
  margin-bottom: calc(72* (100vw / 750));
}

/*1段目*/
.sec01{
  width: calc(710* (100vw / 750));
  margin: auto;
  margin-bottom: calc(120* (100vw / 750));
}

.sec01 .content_list{
  width: calc(630* (100vw / 750));
  margin-bottom: calc(90* (100vw / 750));
}

.sec01 .content_list:nth-of-type(2n){
  margin-bottom: calc(108* (100vw / 750));
}

.sec01 .content_img{
  width: calc(630* (100vw / 750));
}

.sec01 .content_txt{
  margin-bottom: calc(89* (100vw / 750));
}

.sec01 .content_sub_img{
  width: calc(710* (100vw / 750));
}

.border{
  width: 0;
  margin: 0;
  border-bottom: 0;
}

hr{
  width: calc(700* (100vw / 750));
  margin: auto;
  margin-bottom: calc(120* (100vw / 750));
  border-top: calc(2* (100vw / 750)) solid #b3b3b3; /*#b3b3b3*/
}

/*2段目*/
.sec02{
  margin: auto;
  margin-bottom: calc(200* (100vw / 750));
}

.sec02 .content_ttl{
  margin-top: 0;
  margin-left: 0;
}

.sec02 .content_list{
  width: calc(660* (100vw / 750));
  margin-bottom: calc(98* (100vw / 750));
}

.sec02 .content_list:nth-of-type(2n){
  margin-bottom: calc(140* (100vw / 750));
}

.sec02 .list_txt{
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.sec02 .list_txt2{
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.content_img_big{
  width: calc(655* (100vw / 750));
  order: 1;
}

.big_bottom{
  margin-bottom: calc(28* (100vw / 750));
}

.content_img_small{
  width: calc(518* (100vw / 750));
  order: 2;
}

.small_bottom{
  margin-bottom: calc(42* (100vw / 750));
}

.sec02 .content_txt{
  margin-bottom: calc(99* (100vw / 750));
}

.big_bottom2{
  margin-bottom: calc(19* (100vw / 750));
}

.content_img_small2{
  width: calc(520* (100vw / 750));
  margin-left: auto;
  order: 2;
}

.small_bottom2{
  margin-bottom: calc(42* (100vw / 750));
}

.sec02 .content_sub_img{
  width: calc(710* (100vw / 750));
  margin-top: calc(-24* (100vw / 750));
}

/*all_item*/
.all_item_btn{
  width: calc(570* (100vw / 750));
  margin:0 auto;
}

  }


/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}