*, *::before, *::after {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

html {
    font-size: 100%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    color: #666;
    background-color: #000;
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    overflow-x: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.6rem; 
    font-weight: 700;
    line-height: 1.3;
}

ul, ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
}

.pc-only { display: block; }
.sp-only { display: none; }

@media (max-width: 767px) {
    .pc-only { display: none; }
    .sp-only { display: block; }
}


/* mv */
.mv-block img {
    width: 100%;
}












.custom-play-button {
    width: 68px; 
    height: 48px;
    background-color: #ff0000;
    border-radius: 12px;
    position: relative;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.play-arrow {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
}



ul.sns {
    display: flex;
    justify-content: center;
    gap: 2.3rem;
    list-style: none;
}
ul.sns > li > a {
    display: block;
    width: 1.7rem;
    height: 0;
    padding-top: 2.0rem;
    overflow: hidden;
    line-height: 1.5;
    background-image: url(../img/icon_x.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
ul.sns li.sns-tt > a {
    background-image: url(../img/icon_tt.png);
}
ul.sns li.sns-insta > a {
    background-image: url(../img/icon_insta.png);
}
ul.sns li.sns-fb > a {
    background-image: url(../img/icon_fb.png);
}
ul.sns li.sns-line > a {
    background-image: url(../img/icon_line.png);
}
ul.sns li.sns-yt > a {
    background-image: url(../img/icon_yt.png);
}
ul.sns li.sns-share > a {
    background-image: url(../img/icon_share.png);
}
ul.sns li.sns-share {
    position: relative;
    line-height: 1;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
}
.share-btn {
    display: flex;
    position: absolute;
    right: -1em;
    top: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    overflow: visible;
}
.sns-share.active .share-btn {    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.share-btn li {
    display: inline-flex;
    align-items: center;
    min-width: 80px;
    min-height: 20px;
    vertical-align: top;
    overflow: visible !important;
}
.share-btn li:first-child {
    padding-right: 1.3rem;
    overflow: hidden !important;
}

.fb-share-button span, 
.fb-share-button iframe {
    min-width: 80px !important;
    min-height: 20px !important;
    width: auto !important;
}

#twitter-widget-0, 
.twitter-share-button {
    width: 76px !important; 
    height: 20px !important;
    visibility: visible !important;
}

.share-btn {
    display: flex;
    position: absolute;
    right: -1em;
    top: calc(100% + 2px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    white-space: nowrap;
    pointer-events: none;
    overflow: visible;
}
.sns-share.active .share-btn {    
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.share-btn li {
    display: inline-flex;
    align-items: center;
    min-width: 80px;
    min-height: 20px;
    vertical-align: top;
    overflow: visible !important;
}
.share-btn li:first-child {
    padding-right: 1.3rem;
    overflow: hidden !important;
}


.fb-share-button span, 
.fb-share-button iframe {
    min-width: 80px !important;
    min-height: 20px !important;
    width: auto !important;
}

/*Xオリジナルボタン*/
.custom-x-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #fff !important;
    height: 22px;
    min-width: 76px;
    padding: 0 12px;
    box-sizing: border-box;
    border-radius: 9999px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    transition: background-color 0.2s;
}

@media (hover: hover) {
    .custom-x-btn:hover {
        background-color: #272c30;
        opacity: 1 !important;
    }
}

.x-icon {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z' fill='white'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    flex-shrink: 0;
}

.x-text {
    line-height: 1;
    white-space: nowrap;
}


/*top*/
.pc-mv-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/mv_bg_ver2_pc.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;    
}

.mv-wrapper {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    padding-top: 5%;
}

.mv-wrapper h1 {
    width: 48.21cqi;
    text-align: center;
    position: absolute;
    left: 7.14cqi;
    top: 22.5cqi;
}
em.pres-by,
span.ttl {
    display: block;
}

.pres-by img {
    width: 25.29%;
    margin-bottom: -0.5rem;
}
.ttl img,
.mv-wrapper ul img,
.mv-sub-cpopy img,
.mv-copy img,
.roadshow img {
    width: 100%;
}

.mv-wrapper ul {    
    width: 42.28cqi;/*1400→592*/
    position: absolute;
    left: 10.35cqi;
    top: 17cqi;
    display: flex;
    justify-content: space-between;
}

.mv-wrapper ul li:nth-child(1) {
    width: 32.6%;
}
.mv-wrapper ul li:nth-child(2) {
    width: 33.27%;
}
.mv-sub-cpopy {
    width: 9cqi;
    position: absolute;
    top:43.71cqi;
    right: 9.71cqi;
}
.mv-copy {
    width: 55.42cqi;
    position: absolute;
    left: 4cqi;
    top: 6.42cqi;
}
.roadshow {
    width: 36cqi;
    position: absolute;
    left: 12.85cqi;
    top: 36.85cqi;
}
.credit {
    width: 13.71cqi;
    position: absolute;
    top:44.25cqi;
    left: 24.85cqi;
}
.mv-wrapper ul.link-bns {
    width: fit-content;
    position: absolute;
    left: 2.14cqi;
    top: 51.28cqi;
    display: flex;
    gap: 0 20px;
}
.mv-wrapper ul.link-bns li:nth-child(2) {
    width: inherit;
}


/*movieticket*/
#movieticket {
    width: 100%;
    height: 0;
    padding-top: 5.42rem;
    position: relative;
    z-index: 1;
     background-image: url(../img/movticket_bg.png);
    background-size: cover;    
}
#movieticket li {
    position: absolute;
    left: 3.2%;
    top: -1.87rem;
    background-color: #000;
}
.movticket-link,
.x-campaign {
    cursor: pointer;
    transition: opacity 0.3s;
}

/*movie*/
.video-block {
    padding: 4.62rem 0 4.62rem;
}

.video-block h2 {
    text-align: center;
    color: #f55c27;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: clamp(1.625rem, 0.853rem + 3.43vw, 2.5rem); /* 26-40px 360-768px  */
    margin-bottom: 1.3em;
}

.movie-box {
    width: 66.42%;
    margin: 0 auto;
    overflow: hidden;
}

.movie-wrap {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
    background-color: #000;
}

.movie-wrap iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.video-poster {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-play-button {
    width: 68px; 
    height: 48px;
    background-color: #ff0000;
    border-radius: 12px;
    position: relative;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.play-arrow {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ffffff;
}


#page-video-nav {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 3rem;
    padding: 0 .5rem;
}
#page-video-nav button {
    width: 207px;
    color: #f6f6f6;
    font-size: clamp(0.563rem, 0.443rem + 0.53vw, 0.875rem); /* 9-14px 360-1300px */
    cursor: pointer;
    position: relative;
    transition: opacity .5s;
}
#page-video-nav button:hover {
    opacity: .6;
}
#page-video-nav button.active::before {
    display: block;
    border: 1px solid #f6f6f6;
    content: "";
    width: calc( 100% + 8px );
    aspect-ratio: 172 / 100;
    position: absolute;
    top: -4px;
    left: -4px;
}
#page-video-nav button p {
    margin-top: 1rem;
    line-height: 1.8;
}

/*footer*/
footer {
    padding: 4.0rem 0 1.0rem;
    background-color: #f6f6f6;
    text-align: center;
    color: #000000;
}
.f_copyright {
    margin-top: 3rem;
    font-size: clamp(0.75rem, 0.529rem + 0.98vw, 1rem);
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}


@media (max-width: 767px) {

    ul.sns {
        gap: 1.3rem;
    }
    ul.sns > li > a {
        width: 1.2rem;
        padding-top: 1.4rem;
    }



    #video-nav,
    #page-video-nav {
        width: 100%;
    }
    #video-nav button,
    #page-video-nav button {
        padding: 0.5rem 0.25rem;
    }

    .video-block {
        padding: 4.62rem 0 3.75rem;
    }
    .movie-box {
        width: 100%;
        padding: 0 1.0rem;
    }
    #page-video-nav {
        gap: 1rem;
        padding: 0 .5rem;
    }
    #page-video-nav button {
        width: calc( ( 100% - 2rem ) / 3 );
        padding: 0;
    }
}