/*------------------------------------------------------- header */
header h1 {
	top: 0;
	right: 0;
}

@media screen and (max-width: 980px) {
	header h1 {
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 759px) {
	header h1 {
		right: -10px;
	}
}

/*------------------------------------------------------- content */
#container {
	margin: 32px auto 0;
	width: calc(100% - 78px);
	max-width: 1280px;
	background: url(../img/_shared/bg_board.gif) 0 0 / 250px 250px;
	border: 10px solid #000;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
}

@media screen and (max-width: 980px) {
	#container {
		width: calc( 100vw - 40px );
		margin-top: 16px;
		border: 8px solid #000;
	}
}

@media screen and (max-width: 759px) {
	#container {
		margin: 10px auto 0;
		padding: 0;
		width: calc( 100% - 20px );
	}
}

#content {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 980px;
}

@media screen and (max-width: 1170px) {
	#content{
		width: calc( 100% - 80px );
	}
}

@media screen and (max-width: 980px) {
	#content{
		width: calc( 100% - 60px );
	}
}

@media screen and (max-width: 759px) {
	#content{
		width: 100%;
		padding:0;
	}
}

#title_sp {
	display: none;
}

@media screen and (max-width: 759px) {
	#title_sp {
		display: block;
		padding: 32px 12px 20px;
	}

	#title_sp img {
		width: 100%;
	}
}

/*------------------------------------------------------- info */
#content #detail-info {
	position: relative;
	float: left;
}
@media screen and (max-width: 759px) {
	#content #detail-info {
		float: initial;
	}
}
#content #info {
	position: relative;
	background: #000;
	float: left;
	font-size: 45px;
	font-weight: 700;
	text-anchor: middle;
	color: #cdb499;
	width: 294px;
	margin: 0 0 40px 0;
	padding: 0 10px 10px;
}

@media screen and (max-width: 980px) {
	#content #info{
		width: 280px;
	}
}

@media screen and (max-width: 910px) {
	#content #info{
		width: 240px;
	}
}

@media screen and (max-width: 759px) {
	#content #info{
		margin: 0 0 40px;
		padding-bottom: 10px;
		width: 100%;
	}
}

#content #info #item_image {
	margin: 0 auto;
	padding: 42px 15px 20px 15px;
	text-align: center;
}

@media screen and (max-width: 980px) {
	#content #info #item_image {
		margin-top: 20px;
		padding: 24px 15px;
	}
}

@media screen and (max-width: 759px) {
	#content #info #item_image {
		margin:40px auto 30px auto;
		padding:0 20px;
	}
}

#content #info #item_image img,
#content #info #item_price img{
	width: 100%;
	display: block;
}

#content #info #item_price {
	margin: 0 auto 0 0;
	padding: 0 10px 0;
	text-align: center;
}

@media screen and (max-width: 759px) {
	#content #info #item_price {
		padding: 0 10px 0;
		background: none;
	}
}

#textDate {
	width: 100%;
	height: auto;
	display: block;
	margin: 18px auto 24px;
}

#textPrice {
	width: 60%;
	height: auto;
	display: block;
	margin: 18px auto 0;
}

#textDatePrice {
	display: none;
}

	#textDatePrice {
		display: block;
		margin: 20px auto;
	}
}

@media screen and (max-width: 759px) {
	#content #info #item_price p {
		height: 10px;
		padding: 0;
		line-height: 0.01em;
	}
}

#content #info #item_price p img {
	width: auto;
	height: 13px;
	margin: 0 auto;
}

@media screen and (max-width: 759px) {
	#content #info #item_price p img {
		display: none;
	}
}

#content #info .line {
	padding-bottom: 32px;
	position: relative;
	background: linear-gradient(to left, rgba(199,169,135,1) 70%, rgba(199,169,135,0) 0%) repeat-x -3px bottom / 20px 3px;
}

#textDisclaimer {
	display: flex;
	width: 90%;
	margin: 0 auto;
}

#content #info a.agerating {
	position: relative;
	height: auto;
	z-index: 3;
}

#content #info .agerating img {
	width: 40px;
}

#content #info .disclaimer {
	font-size: 14px;
	color: #c7a987;
	padding: 0 10px;
}
@media screen and (max-width: 759px) {
	#content #info .disclaimer {
		font-size: 18px;
	}
}

#content #info .cero {
	position: absolute;
	width: 32px;
	height: auto;
	bottom: 0;
	right: 12px;
}

@media screen and (max-width: 980px) {
	#content #info .cero {
		width: 26px;
		bottom: 4px;
		right: 18px;
	}
}

@media screen and (max-width: 750px) {
	#content #info .cero {
		width: 28px;
		bottom: 8px;
		right: 22px;
	}
}

#content #info::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 294px;
	height: 22px;
	background: url(../img/kit/bg_info_bottom.svg) no-repeat 0 0 / 294px 22px;
}

@media screen and (max-width: 980px) {
	#content #info::after {
		width: 280px;
		height: 20px;
		bottom: -15px;
		background-size: 280px 20px;
	}
}

@media screen and (max-width: 910px) {
	#content #info::after {
		width: 240px;
		height: 17px;
		bottom: -12px;
		background-size: 240px 17px;
	}
}

@media screen and (max-width: 759px) {
	#content #info::after {
		width: 100%;
		height: 22px;
		background-size: 294px 22px;
		bottom: -20px;
		background-repeat: repeat-x;
		background-position: 50% 0;
	}
}

/*------------------------------------------------------- detail */
#content #detail {
	float: right;
	width: calc( 100% - 320px );
	position: relative;
}

@media screen and (max-width: 980px) {
	#content #detail {
		width: calc( 100% - 300px );
	}
}

@media screen and (max-width: 910px) {
	#content #detail {
		width: calc( 100% - 260px );
	}
}

@media screen and (max-width: 759px) {
	#content #detail {
		float: inherit;
		margin: 0 auto;
		width: calc( 100% - 24px );
		clear: both;
	}
}

#content #detail #title {
	margin: 40px 0 20px;
	padding: 0 0 20px 0;
	border-bottom: 10px solid #000;
}

@media screen and (max-width: 980px) {
	#content #detail #title {
		border-bottom: 8px solid #000;
	}
}

@media screen and (max-width: 759px) {
	#content #detail #title {
		display: none;
	}
}

#content #detail #title img {
	width: 100%;
}
#content #detail .detail-kits {
	overflow: hidden;
}

/*------------------------------------------------------- variety */

#content #detail ul#type_variety .detail_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #c7a987;
	width: 100%;
	padding: 6% 10%;
}
@media screen and (max-width: 1390px) {
	#content #detail ul#type_variety .detail_text {
		font-size: 1.5vw;
		line-height: 1.8vw;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_variety .detail_text {
		font-size: 2.5vw;
		line-height: 2.8vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_variety .detail_text {
		font-size: 5vw;
		line-height: 6vw;
		padding: 7%;
	}
}

#content #detail ul#type_variety .detail_text-arrow {
	position: absolute;
	bottom: 10px;
	width: 80%;
	left: -1%;
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_variety .detail_text-arrow {
		bottom: 5px;
	}
}

#content #detail ul#type_variety .detail_text-arrow .img_ov {
    display: none;
	bottom: 0;
	width: 100%;
	left: 0;
}
.no-touchevents #content #detail ul#type_variety li a:hover .detail_text-arrow .img_ov {
    display: block;
}
.no-touchevents #content #detail ul#type_variety li a:hover .detail_text-arrow .img_off {
    display: none;
}
.no-touchevents #content #detail ul#type_variety li a:hover .detail_text-kit {
	color: #000;
}

#content #detail ul#type_variety .detail_text-kit {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #c7a987;
	top: 0;
	padding: 2% 10% 0;
}
@media screen and (max-width: 1150px) {
	#content #detail ul#type_variety .detail_text-kit {
		font-size: 1.2vw;
		line-height: 1.5vw;
		padding: 4.5% 10% 0;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_variety .detail_text-kit {
		font-size: 2.2vw;
		line-height: 2.2vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_variety .detail_text-kit {
		font-size: 4vw;
		line-height: 4vw;
		padding: 3.5% 7% 0;
	}
}

#content #detail ul#type_variety {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 0.01em;
}

#content #detail ul#type_variety li {
	width: calc( ( 100% - 24px ) / 3 );
	display: block;
	position: relative;
}

@media screen and (max-width: 980px) {
	#content #detail ul#type_variety li {
		width: calc( ( 100% - 12px ) / 2 );
	}
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_variety li {
		width: calc( ( 100% - 8px ) / 2 );
	}
}

#content #detail ul#type_variety li img.img_first {
	width: 100%;
	height: auto;
}

#content #detail ul#type_variety li img.img_second {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 22px;
}
@media screen and (max-width: 1390px) {
	#content #detail ul#type_variety li img.img_second {
		height: 1.6vw;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_variety li img.img_second {
		height: 3vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_variety li img.img_second {
		height: 5vw;
	}
}

#content #detail ul#type_variety li:nth-child(1),
#content #detail ul#type_variety li:nth-child(2),
#content #detail ul#type_variety li:nth-child(3) {
	margin-bottom: 12px;
}

#content #detail ul#type_variety li:nth-child(1),
#content #detail ul#type_variety li:nth-child(2),
#content #detail ul#type_variety li:nth-child(4),
#content #detail ul#type_variety li:nth-child(5) {
	margin-right: 12px;
}

@media screen and (max-width: 980px) {
	#content #detail ul#type_variety li:nth-child(1),
	#content #detail ul#type_variety li:nth-child(2),
	#content #detail ul#type_variety li:nth-child(3),
	#content #detail ul#type_variety li:nth-child(4) {
		margin-bottom: 12px;
	}

	#content #detail ul#type_variety li:nth-child(2),
	#content #detail ul#type_variety li:nth-child(4) {
		margin-right: 0;
	}

	#content #detail ul#type_variety li:nth-child(1),
	#content #detail ul#type_variety li:nth-child(3),
	#content #detail ul#type_variety li:nth-child(5) {
		margin-right: 12px;
	}
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_variety li:nth-child(1),
	#content #detail ul#type_variety li:nth-child(2),
	#content #detail ul#type_variety li:nth-child(3),
	#content #detail ul#type_variety li:nth-child(4) {
		margin-bottom: 8px;
	  }

	#content #detail ul#type_variety li:nth-child(1),
	#content #detail ul#type_variety li:nth-child(3),
	#content #detail ul#type_variety li:nth-child(5) {
		margin-right: 8px;
	}
}

#content #detail ul#type_variety li:nth-child(1){
	background: #000;
	align-items: center;
    vertical-align: middle;
    justify-content: center;
    display: flex;
}

#content #detail ul#type_variety li:nth-child(1)::after,
#content #detail ul#type_robo li:nth-child(1)::after,
#content #detail ul#type_vehicle li:nth-child(1)::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px 16px 16px 0;
	border-color: transparent #000 transparent transparent;
	position: absolute;
	top: 20%;
	left: -15px;
}

@media screen and (max-width: 980px) {
	#content #detail ul#type_variety li:nth-child(1)::after,
	#content #detail ul#type_robo li:nth-child(1)::after,
	#content #detail ul#type_vehicle li:nth-child(1)::after {
		border-width: 0px 12px 12px 0;
		left: -11px;
	}
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_variety li:nth-child(1)::after,
	#content #detail ul#type_robo li:nth-child(1)::after,
	#content #detail ul#type_vehicle li:nth-child(1)::after {
		border-width: 0px 0 16px 16px;
		border-color: transparent transparent #000000 transparent;
		left: -11px;
		top: -16px;
		left: 45%;
	}
}

/*------------------------------------------------------- robo */
#content #detail ul#type_robo {
	margin: 0 0 10px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content #detail ul#type_robo li:first-child {
	margin:0 0 10px;
	width: 100%;
	background: #000;
	position: relative;
}

#content #detail ul#type_robo li:last-child {
	position: relative;
	display: block;
	width: 100%;
}

#content #detail ul#type_robo li img{
	width: 100%;
}

#content #detail ul#type_robo .detail_text-arrow {
	position: absolute;
	bottom: 10px;
	width: 33%;
	left: -1%;
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_robo .detail_text-arrow {
		bottom: 5px;
	}	
}


#content #detail ul#type_robo .detail_text-arrow .img_ov {
    display: none;
	margin-bottom: 4px;
	width: 100%;
	left: 0;
}
.no-touchevents #content #detail ul#type_robo li a:hover .detail_text-arrow .img_ov {
    display: block;
}
.no-touchevents #content #detail ul#type_robo li a:hover .detail_text-arrow .img_off {
    display: none;
}
.no-touchevents #content #detail ul#type_robo li a:hover .detail_text-kit {
	color: #000;
}

#content #detail ul#type_robo .detail_text-kit {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #c7a987;
	top: 0;
	padding: 4% 10%;
}
@media screen and (max-width: 1390px) {
	#content #detail ul#type_robo .detail_text-kit {
		font-size: 1.3vw;
		line-height: 1.5vw;
		padding: 5.5% 10%;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_robo .detail_text-kit {
		font-size: 1.7vw;
		line-height: 1.7vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_robo .detail_text-kit {
		font-size: 3vw;
		line-height: 3vw;
		padding: 4.2% 7%;
	}
}

#content #detail ul#type_robo li #imgTitleRoboSP {
	display: none;
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_robo li #imgTitleRobo {
		display: none;
	}

	#content #detail ul#type_robo li #imgTitleRoboSP {
		display: block;
	}
}


/*------------------------------------------------------- vehicle */
#content #detail ul#type_vehicle .detail_text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: center;
	color: #c7a987;
	width: 100%;
	padding: 6% 10%;
}
@media screen and (max-width: 1390px) {
	#content #detail ul#type_vehicle .detail_text {
		font-size: 1.5vw;
		line-height: 1.8vw;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_vehicle .detail_text {
		font-size: 2.5vw;
		line-height: 2.8vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vehicle .detail_text {
		font-size: 5vw;
		line-height: 6vw;
		padding: 7%;
	}
}
#content #detail ul#type_vehicle {
	margin: 0 0 6px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content #detail ul#type_vehicle li:first-child {
	margin:0 0 10px;
	width: 100%;
	background: #000;
	position: relative;
}

#content #detail ul#type_vehicle li:last-child {
	position: relative;
	display: block;
	width: 100%;
}

#content #detail ul#type_vehicle li img{
	width: 100%;
}

#content #detail ul#type_vehicle .detail_text-arrow {
	position: absolute;
	bottom: 10px;
	width: 33%;
	left: -1%;
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vehicle .detail_text-arrow {
		bottom: 5px;
	}	
}

#content #detail ul#type_vehicle .detail_text-arrow .img_ov {
    display: none;
	margin-bottom: 4px;
	width: 100%;
	left: 0;
}
.no-touchevents #content #detail ul#type_vehicle li a:hover .detail_text-arrow .img_ov {
    display: block;
}
.no-touchevents #content #detail ul#type_vehicle li a:hover .detail_text-arrow .img_off {
    display: none;
}
.no-touchevents #content #detail ul#type_vehicle li a:hover .detail_text-kit {
	color: #000;
}

#content #detail ul#type_vehicle .detail_text-kit {
	position: absolute;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: 800;
	letter-spacing: 0.05em;
	color: #c7a987;
	top: 0;
	padding: 4% 10%;
}
@media screen and (max-width: 1390px) {
	#content #detail ul#type_vehicle .detail_text-kit {
		font-size: 1.3vw;
		line-height: 1.5vw;
		padding: 5.5% 10%;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_vehicle .detail_text-kit {
		font-size: 1.7vw;
		line-height: 1.7vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vehicle .detail_text-kit {
		font-size: 3vw;
		line-height: 3vw;
		padding: 4.2% 7%;
	}
}

#content #detail ul#type_vehicle li #imgTitlevehicleSP {
	display: none;
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_vehicle li #imgTitlevehicle {
		display: none;
	}

	#content #detail ul#type_vehicle li #imgTitlevehicleSP {
		display: block;
	}
}

.img-container {
	width: 100%;
	margin: 2% 0 4%;
    display: flex;
    justify-content: center;
}

.page-vr .img-container {
	margin: 2% 0 2%;
}

.img-container img {
	width: 100%;
	height: 100%;
}

.video-thumb-btn {
	position: relative;
	border: solid 10px #000;
}

.video-thumb-img {
	position: relative;
}

.video-thumb-btn::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 104px;
	height: 104px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: rgba(255,255,255,0.5);
}

.video-thumb-btn::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
	width: 100px;
	height: 100px;
	background: url(../img/_shared/movie_ico.svg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}


.no-touchevents .video-thumb-btn:hover::before,
.no-touchevents .video-thumb-btn:hover::after{
  animation: bound .8s ease-out infinite both;
}

@media (max-width: 759px) {
	.img-container {
		margin: 2% 0 10%;
	}
	.video-thumb-btn {
		border: solid 8px #000;
	}
	.video-thumb-btn::before {
		width: 64px;
		height: 64px;
	}
	.video-thumb-btn::after {
		width: 60px;
		height: 60px;
	}
}

/*------------------------------------------------------- vr */
#content #info #disclaimerVR {
	width: 90%;
    margin: 0 auto;
	margin-top: 3%;
}

#content #info #disclaimerVR .disclaimer {
	padding: 10px 10px 0;
}

#content #info #disclaimerVR .img_off {
	display: block;
	width: 100%;
}

#content #info #disclaimerVR .img_ov {
	display: none;
	width: 100%;
}

.no-touchevents #content #info #disclaimerVR a:hover .img_off {
	display: none;
}
.no-touchevents #content #info #disclaimerVR a:hover .img_ov {
	display: block;
}

.page-vr #content #detail .detail_img {
    display: flex;
	width: 100%;
    margin: 2% 0 10px;
    border: solid 10px #000;
}
.page-vr #content #detail .detail_img img {
	width: 100%;
	height: 100%;
}
.page-vr #content #detail .detail_text {
	width: 100%;
}
.page-vr #content #detail .detail_text p.message {
	font-size: 20px;
	line-height: 26px;
	padding: 4% 4%;
}
@media screen and (max-width: 1390px) {
	.page-vr #content #detail .detail_text p.message {
		font-size: 1.5vw;
		line-height: 1.8vw;
	}
}
@media screen and (max-width: 980px) {
	.page-vr #content #detail .detail_text p.message {
		font-size: 2.5vw;
		line-height: 2.8vw;
	}
}
@media screen and (max-width: 759px) {
	.page-vr #content #detail .detail_text p.message {
		font-size: 4vw;
		line-height: 5vw;
		padding: 7%;
	}
	.page-vr #content #detail .detail_img {
		border: solid 8px #000;
	}
}

#content #detail ul#type_vr {
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 0.01em;
	overflow: hidden;
}

#content #detail ul#type_vr li {
	width: calc( ( 100% - 9px ) / 2 );
	display: block;
	position: relative;
}

@media screen and (max-width: 980px) {
	#content #detail ul#type_vr li {
		width: calc( ( 100% - 12px ) / 2 );
	}
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_vr li {
		width: calc( ( 100% - 8px ) / 2 );
	}
}

#content #detail ul#type_vr li img.img_first {
	width: 100%;
	height: auto;
}

#content #detail ul#type_vr li img.img_second {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 22px;
}

#content #detail ul#type_vr li.doublesize {
	width: 100%;
	display: block;
	position: relative;
}

#content #detail ul#type_vr li img.img_doublesize {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1390px) {
	#content #detail ul#type_vr li img.img_second {
		height: 1.6vw;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_vr li img.img_second {
		height: 3vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vr li img.img_second {
		height: 5vw;
	}
}

#content #detail ul#type_vr li:nth-child(1),
#content #detail ul#type_vr li:nth-child(2),
#content #detail ul#type_vr li:nth-child(3),
#content #detail ul#type_vr li:nth-child(4) {
	margin-bottom: 9px;
}

#content #detail ul#type_vr li:nth-child(7) {
	margin-top: 9px;
}

#content #detail ul#type_vr.starter-set li:nth-child(3) {
	margin-bottom: 0px;
	margin-right: 0px;
}

@media screen and (max-width: 980px) {
	#content #detail ul#type_vr li:nth-child(1),
	#content #detail ul#type_vr li:nth-child(2),
	#content #detail ul#type_vr li:nth-child(3),
	#content #detail ul#type_vr li:nth-child(4) {
		margin-bottom: 12px;
	}

	#content #detail ul#type_vr li:nth-child(2),
	#content #detail ul#type_vr li:nth-child(4) {
		margin-right: 0;
	}

	#content #detail ul#type_vr li:nth-child(1),
	#content #detail ul#type_vr li:nth-child(3),
	#content #detail ul#type_vr li:nth-child(5) {
		margin-right: 12px;
	}
	
	#content #detail ul#type_vr li:nth-child(7) {
		margin-top: 12px;
	}
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_vr li:nth-child(1),
	#content #detail ul#type_vr li:nth-child(2),
	#content #detail ul#type_vr li:nth-child(3),
	#content #detail ul#type_vr li:nth-child(4) {
		margin-bottom: 8px;
	  }

	#content #detail ul#type_vr li:nth-child(1),
	#content #detail ul#type_vr li:nth-child(3),
	#content #detail ul#type_vr li:nth-child(5) {
		margin-right: 8px;
	}
	#content #detail ul#type_vr li:nth-child(7) {
		margin-top: 8px;
	}
}

#content #detail ul#type_vr .detail_text-arrow {
	position: absolute;
	bottom: 10px;
	width: 50%;
	left: -1%;
}

#content #detail ul#type_vr .doublesize .detail_text-arrow {
	width: 25%;
}

@media screen and (max-width: 759px) {
	#content #detail ul#type_vr .detail_text-arrow {
		bottom: 5px;
	}	
}

#content #detail ul#type_vr .detail_text-arrow .img_ov {
    display: none;
}

#content #detail ul#type_vr .detail_text-kit {
	position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #c7a987;
    top: 0;
    padding: 2% 10% 0;
}

@media screen and (max-width: 1150px) {
	#content #detail ul#type_vr .detail_text-kit {
		font-size: 1.2vw;
		line-height: 1.5vw;
		padding: 4.5% 10% 0;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vr .detail_text-kit {
		font-size: 2.3vw;
		line-height: 2.8vw;
		padding: 3.5% 7% 0;
	}
}

.no-touchevents #content #detail ul#type_vr li a:hover .detail_text-arrow .img_ov {
    display: block;
}
.no-touchevents #content #detail ul#type_vr li a:hover .detail_text-arrow .img_off {
    display: none;
}
.no-touchevents #content #detail ul#type_vr li a:hover .detail_text-kit {
	color: #000;
}

#content #detail ul#type_vr .vr_list_txt {
	position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #c7a987;
    top: 0;
	right: 0;
    padding: 1% 9%;
    background: #000;
}

#content #detail ul#type_vr .doublesize .vr_list_txt {
	padding: 1% 5%;
}

@media screen and (max-width: 1390px) {
	#content #detail ul#type_vr .vr_list_txt {
		font-size: 1vw;
		line-height: 1.3vw;
		padding: 2% 9%;
	}
}
@media screen and (max-width: 980px) {
	#content #detail ul#type_vr .vr_list_txt {
		font-size: 1.2vw;
		line-height: 1.7vw;
	}
}
@media screen and (max-width: 759px) {
	#content #detail ul#type_vr .vr_list_txt {
		font-size: 3vw;
		line-height: 3vw;
		padding: 3% 6%;
	}
	#content #detail ul#type_vr .doublesize .vr_list_txt {
		padding: 2% 4%;
	}
}

#content #detail .detail_vr_intro {
	background: #fff;
    border: solid 10px #000;
	border-bottom: 0;
	margin: 6% 0 9px;
}


#content #detail .detail_vr_intro .detail_vr_white {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
    padding: 3%;
	text-align: center;
}

#content #detail .detail_vr_intro .detail_vr_white .detail-img-pkg {
	width: 60%;
    height: 100%;
}

#content #detail .detail_vr_intro .detail_vr_white .detail-img-txt {
	width: 70%;
}

#content #detail .detail_vr_intro .detail_text p.message {
	margin: 0;
	padding: 3% 4%;
}

#content #detail .expansion-disclaimer {
	font-size: 14px;
	color: #000;
	padding: 0 10px;
	margin: 0 0 14px 0;
}

button {
	outline: none;
}

.collapsible {
	width: 100%;
    padding: 12px 0px;
    background-color: #000;
    text-align: center;
    color: #d1af87;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8em;
    letter-spacing: 0.05em;
	border: none;
	cursor: pointer;
}

.page-vr #content #items {
	margin: 0 0 30px 0;
	position: relative;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

@media screen and (max-width: 759px) {
	#content #detail .detail_vr_intro {
		border: solid 8px #000;
		border-bottom: 0;
	}
	.page-vr #content #items {
		margin: 0 0 18px 0;
	}
}

.collapsible:before {
	content: '';
	float: left;
	margin-left: 3%;
	width: 40px;
	height: 40px;
	background: url(../img/kit/content_icon_plus.svg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
}
.collapsible:after {
	content: '';
	float: right;
	margin-right: 3%;
	width: 40px;
	height: 40px;
	background: url(../img/kit/content_icon_plus.svg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.collapsible.active:after {
  background: url(../img/kit/content_icon_minus.svg) 50% 50% no-repeat;
}

@media screen and (max-width: 759px) {
	.collapsible {
		font-size: 16px;
	}
	.collapsible:before,
	.collapsible:after {
		width: 25px;
		height: 25px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.collapsible.active:after {
		width: 25px;
		height: 25px;
		-webkit-background-size: cover;
		background-size: cover;
	}
}

.page-vr #compatible-games {
	clear: both;
	width: 100%;
	border-top: solid 10px #000;
	text-align: center;
}
.page-vr #compatible-games .compatible-games-headline {
    position: relative;
	width: 70%;
    margin: 0 auto;
}
.page-vr #compatible-games .compatible-border {
	border: solid 29px #000;
	height: 0px;
    width: 100%;
}
.page-vr #compatible-games .compatible-border.top{
	border-top: 0;
	border-width: 19px;
}
.page-vr #compatible-games .compatible-border.bottom{
	border-bottom: 0;
	border-left-color: transparent;
	border-right-color: transparent;
}
.page-vr #compatible-games .compatible-headline {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #c7a987;
	background: #000;
	width: 100%;
	border: solid 29px #000;
    border-top: 0;
    border-bottom: 0;
}
.page-vr #compatible-games .compatible-text {
	font-size: 25px;
	letter-spacing: 0.05em;
	padding: 3% 2%;
	width: 85%;
    margin: 0 auto;
}
.page-vr #compatible-games .comaptible-games-img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.page-vr #compatible-games .comaptible-games-img img {
	width: 100%;
    max-width: 405px;
	margin: 0.5%;
}

.page-vr #compatible-games .compatible-link {
	position: relative;
    display: block;
    margin: 2.5% auto 9.5%;
    text-align: center;
}
.page-vr #compatible-games .detail_text-arrow {
	position: absolute;
	display: inline-block;
	width: 23.5%;
	left: 38.2%;
}

.page-vr #compatible-games .detail_text-arrow .img_off {
    display: block;
}
.page-vr #compatible-games .detail_text-arrow .img_off,
.page-vr #compatible-games .detail_text-arrow .img_ov {
    width: 100%;
}
.page-vr #compatible-games .detail_text-arrow .img_ov {
    display: none;
}

.page-vr #compatible-games .detail_text-kit {
	position: absolute;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #c7a987;
	top: 26%;
    width: 88.5%;
}

.no-touchevents .page-vr #compatible-games .detail_text-arrow:hover .img_ov {
    display: block;
}
.no-touchevents .page-vr #compatible-games .detail_text-arrow:hover .img_off {
    display: none;
}
.no-touchevents .page-vr #compatible-games .detail_text-arrow:hover .detail_text-kit {
	color: #000;
}

@media screen and (max-width: 1390px) {
	.page-vr #compatible-games .compatible-headline {
		font-size: 2.45vw;
	}
	.page-vr #compatible-games .compatible-text {
		font-size: 1.8vw;
	}
	.page-vr #compatible-games .detail_text-kit {
		font-size: 1.8vw;
		line-height: 1.8vw;
	}
}
@media screen and (max-width: 980px) {
	.page-vr #compatible-games {
		border-top: solid 8px #000;
	}
}
@media screen and (max-width: 759px) {
	.page-vr #compatible-games .compatible-games-headline {
		width: 90%;
	}
	.page-vr #compatible-games .compatible-border.top{
		border-width: 11px;
	}
	.page-vr #compatible-games .compatible-border,
	.page-vr #compatible-games .compatible-headline {
		border-width: 19px;
	}
	.page-vr #compatible-games .compatible-headline {
		font-size: 20px;
	}
	.page-vr #compatible-games .compatible-text {
		font-size: 16px;
	}
	.page-vr #compatible-games .compatible-link {
		margin: 2.5% auto 15%;
	}
	.page-vr #compatible-games .detail_text-arrow {
		width: 43.5%;
		left: 28.4%;
	}
	.page-vr #compatible-games .detail_text-kit {
		font-size: 4vw;
		line-height: 3.5vw;
	}
	.page-vr #compatible-games .comaptible-games-img img {
		margin: 1% 2%;
		width: 95%;
	}
}

/*------------------------------------------------------- more */


#content #more_detail {
	padding: 8px;
	clear: left;
	width: 294px;
	background: repeating-linear-gradient( -70deg, #f7ca00, #f7ca00 30px, #409edb 30px, #409edb 60px, #e75b80 60px, #e75b80 90px );
	background-size: 96px 100%;
}


#content #more_detail p {
	padding: 8px;
	width:100%;
	height: 100%;
	background: url(../img/_shared/bg_board.gif) repeat 0 0 / 250px 250px;
	font-size: 14px;
	text-align: left;
	letter-spacing: 0.02em;
	font-style: italic;
}

@media screen and (max-width: 980px) {
	#content #more_detail{
		width: 280px;
	}
}

@media screen and (max-width: 910px) {
	#content #more_detail{
		font-size: 9px;
		width: 240px;
	}
}

@media screen and (max-width: 759px) {
	#content #more_detail {
		margin: 0 auto 20px;
		font-size: 12px;
		width: calc( 100% - 24px );
	}

	#content #more_detail p br {
		display: none;
	}
}


/*------------------------------------------------------- VR UK STORE BUTTON */

#more_detail_uk {
	background: #e60012;
	background-size: 96px 100%;
	text-align: center;
	width: 294px;
	padding: 8px;
	clear: left;
}

#more_detail_uk .more_detail_inner {
	position: relative;
	background: url(../img/_shared/bg_board.gif) repeat 0 0 / 250px 250px;
	width: 100%;
	padding: 22% 0 4%;
}
#more_detail_uk .more_detail_title {
	width: 60%;
	padding: 4% 4% 5%;
}

#more_detail_uk .reserve_detail_inner {
	width: 100%;
	margin: 0 auto;
	height: 30px;
}

#more_detail_uk .more_detail_lead {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 3%;
	padding: 0 10%;
}

#more_detail_uk .more_detail_text-arrow {
    position: absolute;
    width: 94%;
    height: 39%;
	top: 10%;
    left: 9px;
}
#more_detail_uk .more_detail_text-arrow .img_ov {
    display: none;
}
#more_detail_uk  .reserve-text {
	position: absolute;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	color: #c7a987;
    width: 89%;
    top: 30%;
}

.no-touchevents #more_detail_uk a:hover .more_detail_text-arrow .img_ov {
    display: block;
}
.no-touchevents #more_detail_uk a:hover .more_detail_text-arrow .img_off {
    display: none;
}
.no-touchevents #more_detail_uk a:hover .reserve-text {
	color: #000;
}

@media screen and (max-width: 980px) {
	#more_detail_uk {
		width: 280px;
	}
}
@media screen and (max-width: 910px) {
	#more_detail_uk {
		width: 240px;
	}
	#more_detail_uk .more_detail_lead {
		padding: 0 5%;
	}
	#more_detail_uk .reserve-text {
		top: 23%;
	}
}
@media screen and (max-width: 759px) {
	#more_detail_uk .more_detail_title {
		width: 50%;
	}
	#more_detail_uk {
		width: calc( 100% - 24px );
		margin: 0 auto 20px;
}
	#more_detail_uk .more_detail_lead {
		font-size: 4.5vw;
		line-height: 5vw;
	}
	#more_detail_uk .more_detail_text-arrow {
		width: 90%;
		height: 41%;
		left: 5%;
	}
	#more_detail_uk .reserve-text {
		top: 33%;
		font-size: 5vw;
		line-height: 5vw;
	}
}


/*------------------------------------------------------- item */
#content #items {
	margin: 0 0 30px 0;
	position: relative;
}

@media screen and (max-width: 759px) {
	#content #items {
		margin: 0 0 18px 0;
	}
}

p.message {
	margin: 15px 0 24px 0;
	padding: 12px 16px;
	background-color: #000;
	text-align: center;
	color: #d1af87;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}

p.message br {
	display: none;
}

@media screen and (max-width: 980px) {
	p.message br {
		display: block;
	}
}

@media screen and (max-width: 759px) {
	p.message {
		margin: 15px 0 12px 0;
		font-size: 16px;
		line-height: 1.4em;
	}
}

p.message img {
	width: auto;
	height: 16px;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 980px) {
	p.message img{
		height: 14px;
	}
}

#content #items .detailPhoto {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 24px;
	margin: 32px auto 12px;
	line-height: 0.01%;
}

@media screen and (max-width: 759px) {
	#content #items .detailPhoto {
		padding: 12px;
		margin: 24px auto 12px;
	}
}

#content #items .detailPhoto img {
	width: 100%;
	height: auto;
}

#content #items ul {
	display: flex;
	align-items: center;
}

#content #items ul.kit {
	flex-wrap: wrap;
}

#content #items ul li {
	font-size: 16px;
	line-height: 2.0em;
	letter-spacing: .05em;
}

@media screen and (max-width: 980px) {
	#content #items ul li {
		line-height: 1.8em;
		letter-spacing: .01em;
	}
}

#content #items ul.pkg {
	padding-bottom: 32px;
	position: relative;
	background: linear-gradient(to left, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 0%) repeat-x -3px bottom / 20px 3px;
}

@media screen and (max-width: 759px) {
	#content #items ul.pkg {
		padding-bottom: 24px;
	}
}

#content #items ul.pkg::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -16px;
	width: 36px;
	height: 36px;
	background: url(../img/kit/plus.svg) no-repeat 0 0 / cover, url(../img/_shared/bg_board.gif) repeat 0 0 / 250px 250px;
	margin: 0 0 0 -18px;
}

@media screen and (max-width: 759px) {
	#content #items ul.pkg::after {
		bottom: -12px;
		width: 28px;
		height: 28px;
		margin: 0 0 0 -14px;
	}
}

#content #items ul.pkg li:first-child {
	background: #fff;
	padding: 8px;
	line-height: 0.01%;
	margin-right: 24px;
}

@media screen and (max-width: 759px) {
	#content #items ul.pkg li:first-child {
		padding: 4px;
		margin-right: 16px;
	}
}

#content #items ul.pkg li img {
	height: 120px;
	width: auto;
}

@media screen and (max-width: 759px) {
	#content #items ul.pkg li img {
		height: 80px;
	}
}

#content #items ul.pkg li {
	line-height: 1.6;
}

#content #items ul.kit li {
	margin: 0 0 4px 0;
	width: 100%;
}


#content #items ul.kit li::before {
	content: "● ";
}

/*------------------------------------------------------- note */
#note {
	padding: 36px 20px;
	width: 100%;
	background: #000;
}

@media screen and (max-width: 980px) {
	#note {
		padding: 24px;
	}
}

@media screen and (max-width: 759px) {
	#note {
		padding: 18px;
	}
}

#note p {
	margin:0 auto;
	width: auto;
	display: inline-block;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

#note p {
	// margin: 0 0 6px 1.0em;
	color: #cdb499;
	font-size: 18px;
	line-height: 1.6em;
	letter-spacing: .05em;
	font-style: italic;
}
#note p.replacement {
	border-bottom: solid .10rem #cdb499;
    padding-bottom: .03em;
    display: inline-block;
    line-height: 1em;
    font-style: normal;
}
	
@media screen and (max-width: 759px) {
	#note p  {
		font-size: 14px;
	}
}

/*------------------------------------------------------- bottomNavi */
#bottom_navi {
	display: flex;
}
@media screen and (max-width: 759px) {
	#bottom_navi {
		display: block;
	}
}

#bottom_navi p#btn_back {
	padding: 14px 16px 14px 14px;
	display: block;
	background: linear-gradient(to bottom, black 70%, rgba(255,255,255,0) 0%) repeat-y 100% -2px / 4px 20px;
}

@media screen and (max-width: 980px) {
	#bottom_navi p#btn_back {
		padding: 10px 12px 10px 10px;
	}
}

@media screen and (max-width: 759px) {
	#bottom_navi p#btn_back {
		padding: 6px 10px 6px 6px;
	}
}

#bottom_navi p#btn_back a {
	display: block;
}

#bottom_navi p#btn_back a span {
	width: 160px;
	height: 160px;
	display: block;
	background: url(../img/kit/btn_back.svg) no-repeat 0 0 / cover;
}

@media screen and (max-width: 980px) {
	#bottom_navi p#btn_back a span {
		width: 128px;
		height: 128px;
	}
}

@media screen and (max-width: 759px) {
	#bottom_navi p#btn_back a span {
		width: 85px;
		height: 85px;
	}
}

.no-touchevents #bottom_navi p#btn_back a span:hover {
	background-image: url(../img/kit/btn_back_ov.svg);
}

/****** Button Next ****/


#bottom_navi .btn_next {
	display: flex;	
	width: calc(100% - 27px);
	height: 100%;
	background: black;
	align-items: center;
	margin: 14px;
}

#bottom_navi .btn_next.btn_next-left {
	margin-right: 0;
}

#bottom_navi .arrow {
	width: 4.5%;
    margin-right: 26px;
}

#bottom_navi .arrow img {
	width: 100%;
}


@media screen and (max-width: 759px) {
	#bottom_navi .btn_next {
		width: auto;
		margin: 1.25%;
	}
	#bottom_navi .btn_next.btn_next-left {
		margin-right: 1.25%;
	}
	#bottom_navi .arrow {
		width: 8.5%;
	}
}


#bottom_navi .btn_next span {
	display: flex;
	margin: 0;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
	align-items: center;
}

@media screen and (min-width: 760px) {
	.no-touchevents #bottom_navi .bgstripes:hover .details-img,
	.no-touchevents #bottom_navi .bgstripes:hover .arrow {
	filter: brightness(0);
	}
}

#bottom_navi .bgstripes {
    display: block;
    width: 100%;
    padding: 10px;
}

#bottom_navi a.prevent .bgstripes,
.no-touchevents #bottom_navi a:hover .bgstripes {
	background: repeating-linear-gradient( -70deg, #f7ca00, #f7ca00 29px, #409edb 29px, #409edb 58px, #e75b80 58px, #e75b80 89px );
	background-size: 95px 100%;
	animation: btnStripeNavi 1.5s infinite linear;
}

#bottom_navi .details-img {
	width: 100%;
}

#bottom_navi .details-img img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*************** deco */
#deco-navi {
    width: calc(100% - 78px);
    max-width: 1280px;
    margin: 0 auto;    
}
@media screen and (max-width: 980px) {
	#deco-navi {
		width: calc( 100vw - 40px );		
	}
}

@media screen and (max-width: 759px) {
	#deco-navi {
		width: calc( 100% - 20px );
	}
}


footer .disclaimer .asterisk {
    display: inline-block;
	margin: 0;
}