@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/

/*=======================================
	         SMACSS  layout　　　　　　　       ( style.scss ) ( header.scss / main.scss / footer.scss ...) 
========================================*/
/*=======================================
 	        animation
 ========================================*/

.inview{
    transform: scale(1.4);
    
}
.inview.active{
    transform: scale(1);
}

.fadein{
    opacity: 0;
    transform: translateY(10rem);
    transition: all 2s;
}
.fadein.active{
    opacity: 1;
    transform: translateY(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: 50%;
    background: #fff;
    border: 0.1rem solid #3a3a3a;
}

.slick-dots li {
    margin: 0 0.3rem;
}

.slick-dots {
    position: absolute;
    bottom: -1.6rem;
    right: -0.3rem;
}

#mainview .movie #btn {
    width: 9.5rem;
    position: absolute;
    bottom: 10.9rem;
    right: 4.8rem;
}

#mainview .movie #btn02 {
    width: 9.5rem;
    position: absolute;
    bottom: 10.9rem;
    right: 4.8rem;
    visibility: hidden;
    opacity: 0;
}


#mainview .movie #btn02.active {
    visibility: visible;
    opacity: 1;
}

#mainview .movie #btn02.active2 {
    opacity: 0;
}

#mainview .movie #btn.active {
    opacity: 0;
}

#mainview .movie #btn.active2 {
    opacity: 1;
}

.main_visual-image {
    opacity: 1;
    will-change: opacity;
    -webkit-transition: ease-in, opacity 2000ms;
    transition: ease-in, opacity 2000ms;
}

.main_visual-image {
    will-change: opacity, transform;
    -webkit-transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, -webkit-transform 1.5s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.main_visual.onView .main_visual-image {
    opacity: 1;
}

.main_visual.onView .main_visual-image {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/*=======================================
                  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/pc1.jpg);
	background-repeat: no-repeat;
	background-size: 128rem; 
	background-position-x: center; 
	background-position-y: 0; */
}

/* #mainLP_Contents::before{
	content: "";
	position: absolute;
	background-image: url(../img/pc2.jpg);
	background-size: contain;
	z-index: -1; 
	width: 128rem;
	height: 524rem;
	top: 1490.6rem;
	left: 0;
	right: 0;
	margin: auto;
} */
#wrapper {
    margin: 0 auto 12rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3a3a3a;
}

.header {
    display: none;
}

/* ===================
	　　  common
=================== */
#wrapper img {
    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;
}

.ryumin{
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.3rem;
}
@media all and (-ms-high-contrast: none) {
    .ryumin {
        font-family: 'Zen Old Mincho', serif;
    }
}

@font-face {
    font-family: 'Cochin';
    src: url('../fonts/Cochin.ttf');
}

.price {
    font-family: 'Cochin';
    font-size: 1.4rem;
    letter-spacing: -0.03em;
    line-height: 1.57;
    margin-top: 1.5rem;
}

#wrapper section .zoom a:hover {
    opacity: 1;
}

#wrapper section .img08 a:hover {
    opacity: 1;
}

#wrapper section .img08 .price a:hover {
    opacity: .7;
}

@media all and (-ms-high-contrast: none) {
    .price {
        font-family: 'Baskervville', serif;
    }
}

#wrapper .flex {
    display: flex;
}

.row-reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.zoom {
    overflow: hidden;
}

.zoom img {
    -webkit-transition: all ease 1500ms;
    transition: all ease 1500ms;
}
.zoom video {
    -webkit-transition: all ease 1500ms;
    transition: all ease 1500ms;
}

.zoom a:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}


/* ===================
	　 mainview
=================== */
#mainview {
    text-align: center;
    position: relative;
    padding-bottom: 18rem;
    background-color: #fff;
}

.main_visual a:hover {
    opacity: 1;
}

.logo a:hover {
    opacity: 1;
}

.main_visual-image {
    width: 100%;
    margin: 0 auto;
}

#mainview a {
    width: 100%;
    height: 100%;
    display: block;
}

#mainview .movie {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
#mainview .movie video{
    width: 100%;
}

.logo {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.logo {
    opacity: 1;
    will-change: opacity;
    -webkit-transition: ease-in, opacity 1500ms;
    transition: ease-in, opacity 1500ms;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

#mila_catalog-ss1st210128 .logo.onView {
    opacity: 1;
}

.logo {
    position: absolute;
    width: 100%;
    max-width: 33.8rem;
    top: -23.7%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

    .sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }
    
    .sticky:before,
    .sticky:after {
        content: '';
        display: table;
    }
}

/* ===================
	　　 section01
=================== */
#sec01 {
    text-align: center;
    position: relative;
    background-color: #fff;
    padding-bottom: 15.1rem;
    z-index: 2;
}

#sec01 .img01 {
    width: 78rem;
    margin: 0 auto 6.5rem;
}

#sec01 .ttl {
    width: 51.4rem;
    margin: 0 auto 17rem;
}

#sec01 .img02 {
    width: 58rem;
    margin: 0 auto 11.3rem;
}

#sec01 .img02 .price {
    text-align: left;
}

#sec01 .movie{
    width: 58rem;
    margin: 0 auto;
}
#sec01 .movie video{
    width: 58rem;
    height: 72.5rem;
    margin: 0 auto;
}

/* ===================
	　　 section02
=================== */
#sec02 {
    padding-bottom: 24.9rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

#sec02 .img03 {
    width: 78.1rem;
    margin: 0 auto 11.8rem;
}

#sec02 .img03 .price {
    margin-top: 1.6rem;
}

#sec02 .img03 .price .pc_only {
    display: inline-block;
}

#sec02 .img04 {
    width: 58.1rem;
    margin: 0 auto 11.3rem;
}

#sec02 .img04 .price .pc_only {
    display: inline-block;
}

#sec02 .img05-06 {
    width: 78rem;
    justify-content: space-between;
    margin: 0 auto 14rem;
}

#sec02 .img05 {
    width: 38.2rem;
    margin-top: 20rem;
}

#sec02 .img05 .price {
    margin-top: 1.7rem;
    margin-left: -0.1rem;
}

#sec02 .img06 {
    width: 38.2rem;
}

#sec02 .img06 .price {
    margin-top: 1.8rem;
}

#sec02 .img06 .ls01 {
    letter-spacing: -0.025em;
}

#sec02 .img07 {
    width: 78rem;
    margin: 0 auto 21.2rem;
}

#sec02 .img07 .price {
    margin-left: -0.2rem;
    margin-top: 1.5rem;
}

#sec02 .movie{
    width: 58rem;
    margin: 0 auto;
}
#sec02 .movie video{
    width: 58rem;
    height: 72.6rem;
    margin: 0 auto;
}

/* ===================
	　　 section03
=================== */
#sec03 {
    padding-bottom: 19.9rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

#sec03 .img08-09 {
    width: 78rem;
    justify-content: space-between;
    margin: 0 auto 11.3rem;
}

#sec03 .img08 {
    width: 46.3rem;
}

#sec03 .img08 a:hover img{
    transform: scale(1);
}

#sec03 .img08 .price {
    margin-top: 1.4rem;
    margin-left: -0.2rem;
}

#sec03 .img08 li a {
    display: block;
}

#sec03 .img09 {
    width: 30.2rem;
    margin-top: 50.4rem;
}

#sec03 .img09 .price {
    letter-spacing: 0;
}

#sec03 .img10 {
    width: 58rem;
    margin: 0 auto 16.3rem;
}

#sec03 .img11-12-all {
    width: 78rem;
    margin: 0 auto 13.9rem;
}

#sec03 .img11-12-all .price {
    margin-top: 1.7rem;
}

#sec03 .img11-12-all .price .pc_only {
    display: inline-block;
}

#sec03 .img11-12 {
    width: 78rem;
    justify-content: space-between;
}

#sec03 .img11 {
    width: 38.2rem;
}

#sec03 .img12 {
    width: 38.2rem;
}

#sec03 .img13 {
    width: 58rem;
    margin: 0 auto 14.5rem;
}

#sec03 .img13 .price {
    margin-top: 1.2rem;
}

#sec03 .movie{
    width: 58rem;
    margin: 0 auto;
}
#sec03 .movie video{
    width: 58rem;
    height: 72.6rem;
    margin: 0 auto;
}

/* ===================
	　　  section04
=================== */
#sec04 {
    padding-bottom: 18rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

#sec04 .img14 {
    width: 31.2rem;
    margin: 0 auto 6.5rem;
}

#sec04 .ttl {
    width: 31.5rem;
    margin: 0 auto 18rem;
}

#sec04 .img15 {
    width: 100%;
    margin-bottom: 11.9rem;
    text-align: center;
}

#sec04 .img15 .price {
    margin-top: 1.8rem;
    text-align: left;
    display: inline-block;
    margin-left: -2rem;
}

#sec04 .img15 .price .pc_only {
    display: inline-block;
}

#sec04 .img15 a:hover {
    opacity: 1;
}
#sec04 .img15 a:hover img{
    transform: scale(1);
}

#sec04 .img15 .price a:hover {
    opacity: .7;
}

#sec04 .img16 {
    width: 58rem;
    margin: 0 auto 46.2rem;
}

#sec04 .img16 .price {
    margin-top: 1.1rem;
}

#sec04 .img17-all {
    width: 128rem;
    margin: 0 auto 17.5rem;
}

#sec04 .img17 {
    width: 37.9rem;
    position: relative;
    margin-left: 55.2rem;
    background: #fff;
    z-index: 2;
}

#sec04 .img17-02 {
    width: 34rem;
    position: absolute;
    top: -34.1rem;
    right: 24.1rem;
    z-index: 1;
}

#sec04 .img17 img {
    position: relative;
    z-index: 2;
}

/* #sec04 .img17::before {
    content: "";
    width: 34rem;
    height: 42.5rem;
    position: absolute;
    background: url(../img/bk01.jpg) no-repeat;
    background-size: contain;
    top: -34.1rem;
    right: 24.1rem;
} */

#sec04 .img18 {
    width: 58rem;
    margin: 0 auto;
}

/* ===================
	　　  STAFF
=================== */
#staff {
    padding-bottom: 17.6rem;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

#staff dl {
    font-family: 'Cochin';
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    text-align: center;
}

#staff p {
    font-family: 'Cochin';
    font-size: 1.8rem;
    letter-spacing: -0.03em;
    margin-bottom: 3rem;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    #staff p {
        font-family: 'Baskervville', serif;
    }

    #staff dl {
        font-family: 'Baskervville', serif;
    }
}

#staff dl {
    text-align: center;
}

#staff dt {
    text-align: center;
}

#staff dd {
    text-align: center;
}

#staff dt {
    margin-bottom: 0.3rem;
}

#staff dd {
    margin-bottom: 2.7rem;
    line-height: 1.335;
}

#staff dd .ls01 {
    letter-spacing: -0.05em;
}

#staff dd .ls02 {
    margin-left: 0.9rem;
}

#staff dd .ls03 {
    letter-spacing: -0.08em;
}

#staff dd .ls04 {
    letter-spacing: -0.06em;
}

/* ===================
	　　  button
=================== */
.check-btn {
    text-align: center;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.check-btn .btn-img {
    width: 8rem;
    margin: 0 auto 2rem;
}

.check-btn p {
    font-family: 'Cochin';
    font-size: 2rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    margin-bottom: 3rem;
    text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .check-btn p {
        font-family: 'Baskervville', serif;
    }
}

.check-btn a {
    display: inline-block;
}


#dvUserBox table {
    background-color: #fff;
}

/*=======================================
               Responsive   
========================================*/
@media screen and (max-device-width: 767px) {
    #wrapper .sp_only {
        display: block;
    }
}

/* for SP */
@media screen and (max-width: 767px) {

    /*=======================================
                    SP    
  ========================================*/

    /* ===================
	　　 General
=================== */
    .header {
        display: block;
    }

    .btn-search {
        display: none;
    }

    .htest.open .btn-search {
        display: block;
    }

    .btn-cart {
        display: none;
    }

    .htest.open .btn-cart {
        display: block;
    }

    .header .header-logo img {
        display: none;
        margin: auto;
    }

    .htest.open .header-logo img {
        display: block;
    }

    .header .header-logo a {
        display: inline-block;
    }

    main {
        padding: 0 !important;
    }

    .header .btn-menu.open .border::before {
        background: #000;
    }

    .header .btn-menu.open .border::after {
        background: #000;
    }

    .header .btn-menu .border {
        background: #fff;
    }

    .header .btn-menu .border::before {
        background: #fff;
    }

    .header .btn-menu .border::after {
        background: #fff;
    }

    .header .btn-menu {
        will-change: transform;
        -webkit-transition: ease-in, -webkit-transform 1000ms;
        transition: ease-in, -webkit-transform 1000ms;
        transition: ease-in, transform 1000ms;
        transition: ease-in, transform 1000ms, -webkit-transform 1000ms;
        transform: translate3d(0, -10rem, 0);
    }

    .header .btn-menu.hide {
        transform: translate3d(0, 0, 0);
    }

    .header .btn-menu .border {
        width: calc(54 *(100vw / 750));
    }

    .header .btn-menu .border::before,
    .header .btn-menu .border::before {
        width: calc(54 *(100vw / 750));
        top: calc(-20 *(100vw / 750));
    }

    .header .btn-menu .border::before,
    .header .btn-menu .border::after {
        width: calc(54 *(100vw / 750));
        bottom: calc(-20 *(100vw / 750));
    }

    #breadcrumb .cateList {
        margin: 0 auto !important;
    }

    .main-area {
        /* background-image: url(../img/sp1.jpg);
	background-repeat: no-repeat;
	background-size: calc(750* (100vw / 750)); 
	background-position-x: center;  */
        /* position: relative; */
    }

    /* .main-area::before{
	position: absolute;
	content: "";
	background-image: url(../img/sp2.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(16045* (100vw / 750)) ;
	background-position-x: center; 
	background-size: inherit;
	z-index: -1;
} */

    .main-area .main-inner {
        width: 100%;
    }

    #wrapper {
        width: calc(586* (100vw / 586));
        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(11* (100vw / 586));
        height: calc(11* (100vw / 586));
        border: calc(2* (100vw / 586)) solid #3a3a3a;
    }

    .slick-dots li {
        margin: 0 calc(5* (100vw / 586));
    }

    .slick-dots {
        position: absolute;
        bottom: calc(-38* (100vw / 750));
        right: calc(25* (100vw / 586));
    }

    /* ===================
　　  common
  =================== */
    #wrapper .sp_only {
        display: block;
    }

    .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;
    }

    .ryumin{
        font-size: calc(14* (100vw / 586));
    }

    .price {
        font-size: calc(15* (100vw / 586));
        line-height: 1.4;
        letter-spacing: -0.052em;
        margin-top: calc(22* (100vw / 586));
        margin-left: calc(30* (100vw / 586));
    }

    #wrapper .flex {
        display: flex;
        flex-wrap: wrap;
    }

    #mainview .movie #btn03 {
        width: calc(156* (100vw / 586));
        bottom: calc(79* (100vw / 586));
        right: calc(30* (100vw / 586));
        position: absolute;
    }

    #mainview .movie #btn04 {
        width: calc(156* (100vw / 586));
        bottom: calc(79* (100vw / 586));
        right: calc(30* (100vw / 586));
        position: absolute;
        opacity: 0;
        visibility: hidden;
    }

    #mainview .movie #btn04.active3 {
        visibility: visible;
        opacity: 1;
    }
    
    #mainview .movie #btn04.active4 {
        opacity: 0;
    }
    
    #mainview .movie #btn03.active3 {
        opacity: 0;
    }
    
    #mainview .movie #btn03.active4 {
        opacity: 1;
    }

    /* ===================
　　　 mainview
    =================== */
    .main_visual {
        position: relative;
        width: 100%;
        height: calc(1332* (100vw / 750));
    }

    .main_visual a {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #mainview {
        padding-bottom: calc(119* (100vw / 586));
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

    .main_visual-image {
        width: 100%;
        position: relative;
        margin: 0 auto;
    }

    #mainview .movie {
        width: 100%;
        height: calc(1040* (100vw / 586));
    }

    .logo {
        width: 100%;
        max-width: calc(338* (100vw / 586));
        top: calc(-253* (100vw / 586));
    }


    /* ===================
		　　 section01
	=================== */
    #sec01 {
        padding-bottom: 0;
        position: relative;
        z-index: 2;
        background-color: #fff;
    }

    #sec01 .img01 {
        width: calc(526* (100vw / 586));
        margin: 0 auto calc(64* (100vw / 586));
    }

    #sec01 .ttl {
        width: calc(501* (100vw / 586));
        margin: 0 auto calc(96* (100vw / 586));
    }

    #sec01 .img02 {
        width: 100%;
        margin: 0 auto calc(104* (100vw / 586));
    }

    #sec01 .movie{
        width: 100%;
        margin: 0 auto;
    }
    #sec01 .movie video{
        width: 100%;
        height: calc(732.5* (100vw / 586));
        margin: 0 auto;
    }

    /* ===================
	　　 section02
=================== */
    #sec02 {
        margin-bottom: calc(-2* (100vw / 586));
        margin-top: calc(-2* (100vw / 586));
        padding-bottom: 0;
        position: relative;
        z-index: 2;
    }

    #sec02 .img03 {
        width: 100%;
        margin: 0 auto calc(40* (100vw / 586));
    }

    #sec02 .img03 .price {
        margin-top: calc(21* (100vw / 586));
    }

    #sec02 .img03 .price .ml {
        margin-left: calc(3* (100vw / 586));
    }

    #sec02 .img03 .price .sp_only {
        display: inline-block;
    }

    #sec02 .img03 .price .pc_only {
        display: none;
    }

    #sec02 .img04 {
        width: 100%;
        margin: 0 auto calc(81* (100vw / 586));
    }

    #sec02 .img04 .price {
        margin-top: calc(24* (100vw / 586));
    }

    #sec02 .img04 .price .pc_only {
        display: none;
    }

    #sec02 .img05-06 {
        width: 100%;
        justify-content: space-between;
        margin: 0 auto calc(-6* (100vw / 586));
    }

    #sec02 .img05 {
        width: calc(293* (100vw / 586));
        margin-top: 0;
    }

    #sec02 .img05 .price {
        margin-top: 1.7rem;
        margin-left: -0.1rem;
    }

    #sec02 .img06 {
        width: calc(293* (100vw / 586));
    }

    #sec02 .img06 .price {
        margin-top: 1.8rem;
    }

    #sec02 .img07 {
        width: 100%;
        margin: calc(82* (100vw / 586)) auto calc(83* (100vw / 586));
    }

    #sec02 .img07 .price {
        margin-left: calc(30* (100vw / 586));
        margin-top: calc(23* (100vw / 586));
    }

    #sec02 .movie{
        width: 100%;
        margin: 0 auto;
    }
    #sec02 .movie video{
        width: 100%;
        height: calc(732.5* (100vw / 586));
        margin: 0 auto;
    }

    /* ===================
	　　 section03
=================== */
    #sec03 {
        padding-bottom: calc(148* (100vw / 586));
        position: relative;
        z-index: 2;
    }

    #sec03 .img08-09 {
        width: 100%;
        justify-content: flex-end;
        margin: 0 auto calc(103* (100vw / 586));
    }

    #sec03 .img08 {
        width: 100%;
    }

    #sec03 .img08 .price {
        margin-top: calc(22* (100vw / 586));
        margin-left: calc(30* (100vw / 586));
    }

    #sec03 .img08 li a {
        display: block;
    }

    #sec03 .img09 {
        width: 100%;
        margin-top: calc(83* (100vw / 586));
    }

    #sec03 .img09 .price {
        letter-spacing: -0.053em;
    }

    #sec03 .img10 {
        width: 100%;
        margin: 0 auto calc(105* (100vw / 586));
    }

    #sec03 .img11-12-all {
        width: 100%;
        margin: 0 auto calc(84* (100vw / 586));
    }

    #sec03 .img11-12-all .price {
        margin-top: calc(22* (100vw / 586));
    }

    #sec03 .img11-12-all .price .ml {
        margin-left: calc(3* (100vw / 586));
    }

    #sec03 .img11-12-all .price .pc_only {
        display: none;
    }

    #sec03 .img11-12 {
        width: 100%;
        justify-content: space-between;
    }

    #sec03 .img11 {
        width: calc(293* (100vw / 586));
    }

    #sec03 .img12 {
        width: calc(293* (100vw / 586));
    }

    #sec03 .img13 {
        width: 100%;
        margin: 0 auto calc(83* (100vw / 586));
    }

    #sec03 .img13 .price {
        margin-top: calc(17* (100vw / 586));
    }

    #sec03 .movie video{
        width: 100%;
        height: calc(732.5* (100vw / 586));
        margin: 0 auto;
    }
    #sec03 .movie{
        width: 100%;
        margin: 0 auto;
    }

    /* ===================
	　　  section04
=================== */
    #sec04 {
        padding-bottom: calc(147* (100vw / 586));
        position: relative;
        z-index: 2;
    }

    #sec04 .img14 {
        width: calc(312* (100vw / 586));
        margin: 0 auto calc(65* (100vw / 586));
    }

    #sec04 .ttl {
        width: calc(315* (100vw / 586));
        margin: 0 auto calc(97* (100vw / 586));
    }

    #sec04 .img15 {
        width: 100%;
        margin-bottom: calc(60* (100vw / 586));
    }

    #sec04 .img15 .price {
        margin-top: calc(22* (100vw / 586));
        margin-left: calc(5* (100vw / 586));
    }

    #sec04 .img15 .price .ml {
        margin-left: calc(3* (100vw / 586));
    }

    #sec04 .img15 .price .pc_only {
        display: none;
    }

    #sec04 .img16 {
        width: 100%;
        margin: 0 auto calc(521* (100vw / 586));
    }

    #sec04 .img16 .price {
        margin-top: 1.2rem;
    }

    #sec04 .img17-all {
        width: 100%;
        margin: 0 auto calc(249* (100vw / 586));
    }

    #sec04 .img17 {
        width: calc(378* (100vw / 586));
        margin-left: calc(177* (100vw / 586));
    }

    #sec04 .img17-02 {
        width: calc(340* (100vw / 586));
        top: calc(-339* (100vw / 586));
        right: calc(216* (100vw / 586));
    }

    /* #sec04 .img17::before {
        width: calc(340* (100vw / 586));
        height: calc(425* (100vw / 586));
        top: calc(-339* (100vw / 586));
        right: calc(216* (100vw / 586));
    } */

    #sec04 .img18 {
        width: 100%;
        margin: 0 auto;
    }

    /* ===================
	　　  STAFF
=================== */
    #staff {
        padding-bottom: calc(143* (100vw / 586));
        position: relative;
        z-index: 2;
    }

    #staff dl {
        font-size: calc(22* (100vw / 586));
    }

    #staff p {
        font-size: calc(22* (100vw / 586));
        margin-bottom: calc(28* (100vw / 586));
    }

    #staff dt {
        margin-bottom: 0;
    }

    #staff dd {
        margin-bottom: calc(24.5* (100vw / 586));
        line-height: 1.3;
    }

    #staff .lh {
        line-height: 1.18;
    }

    #staff dd .ls02 {
        margin-left: calc(10* (100vw / 586));
    }

    /* ===================
	　　  button
=================== */
    .check-btn {
        position: relative;
        z-index: 2;
    }

    .check-btn .btn-img {
        width: calc(84* (100vw / 586));
        margin: 0 auto calc(21* (100vw / 586));
    }

    .check-btn p {
        font-size: calc(22* (100vw / 586));
        line-height: 1.1;
        letter-spacing: -0.03em;
        padding-bottom: calc(143* (100vw / 750));
    }

    .footer {
        position: relative;
        z-index: 999;
        margin-top: 0;
    }
}


/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1280px) {

    /*=======================================
                    Tablet    
  ========================================*/
    /* ===================
	　　 General
=================== */
    html {
        font-size: calc(10* (100vw / 1280)) !important;
    }

    * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}

/*# sourceMappingURL=style.css.map */


.js-fade {
    opacity: 0;
    -webkit-transition: ease-in, opacity 1500ms;
    transition: ease-in, opacity 1500ms;
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.js-fade.active {
    opacity: 1;
}

.logo {
    -webkit-transition: ease-in, opacity 2000ms;
    transition: ease-in, opacity 2000ms;
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms;
}