@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
   ========================================================================== */
   .main_inner * {
    color: #343434;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }

  
  
  
  /* ==========================================================================
     Base
     ========================================================================== */
  .main_inner,
  .main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .main_inner *,
  .main * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  #wrap {
    width: 100%;
    background-image: url(../img/pc.jpg);
    background-size: 1600px;
    background-position-x: center;
    background-position-y: 60px;
    background-repeat: no-repeat;
  }
 
  #wrap .inner {
    width: 100rem;
    margin: 0 auto;
  }
  
  #wrap .inner img {
    width: 100%;
  }  

  .inner .txt {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.12em;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-weight: 400;
    font-style: normal;
  }

  .inner .txtm {
    font-size: 1.8rem;
    font-family: toppan-bunkyu-mincho-pr6n, serif;
    font-weight: 400;
    font-style: normal;
  }

  .inner .tsp {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
  }

  .inner .mv {
    margin-top: 3rem;
    text-align: center;
  }

  .inner .mv .txt01 {
    margin-top: 7rem;
    font-size: 1.9rem;
  }

  .inner .mv .txt02 {
    margin-top: 1rem;
    font-size: 3rem;
    letter-spacing: 0.08em;
  }
  
  .inner .mv .txt03 {
    margin-top: 3rem;
  }

  .inner02 {
    width: 90rem;
    padding-top: 3.5rem;
    margin:0 auto;
  }

  .inner .sec01 {
    margin-top: 8rem;
    display: flex;
    align-items: flex-end;
  }
  
  .inner .sec01 .img01 {
    width: 45rem;
  }

  .inner .sec01 .txtbox {
    margin-left: 4rem;
  }

  .inner .sec01 .txtbox .ttl02 {
    margin-top: 1.9rem;
    letter-spacing: 0.12em;
    display: inline-block;
    padding-bottom: 2.3rem;
    border-bottom: 1px dashed #343434 ;
  }

  .inner .sec01 .txtbox .txt01 {
    margin-top: 1.2rem;
  }

  .inner .sec01 .txtbox .prcbox {
    margin-top: 2.6rem;
    margin-bottom: -0.5rem;
  }

  .inner .sec02 {
    justify-content: flex-end;
  }

  .inner .sec02 .img01 {
    order: 2;
  }

  .inner .sec02 .txtbox {
    text-align: right;
    margin: 0 3.9rem  0 0;
  }

  .inner .sec02 .txtbox .prcbox {
    margin-top: 2.6rem;
    margin-bottom: -0.5rem;
  }

  .inner .sec03 .txtbox .ttl02 {
    line-height: 1.75;
    margin-top: 1.2rem;
    padding-bottom: 1.7rem;
  }

  .inner .sec04 {
    justify-content: flex-end;
  }

  .inner .sec04 .img01 {
    order: 2;
  }

  .inner .sec04 .txtbox {
    text-align: right;
    margin: 0 3.9rem  0 0;
  }

  .inner .sec04 .txtbox .prcbox {
    margin-top: 2.6rem;
    margin-bottom: -0.5rem;
  }

  .inner .sec04 .txtbox .ttl02 {
    line-height: 1.75;
    margin-top: 1.2rem;
    padding-bottom: 1.7rem;
  }

  .inner .viewall {
    width: 46rem;
    margin:15rem auto 0;
  }

  .inner .gift {
    width: 46rem;
    margin:4rem auto 0 ;
  }

  .inner .giftimg {
    width:33rem ;
    margin:8rem auto 0;
    text-align: center;
  }

  .inner .giftimg .txt01 {
    margin-top: 3rem;
    letter-spacing: 0.1em;
  }

  .inner .giftimg .txt02 {
    margin-top: 1.2rem;
  }
  





  
  #wrap .sp_only {
      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) {
  #wrap .sp_only {
    display: block!important;
  }
 
  #wrap .pc_only {
    display: none!important;
  } 
 
  #Contents {
    width: 100%;
    /* background-image: url(../img/sp.jpg); */
    background-size: 100%;
    background-position-x: center;
    background-position-y:-176px;
    background-repeat: no-repeat;
    color: #343434;
  }
 
  .bredlist.lp {
    line-height: 5.33333vw;
    font-size: 2.66667vw;
    margin: 3.33333vw auto;
    width: 92.592%;
    text-align: left;
    padding: 0;
  }

　.main_inner {
    padding: 0 calc(45 * (100vw / 750));
  }
  
  #wrap .inner {
    width: 100%;
    margin: 0 auto;
  }

  .inner .txt {
    font-size: calc(24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.1em;
  }

  .inner .prc {
    letter-spacing: 0.12em;
  }

  .inner .txtm {
    font-size: calc(36 * (100vw / 750));
  }

  .inner .tsp {
    font-size: calc(30 * (100vw / 750));
    letter-spacing: 0.05em;
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
  }

  .inner .mv {
    margin-top: 0;
    text-align: center;
  }

  .inner .mv .txt01 {
    margin-top: calc(85  * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  .inner .mv .txt02 {
    margin-top:calc(6  * (100vw / 750));
    font-size: calc(46 * (100vw / 750));
    letter-spacing: 0.08em;
  }
  
  .inner .mv .txt03 {
    margin-top: calc(60 * (100vw / 750));
    letter-spacing: 0.12em;
  }

  .inner02 {
    width: calc(600 * (100vw / 750));
    padding-top: 0;
    margin:0 auto;
  }

  .inner .sec01 {
    margin-top: calc(112  * (100vw / 750));
    display: flex;
    flex-direction: column;
  }
  
  .inner .sec01 .img01 {
    width: calc(600 * (100vw / 750));
  }

  .inner .sec01 .txtbox {
    margin-left: 0;
  }

  .inner .sec01 .txtbox .ttl01 {
    margin-top:calc(60 * (100vw / 750));
    text-align: center;
  }

  .inner .sec01 .txtbox .ttl02 {
    text-align: center;
    width: calc(600 * (100vw / 750));;
    margin-top:calc(36 * (100vw / 750));
    letter-spacing: 0.12em;
    display: block;
    padding-bottom: calc(48 * (100vw / 750));
    border-bottom: calc(2 * (100vw / 750)) dashed #343434;
  }

  .inner .sec01 .txtbox .txt01 {
    margin-top: calc(26 * (100vw / 750));
  }

  .inner .sec01 .txtbox .prcbox {
    margin-top: calc(37 * (100vw / 750));
    margin-bottom: 0;
    text-align: center;
  }

  .inner .sec02 {
    flex-direction: column;
  }

  .inner .sec02 .img01 {
    order: 1;
  }

  .inner .sec02 .txtbox {
    order: 2;
    text-align: left;
    margin:0 auto;
  }

  .inner .sec02 .txtbox .prcbox {
    margin-top: calc(38  * (100vw / 750));
    margin-bottom: 0;
  }

  .inner .sec02 .txtbox .txt01 {
    letter-spacing: 0.098em;
  }

  .inner .sec03 .txtbox .ttl02 {
    line-height: 1.75;
    margin-top: calc(22  * (100vw / 750));
    padding-bottom: calc(33  * (100vw / 750));
  }

  .inner .sec04 {
    justify-content: flex-end;
  }

  .inner .sec04 .img01 {
    order: 1;
  }

  .inner .sec04 .txtbox {
    order: 2;
    text-align: left;
    margin: 0 auto;
  }

  .inner .sec04 .txtbox .prcbox {
    margin-top: calc(36 * (100vw / 750));
    margin-bottom: 0;
  }

  .inner .sec04 .txtbox .ttl02 {
    line-height: 1.75;
    margin-top: calc(24  * (100vw / 750));
    padding-bottom:calc(33 * (100vw / 750));
  }

  .inner .sec05 .txtbox .ttl02  {
    white-space: nowrap;
  }

  .inner .viewall {
    width: calc(570 * (100vw / 750));
    margin: calc(233 * (100vw / 750)) 0 0 calc(84 * (100vw / 750));
  }

  .inner .gift {
    width:  calc(570 * (100vw / 750));
    margin:calc(60 * (100vw / 750)) 0 0 calc(84 * (100vw / 750)) ;
  }

  .inner .giftimg {
    width:calc(590 * (100vw / 750));
    margin:calc(120 * (100vw / 750)) auto 0;
    text-align: center;
  }

  .inner .giftimg .txt01 {
    margin-top: calc(40 * (100vw / 750));
    font-size:calc(28 * (100vw / 750)); ;
    letter-spacing: 0.15em;
  }

  .inner .giftimg .txt02 {
    margin-top: calc(12 * (100vw / 750));
    letter-spacing: 0.15em;
  }

  
 
  
 
 
 
 
 
 
}



/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}

/* ie */
@media all and (-ms-high-contrast: none) {
  .main_inner * {
    font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    font-style: normal;
  }

  .inner .txt ,.inner .txtm {
    font-family: toppan-bunkyu-mincho-pr6n, "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 400;
    font-style: normal;
  }
}
 
 
