@charset "UTF-8";

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 0px !important;
}

body {
	margin: 0;
	padding: 0;
}

#special {
	/*overflow-x : hidden !important;*/
}

a {
	transition: .2s;
	border: 0 !important;
}

a:hover {
	text-decoration: none !important;
}

.special_fixed {
	position: fixed !important;
	top: -137px;
	z-index: 10000;
}

.special_fixed:hover {}

.hidden {
	overflow: hidden;
}

.block {
	display: block;
}

a {
	text-decoration: none !important;
}

#special {
	font-size: 14px;
	font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #000000 !important;
	list-style: none;
	line-height: 2.0em;
	background: #f7f7ff;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

@media screen and (min-width: 1000px) {
	#special {
		width: 100% !important;
		margin: 0 auto !important;
	}

	.pc {
		display: block !important;
	}

	.sp {
		display: none !important;
	}
}


/* PCサイドナビ(通常)
------------------------------------------------------------*/
.side-nav {
	position: fixed;
	bottom: 0;
	z-index: 100 !important;
}

.side-nav ul {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin: 0;
}

.side-nav ul li {
	margin: 0;
	padding: 10px 0 5px 0;
	height: 25px;
	list-style-type: none;
	width: calc(100% / 9);
	transition: all .3s;
}

.side-nav .special_sidenav li a img:hover {
	transform: scale(1.05, 1.05) !important;
}

@media screen and (min-width: 1000px) {
	.side-nav {
		top: 7%;
		right: 0px;
		z-index: 100;
		height: 320px;
	}

	.side-nav ul {
		flex-direction: column;
		margin: 0;
		padding: 0;
	}

	.side-nav ul li {
		width: 100%;
		margin-bottom: 15px;
	}

	.side-nav ul li:last-child {
		margin-bottom: 0 !important;
	}

	.side-nav ul a img {
		display: block;
		width: 90px;
		padding: 0 0 3px 0;
	}

	.side-nav ul li:hover {
		opacity: 0.5;
	}

	.side-nav .header__link.is-active img {
		opacity: 1
	}

	.side-nav .header__link.is-active::after {}
}


/* SPボトムナビ
----------------------------------------*/
.spnavbox {}

ul.spnav {
	position: fixed;
	bottom: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 200 !important;
}

ul.spnav li {
	width: 33.33333%;
	margin: 0;
	padding: 0;
	float: left;
}


/* MOVIE
----------------------------------------
.movie {
	position: relative;
	padding-bottom: 10%;
}
.movie .video-container {
	position: relative;
	width: 50vw; 
	height: calc(50vw * 16/ 9);
	overflow: hidden;
	margin: 0 auto !important;
	padding: 0 !important;
	z-index: 2;
}
.movie .video-container video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.movie #videoPlaceholder {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: none;
}

@media (min-width: 1000px) {
	.movie {
		padding-bottom: 20px;
	}
	.movie .video-container {
		position: relative;
		max-width: 500px;
		height: calc(500px * 9 / 16);
		overflow: hidden;
		margin: 0 auto !important;
		padding: 0 !important;
	}
	.movie .video-container video {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}*/



/* アコーディオン(ブランドで見る＆サイズで見る)
----------------------------------------*/
.linkarea {
	margin-bottom: 10%;
}

.accordion {
	width: 100%;
	text-align: center !important;
}

.accordion2 {
	width: 100%;
	text-align: center !important;
}

.acmenu {
	margin-left: 5% !important;
	width: 90%;
	font-size: 15px;
	text-align: center;
	margin-bottom: 5%;
	border: 1px solid #000;
}

.acmenu ul {
	padding: 0 !important;
	margin: 0 !important;
}

.acmenu ul li {
	list-style: none !important;
	border: 1px solid #fffffff !important;
	background: #f7f7ff !important;
	color: #000000 !important;
}

.acmenu ul li:first-child,
.acmenu ul li:nth-child(2),
.acmenu ul li:nth-child(3),
.acmenu ul li:nth-child(4),
.acmenu ul li:nth-child(5),
.acmenu ul li:nth-child(6) {
	background: #bababa;
	border: none !important;
}

.acmenu ul li a {
	display: block;
	color: #000000 !important;
	cursor: pointer;
	line-height: 50px;
	font-size: 15px;
	text-align: center !important;
}

.acmenu li a:after,
.acmenu li a.active:after {
	position: absolute;
	color: #fff !important;
}

.acmenu li a:after {}

.acmenu ul li a:hover {
	background: #cccccc !important;
}

.acmenu li a.active:after {}

.acmenu>ul>li>ul {
	display: none;
}

.acsubmenu li {
	width: 100%;
	display: block;
	height: 50px;
	position: relative;
	line-height: 50px;
	font-size: 14px;
	margin-bottom: 1px;
	text-align: center !important;
}

@media screen and (min-width: 1000px) {
	.linkarea {
		width: 1000px;
		height: 150px;
		position: relative;
		margin: 0 auto !important;

	}

	.linkarea .link1 {
		position: absolute;
		left: 50px;
		width: 400px;
	}

	.linkarea .link2 {
		position: absolute;
		right: 50px;
		width: 400px;
	}

	.acmenu {
		margin-left: 0 !important;
		width: 400px;
		font-size: 14px;
		text-align: center;
	}

	.acmenu ul li a {
		display: block;
		color: #000000 !important;
		cursor: pointer;
		line-height: 50px;
		font-size: 16px;
		text-align: center !important;
	}
}


/* FOOTER
----------------------------------------*/
.btnarea {
	width: 90%;
	margin: 0 auto;
	margin: 0 5% 20% 5%;
	letter-spacing: 0.5px;
}

.button {
	margin: 0 auto 5% auto;
	width: 100%;
	padding: 3% 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1em;
	color: #000000;
	cursor: pointer;
	position: relative;
	font-weight: 400;
	font-style: normal;
}

.btnarrow {
	position: absolute;
	right: 20px !important;
	top: 17px !important;
	width: 35px;
	height: 8px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: skew(45deg);
}

.btnarrow.short {
	width: 20px;
}

.button.comingsoon:hover {
	cursor: default;
	background: #fff !important;
}

.btnarea .button {
	border: none !important;
}

.itembtnarea .button {
	width: 97% !important;
	margin: 0 auto;
	border-bottom: 10px solid #eeeeee !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	text-align: left !important;
	padding-bottom: 0 !important;
	justify-content: inherit !important;
	padding-left: 3% !important;
	font-size: 1.2em;
	line-height: 0.8em;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}

@media screen and (min-width: 1000px) {
	.btnarea {
		margin: 160px auto 80px auto !important;
	}

	.button {
		margin: 20px auto 0 auto;
		width: 500px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 16px;
		color: #000000;
		cursor: pointer;
		position: relative;
		padding: 0;
	}

	.btnarrow {
		position: absolute;
		right: 40px !important;
		top: 17px !important;
		width: 50px;
		height: 8px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		transform: skew(45deg);
	}

	.btnarrow.sustainablearrow,
	.btnarrow.instagramarrow {
		top: 27px !important;
		color: #000;
		border-bottom: 1px solid #000 !important;
		border-right: 1px solid #000 !important;
	}

	.button:hover .btnarrow.sustainablearrow,
	.button:hover .btnarrow.instagramarrow {
		top: 27px !important;
	}

	.button:hover {
		background: #ffffff;
	}

	.button:hover .btnarrow {
		position: absolute;
		right: 20px !important;
		top: 17px !important;
		width: 50px;
		height: 8px;
		border-bottom: 1px solid #000;
		border-right: 1px solid #000;
		transform: skew(45deg);
	}

	.itembtnarea .button {
		width: 380px !important;
		line-height: 0.5em !important;
		margin: 0 auto !important;
		height: 30px !important;

	}

	.itembtnarea .button .btnarrow {
		top: 12px !important;
	}
}


.vol2 {
	width: 90%;
	margin: 0 5% 20% 5% !important;
	border: 1px solid #000;
	text-align: center;
	/*padding:2% 0;
	font-size:1rem;
	line-height:2;
	background:#fff;*/

}

.vol2-label {
	font-size: 1em;
	margin: 0 auto 10px auto !important;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}


@media screen and (min-width: 1000px) {
	.vol2 {
		/*width:480px;
		padding:10px 0;
		font-size:18px;*/
		width: 520px;
		margin: 0 auto 40px auto !important;
	}
}

#otherarea {
	width: 100%;
	margin: 0 auto !important;
	padding-top: 10% !important;
	padding-bottom: 30px !important;
}

@media screen and (min-width: 1000px) {
	#otherarea {
		width: 100%;
		margin: 0 auto !important;
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

.infoarea {
	text-align: center;
	width: 100%;
	color: #000;
}

.infoarea p {
	margin: 5% auto 3% auto;
	text-align: center;
	width: 100%;
}

.infoarea .btnarea .button {
	color: #000;
	background-color: transparent !important;
	border: 1px solid #000 !important;
}

.infoarea .btnarea .btnarrow {
	right: 15px !important;
}

@media screen and (min-width: 1000px) {
	.infoarea {
		width: 1000px;
		margin: 0 auto !important;
	}

	.infoarea .ttl {
		width: 500px;
		margin: 0 auto !important;
	}

	.infoarea p {
		margin: 20px auto 0 auto;
		text-align: center;
		width: 100%;
		font-size: 16px;
	}

	.infoarea .btnarea {
		margin: 0 auto 80px auto !important;
	}

	.infoarea .btnarea .btnarrow {
		right: 40px !important;
	}
}

.sustainable {
	background: #f3f3f5;
	text-align: center;
	padding: 10% 5% 1% 5%;
	border: 1px solid #eae7e0;
}

.sustainable p {
	font-size: 1.1em;
	margin: 5% 0 5% 0;
	line-height: 1.8em;
}

.sustainable .btnarea {
	margin-bottom: 10% !important;
}

.sustainable .button {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
	padding: 3% 0 0 0 !important;
	border-bottom: 7px solid #c5e4c7 !important;
}

.instagram {
	background: #eae7e0;
	text-align: center;
	padding: 10% 5% 1% 5%;
	margin-top: 10%;
	margin-bottom: 10%;
}

.instagram .instagramttl {
	width: 25%;
	margin: 0 auto 5% auto;
}

.instagram p {
	font-size: 1.2em;
	margin: 5% 0;
	line-height: 1.8em;
}

.instagram .btnarea {
	margin-bottom: 10% !important;
}

.instagram .button {
	background: #ffffff !important;
	border: 1px solid #ffffff !important;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

@media screen and (min-width: 1000px) {
	.rp-footer-flex {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 60px;
		max-width: 1190px;
		margin: 0 auto;
		padding: 40px 0;
	}

	.sustainable,
	.instagram {
		width: 48%;
		height: 200px;
		margin: 0 auto 50px auto;
		padding: 40px 0 0 0;
	}

	.sustainable {
		padding-top: 30px;
		height: 210px;
	}

	.sustainable img {
		width: 80%;
		margin: 0 50px;
	}

	.sustainable p {
		font-size: 18px;
		margin: 20px 0 0 0;
	}

	.sustainable .btnarea {
		margin: 0 auto !important;
	}

	.sustainable .button {
		padding-top: 1.5% !important;
		padding-bottom: 0;
		width: 25rem;
	}

	.instagram .instagramttl {
		width: 100px;
		margin: 0 150px;
	}

	.instagram p {
		font-size: 18px;
		margin: 20px 0 0 0;
	}

}

.page-top a {
	width: 40px;
	position: fixed;
	bottom: calc(10px + env(safe-area-inset-bottom));
	right: 25px;
	/*padding: 10px;*/
	display: block;
	z-index: 1000;
}

.page-top a:hover {
	bottom: calc(10px + env(safe-area-inset-bottom));
}

.copyright {
	text-align: center;
	font-size: 10px;
	padding-bottom: 50px;
	margin: 40px auto 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (min-width: 1000px) {
	.page-top a {
		width: 40px;
		position: fixed;
		bottom: 15px;
		right: 30px;
		/*padding: 10px;*/
		display: block;
	}

	.page-top a:hover {
		bottom: 20px;
	}

	.copyright {
		padding-bottom: 20px;
	}
}


/* navibtn
----------------------------------------*/
#special_nav {
	width: 100%;
	margin: 0 0 20% 0;
}

#special_nav ul {
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: space-between;
}

#special_nav ul li {
	width: 25%;
	list-style: none;
	margin: 0;
	text-align: center;
	position: relative;
	transition: all .3s;
}

#special_nav ul li a {
	color: #000;
}

#special_nav ul li:hover {
	transform: scale(1.05, 1.05) !important;
}

@media screen and (min-width: 1000px) {
	#special_nav {
		max-width: 830px;
		width: 90%;
		margin: 40px auto 0 auto !important;
	}

	#special_nav ul {
		margin: 0 auto;
		padding: 0;
	}

	#special_nav ul li {
		margin: 0 1%;
		width: 31%;
	}
}

@media screen and (max-width: 999px) {
	#special_nav ul {
		flex-wrap: wrap;
		margin-top: 10%;
	}

	#special_nav ul li {
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}

	#special_nav ul li:nth-child(3n) {
		margin-right: 0;
	}

	#special_nav a {
		transition: 0.6s ease-in-out;
	}
}



/* クレジット関係
-------------------------------------------------*/
.creditlist {
	margin: 0;
	padding: 0;
	width: 100%;
}

/*.flex .creditlist{
	margin:calc(100vw*0.25) 5% 0 5%;
	padding:0;
}*/
.creditlist ul {
	margin: 0;
	padding: 0;

}

.creditlist li {
	display: flex;
	margin: 0;
	padding: 0 0 10px 0;
	align-items: center;
}

.creditlist li .item_name {
	flex: 1;
	text-align: left !important;
}

.creditlist li .item_brand {
	width: 21%;
	text-align: left !important;
}

.creditlist li .item_price {
	width: 25%;
	text-align: right;
}

.creditlist li .item_name,
.creditlist li .item_brand,
.creditlist li .item_price {
	font-size: 0.9em;
}

.creditlist li .item_price small {
	font-size: 0.7em;
}

.creditlist li .item_name {}

@media screen and (min-width: 1000px) {
	.creditlist {
		margin: 0 auto;
		width: 90%;
		max-width: 400px;
	}

	.flex .creditlist {
		margin: calc(100vw*0.33) 0 0 0;
		padding: 0;
		width: 380px;
	}

	.creditlist li {}

	.creditlist li .item_name,
	.creditlist li .item_brand,
	.creditlist li .item_price {
		font-size: 1em;
	}
}

/*buybtnbox
----------------------------------------*/
.creditlist .buybtnbox {
	background-color: transparent;
	width: 20%;
}

.buybtnbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	/*display: flex;*/
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	width: 6em;
	margin: 0 0 0 2%;
	color: #004850;
}

.buybtnbox a {
	padding: 0 !important;
	justify-content: left !important;
}

.buybtn {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 2em;
	background-color: transparent;
	color: #000000;
}

.buybtn:hover {
	color: #000000;
}

@media screen and (max-width: 999px) {
	.buybtnbox {
		width: 5.5em;
		margin-left: 2%;
	}

	.buybtn {
		height: 2em
	}
}

.buybtn:hover .buybtnText {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.buybtn:hover .buybtnArrow img {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.buybtnText {
	color: #000000;
	font-size: 12px;
	letter-spacing: 0 !important;
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	margin: 0 0 0;
	text-align: center;
	margin: 0 auto !important;
}

.buybtnText.buybtnText01 {
	color: #000000 !important;
	font-size: 12px;
	letter-spacing: 0 !important;
	-webkit-transform: translateX(1em);
	transform: translateX(1em);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	margin: 0 0 0;
	text-align: center;
	margin: 0 auto !important;
}

.buybtnArrow {
	overflow: hidden !important;
	width: 20px;
}

.buybtnArrow {
	width: 0;
}

.buybtn:hover .buybtnArrow {
	width: 20px;
}

.buybtnArrow {
	width: 0;
	opacity: 0;
}

.buybtn:hover .buybtnArrow {
	width: 20px;
	opacity: 1;
}

@media screen and (max-width: 999px) {
	.buybtnText {
		font-size: 0.8em;
		line-height: 1.25;
		letter-spacing: 0em;
		-webkit-transform: translateX(1em);
		transform: translateX(1em);
		padding-right: 5px !important;
	}

	.buybtnArrow {
		width: 20px;
	}

}


.buybtnArrow img {
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s
}

.buyarrow {
	width: 20px;
}




/* MV
----------------------------------------*/
#special_head {
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	height: calc(100vw* 1.25333);
	position: relative;
	overflow: hidden;
}

#special_head .logo {
	width: 34%;
	position: absolute;
	z-index: 10;
	left: 33%;
	top: 2%;
}

#special_head .mv-img {
	overflow: hidden;

}

#special_head .mainphoto {
	width: 100%;
	position: absolute;
	z-index: 1;
}

#special_head .ttl1 {
	position: absolute;
	z-index: 2;
	width: 23%;
	top: calc(100vw * 0.52);
	left: 6%;
}

#special_head .ttl2 {
	position: absolute;
	z-index: 2;
	width: 50%;
	top: calc(101vw * 0.625);
	left: 5.7%;
}

#special_head .ttl3 {
	position: absolute;
	z-index: 2;
	width: 32%;
	top: calc(100vw * 0.78);
	left: 6%;
}

#special_head .ttl3_2 {
	position: absolute;
	z-index: 2;
	width: 32%;
	top: calc(100vw * 0.84);
	left: 6%;
}

#special_head .ttl4 {
	position: absolute;
	z-index: 2;
	width: 55%;
	top: calc(100vw * 0.967);
	left: 22%;
}

#special_head .ttl4_1 {
	position: absolute;
	z-index: 4;
	width: 10%;
	top: calc(100vw * 0.94);
	left: 6%;
}

#special_head .ttl4_2 {
	position: absolute;
	z-index: 4;
	width: 12%;
	top: calc(100vw * 0.925);
	left: 18%;
}

#special_head .style {
	position: absolute;
	z-index: 5;
	width: 18%;
	top: calc(100vw * 0.67);
	left: 41%;
}

.attention {
	margin-top: 3%;
}

@media screen and (min-width: 1000px) {
	.mv {
		width: 100%;
		height: calc(100vw*0.56);
		display: block;
		overflow: hidden;
	}

	#special_head {
		margin: 0 !important;
		padding: 0 !important;
		width: 100%;
		height: calc(100vw*0.63);
		position: relative;
	}

	#special_head .logo {
		width: 20%;
		position: absolute;
		z-index: 10 !important;
		top: 20px !important;
		left: 3% !important;
	}

	#special_head .ttl1 {
		position: absolute;
		z-index: 2;
		width: 16%;
		top: calc(100vw * 0.2);
		left: 22.6%;
	}

	#special_head .ttl2 {
		position: absolute;
		z-index: 2;
		width: 33%;
		top: calc(101vw * 0.27);
		left: 14.5%;
	}

	#special_head .ttl3 {
		position: absolute;
		z-index: 2;
		width: 32.7%;
		top: calc(100vw * 0.39);
		left: 14%;
	}

	#special_head .ttl4 {
		position: absolute;
		z-index: 2;
		width: 30.7%;
		top: calc(100vw * 0.48);
		left: 34.6%;
	}

	#special_head .ttl4_1 {
		position: absolute;
		z-index: 2;
		width: 5.6%;
		top: calc(100vw * 0.45);
		left: 24%;
	}

	#special_head .ttl4_2 {
		position: absolute;
		z-index: 2;
		width: 6.3%;
		left: 31.3%;
		top: calc(100vw * 0.443);
	}

	#special_head .style {
		position: absolute;
		z-index: 5;
		width: 11.5%;
		top: calc(100vw * 0.3);
		left: 37.5%;
	}

	.attention {
		width: 600px;
		margin: 20px auto 0 auto !important;
	}
}



/* =========================
   textbox SP
========================= */
.textbox {
	position: relative;
	width: 100%;
	margin: 10vw auto 0;
	padding: 0 0 14vw;
}

.textbox .sceneinner {
	width: 86%;
	margin: 0 auto;
}

.textbox .movie {
	width: 62%;
	margin: 16vw auto 0;
	position: relative;
	z-index: 1;
}

.textbox .video-container {
	width: 100%;
}

.textbox .video-container video {
	display: block;
	width: 100%;
	height: auto;
}

.textbox .linen {
	position: absolute;
	top: 4%;
	left: 12%;
	width: 24%;
	z-index: 3;
}

.textbox .scenecontent {
	width: 100%;
	margin-top: 8vw;
}

.textbox .titlewrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 3.5%;
	margin: 0 auto;
}

.textbox .scenettl {
	width: 16%;
	margin: 2.5% 0 0;
}

.textbox .scenettl2 {
	width: 20%;
	margin: 0;
}

.textbox p {
	width: 90%;
	margin: 9% auto 10% auto;
	font-size: 0.9em;
	line-height: 2;
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

/* =========================
   PC 1000px以上
========================= */
@media screen and (min-width: 1000px) {

	.textbox {
		width: 80%;
		max-width: 1190px;
		margin: 6% auto 7%;
		padding: 0;
	}

	.textbox .sceneinner {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.textbox .movie {
		width: 30%;
		margin: 0 0 0 9%;
		flex-shrink: 0;
		position: relative;
		z-index: 1;
	}

	.textbox .video-container {
		width: 100%;
		aspect-ratio: 3 / 5;
		overflow: hidden;
	}

	.textbox .video-container video {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.textbox .linen {
		top: 4%;
		left: 2%;
		width: 14%;
		z-index: 3;
	}

	.textbox .scenecontent {
		width: 510px;
		margin-top: 0;
		/*width: 54%;*/
		/*margin-top: 11%;*/
	}

	.textbox .titlewrap {
		justify-content: center;
		align-items: baseline;
		gap: 3%;
	}

	.textbox .scenettl {
		width: 14%;
		/*margin: 2% 0 0;*/
		margin: 0;
	}

	.textbox .scenettl2 {
		width: 16%;
	}

	.textbox p {
		width: 100%;
		margin: 7% 0 0;
		font-size: 18px;
		line-height: 2.2;
	}
}

/* Sceneタイトル
----------------------------------------
.textbox {
  position: relative;
  padding: 10% 0 180% 0;
}

.textbox .linen {
  position: absolute;
  left: 13%;
  top: 8%;
  width: 24%;
  z-index: 20;
}
.textbox .sceneinner{
	position:absolute;
}
.textbox .scenettl{
	width: 15%;
    margin: 0 0 0 25%;
    display: inline-block;
}
.textbox .scenettl2{
	width:26.5%;
	margin:0 0 0 4%;
	display: inline-block;
}
.textbox p{
	width:80%;
	margin:9% auto 10% auto;
	font-size:0.9em;
	line-height:2;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
}
@media screen and (min-width: 1000px){
	.textbox{
		padding: 0 !important;
		display: flex;
		margin:80px auto;
		width:80%;
		max-width:1000px;
		height:25vw;
	}
	.textbox .linen{

	}
	.textbox .sceneinner{
		max-width:1000px;
	}
	.textbox .scenettl{
		        width: 83px;
        margin: 4px 20px 0 140px;
	}
	.textbox .scenettl2{
		width: 82px;
        margin: 0 0 0 0;
	}
	.textbox .sceneinner .left{
		width:500px;
		float:left;
	}
	.textbox p{
		font-size:16px;
		width:45%;
		margin:40px 0 0 55%;
	}
	.textbox .sceneinner .movie{
		float:left;
	}
}*/


/* nav
----------------------------------------*/
ul.special_nav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}

ul.special_nav li {
	width: 24% !important;
	position: relative;
	height: calc(100vw*0.2);
}

ul.special_nav li .navphoto {
	position: absolute;
}

ul.special_nav li .navno {
	position: absolute;
	width: 24%;
	bottom: 30%;
	left: 5%;
}

@media screen and (min-width: 1000px) {
	ul.special_nav {
		max-width: 1190px;
		width: 80%;
		margin: 0 auto;
	}

	ul.special_nav li {
		height: auto !important;
		width: 24% !important;
		margin-bottom: 1%;
	}

	ul.special_nav li a {
		display: block;
		position: relative;
		width: 100%;
		line-height: 0;
	}

	ul.special_nav li .navphoto {
		position: relative !important;
		/* staticでも可 */
		width: 100%;
		height: auto;
		display: block;
	}

	ul.special_nav li .navno {
		position: absolute;
		width: 23%;
		bottom: 30%;
		left: 5%;
		z-index: 2;
	}
}

/* animation
----------------------------------------*/

/*fadeRightLeftMV(右→左)*/
.fadeRightLeftMV.wow.animated {
	animation-name: fadeRightLeftMV;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
	will-change: opacity;
}

.fadeRightLeftMV {
	opacity: 0;
}

@keyframes fadeRightLeftMV {
	0% {
		opacity: 0;
		filter: blur(6px);
		transform: translateX(30%);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		transform: translateX(0);
	}
}

/*fadeLeftRightMV(左→右)*/
.fadeLeftRightMV.wow.animated {
	animation-name: fadeLeftRightMV;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
	animation-direction: normal;
	animation-fill-mode: forwards;
	opacity: 0;
	will-change: opacity;
}

.fadeLeftRightMV {
	opacity: 0;
}

@keyframes fadeLeftRightMV {
	0% {
		opacity: 0;
		filter: blur(6px);
		transform: translateX(-30%);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		transform: translateX(0);
	}
}


/* itemarea
----------------------------------------*/
.linen1 {
	margin: 30% auto 10% auto;
}

.linen1 .modelphoto a {
	display: block;
	overflow: hidden;
}

.linen1 .modelsize {
	width: 90%;
	text-align: right;
	padding: 2% 5%;
	font-size: 0.8rem;
}

.linen1 .creditlist {
	width: 80%;
	margin: 0 auto;
	margin-top: 5%;
}

.linenleft,
.linenright {
	margin: 0 auto 10% auto;
}

.linenleft a,
.linenright a {
	display: block;
	overflow: hidden;
}

.linenleft .rightbox,
.linenright .rightbox {
	width: 80%;
	margin: 10% 10% 0 10%;
}

.linenleft .rightbox .subphoto,
.linenright .rightbox .subphoto {
	margin-bottom: 5%;
	overflow: hidden;
}

@media screen and (min-width: 1000px) {
	.linen1 {
		width: 90%;
		margin: 160px auto 80px auto;
	}

	.linen1 .modelphoto {
		display: flex;
	}

	.linen1 .modelphoto img {
		width: 100%;
	}

	.linen1 .modelsize {
		width: 100%;
		text-align: right;
		padding: 10px 10px 0 0;
	}

	.linen1 .creditlist {
		width: 400px;
		margin: 0 auto;
		margin-top: 2%;
	}

	.linenleft {
		width: 90%;
		display: flex;
		margin: 0 auto;
	}

	.linenright {
		width: 90%;
		display: flex;
		margin: 0 auto;
		flex-direction: row-reverse;
	}

	.linenleft .leftbox,
	.linenright .leftbox {
		flex: 0 0 50%;
		/* ←これで50%固定 */
		max-width: 100%;
		margin: 0;
	}

	.linenleft .rightbox,
	.linenright .rightbox {
		flex: 0 0 50%;
		/* ←これで50%固定 */
		max-width: 50%;
		margin: 0;
	}

	.linenleft .rightbox img,
	.linenright .rightbox img {
		width: 70%;
		margin: 10% 15% 0 15%;
	}
}

@media screen and (max-width: 375px) {}


/*================================================
スマホ版 特集商品一覧ボタン
================================================*/
.sp-tokushu-btn {
	position: fixed;
	bottom: calc(75px + env(safe-area-inset-bottom));
	right: 15px;
	z-index: 1000;
	display: block;
}
.sp-tokushu-btn a {
	display: block;
	width: 60px;
	padding-bottom: 10px;
	contain: paint;
}
.sp-tokushu-btn img {
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 1000px) {
	.sp-tokushu-btn {
		display: none;
	}
	.sp-tokushu-btn {
		position: fixed;
		bottom: 90px;
		right: 15px;
		z-index: 1000;
		display: block;
	}
	.sp-tokushu-btn a {
		display: block;
		width: 72px;
		/*padding: 10px;*/
		padding-bottom: 10px;
	}
	.sp-tokushu-btn img {
		width: 100%;
		height: auto;
		display: block;
	}
}