@charset "UTF-8";

/* =====================================
    * setting for animation style *
===================================== */
/* .fade_top {
  transform: translateY(50px);
  opacity: 0;
  transition: all .6s;
}

.fade_top.delay{
  transition-delay: .5s;
}

.fade_top.in {
  transform: translateY(0);
  opacity: 1;
}
  } */

  .fadeIn {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
  }
  
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
          transform: translateY(0);
    }

#Contents {
  overflow-x: hidden;
}
img{
  width: 100%;
}
.pc_only{
  display: none;
}
#tanaka_16 {
  /* =============== 全体 ================================ */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  /* ============= コンテンツ共通 ====================== */
}
@font-face {
  font-family: 'Marbre-Sans';
  src:url('../../fonts/Marbre-Sans.ttf.woff') format('woff'),
      url('Marbre-Sans.ttf.svg#Marbre-Sans') format('svg'),
      url('Marbre-Sans.ttf.eot'),
      url('Marbre-Sans.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
#tanaka_16 .ttl,#tanaka_16 .num,#tanaka_16 .num_ttl{
  font-family: 'Marbre-Sans';
  transform: scaleX(1.2);
}
.tanaka_16_all{
  width: calc( 750 * (100vw / 750));
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: calc( 104 * (100vw / 750));
}
.tanaka_16_all .ttlbox{
  width: calc( 750 * (100vw / 750));
  margin: 0 auto;
}
#tanaka_16 .ttl{
  position: relative;
/*  height: calc( 160 * (100vw / 750));*/
}
.tanaka_16_all .num_ttl{
  display: block;
  display: none;
}
.tanaka_16_all .ttl span{
  display: inline-block;
}
.tanaka_16_all .ttl .js-target{
  display: none;
}
.tanaka_16_all .ttl .js-target:first-of-type{
  width: calc( 550 * (100vw / 750));
  margin: 0 auto;
  font-size: calc( 74 * (100vw / 750));
  padding-bottom: calc( 5 * (100vw / 750));
  letter-spacing: 0.16em;
  overflow: visible !important;
  line-height: 1;
}
.tanaka_16_all .ttl .js-target:nth-of-type(2){
  width: calc( 410 * (100vw / 750));
  margin: 0 auto;
  font-size: calc( 44 * (100vw / 750));
  padding-bottom: calc( 23 * (100vw / 750));
  letter-spacing: 0.15em;
  line-height: 1;
}
.tanaka_16_all .ttl::after{
  position: absolute;
  left: 50%;
  bottom: calc( 9 * (100vw / 750));
  transform: translateX(-50%);
  content: "";
  display: block;
  width: calc( 44 * (100vw / 750));
  border-bottom: calc( 2 * (100vw / 750)) solid #000000;
}
.tanaka_16_all .main_txt{
  text-align: center;
  font-size: calc( 24 * (100vw / 750));
  line-height: 1.58;
  font-weight: 500;
  padding-bottom: calc( 39 * (100vw / 750));
  letter-spacing: 0.14em;
}
.tanaka_16_all .main_txt span{
  display: inline-block;
  font-weight: 500;
}
.tanaka_16_all .main_txt span:first-child{
  letter-spacing: 0.05em;
  margin-left: calc( -8 * (100vw / 750));
  font-size: calc( 26 * (100vw / 750));
  line-height: normal;
  padding-bottom: calc( 29 * (100vw / 750));
}
.tanaka_16_all .main_txt span:last-child{
  line-height: normal;
  font-size: calc( 26 * (100vw / 750));
  letter-spacing: 0.01em;
  padding-top: calc( 9 * (100vw / 750));
  padding-right: calc( 4 * (100vw / 750));
}
.tanaka_16_all .sub_txt{
  text-align: start;
  width: calc( 610 * (100vw / 750));
  margin: 0 auto;
  font-size: calc( 24 * (100vw / 750));
  letter-spacing: 0.06em;
  line-height: 1.59;
  padding-bottom: calc( 83 * (100vw / 750));
}

/* sec1 */
.tanaka_16_all .sec1{
  position: relative;
}
.tanaka_16_all .sec1 .yoko_up{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 69 * (100vw / 750));
  position: absolute;
  top: calc( 270 * (100vw / 750));
  right: 0;
  z-index: -30;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec1 .yoko_down{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 144 * (100vw / 750));
  position: absolute;
  top: calc( 1178 * (100vw / 750));
  left: 0;
  z-index: -10;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec1 .tate{
  width: calc( 33 * (100vw / 750));
  height: calc( 1331 * (100vw / 750));
  background-color: #c1a479;
  position: absolute;
  top: calc( 133 * (100vw / 750));
  left: calc( 284 * (100vw / 750));
  z-index: -20;
  mix-blend-mode: multiply;
}
.tanaka_16_all .num{
  text-align: center;
}
.tanaka_16_all .num,.tanaka_16_all .num_ttl{
  width: calc( 590 * (100vw / 750));
  margin: 0 auto;
  font-size: calc( 48 * (100vw / 750));
  line-height: 1.21;
  letter-spacing: 0.13em;
}
.tanaka_16_all .num_ttl{
  margin-bottom: calc( 15 * (100vw / 750));
  padding-left: calc( 63 * (100vw / 750));
}
.tanaka_16_all .num_ttl .scon{
  padding-left: calc( 150 * (100vw / 750));
}
.tanaka_16_all .inner .model_01,.tanaka_16_all .inner .model_02{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc( 30 * (100vw / 750));
}
.tanaka_16_all .inner .model_02{
  margin-bottom: calc( 16 * (100vw / 750));
}
.tanaka_16_all .sec_txt{
  font-size: calc( 24 * (100vw / 750));
  line-height: 1.59;
  letter-spacing: 0.11em;
  margin-top: calc( 20 * (100vw / 750));
  margin-bottom: calc( 16 * (100vw / 750));
}
.tanaka_16_all .price{
  text-align: center;
  font-size: calc( 20 * (100vw / 750));
  line-height: 1.6;
  padding-bottom: calc( 39 * (100vw / 750));
}
.tanaka_16_all .model_03{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_03 .imgbox{
  width: calc( 491 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_03 .sec_txt{
  margin-top: calc( 20 * (100vw / 750));
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-bottom: calc( 17 * (100vw / 750));
}
.tanaka_16_all .model_03 ul::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding-top: calc( 48 * (100vw / 750));
}
/* sec2 */
.tanaka_16_all .sec2{
  position: relative;
}
.tanaka_16_all .sec2 .num,.tanaka_16_all .sec3 .num,.tanaka_16_all .sec4 .num,.tanaka_16_all .sec5 .num{
  padding-top: calc( 5 * (100vw / 750));
  padding-left: calc( 10 * (100vw / 750));
}
.tanaka_16_all .sec2 .num_ttl{
  width: calc( 585 * (100vw / 750));
  height: calc( 58 * (100vw / 750));
  margin-bottom: calc( 16 * (100vw / 750));
  letter-spacing: 0.12em;
  padding-left: calc( 43 * (100vw / 750));
}
.tanaka_16_all .inner .model_04,.tanaka_16_all .inner .model_05{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc( 29 * (100vw / 750));
}
.tanaka_16_all .sec2 .model_05 .sec_txt{
  line-height: 1.6;
  letter-spacing: 0.037em;
  margin-top: calc( 22 * (100vw / 750));
  margin-bottom: calc( 18 * (100vw / 750));
}
.tanaka_16_all .sec2 .model_05 .sec_txt span{
  letter-spacing: 0.05em;
}
.tanaka_16_all .model_05 .price{
  padding-bottom: calc( 10 * (100vw / 750));
}
.tanaka_16_all .model_06{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_06 .imgbox{
  width: calc( 491 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_06 .sec_txt{
  width: calc( 611 * (100vw / 750));
  margin: 0 auto;
  margin-top: calc( 19 * (100vw / 750));
  line-height: 1.6;
  letter-spacing: 0.065em;
  margin-bottom: calc( 17 * (100vw / 750));
}
.tanaka_16_all .model_06 ul::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding-top: calc( 48 * (100vw / 750));
}
/* sec3 */
.tanaka_16_all .sec3{
  position: relative;
}
.tanaka_16_all .sec3 .inner{
  margin-top: calc( -58 * (100vw / 750));
}
.tanaka_16_all .sec3 .num_ttl span{
  display: block;
}
.tanaka_16_all .sec3 .num_ttl{
  width: calc( 600 * (100vw / 750));
  height: calc( 115 * (100vw / 750));
  margin-bottom: calc( 17 * (100vw / 750));
  letter-spacing: 0.15em;
  padding-left: calc( 55 * (100vw / 750));
}
.tanaka_16_all .inner .model_07,.tanaka_16_all .inner .model_08{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc( 24 * (100vw / 750));
}
.tanaka_16_all .inner .model_08{
  margin-bottom: calc( 17 * (100vw / 750));
}
.tanaka_16_all .inner .model_08 .sec_txt{
  letter-spacing: 0.05em;
  margin-top: calc( 20 * (100vw / 750));
}
.tanaka_16_all .model_08 .price{
  padding-bottom: calc( 16 * (100vw / 750));
}
.tanaka_16_all .model_09{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_09 .imgbox{
  width: calc( 491 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_09 .sec_txt{
  margin-top: calc( 21 * (100vw / 750));
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-bottom: calc( 17 * (100vw / 750));
}
.tanaka_16_all .model_09 ul::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding-top: calc( 45 * (100vw / 750));
}
/* sec4 */
.tanaka_16_all .sec4{
  position: relative;
}
.tanaka_16_all .sec4 .num_ttl{
  letter-spacing: 0.07em;
  padding-left: calc( 55 * (100vw / 750));
  width: calc( 600 * (100vw / 750));
  height: calc( 48 * (100vw / 750));
  margin-bottom: calc( 26 * (100vw / 750));
}
.tanaka_16_all .sec4 .yoko_up{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 69 * (100vw / 750));
  position: absolute;
  top: calc( 270 * (100vw / 750));
  right: 0;
  z-index: -30;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec4 .yoko_down{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 144 * (100vw / 750));
  position: absolute;
  top: calc( 1178 * (100vw / 750));
  left: 0;
  z-index: -10;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec4 .tate{
  width: calc( 33 * (100vw / 750));
  height: calc( 1331 * (100vw / 750));
  background-color: #c1a479;
  position: absolute;
  top: calc( 133 * (100vw / 750));
  left: calc( 284 * (100vw / 750));
  z-index: -20;
  mix-blend-mode: multiply;
}
.tanaka_16_all .inner .model_10,.tanaka_16_all .inner .model_11{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc( 29 * (100vw / 750));
}
.tanaka_16_all .inner .model_11 .sec_txt{
  letter-spacing: 0.05em;
  margin-top: calc( 23 * (100vw / 750));
  margin-bottom: calc( 17 * (100vw / 750));
}
.tanaka_16_all .inner .model_11 .sec_txt span{
  letter-spacing: 0.07em;
}
.tanaka_16_all .model_11 .price{
  padding-bottom: calc( 12 * (100vw / 750));
}
.tanaka_16_all .model_12{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_12 .imgbox{
  width: calc( 491 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_12 .sec_txt{
  margin-top: calc( 23 * (100vw / 750));
  letter-spacing: 0.07em;
  line-height: 1.59;
  margin-bottom: calc( 14 * (100vw / 750));
}
.tanaka_16_all .model_12 ul::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding-top: calc( 47 * (100vw / 750));
}
/* sec5 */
.tanaka_16_all .sec5{
  position: relative;
}
.tanaka_16_all .sec5 .num_ttl{
  letter-spacing: 0.135em;
  line-height: 1.2;
  width: calc( 535 * (100vw / 750));
  height: calc( 100 * (100vw / 750));
  margin-bottom: calc( 28 * (100vw / 750));
  padding-left: calc( 55 * (100vw / 750));
}
.tanaka_16_all .sec5 .num_ttl .scon{
  padding-left: calc( 118 * (100vw / 750));
}
.tanaka_16_all .sec5 .yoko_up{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 69 * (100vw / 750));
  position: absolute;
  top: calc( 270 * (100vw / 750));
  right: 0;
  z-index: -30;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec5 .yoko_down{
  width: 79.416vw;
  background-color: #eddbd7;
  height: calc( 144 * (100vw / 750));
  position: absolute;
  top: calc( 1178 * (100vw / 750));
  left: 0;
  z-index: -10;
  mix-blend-mode: multiply;
}
.tanaka_16_all .sec5 .tate{
  width: calc( 33 * (100vw / 750));
  height: calc( 1331 * (100vw / 750));
  background-color: #c1a479;
  position: absolute;
  top: calc( 133 * (100vw / 750));
  left: calc( 284 * (100vw / 750));
  z-index: -20;
  mix-blend-mode: multiply;
}
.tanaka_16_all .inner .model_13,.tanaka_16_all .inner .model_14{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc( 29 * (100vw / 750));
}
.tanaka_16_all .inner .model_14 .sec_txt{
  letter-spacing: 0.09em;
  margin-top: calc( 23 * (100vw / 750));
}
.tanaka_16_all .model_14 .price{
  padding-bottom: calc( 10 * (100vw / 750));
}
.tanaka_16_all .model_15{
  width: calc( 601 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_15 .imgbox{
  width: calc( 491 * (100vw / 750));
  margin: 0 auto;
}
.tanaka_16_all .model_15 .sec_txt{
  margin-top: calc( 23 * (100vw / 750));
  letter-spacing: 0.045em;
  line-height: 1.6;
  margin-bottom: calc( 15 * (100vw / 750));
}
.tanaka_16_all .model_15 ul::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: 1px solid #000000;
  padding-top: calc( 45 * (100vw / 750));
}
/* tanaka_footer */
.tanaka_footer{
  margin-top: calc( 53 * (100vw / 750));
}
.tanaka_footer .model_profile{
  font-size: calc( 24 * (100vw / 750));
  line-height: 1.6;
  letter-spacing: 0.015em;
  width: calc( 598 * (100vw / 750));
  margin: 0 auto;
  padding-bottom: calc( 94 * (100vw / 750));
}
.tanaka_footer .model_profile span{
  letter-spacing: 0.035em;
}
.tanaka_footer .model_profile::after{
  content: "";
  display: block;
  width: calc( 600 * (100vw / 750));
  margin: 0 auto;
  border-bottom: calc( 2 * (100vw / 750)) solid #000000;
  padding-top: calc( 90 * (100vw / 750));
}
.tanaka_footer .staff{
  text-align: center;
  font-size: calc( 20 * (100vw / 750));
  line-height: 1.6;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: calc( 100 * (100vw / 750));
}
.tanaka_btn a{
  display: block;
  margin: 0 auto;
  font-size: calc( 40 * (100vw / 750));
  font-weight: 200;
  letter-spacing: 0.09em;
  width: calc( 676 * (100vw / 750));
  height: calc( 208 * (100vw / 750));
  box-sizing: border-box;
  border: calc( 2 * (100vw / 750)) solid #000000;
  text-align: center;
  line-height: calc( 208 * (100vw / 750));
  margin-bottom: calc( 273 * (100vw / 750));
}

/* animation */
.sec_all {
  position: relative;
}

.sec_all__inner {
  display: block;
  opacity: 0;
}

.sec_all__inner.onView {
  opacity: 1;
}

.fade-y-top {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}

.fade-y-btm {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

.fade-x-left {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

.fade-x-right {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

.fade-y-top.onView,
.fade-y-btm.onView {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-x-left.onView,
.fade-x-right.onView {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}