@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{
    -webkit-transition-duration: 13s;
    transition-duration: 13s;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
}
.fadein.active{
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 2s;
    transition: all 2s;
}
.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 2s;
    visibility: hidden;
    opacity: 0;
}

.fade.active {
    visibility: visible;
    opacity: 1;
}

#mainview .movie #btn {
    width: 9.2rem;
    position: absolute;
    bottom: 6.3rem;
    right: 6rem;
}

#mainview .movie #btn02 {
    width: 9.9rem;
    position: absolute;
    bottom: 6.3rem;
    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;
}

/*=======================================
                  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: 100%;
	background-position-x: center; 
	background-position-y: 0;
    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 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;
}

.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{
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: 'Libre Caslon Text', serif;
    font-size: 1.6rem;
    line-height: 3.3125;
    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(255,255,255,0.6);
    opacity: 0;
    visibility: hidden;
    transition-duration: .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;
}
.price .link{
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  /* -webkit- transform: translateY(-50%) translateX(-50%); */
    margin: auto;
}
.price .buy{
    text-decoration: underline;
}
.price .close{
    width: 5.8rem;
    margin: 8.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: .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;
    margin-bottom: 24.8rem;
}
.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;
    margin-bottom: 9.9rem;
}
#mainview .movie video{
    width: 100%;
}
#mila_catalog-ss1st210128 .logo.onView {
    opacity: 1;
}
#mainview h2{
    width: 40.3rem;
    margin: 0 auto 3.8rem;
}
#mainview .text{
    font-family: 'Libre Caslon Text', serif;
    font-size: 1.8rem;
    margin-bottom: 10.8rem;
}
#mainview .img01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
#mainview .img01 .zoom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================
	　　 section01
=================== */
#sec01 {
    width: 100rem;
    text-align: center;
    position: relative;
    margin: 0 auto 3.7rem;
}
#sec01 .img02-03{
    justify-content: center;
    align-items: flex-start;
}
#sec01 .img02 {
    width: 56.6rem;
    margin-left: 6rem;
}
#sec01 .img03 {
    width: 37.4rem;
    margin-top: 58rem;
}
#sec01 .ttl {
    width: 51.1rem;
    position: absolute;
    top: -8.5rem;
    left: 0.1rem;
}
#sec01 .movie{
    width: 58rem;
    margin: 0 auto;
}

/* ===================
	　　 section02
=================== */
#sec02{
    width: 130rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 29.9rem;
}
#sec02 .img02-03{
    width: 115rem;
    align-items: flex-start;
    margin-left: auto;
    margin-bottom: 18.6rem;
}
#sec02 .img02{
    width: 40.4rem;
    margin-top: 58.4rem;
}
#sec02 .img03{
    width: 71.5rem;
    margin-left: 3.2rem;
}
#sec02 .img04{
    width: 69.6rem;
    margin: 0 auto 18.5rem;
}
#sec02 .img05-06{
    position: relative;
    align-items: flex-start;
}
#sec02 .img05{
    width: 40.4rem;
    margin-left: 7.8rem;
}
#sec02 .img06{
    width: 66.8rem;
    margin-top: 23rem;
}
#sec02 .ttl {
    width: 58.8rem;
    position: absolute;
    bottom: -12.4rem;
    left: 56.2rem;
    z-index: 2;
}

/* ===================
	　　 section03
=================== */
#sec03 {
    width: 130rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13rem;
}
#sec03 .img01{
    width: 69.6rem;
    margin: 0 auto 14.5rem;
}
#sec03 .img02{
    width: 69.6rem;
    margin-left: auto;
    margin-bottom: 12.1rem;
}
#sec03 .img03-04{
    justify-content: center;
}
#sec03 .img03{
    width: 48.4rem;
}
#sec03 .img04{
    width: 47.6rem;
    margin-left: 4rem;
    margin-top: 33.6rem;
}

/* ===================
	　　  section04
=================== */
#sec04{
    width: 130rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35rem;
}
#sec04 .img01-03{
    flex-direction: column;
}
#sec04 .img01{
    width: 69.6rem;
    margin: 0 auto 18.1rem;
}
_:-ms-lang(x)::-ms-backdrop, #sec04 .img01 {
    height: 92.88rem;
  }
#sec04 .img02-03{
    justify-content: center;
    align-items: flex-start;
}
#sec04 .img02{
    width: 50.8rem;
    margin-top: 48.2rem;
}
#sec04 .img03{
    width: 44.2rem;
    margin-left: 5rem;
}
#sec04 .img04{
    width: 59.3rem;
    margin-left: auto;
    margin-top: -22rem;
}

/* ===================
	　　  section05
=================== */
#sec05 .img01{
    width: 69.6rem;
    margin: 0 auto 20.2rem;
}
#staff {
    font-size: 1.4rem;
    margin-bottom: 11.8rem;
    position: relative;
    z-index: 2;
}
#staff dl {
    font-family: 'Libre Caslon Text', serif;
    letter-spacing: 0;
    text-align: center;
}

#staff p {
    font-family: 'Libre Caslon Text', serif;
    letter-spacing:0;
    margin-bottom: 3rem;
    text-align: center;
}
#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.56rem;
    line-height: 1.6;
}
#sec05 .ttl {
    width: 10.1rem;
    margin: 0 auto 2.1rem;
}
#sec05 .all-item{
    margin-bottom: 18.5rem;
}
#sec05 .all-item p{
    font-family: 'Libre Caslon Text', serif;
    font-size: 1.5rem;
    text-align: center;
}
#sec05 .all-item a{
    display: block;
}
#sec05 .img02{
    width: 69.6rem;
    margin: 0 auto 8.1rem;
}
#sec05 .ttl02 {
    width: 51.5rem;
    margin: 0 auto 50rem;
}
#sec05 .ttl02 img{
    width: 51.5rem;
}

#dvUserBox table {
    background-color: #fff;
}

/* ===================
	　　  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(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/sp.jpg); */
	background-repeat: no-repeat;
	background-size: calc(750* (100vw / 750)); 
	background-position-x: center; 
    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/sp2.jpg);
	background-repeat: no-repeat;
	width: calc(750* (100vw / 750)); 
	height: calc(16045* (100vw / 750)) ;
    top: calc(12963* (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;
    }

    /* ===================
　　  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{
        position: absolute;
        width: 100%;
        height: 100%;
        font-family: 'Libre Caslon Text', serif;
        font-size: calc(26* (100vw / 750)); 
        line-height: 2.115;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        padding-top: calc(3* (100vw / 750));
        background: rgba(255,255,255,0.6);
        opacity: 0;
        visibility: hidden;
        transition-duration: .4s;
    }
    .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(95* (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(81* (100vw / 750));
        right: calc(40* (100vw / 750));
        position: absolute;
    }

    #mainview .movie #btn04 {
        width: calc(162* (100vw / 750));
        bottom: calc(81* (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;
    }

    /* ===================
	　 mainview
=================== */
#mainview {
    margin-bottom: calc(77* (100vw / 750));
}
.main_visual-image {
    width: 100%;
    margin: 0 auto;
}
#mainview a {
    width: 100%;
    height: 100%;
}
#mainview .movie {
    width: 100%;
    margin-bottom: calc(72* (100vw / 750));
}
#mainview h2{
    width: calc(403* (100vw / 750));
    margin: 0 auto calc(33* (100vw / 750));
}
#mainview h2{
    width: calc(403* (100vw / 750));
}
#mainview .text{
    font-size: calc(24* (100vw / 750));
    margin-bottom: 0;
}
#mainview .img01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* ===================
	　　 section01
=================== */
#sec01 {
    width: 100%;
    margin: 0 auto calc(151* (100vw / 750));
}
#sec01 .img02-03{
    justify-content: center;
    align-items: flex-start;
}
#sec01 .img02 {
    width:100%;
    margin-left: 0;
    margin-bottom: calc(147* (100vw / 750));
}
#sec01 .img03 {
    width: calc(640* (100vw / 750));
    margin: 0 auto calc(46* (100vw / 750));
}
#sec01 .ttl {
    width: calc(586* (100vw / 750));
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
}

/* ===================
	　　 section02
=================== */
#sec02{
    width:100%;
    margin-bottom: calc(185* (100vw / 750));
}
#sec02 .img02-03{
    width: 100%;
    margin-left: auto;
    margin-bottom: calc(148* (100vw / 750));
}
#sec02 .img01{
    width: 100%;
    margin-bottom: calc(199* (100vw / 750));
}
#sec02 .img02{
    width: calc(546* (100vw / 750));
    margin-top: 0;
    margin-bottom: calc(99* (100vw / 750));
}
#sec02 .img03{
    width: calc(618* (100vw / 750));
    margin-left: auto;
}
#sec02 .img04{
    width: 100%;
    margin: 0 auto calc(183* (100vw / 750));
}
#sec02 .img05-06{
    position: relative;
    align-items: flex-start;
}
#sec02 .img05{
    width: calc(480* (100vw / 750));
    margin: 0 auto calc(46* (100vw / 750));
}
#sec02 .img06{
    width: calc(640* (100vw / 750));
    margin: 0 auto;
}
#sec02 .ttl {
    width: calc(637* (100vw / 750));
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: calc(54* (100vw / 750));
    margin-bottom: calc(186* (100vw / 750));
}

/* ===================
	　　 section03
=================== */
#sec03 {
    width:100%;
    margin-bottom: calc(251* (100vw / 750));
}
#sec03 .img01{
    width: 100%;
    margin: 0 auto calc(215* (100vw / 750));
}
#sec03 .img02{
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
}
#sec03 .img03-04{
    justify-content: center;
}
#sec03 .img03{
    width: calc(449* (100vw / 750));
    margin-left: calc(54* (100vw / 750));
    margin-bottom: calc(141* (100vw / 750));
}
#sec03 .img04{
    width: 100%;
    margin-left: 0;
    margin-top: 0;
}

/* ===================
	　　  section04
=================== */
#sec04{
    width:100%;
    margin-bottom: calc(119* (100vw / 750));
}
#sec04 .img01-03{
    flex-direction: column-reverse;
}
#sec04 .img01{
    width: 100%;
    margin: 0 auto calc(260* (100vw / 750));
}
#sec04 .img02-03{
    flex-direction: column;
}
#sec04 .img02{
    width: calc(546* (100vw / 750));
    margin-top: 0;
    margin-bottom: calc(95* (100vw / 750));
}
#sec04 .img03{
    width: calc(490* (100vw / 750));
    margin-left: auto;
    margin-bottom: calc(96* (100vw / 750));
}
#sec04 .img04{
    width: calc(569* (100vw / 750));
    margin-left: auto;
    margin-top: 0;
}

/* ===================
	　　  section05
=================== */
#sec05 .img01{
    width: 100%;
    margin: 0 auto calc(197* (100vw / 750));
}
#staff {
    font-size: calc(24* (100vw / 750));
    margin-bottom: calc(117* (100vw / 750));
}
#staff dl {
    letter-spacing: 0;
}
#staff p {
    letter-spacing:0;
    margin-bottom: calc(46* (100vw / 750));
}
#staff dt {
    font-size: calc(22* (100vw / 750));
}
#staff dd {
    font-size: calc(24* (100vw / 750));
}
#staff dt {
    margin-bottom: calc(5.5* (100vw / 750));
}
#staff dd {
    margin-bottom: calc(39* (100vw / 750));
    line-height: 1.6;
}
#staff .lh{
    line-height: 1.458;
    margin-top: calc(9* (100vw / 750));
}
#staff .ls01{
    letter-spacing: 0.05em;
}
#sec05 .ttl {
    width: calc(154* (100vw / 750));
    margin: 0 auto calc(22* (100vw / 750));
}
#sec05 .all-item{
    margin-bottom: calc(175* (100vw / 750));
}
#sec05 .all-item p{
    font-size: calc(24* (100vw / 750));
    line-height: 1.5;
}
#sec05 .img02{
    width: calc(640* (100vw / 750));
    margin: 0 auto calc(50* (100vw / 750));
}
#sec05 .ttl02 {
    width: calc(590* (100vw / 750));
    margin: 0 auto calc(250* (100vw / 750));
}
#sec05 .ttl02 img{
    width: calc(590* (100vw / 750));
}

    /* ===================
	　　  button
=================== */

    .footer {
        position: relative;
        z-index: 999;
        margin-top: 0;
    }
}


/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1300px) {

    /*=======================================
                    Tablet    
  ========================================*/
    /* ===================
	　　 General
=================== */
    html {
        font-size: calc(10* (100vw / 1300)) !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;
}