/* sp ver*/
@media only screen and (max-width: 640px) {
/* common */
body.dvd {
    width: 100vw;
    height: auto;
    background: none;
    overflow-x: hidden;
}
.dvd section  {
    width: 100vw;
	color: #191428;
    position: relative;
    z-index: 10;
}
.dvd section img {
	width: 100%;
	height: auto;
}

/* header */
.dvd #header {
    width: 100vw;
}
#header .header_nav .header_nav_btn span {
    border-bottom: solid 1px #3860b8;
}

/* dvd_bg */
.dvd .dvd_bg {
    width: 100vw;
    height: 100vh;
    background: url(../img/dvd/dvd_bg.png) center center / cover no-repeat;
    z-index: 1;
    background-attachment: fixed;
    position: fixed;
    left: 0px;
    top: 0px;
}

/* dvd_title */
.dvd .dvd_title {
    background: url(../img/dvd/main_bg.png) center bottom / cover no-repeat;
}
.dvd_title h1 {
    width: 18.8vw;
    padding-top: 15px;
    margin-left: calc(100% - 15px);
    margin-bottom: 4.5vh;
    transform: translateX(-100%);
}
.dvd_title .h1_small {
    width: 100%;
    font-family: Amiri, sans-serif;
    text-align: center;
    font-size: 8vw;
    line-height: 1;
    letter-spacing: 0.07em;
    color: #2565bd;
    margin-bottom: 4vh;
}
.dvd_title .dvd_mainvisual {
    width: 100%;
    padding-bottom: 4.8vh;
}
.dvd_title .dvd_mainvisual .movie {
    width: calc(100% - 30px);
    height: calc(56.2vw - 17px);
    margin-left: 15px;
    margin-bottom: 40px;
}
.dvd_title .dvd_mainvisual .movie iframe {
    width: 100%;
    height: 100%;
}
.dvd_mainvisual .dvd_datearea {
    padding-left: 15px;
    width: calc(100% - 30px);
    margin-top: -3vh;
}

/* dvd_digital */
.dvd .dvd_digital {
    width: 84.4vw;
    padding: 40px 7.8vw 35px;
    background: #e2eef3;
}
.dvd_digital h2 {
    text-align: center;
    margin-bottom: 27px;
}
.dvd_digital .h2_small {
	margin-bottom: 30px;
}
.dvd_digital .bnr_list {
    display: flex;
}
.dvd .dvd_digital .bnr_list li {
    flex-grow: 1;
    margin-right: 3px;
    margin-bottom: 3px;
}
.dvd .dvd_digital .bnr_list li:nth-last-child(1) {
	margin-right: 0px;
}
.dvd_digital .small {
    font-size: 3.46vw;
    line-height: 1.5;
    margin-top: 30px;
}
/* dvd_category */
.dvd .dvd_category {
    margin-bottom: 30px;
}
.dvd .dvd_category .categort_ttl {
    padding: 10px 0px;
}
.dvd .dvd_category .categort_ttl {
    width: 100vw;
    background: rgba(5,103,222,1);
	background: -moz-linear-gradient(left, rgba(5,103,222,1) 0%, rgba(127,213,226,1) 100%);
	background: -webkit-linear-gradient(left, rgba(5,103,222,1) 0%, rgba(127,213,226,1) 100%);
	background: -o-linear-gradient(left, rgba(5,103,222,1) 0%, rgba(127,213,226,1) 100%);
	background: -ms-linear-gradient(left, rgba(5,103,222,1) 0%, rgba(127,213,226,1) 100%);
	background: linear-gradient(to right, rgba(5,103,222,1) 0%, rgba(127,213,226,1) 100%);
}
.dvd .dvd_category .categort_ttl img {
    width: 84.4vw;
    margin-left: 7.8vw;
}
.dvd .dvd_category.dvd_yuki .categort_ttl img {
    width: 19.4vw;
    margin-left: 40.3vw;
}
.dvd .dvd_category.dvd_dvd .categort_ttl {
	background: rgba(92,176,236,1);
	background: -moz-linear-gradient(left, rgba(92,176,236,1) 0%, rgba(101,180,236,1) 37%, rgba(255,178,200,1) 79%, rgba(255,178,200,1) 100%);
	background: -webkit-linear-gradient(left, rgba(92,176,236,1) 0%, rgba(101,180,236,1) 37%, rgba(255,178,200,1) 79%, rgba(255,178,200,1) 100%);
	background: -o-linear-gradient(left, rgba(92,176,236,1) 0%, rgba(101,180,236,1) 37%, rgba(255,178,200,1) 79%, rgba(255,178,200,1) 100%);
	background: -ms-linear-gradient(left, rgba(92,176,236,1) 0%, rgba(101,180,236,1) 37%, rgba(255,178,200,1) 79%, rgba(255,178,200,1) 100%);
	background: linear-gradient(to right, rgba(92,176,236,1) 0%, rgba(101,180,236,1) 37%, rgba(255,178,200,1) 79%, rgba(255,178,200,1) 100%);
}
.dvd .dvd_category .category_img {
    width: 100vw;
    margin-top: 30px;
    margin-bottom: 40px;
}
.category_content .category_text {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin-bottom: 40px;
}
.dvd .dvd_category .text_block {
    font-size: 3.73vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
}
.dvd .dvd_category .text_block {
    margin-bottom: 10px;
}
.dvd .dvd_category .text_block span {
    font-size: 4.26vw;
    font-weight: bold;
}
.dvd .dvd_category .text_block span.small {
    font-size: 3.46vw;
    font-weight: normal;
}
.dvd .detail_btn {
    font-size: 4vw;
    letter-spacing: 0.05em;
    padding-left: 15px;
    position: relative;
    text-decoration: underline;
}
.dvd .detail_btn:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 7px;
	background: url(../img/dvd/icon_triangle.png) center center / contain no-repeat;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.dvd .purchase_area {
    padding: 30px 10px;
    width: calc(100vw - 50px);
    margin-left: 15px;
    background: #2565bd;
}
.dvd .purchase_area .area_ttl {
    margin-bottom: 25px;
}
.dvd .purchase_area .bnr_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.dvd .purchase_area .bnr_list li {
	width: calc(50vw - 30px);
	margin-right: 10px;
	margin-bottom: 10px;
}
.dvd .purchase_area .bnr_list li:nth-child(even) {
	margin-right: 0px;
}
.dvd .purchase_area .small {
    color: #fff;
	margin-top: 20px;
	font-size: 3.46vw;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.dvd .dvd_category.dvd_yuki .category_img {
    width: 44vw;
    margin-left: 31vw;
    margin-bottom: 20px;
    margin-top: 40px;


}
/* footer */
.dvd #footer {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    background: url(../img/dvd/dvd_bg_footer.png) center bottom / contain no-repeat;
    padding-top: 100px;
}
.dvd #footer .comment_btn {
    width: 57.6vw;
    height: 16.7vw;
    background: #0c0f33;
    margin-left: 21.2vw;
    margin-bottom: 100px;
}
.dvd #footer .comment_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dvd #footer .comment_btn img {
    width: 38vw;
    height: auto;
}
.dvd #footer .footer_main {
    background: none;
    padding: 0px 0 20px 0;
}



    /* . */
}
