﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap&text=*');

article.marvel {
    margin-bottom: 0;
    background-color: #000;
    color: #FFF;
    overflow-x: hidden;
    background-image: url("/v2/pc/img/campaign/marvel-movie/mv_bg.jpg");
    background-position: top;
    background-repeat: no-repeat;
}

header {
	margin-bottom: 0;
}

#container {
	margin: 30px 0;
    max-width: 100%;
    min-width: auto;
	display: block;
}

article.marvel a:hover {
    opacity: 0.8;
}

/* ------------------------
　menu
------------------------ */
.menu_wrap {
    z-index: 999;
    position: fixed;
    right: 0;
    transition: .2s;
}

/* menu_toggleBtn */
.menu_toggleBtn {
    z-index: 999;
    width: 75px;
    height: 75px;
    background-color: #000;
    top: 0;
    right: 0;
    border: none;
    position: absolute;
    padding: 16px 12px;
}

.menu_inner {
}

.menu_line {
    display: block;
    margin: 0;
    border: none;
    width: 67%;
    height: 6.7%;
    background: #fff;
    transform-origin: 0% 50%;
    position: absolute;
    top: 16px;
    left: 17%;
    transition: .3s;
}

.menu_line:nth-of-type(2) {
    top: 35px;
}

.menu_line:nth-of-type(3) {
    top: 54px;
}

.-close .menu_line {
    left: 28%;
}

.-close .menu_line:nth-of-type(1) {
    transform: rotate(45deg);
    top: 18px;
}

.-close .menu_line:nth-of-type(2) {
    opacity: 0;
}

.-close .menu_line:nth-of-type(3) {
    top: 54px;
    transform: rotate(-45deg);
}

.menu_menu {
    font-size: 20px;
    font-family: Arial, "Helvetica Neue", Helvetica;
    position: absolute;
    bottom: 10px;
    color: #FFF;
    text-align: center;
    left: 0;
    right: 0;
    font-weight: 500;
}

.-close .menu_menu {
    display: none;
}

/* btn-wrapper */
.btn-wrapper {
    position: absolute;
    padding: 0;
    width: 320px;
    background-color: #6e6e64;
    z-index: 999;
    top: 75px;
    margin: 0;
    display: none;
    border: solid 4px #000;
    width: fit-content;
}

.btn-wrapper.-open {
    right: 0;
    display: block;
}

.btn-wrapper a {
    display: flex;
    height: 110px;
    margin: 0;
    font-size: 26px;
    color: #FFF;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    padding: 18px;
    text-decoration: none;

}

.btn-wrapper a::after {
    content: "";
    width: 17px;
    height: 25px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-image: url("/v2/pc/img/campaign/marvel-movie/arrow.svg");
}

.btn-wrapper a + a {
    border-top: solid 4px #000;
}

.btn-wrapper a p {
    white-space: nowrap;
    font-weight: bold;
}

.btn-wrapper .menuBtn_peripheral p {
    padding-left: 110px;
}

.btn-wrapper .menuBtn_games p {
    padding-left: 130px;
}


/* ------------------------
　mv
------------------------ */
.top_section {
    width: 1000px;
    margin: 0 auto 30px;
    justify-content: center;
}

.top_section h1 {
    display: flex;
    width: 1000px;
}

.top_section h1 img {
    width: 100%;
    height: auto;
}

/* ------------------------
　Carousel
------------------------ */
.carousel_wrap {
    margin-bottom: 36px;
}

.marvel-slider {
    overflow: hidden;
    padding-bottom: 38px;
}

.marvel-slider .swiper-slide {
    width: 284px;
    text-align: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.6;
}

.marvel-slider .swiper-wrapper {
    align-items: center;
}

.marvel-slider .swiper-slide-active {
    width: 360px;
    opacity: 1;
}

.marvel-slider .swiper-slide p {
    color: #0ff;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1;
    visibility: hidden;
}

.marvel-slider .swiper-slide-active.swiper-slide p {
    visibility: visible;
}

.marvel-slider .swiper-slide img {
    width: 100%;
    height: auto;
}

.marvel-slider .swiper-slide-active img {
    border: solid 1px #0ff;
}

.marvel-slider .swiper-pagination-bullet {
    background: #c8c8c8;
    opacity: 1;
}

.marvel-slider .swiper-slide a {
    pointer-events: none;
}

.marvel-slider .swiper-slide.swiper-slide-active a {
    filter: drop-shadow(0px 0px 6px rgb(0 255 255));
    pointer-events: visiblePainted;
}

.swiper-pagination {
    bottom: 0;
}

.marvel-slider .swiper-pagination-bullet-active {
    background: #0ff;
    opacity: 1;
}

/* ------------------------
　Anchor
------------------------ */
.anchor_wrap {
    width: 1000px;
    display: flex;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: center;
    gap: 2.5px;
    filter: drop-shadow(0px 0px 4px rgb(0 255 255));
}

.anchor_item {
    position: relative;
    width: 240px;
}

.anchor_item img {
    width: 240px;
    height: auto;
}

.anchor_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 185px;
    height: 28px;
    border-radius: 999px;
    background: linear-gradient(to bottom, #d2d2d2 0%, #e8e8e8 50%, #d2d2d2 50%, #bebebe 100%);
    color: #000000;
    font-size: 17px;
    font-weight: 900;
    font-family: sans-serif;
    text-decoration: none;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    transition: all 0.2s ease;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    line-height: 28px;
}

.anchor_btn:hover {
    opacity: 0.8;
}

.anchor_btn::after {
    content: "";
    position: absolute;
    right: 8px;
    top: 51%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #000000;
    border-radius: 50%;
    background-image: url("/v2/pc/img/campaign/marvel-movie/arrow_anchor.svg");
    background-position: center;
    background-repeat: no-repeat;
}


/* ------------------------
　Phase
------------------------ */
#phase01,
#phase02,
#phase03,
#phase04,
#phase05 {
    width: 1000px;
    margin: 40px auto 0;
}

#phase05 {
    margin-bottom: 120px;
}

.item_wrap {
    padding: 70px 0 53px;
    background-color: #333;
    box-shadow: inset 0 0 50px 14px #000;
}

.item_wrap h3 {
    font-size: 35px;
    text-align: center;
    line-height: 1;
    margin-bottom: 29px;
}

.item_wrap h3 span {
    display: block;
    font-size: 26px;
    line-height: 1.6;
}

.item_wrap h3 .item_catch {
    display: block;
    font-size: 26px;
    line-height: 1.6;
    font-weight: bold;
}

.item_wrap h3 .item_title {
    display: block;
    font-size: 35px;
    line-height: 1.4;
    font-weight: bold;
}

.item_wrap h3 span.asterisk {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    display: inline;
    position: relative;
    top: -10px;
}

.item_wrap h4 {
    background-color: #6e6e64;
    font-size: 24px;
    height: 40px;
    line-height: 40px;
    margin: auto;
    padding-left: 10px;
    text-align: left;
}

.intro {
    width: 880px;
    margin: auto;
}

.item_wrap h4 span {
    font-size: 16px;
    margin-left: 15px;
    font-weight: bold;
}

.intro h4 {
    margin-bottom: 24px;
    font-weight: bold;
}

.intro_content {
    display: flex;
    justify-content: space-between;
}

.intro_content .intro_jacket {
    width: 198px;
    filter: drop-shadow(3px 3px 3px rgb(0 0 0 / 75%));
    margin-bottom: 20px;
}

.intro_content .intro_jacket img {
    width: 100%;
    height: auto;
}

.rental_links {
    font-size: 17px;
    width: 160px;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.format_dvd {
    margin-bottom: 22px;
}

.format {
    margin-bottom: 6px;
    line-height: 1;
    font-weight: bold;
}

.btn_delivery + .format {
    margin-top: 20px;
}

.btn_stock,
.btn_delivery {
    color: #FFF;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: solid 2px #FFF;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
}

.btn_stock {
    background-color: #c80000;
    margin-bottom: 10px
}

.btn_delivery {
    background-color: #0078ff;
}

.btn_stock.-disabled,
.btn_delivery.-disabled {
    pointer-events: none;
    position: relative;
}

.btn_stock.-disabled::after,
.btn_delivery.-disabled::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 161px;
    height: 41px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 2px;
}

.intro_content_right {
    width: 638px;    
}

.description {
    font-size: 20px;
    margin-bottom: 44px;
}

.youtube-outer-wrapper {
    border-top: none;
    padding: 0;
    width: 638px;
}

/* ------------------------
　recommend
------------------------ */
.recommend {
    margin-bottom: 110px;
}

.recommend_item_wrap {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.recommend h2 {
    text-align: center;
    font-size: 24px;
    width: 640px;
    height: 160px;
    margin: 0 auto 72px;
    background-image: url(/v2/pc/img/campaign/marvel-movie/recommend_top.png), url(/v2/pc/img/campaign/marvel-movie/recommend_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.recommend_item {
    display: flex;
    padding: 60px 0 52px;
    background-color: #333;
    box-shadow: inset 0 0 30px 14px #000;
    width: 500px;
    flex-direction: column;
    justify-content: flex-end;
}

.recommend_item h3 {
    font-weight: bold;
    font-size: 28px;
}

.recommend_item01 h3 {
    margin-bottom: 33px;
}
.recommend_item02 h3,
.recommend_item03 h3,
.recommend_item04 h3 {
    margin-bottom: 14px;
}

.recommend_item .recommend_jacket {
    width: 198px;
    margin: 0 auto 25px;
}

.recommend_item .recommend_jacket img {
    width: 100%;
    height: auto;
}


.recommend_item h3 {
    text-align: center;
}

.recommend_item .rental_links {
    display: flex;
    flex-direction: row;
    width: 360px;
    justify-content: space-between;
    margin: 0 auto;
}

.recommend_item .format_group {}

.recommend_item .format_dvd {
    width: 160px;
}

.recommend_item .format_bluray {
    width: 160px;
}

.recommend_item .btn_delivery {
    margin: 0;
}

/* ------------------------
    Countdown
------------------------ */
.countdown_wrap {
    
}

.countdown_wrap img {
    width: 550px;
    margin: 0 auto 44px;
    display: block;
}

.countdown_inner {
    width: 700px;
    height: 256px;
    background-image: url(/v2/pc/img/campaign/marvel-movie/countdown_top.png), url(/v2/pc/img/campaign/marvel-movie/countdown_bottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
    margin: 0 auto 132px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.countdown_wrap p.countdown_text {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 14px;
}

.countdown_timer {
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.cdt_num {
    font-size: 100px;
    font-family: Arial;
    color: #ff0000;
    padding-left: 20px;
    padding-right: 4px;
    font-weight: bold;
}

.cdt_num.cdt_day {
    color: #0078ff;
    padding-left: 0;
    font-weight: bold;
}

.cdt_unit {
    font-size: 50px;
    font-weight: bold;
}

/* ------------------------
　Copyright
------------------------ */
.bottom_text {
    border-top: none;
    width: 957px;
    margin: auto;
}

.bottom_text .copyright {
    font-size: 16px;
    text-align: left;
    margin-top: 0;
}