@charset "UTF-8";
/*=======================================
                  PC   
========================================*/
/* fonts */
/* fonts-size */
/* color */
/*=======================================
 	        animation
 ========================================*/
.inview {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
}

.inview.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.inview02 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    opacity: 0;
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
}

.inview02.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#wrapper {
    margin: 0 auto;
}

#wrapper .white-bg {
    background-color: #fff;
}

.contents-wrapper {
    position: relative;
    background-color: #fff;
}

section {
    width: 140rem;
    margin: 0 auto;
}
#wrapper section{
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-style: normal;
    letter-spacing: 0.025em;
}

section .img01-wrapper {
    position: relative;
}
section .title {
    position: absolute;
    display: flex;
    z-index: 2;
}
#wrapper section h3 {
    width: 2.47rem;
    margin-left: 2.1rem;
}
section .title .item_name_subtxt {
    font-size: 1.3rem;
    letter-spacing: -0.08em;
    /* text-align: center; */
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-feature-settings: initial;
}

section .copy {
    margin-top: -0.7rem;
    margin-bottom: 1.9rem;
}
section .copy p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.025em;
}
section .subttl {
    margin-bottom: 3rem;
}

section .description-txt {
    font-size: 1.3rem;
    line-height: 2;
    text-align: justify;
}

#wrapper section .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#wrapper section h4 {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
}
section .sub-description p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.025em;
    text-align: justify;
}

.header .header-menu .category .submenu ul.sub-list:nth-child(1) {
    box-sizing: content-box;
}
.header .header-menu .category .submenu ul.sub-list:nth-child(4) {
    box-sizing: content-box;
}

/* ===================
	　 firstview
=================== */
.fv-img {
    position: sticky; 
    top: 0;
    width: 124rem;
    margin: 0 auto;
    z-index: -1;
}

.firstview-description {
    margin-bottom: 15.2rem;
    padding-top: 18.4rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.025em;
    line-height: 2;
    text-align: center;
}
.firstview-description p {
    position: relative;
    display: inline-block;
}
.firstview-description p::before {
    position: absolute;
    content: "";
    background-image: url("../img/frame.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 64.7rem;
    height: 46.1rem;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.firstview-description p::after {
    position: absolute;
    content: "Story";
    font-size: 6rem;
    line-height: 1;
    font-family: bodoni-urw, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    color: #754C24;
    transform: rotate(90deg);
    bottom: -1.4rem;
    right: -16.4rem;
}
.firstview-movie {
    width: 45rem;
    margin: 0 auto 19.9rem;
}
.firstview-movie video {
    width: 45rem;
    height: 60rem;
}
.firstview-wrapper{
    background-color: #fff;
}

/* ===================
	　 section01
=================== */
.sec01 {
    margin-bottom: 18rem;
}
.sec01 .img01-wrapper {
    margin-left: 11rem;
}
.sec01 .img01 {
    width: 52rem;
}
.sec01 .img02 {
    width: 40rem;
    margin-top: -50.4rem;
}
.sec01 .description {
    margin-top: 14rem;
}
.sec01 .description-txt {
    width: 40rem;
}
.sec01 .look01 {
    margin-left: 17.5rem;
    margin-bottom: 13.3rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sec01 .look02 {
    margin-left: 17.5rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sec01 .movie {
    width: 39rem;
    margin-left: 33rem;
}
.sec01 .movie video {
    width: 39rem;
    height: 52.03rem;
}
.sec01 .title {
    top: -5.8rem;
    right: -7.9rem;
}
.sec01 .item_name_subtxt {
    margin-top: 33.8rem;
}
.sec01 .number {
    width: 7.44rem;
    margin-right: 2.5rem;
}

/* ===================
	　 section02
=================== */
.sec02 {
    margin-bottom: -4.4rem;
}
.sec02 .look01 {
    margin-left: 27rem;
    align-items: center;
}
.sec02 .img01 {
    width: 40rem;
}
.sec02 .description {
    margin-left: 6rem;
    margin-bottom: 0.9rem;
}
.sec02 .description-txt {
    width: 43rem;
}
.sec02 .title {
    left: -8.4rem;
    top: -5.9rem;
}
.sec02 .title .item_name_subtxt {
    margin-top: 29.8rem;
    letter-spacing: -0.05em;
}
.sec02 .number {
    width: 7.5rem;
    margin-right: 2.3rem;
}

/* ===================
	　 section03
=================== */
.sec03 {
    margin-bottom: 18rem;
}
.sec03 .img01 {
    width: 44rem;
}
.sec03 .look01 {
    margin-left: 27rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sec03 .description {
    margin-top: 28.4rem;
}
.sec03 .description-txt {
    width: 43rem;
}
.sec03 .img01-wrapper {
    margin-left: 6rem;
}
.sec03 .price {
    margin-top: 2.6rem;
}
.sec03 .title {
    right: -7.8rem;
    top: -9.9rem;
}
.sec03 .title .item_name_subtxt {
    margin-top: 9.9rem;
    letter-spacing: -0.05em;
}
.sec03 .number {
    width: 7.54rem;
    margin-right: 2.3rem;
}

/* ===================
	　 section04
=================== */
.sec04 {
    margin-bottom: 21rem;
}
.sec04 .look01 {
    margin-bottom: -16.9rem;
    justify-content: center;
}
.sec04 .look02 {
    margin-left: 61rem;
}
.sec04 .img01 {
    width: 50rem;
    z-index: 2;
}
.sec04 .img02 {
    width: 36rem;
}
.sec04 .description {
    margin-top: 16rem;
    margin-left: 10rem;
}
.sec04 .description-txt {
    width: 46rem;
}
.sec04 .price {
    margin-top: 2.6rem;
}
.sec04 .number {
    width: 7.65rem;
    margin-right: 2.3rem;
}
.sec04 .title {
    left: 38rem;
    top: -6rem;
}
.sec04 .title .item_name_subtxt {
    margin-top: 24rem;
    letter-spacing: -0.04em;
}

/* ===================
	　 section05
=================== */
.sec05 {
    margin-bottom: 17.8rem;
}
.sec05 .img01 {
    width: 50rem;
}
.sec05 .img02 {
    width: 32rem;
}
.sec05 .description {
    margin-top: 24rem;
    margin-left: 8rem;
}
.sec05 .description-txt {
    width: 46rem;
}
.sec05 .look01 {
    margin-left: 15rem;
    margin-bottom: -10.9rem;
}
.sec05 .look02 {
    margin-left: 38.9rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sec05 .movie {
    width: 43.1rem;
    margin-left: auto;
    margin-bottom: -12rem;
}
.sec05 .movie video {
    width: 43.1rem;
    height: 57.5rem;
}
.sec05 .number {
    width: 7.57rem;
    margin-right: 2.3rem;
}
.sec05 .title {
    left: 2rem;
    top: -3.8rem;
}
.sec05 .title .item_name_subtxt {
    margin-top: 7.8rem;
    letter-spacing: -0.05em;
}
.sec05 .look01 .price {
    margin-top: 2.6rem;
}
.sec05 .sub-description {
    width: 36rem;
    margin-top: 23.8rem;
    margin-left: 6rem;
}
.sec05 .look02 .price {
    margin-top: 1.7rem;
}
#wrapper .sec05 h4 {
    letter-spacing: -0.06em;
}

/* ===================
	　 section06
=================== */
.sec06 {
    margin-bottom: 9.5rem;
    text-align: center;
}
.sec06 .subttl {
    margin-bottom: 2.5rem;
}
.sec06 .number {
    width: 7.65rem;
    margin-left: 66rem;
    margin-bottom: 3.7rem;
}
.sec06 .copy {
    margin-bottom: 0;
    text-align: center;
}
.sec06 .description-txt {
    text-align: center;
}

/* ===================
	　 section07
=================== */
.sec07 {
    margin-bottom: 14.3rem;
}
.sec07 .look01 {
    position: relative;
    margin-left: 15rem;
    margin-bottom: 3.9rem;
}
.sec07 .img01 {
    width: 52rem;
}
.sec07 .description {
    position: relative;
    margin-top: 28rem;
    margin-left: 8rem;
}
.sec07 .description-txt {
    width: 42rem;
}
.sec07 .number {
    width: 7.68rem;
    margin-right: 2.1rem;
}
.sec07 .title01 {
    left: 2rem;
    top: -7.9rem;
}
.sec07 .title01 .item_name_subtxt {
    margin-top: 23.9rem;
    letter-spacing: -0.06em;
}
#wrapper .sec07 .title01 h3 {
    width: 3.23rem;
    margin-left: 1.3rem;
}
.sec07 .look01 .price {
    margin-top: 2.5rem;
}
.sec07 .title02 {
    right: -13.8rem;
    top: -9.1rem;
}
.sec07 .title02 .item_name_subtxt {
    margin-top: 19.8rem;
    letter-spacing: -0.05em;
}
.sec07 .sub-description {
    width: 52rem;
    margin-left: 15rem;
}
.sec07 .sub-description .price {
    margin-top: 1.8rem;
}
#wrapper .sec07 h4 {
    letter-spacing: -0.01em;
}

/* ===================
	　 section07
=================== */
.sec08 {
    margin-bottom: 14.3rem;
    text-align: center;
}
.sec08 .img01-wrapper {
    width: 34rem;
    margin: 0 auto 4rem;
}
.sec08 .img01 {
    width: 34rem;
}
.sec08 .subttl {
    margin-bottom: 2.6rem;
}
.sec08 .number {
    width: 7.64rem;
    margin-left: 66.1rem;
    margin-bottom: 3.6rem;
}
.sec08 .copy {
    margin-bottom: 0;
    text-align: center;
}
.sec08 .description-txt {
    text-align: center;
}
.sec08 .price {
    margin-top: 2.6rem;
}
.sec08 .title {
    right: -7.8rem;
    top: -6rem;
}
.sec08 .title .item_name_subtxt {
    margin-top: 20rem;
    letter-spacing: -0.03em;
}

/* ===================
	　 section09
=================== */
.sec09 {
    margin-bottom: 17.8rem;
}
.sec09 .img01 {
    width: 40rem;
}
.sec09 .movie {
    width: 36rem;
}
.sec09 .movie video {
    width: 36rem;
    height: 48.02rem;
}
.sec09 .img03 {
    width: 52rem;
    margin: 0 auto 3.9rem;
}
.sec09 .look01 {
    margin-left: 19rem;
    margin-bottom: -17.3rem;
}
.sec09 .look02 {
    margin-left: 85rem;
    margin-bottom: 7.2rem;
}
.sec09 .look02 .price {
    margin-top: 2.2rem;
}
.sec09 .look03 {}
.sec09 .look03 .price {
    margin-top: 1.8rem;
}
.sec09 .number {
    width: 7.64rem;
    margin-right: 2.1rem;
}
.sec09 .description {
    margin-left: 8rem;
    margin-top: 12rem;
}
.sec09 .description-txt {
    width: 46rem;
}
.sec09 .sub-description {
    width: 52rem;
    margin: 0 auto;
}
.sec09 .title {
    left: 38rem;
    top: -11.9rem;
}
.sec09 .title .item_name_subtxt {
    margin-top: 23.8rem;
    letter-spacing: -0.05em;
}
#wrapper .sec09 h4 {
    letter-spacing: -0.07em;
}

/* ===================
	　 section10
=================== */
.sec10 {
    margin-bottom: 18rem;
}
.sec10 .look01 .img01-wrapper {
    margin-left: 7.9rem;
}
.sec10 .img01 {
    width: 40rem;
}
.sec10 .movie {
    width: 36rem;
}
.sec10 .movie video {
    width: 36rem;
    height: 48.02rem;
}
.sec10 .img03 {
    width: 40rem;
    margin-bottom: 3.8rem;
}
.sec10 .number {
    width: 7.64rem;
    margin-right: 2.3rem;
}
.sec10 .look01 {
    margin-left: 28.6rem;
    margin-bottom: -16.1rem;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.sec10 .look02 {
    margin-left: 20.5rem;
}
.sec10 .look03 {
    margin-top: 36rem;
    margin-left: 12rem;
    margin-bottom: 11.4rem;
}
.sec10 .description {
    margin-top: 11.9rem;
}
.sec10 .description-txt {
    width: 43rem;
    letter-spacing: 0.03em;
}
.sec10 .look03 .sub-description {
    width: 40rem;
}
.sec10 .look01 .price {
    margin-top: 2.2rem;
}
.sec10 .look03 .price {
    margin-top: 1.8rem;
}
.sec10 .look04 .price {
    margin-top: 1.8rem;
}
.sec10 .img04 {
    width: 48rem;
}
.sec10 .look04 {
    margin-left: 15rem;
}
.sec10 .look04 .sub-description {
    width: 48rem;
    margin-top: 11.8rem;
    margin-left: 8rem;
}
#wrapper .sec10 .look03 .sub-description h4 {
    letter-spacing: -0.05em;
}
#wrapper .sec10 .look04 .sub-description h4 {
    letter-spacing: -0.04em;
}
.sec10 .img05 {
    position: relative;
    width: 34rem;
    margin-left: 56rem;
}
.sec10 .look04 .img01-wrapper {
    margin-bottom: -29.6rem;
}
.sec10 .title {
    right: -7.8rem;
    top: -5.9rem;
}
.sec10 .title .item_name_subtxt {
    margin-top: 25.8rem;
}

/* ===================
	　 message
=================== */
.message {
    position: relative;
    margin-bottom: 8rem;
    padding-top: 4.7rem;
    padding-bottom: 4.5rem;
    text-align: center;
}
.message::before {
    position: absolute;
    content: "";
    background-image: url("../img/quotation01.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.8rem;
    height: 1.8rem;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.message::after {
    position: absolute;
    content: "";
    background-image: url("../img/quotation02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.8rem;
    height: 1.8rem;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
}
#wrapper .message h4 {
    margin-bottom: 2.1rem;
    letter-spacing: -0.02em;
    color: #754C24;
}
.message p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.025em;
}

/* ===================
	　 brand
=================== */
.brand {
    margin-bottom: 7.3rem;
    padding-top: 4.1rem;
    padding-bottom: 3.6rem;
    text-align: center;
    background-color: #F5F5F7;
}
.brand h5 {
    margin-bottom: 2.2rem;
    font-size: 2.6rem;
    font-family: bodoni-urw, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.025em;
    color: #2A6179;
}
.brand p {
    font-size: 1.3rem;
    line-height: 2;
    letter-spacing: 0.025em;
}

/* ===================
	　 youtube
=================== */
.youtube-movie {
    margin-bottom: 13.6rem;
    text-align: center;
}
.youtube-movie p {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
    font-family: 'Noto Serif JP', serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-weight: 600;
    letter-spacing: 0.03em !important;
    line-height: 1.875;
}
.youtube-movie p span {
    letter-spacing: 0.03em;
    margin-left: 0.8rem;
    font-weight: 600;
}
.youtube-movie .youtube_box {
    width: 83.5rem;
    height: 47rem;
    margin: auto;
}
.youtube-movie .youtube_box iframe {
    width: 83.4rem;
    height: 46.9rem;
    background-color: #fff;
}
.html5-video-player {
    background-color: #fff;
}
.html5-video-player.ad-showing,
.html5-video-player.ended-mode,
.html5-video-player.unstarted-mode,
.html5-video-player.ytp-fullscreen,
.html5-video-player:not(.ytp-transparent) {
    background-color: #fff;
}

/* ===================
	　 staff
=================== */
.staff {
    text-align: center;
    font-size: 1.3rem;
    font-family: "Crimson Text", serif;
    letter-spacing: 0.015em;
    line-height: 1.692;
}

/* for SP */
@media screen and (max-width: 767px) {
    section {
        width: 100%;
        margin: 0 auto;
        letter-spacing: 0.025em;
    }

    #wrapper section h3 {
        width: calc(42* (100vw / 750));
        margin-left: calc(30* (100vw / 750));
    }
    section .title .item_name_subtxt {
        font-size: calc(22* (100vw / 750));
        letter-spacing: -0.08em;
    }

    section .copy {
        margin-top: calc(-12* (100vw / 750));
        margin-bottom: 0;
    }
    section .copy p {
        font-size: calc(28* (100vw / 750));
        line-height: 1.9285;
        letter-spacing: 0.025em;
    }
    section .subttl {
        margin-bottom: calc(34* (100vw / 750));
    }

    section .description-txt {
        font-size: calc(24* (100vw / 750));
        letter-spacing: 0.025em;
        text-align: justify;
    }

    #wrapper section h4 {
        margin-bottom: calc(35* (100vw / 750));
        font-size: calc(30* (100vw / 750));
    }
    section .sub-description p {
        font-size: calc(24* (100vw / 750));
        line-height: 2;
        letter-spacing: 0.025em;
        text-align: justify;
    }
    .contents-wrapper {
        z-index: 10;
    }

    /* ===================
        　 firstview
    =================== */
    .fv-img {
        top: 0;
        width: 100%;
        margin: 0 auto;
    }

    .firstview-description {
        width: calc(560* (100vw / 750));
        margin-left: calc(50* (100vw / 750));
        margin-bottom: calc(230* (100vw / 750));
        padding-top: calc(219* (100vw / 750));
        font-size: calc(24* (100vw / 750));
        letter-spacing: 0.025em;
        line-height: 2;
        text-align: justify;
    }
    .firstview-description p {
        position: relative;
        display: inline-block;
    }
    .firstview-description p::before {
        position: absolute;
        content: "";
        background-image: url("../img/sp_frame.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: calc(661* (100vw / 750));
        height: calc(966* (100vw / 750));
        position: absolute;
        top: 50.7%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .firstview-description p::after {
        position: absolute;
        content: "";
        background-image: url("../img/story.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: calc(75* (100vw / 750));
        height: calc(161* (100vw / 750));
        bottom: calc(-71* (100vw / 750));
        right: calc(-127* (100vw / 750));
        transform: rotate(0deg);
    }
    .firstview-movie {
        width: calc(600* (100vw / 750));
        margin: 0 auto;
        padding-bottom: calc(200* (100vw / 750));
        margin-left: auto;
        margin-right: 0;
    }
    .firstview-movie video {
        width: calc(600* (100vw / 750));
        height: calc(800* (100vw / 750));
    }

    /* ===================
        　 section01
    =================== */
    .sec01 {
        margin-bottom: calc(228* (100vw / 750));
        background: #fff;
    }
    .sec01 .img01-wrapper {
        margin-left: 0;
    }
    .sec01 .img01 {
        width: 100%;
    }
    .sec01 .img02 {
        width: calc(560* (100vw / 750));
        margin-top: 0;
        margin-left: auto;
    }
    .sec01 .description {
        margin: calc(90* (100vw / 750)) auto 0;
    }
    .sec01 .description-txt {
        width: calc(630* (100vw / 750));
    }
    .sec01 .look01 {
        margin-left: 0;
        margin-bottom: calc(56* (100vw / 750));
        flex-direction: row;
        justify-content: flex-start;
    }
    .sec01 .look02 {
        margin-left: 0;
        flex-direction: column;
        justify-content: flex-start;
    }
    .sec01 .movie {
        width: calc(570* (100vw / 750));
        margin-left: calc(60* (100vw / 750));
        margin-bottom: calc(61* (100vw / 750));
    }
    .sec01 .movie video {
        width: calc(570* (100vw / 750));
        height: calc(760* (100vw / 750));
    }
    .sec01 .title {
        top: calc(-57* (100vw / 750));
        right: calc(29* (100vw / 750));
    }
    .sec01 .item_name_subtxt {
        margin-top: calc(476* (100vw / 750));
        letter-spacing: 0;
        white-space: nowrap;
    }
    .sec01 .number {
        width: calc(133* (100vw / 750));
        margin-right: calc(44* (100vw / 750));
    }
    #wrapper .sec01 h3{
        width: calc(41.6* (100vw / 750));
    }

    /* ===================
        　 section02
    =================== */
    .sec02 {
        margin-bottom: calc(170* (100vw / 750));
    }
    .sec02 .look01 {
        margin-left: 0;
        align-items: flex-start;
    }
    .sec02 .img01-wrapper{
        margin-left: calc(170* (100vw / 750));
        margin-bottom: calc(90* (100vw / 750));
    }
    .sec02 .img01 {
        width: calc(520* (100vw / 750));
    }
    .sec02 .description {
        margin: 0 auto;
    }
    .sec02 .description-txt {
        width: calc(630* (100vw / 750));
    }
    .sec02 .title {
        left: calc(-123* (100vw / 750));
        top: calc(-118* (100vw / 750));
    }
    .sec02 .title .item_name_subtxt {
        margin-top: calc(448* (100vw / 750));
        letter-spacing: -0.055em;
    }
    .sec02 .number {
        width: calc(134* (100vw / 750));
        margin-right: calc(43* (100vw / 750));
    }

    /* ===================
        　 section03
    =================== */
    .sec03 {
        margin-bottom: calc(227* (100vw / 750));
    }
    .sec03 .img01 {
        width: calc(600* (100vw / 750));
    }
    .sec03 .look01 {
        margin-left: 0;
        flex-direction: row;
        justify-content: flex-start;
    }
    .sec03 .description {
        margin: 0 auto;
    }
    .sec03 .description-txt {
        width: calc(630* (100vw / 750));
    }
    .sec03 .img01-wrapper {
        margin-left: 0;
        margin-bottom: calc(89* (100vw / 750));
    }
    .sec03 .price {
        margin-top: calc(37* (100vw / 750));
    }
    .sec03 .title {
        right: calc(-112* (100vw / 750));
        top: calc(-118* (100vw / 750));
    }
    .sec03 .title .item_name_subtxt {
        margin-top: calc(117* (100vw / 750));
        letter-spacing: -0.05em;
    }
    .sec03 .number {
        width: calc(135* (100vw / 750));
        margin-right: 2.3rem;
    }

    /* ===================
        　 section04
    =================== */
    .sec04 {
        margin-bottom: calc(227* (100vw / 750));
    }
    .sec04 .look01 {
        margin-bottom: calc(83* (100vw / 750));
        justify-content: flex-start;
    }
    .sec04 .look02 {
        margin-left: calc(108* (100vw / 750));
    }
    .sec04 .img01 {
        width: calc(690* (100vw / 750));
        margin: 0 auto calc(90* (100vw / 750));
    }
    .sec04 .img02 {
        width: calc(500* (100vw / 750));
    }
    .sec04 .description {
        margin-top: 0;
        margin-left: calc(30* (100vw / 750));
    }
    .sec04 .description-txt {
        width: calc(578* (100vw / 750));
    }
    .sec04 .price {
        margin-top: calc(32* (100vw / 750));
    }
    .sec04 .number {
        width: calc(136* (100vw / 750));
        margin-right: calc(41* (100vw / 750));
    }
    .sec04 .title {
        left: calc(519* (100vw / 750));
        top: calc(-240* (100vw / 750));
    }
    .sec04 .title .item_name_subtxt {
        margin-top: calc(420* (100vw / 750));
        letter-spacing: -0.04em;
    }

    /* ===================
        　 section05
    =================== */
    .sec05 {
        margin-bottom: calc(227* (100vw / 750));
    }
    .sec05 .img01-wrapper{
        margin-bottom: calc(90* (100vw / 750));
    }
    .sec05 .img02-wrapper{
        margin-left: calc(60* (100vw / 750));
    }
    .sec05 .img01 {
        width: 100%;
    }
    .sec05 .img02 {
        width: calc(500* (100vw / 750));
        margin-bottom: calc(59* (100vw / 750));
    }
    .sec05 .description {
        margin: 0 auto;
    }
    .sec05 .description-txt {
        width: calc(670* (100vw / 750));
    }
    .sec05 .look01 {
        margin-left: 0;
        margin-bottom: calc(79* (100vw / 750));
    }
    .sec05 .look02 {
        margin-left: 0;
        flex-direction: row;
        justify-content: flex-start;
    }
    .sec05 .movie {
        width: calc(570* (100vw / 750));
        margin-left: auto;
        margin-bottom: calc(60* (100vw / 750));
    }
    .sec05 .movie video {
        width: calc(570* (100vw / 750));
        height: calc(760* (100vw / 750));
    }
    .sec05 .number {
        width: calc(135* (100vw / 750));
        margin-right: calc(42* (100vw / 750));
    }
    .sec05 .title {
        left: calc(20* (100vw / 750));
        top: calc(-57* (100vw / 750));
    }
    .sec05 .title .item_name_subtxt {
        margin-top: calc(118* (100vw / 750));
        letter-spacing: -0.06em;
    }
    .sec05 .look01 .price {
        margin-top: calc(37* (100vw / 750));
    }
    .sec05 .sub-description {
        width: calc(630* (100vw / 750));
        margin-top: 0;
        margin-left: 0;
    }
    .sec05 .look02 .price {
        margin-top: calc(20* (100vw / 750));
    }
    #wrapper .sec05 h4 {
        letter-spacing: -0.06em;
        white-space: nowrap;
    }

    /* ===================
        　 section06
    =================== */
    .sec06 {
        margin-bottom: calc(114* (100vw / 750));
    }
    .sec06 .subttl {
        margin-bottom: calc(35* (100vw / 750));
    }
    .sec06 .number {
        width: calc(138* (100vw / 750));
        margin-top: 0;
        margin-left: calc(304* (100vw / 750));
        margin-bottom: calc(39* (100vw / 750));
    }
    .sec06 .copy {
        margin-bottom: 0;
        text-align: center;
    }
    .sec06 .description-txt {
        text-align: center;
    }

    /* ===================
        　 section07
    =================== */
    .sec07 {
        margin-bottom: calc(228* (100vw / 750));
    }
    .sec07 .look01 {
        position: relative;
        margin-left: 0;
        margin-bottom: calc(106* (100vw / 750));
    }
    .sec07 .subttl{
        flex-direction: column;
    }
    .sec07 .img01-wrapper{
        margin-bottom: calc(90* (100vw / 750));
    }
    .sec07 .img01 {
        width: calc(750* (100vw / 750));
    }
    .sec07 .description {
        position: relative;
        margin-top: 0;
        margin-left: calc(60* (100vw / 750));
    }
    .sec07 .description-txt {
        width: calc(520* (100vw / 750));
    }
    .sec07 .number {
        width: calc(137* (100vw / 750));
        margin-right: 0;
        margin-bottom: calc(40* (100vw / 750));
    }
    .sec07 .title01 {
        left: calc(21* (100vw / 750));
        top: calc(-86* (100vw / 750));
    }
    .sec07 .title01 .item_name_subtxt {
        margin-top: calc(386* (100vw / 750));
        letter-spacing: -0.06em;
        white-space: nowrap;
    }
    #wrapper .sec07 .title01 h3 {
        width: calc(54.4* (100vw / 750));
        margin-left: calc(16* (100vw / 750));
    }
    .sec07 .look01 .price {
        margin-top: calc(39* (100vw / 750));
    }
    .sec07 .title02 {
        right: calc(-141* (100vw / 750));
        top: calc(1* (100vw / 750));
    }
    .sec07 .title02 .item_name_subtxt {
        margin-top: calc(382* (100vw / 750));
        letter-spacing: -0.055em;
    }
    .sec07 .sub-description {
        width: calc(630* (100vw / 750));
        margin-left: calc(60* (100vw / 750));
    }
    .sec07 .sub-description .price {
        margin-top: calc(22* (100vw / 750));
    }
    #wrapper .sec07 h4 {
        letter-spacing: -0.01em;
    }

    /* ===================
        　 section07
    =================== */
    .sec08 {
        margin-bottom: calc(228* (100vw / 750));
        text-align: center;
    }
    .sec08 .img01-wrapper {
        width: calc(480* (100vw / 750));
        margin: 0 auto calc(90* (100vw / 750));
    }
    .sec08 .img01 {
        width: calc(480* (100vw / 750));
    }
    .sec08 .subttl {
        margin-bottom: calc(35* (100vw / 750));
    }
    .sec08 .number {
        width: calc(136* (100vw / 750));
        margin-left: calc(304* (100vw / 750));
        margin-bottom: calc(39* (100vw / 750));
    }
    .sec08 .copy {
        margin-bottom: 0;
        text-align: center;
    }
    .sec08 .description-txt {
        text-align: center;
    }
    .sec08 .price {
        margin-top: calc(40* (100vw / 750));
    }
    .sec08 .title {
        right: calc(-113* (100vw / 750));
        top: calc(-150* (100vw / 750));
    }
    .sec08 .title .item_name_subtxt {
        margin-top: calc(331* (100vw / 750));
        letter-spacing: -0.03em;
    }

    /* ===================
        　 section09
    =================== */
    .sec09 {
        margin-bottom: calc(227* (100vw / 750));
    }
    .sec09 .img01 {
        width: calc(608* (100vw / 750));
        margin-bottom: calc(90* (100vw / 750));
    }
    .sec09 .movie {
        width: calc(480* (100vw / 750));
        margin-left: calc(128* (100vw / 750));
    }
    .sec09 .movie video {
        width: calc(480* (100vw / 750));
        height: calc(640* (100vw / 750));
    }
    .sec09 .img03 {
        width: 100%;
        margin: 0 auto calc(58* (100vw / 750));
    }
    .sec09 .look01 {
        margin-left: 0;
        margin-bottom: calc(81* (100vw / 750));
    }
    .sec09 .look02 {
        margin-left: 0;
        margin-bottom: calc(79* (100vw / 750));
    }
    .sec09 .look02 .price {
        margin-top: calc(27* (100vw / 750));
    }
    .sec09 .look03 .price {
        margin-top: calc(25* (100vw / 750));
    }
    .sec09 .number {
        width: calc(136* (100vw / 750));
        margin-right: calc(41* (100vw / 750));
    }
    .sec09 .description {
        margin-left: calc(60* (100vw / 750));
        margin-top: 0;
    }
    .sec09 .description-txt {
        width: calc(548* (100vw / 750));
    }
    .sec09 .sub-description {
        width: calc(590* (100vw / 750));
        margin: 0 auto;
    }
    .sec09 .title {
        left: calc(627* (100vw / 750));
        top: calc(-298* (100vw / 750));
    }
    .sec09 .title .item_name_subtxt {
        margin-top: calc(418* (100vw / 750));
        letter-spacing: -0.055em;
    }
    #wrapper .sec09 h4 {
        letter-spacing: -0.07em;
    }

    /* ===================
        　 section10
    =================== */
    .sec10 {
        margin-bottom: calc(240* (100vw / 750));
    }
    .sec10 .look01 .img01-wrapper {
        margin-left: auto;
        margin-bottom: calc(90* (100vw / 750));
    }
    .sec10 .img01 {
        width: calc(560* (100vw / 750));
    }
    .sec10 .movie {
        width: calc(540* (100vw / 750));
    }
    .sec10 .movie video {
        width: calc(540* (100vw / 750));
        height: calc(720* (100vw / 750));
    }
    .sec10 .img03 {
        width: calc(560* (100vw / 750));
        margin-bottom: calc(59* (100vw / 750));
    }
    .sec10 .number {
        width: calc(136.3* (100vw / 750));
        margin-right: calc(44* (100vw / 750));
    }
    .sec10 .look01 {
        margin-left: 0;
        margin-bottom: calc(79* (100vw / 750));
        flex-direction: row;
        justify-content: flex-start;
    }
    .sec10 .look02 {
        margin-left: calc(60* (100vw / 750));
        margin-bottom: calc(78* (100vw / 750));
    }
    .sec10 .look03 {
        margin-top: 0;
        margin-left: calc(160* (100vw / 750));
        margin-bottom: calc(108* (100vw / 750));
    }
    .sec10 .description {
        margin: 0 auto;
    }
    .sec10 .description-txt {
        width: calc(630* (100vw / 750));
    }
    .sec10 .look03 .sub-description {
        width: calc(560* (100vw / 750));
    }
    .sec10 .look01 .price {
        margin-top: 2.2rem;
    }
    .sec10 .look03 .price {
        margin-top: calc(22* (100vw / 750));
    }
    .sec10 .look04 .price {
        margin-top: calc(24* (100vw / 750));
    }
    .sec10 .img04 {
        width: calc(680* (100vw / 750));
        margin-bottom: calc(59* (100vw / 750));
    }
    .sec10 .look04 {
        margin-left: 0;
    }
    .sec10 .look04 .sub-description {
        width:calc(630* (100vw / 750));
        margin: 0 auto;
    }
    #wrapper .sec10 .look03 .sub-description h4 {
        letter-spacing: -0.05em;
    }
    #wrapper .sec10 .look04 .sub-description h4 {
        letter-spacing: -0.04em;
    }
    .sec10 .img05 {
        width: calc(480* (100vw / 750));
        margin-left: auto;
    }
    .sec10 .look04 .img01-wrapper {
        margin-bottom: calc(48* (100vw / 750));
    }
    .sec10 .title {
        right: auto;
        left: calc(-122* (100vw / 750));
        top: calc(-117* (100vw / 750));
    }
    .sec10 .title .item_name_subtxt {
        margin-top: calc(476* (100vw / 750));
        white-space: nowrap;
        letter-spacing: 0;
    }

    /* ===================
        　 message
    =================== */
    .message {
        margin-bottom: calc(120* (100vw / 750));
        padding-top: calc(90* (100vw / 750));
        padding-bottom: calc(82* (100vw / 750));
    }
    .message::before {
        background-image: url("../img/quotation01.svg");
        width: calc(50* (100vw / 750));
        height: calc(32* (100vw / 750));
        top: 0;
        left: 0;
        right: 0;
    }
    .message::after {
        background-image: url("../img/quotation02.svg");
        width: calc(51* (100vw / 750));
        height: calc(32* (100vw / 750));
        bottom: 0;
        left: 0;
        right: 0;
    }
    #wrapper .message h4 {
        margin-bottom: 2.1rem;
        letter-spacing: -0.02em;
    }
    .message p {
        font-size: calc(24* (100vw / 750));
        line-height: 2;
        letter-spacing: 0.025em;
    }

    /* ===================
        　 brand
    =================== */
    .brand {
        margin-bottom: calc(107* (100vw / 750));
        padding-top: calc(61* (100vw / 750));
        padding-bottom: calc(49* (100vw / 750));
    }
    .brand h5 {
        margin-bottom: calc(31* (100vw / 750));
        font-size: calc(42* (100vw / 750));
        letter-spacing: 0.025em;
    }
    .brand p {
        font-size: calc(24* (100vw / 750));
        line-height: 2;
        letter-spacing: 0.025em;
    }

    /* ===================
        　 youtube
    =================== */
    .youtube-movie {
        margin-bottom: calc(110* (100vw / 750));
        text-align: center;
    }
    .youtube-movie p {
        margin-bottom: calc(50* (100vw / 750));
        font-size: calc(30* (100vw / 750));
        letter-spacing: 0.03em !important;
        line-height: 1.8666;
    }
    .youtube-movie p span {
        margin-left: calc(16* (100vw / 750));
        letter-spacing: 0.04em;
    }
    .youtube-movie .youtube_box {
        width: 100%;
        height: calc(422* (100vw / 750));
        margin: auto;
    }
    .youtube-movie .youtube_box iframe {
        width: 100%;
        height: calc(422* (100vw / 750));
    }

    /* ===================
        　 staff
    =================== */
    .staff {
        font-size: calc(24* (100vw / 750));
        line-height: 1.8333;
    }

    body.Android .firstview-description p {
        letter-spacing: -0.03em;
    }
    body.Android .firstview-description p span{
        letter-spacing: -0.07em;
    }
}
/*# sourceMappingURL=style.css.map */
