@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}



ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    width: 100%;
    display: block;
    text-align: center;
}

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/* ----- clearfix ----- */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* common
--------------------------------------------------- */

.contents a {
    text-decoration: none;
}

.contents .no-pc {
    display: none;
}

.contents br.no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .xs {
    font-size: 1.2rem;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.sub-txt {
    font-size: 75%;
}

.contents em {
    color: #D3BF8F;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: .5em;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.contents .advance {
    background: #F60;
}

.contents .public {
    background: #666;
}

.contents .soldout {
    background: #999;
}

@media screen and (max-width: 1024px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp {
        display: none;
    }
    img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 480px) {
    .contents .advance,
    .contents .public,
    .contents .soldout {
        display: block;
        margin: 0 0 5px 0;
        font-size: 1.0rem;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}


/* footer
--------------------------------------------------- */

/*
 * 全体的なフッターのスタイル
 */
footer {
    position: relative;
    opacity: 1;
    margin-top: 50px;
}

/*
 * フッターの固定部分のスタイル
 */
.footer-fix {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 32px 0 24px;
    text-align: center;
    width: 100%;
    background-color: rgba(247, 247, 247);
    box-sizing: border-box;
}

.footer-fix span {
    align-items: center;
    font-size: 1.2rem;
    color: #4D4D4D;
}

.footer-fix p {
    height: 16px;
    font-size: 1rem;
    color: black;
    line-height: 16px;
    margin-top: 16px;
}

/*
 * フッターリンクのスタイル
 */
.footer-fix .footer-link a {
    margin-right: 24px;
    font-size: 1.4rem;
    color: #4D4D4D;
    text-decoration: none;
}

.footer-fix .footer-link a:hover,
.footer-txt div a:hover {
    color: #7D00BE;
    text-decoration: underline;
}

.footer-fix .footer-link a:last-child {
    margin-right: 0;
}

.footer-flex-top {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
}

.footer-flex-bottom {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.footer-icon a {
    width: auto;
}

.x-logo {
    width: 30px;
    height: 30px;
    margin: 0 auto; 
    margin-top: 5px;
}

.green-branding-logo {
    width: 220px;
    height: 56px;
    margin: 0 auto;
    margin-top: 24px;
}

.footer-icon-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


.footer-txt {
    margin: 20px auto;
    padding-bottom: 16px;
    text-align: center;
}

.footer-txt p {
    margin-bottom: 4px;
    font-size: 10px !important;
    color: black;
}

.footer-txt div a {
    color: #4D4D4D;
    text-decoration: none;
    margin-right: 20px;
    font-size: 1.4rem;
}

.footer-txt div a:last-child {
    margin-right: 0;
}

/*
 * PCプレビュー要素のスタイル (デフォルト非表示)
 */
.pc-preview {
    display: none;
}


@media only screen and (max-width: 980px) {
    .pc-preview {
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 20px auto;
    }

    .pc-preview img {
        width: 20px;
        margin-right: 8px;
    }

    .pc-preview span {
        text-align: center;
        font-size: 14px;
    }

    .pc-preview :hover {
        color: #7D00BE;
        text-decoration: underline;
    }

    .pc-preview svg {
        fill: #686868;
    }

    .pc-preview:hover svg {
        fill: #7D00BE;
    }

    .footer-fix {
        padding: 24px 24px 16px;
        text-align: left;
        justify-content: flex-start;
        flex-direction: column;
    }

    .footer-fix p {
        font-size: 1rem;
        text-align: center;
    }

    .footer-link {
        margin: 0;
        text-align: left;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .footer-fix .footer-link a {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 4px 0;
    }

    .footer-flex-top {
        width: 100%;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom {
        width: 100%;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .footer-flex-bottom a {
        margin-right: 0;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: center; 
        width: 100%;
    }

    .footer-icon a {
        width: auto;
    }
}


@media only screen and (max-width: 768px) {
    footer {
        margin-bottom: 0;
        background: white;
    }

    .pc-preview {
        width: fit-content;
        margin: 0 0 20px 0;
        justify-content: flex-start;
    }

    .footer-fix {
        text-align: left;
        width: 100%;
        align-items: flex-start;
    }

    .footer-flex-top {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-flex-bottom {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .footer-icon {
        display: flex;
        flex-direction: column;
        align-items: flex-start; 
        width: fit-content;
        margin: 0;
        gap: 14px;
    }

    .footer-icon a {
        width: auto;
        margin-top: 14px;
    }

    .x-logo,
    .green-branding-logo {
        margin: 0;
    }

    .green-branding-logo {
        width: 140px;
        height: auto;
    }

    .footer-txt {
        margin: 16px 24px 0px;
        text-align: left;
    }

    .footer-fix p {
        text-align: left;
        margin-top: 10px;
    }

    .footer-txt div a {
        font-size: 1rem;
    }

    .footer-bottom-group{
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: last baseline;
    }

    .footer-bottom-group p{
        width: fit-content;
    }


}

@media only screen and (max-width: 510px) {
    .footer-link {
        flex-wrap: wrap;
        height: auto;
        flex-direction: row;
    }
    .footer-link a {
        padding-bottom: 16px;
    }
}


/* NAVI-------------------- */

header {
    display: flex;
    width: 100%;
    padding: 6px 130px;
    align-items: center;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(14, 31, 53, 0.12), 0px 4px 8px 0px rgba(14, 31, 53, 0.08);
}
@media only screen and (max-width:1480px){
header {    
    padding: 6px 130px 6px 20px;
}
}     
header img.ticket-logo {
    width: 230px !important;
    height: auto;
}
#mobile-logo-png{
    display:none;
}
@media only screen and (max-width:1023px){
#mobile-logo-png{
    display:inline !important;
}
#desktop-logo-png{
    display:none;
}
header img.ticket-logo {
        width: 120px !important;
        height: auto;
    }
}
@media only screen and (max-width: 840px) {
    header {
        height: 64px;
        align-items: baseline !important;
    }
    header img.ticket-logo {
        width: 65px !important;
        height: auto;
    }
}
@media only screen and (max-width: 767px) {
    header {
        padding: 6px 16px;
    }
}
/* LAYOUT
--------------------------------------------------- */

article {
    display: flex;
    width: 100%;
    justify-content: center;
}

.contents {
    width: 100%;
    min-width: 320px;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}

.contents-area {
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
}

.contents-inner {
    margin-bottom: 80px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 1580px) {
    section.side {
        right: 12%;
    }
}

@media screen and (max-width: 1440px) {
    section.side {
        right: 8%;
    }
}

@media screen and (max-width: 1200px) {
    .contents-area {
        padding: 20px 20px 0;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
    section.side {
        right: 2%;
    }
}

@media screen and (max-width: 1024px) {
    article {
        display: block !important;
        gap: 0 !important;
    }
    section.main {
        width: 100%;
    }
    section.side {
        display: none;
    }
}

@media screen and (max-width: 880px) {}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-inner {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.contents h1 {
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    text-align: center;
    padding-bottom: .3em;
    margin-bottom: .5em;
    position: relative;
    line-height: 1.8;
    border-bottom: 5px solid #7d00be;
}

.contents h2 {
    width: 100%;
    max-width: 1200px;
    font-size: 2.2rem;
    font-weight: bold;
    display: block;
    border-left: 5px solid #7d00be;
    background: #f5f5f5;
    padding-left: 10px;
    margin: 32px auto 1em;
    padding: 8px;
}

.contents h3 {
    font-size: 2.4rem;
    font-weight: bold;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2rem;
        line-height: 1.3;
    }
    .contents h2 {
        font-size: 1.8rem;
    }
    .contents h3 {
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}


/* hero area
--------------------------------------------------- */

.hero-area h1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-area p {
    width: 100%;
    max-width: 1200px;
    margin: 16px auto;
}

.link-box {
    width: 100%;
    max-width: 1200px;
    margin: 34px auto 0;
    background: #f2f2f2;
    padding: 12px;
}

.link-box a {
    display: block;
    font-size: 1.6rem;
    margin: 12px;
}

.link-box a::before {
    content: url(../images/angle-down-solid.svg);
    display: inline-block;
    width: 20px;
    padding-right: 6px;
}


/* COMMENT
--------------------------------------------------- */

.cmt-list {
    display: block;
    margin: 50px auto 24px;
}

.cmt-list a:hover{
    border-bottom: solid 1px;
}

.cmt-list p {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 16px auto;
    display: block;
    max-width: 750px;
    width: 100%;
}

.cmt-list p small {
    display: block;
    margin-top: 8px;
    font-weight: normal;
}

.cmt-list img {
    width: 90%;
    max-width: 750px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .cmt-area {
        width: 100%;
        margin: 0 0 50px;
    }
    .cmt-bnr {
        margin: 0 auto !important;
        padding: 10px;
    }
    .cmt-bnr img {
        width: 75% !important;
    }
    .cmt-list-goods img {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {}


/* LINK
--------------------------------------------------- */

.link-nft,
.link-nft-w {
    width: 100%;
    text-align: center;
    padding: 32px;
    font-weight: bold;
}

.link-nft-w {
    background: #fff;
}

.link-nft-w a {
    display: flex;
    justify-content: center;
    color: #7d00be;
    width: auto;
    margin-top: 24px;
}

.link-nft a {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    color: white;
    margin: 24px auto;
    padding: 16px;
    border-radius: 50px;
    background: #7d00be;
}

.link-nft-w a img,
.link-nft a img {
    width: 20px;
    height: 20px;
    padding-top: 3px;
    margin-left: 0;
    margin-right: 0;
}

.link-nft a:hover,
.link-nft-w a:hover {
    text-decoration: none;
    opacity: .7;
}

.collection-link{
    color: #7D00BE;
}


/* DETAIL
--------------------------------------------------- */

@media screen and (max-width: 1200px) {
    .cmt-area {
        width: 65%;
    }
    .contents-area {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .cmt-area {
        width: 63%;
    }
}

@media screen and (max-width: 1024px) {
    .cmt-area {
        width: 100%;
    }
}

@media screen and (max-width: 614px) {
    .detail-btm p {
        margin: 0 auto 12px;
        line-height: 24px;
    }
}

.online-live-area {
    padding: 20px;
    border: solid 1px #666;
    margin-top: 20px;
}

.online-live-area p.online-ttl {
    border-bottom: dotted 1px #666;
    padding-bottom: .25em;
}

.online-live-area p span {
    font-weight: bold;
}

.online-live-area p+p {
    margin-top: .5em;
}

.online-live-area p+p.online-ttl {
    margin-top: 2em;
}


/* NOTES
--------------------------------------------------- */

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
    font-size: 1.4rem;
    color: #fff;
}

.notes li::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "■";
}

.notes li+li {
    margin: .5em 0 0;
}

@media screen and (max-width: 767px) {
    .notes {}
    .notes li {}
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* BUTTON
--------------------------------------------------- */

.contents .btn {
    display: block;
    width: 80%;
    margin: 50px auto;
    padding: 1em .5em;
    border: solid 1px #000;
    color: black !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    content: "";
    background-image: url(../images/button.a9de9e5.jpg);
}

.contents .detail-box .btn {
    margin: 25px auto 0;
    width: 100%;
    content: "";
    background-image: url(../images/button.a9de9e5.jpg);
    color: #000 !important;
}

.contents .btn:hover {
    color: #000 !important;
    border: solid 1px #000;
    opacity: .7;
    text-decoration: none !important;
}

.contents .detail-box .btn:hover {
    opacity: .7;
}

@media screen and (max-width: 767px) {
    .contents .btn {
        width: 80%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn {
        width: 100%;
        font-size: 1.4rem;
    }
}
