@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/

/*=======================================
	         SMACSS  layout　　　　　　　       ( style.scss ) ( header.scss / main.scss / footer.scss ...) 
========================================*/
/*=======================================
 	        animation
 ========================================*/
.delay-time01 {
    animation-delay: 0.2s;
}
.delay-time02 {
    animation-delay: 0.5s;
}
.delay-time04 {
    animation-delay: 0.8s;
}
.box {
    opacity: 0;
}
.inview.active {
    animation-name: fadeUpAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade {
    transition: all 2s;
    visibility: hidden;
    opacity: 0;
}
.fade.active {
    visibility: visible;
    opacity: 1;
}

.slick-dots li button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0;
}
.slick-dots li {
    margin: 0 0.5rem;
}
.slick-dots {
    position: absolute;
    bottom: -2.8rem;
    right: -0.5rem;
}

.js-typing {
    opacity: 0;
}

.js-typing.onView {
    opacity: 1;
}

.js-typing span {
    /* transition-duration: .5s; */
    opacity: 0;
}

.js-typing span.js-typing_on {
    animation: text_anime_on 0.5s ease-out forwards;
}

@keyframes text_anime_on {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ttl .border {
    position: absolute;
    background-color: #999999;
}

.ttl .border {
    height: 0.1rem;
    width: 30rem;
}

#sec03 .border {
    bottom: 28rem;
    left: -17.9rem;
}
#sec08 .border {
    top: 28rem;
    right: 61.1rem;
}
#sec11 .border {
    top: 30rem;
    right: 6.9rem;
}
#sec14 .border {
    bottom: 33rem;
    right: 5.7rem;
}

.ttl .border::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

.ttl .js-typing.onView+.border::after {
    animation-name: border;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.ttl .js-typing.onView+.border+.border::after {
    animation-name: border;
    animation-delay: 3s;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes border {

    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}




/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
html {
    font-size: 62.5%;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#breadcrumb.edit_lp .cateList {
    margin: 0 auto 30px 120px;
}

#mainLP_Contents {
    /* background-image: url(../img/pc.jpg);
	background-repeat: no-repeat;
	background-size: 140rem; 
	background-position-x: center; 
	background-position-y: 1.4rem; */
    overflow: hidden;
}
/* #mainLP_Contents::before{
	content: "";
	position: absolute;
	background-image: url(../img/pc2.jpg);
	background-size: cover;
	z-index: -1; 
	width: 140rem;
	height: 1000rem;
	top: 1283.7rem;
	left: 0;
	right: 0;
	margin: auto;
} */
#wrapper {
    width: 140rem;
    margin: 2rem auto 12rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
}

/* ===================
	　　  common
=================== */
#wrapper img {
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.sp_only {
    display: none;
}
.pc_only {
    display: block;
}
.yumincho {
    font-family: "游明朝体", YuMincho, "Yu Mincho", "游明朝";
    line-height: 2.15;
    letter-spacing: 0.015em;
    font-feature-settings: "palt";
    color: #333333;
    font-size: 1.5rem;
    font-weight: 800;
}
.Crimson_Text {
    font-family: 'Crimson Text', serif;
    letter-spacing: 0.025em;
    font-feature-settings: "palt";
}
.KudryashevDisplay {
    font-family: kudryashev-d-contrast, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.075em;
    color: #310D00;
}
.ten_mincho_text {
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
}
.garamond_premier {
    font-family: garamond-premier-pro, serif;
    font-weight: 400;
    font-style: normal;
}
@media all and (-ms-high-contrast: none) {
    .garamond_premier {
        font-family: 'EB Garamond', serif;
    }
    .ten_mincho_text {
        font-family: 'Shippori Mincho', serif;
        font-weight: 600;
    }
}
.price {
    font-family: 'Crimson Text', serif;
    font-size: 1.3rem;
    letter-spacing: -0.02em;
    font-feature-settings: "palt";
    margin-top: 2.9rem;
}
.price li {
    margin-bottom: 1.1rem;
}
.price span {
    border-bottom: 0.1rem solid #e5e5e5;
}
.ml13 {
    margin-left: 1.3rem;
}
#wrapper .flex {
    display: flex;
}
.row-reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.img {
    background-color: #fff;
}

@media screen and (max-device-width: 767px) {
    #breadcrumb .cateList {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
/* ===================
	　 mainview
=================== */
#mainview {
    text-align: center;
    position: relative;
    margin-bottom: 9.1rem;
}
.mv-img_all {
    width: 102rem;
    position: relative;
    margin: 0 auto 10.2rem;
}
.mv-txt {
    width: 37.7rem;
    position: absolute;
    top: 18.5rem;
    left: 6.5rem;
}
#mainview a {
    width: 100%;
    height: 100%;
    display: block;
}
#mainview h3 {
    font-size: 3.2rem;
    letter-spacing: 0.025em;
    margin-bottom: 2.7rem;
}
#mainview p {
    font-size: 1.5rem;
    line-height: 2.26;
    letter-spacing: 0.05em;
    margin-bottom: 2.4rem;
}

/* ===================
	　　 section01
=================== */
#sec01 {
    width: 112rem;
    margin: 0 auto 15rem;
}
.img01 {
    width: 54rem;
}
.img01 img {
    width: 54rem;
}
.img01 a {
    display: inline-block!important;
}
.img02-03 {
    width: 61rem;
    margin-top: 42rem;
    margin-left: -3rem;
}
.img02 {
    width: 30rem;
    margin-top: 48rem;
}
.img03 {
    width: 34rem;
    height: 51rem;
    margin-left: -3rem;
    z-index: 2;
}

/* ===================
	　　 section02
=================== */
.img04 {
    width: 54rem;
    margin-bottom: 2.8rem;
    margin-left: 50rem;
}
.img05-price {
    width: 65.9rem;
    justify-content: space-between;
    align-items: baseline;
    margin-left: 8rem;
}
@media all and (-ms-high-contrast: none) {
    .img05-price {
        align-items: flex-start;
    }
}
.img05 {
    width: 54rem;
}
.img05-price .price {
    margin-top: 0;
}

/* ===================
	　　 section03
=================== */
#sec03 {
    margin-bottom: 15.2rem;
    margin-top: -36.9rem;
    margin-left: 76.8rem;
}
.img06 {
    width: 50rem;
    position: relative;
}
.img06 a{
	display: block;
}
.img06 .slick-dots {
    left: -47.9rem;
}
.img06 .price {
    margin-top: 5.6rem;
}
#sec03 .n1-ttl {
    width: 13.2rem;
    height: 2.6rem;
    position: absolute;
    top: 36rem;
    right: -10.2rem;
    transform: rotate(90deg);
}
.img-src {
    width: auto;
    height: 60%!important;
    margin-top: 0.2rem;
}
.img-src02 {
    width: auto;
    height: 44%!important;
    margin-top: 0.8rem;
}
.img-src03 {
    width: auto;
    height: 72%!important;
}
.img-src04 {
    width: auto;
    height: 74%!important;
    margin-top: 0.7rem;
}
.sec1-ttl{
    font-size: 2.6rem;
    letter-spacing: 0.025em;
}
#sec03 .sec1-ttl{
    transform: rotate(90deg);
}
#sec03 .js-typing{
    position: absolute;
    width: 13.5rem;
    top: -30rem;
    right: 68.8rem;
}

/* ===================
	　　  section04
=================== */
#sec04{
	width: 83rem;
	justify-content: space-between;
	margin-left: 22.5rem;
	margin-bottom: 17.8rem;
}
.img07{
	width: 36rem;
}
.img08{
	width: 44rem;
	margin-top: 45rem;
	position: relative;
}
.img08::before{
	content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk01.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: -15rem;
	left: 26rem;
}
.img08 .slick-dots {
	left: -41.9rem;
}
.img08 a{
    display: block;
}

/* ===================
	　　  section05
=================== */
#sec05{
	width: 100rem;
	justify-content: space-between;
	margin: 0 auto 15rem;
}
.img09{
	width: 54rem;
    margin-top: 15rem;
}
.img10{
	width: 36rem;
}
.img10 .price{
    text-align: right;
    margin-top: 5.6rem;
}
.img10 a{
    display: block;
}

/* ===================
	　　  section06
=================== */
#sec06{
    margin-bottom: 15rem;
}
.img11{
    width: 64rem;
    position: relative;
    margin-left: 56rem;
    margin-bottom: 17.8rem;
}
.img11 .price{
    text-align: right;
    position: absolute;
    left: -15.7rem;
    bottom: -0.9rem;
}
.img11 a{
    display: block;
}
.img12{
    width: 54rem;
    position: relative;
    margin-left: 20rem;
}
.img12 .price{
    position: absolute;
    color: #fff;
    bottom: 1.8rem;
    left: 1.5rem;
    z-index: 2;
}

/* ===================
	　　  section07
=================== */
#sec07{
    width: 87rem;
    justify-content: space-between;
    margin-left: 39rem;
    margin-bottom: 17.8rem;
}
.img13{
    width: 32rem;
}
.img13 .price{
    text-align: right;
    margin-top: 2.8rem;
}
.img14{
    width: 50rem;
    position: relative;
    margin-top: 24.1rem;
}
.img14::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk02.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: -9.1rem;
	left: -9rem;
}
.img14 a{
    display: block;
}

/* ===================
	　　  section08
=================== */
#sec08{
    width: 89rem;
    justify-content: space-between;
    margin-left: 18rem;
    margin-bottom: -1rem;
}
.img15{
    width: 38rem;
}
.img16{
    width: 44rem;
    margin-top: 15rem;
    position: relative;
}
#sec08 .sec1-ttl{
    transform: rotate(90deg);
}
#sec08 .js-typing{
    position: absolute;
    width: 13.5rem;
    top: 26rem;
    left: -59.5rem;
}

/* ===================
	　　  section9
=================== */
#sec09{
    width: 82rem;
    justify-content: space-between;
    margin-left: 50rem;
    margin-bottom: 18rem;
}
.img17{
    width: 42rem;
}
.img17 .price{
    text-align: right;
    margin-top: 5.7rem;
}
.img17 a{
    display: block;
}
.img18{
    width: 36rem;
    position: relative;
    margin-top: 39.1rem;
}
.img18::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk03.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: -9rem;
	left: -9rem;
    z-index: -1;
}

/* ===================
	　　  section10
=================== */
#sec10{
    width: 113.6rem;
    justify-content: space-between;
    margin-left: 10rem;
    margin-bottom: 17.9rem;
}
.img19, .img20{
    width: 48rem;
}
.img20-price{
    width: 63.6rem;
    justify-content: space-between;
    align-items: flex-end;
}
.img20-price .price{
    margin-bottom: -0.8rem;
}

/* ===================
	　　  section11
=================== */
#sec11{
    width: 87rem;
    justify-content: space-between;
    margin-left: 35rem;
    margin-bottom: 14.7rem;
}
.img21{
    width: 30rem;
    height: 45rem;
    position: relative;
}
.img21::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk04.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: 9rem;
	left: -9rem;
    z-index: -1;
}
.img21 .price{
    margin-top: 11.8rem;
}
#sec11 .sec1-ttl{
    transform: rotate(90deg);
}
#sec11 .js-typing{
    position: absolute;
    width: 20.3rem;
    top: 28rem;
    right: 37.8rem;
}
.img22{
    width: 50rem;
    margin-top: 30rem;
}
.img22 a{
    display: block;
}

/* ===================
	　　  section12
=================== */
#sec12{
    position: relative;
    margin-bottom: 9rem;
}
#sec12 .left{
    margin-left: 8rem;
}
.img23{
    width: 51rem;
    margin-left: 8rem;
    margin-bottom: 21.2rem;
}
.img24{
    width: 66.7rem;
    justify-content: space-between;
    align-items: flex-end;
}
.img24-img{
    width: 45rem;
    position: relative;
}
.img24 .price{
    margin-bottom: -0.9rem;
}
.img24 .slick-dots{
    left: -42.9rem;
}
.img24-img::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk05.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: -9rem;
	right: -9rem;
    z-index: -1;
}
.img24 a{
    display: block;
}
.img25{
    width: 60.6rem;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    top: 21.9rem;
    right: 8rem;
}
.img25-img{
    width: 48rem;
}
.img25 .price{
    text-align: right;
    margin-bottom: -0.8rem;
}
.img25 a{
    display: block;
}

/* ===================
	　　  section13
=================== */
#sec13{
    width: 93rem;
    justify-content: space-between;
    margin-left: 39rem;
    margin-bottom: 17.8rem;
}
.img26{
    width: 40rem;
}
.img26 a{
    display: block;
}
.img27{
    width: 50rem;
    margin-top: 30rem;
    position: relative;
}
.img27 .price{
    position: absolute;
    bottom: -0.9rem;
    right: -15.6rem;
}
.img27 .slick-dots{
    left: -47.9rem;
}
.img27 a{
    display: block;
}

/* ===================
	　　  section14
=================== */
#sec14{
    margin-bottom: 17.8rem;
}
.img28{
    width: 60rem;
    margin-left: 52rem;
    margin-bottom: 3rem;
    position: relative;
}
#sec14 .sec1-ttl{
    transform: rotate(90deg);
}
#sec14 .js-typing{
    position: absolute;
    width: 21.7rem;
    bottom: 32.5rem;
    right: 36.3rem;
    letter-spacing: 0.02em;
}
.img29{
    width: 75.6rem;
    justify-content: space-between;
    align-items: flex-end;
}
.img29 img{
    width: 60rem;
}
.img29 .price{
    margin-bottom: -0.9rem;
}
.img30{
    width: 55.6rem;
    height: 60rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 0.8rem;
    margin-top: 60rem;
}
.img30-img{
    width: 40rem;
}
.img30 .price{
    text-align: right;
    margin-bottom: -0.9rem;
}
.img30 a{
    display: block;
}
.img29-30{
    margin-left: 4rem;
    align-items: flex-start;
}

/* ===================
	　　  section15
=================== */
#sec15{
    margin-left: 29rem;
    margin-bottom: 15rem;
}
.img31{
    width: 61.2rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 18rem;
}
.img31 img{
    width: 51rem;
}
.img31 .price{
    margin-bottom: 0.2rem;
}
.img32-33{
    width: 91rem;
    justify-content: space-between;
}
.img32{
    width: 50rem;
}
.img32 .price{
    text-align: right;
    margin-top: 5.7rem;
}
.img32 a{
    display: block;
}
.img33{
    width: 36rem;
    margin-top: 48rem;
    position: relative;
}
.img33::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk06.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	top: -9rem;
	left: -9rem;
    z-index: -1;
}

/* ===================
	　　  section16
=================== */
.img34{
    width: 60rem;
    margin: 0 auto 6.9rem;
}
.img35{
    width: 56.5rem;
    justify-content: space-between;
    align-items: flex-end;
    margin-left: 10rem;
}
.img35 img{
    width: 44rem;
}
.img35 .price{
    margin-bottom: -0.9rem;
}

/* ===================
	　　  section17
=================== */
#sec17{
    margin-left: 34rem;
    margin-top: -27rem;
}
.img36{
    width: 40rem;
    margin-left: -4.7rem;
    z-index: 2;
}
.img36 .price{
    text-align: right;
    margin-top: 5.7rem;
}
.img36 a{
    display: block;
}
.img37{
    width: 60.7rem;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    margin-top: 52rem;
}
.img37 img{
    width: 48rem;
}
.img37 .price{
    margin-bottom: -0.9rem;
    z-index: 3;
}
.img37::before{
    content: "";
	position: absolute;
	width: 30rem;
	height: 45rem;
	background-image: url(../img/bk07.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: -9rem;
	left: -9rem;
    z-index: -1;
}
@media all and (-ms-high-contrast: none) {
    .img37 {
        width: auto;
    }
    .img37 .price{
        margin-left: 3rem;
    }
}


/* ===================
	　　  button
=================== */
.m-btn {
    width: 60rem;
    margin: 22rem auto 2.1rem;
    position: relative;
    z-index: 2;
}
.m-btn a {
    width: 60rem;
    height: 6.2rem;
    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;
    border: 0.1rem solid #000;
    background-color: #fff;
    font-family: "Crimson Text", serif;
    font-size: 1.1rem;
    line-height: 1.54;
    letter-spacing: 0.002em;
    text-align: center;
}

#dvUserBox table {
    background-color: #fff;
}

/*=======================================
               Responsive   
========================================*/
@media screen and (max-device-width: 767px) {
    #wrapper .sp_only {
        display: block!important;
    }
}
/* for SP */
@media screen and (max-width: 767px) {

    /*=======================================
                    SP    
  ========================================*/

    /* ===================
	　　 General
=================== */
    #breadcrumb .cateList {
        margin: 0 auto!important;
    }

    .main-area {
    /*     background-image: url(/Page/PRE_ORDER/22ss1st/img/sp.jpg);
	background-repeat: no-repeat;
	background-size: calc(750* (100vw / 750)); 
	background-position-x: center; 
	background-position-y: calc(103* (100vw / 750)); */
        overflow: hidden;
        position: relative;
    }
/*     .main-area::before{
	position: absolute;
	content: "";
	background-image: url(/Page/PRE_ORDER/22ss1st/img/sp2.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(14045* (100vw / 750)) ;
	background-position-x: center; 
	top: calc(14125* (100vw / 750));
	overflow: hidden;
	background-size: inherit;
	z-index: -1;
}
    .main-area::after{
	position: absolute;
	content: "";
	background-image: url(/Page/PRE_ORDER/22ss1st/img/sp3.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(14045* (100vw / 750)) ;
	background-position-x: center; 
	top: calc(28239* (100vw / 750));
	overflow: hidden;
	background-size: inherit;
	z-index: -1;
} */

    .main-area .main-inner {
        width: 100%;
    }
    #wrapper {
        width: calc(750* (100vw / 750));
        margin: 0 auto;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .slick-dots li button {
        width: calc(12* (100vw / 750));
        height: calc(12* (100vw / 750));
    }
    .slick-dots li {
        margin: 0 calc(9* (100vw / 750));
    }
    .slick-dots {
        position: absolute;
        bottom: calc(-42* (100vw / 750));
        right: calc(-8* (100vw / 750));
    }
    /* ===================
　　  common
  =================== */
    #wrapper .sp_only {
        display: block!important;
    }
    .pc_only {
        display: none;
    }
    .yugothic {
        font-size: calc(28* (100vw / 750));
    }
    .yumincho {
        font-size: calc(26* (100vw / 750));
        font-weight: 600;
        line-height: 1.95;
    }
    .Crimson_Text {
        letter-spacing: 0.025em;
    }
    .KudryashevDisplay {
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0.075em;
    }

    .price {
        font-size: calc(24* (100vw / 750));
        line-height: 1.1;
        letter-spacing: 0.01em;
        margin-top: calc(39* (100vw / 750));
    }
    .price span {
        border-bottom: calc(2* (100vw / 750)) solid #e5e5e5;
    }
    .ml {
        margin-left: calc(17* (100vw / 750));
    }
    #wrapper .flex {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
    }
    .price li {
        margin-bottom: calc(21.5* (100vw / 750));
    }


    .ttl .border {
        height: calc(2* (100vw / 750));
        width: calc(420* (100vw / 750));
    }
    
    #sec03 .border {
        bottom: calc(330* (100vw / 750));
        left: calc(-256* (100vw / 750));
    }
    #sec08 .border {
        top: calc(300* (100vw / 750));
        right: calc(616* (100vw / 750));
    }
    #sec11 .border {
        top: calc(318* (100vw / 750));
        right: calc(-129* (100vw / 750));
    }
    #sec14 .border {
        bottom: calc(240* (100vw / 750));
        right: calc(-215* (100vw / 750));
    }
    /* ===================
　　　 mainview
  =================== */
    #mainview {
        margin-bottom: calc(109* (100vw / 750));
    }
    .mv-img_all {
        width: 100%;
        margin: 0 auto calc(125* (100vw / 750));
    }
    .mv-txt {
        width: calc(516* (100vw / 750));
        top: calc(398* (100vw / 750));
        left: calc(13* (100vw / 750));
    }
    #mainview h3 {
        font-size: calc(50* (100vw / 750));
        margin-bottom: calc(28* (100vw / 750));
    }
    #mainview p {
        font-size: calc(26* (100vw / 750));
        margin-bottom: calc(26* (100vw / 750));
        line-height: 2.1;
    }


    /* ===================
		　　 section01
	=================== */
    #sec01 {
        width: 100%;
        margin: 0 auto calc(150* (100vw / 750));
    }
    .img01 {
        width: calc(580* (100vw / 750));
        margin-bottom: calc(40* (100vw / 750));
    }
    .img01 img {
        width: calc(580* (100vw / 750));
    }
    .img01 .price{
        margin-left: calc(30* (100vw / 750));
    }
    .img02-03 {
        width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
    .img02 {
        width: calc(340* (100vw / 750));
        margin-top: calc(422* (100vw / 750));
        margin-left: calc(30* (100vw / 750));
    }
    .img03 {
        width: calc(380* (100vw / 750));
        height: calc(570* (100vw / 750));
        margin-left: calc(-50* (100vw / 750));
    }

    /* ===================
	　　 section02
=================== */
    #sec02{
        margin-bottom: calc(153* (100vw / 750));
    }
    .img04 {
        width: calc(540* (100vw / 750));
        margin-bottom: calc(60* (100vw / 750));
        margin-left: auto;
    }
    .img05-price {
        width: calc(580* (100vw / 750));
        justify-content: space-between;
        align-items: baseline;
        margin-left: calc(80* (100vw / 750));
    }
    .img05 {
        width: calc(580* (100vw / 750));
    }
    .img05-price .price {
        margin-top: calc(38* (100vw / 750));
    }

    /* ===================
	　　 section03
=================== */
    #sec03 {
        margin-bottom: calc(153* (100vw / 750));
        margin-top: 0;
        margin-left: calc(40* (100vw / 750));
    }
    .img06 {
        width: calc(540* (100vw / 750));
    }
    .img06 .slick-dots {
        left: calc(-505* (100vw / 750));
    }
    .img06 .price {
        margin-top: calc(82* (100vw / 750));
    }
    .img06 a{
        display: inline-block;
    }
    .sec1-ttl{
        font-size: calc(36* (100vw / 750));
        letter-spacing: 0.025em;
    }
    #sec03 .js-typing{
        position: absolute;
        width: calc(188* (100vw / 750));
        top: calc(-356* (100vw / 750));
        right: calc(815* (100vw / 750));
        white-space: nowrap;
    }

    /* ===================
	　　  section04
=================== */
    #sec04{
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: calc(131* (100vw / 750));
    }
    .img07{
        width: calc(400* (100vw / 750));
        margin-left: auto;
        margin-bottom: calc(210* (100vw / 750));
    }
    .img08{
        width: calc(480* (100vw / 750));
        margin-top: 0;
        margin-left: calc(90* (100vw / 750));
    }
    .img08::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        top: calc(-150* (100vw / 750));
        left: calc(-90* (100vw / 750));
    }
    .img08 .slick-dots {
        left: calc(-445* (100vw / 750));
    }
    .img08 a{
        display: inline-block;
    }
    .img08 .price{
        margin-top: calc(80* (100vw / 750));
    }
    .img08 .price a{
        margin-bottom: calc(22* (100vw / 750));
    }

    /* ===================
	　　  section05
=================== */
    #sec05{
        width: 100%;
        justify-content: space-between;
        margin: 0 auto calc(191* (100vw / 750));
    }
    .img09{
        width: calc(580* (100vw / 750));
        margin-top: 0;
        margin-left: auto;
        margin-bottom: calc(61* (100vw / 750));
    }
    .img10{
        position: relative;
        width: 100%;
    }
    .img10-img{
        width: calc(400* (100vw / 750));
        margin-left: calc(20* (100vw / 750));
    }
    .img10 .price{
        position: absolute;
        margin-top: 0;
        top: calc(282* (100vw / 750));
        left: calc(477* (100vw / 750));
    }
    .img10 .slick-dots{
        left: calc(-365* (100vw / 750));
    }


    /* ===================
	　　  section06
=================== */
    #sec06{
        margin-bottom: calc(154* (100vw / 750));
    }
    .img11{
        width: calc(640* (100vw / 750));
        margin: 0 auto calc(153* (100vw / 750));
    }
    .img11 .price{
        text-align: left;
        position: initial;
        margin-top: calc(80* (100vw / 750));
    }
    .img11 a{
        display: inline-block;
    }
    .img11 .slick-dots{
        left: calc(-605* (100vw / 750));
    }
    .img12{
        width: calc(540* (100vw / 750));
        margin-left: calc(190* (100vw / 750));
    }
    .img12 .price{
        position: initial;
        color: #000;
        margin-top: calc(38* (100vw / 750));
    }

    /* ===================
	　　  section07
=================== */
    #sec07{
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        margin-bottom: calc(154* (100vw / 750));
    }
    .img13{
        width: calc(360* (100vw / 750));
        margin-left: calc(290* (100vw / 750));
        margin-bottom: calc(150* (100vw / 750));
    }
    .img13 .price{
        text-align: right;
        margin-top: 2.8rem;
    }
    .img14{
        width: calc(540* (100vw / 750));
        margin-left: calc(150* (100vw / 750));
        margin-top: 0;
    }
    .img14::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        top: calc(-91* (100vw / 750));
        left: calc(-90* (100vw / 750));
    }
    .img14 a{
        display: inline-block;
    }
    .img14 .price{
        margin-top: calc(80* (100vw / 750));
    }
    .img14 .price a{
        margin-bottom: calc(22* (100vw / 750));
    }
    .img14 .slick-dots{
        left: calc(-505* (100vw / 750));
    }

    /* ===================
	　　  section08
=================== */
    #sec08{
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        margin-bottom: calc(131* (100vw / 750));
    }
    .img15{
        width: calc(420* (100vw / 750));
        margin-left: calc(310* (100vw / 750));
        margin-bottom: calc(60* (100vw / 750));
    }
    .img16{
        width: calc(480* (100vw / 750));
        margin-top: 0;
        margin-left: calc(130* (100vw / 750));
    }
    .img16 .price{
        margin-top: calc(37* (100vw / 750));
    }
    .img16 .price a{
        margin-bottom: calc(22* (100vw / 750));
        display: inline-block;
    }
    #sec08 .js-typing{
        width: calc(160* (100vw / 750));
        top: calc(275* (100vw / 750));
        left: calc(-734* (100vw / 750));
        white-space: nowrap;
    }

    /* ===================
	　　  section09
=================== */
    #sec09{
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        margin-bottom: calc(151* (100vw / 750));
    }
    .img17{
        width: calc(460* (100vw / 750));
        margin-left: calc(230* (100vw / 750));
        margin-bottom: calc(190* (100vw / 750));
    }
    .img17 .price{
        margin-top: 0;
    }
    .img17 a{
        display: inline-block;
    }
    .img18{
        width: 100%;
        margin-top: 0;
        margin-left: calc(110* (100vw / 750));
    }
    .img18 img{
        width: calc(400* (100vw / 750));
    }
    .img18::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        top: calc(-89* (100vw / 750));
        left: calc(-92* (100vw / 750));
    }
    .img18 .price{
        position: absolute;
        text-align: right;
        left: calc(442* (100vw / 750));
        bottom: calc(-19* (100vw / 750));
        margin-top: 0;
    }

    /* ===================
	　　  section10
=================== */
    #sec10{
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: calc(130* (100vw / 750));
    }
    .img19, .img20{
        width: calc(520* (100vw / 750));
        margin-left: auto;
        margin-right: auto;
    }
    .img19{
        margin-bottom: calc(20* (100vw / 750));
    }
    .img20-price{
        width: calc(520* (100vw / 750));
        justify-content: space-between;
        align-items: flex-end;
        margin-left: auto;
        margin-right: auto;
    }
    .img20-price .price{
        margin-top: calc(38* (100vw / 750));
        margin-bottom: 0;
    }
    .img20-price .price a{
        margin-bottom: calc(22* (100vw / 750));
        display: inline-block;
    }

    /* ===================
	　　  section11
=================== */
    #sec11{
        width: 100%;
        justify-content: space-between;
        margin-left: 0;
        margin-bottom: calc(131* (100vw / 750));
    }
    .img21{
        width: calc(340* (100vw / 750));
        height: calc(510* (100vw / 750));
        margin-left: calc(180* (100vw / 750));
    }
    .img21::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        top: calc(151* (100vw / 750));
        left: calc(-90* (100vw / 750));
    }
    #sec11 .js-typing{
        width: calc(285* (100vw / 750));
        top: calc(294* (100vw / 750));
        right: calc(306* (100vw / 750));
        white-space: nowrap;
    }
    .img22{
        width: calc(540* (100vw / 750));
        margin-top: calc(151* (100vw / 750));
        margin-left: auto;
    }
    .img22 a{
        display: inline-block;
    } 
    .img22 .price{
        margin-top: calc(80* (100vw / 750));
    }   
    .img22 .price a{
        margin-bottom: calc(22* (100vw / 750));
        display: inline-block;
    }
    .img22 .slick-dots{
        left: calc(-505* (100vw / 750));
    }

    /* ===================
	　　  section12
=================== */
    #sec12{
        margin-bottom: calc(130* (100vw / 750));
    }
    #sec12 .left{
        margin-left: 0;
    }
    .img23{
        width: calc(510* (100vw / 750));
        margin-left: calc(30* (100vw / 750));
        margin-bottom: calc(154* (100vw / 750));
    }
    .img23 .price{
        margin-top: calc(37* (100vw / 750));
    }
    .img24{
        width: calc(490* (100vw / 750));
        margin-left: calc(140* (100vw / 750));
        margin-bottom: calc(132* (100vw / 750));
    }
    .img24-img{
        width: calc(490* (100vw / 750));
        height: calc(733* (100vw / 750));
    }
    .img24 .price{
        margin-bottom: 0;
        margin-top: calc(81* (100vw / 750));
    }
    .img24 .slick-dots{
        left: calc(-456* (100vw / 750));
    }
    .img24-img::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        bottom: calc(-90* (100vw / 750));
        right: calc(-90* (100vw / 750));
    }
    .img24 a{
        display: inline-block;
    }
    .img25{
        width: 100%;
        justify-content: space-between;
        align-items: flex-end;
        position: initial;
        margin-left: calc(60* (100vw / 750));
    }
    .img25-img{
        width: calc(520* (100vw / 750));
    }
    .img25 .price{
        text-align: left;
        margin-bottom: 0;
        margin-top: calc(58* (100vw / 750));
    }
    .img25 a{
        display: inline-block;
        margin-bottom: calc(22* (100vw / 750));
    }
    .img25 .slick-dots{
        left: calc(-488* (100vw / 750));
        bottom: calc(-20* (100vw / 750));
    }

    /* ===================
	　　  section13
=================== */
    #sec13{
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        margin-bottom: calc(132* (100vw / 750));
    }
    .img26{
        width: calc(440* (100vw / 750));
        margin-bottom: calc(83* (100vw / 750));
        margin-left: calc(270* (100vw / 750));
    }
    .img26 a{
        display: inline-block;
    }
    .img27{
        width: calc(540* (100vw / 750));
        margin-top: 0;
        margin-left: calc(40* (100vw / 750));
    }
    .img27-img{
        width: calc(540* (100vw / 750));
        height: calc(810* (100vw / 750));
    }
    .img27 .price{
        position: initial;
        margin-top: calc(79* (100vw / 750));
    }
    .img27 .slick-dots{
        left: calc(-505* (100vw / 750));
    }
    .img27 a{
        display: inline-block;
        margin-bottom: calc(22* (100vw / 750));
    }

    /* ===================
	　　  section14
=================== */
    #sec14{
        margin-bottom: calc(192* (100vw / 750));
    }
    .img28{
        width: calc(600* (100vw / 750));
        margin-left: auto;
        margin-bottom: calc(60* (100vw / 750));
    }
    #sec14 .js-typing{
        width: calc(300* (100vw / 750));
        bottom: calc(231* (100vw / 750));
        right: calc(220* (100vw / 750));
        white-space: nowrap;
    }
    .img29{
        width: calc(640* (100vw / 750));
        justify-content: space-between;
        align-items: flex-end;
    }
    .img29 img{
        width: calc(640* (100vw / 750));
    }
    .img29 .price{
        margin-bottom: 0;
        margin-top: calc(38* (100vw / 750));
        margin-left: calc(40* (100vw / 750));
    }
    .img29 .price a{
        display: inline-block;
        margin-bottom: calc(22* (100vw / 750));
    }
    .img30{
        width: 100%;
        height: auto;
        justify-content: flex-start;
        align-items: flex-end;
        margin-left: calc(20* (100vw / 750));
        margin-top: calc(130* (100vw / 750));
    }
    .img30-img{
        width: calc(440* (100vw / 750));
    }
    .img30 .price{
        text-align: left;
        margin-bottom: calc(-18* (100vw / 750));
        margin-top: 0;
        margin-right: calc(20* (100vw / 750));
    }
    .img30 a{
        display: inline-block;
    }
    .img29-30{
        margin-left: 0;
        align-items: flex-start;
    }

    /* ===================
	　　  section15
=================== */
    #sec15{
        margin-left: 0;
        margin-bottom: calc(131* (100vw / 750));
    }
    .img31{
        width: calc(510* (100vw / 750));
        margin-bottom: calc(154* (100vw / 750));
        margin-left: calc(60* (100vw / 750));
    }
    .img31 img{
        width: calc(510* (100vw / 750));
    }
    .img31 .price{
        margin-bottom: 0;
    }
    .img32-33{
        width: 100%;
        justify-content: flex-end;
    }
    .img32{
        width: calc(540* (100vw / 750));
        margin-left: calc(180* (100vw / 750));
        margin-bottom: calc(192* (100vw / 750));
    }
    .img32 .price{
        text-align: right;
        margin-top: 5.7rem;
    }
    .img32 a{
        display: inline-block;
    }
    .img33{
        width: 100%;
        margin-top: 0;
        margin-left: calc(120* (100vw / 750));
    }
    .img33 img{
        width: calc(400* (100vw / 750));
    }
    .img33::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        top: calc(-90* (100vw / 750));
        left: calc(-90* (100vw / 750));
    }
    .img33 .price{
        margin-top: calc(37* (100vw / 750));
    }
    .img33 .price a{
        display: inline-block;
        margin-bottom: calc(22* (100vw / 750));
    }

    /* ===================
	　　  section16
=================== */
    #sec16{
        margin-bottom: calc(151* (100vw / 750));
    }
    .img34{
        width: calc(600* (100vw / 750));
        margin-left: calc(30* (100vw / 750));
        margin-bottom: calc(60* (100vw / 750));
    }
    .img35{
        width: 100%;
        justify-content: flex-start;
        align-items: flex-end;
        margin-left: calc(30* (100vw / 750));
    }
    .img35 img{
        width: calc(480* (100vw / 750));
    }
    .img35 .price{
        margin-top: 0;
        margin-bottom: calc(-18* (100vw / 750));
        margin-right: calc(22* (100vw / 750));
    }

    /* ===================
	　　  section17
=================== */
    #sec17{
        margin-left: 0;
        margin-top: 0;
    }
    .img36{
        width: 100%;
        margin-left: calc(70* (100vw / 750));
        margin-bottom: calc(131* (100vw / 750));
    }
    .img36 img{
        width: calc(440* (100vw / 750));
    }
    .img36 .price{
        text-align: left;
        margin-top: calc(57* (100vw / 750));
    }
    .img36 a{
        display: inline-block;
        margin-bottom: calc(22* (100vw / 750));
    }
    .img36 .slick-dots{
        left: calc(-718* (100vw / 750));
        bottom: calc(-20* (100vw / 750));
    }
    .img37{
        width: calc(520* (100vw / 750));
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 0;
        margin-left: calc(160* (100vw / 750));
        background-color: initial;
    }
    .img37 img{
        width: calc(520* (100vw / 750));
    }
    .img37 .price{
        margin-bottom: 0;
        margin-left: auto;
        text-align: right;
    }
    .img37::before{
        width: calc(300* (100vw / 750));
        height: calc(450* (100vw / 750));
        bottom: calc(187* (100vw / 750));
        left: calc(-90* (100vw / 750));
    }

    /* ===================
  　　  button
  =================== */
    .m-btn {
        width: calc(600 *(100vw / 750));
        margin: calc(104 *(100vw / 750)) auto calc(38* (100vw / 750));
    }
    .m-btn a {
        width: calc(600 *(100vw / 750));
        height: calc(124 *(100vw / 750));
        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;
        border: 1px solid #000;
        background-color: #fff;
        font-family: "Crimson Text", serif;
        font-size: calc(22 *(100vw / 750));
        line-height: 1.54;
        letter-spacing: 0.002em;
        text-align: center;
    }

}


/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1400px) {

    /*=======================================
                    Tablet    
  ========================================*/
    /* ===================
	　　 General
=================== */
    html {
        font-size: calc(10* (100vw / 1400))!important;
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* #wrapper {
  width: calc(1200 *(100vw / 1200));
  margin: calc(0 *(100vw / 1200)) ;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
} */

}

/*# sourceMappingURL=style.css.map */
