@charset "utf-8";

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    position: relative;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img,
picture {
    width: 100%;
    display: block;
    margin: 0 auto;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media(prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}

table,
th,
td {
    border-width: 0!important;
}

.contents h1,
h2,
h3,
h4,
h5 {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* COMMON
--------------------------------------------------- */

.mv img,
.detail-img img {
    border-radius: 14px;
}

.contents a {
    display: inline-block;
    color: #3bafff;
    text-decoration: underline;
    pointer-events: auto!important;
    transform: 0.3s;
}

.contents a:visited {
    color: #3bafff;
    text-decoration: underline;
}

.contents a:hover {
    opacity: .75;
    text-decoration: none;
}

.contents a.link {
    display: inline-block;
    word-break: break-all;
}

.contents a.link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #3bafff;
}

.contents a.link:hover:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #3bafff;
}

.contents .caution a.link {
    padding-left: 1em;
}

.contents .no-pc {
    display: none;
}

.contents br.no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.contents em {
    color: #A975AF;
    font-style: normal;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .ma-t {
    margin-top: 1.5em!important
}

.contents .caution {
    font-size: 80%;
    margin-top: 8px;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
}

p+p {
    margin-top: .5em;
}

@media screen and (max-width: 1024px) {
    .contents .no-pc {
        display: block;
    }
    .contents br.no-pc {
        display: inline;
    }
    .contents .no-sp {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .contents .caution,
    .contents .tax {
        font-size: 1.0rem;
    }
    p+p {
        margin-top: .25em;
    }
    .contents a.link:before,
    .contents a.link:hover:before {
        border-width: 3px 0 3px 3px;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    color: #333;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.7;
    overflow: hidden;
    position: relative;
}

.contents-wrap {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.contents-area {
    background: #ebfbff;
}

.contents-inner {
    display: grid;
    padding: 48px;
    gap: 48px;
}

.contents-box {
    display: grid;
    width: 100%;
    position: relative;
    gap: 24px;
}

@media screen and (max-width: 1024px) {
    .contents-wrap {
        grid-template-columns: 100%;
        grid-template-rows: auto auto;
    }
    .contents-inner {
        padding: 40px;
        gap: 40px;
    }
}

@media screen and (max-width: 599px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .contents-inner {
        padding: 32px;
        gap: 32px;
    }
    .contents-box {
        gap: 16px;
    }
}

@media screen and (max-width: 376px) {
    .contents {
        font-size: 1.2rem;
    }
    .contents-inner {
        padding: 16px;
        gap: 24px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1 {
    padding-bottom: 1.5em;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
}

.contents h1::before {
    content: "";
    display: block;
    width: 30%;
    height: 5px;
    position: absolute;
    bottom: 14px;
    left: 0;
    background-color: #ffe500;
}

.contents h1::after {
    content: "";
    display: block;
    width: 70%;
    height: 5px;
    position: absolute;
    bottom: 14px;
    left: 30%;
    background-color: #3bafff;
}

.contents h2 {
    padding: 1em;
    font-size: 2rem;
    font-weight: bold;
    background: #FFF;
    border-left: 5px solid #3bafff;
    line-height: 1.6;
}

.contents h3 {
    margin-bottom: .5em;
    color: #3bafff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    .contents h1 {
        font-size: 2rem;
    }
    .contents h2 {
        font-size: 1.8rem;
    }
    .contents h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    .contents h1 {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .contents h2 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents h3 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

@media screen and (max-width: 376px) {
    .contents h1 {
        font-size: 1.4rem;
    }
    .contents h2 {
        padding: .5em;
        font-size: 1.4rem;
        border-left: 3px solid #3bafff;
    }
}


/* HERO
--------------------------------------------------- */

.hero {
    display: grid;
    gap: 24px;
}

@media screen and (max-width: 599px) {
    .hero {
        gap: 16px;
    }
}


/* PHOTO
--------------------------------------------------- */

.photo-box img {
    border-radius: 14px;
}

.caption {
    font-size: 80%;
    margin-top: 4px;
    padding: 0 .5em;
}

@media screen and (max-width: 599px) {
    .photo-line li:first-child {
        flex-basis: 100%;
        padding: 5% 10%;
        background: #FFF;
    }
    .photo-line li:last-child {
        flex-basis: 100%;
        padding: 0 10% 5%;
        background: #FFF;
    }
}


/* Goods
--------------------------------------------------- */

.goods-box {
    margin: 24px auto;
    display: flex;
    gap: 24px;
    justify-content: center;
    align-items: center;
}

.goods-box img {
    width: 50%;
    height: auto;
}

@media screen and (max-width: 459px) {
    .goods-box {
        display: block;
    }
    .goods-box img {
        width: 100%;
        margin-bottom: 24px;
    }
}


/* DETAIL
--------------------------------------------------- */

.detail-box {
    display: grid;
    padding: 0 0 0 24px;
    color: #333;
    gap: 24px;
}

.detail-box div p {
    margin-bottom: 1em;
    padding: 5px;
    background: #3bafff;
    color: #FFF;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.editor {
    font-size: 80%;
    ;
    text-align: right;
}

@media screen and (max-width: 1024px) {
    .detail-box {
        width: 100%;
        padding: 40px;
        gap: 24px;
    }
    .detail-box div p {}
}

@media screen and (max-width: 599px) {
    .detail-box {
        padding: 16px;
    }
    .detail-box div p {
        font-size: 1.0rem;
    }
}


/* CAMPAIGN
--------------------------------------------------- */

.campaign-area {
    display: grid;
    padding: 40px;
    background: #FFFFFF;
    gap: 16px;
}

.points-area {
    display: grid;
    padding: 8px;
    background: #FFFFFF;
    gap: 8px;
}

.points-area p {
    padding: 0 1em;
    font-size: 90%;
    line-height: 1.4;
}

@media screen and (max-width: 1024px) {
    .campaign-area {
        padding: 24px;
    }
}

@media screen and (max-width: 599px) {
    .campaign-area {
        padding: 16px;
    }
}

@media screen and (max-width: 376px) {
    .campaign-area {}
}


/* MOVIE
--------------------------------------------------- */

.contents .movie iframe {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
}

@media all and (max-width: 1024px) {}

@media all and (max-width: 599px) {}


/* BUTTON
--------------------------------------------------- */

a.btn-ticket {
    display: block;
    max-width: 480px;
    width: 80%;
    margin: 0 auto;
    padding: .75em 1em;
    color: #FFF!important;
    border: 1px solid #3bafff;
    background: #3bafff;
    border-radius: 40px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

a.btn-ticket span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    position: relative;
}

a.btn-ticket:hover {
    color: #3bafff !important;
}

a.btn-ticket span:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFF;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

a.btn-ticket span:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #3bafff;
    border-right: 3px solid #3bafff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}

.btn-ticket:hover {
    color: #3bafff;
    background: #ffe500;
    border: 1px solid #3bafff;
    text-decoration: none!important;
}

@media screen and (max-width: 1024px) {
    a.btn-ticket span {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 599px) {
    a.btn-ticket {
        font-size: 1.4rem;
    }
    a.btn-ticket span {
        font-size: 1.4rem;
    }
}