@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
  }
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
/* =================
	all
================= */
img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}
.main-area .main-inner{
    width: 100%;
    max-width: none;
}
#drs_1217{
    width: 100%;
    margin: 0 auto;
    font-feature-settings: "palt";
    box-sizing: border-box;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
#drs_1217 .cnt_1217{
    width: 1200px;
    margin: 0 auto;
}
#drs_1217 .price{
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 38px;
}
#drs_1217 .txt{
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.93;
    font-feature-settings: normal;
}
#drs_1217 .te_c{
    text-align: center;
}
#drs_1217 .num{
    font-size: 54px;
    color: #111111;
    margin-bottom: 3px;
}
#drs_1217 .credit{
    font-size: 19px;
    margin-bottom: 15px;
}
#drs_1217 .acp_ft{
    font-family: adobe-caslon-pro,serif;
    font-weight: 400;
    font-style: normal;
}
#drs_1217 .alf_ft{
    font-family: al-fresco,sans-serif;
    font-weight: 400;
    font-style: normal;
}
#drs_1217 .cnt{
    display: flex;
    justify-content: space-between;
}
.sp_only{
    display: none !important;
}
/* =================
	ttl
================= */
#drs_1217 .ttl{
    margin: 81px auto 18px;
    font-size: 58px;
}
#drs_1217 .sub_ttl{
    margin: 0 auto 23px;
    font-size: 52px;
    letter-spacing: -0.01em;
}
#drs_1217 .sub_txt{
    font-size: 17px;
    letter-spacing: 0.11em;
    margin-bottom: 40px;
    position: relative;
}
#drs_1217 .ttl_sub_txt{
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 110px;
	line-height: 2;
	text-align: center;
    position: relative;
}
#drs_1217 .ttl_sub_txt::before{
    content: "";
    position: absolute;
    width: 51px;
    height: 1px;
    top: 110px;
    left: 48%;
    background-color: #000;
}
/* =================
	sec1
================= */
#drs_1217 .sec1{
    width: 1100px;
    margin: 0 auto 172px;
}
#drs_1217 .sec1 .model_01{
    width: 480px;
    margin: 0 auto 35px;
}
#drs_1217 .sec1 .cnt._01{
    width: 1002px;
    margin-left: 107px;
}
#drs_1217 .sec1 .cnt._01 .txt{
    width: 348px;
}
#drs_1217 .sec1 .cnt._01 .imgbox{
    width: 450px;
    margin-top: 85px;
}
#drs_1217 .sec1 .model_02{
    width: 491px;
    margin: -124px 0 0 8px;
}
#drs_1217 .sec1 .cnt._02{
    width: 755px;
    margin: -172px 0 0 285px;
}
#drs_1217 .sec1 .cnt._02 .txt{
    width: 295px;
    margin-top: 480px;
    letter-spacing: 0.065em;
}
#drs_1217 .sec1 .cnt._02 .imgbox{
    width: 421px;
}
/* =================
	sec2
================= */
#drs_1217 .sec2{
    margin-bottom: 138px;
}
#drs_1217 .sec2 .model{
    width: 500px;
    margin: 0 auto;
}
#drs_1217 .sec2 .cnt._01{
    width: 970px;
    margin: 0 0 92px 80px;
}
#drs_1217 .sec2 .cnt._01 .imgbox{
    width: 350px;
    margin-top: -376px;
    z-index: 10;
}
#drs_1217 .sec2 .cnt._01 .txt{
    width: 384px;
    margin-top: 34px;
    letter-spacing: 0.075em;
}
#drs_1217 .sec2 .cnt._02{
    width: 980px;
    margin: 0 auto;
    position: relative;
}
#drs_1217 .sec2 .cnt._02 li:first-child{
    width: 500px;
    margin-top: 150px;
    position: relative;
}
#drs_1217 .sec2 .cnt._02 li:nth-child(2){
    width: 400px;
    position: relative;
}
#drs_1217 .sec2 .txt._fst{
    width: 286px;
    margin: 0px 0 0px 0px;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 0;
    left: 540px;
}
/* =================
	bnt
================= */
#drs_1217 .drs_btn{
    width: 420px;
    margin: 0 auto 140px;
}
#drs_1217 .drs_btn a{
    display: block;
}


/* for tablet */
@media only screen
and (min-width: 561px)
and (max-width: 1200px) {

/* =================
	all
================= */

#drs_1217 .cnt_1217{
    width: calc( 1200 * (100vw / 1200));
}
#drs_1217 .price{
    font-size: calc( 20 * (100vw / 1200));
    margin-bottom: calc( 38 * (100vw / 1200));
}
#drs_1217 .txt{
    font-size: calc( 13 * (100vw / 1200));
}
#drs_1217 .num{
    font-size: calc( 54 * (100vw / 1200));
    margin-bottom: calc( 3 * (100vw / 1200));
}
#drs_1217 .credit{
    font-size: calc( 19 * (100vw / 1200));
    margin-bottom: calc( 15 * (100vw / 1200));
}
.sp_only{
    display: none !important;
}
/* =================
	ttl
================= */
#drs_1217 .ttl{
    margin: calc( 81 * (100vw / 1200)) auto calc( 18 * (100vw / 1200));
    font-size: calc( 58 * (100vw / 1200));
}
#drs_1217 .sub_ttl{
    margin: 0 auto calc( 23 * (100vw / 1200));
    font-size: calc( 52 * (100vw / 1200));
}
#drs_1217 .sub_txt{
    font-size: calc( 17 * (100vw / 1200));
    margin-bottom: calc( 40 * (100vw / 1200));
}
#drs_1217 .ttl_sub_txt{
    font-size: calc( 15 * (100vw / 1200));
    letter-spacing: 0.08em;
    margin-bottom: calc( 110 * (100vw / 1200));
	line-height: 2;
	text-align: center;
    position: relative;
}
#drs_1217 .ttl_sub_txt::before{
    width: calc( 51 * (100vw / 1200));
    height: calc( 1 * (100vw / 1200));
    top: calc( 110 * (100vw / 1200));
}
/* =================
	sec1
================= */
#drs_1217 .sec1{
    width: calc( 1100 * (100vw / 1200));
    margin: 0 auto calc( 172 * (100vw / 1200));
}
#drs_1217 .sec1 .model_01{
    width: calc( 480 * (100vw / 1200));
    margin: 0 auto calc( 35 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._01{
    width: calc( 1002 * (100vw / 1200));
    margin-left: calc( 107 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._01 .txt{
    width: calc( 348 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._01 .imgbox{
    width: calc( 450 * (100vw / 1200));
    margin-top: calc( 85 * (100vw / 1200));
}
#drs_1217 .sec1 .model_02{
    width: calc( 491 * (100vw / 1200));
    margin: calc( -124 * (100vw / 1200)) 0 0 calc( 8 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._02{
    width: calc( 755 * (100vw / 1200));
    margin: calc( -172 * (100vw / 1200)) 0 0 calc( 285 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._02 .txt{
    width: calc( 295 * (100vw / 1200));
    margin-top: calc( 480 * (100vw / 1200));
}
#drs_1217 .sec1 .cnt._02 .imgbox{
    width: calc( 421 * (100vw / 1200));
}
/* =================
	sec2
================= */
#drs_1217 .sec2 .model{
    width: calc( 500 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._01{
    width: calc( 970 * (100vw / 1200));
    margin: 0 0 calc( 92 * (100vw / 1200)) calc( 80 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._01 .imgbox{
    width: calc( 350 * (100vw / 1200));
    margin-top: calc( -376 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._01 .txt{
    width: calc( 384 * (100vw / 1200));
    margin-top: calc( 34 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._02{
    width: calc( 980 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._02 li:first-child{
    width: calc( 500 * (100vw / 1200));
    margin-top: calc( 150 * (100vw / 1200));
}
#drs_1217 .sec2 .cnt._02 li:nth-child(2){
    width: calc( 400 * (100vw / 1200));
}
#drs_1217 .sec2 .txt._fst{
    width: calc( 286 * (100vw / 1200));
    margin: 0;
	left: calc( 540 *(100vw/1200));
}
/* =================
	bnt
================= */
#drs_1217 .drs_btn{
    width: calc( 420 * (100vw / 1200));
    margin: 0 auto calc( 140 * (100vw / 1200));
}
}