@charset "UTF-8";
/* ===============================================
    ! Foundation !
=============================================== */
/* =====================================
    * setting for animation style *
===================================== */
.fadeIn {
    -webkit-transition-duration: 1.5s;
    -o-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 0;
    -webkit-transform: translate(50px);
    -ms-transform: translate(50px);
    transform: translate(0px);
    -webkit-transition: all 1500ms;
    transition: all 1500ms;
  }
  
  /* jQueryでスクロール量に応じて付与された 'scrollIn' のスタイル */
  .fadeIn.scrollIn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
/* =================
	all
================= */
a:hover img{
	opacity: 0.7;
}

img{
    color: inherit;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
}
.main-area .main-inner{
    width: 100%;
    max-width: none;
}
#out_1109{
    width: calc( 750 * (100vw / 750));
    margin: 0 auto;
    font-feature-settings: "palt";
    box-sizing: border-box;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.flexbox{
    display: flex;
}
#out_1109 .cd{
    font-size: calc( 56 * (100vw / 750));
    letter-spacing: 0.105em;
    font-family: haboro-contrast-condensed, sans-serif;
    font-style: normal;
    font-weight: 200;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: #ffffff;
}
#out_1109 .sec_ttl{
    text-align: center;
    margin-bottom: calc( 63 * (100vw / 750));
    font-size: calc( 30 * (100vw / 750));
    letter-spacing: 0.08em;
    line-height: 1.53;
}
#out_1109 .sec_ttl .sec_price{
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 400;
}
#out_1109 .sec_txt{
    width: calc( 670 * (100vw / 750));
    margin: 0 auto;
    font-size: calc( 24 * (100vw / 750));
    letter-spacing: 0.07em;
    line-height: 2;
    font-feature-settings: normal;
}
#out_1109 .price{
    font-size: calc( 24 * (100vw / 750));
    line-height: 1.5;
    letter-spacing: 0.09em;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: calc( 53 * (100vw / 750));
}
#out_1109 .btn_1102 p a{
    display: block;
}
.flexbox{
    display: block;
}
.pc_only{
    display: none !important;
}
/* =================
    ani
================= */
#out_1109 .bd_all {
    position: absolute;
    margin-bottom: calc( 42 * (100vw / 750));
    width: calc( 638 * (100vw / 750));
    height: calc( 938 * (100vw / 750));
    top: calc( -20 * (100vw / 750));
    left: calc( -20 * (100vw / 750));
    right: auto;
    bottom: auto;
    z-index: -1;
}
#out_1109 .bd_all.scrollIn .bd._01,
#out_1109 .bd_all.scrollIn .bd._02,
#out_1109 .bd_all.scrollIn .bd._03,
#out_1109 .bd_all.scrollIn .bd._04 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: transparent;
    height: 0px;
    position: absolute;
    width: 0px;
}

#out_1109 .bd_all.scrollIn .bd._01 {
    -webkit-animation-name: border1;
    animation-name: border1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
    left: 0;
    height: calc( 938 * (100vw / 750));
    width: 1px;
}

#out_1109 .bd_all.scrollIn .bd._02 {
    -webkit-animation-name: border2;
    animation-name: border2;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    top: 0;
    left: 0;
    height: 1px;
    width: calc( 638 * (100vw / 750));
}

#out_1109 .bd_all.scrollIn .bd._03 {
    -webkit-animation-name: border3;
    animation-name: border3;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    top: 0;
    right: 0;
    height: calc( 938 * (100vw / 750));
    width: 1px;
}

#out_1109 .bd_all.scrollIn .bd._04 {
    -webkit-animation-name: border4;
    animation-name: border4;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    bottom: 0;
    right: 0;
    height: 1px;
    width: calc( 638 * (100vw / 750));
}

@keyframes border1 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: calc( 938 * (100vw / 750));
        background: #b0acac;
    }
}

@keyframes border2 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: calc( 638 * (100vw / 750));
        background: #b0acac;
    }
}

@keyframes border3 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: calc( 938 * (100vw / 750));
        background: #b0acac;
    }
}

@keyframes border4 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: calc( 638 * (100vw / 750));
        background: #b0acac;
    }
}
/* =================
    top
================= */
#out_1109 .ttl{
    text-align: center;
    font-family: haboro-contrast-normal, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: calc( 68 * (100vw / 750));
    letter-spacing: 0.1em;
    margin-top: calc( 38 * (100vw / 750));
    margin-bottom: calc( 34 * (100vw / 750));
}
/* =================
    sec1
================= */
#out_1109 .sec1{
    position: relative;
    margin-top: calc( 272 * (100vw / 750));
    margin-bottom: calc( 293 * (100vw / 750));
}
#out_1109 .sec1 .num{
    position: absolute;
    width: calc( 108 * (100vw / 750));
    top: calc( -140 * (100vw / 750));
    left: 43%;
}
#out_1109 .sec1 .flexbox{
    margin-bottom: calc( 127 * (100vw / 750));
}
#out_1109 .sec1 .flexbox .imgbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 38 * (100vw / 750));
}
#out_1109 .sec1 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#out_1109 .sec1 .sub_img{
    width: calc( 377 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 45 * (100vw / 750));
}
#out_1109 .sec1 .bdbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec1 .bdbox .imgbox{
    width: calc( 598 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec1 .cd{
    position: absolute;
    top: calc( 24 * (100vw / 750));
    right: calc( 24 * (100vw / 750));
    z-index: 10;
}
/* =================
    sec2
================= */
#out_1109 .sec2{
    position: relative;
    margin-bottom: calc( 295 * (100vw / 750));
}
#out_1109 .sec2 .num{
    position: absolute;
    width: calc( 122 * (100vw / 750));
    top: calc( -142 * (100vw / 750));
    left: 42%;
}
#out_1109 .sec2 .flexbox{
    margin-bottom: calc( 129 * (100vw / 750));
}
#out_1109 .sec2 .flexbox .imgbox{
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 37 * (100vw / 750));
}
#out_1109 .sec2 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#out_1109 .sec2 .sub_img{
    width: calc( 376 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 103 * (100vw / 750));
}
#out_1109 .sec2 .bdbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec2 .bdbox .imgbox{
    width: calc( 598 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec2 .cd{
    position: absolute;
    top: calc( 24 * (100vw / 750));
    right: calc( 24 * (100vw / 750));
    z-index: 10;
}
/* =================
    sec3
================= */
#out_1109 .sec3{
    position: relative;
    margin-bottom: calc( 295 * (100vw / 750));
}
#out_1109 .sec3 .num{
    position: absolute;
    width: calc( 122 * (100vw / 750));
    top: calc( -142 * (100vw / 750));
    left: 42%;
}
#out_1109 .sec3 .flexbox{
    margin-bottom: calc( 125 * (100vw / 750));
}
#out_1109 .sec3 .flexbox .imgbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 37 * (100vw / 750));
}
#out_1109 .sec3 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#out_1109 .sec3 .sub_img{
    width: calc( 376 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 45 * (100vw / 750));
}
#out_1109 .sec3 .bdbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec3 .bdbox .imgbox{
    width: calc( 598 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec3 .cd{
    position: absolute;
    top: calc( 24 * (100vw / 750));
    right: calc( 24 * (100vw / 750));
    z-index: 10;
}
/* =================
    sec4
================= */
#out_1109 .sec4{
    position: relative;
    margin-bottom: calc( 295 * (100vw / 750));
}
#out_1109 .sec4 .num{
    position: absolute;
    width: calc( 123 * (100vw / 750));
    top: calc( -143 * (100vw / 750));
    left: 42%;
}
#out_1109 .sec4 .flexbox{
    margin-bottom: calc( 125 * (100vw / 750));
}
#out_1109 .sec4 .flexbox .imgbox{
    width: calc( 600 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 37 * (100vw / 750));
}
#out_1109 .sec4 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#out_1109 .sec4 .sub_img{
    width: calc( 376 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 39 * (100vw / 750));
}
#out_1109 .sec4 .bdbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec4 .bdbox .imgbox{
    width: calc( 598 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec4 .cd{
    position: absolute;
    top: calc( 24 * (100vw / 750));
    right: calc( 24 * (100vw / 750));
    z-index: 10;
}
/* =================
    sec5
================= */
#out_1109 .sec5{
    position: relative;
    margin-bottom: calc( 160 * (100vw / 750));
}
#out_1109 .sec5 .num{
    position: absolute;
    width: calc( 130 * (100vw / 750));
    top: calc( -143 * (100vw / 750));
    left: 41%;
}
#out_1109 .sec5 .flexbox{
    margin-bottom: calc( 125 * (100vw / 750));
}
#out_1109 .sec5 .flexbox .imgbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 37 * (100vw / 750));
}
#out_1109 .sec5 .txtbox{
    display: flex;
    flex-wrap: wrap-reverse;
}
#out_1109 .sec5 .sub_img{
    width: calc( 376 * (100vw / 750));
    margin: 0 auto;
    margin-bottom: calc( 45 * (100vw / 750));
}
#out_1109 .sec5 .bdbox{
    width: calc( 638 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec5 .bdbox .imgbox{
    width: calc( 598 * (100vw / 750));
    margin: 0 auto;
    position: relative;
}
#out_1109 .sec5 .cd{
    position: absolute;
    top: calc( 24 * (100vw / 750));
    right: calc( 24 * (100vw / 750));
    z-index: 10;
}
/* =================
    bnt
================= */
#out_1109 .btn_1109{
    width: calc( 676 * (100vw / 750));
    height: calc( 149 * (100vw / 750));
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: calc( 199 * (100vw / 750));
    border: calc( 1 * (100vw / 750)) solid #000000;
    text-align: center;
    font-family: haboro-contrast-condensed, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: calc( 45 * (100vw / 750));
    letter-spacing: 0.12em;
    line-height: calc( 149 * (100vw / 750));
}