@charset "Shift_JIS";

html {
    font-size: 10px;
}

body {
    font-size: 16px;
}

#pagetop {
    cursor: pointer;
}

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

.article img {
    max-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: 980px;
    margin: 0 auto;
    background: #DCDCCD url(../pc/img/bg01.png) top 220px center / 100% auto;
}

/* mv
-----------------------------------------------------------*/
.mv .date {
    text-align: center;
    margin-top: 40px;
}

/* early_bonus
-----------------------------------------------------------*/
.early_bonus {
    position: relative;
    width: 750px;
    height: 430px;
    padding: 20px 0 0 25px;
    margin: 40px auto 0;
    background: url(../pc/img/earlyBonus_bg.png) no-repeat center center / 100% auto;
    z-index: 2;
}

.early_bonus::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 359px;
    height: 325px;
    margin: -110px -132px 0 0;
    background: url(../pc/img/bg02.png) no-repeat center center / 100% auto;
}

.earlyBonus_title {
    color: #17D1AE;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
}

.earlyBonus_item {
    margin-top: 30px;
}

.earlyBonus_subtitle {
    font-size: 26px;
    font-weight: bold;
}

.earlyBonus_subtitle span {
    display: block;
    font-size: 20px;
    line-height: calc(30/20);
    width: fit-content;
    padding: 0 5px;
    margin-bottom: 5px;
    background-color: #FFFF00;
}

.earlyBonus_text {
    font-size: 20px;
    margin-top: 30px;
}

.earlyBonus_text span {
    font-size: 18px;
}

.earlyBonus_note {
    font-size: 12px;
    margin-top: 30px;
}

.earlyBonus_note li {
    text-indent: -1em;
    padding-left: 1em;
}

/* product
-----------------------------------------------------------*/
.product {
    position: relative;
    width: 731px;
    margin: 50px auto 0;
    border-bottom: 4px solid #006455;
}

.product::before,
.product::after {
    content: "";
    position: absolute;
    top: 0;
}

.product::before {
    left: 0;
    width: 240px;
    height: 223px;
    margin: -106px 0 0 -100px;
    background: url(../pc/img/bg03.png) no-repeat center center / 100% auto;
}

.product::after {
    right: 0;
    width: 210px;
    height: 191px;
    margin: -73px -115px 0 0;
    background: url(../pc/img/bg04.png) no-repeat center center / 100% auto;
}

.product h2 {
    color: #006455;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 583px;
    margin: 0 auto;
    border-bottom: 4px solid #006455;
}

.product__item-box {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.product__image {
    text-align: center;
    width: 330px;
}

.product__info {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: calc(100% - 330px);
}

.product_info-label {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    line-height: calc(38/21);
    width: 342px;
    padding: 0 20px;
    background-color: #FF4433;
}

.product__info-flex {
    display: flex;
    flex-wrap: wrap;
}

.product__price-type {
    color: #FF1500;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: calc(49/28);
    margin-top: 40px;
}

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

.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__link {
    margin-top: 30px;
}

.product__link a {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

.product__notes {
    color: #707070;
    font-size: 12px;
    margin-top: 30px;
}

.product__notes li {
    text-indent: -1.3em;
    padding-left: 1.3em;
}

.product__item.download {
    border-top: 4px solid #006455;
}

.product__item.download h3 {
    color: #E26245;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}

.product__item.download .product__info-flex {
    padding-top: 20px;
}

/* movie
-----------------------------------------------------------*/
.movie {
    width: 940px;
    height: 571px;
    margin: 70px auto 0;
    background: url(../pc/img/movie_bg.png) no-repeat center center / 100% auto;
}
.movie_wrapper {
    width: 810px;
    padding-top: 55px;
    margin: 0 auto;
}

.movie_wrapper iframe {
    aspect-ratio: 810 / 455;
    width: 810px;
    height: auto;
}

/* spinOff
-----------------------------------------------------------*/
.spinOff {
    margin: 20px auto 0;
}

.spinOff_title {
    width: 927px;
    margin: 0 auto;
}

.spinOff_inner {
    position: relative;
    width: 861px;
    margin: auto;
}

.spinOff_inner:nth-of-type(1) {
    height: 683px;
    background: url(../pc/img/spinOff_bg01.png) no-repeat center center / 100% auto;
}

.spinOff_inner:nth-of-type(2) {
    height: 1765px;
    background: url(../pc/img/spinOff_bg02.png) no-repeat center center / 100% auto;
}

.spinOff_inner:nth-of-type(3) {
    height: 2969px;
    background: url(../pc/img/spinOff_bg03.png) no-repeat center center / 100% auto;
}

.spinOff_inner:nth-of-type(4) {
    height: 675px;
    background: url(../pc/img/spinOff_bg04.png) no-repeat center center / 100% auto;
}

.spinOff_inner + .spinOff_inner {
    margin: 60px auto 0;
}

.spinOff_heading {
    display: none;
}

.spinOff_text {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
}

.spinOff_inner:nth-of-type(1) .spinOff_text:nth-of-type(1) {
    top: 121px;
}

.spinOff_inner:nth-of-type(2) .spinOff_text:nth-of-type(1) {
    top: 112px;
}

.spinOff_inner:nth-of-type(2) .spinOff_text:nth-of-type(2) {
    top: 693px;
}

.spinOff_inner:nth-of-type(2) .spinOff_text:nth-of-type(3) {
    top: 1236px;
}

.spinOff_inner:nth-of-type(3) .spinOff_text:nth-of-type(1) {
    top: 111px;
}

.spinOff_inner:nth-of-type(3) .spinOff_text:nth-of-type(2) {
    top: 814px;
}

.spinOff_inner:nth-of-type(3) .spinOff_text:nth-of-type(3) {
    top: 1513px;
}

.spinOff_inner:nth-of-type(3) .spinOff_text:nth-of-type(4) {
    top: 2056px;
}

.spinOff_inner:nth-of-type(3) .spinOff_text:nth-of-type(5) {
    top: 2384px;
}

.spinOff_inner:nth-of-type(4) .spinOff_text:nth-of-type(1) {
    top: 115px;
}


/* capture
-----------------------------------------------------------*/
.capture {
    height: 1050px;
    background: url(../pc/img/capture_bg.png) no-repeat center center / 1716px auto;
}

/* link__wrapper
-----------------------------------------------------------*/
.link__wrapper .link a {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

/* article__footer
-----------------------------------------------------------*/
.article__footer {
    font-size: 12px;
    text-align: center;
    padding: 72px 0;
}