@charset "Shift_JIS";
/* 文字コード Shift_JIS */

html {
    font-size: 10px;
}

body {
    font-size: 16px;
}

#pagetop {
    cursor: pointer;
}

/* article
-----------------------------------------------------------*/
.main__wrapper {
    background-color: #F8EAD1;
}

.article img {
    width: 100%;
    height: auto;
}

.article :is(img, iframe) {
    vertical-align: top;
}

.article *,
.article *:before,
.article *:after {
    box-sizing: border-box;
}

.contents {
    width: 98rem;
    margin: 0 auto;
    line-height: 1.5;
    color: #000000;
}

.article.bg {
    width: 98rem;
    margin: 0 auto;
    background: url('./img/bg.jpg');
}

/* mv
-----------------------------------------------------------*/
.mv div {
    margin: 30px auto;
}

/* product
-----------------------------------------------------------*/
.product {
    background: url('./img/product__frame.jpg') center/100% auto no-repeat;
    height: 550px;
    margin: 0 auto ;
    padding: 88px 0 0;
}

.product h2 {
    color: #502D19;
    font-size: 30px;
    font-weight: bold;
}

.product__item:has(+.product__item) {
    margin-bottom: 4rem;
}

.product__item:last-child {
    margin-bottom: 3.5rem;
}

.product__item-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4rem;
    margin: 0 auto;
}

.product__image {
    width: 25.4rem;
}

.product__image>img {
    aspect-ratio: 254/318;
    object-fit: contain;
}

.product__info {
    width: 44rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.product_info-label {
    background-color: #CECECE;
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0.4rem 0;
}

.product_info-label.switch {
    background-color: #FF4433;
    color: #FFF;
}

.product__info-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product__price {
    color: #FF1500;
    display: flex;
    justify-content: center;
}

.product__price-type {
    color: #FF1500;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(49/28);
}

.product__price-num {
    font-size: 9.5rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1;
    font-family: 'arial black', sans-serif;
}

.product__price-yen {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin-left: 1rem;
    width: 4.5rem;
}

.product__price-yen .tax {
    letter-spacing: -0.02em;
    font-size: 1.5rem;
    font-weight: bold;
    width: 100%;
    margin-bottom: 1rem;
}

.product__price-yen .yen {
    font-weight: bold;
    letter-spacing: -0.02em;
    font-size: 4.5rem;
    width: 100%;
}

.product__notes {
    margin-top: 4rem;
    font-size: 1.2rem;
    text-align: center;
}

.product__notes a {
    color: inherit;
    text-decoration: none;
}

/* movie
-----------------------------------------------------------*/
.movie_wrapper {
    width: 88rem;
    margin: 85px auto 65px;
}

.movie_wrapper iframe {
    aspect-ratio: 560 / 315;
    width: 88rem;
    height: auto;
}

/* concept
-----------------------------------------------------------*/
.concept {
    background: url(./img/catch.png) center/100% auto no-repeat;
    color: #fff;
    height: 1098px;
    margin: 0 0 10px;
    text-align: center;
}

.concept p {
    font-size: 20px;
    font-weight: bold;
    padding: 316px 0 0;
}

/* story
-----------------------------------------------------------*/
.story {
    padding-top: 80px;
    background-image: url(./img/story_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.story p {
    color: #502D19;
    font-size: 20px;
    font-weight: bold;
    margin: 30px auto 50px;
    text-align: center;
}

.story .-capture {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    width: 86rem;
}

/* link__wrapper
-----------------------------------------------------------*/
.link__wrapper {
    padding: 10rem 0;
}

.link__wrapper .notes {
    font-size: 1.2rem;
    text-align: center;
}

/* article__footer
-----------------------------------------------------------*/
.article__footer {
    text-align: center;
    padding: 0 0 10.5rem;
    font-size: 1.2rem;
}

.article__footer>p:not(:last-child) {
    margin-bottom: 1em;
}

.article__footer img {
    vertical-align: middle;
    width: auto;
    width: fit-content;
}