@charset "UTF-8";

/*COMMON*/

body,
html {
	text-align: left;
	text-decoration: none
}

body {
	-webkit-font-smoothing: antialiased
}

#wrapper {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	background-color: #000;
}

@-ms-viewport {
	width: auto;
	initial-scale: 1
}

@viewport {
	width: device-width;
	initial-scale: 1
}

div,
h1,
h2,
h3,
h4,
p {
	font-family: Noto Sans Japanese, sans-serif
}


.loading {
	margin-top: 0;
	background-image: url(../img/common/loading.jpg);
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60%;
	z-index: 4500;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.loading {
		margin-top: 0;
		background-image: url(../img/common/loading.jpg);
		position: fixed;
		width: 100vw;
		height: 100vh;
		background-color: #000;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		z-index: 4000;
	}
}


.textarea_ss {
	font-weight: 600;
	line-height: 1.7em;
	color: #000;
	font-size: 1vw;
}

.textarea_s {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #000;
	font-size: 1.4vw;
}

.textarea_m {
	line-height: 1.7em;
	font-size: 1.1vw;

}

.textarea_ml {
	line-height: 1.7em;
	font-size: 1.4vw;

}
.textarea_mls {
	line-height: 1.5em;
	font-size: 1vw;

}

.textarea_l {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #000;
	font-size: 1.2vw;
}

.textarea_lx {
	font-weight: 600;
	line-height: 1.7em;
	color: #000;
	font-size: 2.5vw;
}


@media screen and (min-width:320px) and (max-width:1050px) {
		.textarea_mls {
		line-height: 1.5em;
		font-size: 3.4vw;

	}

	.textarea_ss {
		font-weight: 600;
		line-height: 1.7em;
		color: #000;
		font-size: 2.4vw;
	}

	.textarea_s {
		font-weight: 600;
		text-align: center;
		line-height: 1.7em;
		color: #000;
		font-size: 3.8vw;
	}

	.textarea_m {
		line-height: 1.7em;
		font-size: 3vw;

	}

	.textarea_ml {
		line-height: 1.5em;
		font-size: 3.4vw;

	}

	.textarea_l {
		font-weight: 600;
		text-align: center;
		line-height: 1.7em;
		color: #000;
		font-size: 1.2vw;
	}
	.textarea_lx {
	font-weight: 600;
	line-height: 1.7em;
	color: #000;
	font-size: 5vw;
}
	
}




.contents_inner {
	position: relative;
	margin-top: 0;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.contents_inner_sp {
	position: relative;
	margin-top: 0;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
	background-image: url(../img/main/sppack_backimg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;

}




@media screen and (min-width:320px) and (max-width:1050px) {

	.contents_inner {
		position: relative;
		padding: 0 20px 0 20px;
		text-align: justify;
		width: 90%;
		margin-left: auto;
		margin-right: auto;

	}

	.contents_inner_sp {
		position: relative;
		padding: 0 20px 0 20px 0;
		text-align: justify;
		width: 100%;
		margin-left: auto;
		margin-right: auto;

	}

}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.clearfix {
	min-height: 1px
}

.wdt100 {
	width: 100%
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.rspsv {
		width: 100%
	}
}

.rightbox {
	float: right;
	height: auto;

}

.leftbox {
	float: left;
	height: auto
}

#trigger1,#trigger2,#trigger3,#trigger4,#trigger5 {
	position: absolute;
	margin-top: 0px;
}

#trigger2 {
	position: absolute;
}

#trigger4 {
	position: absolute;
}

#trigger3 {
	position: absolute;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	#trigger2 {
		position: absolute;
	}

	#trigger3 {
		position: absolute;
		margin-top: -50px;
	}
}

.pagetopact {
	position: fixed;

	right: 20px;
	bottom: 20px;
	z-index: 4000;
}

.tac {
	text-align: center;
}

p.indent-1 {
	padding-left: 1em;
	text-indent: -1em;
}

p.indent-2 {
	padding-left: 2em;
	text-indent: -1em;
}

#maintop img {
	width: 100%;

}



/*UNIQ*/

#maintop {
	position: relative;
	width: 100%;
	padding-bottom: 6%;
	margin-top: 0;
	height: auto;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-bottom: 5px solid #9D8064;
}

.tranj {
font-family: trajan-pro-3, serif;
font-weight: 700;
font-style: normal;
font-size: 10pt;
	letter-spacing: 0.1em;
color:#fff;
}


.globalmenu {
	margin-top: 11px;

}


.globalmenu li {
	position: relative;
	float: left;
	margin-right: 2%;
}
.globalmenu li a {
	color:#fff;
	transition: all 0.2s ease;
	text-decoration: none;
}
.globalmenu li a img {
	margin-top: 8px;

}
.globalmenu li:first-child {
	margin-top: -8px;
	margin-right: 2%;
}


.globalmenu a:hover {
	color:#FF0000;
	text-decoration: none;
	transition: all 0.5s ease;
}
.globalmenu li .link-current {
 	color:#FF0000;

	transition: all 0.5s ease;
}




.header {
	position: fixed;
	margin-top: 0;
	height: 42px;
	width: 100%;
	z-index: 1100;
	background-color: #000;

}

@media screen and (min-width:320px) and (max-width:1050px) {
	#maintop {
	position: relative;
	width: 100%;
	padding-bottom: 12%;
	margin-top: 0;
	height: auto;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 23%, rgba(0, 0, 0, 0.86) 52%, rgba(0, 0, 0, 0.83) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border-bottom: 5px solid #9D8064;
}

	.header {
	position: fixed;
	margin-top: 0;
	height: 42px;
	width: 100%;
	z-index: 1120;
	background-color: #000;
	}
}

#collection {
	margin-top: 15%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 7%;
	background-color: rgba(127, 0, 0, 0.9);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;

}

#collection img {
	width: 100%;
}

#about {
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
}

#mainwrp {
	background-image: url(../img/common/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	background-attachment: fixed;

}

.box {
	position: relative;

}

.maintop_titlelogo {
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding-top: 30%;


}

.maintop_headcopy {
	position: relative;
}

.maintop_yt {
	width: 60%;
	margin: 30px auto;

}

.maintop_feat_right {
	position: absolute;
	right: -5%;

	width: 22%;
}

.maintop_feat_left {
	position: absolute;
	left: -5%;

	width: 22%;
}


.mt {
	margin-top: 5%;
}

.maintop_left {
	width: 30%;
	margin-top: -5%;
}

.maintop_right {
	width: 65%;
}

.maintop_yttextarea {
	color: #fff;
	font-weight: 500;
	text-align: justify;
}

.maintop_reservebtn {
	position: relative;
	width: 50%;
	margin: 5% auto;
	overflow: hidden;
	margin-bottom: 2%;
}

.sound_reservebtn {
	width: 80%;
	margin: 5% auto;
}

.cattit {

	width: 40%;
	margin: -3.5% auto;
	margin-bottom: 7%;
}

.cattit_sp {

	width: 32%;
	margin: 3% auto;
	margin-bottom: 7%;
	border-bottom: 5px solid #9D8064;
}



.colleciton_left {
	width: 51%;
}

.collection_right {
	width: 46%;
}

.collectiontextarea {
	color: #fff;
	text-align: justify;
	line-height: 1.6em;
}
.collectiontextarea2 {
	color: #fff;
	text-align: justify;
}

.onlinetextarea {
	color: #fff;
	text-align: justify;
}

.collhaoh {
	position: absolute;
	width: 20%;
	margin-top: -8%;
	left: -12%;
}



.pre-order {
	position: absolute;
	right: 0;
	overflow: hidden;
}

.flash {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}
.flash2 {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 3s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 3s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 3s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 3s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 3s ease-in-out infinite;
}

@keyframes reflection {
	0% {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	30% {
		transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	31% {
		transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-webkit-keyframes reflection {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	30% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	31% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}

@-moz-keyframes reflection {
	0% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	30% {
		-moz-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}

	31% {
		-moz-transform: scale(4) rotate(45deg);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}


.onlinetag {
	position: absolute;
	margin-top: 22px;
	margin-left: -50px;
}

.maintop_copy {
	position: absolute;
	width: 30%;
	margin-top: 90px;
	right: 0px;
}

.maintopshibuki {
	position: absolute;
	width: 30%;
}

.maintopbnr_left {
	margin-top: 26%;
	left: -100px;
}

.maintopbnr_right {
	margin-top: 26%;
	right: -100px;
}

.poa {
	position: absolute;
}

.sidebnrsize {
	width: 100%;
}

.sidebnr_l {
	position: absolute;
	margin-top: 68px;
	margin-left: 0px;
}

.sidebnr_r {
	position: absolute;
	margin-top: 15px;
	right: 0px;
}

.platformlist {
	position: absolute;
	padding-top: 50px;
	width: 38%;

}

.platformlist li {
	float: left;
	width: 20%;
}

.platformlist li:last-child {
	width: 6%;
}

.language {
	width: 2.5%;
	position: fixed;
	padding-top: 50px;
	right: 10px;
	z-index: 3100;
}
.langselectlist a:link{
	color:#fff;
}
.langselectlist a:hover{
	color:#fff;
}
.langselectlist a:visited{
	color:#fff;
}

.logoslidethumb {
	margin-top: -4%;

}

.logoslidethumb li {
	float: left;
	width: 14.3%;
}

.logoslidethumb li:last-child {
	margin-right: -30%;
}


.titleslide {
	width: 100%;
	margin-top: 0%;
}

titleslide li {
	float: left;
}

.slideright {
	width: 45%;
}

.slideleft {
	width: 50%;
}

.slidewrp {
	margin-top: 5%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 2%;
	border: 1px solid #fff;
}



.slidetextarea {
	font-weight: 500;
	color: #fff;
}

.slidelogo {
	width: 70%;

	margin: 0 auto;
	margin-bottom: 2%;
}

.spperfectsplash {
	position: absolute;
	width: 20%;
	margin-left: 42%;
	margin-top: -1%;
}

.noticetextarea {
	text-align: center;
	color: #fff;
	margin-bottom: 5%;
}

#online {
	margin-top: 15%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;
}

#museum {
	margin-top: 15%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;
}

#products {
	margin-top: 15%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 6%;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;
}

#products img {
	width: 100%;
}

#museum img {
	width: 100%;
}

#online img {
	width: 100%;
}

.infopattern_left {
	width: 45%;
	border: 1px solid #fff;
}

.infopattern_right {
	width: 47%;
}

.online_headcopy {
	position: relative;
	z-index: 10;
}

.museum_headcopy {
	position: relative;
	margin-bottom: 5%;
	z-index: 10;
}


.cattit_o {

	width: 40%;
	margin: -3.5% auto;
	margin-bottom: 4%;
}

.online_img1 {
	position: absolute;
	right: 0;
	margin-top: -2%;
	width: 40%;
	z-index: 8;
}

.online_img2 {
	position: absolute;
	left: 3%;
	margin-top: 2%;
	width: 25%;
	z-index: 8;
}

.online_img3 {
	position: absolute;
	left: -10%;
	margin-top: 37%;
	width: 20%;
	z-index: 8;
}

.online_img4 {
	position: absolute;
	left: 37%;
	margin-top: 38%;
	width: 13%;
	z-index: 8;
}

.midcopy {
	margin-bottom: 2%;
}

.museumtag {

	width: 30%;
	margin: 8% auto;
	margin-bottom: 3%;
}

.museum_imglist {
	margin-bottom: 1.5%;
}

.museum_imglist li {
	float: left;
	width: 24%;
	margin-right: 1.3%;
	border: 1px solid #fff;
}

.museum_imglist li:last-child {
	margin-right: -20%;
}

.museum_img1 {
	position: absolute;
	right: -5%;
	margin-top: -13%;
	width: 30%;
	z-index: 8;
}

.museum_img2 {
	position: absolute;
	left: -15%;
	margin-top: 32%;
	width: 30%;
	z-index: 8;
}

.museum_img3 {
	position: absolute;
	left: 35%;
	margin-top: 29%;
	width: 18%;
	z-index: 8;
}

.museum_img4 {
	position: absolute;
	right: -2%;
	margin-top: 69%;
	width: 13%;
	z-index: 8;
}

.ostwrpleft {
	width: 48%;
}

.ostwrpright {
	width: 45%;
}

.museum_ostwrp {
	background-color: rgba(70, 0, 8, 0.8);
	padding: 4%;
	border: 1px solid #fff;
}

.museum_imgshibuki {
	position: absolute;
	left: 4%;
	margin-top: -4%;
	width: 25%;
	z-index: 8;
}

.museum_img5 {
	position: absolute;
	left: 41%;
	margin-top: -6%;
	width: 13%;
	z-index: 8;
}

.museum_img6 {
	position: absolute;
	left: -7%;
	margin-top: 14%;
	width: 23%;
	z-index: 8;
}

.productsleft {
	width: 50%;
}

.productsright {
	width: 50%;
}

.productstittextarea {
	line-height: 1.4em;
	font-size: 3.5vw;
	font-weight: 800;
	color: #fff;
	margin-bottom: 3%;
}

.productstitsubtextarea {
	line-height: 1.7em;
	font-size: 1.1vw;
	font-weight: 600;
	color: #000;
}

.productsleftimg {
	width: 82%;
	margin-top: 0%;
}

.productlist {
	margin-top: 5%;

}

.productlist li {
	float: left;
	width: 22%;
	margin-right: 3.9%;
}

.productlist li:last-child {
	margin-right: -20%;
}

.productlistwrp {}

.pflogo {
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #fff;

}

.productolist_textarea {
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px solid #fff;
	color: #fff;

}

.prmb {
	padding-bottom: 8%;
	margin-bottom: 8%;
	border-bottom: 1px dotted #fff;
}

.products_store_ps4 {
	margin-bottom: 7%;
}

.productstoretokuten_souki_textarea {
	line-height: 1.7em;
	font-size: 1.7vw;
	font-weight: 800;
	color: #0065AF;
	margin-bottom: 0;
}

.productstoretokuten_syokai_textarea {
	line-height: 1.7em;
	font-size: 1.7vw;
	margin-bottom: 0;
	font-weight: 800;
	color: red;
}

.productlisttextarea {
	color: #fff;
}

.productlisttextarea a:link {
	color: #fff;
}

.productlisttextarea a:hover {}

.productlisttextarea a:visited {
	color: #fff;
}

.bn {
	border: none;
}

.specialpackwrp {
	margin-top: 7%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 0%;

}

.sppack_infowrp {
	width: 93%;
	margin: 5% auto;
}

.sppack_ftwrp {
	height: auto;
	padding-top: 5%;
	padding-bottom: 10%;
	margin: 5% auto;
	background-color: #fff;

}

.sppack_textareaback {
	margin-top: -4%;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2% 6%;
}

.sppack_textarea {
	font-size: 1.4vw;
	color: #fff;
	font-weight: 700;
	text-align: justify;
	line-height: 1.8em;
}

.redtext {
	color: red;
}

.sppackleft {
	width: 56%;
}

.sppackright {
	position: absolute;
	right: -5%;
	width: 55%;
}

.sppackleft_s {
	width: 60%;
}

.sppackright_s {
	width: 38%;
}


.sppack_itemtextarea {
	margin-top: 5%;
	color: #000;
	font-weight: 600;
}

.sppackartbook {
	margin-top: -8%;
}

.sppacktag {
	width: 30%;
	margin: 5% auto;
	margin-bottom: 5%;
}

.sppack_illust_textarea {
	margin-top: 3%;
	margin-bottom: 0;
}

.sppack_illustsub_textarea {
	text-align: center;
}

.sppack_illustratorlist {
	margin-bottom: 3%;
}

.sppack_illustratorlist li {
	float: left;
	width: 23%;
	margin-right: 2.6%;
}

.sppack_illustratorlist li:last-child {
	margin-right: -20%;

}

.sppack_border {
	margin-top: 5%;
	margin-bottom: 5%;
}

1 .sppacknoticertextarea {
	color: #000;
	text-align: left;

}

.sppack_ftleft {
	width: 40%;
}

.sppack_ftright {
	width: 55%;
}

.sppack_ftwrpinner {
	width: 90%;
	margin: 0 auto;
}

.sppack_priceoff {
	width: 60%;
	margin: 5% auto;
	margin-bottom: 2%;
}

.sppack_reservebtn {
	width: 60%;
	margin: 0% auto;
}

#footerwrp {
	position: relative;
	margin-top: 15%;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5%;
	padding-bottom: 10%;
	background-color: rgba(255,255,255,0.9);
	border-top: 5px solid #9D8064;
}

.ftbnrlist {
	margin-top: 5%;
	width: 100%;
}

.ftbnrlist li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.ftbnrlist li:last-child {
	margin-right: -20%;
}

.fttextarea {
	margin-top: 1%;
	font-weight: 400;
	color: #808080;
	text-align: center;
}

.ftsnklogo {
	position: relative;
	width: 30%;
	margin: 3% auto;
	margin-bottom: 3%;
}

.ps1 {
	width: 1.6%;
}

.ps2 {
	width: 3.6%;
}

.ngpkg {
	margin-top: -8%;
}

.headersptextarea {
	display: none;
}




/*RESPONSIVE*/

@media screen and (min-width:320px) and (max-width:1050px) {
	
	.headersptextarea {
	position: absolute;
	font-family: trajan-pro-3, serif;
font-weight: 700;
font-style: normal;
font-size: 13pt;
	letter-spacing: 0.1em;
color:#fff;
	margin-top: 8px;
	left:90px;
		display: block;
}

	#mainwrp {
	background-image: url(../img/common/mainimg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 140% ;
	width: 100%;
	background-attachment: fixed;

}
	
	.pagetopact {
	position: fixed;

	right: 20px;
	bottom: 20px;
	z-index: 4000;
		width: 15%;
}
	.maintop_copy {
	position: absolute;
	width: 45%;
	margin-top: 10%;
	left: -4%	;
}
	
	.ftsnklogo {
	position: relative;
	width: 70%;
		margin: 0 auto;
		margin-bottom: 5%;
		margin-top: 3%;
}
	#museum {
	margin-top: 25%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;
}
	
	.maintop_titlelogo {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding-top: 100%;
		margin-bottom: 3%;


}
	
	#online {
	margin-top: 25%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 10%;
	background-color: rgba(0, 0, 0, 0.8);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;
}
	#collection {
	margin-top: 25%;
	position: relative;
	width: 100%;
	height: auto;
	padding-bottom: 7%;
	background-color: rgba(127, 0, 0, 0.9);
	border-top: 5px solid #9D8064;
	border-bottom: 5px solid #9D8064;

}
	
	.platformlist {
	position: absolute;
		padding-top: 96%;
		margin-left: 20%;
	width: 80%;

}

.platformlist li {
	float: left;
	width: 20%;
}

.platformlist li:last-child {
	width: 6%;
}
	
	.language {
	width: 9%;
	position: fixed;
	padding-top: 50px;
	right: 10px;
	z-index: 100;
}
	
	.globalmenu {
	display: none;

}
	.maintop_bnrrightwrp {
	display: none;
}
.maintop_bnrleftwrp {
	display: none;
}

	.maintop_headcopy {
	position: relative;
	width:118%;
		margin-left: -10%;
}
	
	.maintop_yt {
	width: 100%;
	margin: 20px auto;
		margin-bottom: 7%;

}
	
	.maintop_feat_right {
	display: none;
}

.maintop_feat_left {
	display: none;
}
	.maintop_left {
		position: relative;
	width: 80%;
		margin-left: 8%;
		margin-bottom: 5%;
}

.maintop_right {
	width: 100%;
}

	.spperfectsplash {
	position: absolute;
	width: 40%;
	margin-left: -6%;
	margin-top: -1%;
}
	
	.collhaoh {
	position: absolute;
	width: 40%;
	margin-top: -30%;
	left: -18%;
}

	.slideright {
	width: 100%;
}

.slideleft {
	width: 100%;
}

.slidewrp {
	margin-top: 5%;
	width:95%;
	margin: 7% auto;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 4%;
	border: 1px solid #fff;
}

	
	.noticetextarea {
	text-align: justify;
	color: #fff;
	margin-bottom: 5%;
}
	.colleciton_left {
		position: relative;
	width: 100%;
		margin-bottom: 5%;
		z-index: 100;
}

.collection_right {
	width: 100%;
}

	
	.online_img1 {
	position: absolute;
	right: -6%;
	margin-top: 3%;
	width: 42%;
	z-index: 8;
}

.online_img2 {
	position: absolute;
	left: -3%;
	margin-top: 3%;
	width: 35%;
	z-index: 8;
}

.online_img3 {
	position: absolute;
	left: -10%;
	margin-top: 55%;
	width: 38%;
	z-index: 8;
}

.online_img4 {
	position: absolute;
	left: 78%;
	margin-top: 58%;
	width: 20%;
	z-index: 8;
}
	
	.online_headcopy {
	position: relative;
	z-index: 10;
		width: 115%;
		margin-left: -8%;
}
	
	.museum_imgshibuki {
	position: absolute;
	left: -9%;
	margin-top: 2%;
	width: 35%;
	z-index: 8;
}
	.museum_img1 {
	position: absolute;
	right: -6%;
	margin-top: -10%;
	width: 35%;
	z-index: 8;
}

.museum_img2 {
	position: absolute;
	left: -15%;
	margin-top: 42%;
	width: 45%;
	z-index: 8;
}

.museum_img3 {
	position: absolute;
	left: 75%;
	margin-top: 40%;
	width: 33%;
	z-index: 8;
}

.museum_img4 {
display: none;
}
	
	.museum_headcopy {
	position: relative;
	margin-bottom: 5%;
	z-index: 10;
		width: 118%;
		margin-left: -9%;
}
	.infopattern_left {
		position: relative;
	width: 100%;
	border: 1px solid #fff;
		margin:0 auto;
		margin-bottom: 5%;
		
}

.infopattern_right {
	width: 100%;
}

	
	.museum_imglist {
	margin-bottom: 1.5%;
}

.museum_imglist li {
	float: left;
	width: 48.5%;
	margin-right: 3%;
	border: 1px solid #fff;
	margin-bottom: 3%;
}

	.museum_imglist li:nth-child(2n) {
	margin-right: -20%;
}
.museum_imglist li:last-child {
	margin-right: 0;
}
	
	
	.museumtag {

	width: 50%;
	margin: 8% auto;
	margin-bottom: 3%;
}
.sound_reservebtn {
	width: 100%;
	margin: 7% auto;
}
	.museum_ostwrp {
	background-color: rgba(70, 0, 8, 0.8);
	padding: 8%;
	border: 1px solid #fff;
}
	
	.museum_img5 {
	position: absolute;
	left: 75%;
	margin-top: -12%;
	width: 25%;
	z-index: 8;
}

.museum_img6 {
	position: absolute;
	left: -4%;
	margin-top: 21%;
	width: 30%;
	z-index: 8;
}
	
	.ostwrpleft {
	width: 100%;
	margin-bottom: 5%;
}

.ostwrpright {
	width: 100%;
}
	
	#products {
		margin-top: 25%;
		position: relative;
		width: 100%;
		height: auto;
		padding-bottom: 0%;
		background-color: rgba(0, 0, 0, 0.8);
		border-top: 5px solid #9D8064;
		border-bottom: 5px solid #9D8064;
		margin-bottom: 0;
	}

	.sppack_ftleft {
		width: 100%;
		margin-bottom: 5%;
	}

	.sppack_ftright {
		width: 100%;
		margin-bottom: 2%;
	}

	.sppack_priceoff {
		width: 80%;
		margin: 5% auto;
		margin-bottom: 2%;
	}

	.sppack_reservebtn {
		width: 80%;
		margin: 0% auto;
	}

	.sppackleft_s {
		width: 100%;
	}

	.sppackright_s {
		width: 100%;
	}

	.sppack_ftwrp {
		height: auto;
		padding-top: 10%;
		padding-bottom: 10%;
		margin: 5% auto;
		background-color: #fff;
		margin-bottom: 0%;

	}

	.mb {
		margin-bottom: 7%;
	}

	.sppack_illustratorlist {
		margin-bottom: 0%;
	}

	.sppack_illustratorlist li {
		float: left;
		width: 48.5%;
		margin-right: 2.6%;
		margin-bottom: 5%;
	}

	.sppack_illustratorlist li:nth-child(2n) {
		margin-right: -20%;

	}

	.sppack_illustratorlist li:last-child {
		margin-right: 0;

	}

	.sppacktag {
		width: 70%;
		margin: 5% auto;
		margin-bottom: 5%;
	}

	.sppackleft {
		width: 100%;
	}

	.sppackright {
		position: relative;
		right: -10%;
		width: 120%;
	}

	.sppackartbook {
		margin-top: -5%;
	}

	.sppack_textarea {
		font-size: 3.5vw;
		color: #fff;
		font-weight: 700;
		text-align: justify;
		line-height: 1.8em;
	}

	.productlist {
		margin-top: 5%;

	}

	.productlist li {
		float: left;
		width: 47%;
		margin-right: 6%;
		margin-bottom: 6%;
	}

	.productlist li:nth-child(2n) {
		margin-right: -40%;
	}

	.productlist li:last-child {
		margin-right: 0;
	}

	.productstoretokuten_souki_textarea {
		line-height: 1.7em;
		font-size: 4vw;
		font-weight: 800;
		color: #0065AF;
		margin-bottom: 0;
	}

	.productstoretokuten_syokai_textarea {
		line-height: 1.7em;
		font-size: 4vw;
		margin-bottom: 0;
		font-weight: 800;
		color: red;
	}

	.productsleft {
		position: relative;
		width: 100%;
	}

	.productsright {
		width: 100%;
	}

	.productsleftimg {
		width: 90%;
		margin: 0% auto;
	}

	.productstittextarea {
		line-height: 1.2em;
		font-size: 5.1vw;
		font-weight: 800;
		text-align: center;
		color: #fff;
		margin-bottom: 3%;
		margin-top: 5%;
	}1

	.productstitsubtextarea {
		line-height: 1.7em;
		font-size: 3.1vw;
		font-weight: 600;
		color: #000;
		text-align: center;
	}

.collectiontextarea {
	color: #fff;
	text-align: justify;
		line-height: 1.6em;
}
	.collectiontextarea2 {
	color: #fff;
	text-align: center;
}

	.cattit {
		width: 80%;
		margin: -6.7% auto;
		margin-bottom: 7%;
	}
	.cattit_o {

	width: 80%;
	margin: -6.7% auto;
	margin-bottom: 7%;
}
	
	.maintop_reservebtn {
	position: relative;
	width: 100%;
	margin: 5% auto;
	overflow: hidden;
}
	
}


.reservlogo {
	position: absolute;
	width: 30%;
	margin-left:10% ;
}



.spmenulogo {
	position: relative;
	width: 100%;
	margin-top: 80px;
	padding-left: 20%;
	padding-right: 20%
}

.spmenu_subtext {
	margin-top: 0;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 11pt;
	color:red;
}

#spslide {
	position: fixed;
	width: 100%;
	height: 100%
}

#spmenulist {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	text-align: center;
	padding-top: 10px;
	color: #fff
}

#spmenulist li {
	float: left;
	margin-right: 20px
}

.button_container {
	position: fixed;
	top: 1%;
	left: 3%;
	height: 27px;
	width: 55px;
	cursor: pointer;
	z-index: 3500
}

.button_container.close {
	position: fixed;
	top: 1%;
	left: 3%;
	height: 27px;
	width: 55px;
	cursor: pointer;
	z-index: 100
}

.button_container span {
	background: #fff;
	border: 0;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
	z-index: 3300
}

.button_container span:nth-of-type(2) {
	top: 11px
}

.button_container span:nth-of-type(3) {
	top: 22px
}

.button {
	position: relative;
	overflow: hidden;
	margin-top: -8px;
	margin-left: 15px;
	display: inline-block;
	background-color: #fff;
	text-align: center;
	padding: 12px 20px;
	width: 225px;
	height: 45px;
	float: left;
	outline: 0
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: ''
}

.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s
}

.button {
	background-color: #fff
}

.button:hover {
	background-color: #929280
}


.spmenulogo {
	margin-top: 10%;
	text-align: center;
	padding-left: 25%;
	padding-right: 25%;
	margin-bottom: 0
}

.opss {
	position: relative;
	margin-top: 10px;
	text-align: center;
	z-index: 100
}

.opss:link {
	color: #fff
}

.opss:visited {
	color: #fff
}

.opss:hover {
	color: #fff
}

/*overlay*/

.overlay {
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;

	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3300;
}

.overlay.close {
	position: fixed;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	transition: opacity 0.35s, visibility 0.35s, height 0.35s;
	overflow: hidden;
	z-index: 3300;
}


.overlay.open {
	visibility: visible;
	height: 100%;
}

.overlay.spmenulogo {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li {
	-webkit-animation: fadeInRight 0.5s ease forwards;
	animation: fadeInRight 0.5s ease forwards;
	-webkit-animation-delay: 0.35s;
	animation-delay: 0.35s;
}

.overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

.overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(5) {
	-webkit-animation-delay: 0.55s;
	animation-delay: 0.55s;
}

.overlay.open li:nth-of-type(6) {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.overlay nav {
	position: relative;
	height: 70%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 600;
	font-size: 18pt;
	color: #fff;
	text-align: center;

}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	position: relative;

}

.overlay ul li {
	display: block;
	min-height: 40px;
	margin-bottom: 16%;
	position: relative;
	opacity: 0;
}

.overlay ul li a {
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
	overflow: hidden;
}


@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		left: 20%;
	}

	100% {
		opacity: 1;
		left: 0;
	}
}

.button_containerwrp {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 65px;
	height: 47px;
	z-index: 4400;
}

.bfline1 {
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 1px;
	transform: rotate(60deg)
}

#bfline {
	width: 400px;
	overflow: hidden
}

.rsvbnrwrp {
	margin-left: 20px
}


.snkos {
	margin-top: -12px;
}

.btnwrp {
	margin-left: 0px;
}


.preloading {
margin-top: 0;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 4500;
}

#tirgger1 {
	position: absolute;
}

.wcamp_wrp {
	border:solid 5px #FF0000;
	padding:0;
	background-image: url(../img/main/wcamp_backimg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	background-color: rgba(0,0,0,0.7);
	margin-top: 5%;
	margin-bottom: 5%;
	
}

.wcampimg2 {
	width: 80%;
}

.wcampimg {
	margin: 0 auto;
}

.wcamp_shibuki {
	margin-top: -4%;
	width: 20%;
}

.wcampleadtextarea {
	font-weight: 600;
	color:#fff;
}

.wcamp_innerwrp {
	padding: 4% 4% 0 4%;	
}

.wcamp_subcatch {
	
}

.wcampleft {
	width: 25%;

}

.wcampright {
	width: 75%;
}

.wcamp_left2 {
	margin-top: 2%;
	width: 55%;
}
.wcamp_left3 {
	margin-top: 2%;
	width: 50%;
}

.wcamp_right2 {
	width: 50%;
	margin-right: -5%;
}

.wcamp_leaditemtextarea {
	font-weight: 500;
	color:#fff;
}

.wcamp_limittextarea {
	font-weight: 800;
	color:#fff;
	margin-bottom: 0;
}

.wcamp_titlogo {
	width: 105%;
	margin-left: -3%;
	margin-top: -5%;
}

#collectionanchor {
	position: absolute;
	margin-top: -10%;
}
#onlineanchor {
	position: absolute;
	margin-top: -10%;
}
#museumanchor {
	position: absolute;
	margin-top: -10%;
}
#productsanchor {
	position: absolute;
	margin-top: -10%;
}



@media screen and (min-width:320px) and (max-width:1050px) {
	#collectionanchor {
	position: absolute;
	margin-top: -15%;
}
#onlineanchor {
	position: absolute;
	margin-top: -15%;
}
#museumanchor {
	position: absolute;
	margin-top: -15%;
}
#productsanchor {
	position: absolute;
	margin-top: -15%;
}

	
	.wcamp_wrp {
	border:solid 5px #FF0000;
	padding:0;
	background-image: url(../img/main/wcamp_backimg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 100%;
	background-color: rgba(0,0,0,0.7);
	margin-top: 5%;
	margin-bottom: 5%;
	
}

.wcampimg2 {
	width: 90%;
}

.wcampimg {
	margin: 0 auto;
}

.wcamp_shibuki {
	margin-top: -4%;
	width: 20%;
}

.wcampleadtextarea {
	font-weight: 600;
	color:#fff;
}

.wcamp_innerwrp {
	padding: 4% 4% 4% 4%;	
}

.wcamp_subcatch {
	
}

.wcampleft {
	width: 50%;
		margin-left: 25%;
	margin-bottom: 5%;
	
}

.wcampright {
	width: 95%;
}

.wcamp_left2 {
	margin-top: 2%;
	width: 100%;
	margin-bottom: 15%;
}
.wcamp_left3 {
	margin-top: 2%;
	width: 100%;
}

.wcamp_right2 {
	width: 100%;
	margin-right: -5%;
}

.wcamp_leaditemtextarea {
	font-weight: 500;
	line-height: 1.7em;
		font-size: 2.9vw;
	color:#fff;
}

.wcamp_limittextarea {
	font-weight: 800;
	color:#fff;
	margin-bottom: 0;
	text-align: center;
	margin-top: -8%;
}

.wcamp_titlogo {
	width: 110%;
	margin-left: -6%;
	margin-top: -5%;
}
}

.bold {
	font-weight: 800;
}

#languagewrp {
	margin-top: 0;
	width: 100vw;

	height: auto;
	color:#fff;
	margin: 0 auto;
	z-index: 500;
}

.textarea_ll {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #fff;
	font-size: 3.2vw;
}

.langselect_langtextarea {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #fff;
	font-size: 2.2vw;
}

.langselectlist {
	width: 30%;
	margin: 0 auto;
}
.langselectlist li {

	float: left;
	margin-right: 10%;
}
.langselectlist li:last-child {
	margin-right: -70% ;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.langselect_langtextarea {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #fff;
	font-size: 4.2vw;
}
	.textarea_ll {
	font-weight: 600;
	text-align: center;
	line-height: 1.7em;
	color: #fff;
	font-size: 6.2vw;
}
	.langselectlist {
	width: 60%;
	margin: 0 auto;
}
.langselectlist li {

	float: left;
	margin-right: 10%;
}
.langselectlist li:last-child {
	margin-right: -70% ;
}
}

	.delogo {
		width: 5.5%;
	position: absolute;
	padding-top: 45px;
	right: 10px;
	z-index: 100;
}
.fsnslist {
	width: 20%;
	margin: 0 auto;
}
.fsnslist li:first-child {
	margin-top: 5.3%;
	width: 42%;
	margin-right: 6%;
}
.fsnslist li {
	float: left;
	width: 22%;
		margin-right: 6%;

}
.fsnslist li:last-child {
	margin-right: -50%;
}

@media screen and (min-width:320px) and (max-width:1050px) {
	.delogo {
		width: 12%;
	position: absolute;
	padding-top: 48px;
	right: 60px;
	z-index: 100;
}
	.fsnslist {
	width: 40%;
	margin: 0 auto;
}
.fsnslist li:first-child {
	margin-top: 3.3%;
	width: 52%;
	margin-right: 6%;
}
.fsnslist li {
	float: left;
	width: 22%;
		margin-right: 6%;

}
.fsnslist li:last-child {
	margin-right: -50%;
}
}
.glayout {
	opacity: 0.4;
}

.nb {
	border-bottom:none;
}

.topreservtextarea {
	text-align: center;
	color:#fff;
	font-weight: 600;
}


.spback {
	position: fixed;
	width: 150vw;
	margin-top: 0;
	margin-left: -26%;
	height: auto;
}