@charset "UTF-8";
.topMv_warp {
    padding-bottom: 30px;
}
.topMv_warp li img {
    width: 100%;
    height: auto;
}
.topRead_wrap {
    width: 500px;
    margin: 0 auto;
    padding: 120px 0;
    box-sizing: border-box;
}
.topRead_ttl {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
    text-align: center;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.topRead_copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
    text-align: center;
}
.topRead_txt {
    padding-top: 40px;
    font-size: 15px;
    line-height: 2;
    color: #7e9191;
    text-align: justify;
    text-justify: inter-ideograph;
}
.products_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
/*    justify-content: center;*/
/*    justify-content: space-between;*/
    margin: 0 -25px 0 -25px;
}
.products_lst li {
    width: 320px;
    margin: 50px 25px 0 25px;
}
@media (min-width:896px) {
    .products_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
}
.products_lst li > a {
    display: block;
    text-decoration: none;
    color: #000;
}
.products_lst .img {
    position: relative;
}
.products_lst .load {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}
.products_lst .load span {
    width: 100%;
    height: 0;
    display: block;
    overflow: hidden;
    padding: 40px 0 0 0;
    background: url(../img/icn_load.png) no-repeat center;
}
.products_lst .txt {
    padding-top: 10px;
}
.products_lst .txt dt {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.products_lst .txt dd {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
}
.productsPop-bg {
    display: none;
    background: #cfd6d6;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.productsPop_wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999;
    opacity: 0;
    transform: translate(-100%, -100%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}
.productsPop_wrap.is-on {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 9999;
    opacity: 1;
}
.productsPop_slide {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.productsPop_slide .slick-slider {
    opacity: 1 !important;
    overflow: auto !important;
    height: auto !important;
}
.productsPop_slide .slick-initialized .slick-slide {
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.productsPop_slide .slick-track {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.productsPop-img img {
    max-width: 800px; /* mirabo  */
    height: auto;
}
.productsPop-txt {
    text-align: left;
    line-height: 13px;
    color: #000;
    word-wrap: break-word;
    font-weight: bold;
    font-family: 'Avenir Next Pro', sans-serif;
    padding-top: 10px;
    letter-spacing: 0.05em;
	max-width: 320px;
}
.productsPop-txt span {
    font-weight: normal;
}
.productsPop-close {
    width: 19px;
    height: 19px;
    position: absolute;
    right: 19px;
    top: 19px;
    z-index: 9;
}
.productsPop-close a {
    width: 19px;
    height: 19px;
    background: url(../img/modal_close.png) no-repeat 0 0;
    display: block;
    text-decoration: none;
}
.productsPop_slide .slick-prev,
.productsPop_slide .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    z-index: 9;
}
.productsPop_slide .slick-prev:before,
.productsPop_slide .slick-next:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #7e9191;
    border-right: solid 2px #7e9191;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    margin-top: -5px;
}
.productsPop_slide .slick-prev {
    background: none;
    left: 5%; /* mirabo  */
}
.productsPop_slide .slick-prev:before {
    transform: rotate(-135deg);
}
.productsPop_slide .slick-next {
    background: none;
    right: 5%; /* mirabo  */
}
.productsPop_slide .slick-next:before {
    transform: rotate(45deg);
}
@media (max-width:896px) {
.productsPop_slide .slick-prev {
    background: none;
    left: 0;
}
.productsPop_slide .slick-next {
    background: none;
    right: 0;
}
}
.proDtl_warp {
    padding: 140px 0;
}
.proDtl_ttl {
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}
.proDtl_cnt {
    padding: 0 100px;
}
.proDtl_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.proDtl_box {
    text-align: center;
    margin-top: 30px;
}
@media (min-width:896px) {
    .proDtl_box:nth-child(-n+2) {
        margin-top: 0;
		margin-bottom: 30px;
    }
}
.proDtl_box .pay {
    display: inline-block;
    padding: 0 40px;
}
.proDtl_box .pay dt {
    display: inline-block;
    font-size: 27px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    padding-right: .6em;
}
.proDtl_box .pay dd {
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    color: #7e9191;
    text-align: center;
}
.proDtl_box .pay dd span {
    font-size: 27px;
}
.proDtl_box .type {
    padding-top: 10px;
}
.proDtl_box .type a {
    font-size: 11px;
    line-height: 1.4;
    color: #7e9191;
	font-family: 'Avenir Next Pro', sans-serif;
}
.proDtl_txt {
    padding-top: 30px;
    font-size: 11px;
    line-height: 1.4;
    color: #7e9191;
    text-align: center;
}
.proDtl_btn {
    padding-top: 30px;
}
.proDtl_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}
.proDtl_img li {
    width: 10%;
}
.proDtl_img li img {
    width: 100%;
    height: auto;
}
.proPage_warp {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 480px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.proPage_bk img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 1;
}
.proPage_txt {
    position: relative;
    z-index: 2;
}
.proPage_txt .ttl {
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 20px;
}
.proPage_txt .ttl.is-color01 {
    color: #fff;
}
.proPage_txt .ttl.is-color02 {
    color: #000;
}
.proPage_txt .txt {
    width: 410px;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 20px;
}
.proPage_txt .txt.is-color01 {
    color: #fff;
}
.proPage_txt .txt.is-color02 {
    color: #000;
}
.proPage_txt .c-btn.ver2.is-color01 a {
    color: #fff;
    border-color: #fff;
}
.proPage_txt .c-btn.ver2.is-color02 a {
    color: #000;
    border-color: #000;
}
.proLst_warp {
    padding: 160px 0;
}
.proLst_warp.ver2 {
    padding: 160px 0 0;
}
.cpDtl_slide {
    border-bottom: none;
    margin-bottom: 0;
}
@media (min-width:896px) {
    .products_lst li .load:hover {
        opacity: .8;
    }
}
/*design*/
.dsinMv_warp img {
    width: 100%;
    height: auto;
}
.dsinPt_ttl {
    padding: 130px 0;
    text-align: center;
}
.dsinPt_ttl .ttl {
    font-size: 32px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.dsinPt_ttl .copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
}
.dsinPt_box {
    position: relative;
    margin-bottom: 130px;
    overflow: hidden;
}
.dsinPt_box:last-child {
    margin-bottom: 0;
}
.dsinPt_box .dsinPt_in {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width:896px) {
    .dsinPt_box:nth-child(odd) .dsinPt_in {
        left: auto;
        right: 0;
    }
    .dsinPt_box .dsinPt_in:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        background: #fff;
        width: 100%;
        height: 100%;
        transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
        -ms-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
        -moz-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
        -webkit-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
        transition-delay: 1s;
        transform: translate(-100% , 0);
    }
    .dsinPt_box:nth-child(odd) .dsinPt_in:before {
        left: auto;
        right: 0;
        transform: translate(100% , 0);
    }
    .dsinPt_box.JS_inview_aft .dsinPt_in:before {
        /* transform: translate(0 , 0); */
    }
}
.dsinPt_img {
    width: 100%;
    height: 640px;
    position: relative;
    overflow: hidden;
}
.dsinPt_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.dsinPt_date {
    width: 500px;
    margin: 0 auto;
    transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
    -ms-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
    -moz-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
    -webkit-transition: opacity 0.6s ease-in-out , all 0.6s ease-in-out;
    transition-delay: 1s;
    opacity: 0;
}
.dsinPt_box.JS_inview_aft .dsinPt_date {
    transition-delay: 1.5s;
    opacity: 1;
}
@media (min-width:896px) {
    .dsinPt_box.JS_inview_aft .dsinPt_date {
        transition-delay: 2s;
    }
}
.dsinPt_date .nmb {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 32px;
    line-height: 1;
    color: #000;
    text-align: center;
    border: 1px solid #000;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
    padding-top: 8px;
    box-sizing: border-box;
}
.dsinPt_date .ttl {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    text-align: center;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.dsinPt_date .txt {
    font-size: 15px;
    line-height: 2;
    color: #7e9191;
}
/*STORY*/
.stryDtl_wrap {
    background: #ecefef;
    padding: 150px 0;
}
.stryDtl_in {
    background: #fff;
    padding: 100px 0 200px;
}
.stryDtl_ttl {
    text-align: center;
    margin-bottom: 120px;
}
.stryDtl_ttl .logo {
    margin-bottom: 20px;
    text-align: center;
}
.stryDtl_ttl .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.stryDtl_ttl .copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
}
.stryDtl_cnt {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.stryDtl_cnt:last-child {
    margin-bottom: 0;
}
.stryDtl_cnt .ttl {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
/*
.stryDtl_cnt h2 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
*/
.stryDtl_cnt .txt {
    font-size: 15px;
    line-height: 2;
    color: #7e9191;
}
/*
.stryDtl_cnt p {
    font-size: 15px;
    line-height: 2;
    color: #7e9191;
}
*/
.stryDtl_img {
    text-align: center;
    margin-bottom: 100px;
}
.stryDtl_img img {
    width: 100%;
    height: auto;
    max-width: 640px;
}
.stryDtl_img:last-child {
    margin-bottom: 0;
}
/*STYLING*/
.stliDtl_wrap {
    padding-bottom: 0;
}
.stliDtl_ttl {
    text-align: center;
    padding: 130px 0;
}
.stliDtl_ttl .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.stliDtl_ttl .styling_ttl {
    font-size: 32px;
    line-height: 1.3;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
/*    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;*/
}
.stliDtl_ttl .styling_ttl_light {
    font-weight: 400;
}
.stliDtl_ttl .copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
}
.stliDtl_box {
    margin-bottom: 80px;
}
.stliDtl_lst {
    padding-bottom: 80px;
}
.stliDtl_lst li {
    margin-top: 60px;
    padding: 0 20px;
}
/*
.stliDtl_lst li:nth-child(2n) {
    -webkit-transition: all 1.2s ease .7s;
    transition: all 1.2s ease .6s;
}
*/
.stliDtl_lst li.is-hidden {
    visibility: hidden;
    opacity: 0;
    height: 0;
    margin: 0;
    padding: 0;
}
@media (min-width:896px) {
    .stliDtl_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .stliDtl_lst li:nth-child(2n) {
        margin-right: 0;
    }
}
.stliDtl_lst .txt {
    font-size: 13px;
    line-height: 1.4;
    color: #7e9191;
    padding-top: 10px;
}
.stliInst_box {
    border-top: 1px solid #ecefef;
    margin-bottom: 160px;
}
.stliInst_ttl {
    text-align: center;
    padding: 130px 0 120px;
}
.stliInst_ttl .logo {
    margin-bottom: 20px;
    text-align: center;
}
.stliInst_ttl .copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
}
.stliInst_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.stliInst_lst li {
    margin-top: 20px;
}
.stliInst_btn {
    padding-top: 80px;
}
@media (min-width:896px) {
    .stliInst_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
    .stliInst_lst li {
        margin-right: 20px;
    }
    .stliInst_lst li:nth-child(3n) {
        margin-right: 0;
    }
}
/*SPEC*/
.specDtl_wrap {
    padding: 130px 0 0;
}
.specType_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
}
.specType_btn li {
    min-width: 100px;
    margin: 0 20px;
}
.specType_btn li a {
    width: auto;
    padding: 0 10px;
}
.specType_btn li .c-btn.on a {
    pointer-events: none;
    color: #000;
    border: 1px solid #000;
}
.specBox {
    display: none;
}
.specBox.active {
    display: block;
}
.specType_box {
    margin-bottom: 160px;
}
.specType_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}
.specType_lst li {
    width: 25%;
    margin-top: 10px;
}
@media (min-width:896px) {
    .specType_lst li:nth-child(-n+4) {
        margin-top: 0;
    }
}
.specType_lst li img {
    width: 100%;
    height: auto;
    max-width: 240px;
}
.specType_unit {
    text-align: center;
}
.specDeta_box {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 120px;
}
.specDeta-ttl {
    font-size: 20px;
    line-height: 1;
    font-weight: bold;
    color: #000;
}
.specDeta_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.specDeta_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.specDeta_btn li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #bfc8c8;
}
.specDeta_btn li:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.specDeta_btn li a {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #7e9191;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.specDeta_btn li.on a {
    color: #000;
}
.specDeta_tbl {
    width: 100%;
    border-top: 1px solid #ecefef;
}
.specDeta_tbl th {
    width: 170px;
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    border-bottom: 1px solid #ecefef;
    padding: 11px 0;
}
.specDeta_tbl td {
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    border-bottom: 1px solid #ecefef;
    padding: 11px 0;
}
.specDeta_btnlst {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.specDeta_btnlst > .specDeta_lnk {
  margin-left: 19px;
}
.specDeta_lnk {
    margin: 19px 0 0 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.specDeta-lnk {
    width: 190px;
}
.specDeta-lnk.specDeta-lnk-s {
    width: 120px;
}
.specDeta-lnk > a {
    width: 100%;
    height: 34px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #7e9191;
    text-decoration: none;
    background: #ecefef;
}
@media (min-width:896px) {
    .specDeta-lnk > a:hover {
        color: #ecefef;
        background: #7e9191;
    }
}
.specDeta_txt {
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    border-top: 1px solid #ecefef;
    border-bottom: 1px solid #ecefef;
    padding: 11px 0;
    margin-top: 20px;
}
.sliderVjs {
  z-index: 0;
}
.wp-video {
  width: auto !important;
}
.sliderVjs iframe {
  width: 640px;
  margin: 0 auto;
  height: calc(640px * (9 / 16));
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.sliderVjs video {
  width: 100%;
  height: 100%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
}
@media (max-width:896px) {
  /*
  .sliderVjs {
    width: 100%;
  }
  .sliderVjs iframe {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 9 / 16;
  }
  */
  .sliderVjs video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    aspect-ratio: 9 / 16;
  }
}
.sliderVjs_sp {
  display: none;
}
@media (max-width:896px) {
  .sliderVjs_pc {
    display: none;
  }
  .sliderVjs_sp {
    display: block;
  }
}
.specDeta_qa {
    margin-top: 20px;
    border-top: 1px solid #ecefef;
}
.specDeta_qa li {
    border-bottom: 1px solid #ecefef;
}
.specDeta_qa .box dt {
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    position: relative;
}
.specDeta_qa .box dt:before {
    content: '>';
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}
.specDeta_qa .box dt a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    padding: 11px 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.specDeta_qa .box dt a:before,
.specDeta_qa .box dt a:after {
    display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #7e9191;
    transition: all 0.3s;
}
.specDeta_qa .box dt a:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.specDeta_qa .box dt.on a:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.specDeta_qa .box dt.on a:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.specDeta_qa .box dd {
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
    padding: 0 0 16px;
    display: none;
}
.specAwd_ttl {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.specAwd_box {
    background: #ecefef;
    padding: 24px 0;
}
.specAwd_box .specAwd_lst {
    width: 660px;
    margin: 0 auto;
    margin-bottom: 0;
}
.specAwd_box .specAwd_lst .slick-dots {
    bottom: -20px;
}
.specAwd_box .specAwd_lst .slick-slide {
    background: #fff;
    padding: 70px 80px;
}
.specAwd_box .specAwd_lst li button {
    background: #fff;
}
.specAwd_box .specAwd_lst .slick-slide .img {
    text-align: center;
    margin-bottom: 40px;
}
.specAwd_box .specAwd_lst .slick-slide .img img {
    display: inline;
}
.specAwd_box .specAwd_lst .slick-slide .txt {
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
}
.specAwd_box .specAwd_lst a:hover{
    font-size: 13px;
    line-height: 2;
    color: #7e9191;
}
/*buy*/
.buyDtl_warp {
    padding-bottom: 300px;
}
.buyttl_wrap {
    text-align: center;
    padding: 130px 0;
}
.buyttl_wrap .ttl {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 18px;
    font-family: NewCezannePro-DB, "FOT-ニューセザンヌ Pro DB", YuGothic, 'Yu Gothic', sans-serif;
}
.buyttl_wrap .copy {
    font-size: 12px;
    line-height: 1.4;
    color: #7e9191;
}
@media (min-width:896px) {
    .buyDtl_box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
/*        justify-content: space-around;*/
        margin: -50px -70px 0;
    }
    .buyDtl_fl {
        margin: 50px;
        max-width: 460px;
        margin: 50px 70px 0;
    }
}
.buyDtl_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 130px;
}
.buyDtl_lst li {
    margin-top: 100px;
}
@media (min-width:896px) {
    .buyDtl_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
}
.buyDtl_lst li a {
    display: block;
    text-decoration: none;
    color: #000;
}
.buyDtl_lst li .img {
}
.buyDtl_lst li .img img {
}
.buyDtl_lst li .txt {
    padding-top: 10px;
}
.buyDtl_lst li .txt dt {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}
.buyDtl_lst li .txt dd {
    font-size: 20px;
    line-height: 1.4;
    color: #000;
}
.cartjs_product_img ,
.cartjs_product_table table ,
.cartjs_cart_in input[type=submit] ,
.cartjs_sk_link_other {
    width: 100% !important;
}
.cartjs_cart_in {
    width: 100% !important;
    text-align: left !important;
    margin: 0 0 20px !important;
}
.cartjs_product_name {
    font-weight: bold;
    font-family: 'Avenir Next Pro', sans-serif;
	letter-spacing: 0.05em;
}
.cartjs_product_table th {
    color: #7e9191 !important;
    display: block !important;
    padding-bottom: 5px !important;
}
.cartjs_product_table td {
    display: block;
}
.cartjs_sales_price td {
    font-family: 'Avenir Next Pro', sans-serif;
    font-weight: normal !important;
    color: #7e9191 !important;
    font-size: 22px !important;
}
.cartjs_product_input_txt {
    border: 1px solid #cfd6d6 !important;
    width: 100px !important;
    box-sizing: border-box;
}
.cartjs_option.cartjs_option1 select {
    border: 1px solid #cfd6d6 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    width: auto !important;
    min-width: 100px !important;
}
.cartjs_cart_in input[type=submit] {
    border: 1px solid #cfd6d6 !important;
    box-sizing: border-box;
    border-radius: 6px !important;
    color: #000 !important;
    margin: 0 !important;
    width: 190px !important;
    background: #fff url(../img/add_cart.png) no-repeat left 20px center !important;
    background-size: 22px auto !important;
    padding: 0 0 0 30px;
}
.cartjs_sk_link_other {
    margin: 0 !important;
}
.cartjs_sk_link_other a {
    color: #7e9191 !important;
}
@media (max-width: 896px) {
    .topMv_warp {
        padding-bottom: 20px;
    }
    .topRead_wrap {
        width: 100%;
        padding: 60px 30px;
    }
    .topRead_ttl {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .topRead_copy {
        font-size: 11px;
    }
    .topRead_txt {
        padding-top: 30px;
        font-size: 13px;
    }
    .products_lst {
        padding: 0 30px;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .products_lst li {
        width: 48%;
        margin: 40px 0 0 0;
    }
    .products_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .products_lst img {
        width: 100%;
        height: auto;
    }
    .products_lst .txt {
        padding-top: 5px;
    }
    .products_lst .txt dt {
        font-size: 11px;
    }
    .products_lst .txt dd {
        font-size: 11px;
    }
    .productsPop_wrap {
        height: 100%;
    }
    .productsPop_box {
        padding: 0 28px 0 27px;
    }
    .productsPop_slide .slick-prev,
    .productsPop_slide .slick-next {
        width: 25px;
        height: 30px;
    }
    .proDtl_warp {
        padding: 90px 30px;
    }
    .proDtl_ttl {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .proDtl_flx {
        display: block;
    }
    .proDtl_cnt {
        padding: 0;
    }
    .proDtl_box {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .proDtl_box:last-child {
        margin-bottom: 0;
    }
    .proDtl_box .pay {
        display: inline-block;
        padding: 0 40px;
    }
    .proDtl_box .pay dt {
        font-size: 20px;
    }
    .proDtl_box .pay dd {
        font-size: 11px;
    }
    .proDtl_box .pay dd span {
        font-size: 20px;
    }
    .proDtl_box .type {
        padding-top: 5px;
    }
    .proDtl_box .type a {
        font-size: 11px;
    }
    .proDtl_txt {
        padding-top: 30px;
        font-size: 11px;
        line-height: 1.6;
        text-align: left;
    }
    .proDtl_btn {
        padding-top: 30px;
    }
    .proDtl_img {
        margin-bottom: 40px;
    }
    .proDtl_img li {
        width: 20%;
        margin-top: 10px;
    }
    .proDtl_img li:nth-child(-n+5) {
        margin-top: 0;
    }
    .proDtl_img li img {
        width: 100%;
        height: auto;
    }
    .proPage_warp {
        height: auto;
    }
    .proPage_txt {
        padding: 40px 30px;
    }
    .proPage_txt .ttl {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .proPage_txt .txt {
        width: 100%;
        font-size: 12px;
        margin-bottom: 20px;
    }
    .proLst_warp {
        padding: 90px 0;
    }
    .proLst_warp.ver2 {
        padding: 90px 0 0;
    }
    .cpDtl_slide {
        border-bottom: none;
        margin-bottom: 0;
    }
    /*design*/
    .dsinPt_warp {
    }
    .dsinPt_ttl {
        padding: 60px 0;
        text-align: center;
    }
    .dsinPt_ttl .ttl {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .dsinPt_ttl .copy {
        font-size: 11px;
    }
    .dsinPt_box {
        margin-bottom: 60px;
    }
    .dsinPt_box .dsinPt_in {
        position: relative;
        width: 100%;
    }
    .dsinPt_img {
        height: 188px;
    }
    .dsinPt_date {
        width: 100%;
        box-sizing: border-box;
        padding: 30px;
        padding-bottom: 0;
    }
    .dsinPt_date .nmb {
        display: block;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
        padding-top: 9px;
    }
    .dsinPt_date .ttl {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .dsinPt_date .txt {
        font-size: 13px;
    }
    /*STORY*/
    .stryDtl_wrap {
        padding: 60px 15px;
    }
    .stryDtl_in {
        padding: 40px 20px 60px;
    }
    .stryDtl_ttl {
        margin-bottom: 40px;
    }
    .stryDtl_ttl .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .stryDtl_ttl .logo img {
        width: 50px;
        height: auto;
    }
    .stryDtl_ttl .ttl {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .stryDtl_ttl .copy {
        font-size: 11px;
    }
    .stryDtl_cnt {
        width: 100%;
        margin-bottom: 60px;
    }
    .stryDtl_cnt .ttl {
        font-size: 13px;
        margin-bottom: 15px;
    }
/*
    .stryDtl_cnt h2 {
        font-size: 13px;
        margin-bottom: 15px;
    }
*/
    .stryDtl_cnt .txt {
        font-size: 13px;
    }
/*
    .stryDtl_cnt p {
        font-size: 13px;
    }
*/
    .stryDtl_img {
        margin-bottom: 60px;
    }
    /*STYLING*/
    .stliDtl_wrap {
        padding-bottom: 0;
    }
    .stliDtl_ttl {
        padding: 60px 0;
    }
    .stliDtl_ttl .ttl {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }
    .stliDtl_ttl .copy {
        font-size: 11px;
    }
    .stliDtl_box {
        padding: 0 20px;
        margin-bottom: 40px;
    }
    .stliDtl_lst {
        padding-bottom: 20px;
    }
    .stliDtl_lst li {
/*        width: 100%;*/
        margin-top: 20px;
/*        padding: 0 1%;*/
		padding: 0;
    }
    .stliDtl_lst .img img {
        width: 100%;
        height: auto;
    }
    .stliDtl_lst .txt {
        font-size: 11px;
    }
    .stliInst_box {
        padding: 0 20px;
        margin-bottom: 60px;
    }
    .stliInst_ttl {
        padding: 60px 0;
    }
    .stliInst_ttl .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .stliInst_ttl .copy {
        font-size: 11px;
    }
    .stliInst_lst {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .stliInst_lst li {
        width: 31%;
/*        width: 49%;*/
        margin-top: 10px;
    }
    .stliInst_lst li:nth-child(-n+3) {
        margin-top: 0;
    }
/*
    .stliInst_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
*/
    .stliInst_btn {
        padding-top: 60px;
    }
    .stliInst_lst li .img img {
        width: 100%;
        height: auto;
    }
    /*SPEC*/
    .specDtl_wrap {
        padding: 60px 0 0;
    }
    .specDtl_in {
        padding: 0 30px;
    }
    .specType_btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .specType_btn li {
        margin: 0 20px 20px 20px;
    }
    .specType_box {
        margin-bottom: 60px;
    }
    .specType_lst {
        margin-bottom: 30px;
    }
    .specType_lst li {
        width: 25%;
    }
    .specType_lst li img {
        width: 100%;
        height: auto;
    }
    .specType_unit img {
        width: 100%;
        height: auto;
    }
    .specDeta_box {
        width: 100%;
        margin-bottom: 60px;
    }
    .specDeta-ttl {
        font-size: 16px;
        line-height: 1.2;
    }
    .specDeta_ttl {
        display: block;
        margin-bottom: 20px;
    }
    .specDeta_btn {
        padding-top: 15px;
    }
    .specDeta_tbl {
        border-top: 1px solid #ecefef;
    }
    .specDeta_tbl th {
        width: 120px;
        font-size: 11px;
        padding: 10px 0;
    }
    .specDeta_tbl td {
        font-size: 11px;
        padding: 10px 0;
    }
    .specDeta_txt {
        font-size: 11px;
        padding: 10px 0;
        margin-top: 20px;
    }
    .specDeta_qa {
        margin-top: 20px;
    }
    .specDeta_qa .box dt {
        font-size: 11px;
    }
    .specDeta_qa .box dt:before {
        top: 9px;
    }
    .specDeta_qa .box dt a {
        font-size: 11px;
        padding: 10px 0;
        padding-left: 1.5em;
        padding-right: 1.5em
    }
    .specDeta_qa .box dd {
        font-size: 11px;
        padding: 0 0 14px;
    }
    .specAwd_ttl {
        width: 100%;
        padding: 0 30px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .specAwd_box {
        padding: 30px 30px;
    }
    .specAwd_box .specAwd_lst {
        width: 100%;
    }
    .specAwd_box .specAwd_lst .slick-slide {
        padding: 30px 15px;
    }
    .specAwd_box .specAwd_lst .slick-slide .img {
        margin-bottom: 15px;
    }
    .specAwd_box .specAwd_lst .slick-slide .txt {
        font-size: 11px;
    }
    /*buy*/
    .buyDtl_warp {
        padding: 0 30px;
        padding-bottom: 60px;
    }
    .buyttl_wrap {
        padding: 60px 0;
    }
    .buyttl_wrap .ttl {
        font-size: 28px;
        margin-bottom: 18px;
        line-height: 1.2;
    }
    .buyttl_wrap .copy {
        font-size: 11px;
    }
    .buyDtl_box img {
        width: 100%;
        height: auto;
    }
    .buyDtl_lst {
        display: block;
        padding-top: 60px;
    }   
    .buyDtl_lst li {
        margin-top: 40px;
    }
    .buyDtl_lst li:first-child {
        margin-top: 0;
    }
    .buyDtl_lst li .img img {
        width: 100%;
        height: auto;
    }
    .buyDtl_lst li .txt {
        padding-top: 10px;
    }
    .buyDtl_lst li .txt dt {
        font-size: 16px;
    }
    .buyDtl_lst li .txt dd {
        font-size: 16px;
    }
}
@media (max-width: 374px) {}
/* mirabo  */
.proLst_warp {
    position: relative;
    
    
}
.tabSliderPop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
}
.tabSliderPop.first {
    position: static;
}
.tabSliderPop.active {
    opacity: 1;
    visibility: visible;
}
.tabSliderPop .popup-image {
    transition:none;
}

.display_pc {
	display: none;
}
.display_sp {
	display: block;
}
@media (min-width:896px) {
    .display_pc {
        display: block;
    }
    .display_sp {
        display: none;
    }
}