.home .top-visual-wrapper {
    position: relative;
}
.home .top-visual-wrapper--movie .swiper-area .c-btn {
    visibility: hidden;
}

.swiper-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.home .swiper-wrapper {
    background-color: #000000;
}
.home .swiper-slide {
    position: relative;
    text-align: center;
}



.swiper-slide--dsp9 .youtube-popup {
    position: absolute;
    top: 70.7318%;
    left: 0;
    display: block;
    width: 100%;
}



.home .swiper-slide > .header-image,
.home .swiper-slide > .c-btn {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-image {
    margin-top: 0;
    font-size: 0;
}

.header-image-dsp8beta-text {
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}
.header-image-dsp8beta-text img {
    width: 80%;
    max-width: 300px;
}

.p-btn-dsp8beta,
.p-btn-dsp8,
.p-btn-ds8,
.p-btn-jp8,
.p-btn-dsp7,
.p-btn-ds7,
.p-btn-jp7 {
    display: block;
    padding: 14px 0;
    font-size: 14px;
    line-height: 1;
}
.p-btn-jp8 {
    margin-bottom: 42px;
    padding: 19px 0;
}

.header-image-text-dsp8 {
    position: absolute;
    top: 12%;
    width: 100%;
    text-align: center;
}
.header-image-text-dsp8 img {
    width: 80%;
    max-width: 300px;
}

.header-image-text-ds8 {
    position: absolute;
    top: 8%;
    width: 100%;
    text-align: center;
}
.header-image-text-ds8 img {
    width: 80%;
}
.header-image-logo-ds8 {
    position: absolute;
    top: 27.5%;
    right: 5%;
    width: 42.5%;
    text-align: center;
}
.header-image-logo-ds8 img {
    width: 100%;
}

.header-image-text-jp8 {
    display: none;
}
.header-image-text-jp8-sp {
    position: absolute;
    top: 7%;
    left: 10%;
    width: 80%;
    text-align: center;
}
.header-image-text-jp8-sp img {
    vertical-align: top;
}
.header-image-logo-jp8-sp {
    position: absolute;
    top: 25%;
    top: -webkit-calc(35.5% - 32px);
    top: calc(35.5% - 32px);
    left: 50%;
    width: 45%;
}
.header-image-logo-jp8-sp img {
    vertical-align: top;
}

.swiper-slide .header-image-text-dsp8 img,
.swiper-slide .header-image-text-ds8 img,
.swiper-slide .header-image-logo-ds8 img {
    height: 0;
}
.swiper-slide-active .header-image-text-dsp8 img,
.swiper-slide-active .header-image-text-ds8 img,
.swiper-slide-active .header-image-logo-ds8 img {
    height: auto;
}


.swiper-pagination-bullet {
    background: #999999;
}
.swiper-pagination-bullet-active {
    background: #999999;
}

.swiper-ui {
    position: relative;
    margin-top: 20px;
}
.swiper-ui .swiper-pagination {
    position: static;
    line-height: 8px;
}
.swiper-ui .swiper-pagination-bullet {
    margin: 0 4px;
    border-radius: 0;
    vertical-align: top;
}
.swiper-ui .swiper-button {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    background: #ffffff;
    border: 1px solid #999999;
    border-radius: 11px;
}
.swiper-ui .swiper-button:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
}
.swiper-ui .swiper-button-prev {
    left: 50%;
    margin-left: -80px;
}
.swiper-ui .swiper-button-prev:before {
    left: 5px;
    border-width: 5px 8px 5px 0;
    border-color: transparent #666666 transparent transparent;
}
.swiper-ui .swiper-button-next {
    right: 50%;
    margin-right: -80px;
}
.swiper-ui .swiper-button-next:before {
    right: 5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #666666;
}
.swiper-ui .swiper-button:hover {
    border-color: #666666;
}
.swiper-ui .swiper-button-prev:hover:before {
    border-right-color: #333333;
}
.swiper-ui .swiper-button-next:hover:before {
    border-left-color: #333333;
}

.movie-button {
    bottom: 130px;
    cursor: pointer;
    background-color: #000000;
    font-weight: bold;
}
.movie-button:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 24px;
    background: url(/files/images/icon-youtube.png) no-repeat;
    margin-right: 0.5em;
    vertical-align: -6px;
}
.movie-button:hover:before {
    background-image: url(/files/images/icon-youtube-hover.png);
}



.urgent-info {
	width: 95%;
	max-width: 978px;
	margin: 20px auto;
	border: 1px solid #e2e2e2;;
	font-size: 16px;
}
.urgent-info div {
	padding: 0.75em 1em;
	background-color: #cc2937;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}
.urgent-info dl {
	margin: 0;
	padding: 0.75em 1.5em;
    line-height: 1.75;
}
.urgent-info dl dt {
	font-weight: bold;
}
.urgent-info dl dd {
  margin: 0;
}
@media screen and (min-width: 600px) {
    .home .top-visual-wrapper {
        margin-bottom: 8px;
    }

    .swiper-slide--dsp9 .youtube-popup {
        top: 70.5%;
        left: 28.8334%;
        width: 16.6667%;
    }

    .swiper-slide--dsp9pf {
        font-size: 0;
    }
    .swiper-slide--dsp9pf a {
        display: inline-block;
        width: 50%;
        font-size: 16px;
    }

    .p-bnr-dsp7beta {
        display: block;
        width: 440px;
        height: 110px;
        position: absolute;
        bottom: 12.65%;
        right: 3.75%;
    }
    .p-bnr-dsp7beta img {
        vertical-align: top;
        transition: box-shadow ease 0.15s;
    }
    .p-bnr-dsp7beta:hover img {
        box-shadow: 0 0 10px #ffffff;
    }

    .header-image-dsp8beta-text img {
        width: 600px;
        max-width: none;
    }

    .p-btn-dsp8beta {
        position: absolute;
        right: 50px;
        bottom: 50px;
        width: 380px;
        padding: 21px 0;
        font-size: 18px;
    }
    .p-btn-dsp7,
    .p-btn-ds7 {
        position: absolute;
        left: 28.6667%;
        bottom: 12.5%;
        width: 254px;
        margin-left: -127px;
        padding: 21px 0;
        font-size: 18px;
    }
    .p-btn-jp7 {
        position: absolute;
        right: 14.3334%;
        bottom: 12.5%;
        width: 254px;
        margin-left: -127px;
        padding: 21px 0;
        font-size: 18px;
    }

    .home .top-visual-wrapper:before {
        content: "";
        display: block;
        padding-top: 50%;
        transition: padding-top 0.25s ease;
    }
    .home .top-visual-wrapper.top-visual-wrapper--movie:before {
        padding-top: 56.25%;
    }
    .home .swiper-area {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .header-image-text-dsp8 {
        top: 15%;
    }
    .header-image-text-dsp8 img {
        width: auto;
        max-width: none;
    }

    .header-image-text-ds8 {
        top: 16%;
    }
    .header-image-text-ds8 img {
        width: auto;
    }
    .header-image-logo-ds8 {
        top: 33%;
        right: 50px;
        width: 40%;
    }

    .header-image-text-jp8 {
        position: absolute;
        top: 33.5%;
        right: 8.5%;
        display: block;
        width: 40%;
    }
    .header-image-text-jp8 img {
        max-height: none;
        vertical-align: top;
    }
    .header-image-text-jp8-sp,
    .header-image-logo-jp8-sp {
        display: none;
    }

    .p-btn-dsp8,
    .p-btn-ds8,
    .p-btn-jp8 {
        position: absolute;
        right: 50px;
        bottom: 50px;
        width: 380px;
        padding: 21px 0;
        font-size: 18px;
    }
    .p-btn-jp8 {
        margin-bottom: 0;
    }

    .movie-button {
        bottom: 130px;
        width: 376px;
        padding: 19px 0;
        border: 2px solid #ffffff;
    }
    .movie-button.c-btn--gray,
    .movie-button.c-btn--gray:hover {
        background: rgba(0, 0, 0, 0.4);
    }
    .movie-button:before {
        vertical-align: -5px;
    }
}



.movie-area {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    visibility: hidden;
    transition: padding-top 0.25s ease;
}
.movie-area.visible {
    visibility: visible;
}
.movie-area.full-height {
    padding-top: 56.25%;
}
@media screen and (min-width: 600px) {
    .movie-area {
        right: 0;
        bottom: 0;
    }
}

.yp-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.yp-wrapper.visible {
    opacity: 1;
}
.yp-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    opacity: 0;
}
.movie-area.movie-bg-bk .yp-wrapper,
.movie-area.movie-bg-bk .yp-wrapper iframe {
    background-color: #000000;
}
.movie-area.movie-bg-wh .yp-wrapper,
.movie-area.movie-bg-wh .yp-wrapper iframe {
    background-color: #fafafa;
}
.close-button {
    position: absolute;
    top: 100%;
    right: 0;
    overflow: hidden;
    height: 0;
    background-color: #ffffff;
    transition: height 0.25s ease;
}
.close-button.visible {
    height: 42px;
}
.close-button .c-btn {
    display: inline-block;
    padding: 10px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}
.close-button .c-btn b {
    margin-left: 6px;
}
