body {
    background: url("../img/about/bd_bg.jpg") repeat;
    color: #fff;
}
section.nav-target::after {
	filter: brightness(1) invert(1);
}
.remodal-close:before {
    content: "\00d7";
}

.ob {
    position: relative;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.ob img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bnr__shared.popup a::after {
    background: url("../img/lunch/icon_add.png") no-repeat;
    background-size: 100%;
}
.bnr__shared a.style-1 {
    font-family: 'Noto Serif JP';
    font-size: 20px;
    padding: 18px 0;
}
.bnr__shared a.style-1::after {
    width: 20px;
    height: 20px;
}
@media only screen and (min-width: 768px) {
    .bnr__shared {
        width: 467px;
    }
    .bnr__shared a.style-1 {
        font-size: 22px;
        padding: 20px;
        letter-spacing: 3px;
        border-width: 3px;
    }
    .bnr__shared a.style-1::before {
        width: 29px;
    }
    .bnr__shared a.style-1::after {
        width: 28px;
        height: 28px;
        top: 28px;
        right: 36px;
    }
}


/* kv */
#kv {
    background: url("../img/about/key.jpg") no-repeat center;
    background-size: cover;
    min-height: 120vw;
}


/* sec1 */
#sec1 {
    position: relative;
    padding: 15vw 0 0;
    background: #0d0d0d;
}
#sec1 .row .left {
    margin-bottom: 5vw;
    padding: 5%;
}
#sec1 .row .left h2 {
    font-size: 9vw;
    color: #fff;
    text-align: center;
    margin-bottom: 9vw;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 5;
}
#sec1 .row .left h2 small {
    font-size: 7vw;
}
#sec1 .row .left h2::after {
    content: "";
    position: absolute;
    background: url("../img/about/sec1_deco1.png") no-repeat;
    position: absolute;
    top: -12vw;
    left: -5%;
    right: -5%;
    height: 65vw;
    background-size: 100%;
    z-index: -1;
}
#sec1 .row .left .txt {
    color: #fff;
}
#sec1 .row .photo {
    height: 104vw;
}
@media only screen and (min-width: 768px) {
    #kv {
        min-height: 900px;
    }
    #sec1 {
        padding: 0;
    }
    #sec1 .row {
        flex-direction: row;
    }
    #sec1 .row .left {
        margin-bottom: 0;
        padding: 242px 20px 70px;
        box-sizing: border-box;
        width: 50%;
    }
    #sec1 .row .left h2 {
        font-size: 62px;
        margin-bottom: 147px;
    }
    #sec1 .row .left h2 small {
        font-size: 42px;
    }
    #sec1 .row .left h2::after {
        top: -104px;
        width: 713px;
        height: 274px;
        left: 8px;
        right: 0;
    }
    #sec1 .row .left .txt {
        width: 570px;
        margin: 0 auto;
        padding-left: 120px;
        letter-spacing: 0.5px;
    }
    #sec1 .row .photo {
        height: 894px;
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
    #sec1 .row .left {
        min-width: 580px;
    }
    #sec1 .row .left h2::after {
        left: -62px;
    }
    #sec1 .row .left .txt {
        margin-left: auto;
        padding-left: 0;
        margin-right: 0;
    }
}


/* sec2 */
#sec2 .row .right .group {
    position: relative;
}
#sec2 .row .right .group .row1 {
    flex-direction: row-reverse;
}
#sec2 .row .right .group .row1 .photo {
    height: 40vw;
    width: 54%;
    overflow: hidden;
}
#sec2 .row .right .group .row1 .img {
    width: 46%;
    height: 40vw;
}
#sec2 .row .right .group .deco1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 9%;
    z-index: 5;
}
#sec2 .row .right .group .col {
    color: #fff;
    padding: 8vw 5% 12vw;
}
#sec2 .row .right .group .col h3 {
    font-size: 8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 9vw;
    position: relative;
    letter-spacing: 0.1em;
    z-index: 5;
}
#sec2 .row .right .group .col h3 small {
    font-size: 6vw;
}
#sec2 .row .right .group .col h3::after {
    content: "";
    position: absolute;
    background: url("../img/about/deco1.png") no-repeat;
    position: absolute;
    top: 0vw;
    left: 10%;
    right: 5%;
    height: 65vw;
    background-size: 100%;
    z-index: -1;
}
#sec2 .row .right .group:nth-child(2) .photo img {
    object-position: top 26% right 0;
}
#sec2 .row .right .group .col .txt {
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    #sec2 .row {
        flex-direction: row-reverse;
    }
    #sec2 .row .right {
        width: 50%;
    }
    #sec2 .row .left {
        width: 50%;
        height: 100vh;
        position: relative;
    }
    #sec2 .row .left .photo {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        z-index: 7;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }
    #sec2 .row .left .photo.show {
        opacity: 1;
        visibility: visible;
        transition: all 0.5s;
    }
    #sec2 .row .right .group .row1 {
        width: 100%;
    }
    #sec2 .row .right .group .row1 .photo {
        height: 100%;
        min-height: 100vh;
    }
    #sec2 .row .right .group .row1 .img {
        width: 100%;
        height: 100vh;
    }
    #sec2 .row .right .group .deco1 {
        width: auto;
        top: 27px;
        right: 0;
    }
    #sec2 .row .right .group .col {
        padding: 20px;
        position: absolute;
        bottom: 82px;
        left: 50px;
    }
    #sec2 .row .right .group .col h3 {
        font-size: 52px;
        margin-bottom: 74px;
        text-align: left;
    }
    #sec2 .row .right .group .col h3 small {
        font-size: 42px;
    }
    #sec2 .row .right .group .col h3::after {
        top: -15px;
        left: -26px;
        right: 0;
        width: 501px;
        height: 187px;
    }
    #sec2 .row .right .group:nth-child(2) .photo img {
        object-position: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1366px) {
    #sec2 .row .right .group .col {
        left: 20px;
    }
    #sec2 .row .right .group .col .txt {
        font-size: 15px;
    }
}


/* sec3 */
#sec3 {
    position: relative;
    padding: 10vw 0 10vw;
}
#sec3::before {
    content: "";
    background: url("../img/about/sec3_deco1.png") no-repeat left top;
    position: absolute;
    top: -8vw;
    left: 0;
    width: 43%;
    height: 120vw;
    background-size: 100%;
}
#sec3::after {
    content: "";
    background: url("../img/about/sec3_deco2.png") no-repeat left top;
    position: absolute;
    bottom: -8vw;
    right: 0;
    width: 43%;
    height: 71vw;
    background-size: 100%;
    z-index: -1;
}
#sec3 h2 {
    font-size: 6.6vw;
    width: 17vw;
    height: 70vw;
    margin: 0 auto -14vw;
    line-height: 1;
    z-index: 5;
    position: relative;
    letter-spacing: 0.1em;
}
#sec3 h2 span {
    font-size: 16.3vw;
}
#sec3 .js .slick-next {
    background: url("../img/about/next.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    right: -5%;
}
#sec3 .js .slick-prev {
    background: url("../img/about/prev.png") no-repeat;
    width: 30px;
    height: 30px;
    background-size: 100%;
    left: -5%;
}
#sec3 .js .sec3-js {
    margin-bottom: 5vw;
}
#sec3 .js .sec3-js .ob {
    height: 60vw;
}
#sec3 .js .sec3-js .ob img {
    object-position: right top;
}
#sec3 .js .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
}
#sec3 .bnr__shared {
    max-width: 100%
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding: 200px 0 256px;
    }
    #sec3::before {
        top: -195px;
        left: 0;
        width: 486px;
        height: 867px;
    }
    #sec3::after {
        bottom: 0;
        width: 478px;
        height: 750px;
    }
    #sec3 h2 {
        font-size: 42px;
        width: 203px;
        height: 510px;
        margin: 0 auto -100px;
        letter-spacing: 2px;
    }
    #sec3 h2 span {
        font-size: 122px;
        margin-top: 20px;
    }
    #sec3 .js {
        position: relative;
        margin-bottom: 90px;
    }
    #sec3 .js .slick-next {
        width: 57px;
        height: 63px;
        right: -80px;
    }
    #sec3 .js .slick-prev {
        width: 57px;
        height: 63px;
        left: -80px;
    }
	#sec3 .js .slick-arrow:hover{
		opacity: 0.8;
	}
    #sec3 .js .sec3-js {
        margin-bottom: 20px;
    }
    #sec3 .js .sec3-js .ob {
        height: 650px;
    }
    #sec3 .js .sec3-js .ob img {
        object-position: center;
    }
    #sec3 .js .txt {
        padding: 39px 52px;
        margin-bottom: 11px;
        position: absolute;
        bottom: 0;
        left: 0;
        letter-spacing: 0px;
    }
    #sec3 .bnr__shared {
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
    #sec3 .js {
        max-width: 90%;
        margin: 0 auto 90px;
    }
    #sec3 .js .slick-prev {
        left: -60px;
    }
    #sec3 .js .slick-next {
        right: -60px;
    }
}


/* sec4 */
#sec4 .set1 {
    position: relative;
    padding: 7vw 0 1vw;
}
#sec4 .set1 h2 {
    font-size: 5.6vw;
    width: 30vw;
    height: 70vw;
    margin: 0 auto -46vw;
    line-height: 1.4;
    z-index: 5;
    position: relative;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.1em;
    white-space: nowrap;
}
#sec4 .set1 h2 span:nth-child(2) {
    margin-top: 5vw;
    display: inline-block;
}
#sec4 .set1 h2 span:last-of-type {
    font-size: 12vw;
    margin-top: 8vw;
    position: relative;
    display: inline-block;
}
#sec4 .set1 h2 span:last-of-type::after {
    content: "";
    position: absolute;
    right: 15%;
    width: 1px;
    height: 29vw;
    background: #fff;
    top: 4vw;
}
#sec4 .set1 .photo {
    margin: 0 -6% 6vw;
    height: 60vw;
}
#sec4 .price dt {
    line-height: 1.8;
    margin-bottom: 5vw;
}
#sec4 .price dt .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 7vw;
}
#sec4 .price dt .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec4 .price dt small {
    font-size: 4.5vw;
}
#sec4 .price dt small span {
    font-size: 6vw;
}
#sec4 .price dd {
    line-height: 1.8;
    margin-bottom: 5vw;
}
#sec4 .price dd .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 6vw;
}
#sec4 .price dd .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec4 .price dd small {
    font-size: 4.5vw;
}
#sec4 .price dd small span {
    font-size: 5vw;
}
#sec4 .set2 {
    position: relative;
    padding: 10vw 0 10vw;
}
#sec4 .set2 h3 {
    font-size: 8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    letter-spacing: 0.1em;
}
#sec4 .set2 h3 small {
    font-size: 5vw;
}
#sec4 .set2 h3::after {
    content: "";
    position: absolute;
    background: url("../img/about/deco1.png") no-repeat;
    position: absolute;
    top: -4vw;
    left: 0;
    right: 0;
    height: 65vw;
    background-size: 100%;
    z-index: -1;
}
#sec4 .set2 .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
#sec4 .set2 .note {
    text-align: center;
    margin-bottom: 12vw;
}
#sec4 .set2 .gr-price .price {
    text-align: center;
    letter-spacing: 0.1em;
}
#sec4 .set2 .gr-price .price dt {
    margin-bottom: 22vw;
    position: relative;
}
#sec4 .set2 .gr-price .price dt::after {
    content: "";
    background: url("../img/about/sec4_deco4.png") no-repeat left top;
    position: absolute;
    top: 26vw;
    left: 50%;
    width: 26%;
    height: 27vw;
    background-size: 100%;
    transform: translateX(-50%);
}
#sec4 .set2 .deco1 {
    position: absolute;
    left: 0;
    top: 34vw;
    width: 27%;
}
#sec4 .set2 .deco2 {
    position: absolute;
    right: 0;
    top: 44vw;
    width: 25%;
}
#sec4 .set3 {
    padding: 0vw 0 10vw;
    position: relative;
}
#sec4 .set3::before {
    content: "";
    position: absolute;
    background: url("../img/about/sec4_deco5.png") no-repeat;
    position: absolute;
    top: -11vw;
    left: 0;
    height: 85vw;
    background-size: 100%;
    z-index: -1;
    width: 68%;
}
#sec4 .set3 .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
#sec4 .set3 .gr-price .price {
    text-align: center;
}
#sec4 .set3 .gr-price .price dt {
    margin-bottom: 20vw;
    position: relative;
}
#sec4 .set3 .gr-price .price dt::after {
    content: "";
    background: url("../img/about/sec4_deco6.png") no-repeat left top;
    position: absolute;
    top: 35vw;
    left: 50%;
    width: 26%;
    height: 27vw;
    background-size: 100%;
    transform: translateX(-50%);
}
#sec4 .set4 {
    padding: 2vw 0 10vw;
    position: relative;
}
#sec4 .set4::before {
    content: "";
    position: absolute;
    background: url("../img/about/sec4_deco7.png") no-repeat;
    position: absolute;
    top: -10vw;
    right: 0;
    height: 81vw;
    background-size: 100%;
    z-index: -1;
    width: 75%;
}
#sec4 .set4 .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
#sec4 .set4 .gr-price .price {
    text-align: center;
}
#sec4 .set4 .gr-price .price dt {
    margin-bottom: 22vw;
    position: relative;
}
#sec4 .set4 .gr-price .price dt::after {
    content: "";
    background: url("../img/about/sec4_deco8.png") no-repeat left top;
    position: absolute;
    top: 26vw;
    left: 50%;
    width: 26%;
    height: 27vw;
    background-size: 100%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    #sec4 .set1 {
        padding: 0px 0 20px;
    }
    #sec4 .set1 h2 {
        font-size: 52px;
        width: 130px;
        height: 371px;
        margin: -90px auto -280px 221px;
        white-space: nowrap;
    }
    #sec4 .set1 h2 span:nth-child(2) {
        margin-top: 56px;
    }
    #sec4 .set1 h2 span:last-of-type {
        font-size: 92px;
        margin-top: 156px;
    }
    #sec4 .set1 h2 span:last-of-type::after {
        top: 29px;
        right: 13px;
        height: 215px;
    }
    #sec4 .set1 .photo {
        margin: 0;
        height: 600px;
    }
    #sec4 .set1 .photo img {
        object-position: top;
    }
    #sec4 .price dt {
        margin-bottom: 20px;
    }
    #sec4 .price dt .line {
        font-size: 52px;
    }
    #sec4 .price dt .line:after {
        height: 15px;
        left: 10px;
        right: 10px;
    }
    #sec4 .price dt small {
        font-size: 22px;
        margin-right: 10px;
        letter-spacing: 2px;
    }
    #sec4 .price dt small span {
        font-size: 32px;
    }
    #sec4 .price dd {
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    #sec4 .price dd .line {
        font-size: 52px;
    }
    #sec4 .price dd .line:after {
        height: 16px;
        left: 8px;
        right: 9px;
    }
    #sec4 .price dd small {
        font-size: 22px;
    }
    #sec4 .price dd small span {
        font-size: 52px;
    }
    #sec4 .set2 {
        padding: 216px 0 13px;
    }
    #sec4 .set2 h3 {
        font-size: 52px;
        margin-bottom: 45px;
    }
    #sec4 .set2 h3::after {
        width: 501px;
        height: 187px;
        top: -13px;
        right: 0;
        margin: 0 auto;
        left: -22px;
    }
    #sec4 .set2 .txt {
        padding: 40px 30px;
        margin-bottom: 20px;
        width: 338px;
        margin-left: auto;
        box-sizing: border-box;
        letter-spacing: 0;
        z-index: 6;
    }
    #sec4 .set2 .note {
        margin-bottom: 208px;
    }
    #sec4 .set2 .gr-price .price {
        margin-left: 232px;
        letter-spacing: 3px;
        width: 653px;
        text-align: right;
        position: relative;
        z-index: 6;
        margin-bottom: 82px;
    }
    #sec4 .set2 .gr-price .price dt {
        margin-bottom: 192px;
    }
    #sec4 .set2 .gr-price .price dt::after {
        width: 210px;
        height: 186px;
        right: -181px;
        left: auto;
        top: 185px;
    }
    #sec4 .set2 .gr-price .price dd {
        margin-right: -290px;
    }
    #sec4 .set2 .deco1 {
        width: auto;
        left: calc(50% - 50vw);
        top: -120px;
    }
    #sec4 .set2 .deco2 {
        top: 118px;
        width: auto;
        right: calc(50% - 50vw);
    }
    #sec4 .set2 .photo {
        right: 260px;
        position: absolute;
        left: calc(50% - 50vw);
        top: 438px;
        height: 653px;
        z-index: 5;
    }
    #sec4 .set3 {
        padding: 50px 0 20px;
    }
    #sec4 .set3::before {
        top: -145px;
        width: 584px;
        height: 899px;
    }
    #sec4 .set3 .txt {
        padding: 41px 26px;
        margin-bottom: 20px;
        width: 335px;
        margin-left: -30px;
        box-sizing: border-box;
        letter-spacing: 0;
    }
    #sec4 .set3 .photo {
        position: absolute;
        top: 80px;
        left: 231px;
        right: calc(50% - 50vw);
        height: 684px;
    }
    #sec4 .set3 .gr-price .price {
        z-index: 5;
        position: relative;
        margin-bottom: 30px;
    }
    #sec4 .set3 .gr-price .price dt {
        margin-bottom: 185px;
        text-align: left;
        line-height: 50px;
    }
    #sec4 .set3 .gr-price .price dt > span {
        font-size: 48px;
        line-height: 70px;
    }
    #sec4 .set3 .gr-price .price dt::after {
        top: 210px;
        left: 132px;
        width: 211px;
        height: 193px;
    }
    #sec4 .set3 .gr-price .price dt small {
        font-size: 22px;
        margin-left: 280px;
    }
    #sec4 .set3 .gr-price .price dd {
        width: 250px;
    }
    #sec4 .set4 {
        padding: 57px 0 20px;
    }
    #sec4 .set4::before {
        top: -183px;
        width: 649px;
        height: 979px;
    }
    #sec4 .set4 .txt {
        padding: 40px 32px;
        margin-bottom: 20px;
        width: 337px;
        margin-left: auto;
        margin-right: -22px;
        margin-top: 30px;
        box-sizing: border-box;
        letter-spacing: 0;
    }
    #sec4 .set4 .gr-price .price {
        width: 490px;
        margin-left: auto;
        text-align: right;
        margin-right: 88px;
        position: relative;
        z-index: 5;
    }
    #sec4 .set4 .gr-price .price dt {
        margin-bottom: 250px;
    }
    #sec4 .set4 .gr-price .price dt::after {
        top: 270px;
        left: auto;
        width: 215px;
        height: 189px;
        right: -165px;
    }
    #sec4 .set4 .gr-price .price dd {
        margin-right: -102px;
    }
    #sec4 .set4 .photo {
        position: absolute;
        left: 0;
        top: 141px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec4 .set3 .gr-price .price {
        margin-left: 20px;
    }
    #sec4 .set3 .txt {
        margin-left: 10px;
    }
    #sec4 .set4 .gr-price {
        margin-right: 20px;
    }
    #sec4 .set4 .txt {
        margin-right: 10px;
    }
}

/* sec5 */
#sec5 {
    position: relative;
    padding: 10vw 0 8vw;
}
#sec5 h2 {
    font-size: 8vw;
    color: #fff;
    text-align: center;
    margin-bottom: 5vw;
    position: relative;
    letter-spacing: 0.1em;
}
#sec5 h2:after {
    content: "";
    position: absolute;
    background: url("../img/about/deco1.png") no-repeat;
    position: absolute;
    top: -4vw;
    left: 0;
    right: 0;
    height: 65vw;
    background-size: 100%;
    z-index: -1;
}
#sec5 .price {
    text-align: center;
    position: relative;
}
#sec5 .price dt {
    line-height: 1.8;
    margin-bottom: 1vw;
}
#sec5 .price dt .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 8vw;
}
#sec5 .price dt .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec5 .price dt small {
    font-size: 3vw;
}
#sec5 .price dt small span {
    font-size: 5vw;
}
#sec5 .price dd {
    line-height: 1.8;
    margin-bottom: 1vw;
    font-size: 6vw;
}
#sec5 .price dd .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 6vw;
}
#sec5 .price dd .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec5 .price dd small {
    font-size: 4.5vw;
}
#sec5 .price dd small span {
    font-size: 5vw;
}
#sec5 .note {
    text-align: center;
    position: relative;
    margin-bottom: 20vw;
}
#sec5 .note:after {
    content: "";
    background: url("../img/about/sec5_deco1.png") no-repeat left top;
    position: absolute;
    top: 17vw;
    left: 50%;
    width: 26%;
    height: 27vw;
    background-size: 100%;
    transform: translateX(-50%);
}
#sec5 .ttl {
    text-align: center;
    margin-bottom: 5vw;
}
#sec5 .ttl .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 8vw;
}
#sec5 .ttl .line small {
    font-size: 5vw;
}
#sec5 .ttl .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec5 .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
@media only screen and (min-width: 768px) {
    #sec5 {
        padding: 136px 0 83px;
    }
    #sec5 h2 {
        font-size: 52px;
        margin-bottom: 102px;
    }
    #sec5 h2:after {
        top: -39px;
        width: 501px;
        height: 187px;
        margin: 0 auto;
        left: 80px;
    }
    #sec5 .price {
        text-align: left;
        margin-left: 100px;
        margin-bottom: 12px;
        width: 430px;
    }
    #sec5 .price dt {
        margin-bottom: 3px;
    }
    #sec5 .price dt .line {
        font-size: 52px;
    }
    #sec5 .price dt .line:after {
        height: 15px;
        bottom: 9px;
        left: 0;
        right: 10px;
    }
    #sec5 .price dt small span {
        font-size: 32px;
    }
    #sec5 .price dd {
        margin-bottom: -10px;
        font-size: 32px;
        letter-spacing: 3px;
    }
    #sec5 .price dd .line {
        font-size: 52px;
    }
    #sec5 .price dd small {
        font-size: 22px;
    }
    #sec5 .price dd small span {
        font-size: 52px;
    }
    #sec5 .note {
        margin-bottom: 44px;
        text-align: left;
        margin-left: 95px;
        line-height: 25px;
    }
    #sec5 .note:after {
        top: -27px;
        width: 131px;
        height: 119px;
        left: 228px;
        right: 40px;
    }
    #sec5 .ttl {
        margin-bottom: 36px;
        width: 499px;
        text-align: right;
    }
    #sec5 .ttl .line {
        font-size: 52px;
        letter-spacing: 0px;
    }
    #sec5 .ttl .line small {
        font-size: 22px;
    }
    #sec5 .ttl .line:after {
        height: 15px;
        right: 20px;
        bottom: -5px;
    }
    #sec5 .txt {
        padding: 20px;
        margin-bottom: 20px;
        margin-left: 69px;
        width: 390px;
        box-sizing: border-box;
    }
    #sec5 .photo {
        position: absolute;
        right: -75px;
        top: 202px;
    }
}

/* sec6 */
#sec6 {
    padding: 5vw 0 29vw;
	position: relative;
	z-index: 2;
}
#sec6 .box {
    position: relative;
    padding: 18% 5% 10vw;
    margin-bottom: 10vw;
}
#sec6 .box::after {
    position: absolute;
    background: rgba(118, 118, 118, 0.3);
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#sec6 .box .right {
    margin-bottom: 7vw;
}
#sec6 .box h2 {
    font-size: 7vw;
    color: #fff;
    text-align: center;
    margin-bottom: 12vw;
    position: relative;
    z-index: 5;
    letter-spacing: 0.1em;
}
#sec6 .box h2:after {
    content: "";
    position: absolute;
    background: url("../img/about/deco1.png") no-repeat;
    position: absolute;
    top: -4vw;
    left: 0;
    right: 0;
    height: 65vw;
    background-size: 100%;
    z-index: -1;
}
#sec6 .box .price {
    text-align: center;
    position: relative;
}
#sec6 .box .price dt {
    line-height: 1.5;
    margin-bottom: 3vw;
    letter-spacing: 0.1em;
}
#sec6 .box .price dt .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 8vw;
}
#sec6 .box .price dt .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec6 .box .price dt small {
    font-size: 4.5vw;
}
#sec6 .box .price dt small span {
    font-size: 5vw;
}
#sec6 .box .price dd {
    line-height: 1.8;
    margin-bottom: 5vw;
    font-size: 6vw;
}
#sec6 .box .price dd .line {
    position: relative;
    display: inline-block;
    z-index: 0;
    font-size: 6vw;
}
#sec6 .box .price dd .line:after {
    content: "";
    background: #d03030;
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 10px;
    right: 0;
    z-index: -1;
}
#sec6 .box .price dd small {
    font-size: 4.5vw;
}
#sec6 .box .price dd small span {
    font-size: 5vw;
}
#sec6 .box .txt {
    background: rgba(13, 13, 13, 0.7);
    padding: 8% 5%;
    margin-bottom: 5vw;
    position: relative;
    z-index: 5;
}
#sec6 .bnr__shared {
    margin-bottom: 10vw;
    max-width: 100%;
}
#sec6 .surprise {
    padding: 7% 0% 0%;
}

@media only screen and (min-width: 768px) {
    #sec6 {
        padding: 0 0 253px;
    }
    #sec6 .wrap {
        max-width: 1400px;
    }
    #sec6 .box {
        padding: 100px 80px 55px 80px;
        margin-bottom: 63px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #sec6 .box .right {
        margin-bottom: 20px;
        width: 450px;
        margin-top: 20px;
        padding-left: 30px;
    }
    #sec6 .box h2 {
        font-size: 42px;
        margin-bottom: 158px;
    }
    #sec6 .box h2:after {
        top: -50px;
        left: -11px;
        height: 187px;
        width: 501px;
    }
    #sec6 .box .price {
        text-align: left;
        letter-spacing: 4px;
        margin-bottom: 0;
    }
    #sec6 .box .price dt {
        margin-bottom: 9px;
        line-height: 47px;
    }
    #sec6 .box .price dt .line {
        font-size: 32px;
    }
    #sec6 .box .price dt .line:after {
        height: 15px;
        bottom: 0;
    }
    #sec6 .box .price dt small {
        font-size: 26px;
    }
    #sec6 .box .price dt small span {
        font-size: 32px;
    }
    #sec6 .box .price dd {
        margin-bottom: 20px;
        font-size: 32px;
    }
    #sec6 .box .price dd small {
        font-size: 22px;
    }
    #sec6 .box .price dd small span {
        font-size: 32px;
    }
    #sec6 .box .txt {
        padding: 40px 32px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    #sec6 .bnr__shared {
        margin: 0 auto 227px;
    }
    #sec6 .surprise {
        padding: 0;
    }
    
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {

}