/* =========================================================
	page
========================================================= */
#wrap {
    background-color: #2C1606;
}

#content {
    overflow-x: hidden;
}



@media (max-width: 950px) {
section.read_area{
padding:100px 0 0 0;
}
}

section h2 {
    font-weight: bold;
    font-size: 3.2rem;
    margin: 0 0 20px 0;
    text-align: center;
}

section h2 span {
    display: block;
    margin: 0 auto 20px auto;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1em;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 0.5em 1em;
    text-align: center;
}

.border_wrap {
    padding: 3px 0;
    background-color: #f5f5f5;
}

.border_wrap > div {
    padding: 20px 40px 20px 40px;
}

.image_area {
    position: relative;
    padding: 50px 20px 50px 20px;
    background-color: #FED02F;
    margin: 0 0 150px 0;
}

.image_area .list_area {
    max-width: 960px;
    margin: 0 auto 0 auto;
    padding: 0 20px 0 20px;
}

.image_area::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #FED02F transparent;
}


.image_area::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: #FED02F transparent transparent transparent;
}



/* --------------------
	content_area
-------------------- */
.content_area {
    position: relative;
    padding: 50px 20px 50px 20px;
}

.content_block {
    max-width: 920px;
    margin: 100px auto 100px auto;
}

.common__section--title {
    text-align: left;
    font-size: 4.0rem;
    font-weight: bold;
    margin: 0 0 60px 0;
}


#biohazardvr {
    background-color: #333333;
}

#biohazardvr::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 0 0 100vw;
    border-color: transparent transparent transparent #333333;
}

#biohazardvr::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 100px 0;
    border-color: transparent #333333 transparent transparent;
}

section.white {
    color: #ffffff;
}

section.white h2 span {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

section.white .slick-dots li button:before,
section.white .slick-dots li.slick-active button:before {
    color: #ffffff;
}

#rockmanvr {
    background-color: #1797CA;
}

#rockmanvr::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #1797CA transparent;
}

#rockmanvr::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 100vw 0 0;
    border-color: #1797CA transparent transparent transparent;
}

/* --------------------
	read
-------------------- */
video {
    width: 100%;
}

.read_wrap {
    max-width: 920px;
    padding: 0 20px;
    margin: 0 auto 70px auto;
}

.read_wrap h1 {
    margin-bottom: 30px;
    color: #212121;
    font-size: 32px;
    font-weight: bold;
    font-family: Helvetica;
    line-height: 2em;
    text-align: center;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

.read_wrap p {
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    margin: 0 0 1em 0;
}

/* --------------------
	list
-------------------- */
.list_area {
    max-width: 960px;
    margin: 0 auto 100px auto;
    padding: 0 20px 40px 20px;
}

.list_area ul {
    display: flex;
    flex-wrap: wrap;
}

.list_area li {
    display: block;
    padding: 0 15px 15px 15px;
}

.list_area.col4 li {
    width: 25%;
}

.list_area.col3 li {
    width: 33.33%;
}

.list_area li p {
    text-align: center;
    padding: 5px 0 0 0;
}

.list_area li a {
    text-decoration: none;
    color: #333333;
}

/* --------------------
	time
-------------------- */
.time_area {
    max-width: 960px;
    margin: 0 auto 100px auto;
    padding: 0 20px 20px 20px;
}

.time_area h2 {
    color: #E72334;
}

.time_area .border_wrap {
    border: 3px solid #E72334;
    border-radius: 10px;
}

.time_area b {
    display: block;
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 2.4rem;
}

.time_area p {
    display: block;
    text-align: center;
    font-size: 1.6rem;
}

.time_area ul {
    margin: 10px 0 0 0;
}

.time_area li {
    text-align: center;
    font-size: 1.4rem;
    color: #666666;
    margin: 0 0 5px 0;
}

/* --------------------
	price
-------------------- */
.price_area {
    max-width: 960px;
    margin: 0 auto 200px auto;
    padding: 0 20px 20px 20px;
}

.price_area h2 {
    color: #1797CA;
}

.price_area .border_wrap {
    border: 3px solid #1797CA;
    border-radius: 10px;
}


.price_area br {
    display: none;
}

.price_table {
    width: 100%;
    margin: 0 auto 10px auto;
}

.price_table table {
    margin: 0 0 10px 0;
}

.price_table tr {
    border-top: 1px solid #D4D4D4;
}

.price_table tr:last-child {
    border-bottom: 1px solid #D4D4D4;
}

.price_table thead th,
.price_table thead td {
    background-color: #333333;
    color: #ffffff;
    padding: 5px 5px 5px 5px;
}

.price_table thead td {
    border-left: 1px solid #ffffff;
    text-align: right;
}

.price_table tbody th {
    background-color: #ffffff;
    width: 300px;
    font-weight: bold;
    padding: 15px 5px 15px 5px;
    width: calc(100% - 45%);
    text-align: left;
    vertical-align: middle;
}

.price_table tbody td {
    background-color: #ffffff;
    border-left: 1px solid #D4D4D4;
    text-align: right;
    padding: 15px 5px 15px 5px;
    vertical-align: middle;
    width: 15%;
}

.price_text {
    margin: 0 0 30px 0;
}

.price_text li {
    font-size: 12px;
    padding: 0 0 5px 0;
}

/* --------------------
	cation
-------------------- */
.cation_area {
    max-width: 960px;
    margin: 0 auto 100px auto;
    padding: 0 20px 20px 20px;
}

.cation_area h2 {
    color: #FED02F;
}

.cation_area h3 {
    font-weight: bold;
    margin: 0 0 10px 0;
}


.cation_area .border_wrap {
    border: 3px solid #FED02F;
    border-radius: 10px;
}

.cation_text {
    margin: 0 0 30px 0;
}

.cation_text li {
    font-size: 12px;
    padding: 0 0 5px 0;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.2;
}

.cation_text li::before {
    content: "・";
}

/* --------------------
	youtube
-------------------- */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* --------------------
	slick
-------------------- */
.slick-main {
    margin: 0 0 10px 0;
}

.slick-main .slick-list div {
    background-color: #000000;
}

.slick-thum div {
    padding: 0 2px 0 2px;
}


.moviePlayer {
    display: block;
    max-width: 920px;
    margin: 0 auto;
    background-color: #000000;
}

/* --------------------
	link_pagetop
-------------------- */
.link_pagetop {
    display: block;
    text-align: right;
    text-decoration: underline;
    font-size: 1.2rem;
    padding: 10px 0 0 0;
    color: #333333;
}

/* --------------------
	attention
-------------------- */
#attention {
    max-width: 920px;
    margin: 100px auto 100px auto;
}

#attention p {
    color: #333333;
    font-size: 12px;
    margin: 0 0 0.25em 0;
}

@media (max-width: 1000px) {}

@media (max-width: 767px) {
    section h2 span {
        font-size: 24px;
    }
}

@media (max-width: 413px) {
    section h2 span {
        font-size: 18px;
    }
}

@media (max-width: 319px) {}
