@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: 1400px;
    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: 36px;
    letter-spacing: 0.105em;
    font-family: haboro-contrast-condensed, sans-serif;
    font-style: normal;
    font-weight: 200;
    transform: rotate(90deg);
    color: #b0acac;
}

#out_1109 .sec_ttl {
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.67;
}

#out_1109 .sec_ttl .sec_price {
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 400;
}

#out_1109 .sec_txt {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 1.93;
    font-feature-settings: normal;
}

#out_1109 .price {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.1em;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 23px;
    margin-left: 10px;
}

#out_1109 .btn_1109 p a {
    display: block;
}

.sp_only {
    display: none !important;
}

/* =================
    ani
================= */
/* s_s */
#out_1109 .s_s.bd_all {
    position: absolute;
    margin-bottom: 21px;
    width: 420px;
    height: 620px;
    top: -10px;
    left: -10px;
    right: auto;
    bottom: auto;
    z-index: -1;
}

#out_1109 .s_s.bd_all.scrollIn .bd._01,
#out_1109 .s_s.bd_all.scrollIn .bd._02,
#out_1109 .s_s.bd_all.scrollIn .bd._03,
#out_1109 .s_s.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 .s_s.bd_all.scrollIn .bd._01 {
    -webkit-animation-name: border1;
    animation-name: border1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
    left: 0;
    height: 620px;
    width: 1px;
}

#out_1109 .s_s.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: 420px;
}

#out_1109 .s_s.bd_all.scrollIn .bd._03 {
    -webkit-animation-name: border3;
    animation-name: border3;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    top: 0;
    right: 0;
    height: 620px;
    width: 1px;
}

#out_1109 .s_s.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: 420px;
}

@keyframes border1 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: 620px;
        background: #b0acac;
    }
}

@keyframes border2 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: 420px;
        background: #b0acac;
    }
}

@keyframes border3 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: 620px;
        background: #b0acac;
    }
}

@keyframes border4 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: 420px;
        background: #b0acac;
    }
}

/* s_b */

#out_1109 .s_b.bd_all {
    position: absolute;
    margin-bottom: 21px;
    width: 470px;
    height: 695px;
    top: -10px;
    left: -10px;
    right: auto;
    bottom: auto;
    z-index: -1;
}

#out_1109 .s_b.bd_all.scrollIn .bd._01,
#out_1109 .s_b.bd_all.scrollIn .bd._02,
#out_1109 .s_b.bd_all.scrollIn .bd._03,
#out_1109 .s_b.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 .s_b.bd_all.scrollIn .bd._01 {
    -webkit-animation-name: border5;
    animation-name: border5;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    bottom: 0;
    left: 0;
    height: 695px;
    width: 1px;
}

#out_1109 .s_b.bd_all.scrollIn .bd._02 {
    -webkit-animation-name: border6;
    animation-name: border6;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    top: 0;
    left: 0;
    height: 1px;
    width: 470px;
}

#out_1109 .s_b.bd_all.scrollIn .bd._03 {
    -webkit-animation-name: border7;
    animation-name: border7;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    top: 0;
    right: 0;
    height: 695px;
    width: 1px;
}

#out_1109 .s_b.bd_all.scrollIn .bd._04 {
    -webkit-animation-name: border8;
    animation-name: border8;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 470px;
}

@keyframes border5 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: 695px;
        background: #b0acac;
    }
}

@keyframes border6 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: 470px;
        background: #b0acac;
    }
}

@keyframes border7 {
    0% {
        height: 0;
        background: #b0acac;
    }

    100% {
        height: 695px;
        background: #b0acac;
    }
}

@keyframes border8 {
    0% {
        width: 0;
        background: #b0acac;
    }

    100% {
        width: 470px;
        background: #b0acac;
    }
}

/* =================
    top
================= */
#out_1109 .ttl {
    text-align: center;
    font-family: haboro-contrast-normal, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 42px;
    letter-spacing: 0.11em;
    margin-top: 68px;
    margin-bottom: 90px;
}
/* =================
    sec1
================= */
#out_1109 .sec1 {
    position: relative;
    margin-bottom: 135px;
}

#out_1109 .sec1 .num {
    position: absolute;
    width: 66px;
    top: 19px;
    left: 347px;
    z-index: 10;
}

#out_1109 .sec1 .flexbox {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 88px;
    margin-left: 320px;
}

#out_1109 .sec1 .flexbox .imgbox {
    width: 421px;
    margin-right: 59px;
}

#out_1109 .sec1 .txtbox {
    width: 285px;
    margin-top: 14px;
}

#out_1109 .sec1 h3 {
    margin-bottom: 12px;
}

#out_1109 .sec1 .sec_txt {
    width: 278px;
    margin-bottom: 45px;
}

#out_1109 .sec1 .sub_img {
    width: 252px;
}

#out_1109 .sec1 .bdbox {
    width: 420px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .sec1 .bdbox .imgbox {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .cd {
    position: absolute;
    top: 96px;
    right: -128px;
    z-index: 10;
}

/* =================
    sec2
================= */
#out_1109 .sec2 {
    position: relative;
    margin-bottom: 136px;
}

#out_1109 .sec2 .num {
    position: absolute;
    width: 77px;
    top: 18px;
    left: 346px;
    z-index: 10;
}

#out_1109 .sec2 .flexbox {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 88px;
    margin-left: 320px;
}

#out_1109 .sec2 .flexbox .imgbox {
    width: 421px;
    margin-right: 59px;
}

#out_1109 .sec2 .txtbox {
    width: 282px;
    margin-top: 14px;
}

#out_1109 .sec2 h3 {
    margin-bottom: 12px;
}

#out_1109 .sec2 .sec_txt {
    width: 272px;
    margin-bottom: 45px;
    letter-spacing: 0.07em;
}

#out_1109 .sec2 .sub_img {
    width: 251px;
}

#out_1109 .sec2 .bdbox {
    width: 470px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .sec2 .bdbox .imgbox {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

/* =================
    sec3
================= */
#out_1109 .sec3 {
    position: relative;
    margin-bottom: 136px;
}

#out_1109 .sec3 .num {
    position: absolute;
    width: 76px;
    top: 21px;
    left: 347px;
    z-index: 10;
}

#out_1109 .sec3 .flexbox {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 89px;
    margin-left: 320px;
}

#out_1109 .sec3 .flexbox .imgbox {
    width: 421px;
    margin-right: 59px;
}

#out_1109 .sec3 .txtbox {
    width: 282px;
    margin-top: 14px;
}

#out_1109 .sec3 h3 {
    margin-bottom: 12px;
}

#out_1109 .sec3 .sec_txt {
    width: 278px;
    margin-bottom: 44px;
}

#out_1109 .sec3 .sub_img {
    width: 251px;
}

#out_1109 .sec3 .bdbox {
    width: 420px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .sec3 .bdbox .imgbox {
    width: 400px;
    margin: 0 auto;
    position: relative;
}

/* =================
    sec4
================= */
#out_1109 .sec4 {
    position: relative;
    margin-bottom: 135px;
}

#out_1109 .sec4 .num {
    position: absolute;
    width: 76px;
    top: 22px;
    left: 347px;
    z-index: 10;
}

#out_1109 .sec4 .flexbox {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 89px;
    margin-left: 320px;
}

#out_1109 .sec4 .flexbox .imgbox {
    width: 421px;
    margin-right: 59px;
}

#out_1109 .sec4 .txtbox {
    width: 282px;
    margin-top: 14px;
}

#out_1109 .sec4 h3 {
    margin-bottom: 12px;
}

#out_1109 .sec4 .sec_txt {
    width: 278px;
    margin-bottom: 69px;
}

#out_1109 .sec4 .sub_img {
    width: 251px;
}

#out_1109 .sec4 .bdbox {
    width: 470px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .sec4 .bdbox .imgbox {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
/* =================
    sec5
================= */
#out_1109 .sec5 {
    position: relative;
    margin-bottom: 97px;
}

#out_1109 .sec5 .num {
    position: absolute;
    width: 76px;
    top: 22px;
    left: 347px;
    z-index: 10;
}

#out_1109 .sec5 .flexbox {
    width: 770px;
    margin: 0 auto;
    margin-bottom: 89px;
    margin-left: 320px;
}

#out_1109 .sec5 .flexbox .imgbox {
    width: 421px;
    margin-right: 59px;
}

#out_1109 .sec5 .txtbox {
    width: 282px;
    margin-top: 14px;
}

#out_1109 .sec5 h3 {
    margin-bottom: 12px;
}

#out_1109 .sec5 .sec_txt {
    width: 278px;
    margin-bottom: 45px;
    letter-spacing: 0.08em;
}

#out_1109 .sec5 .sub_img {
    width: 251px;
}

#out_1109 .sec5 .bdbox {
    width: 420px;
    margin: 0 auto;
    position: relative;
}

#out_1109 .sec5 .bdbox .imgbox {
    width: 400px;
    margin: 0 auto;
    position: relative;
}
/* =================
    bnt
================= */
#out_1109 .btn_1109 {
    width: 350px;
    height: 74px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 139px;
    border: 1px solid #000000;
    text-align: center;
    font-family: haboro-contrast-condensed, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 24px;
    letter-spacing: 0.12em;
    line-height: 70px;
}

/* for tablet */
@media only screen and (min-device-width: 561px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {

/* =================
    all
================= */
#out_1109 {
    width: calc( 1200 * (100vw / 1200));
}
#out_1109 .cd {
    font-size: calc( 36 * (100vw / 1200));
}
#out_1109 .sec_ttl {
    font-size: calc( 18 * (100vw / 1200));
}
#out_1109 .sec_txt {
    font-size: calc( 13 * (100vw / 1200));
}
#out_1109 .price {
    font-size: calc( 12 * (100vw / 1200));
    margin-top: calc( 23 * (100vw / 1200));
    margin-left: calc( 10 * (100vw / 1200));
}
.sp_only {
    display: none !important;
}
/* =================
    ani
================= */
/* s_s */
#out_1109 .s_s.bd_all {
    margin-bottom: calc( 21 * (100vw / 1200));
    width: calc( 420 * (100vw / 1200));
    height: calc( 620 * (100vw / 1200));
    top: calc( -10 * (100vw / 1200));
    left: calc( -10 * (100vw / 1200));
}
#out_1109 .s_s.bd_all.scrollIn .bd._01 {
    height: calc( 620 * (100vw / 1200));
    width: calc( 1 * (100vw / 1200));
}
#out_1109 .s_s.bd_all.scrollIn .bd._02 {
    height: calc( 1 * (100vw / 1200));
    width: calc( 420 * (100vw / 1200));
}
#out_1109 .s_s.bd_all.scrollIn .bd._03 {
    height: calc( 620 * (100vw / 1200));
    width: calc( 1 * (100vw / 1200));
}
#out_1109 .s_s.bd_all.scrollIn .bd._04 {
    height: calc( 1 * (100vw / 1200));
    width: calc( 420 * (100vw / 1200));
}
@keyframes border1 {
    100% {
        height: calc( 620 * (100vw / 1200));
        background: #b0acac;
    }
}

@keyframes border2 {
    100% {
        width: calc( 420 * (100vw / 1200));
        background: #b0acac;
    }
}

@keyframes border3 {
    100% {
        height: calc( 620 * (100vw / 1200));
        background: #b0acac;
    }
}

@keyframes border4 {
    100% {
        width: calc( 420 * (100vw / 1200));
        background: #b0acac;
    }
}

/* s_b */

#out_1109 .s_b.bd_all {
    position: absolute;
    margin-bottom: calc( 21 * (100vw / 1200));
    width: calc( 470 * (100vw / 1200));
    height: calc( 695 * (100vw / 1200));
    top: calc( -10 * (100vw / 1200));
    left: calc( -10 * (100vw / 1200));
}
#out_1109 .s_b.bd_all.scrollIn .bd._01 {
    height: calc( 695 * (100vw / 1200));
    width: calc( 1 * (100vw / 1200));
}
#out_1109 .s_b.bd_all.scrollIn .bd._02 {
    height: calc( 1 * (100vw / 1200));
    width: calc( 470 * (100vw / 1200));
}
#out_1109 .s_b.bd_all.scrollIn .bd._03 {
    height: calc( 695 * (100vw / 1200));
    width: calc( 1 * (100vw / 1200));
}
#out_1109 .s_b.bd_all.scrollIn .bd._04 {
    height: calc( 1 * (100vw / 1200));
    width: calc( 470 * (100vw / 1200));
}
@keyframes border5 {
    100% {
        height: calc( 695 * (100vw / 1200));
        background: #b0acac;
    }
}
@keyframes border6 {
    100% {
        width: calc( 470 * (100vw / 1200));
        background: #b0acac;
    }
}

@keyframes border7 {
    100% {
        height: calc( 695 * (100vw / 1200));
        background: #b0acac;
    }
}
@keyframes border8 {
    100% {
        width: calc( 470 * (100vw / 1200));
        background: #b0acac;
    }
}

/* =================
    top
================= */
#out_1109 .ttl {
    font-size: calc( 42 * (100vw / 1200));
    margin-top: calc( 68 * (100vw / 1200));
    margin-bottom: calc( 90 * (100vw / 1200));
}
#out_1109 .ttl_txt {
    text-align: center;
    font-size: calc( 15 * (100vw / 1200));
    margin-bottom: calc( 92 * (100vw / 1200));
}
/* =================
    sec1
================= */
#out_1109 .sec1 {
    margin-bottom: calc( 135 * (100vw / 1200));
}
#out_1109 .sec1 .num {
    width: calc( 59 * (100vw / 1200));
    top: calc( 27 * (100vw / 1200));
    left: calc( 347 * (100vw / 1200));
}

#out_1109 .sec1 .flexbox {
    width: calc( 770 * (100vw / 1200));
    margin-bottom: calc( 88 * (100vw / 1200));
    margin-left: calc( 320 * (100vw / 1200));
}
#out_1109 .sec1 .flexbox .imgbox {
    width: calc( 421 * (100vw / 1200));
    margin-right: calc( 59 * (100vw / 1200));
}
#out_1109 .sec1 .txtbox {
    width: calc( 285 * (100vw / 1200));
    margin-top: calc( 14 * (100vw / 1200));
}
#out_1109 .sec1 h3 {
    margin-bottom: calc( 12 * (100vw / 1200));
}
#out_1109 .sec1 .sec_txt {
    width: calc( 278 * (100vw / 1200));
    margin-bottom: calc( 45 * (100vw / 1200));
}
#out_1109 .sec1 .sub_img {
    width: calc( 252 * (100vw / 1200));
}
#out_1109 .sec1 .bdbox {
    width: calc( 420 * (100vw / 1200));
}
#out_1109 .sec1 .bdbox .imgbox {
    width: calc( 400 * (100vw / 1200));
}
#out_1109 .cd {
    top: calc( 96 * (100vw / 1200));
    right: calc( -128 * (100vw / 1200));
}
/* =================
    sec2
================= */
#out_1109 .sec2 {
    margin-bottom: calc( 136 * (100vw / 1200));
}
#out_1109 .sec2 .num {
    width: calc( 70 * (100vw / 1200));
    top: calc( 27 * (100vw / 1200));
    left: calc( 348 * (100vw / 1200));
}
#out_1109 .sec2 .flexbox {
    width: calc( 770 * (100vw / 1200));
    margin-bottom: calc( 88 * (100vw / 1200));
    margin-left: calc( 320 * (100vw / 1200));
}
#out_1109 .sec2 .flexbox .imgbox {
    width: calc( 421 * (100vw / 1200));
    margin-right: calc( 59 * (100vw / 1200));
}
#out_1109 .sec2 .txtbox {
    width: calc( 282 * (100vw / 1200));
    margin-top: calc( 14 * (100vw / 1200));
}
#out_1109 .sec2 h3 {
    margin-bottom: calc( 45 * (100vw / 1200));
}
#out_1109 .sec2 .sec_txt {
    width: calc( 278 * (100vw / 1200));
    margin-bottom: calc( 45 * (100vw / 1200));
}
#out_1109 .sec2 .sub_img {
    width: calc( 251 * (100vw / 1200));
}
#out_1109 .sec2 .bdbox {
    width: calc( 470 * (100vw / 1200));
}
#out_1109 .sec2 .bdbox .imgbox {
    width: calc( 450 * (100vw / 1200));
}
/* =================
    sec3
================= */
#out_1109 .sec3 {
    margin-bottom: calc( 136 * (100vw / 1200));
}

#out_1109 .sec3 .num {
    width: calc( 70 * (100vw / 1200));
    top: calc( 27 * (100vw / 1200));
    left: calc( 348 * (100vw / 1200));
}
#out_1109 .sec3 .flexbox {
    width: calc( 770 * (100vw / 1200));
    margin-bottom: calc( 89 * (100vw / 1200));
    margin-left: calc( 320 * (100vw / 1200));
}
#out_1109 .sec3 .flexbox .imgbox {
    width: calc( 421 * (100vw / 1200));
    margin-right: calc( 59 * (100vw / 1200));
}
#out_1109 .sec3 .txtbox {
    width: calc( 282 * (100vw / 1200));
    margin-top: calc( 14 * (100vw / 1200));
}
#out_1109 .sec3 h3 {
    margin-bottom: calc( 12 * (100vw / 1200));
}
#out_1109 .sec3 .sec_txt {
    width: calc( 278 * (100vw / 1200));
    margin-bottom: calc( 44 * (100vw / 1200));
}
#out_1109 .sec3 .sub_img {
    width: calc( 251 * (100vw / 1200));
}
#out_1109 .sec3 .bdbox {
    width: calc( 420 * (100vw / 1200));
}
#out_1109 .sec3 .bdbox .imgbox {
    width: calc( 400 * (100vw / 1200));
}
/* =================
    sec4
================= */
#out_1109 .sec4 {
    margin-bottom: calc( 135 * (100vw / 1200));
}

#out_1109 .sec4 .num {
    width: calc( 70 * (100vw / 1200));
    top: calc( 27 * (100vw / 1200));
    left: calc( 348 * (100vw / 1200));
}
#out_1109 .sec4 .flexbox {
    width: calc( 770 * (100vw / 1200));
    margin-bottom: calc( 89 * (100vw / 1200));
    margin-left: calc( 320 * (100vw / 1200));
}
#out_1109 .sec4 .flexbox .imgbox {
    width: calc( 421 * (100vw / 1200));
    margin-right: calc( 59 * (100vw / 1200));
}
#out_1109 .sec4 .txtbox {
    width: calc( 282 * (100vw / 1200));
    margin-top: calc( 14 * (100vw / 1200));
}
#out_1109 .sec4 h3 {
    margin-bottom: calc( 12 * (100vw / 1200));
}
#out_1109 .sec4 .sec_txt {
    width: calc( 278 * (100vw / 1200));
    margin-bottom: calc( 69 * (100vw / 1200));
}
#out_1109 .sec4 .sub_img {
    width: calc( 251 * (100vw / 1200));
}
#out_1109 .sec4 .bdbox {
    width: calc( 470 * (100vw / 1200));
}
#out_1109 .sec4 .bdbox .imgbox {
    width: calc( 450 * (100vw / 1200));
}
/* =================
    sec5
================= */
#out_1109 .sec5 {
    margin-bottom: calc( 97 * (100vw / 1200));
}
#out_1109 .sec5 .num {
    width: calc( 70 * (100vw / 1200));
    top: calc( 27 * (100vw / 1200));
    left: calc( 348 * (100vw / 1200));
}
#out_1109 .sec5 .flexbox {
    width: calc( 770 * (100vw / 1200));
    margin-bottom: calc( 89 * (100vw / 1200));
    margin-left: calc( 320 * (100vw / 1200));
}
#out_1109 .sec5 .flexbox .imgbox {
    width: calc( 421 * (100vw / 1200));
    margin-right: calc( 59 * (100vw / 1200));
}
#out_1109 .sec5 .txtbox {
    width: calc( 282 * (100vw / 1200));
    margin-top: calc( 14 * (100vw / 1200));
}
#out_1109 .sec5 h3 {
    margin-bottom: calc( 12 * (100vw / 1200));
}
#out_1109 .sec5 .sec_txt {
    width: calc( 278 * (100vw / 1200));
    margin-bottom: calc( 45 * (100vw / 1200));
}
#out_1109 .sec5 .sub_img {
    width: calc( 251 * (100vw / 1200));
}
#out_1109 .sec5 .bdbox {
    width: calc( 420 * (100vw / 1200));
}
#out_1109 .sec5 .bdbox .imgbox {
    width: calc( 400 * (100vw / 1200));
}
/* =================
    bnt
================= */
#out_1109 .btn_1109 {
    width: calc( 350 * (100vw / 1200));
    height: calc( 74 * (100vw / 1200));
    margin-bottom: calc( 139 * (100vw / 1200));
    border: calc( 1 * (100vw / 1200)) solid #000000;
    font-size: calc( 24 * (100vw / 1200));
    line-height: calc( 70 * (100vw / 1200));
}

}