@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: 120rem;
    margin: 0 auto;
  }
  
  #wrap .inner img {
    width: 100%;
    /* opacity: 0.5; */
  }

  .inner .txt {
    font-size: 1.4rem;
    line-height:2;
    letter-spacing: 0.12em;
  }

  .inner .trajan {
    font-size: 1.7rem;
    line-height:1.65;
    letter-spacing: 0.12em;
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
  }
  
  .inner .prcbox {
    font-size: 1.4rem;
    line-height:2;
    letter-spacing: 0.12em;
    margin-top: 5rem;
  }

  .inner .mv {
    width: 90rem;
    margin: 3rem auto 0;
  }

  .inner .mv .txt01 {
    margin-top: 4.6rem;
    font-size: 2.8rem;
    line-height: 2;
    text-align: center;
    letter-spacing:0.1em;
  }

  .inner .mv .txt02 {
    margin-top: 4.5rem;
    text-align: center;
  }

  .inner .sec01 {
    margin-top: 9.7rem;
    text-align: center;
  }

  .inner .sec01 .imgbox {
    width: 81rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }

  .inner .sec01 .imgbox .imgsize {
    width: 39rem;
  }

  .inner .sec01 .txt01 {
    margin-top: 5.2rem;
  }
  
  .inner .sec01 .txt02 {
    margin-top: 2.8rem;
  }

  .inner .sec01 .txt03 {
    margin-top: 2.8rem;
  }

  .inner .sec01 .prcbox li:nth-child(1),
  .inner .sec01 .prcbox li:nth-child(2),
  .inner .sec01 .prcbox li:nth-child(3) {
    display: inline-block;
  }

  .inner .sec02 {
    margin-top: 9.5rem;
  }

  .sec03 .line {
    margin: 9.4rem auto 0;
    width:120rem;
    height: 0.1rem;
    background-color: #7d7d7d;

  }
  .sec03 .itbox {
    margin: 9.4rem auto 0;
    width: 76rem;
    display: flex;
    justify-content: space-between;
  }

  .sec03 .itbox .imgsize02 {
    width: 33rem;
  }

  .sec03 .itbox .imgbox01 .img06{
    margin-top: 1.8rem;
  }

  .sec03 .itbox .imgbox01 .img07{
    margin-top: 3.9rem;
  }

  .sec03 .itbox .imgbox01 .img08 {
    margin-top: 1.8rem;
  }

  .sec03 .itbox .imgbox01 .img09{
    margin-top: 3.9rem;
  }

  .sec03 .itbox .imgbox01 .colorbox {
    margin:2rem 0 0 auto;
    width: 4.9rem;
    display: flex;
    justify-content: space-between;
  }

  .sec03 .itbox .imgbox01 .colorbox li{
    width: 1.1rem;
    height: 1.1rem;
  }

  .sec03 .itbox .imgbox01 .colorbox li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .sec03 .itbox .imgbox01 .colorbox li:nth-child(1){
    background-color: #852017;
  }

  .sec03 .itbox .imgbox01 .colorbox li:nth-child(2){
    background-color: #612a1b;
    margin-left: 0.8rem;
  }

  .sec03 .itbox .imgbox01 .colorbox li:nth-child(3){
    background-color: #aa9b8f;
    margin-left: 0.8rem;
  }

  .sec03 .itbox .imgbox02 .colorbox02 li:nth-child(1){
    background-color: #aa9b8f;
  }

  .sec03 .itbox .imgbox02 .colorbox02 li:nth-child(2){
    background-color: #422828;
  }

  .sec03 .itbox .imgbox02 .colorbox02 li:nth-child(3){
    background-color: #172751;
  }

  .sec03 .itbox .imgbox01 .prcbox02 {
    font-size: 1.4rem;
    line-height: 2.3;
    letter-spacing: 0.12em;
    margin-top: 2.1rem;
    text-align: right;
  }

  .viewall {
    width: 46rem;
    margin: 14.3rem auto 2.2rem;
  }


  

  

  
  
  



  .slick-dots {
    display: none!important;
  }
  

  
  #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!important;
  }
 
  .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));
  }

  a{
    color: #343434;
  }
  
  #wrap .inner {
    width: 100%;
    margin: 0 auto;
  }

  .inner .txt {
    font-size: calc(24 * (100vw / 750));
    line-height:2;
    letter-spacing: 0.12em;
  }

  .inner .trajan {
    font-size: calc(30 * (100vw / 750));
    line-height:1;
    letter-spacing: 0.12em;
    font-family: trajan-sans-pro, sans-serif;
    font-weight: 400;
  }
  
  .inner .prcbox {
    font-size: calc(24 * (100vw / 750));
    line-height:2;
    letter-spacing: 0.12em;
    margin-top: calc(42 * (100vw / 750));
  }

  .inner .mv {
    width: 100%;
    margin: calc(50 * (100vw / 750)) auto 0;
  }

  .inner .mv .txt01 {
    margin-top: calc(67 * (100vw / 750));
    font-size: calc(38 * (100vw / 750));
    line-height: 1.8;
    text-align: center;
    letter-spacing:0.1em;
  }

  .inner .mv .txt02 {
    margin-top: calc(40 * (100vw / 750));
    text-align: center;
  }

  .inner .sec01 {
    margin-top: calc(93 * (100vw / 750));
    text-align: center;
  }

  .inner .sec01 .imgbox {
    width: calc(630 * (100vw / 750));
    flex-direction: column;
    margin: 0 auto;
  }

  .inner .sec01 .imgbox .img02 {
    margin-top:calc(60 * (100vw / 750));
  }

  .inner .sec01 .imgbox .imgsize {
    width:calc(630 * (100vw / 750));
  }

  .inner .sec01 .txt01 {
    margin-top: calc(68 * (100vw / 750));
  }
  
  .inner .sec01 .txt02 {
    margin-top: calc(41 * (100vw / 750));
  }

  .inner .sec01 .txt03 {
    margin-top: calc(40 * (100vw / 750));
  }

  .inner .sec01 .prcbox li:nth-child(1),
  .inner .sec01 .prcbox li:nth-child(2),
  .inner .sec01 .prcbox li:nth-child(3) {
    display: block;
  }

  .inner .sec02 {
    margin-top:calc(91  * (100vw / 750));
  }

  .inner .sec02 .imgbox .img02 {
    margin-top:calc(55 * (100vw / 750));
  }

  .sec03 .line {
    margin:calc(90 * (100vw / 750)) auto 0;
    width:calc(700 * (100vw / 750));
    height: calc(2 * (100vw / 750));
  }
  .sec03 .itbox {
    margin: calc(120 * (100vw / 750)) auto 0;
    width: calc(650 * (100vw / 750));
    flex-direction: column;
  }

  .sec03 .itbox .imgsize02 {
    width: calc(312 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 {
    width: calc(650 * (100vw / 750));
    display: flex;
    justify-content:space-between;
  }

  .sec03 .itbox .imgbox01 .img06{
    margin-top: calc(45 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .img07{
    margin-top: calc(75 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .img08 {
    margin-top: calc(38 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .img09{
    margin-top: calc(68 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .colorbox {
    margin:calc(30 * (100vw / 750)) 0 0 auto;
    width: calc(90 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .colorbox li{
    width: calc(20 * (100vw / 750));
    height: calc(20 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .colorbox li:nth-child(2){
    margin-left:calc(15 * (100vw / 750));
  }

  .sec03 .itbox .imgbox01 .colorbox li:nth-child(3){
    margin-left: calc(15 * (100vw / 750));
  }


  .sec03 .itbox .imgbox01 .prcbox02 {
    font-size: calc(24 * (100vw / 750));
    line-height: 2;
    letter-spacing: 0.12em;
    margin-top:calc(28 * (100vw / 750));
    text-align: right;
  }

  .sec03 .itbox .imgbox02 {
    margin-top:calc(95 * (100vw / 750)); 
  }

  .viewall {
    width: calc(570 * (100vw / 750));
    margin: calc(143 * (100vw / 750)) 0 0 calc(85 * (100vw / 750));
  }


}











/* fade */
.fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}

.fade.onView {
  opacity: 1;
  transform: translateY(0);
}

 
 

