@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/

/*=======================================
	         SMACSS  layout　　　　　　　       ( style.scss ) ( header.scss / main.scss / footer.scss ...) 
========================================*/
/*=======================================
 	        animation
 ========================================*/
 #wrapper{
    opacity: 0;
  }
  #wrapper.active{
    opacity: 1;
      -webkit-transition: 1.5s ease;
        transition: 1.5s ease;
      transition-delay: 4s;
  }


.inview {
    transform: scale(1.4);

}
.inview.active {
    transform: scale(1);
}

.fadein {
    opacity: 0;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.fadein.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* .imgniji {
    opacity: 0;
    transition: -webkit-transform 1.2s linear;
    -webkit-transition: -webkit-transform 1.2s linear;
    transition: transform 1.2s linear;
    transition: transform 1.2s linear, -webkit-transform 1.2s linear;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
} */
/* .img-blur {
    -webkit-animation-name: imageBlur;
    animation-name: imageBlur;
    opacity: 1;
    -webkit-transition: 1.5s;
    transition: 1.5s;
} */

/* @-webkit-keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: 1.4s all;
        transition: 1.4s all;
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transition: 1.4s all;
        transition: 1.4s all;
    }
}

@keyframes imageBlur {
    from {
        opacity: 0;
        -webkit-filter: blur(15px);
        filter: blur(15px);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: 1.4s all;
        transition: 1.4s all;
    }
    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transition: 1.4s all;
        transition: 1.4s all;
    }
}
 */
@keyframes fadeUpAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade {
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
}

.fade.active {
    visibility: visible;
    opacity: 1;
}

#mainview .movie #btn {
    width: 8.7rem;
    position: absolute;
    bottom: 5.8rem;
    right: 6rem;
}

#mainview .movie #btn02 {
    width: 9.4rem;
    position: absolute;
    bottom: 5.8rem;
    right: 5.7rem;
    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;
}


/*========= ローディングアニメーション ===============*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #252525;
    text-align: center;
    color: #fff;
}
/* Loadingバー中央配置　*/
#splash_text {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 0.6rem!important;
    /* transform: translate(-50%, -50%); */
}
#splash_text svg {
    height: 0.6rem;
}
.progressbar-text{
    display: none;
}
.loading {
    position: absolute;
    width: 496px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.loading img {
    width: 496px;
}

/*========= レイアウトのためのCSS ===============*/
/* #wrapper{
    width:100%;
    height: 100vh;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  } */
/*========= ローディングアニメーション ===============*/

/*=======================================
                  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: 114rem;
    background-position-x: center;
    position: relative;
    /* overflow: hidden; */
}
/* #mainLP_Contents {
    background-image: url(../img/pc_credit.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: center; 
	background-position-y: 106.1rem;
} */
/* #mainLP_Contents::before{
	content: "";
	position: absolute;
	background-image: url(../img/pc2.jpg);
	background-size: contain;
	z-index: -1; 
	width: 130rem;
	height: 524rem;
	top: 1349.7rem;
	left: 0;
	right: 0;
	margin: auto;
} */

#wrapper {
    margin: 0 auto;
    /* padding-bottom: 12rem; */
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3a3a3a;
    background-color: #FBFBF6;
}

.header {
    display: none;
}

.collabo{
    font-size: 1.5rem;
    margin-top: -2.3rem;
    display: block;
    letter-spacing: -0.02em;
}

/* ===================
	　　  common
=================== */
#wrapper img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

.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;
}

.libre_caslon_text {
    font-family: 'Libre Caslon Text', serif;
    font-feature-settings: "palt";
}

.price01,
.price02,
.price03,
.price04,
.price05,
.price06,
.price07,
.price08,
.price09,
.price10,
.price11,
.price12,
.price13,
.price14,
.price15,
.price16,
.price17,
.price18,
.price19,
.price20,
.price21 {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1.5rem;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    line-height: 3.06666;
    padding-top: 1.5rem;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* -webkit- transform: translateY(-50%) translateX(-50%); */
    margin: auto;
    background: rgba(251,251,246,0.7);
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.4s;
}
.price01.active {
    visibility: visible;
    opacity: 1;
}
.price02.active {
    visibility: visible;
    opacity: 1;
}
.price03.active {
    visibility: visible;
    opacity: 1;
}
.price04.active {
    visibility: visible;
    opacity: 1;
}
.price05.active {
    visibility: visible;
    opacity: 1;
}
.price06.active {
    visibility: visible;
    opacity: 1;
}
.price07.active {
    visibility: visible;
    opacity: 1;
}
.price08.active {
    visibility: visible;
    opacity: 1;
}
.price09.active {
    visibility: visible;
    opacity: 1;
}
.price10.active {
    visibility: visible;
    opacity: 1;
}
.price11.active {
    visibility: visible;
    opacity: 1;
}
.price12.active {
    visibility: visible;
    opacity: 1;
}
.price13.active {
    visibility: visible;
    opacity: 1;
}
.price14.active {
    visibility: visible;
    opacity: 1;
}
.price15.active {
    visibility: visible;
    opacity: 1;
}
.price16.active {
    visibility: visible;
    opacity: 1;
}
.price17.active {
    visibility: visible;
    opacity: 1;
}
.price18.active {
    visibility: visible;
    opacity: 1;
}
.price19.active {
    visibility: visible;
    opacity: 1;
}
.price20.active {
    visibility: visible;
    opacity: 1;
}
.price21.active {
    visibility: visible;
    opacity: 1;
}
.price .link {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* -webkit- transform: translateY(-50%) translateX(-50%); */
    margin: auto;
    white-space: nowrap;
}
.price .buy {
    text-decoration: underline;
}
.price .close {
    width: 5.8rem;
    margin: 6.2rem auto 0;
}
.price .close img {
    width: 5.8rem;
}
.zoom a {
    pointer-events: none;
}

#wrapper section .zoom a:hover {
    opacity: 1;
}

#wrapper section .img08 a:hover {
    opacity: 1;
}

#wrapper section .img08 .price a:hover {
    opacity: 0.7;
}

#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:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
} */
.ovh {
    overflow: hidden;
}

/* ===================
	　 mainview
=================== */
#mainview {
    text-align: center;
    position: relative;
}
.main_visual 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;
    line-height: 0;
}
#mainview .movie video {
    width: 100%;
}
#mila_catalog-ss1st210128 .logo.onView {
    opacity: 1;
}
#mainview .img01-wrap {
    width: 100%;
    height: 100%;
    padding: 8rem 0;
    background-image: url("../img/bg01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#mainview .img01 {
    position: relative;
    width: 43rem;
    margin: 0 auto;
}
#mainview .img01 .img-txt {
    position: absolute;
    margin: auto;
    bottom: 9.5rem;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    list-style: 1;
    color: #FBFBF6;
}
/* #mainview .img01 .zoom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
} */

/* ===================
	　　 section01
=================== */
#sec01 {
    margin: 0 auto;
}
#sec01 .img02-03 {
    align-items: center;
}
#sec01 .img02 {
    width: 50vw;
}
#sec01 .img03-wrap {
    width: 50vw;
}
#sec01 .img03 {
    width: 63.8%;
    margin: 0 auto;
}

/* ===================
	　　 section02
=================== */
.sec02 {
    position: relative;
}
.sec02 .sec__bg {
    width: 100%;
    height: 110vh;
    position: sticky;
    top: 0;
    left: 0;
}
.sec02 .sec__inner {
    width: 840px;
    margin: calc(-100vh + 200px) auto 0;
    position: relative;
}
.sec__inner .sec__img {
    width: 266px;
    margin-bottom: 50vh;
    position: sticky;
    top: 230px;
}
.sec__img05 {
    margin-left: 287px;
}
.sec__img05 {
    margin-left: 287px;
}
.sec__img06 {
    padding-bottom: 50vh;
    margin-bottom: 0;
    margin-left: 574px;
}
.sec02 .sec__bg img {
    width: 100%!important;
    height: 100vh!important;
    object-fit: cover;
    display: block;
}
.sec02 .price{
    height: 362px;
    top: 181px;
}

/* .sec02-wrap {
    padding-top: 20rem;
    background-image: url("../img/bg02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#sec02 {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}
#wrapper .inner {
    width: 840px;
    margin: 0 auto;
}
#wrapper .inner .photo {
    width: 100%;
    position: relative;
}
#wrapper .inner .photo .default {
    width: 100%;
    position: relative;
}
#wrapper .inner .photo .default .div:nth-child(1) {
    margin-bottom: 30rem;
}
#wrapper .inner .photo .default .div:nth-child(2) {
    margin-bottom: 30rem;
    margin-left: auto;
    margin-right: auto;
}
#wrapper .inner .photo .default .div:nth-child(3) {
    margin-bottom: 30rem;
    margin-left: auto;
}
#wrapper .inner .photo .default .div {
    width: 266px;
    position: sticky;
    top: calc(50% - 225px);
}
#wrapper .inner .photo .default::after {
    content: "";
    display: inline-block;
} */


/* ===================
	　　 section03
=================== */
#sec03 {
    position: relative;
    margin: calc(-100vh + 200px) auto 15.5rem;
}
#sec03 .img07-08 {
    /* align-items: center; */
    display: grid;
    grid-template-columns: repeat(2,50%);
}
#sec03 .img07 {
    width: 100%;
}
#sec03 .img08 {
    width: 100%;
}
#sec03 .img08 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================
	　　  section04
=================== */
#sec04 {
    width: 84rem;
    margin: 0 auto 15.5rem;
}
#sec04 .img09-10 {
    align-items: center;
    justify-content: space-between;
}
#sec04 .img09 {
    width: 38.9rem;
}
#sec04 .img10 {
    width: 26.6rem;
}

/* ===================
	　　  section05
=================== */
#sec05 .img10 {
    width: 100%;
    margin: 0 auto 20rem;
}

#dvUserBox table {
    background-color: #fff;
}

/* ===================
	　　  section06
=================== */
#sec06 .img11 {
    width: 55rem;
    margin: 0 auto 20rem;
}

/* ===================
	　　 section07
=================== */
.sec.sec07 {
    position: relative;
}
.sec.sec07 .sec__bg {
    width: 100%;
    height: 110vh;
    position: sticky;
    top: 0;
    left: 0;
}
.sec.sec07 .sec__bg img {
    width: 100%!important;
    height: 100vh!important;
    object-fit: cover;
}
.sec.sec07 .sec__inner {
    width: 840px;
    margin: calc(-100vh + 200px) auto 0;
    position: relative;
}
.sec.sec07 .sec__inner .sec__img.sec__img12 {
    width: 440px;
    margin: 0 0 100px auto;
}
.sec07 .sec__img {
    position: relative;
}
.sec.sec07 .sec__inner .sec__img.sec__img14 {
    margin-top: calc(-100vh + 100px);
}
.sec.sec07 .sec__inner .sec__img.sec__img13 figure {
    width: 400px;
    margin-bottom: 50vh;
    position: sticky;
    top: calc(50% - 210px);
}
.sec.sec07 .sec__inner .sec__img.sec__img14 figure {
    width: 550px;
    margin-bottom: 50vh;
    position: sticky;
    top: calc(50% - 345px);
    margin-left: 145px;
}
.sec.sec07 .sec__inner .sec__img.sec__img13 figure:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 50vh;
}
.sec.sec07 .sec__inner .sec__img.sec__img14 figure:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 50vh;
}
.sec.sec07 .price21{
    height: 775px;
    top: 387.5px;
}
.sec.sec07 .price20{
    height: 538px;
    top: 269px;
}

/* #sec07 {
    position: relative;
    padding-top: 20rem;
    margin-bottom: 20rem;
}
#sec07::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 218rem;
    background-image: url("../img/bg03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
#sec07 .img12-14 {
    width: 84rem;
    margin: 0 auto;
}
#sec07 .img12 {
    width: 44rem;
    margin-left: auto;
    margin-bottom: 10rem;
}
#sec07 .img13 {
    width: 40rem;
    margin-bottom: 10rem;
}
#sec07 .front {
    z-index: 3;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
#sec07 .front.active {
    opacity: 0;
}
#sec07 .back {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
#sec07 .img14 {
    width: 55rem;
    margin: 0 auto;
}

#dvUserBox table {
    background-color: #fff;
} */

/* ===================
	　　  section08
=================== */
#sec08 .img15 {
    width: 55rem;
    margin: calc(-50vh + 100px) auto 20rem;
}

/* ===================
	　　 section09
=================== */
#sec09 {
    margin: 0 auto 20rem;
}
#sec09 .img16-17 {
    /* align-items: center; */
    display: grid;
    grid-template-columns: repeat(2,50%);
}
#sec09 .img17 {
    width: 100%;
}
#sec09 .img16 {
    width: 100%;
}
#sec09 .img16 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================
	　　  section10
=================== */
#sec10 .img18 {
    width: 44rem;
    margin: 0 auto 20rem;
}

/* ===================
	　　  section11
=================== */
#sec11 .img19 {
    width: 55rem;
    margin: 0 auto 25rem;
}

/* ===================
	　　  section12
=================== */
#sec12 {
    text-align: center;
}
#sec12 .img20 {
    width: 34rem;
    margin: 0 auto 2.8rem;
}
#sec12 .check {
    margin-bottom: 21rem;
    font-size: 1.6rem;
    font-family: montserrat, sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    color: #231815;
}
#sec12 .staff {
    width: 57.4rem;
    margin: 0 auto;
    padding-bottom: 17.3rem;
}

/* ===================
	　　  button
=================== */

/*=======================================
               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: #231815;
    }

    .header .btn-menu .border::before {
        background: #231815;
    }

    .header .btn-menu .border::after {
        background: #231815;
    }

    .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(40 *(100vw / 750));
    }

    .header .btn-menu .border::before,
    .header .btn-menu .border::before {
        width: calc(40 *(100vw / 750));
        top: calc(-20 *(100vw / 750));
    }

    .header .btn-menu .border::after,
    .header .btn-menu .border::before {
        width: calc(40 *(100vw / 750));
        bottom: calc(-20 *(100vw / 750));
    }

    #breadcrumb .cateList {
        margin: 0 auto !important;
    }

    .header .btn-menu {
        left: calc(50 *(100vw / 750));
        top: calc(40 *(100vw / 750));
    }

    .main-area {
        /* background-image: url(../img/sp01.jpg); */
        background-repeat: no-repeat;
        background-size: calc(750* (100vw / 750));
        background-position-x: center;
        /* background-position-y: calc(1766* (100vw / 750)); */
        position: relative;
        /* overflow: hidden; */
    }

    /* .main-area {
        background-image: url(../img/sp_credit.jpg);
        background-repeat: no-repeat;
        background-size: calc(750* (100vw / 750)); 
        background-position-x: center; 
        background-position-y: calc(1604* (100vw / 750)); 
        position: relative;
        } */

        /* .main-area::before{
	position: absolute;
	content: "";
	background-image: url(../img/sp02.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(16045* (100vw / 750)) ;
    top: calc(13981* (100vw / 750));
	background-position-x: center; 
	background-size: inherit;
	z-index: -1;
} */

    .main-area .main-inner {
        width: 100%;
    }

    #wrapper {
        width: calc(586* (100vw / 586));
        padding-bottom: 0;
        margin: 0 auto;
        -webkit-font-feature-settings: "palt";
        font-feature-settings: "palt";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .collabo{
        font-size: calc(25* (100vw / 750));
        margin-top: calc(-12* (100vw / 750));
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin-bottom: calc(10* (100vw / 750));
    }
    .img10 .collabo{
        font-size: calc(20* (100vw / 750));
        margin-top: calc(-12* (100vw / 750));
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin-bottom: calc(10* (100vw / 750));
    }

    /* ===================
　　  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;
    }

    .price01,
    .price02,
    .price03,
    .price04,
    .price05,
    .price06,
    .price07,
    .price08,
    .price09,
    .price10,
    .price11,
    .price12,
    .price13,
    .price14,
    .price15,
    .price16,
    .price17,
    .price18
    .price19,
    .price20,
    .price21 {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: calc(25* (100vw / 750));
        line-height: 2.16;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        padding-top: calc(3* (100vw / 750));
    }
    .price .link {
        position: absolute;
        top: 49%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
    }
    .price .buy {
        text-decoration: underline;
    }
    .price .close {
        width: calc(58* (100vw / 750));
        margin: calc(144* (100vw / 750)) auto 0;
    }
    .price .close img {
        width: calc(58* (100vw / 750));
    }

    #wrapper .flex {
        display: flex;
        flex-wrap: wrap;
    }

    #mainview .movie #btn03 {
        width: calc(150* (100vw / 750));
        bottom: calc(76* (100vw / 750));
        right: calc(40* (100vw / 750));
        position: absolute;
    }

    #mainview .movie #btn04 {
        width: calc(162* (100vw / 750));
        bottom: calc(76* (100vw / 750));
        right: calc(33* (100vw / 750));
        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;
    }

    .loading {
        width: calc(619* (100vw / 750));
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .loading img {
        width: calc(619* (100vw / 750));
    }
    #splash_text svg {
        height: calc(10* (100vw / 750));
    }

    /* ===================
	　 mainview
=================== */
    #mainview {
        text-align: center;
        position: relative;
    }
    .main_visual 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;
        line-height: 0;
    }
    #mainview .movie video {
        width: 100%;
    }
    #mila_catalog-ss1st210128 .logo.onView {
        opacity: 1;
    }
    #mainview .img01-wrap {
        width: 100%;
        height: 100%;
        padding: calc(199* (100vw / 750)) 0;
        background-image: url("../img/sp_bg01.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #mainview .img01 {
        width: calc(550* (100vw / 750));
        margin: 0 auto;
    }
    #mainview .img01 .img-txt {
        bottom: calc(102* (100vw / 750));
        font-size: calc(21* (100vw / 750));
    }
    /* #mainview .img01 .zoom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
} */

    /* ===================
	　　 section01
=================== */
    #sec01 {
        margin: 0 auto;
    }
    #sec01 .img02-03 {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    #sec01 .img02 {
        width: 100%;
    }
    #sec01 .img03-wrap {
        width: 100%;
    }
    #sec01 .img03 {
        width: calc(650* (100vw / 750));
        margin: 0 auto;
        padding: calc(50* (100vw / 750)) 0;
    }

    /* ===================
	　　 section02
=================== */
    .sec02 {
        position: relative;
    }
    .sec02 .sec__bg {
        width: 100%;
        height: 110vh;
        position: sticky;
        top: 0;
        left: 0;
    }
    .sec02 .sec__inner {
        width: 100%;
        margin: calc(-100vh + (66 * (100vw / 750))) auto 0;
        position: relative;
    }
    .sec.sec02 .sec__inner .sec__img {
        width: calc(503 * (100vw / 750));
        margin: 0 auto 50vh;
        position: sticky;
        top: calc(53px + (200 * (100vw / 750)));
    }
    .sec__img05 {
        margin-left: 0;
    }
    .sec__img05 {
        margin-left: 0;
    }
    .sec__img06 {
        padding-bottom: 50vh;
        margin-bottom: 0;
        margin-left: 0;
    }
    .sec02 .sec__bg img {
        width: 100%!important;
        height: 100vh!important;
        object-fit: cover;
        display: block;
    }
    .sec02 .price{
        height: calc(684 * (100vw / 750));
        top: calc(342 * (100vw / 750));
    }

    /* .sec02-wrap {
        padding-top: calc(200* (100vw / 750));
        background-image: url("../img/sp_bg02.jpg");
        background-repeat: no-repeat;
        background-size: cover;
    }
    #sec02 {
        width: 100%;
        min-height: 100vh;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    #wrapper .inner {
        width: calc(503* (100vw / 750));
        margin: 0 auto;
    }
    #wrapper .inner .photo {
        width: 100%;
        position: relative;
    }
    #wrapper .inner .photo .default {
        width: 100%;
        position: relative;
    }
    #wrapper .inner .photo .default .div:nth-child(1) {
        margin-bottom: calc(200* (100vw / 750));
    }
    #wrapper .inner .photo .default .div:nth-child(2) {
        margin-bottom: calc(200* (100vw / 750));
        margin-left: auto;
        margin-right: auto;
    }
    #wrapper .inner .photo .default .div:nth-child(3) {
        margin-bottom: calc(200* (100vw / 750));
        margin-left: 0;
    }
    #wrapper .inner .photo .default .div {
        width: calc(503* (100vw / 750));
        position: sticky;
        top: calc(50% - 225px);
    }
    #wrapper .inner .photo .default::after {
        content: "";
        display: inline-block;
    } */

    /* ===================
	　　 section03
=================== */
    #sec03 {
        margin: calc(-100vh + (200 * (100vw / 750))) auto calc(161* (100vw / 750));
    }
    #sec03 .img07-08 {
        align-items: flex-start;
    }
    #sec03 .img07 {
        width: 100%;
        margin-bottom: calc(160* (100vw / 750));
    }
    #sec03 .img08 {
        width: calc(650* (100vw / 750));
        margin: 0 auto;
    }
    #sec03 .img08 video {
        width: calc(650* (100vw / 750));
    }

    /* ===================
	　　  section04
=================== */
    #sec04 {
        width: 100%;
        margin: 0 auto calc(160* (100vw / 750));
    }
    #sec04 .img09-10 {
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: nowrap;
    }
    #sec04 .img09 {
        width: calc(320* (100vw / 750));
        z-index: 2;
    }
    #sec04 .img09 .price10{
        font-size: calc(20* (100vw / 750));
    }
    #sec04 .img09 .close{
        margin-top: calc(55* (100vw / 750));
    }
    #sec04 .img10 {
        width: calc(449* (100vw / 750));
        margin-left: calc(-69* (100vw / 750));
        margin-top: calc(295* (100vw / 750));
    }

    /* ===================
	　　  section05
=================== */
    #sec05 .img10 {
        width: 100%;
        margin: 0 auto calc(50* (100vw / 750));
    }
    #sec05 .img10 .price11{
        font-size: calc(20* (100vw / 750));
    }
    #sec05 .img10 .close{
        margin-top: calc(20* (100vw / 750));
    }

    /* ===================
	　　  section06
=================== */
    #sec06 .img11 {
        width: calc(650* (100vw / 750));
        margin: 0 auto calc(51* (100vw / 750));
    }

    /* ===================
	　　 section07
=================== */
.sec.sec07 .sec__bg {
    width: 100%;
    height: 110vh;
    position: sticky;
    top: 0;
    left: 0;
}
.sec.sec07 .sec__inner {
    width: 100%;
    margin: calc(-100vh + (20 * (100vw / 750))) auto 0;
    position: relative;
}
.sec.sec07 .sec__inner .sec__img.sec__img12 {
    width: calc(440 * (100vw / 750));
    margin: 0 0 calc(100 * (100vw / 750)) auto;
}
.sec.sec07 .sec__inner .sec__img.sec__img14 {
    margin-top: calc(-50vh + (100 * (100vw / 750)));
}
.sec.sec07 .sec__inner .sec__img.sec__img13 figure {
    width: calc(440 * (100vw / 750));
    margin-bottom: 50vh;
    position: sticky;
    top: calc(50% - (210 * (100vw / 750)));
}
.sec.sec07 .sec__inner .sec__img.sec__img14 figure {
    width: calc(650 * (100vw / 750));
    margin: 0 auto 50vh;
    position: sticky;
    top: calc(50% - calc(345 * (100vw / 750)));
}
.sec.sec07 .sec__inner .sec__img.sec__img13 figure:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 50vh;
}
.sec.sec07 .sec__inner .sec__img.sec__img14 figure:nth-child(2) {
    margin-bottom: 0;
    padding-bottom: 50vh;
}
.sec.sec07 .price21{
    height: calc(918 * (100vw / 750));
    top: calc(459 * (100vw / 750));
}
.sec.sec07 .price20{
    height: calc(592 * (100vw / 750));
    top: calc(296 * (100vw / 750));
}
.sec07 .sec__inner .sec__img {
    position: relative;
    width: auto;
    margin: 0 auto;
    position: relative;
    top: auto;
}
.sec07 .sec__img.sec__img13 .close{
    margin-top: calc(30* (100vw / 750));
}
.sec07 .sec__img.sec__img12 .close{
    margin-top: calc(100* (100vw / 750));
}

/*     #sec07 {
        position: relative;
        padding-top: calc(154* (100vw / 750));
        margin-bottom: calc(194* (100vw / 750));
    }
    #sec07::before {
        width: 100%;
        height: calc(2280* (100vw / 750));
        background-image: url("../img/sp_bg03.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        top: 0;
    }
    #sec07 .img12-14 {
        width: 100%;
        margin: 0 auto;
    }
    #sec07 .img12 {
        width: calc(440* (100vw / 750));
        margin-bottom: calc(100* (100vw / 750));
    }
    #sec07 .img12 .close{
        margin-top: calc(100* (100vw / 750));
    }
    #sec07 .img13 {
        width: calc(440* (100vw / 750));
        margin-bottom: calc(101* (100vw / 750));
    }
    #sec07 .img13 .close{
        margin-top: calc(30* (100vw / 750));
    }
    #sec07 .img14 {
        width: calc(650* (100vw / 750));
        margin: 0 auto;
    } */

    /* ===================
	　　  section08
=================== */
    #sec08 .img15 {
        width: 100%;
        margin: calc(-50vh + (200 * (100vw / 750))) auto calc(51* (100vw / 750));
    }

    /* ===================
	　　 section09
=================== */
    #sec09 {
        margin: 0 auto calc(201* (100vw / 750));
    }
    #sec09 .img16-17 {
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    #sec09 .img17 {
        width: calc(650* (100vw / 750));
        margin: 0 auto calc(50* (100vw / 750));
    }
    #sec09 .img16 {
        width: 100%;
    }
    #sec09 .img16 video {
        width: 100%;
    }

    /* ===================
	　　  section10
=================== */
    #sec10 .img18 {
        width: calc(440* (100vw / 750));
        margin: 0 auto calc(200* (100vw / 750));
    }

    /* ===================
	　　  section11
=================== */
    #sec11 .img19 {
        width: 100%;
        margin: 0 auto calc(300* (100vw / 750));
    }

    /* ===================
	　　  section12
=================== */
    #sec12 {
    }
    #sec12 .img20 {
        width: calc(340* (100vw / 750));
        margin: 0 auto calc(35* (100vw / 750));
    }
    #sec12 .check {
        margin-bottom: calc(294* (100vw / 750));
        font-size: calc(24* (100vw / 750));
        line-height: 1.2;
    }
    #sec12 .staff {
        width: calc(656* (100vw / 750));
        margin: 0 auto;
        padding-bottom: calc(298* (100vw / 750));
    }

    /* ===================
	　　  button
=================== */

    .footer {
        position: relative;
        z-index: 999;
        margin-top: 0;
    }
}

/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1140px) {

    /*=======================================
                    Tablet    
  ========================================*/
    /* ===================
	　　 General
=================== */
    html {
        font-size: calc(10* (100vw / 1140)) !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;
}
