@charset "UTF-8";


/* ------------------------------
	.gnav
------------------------------ */
body.navfixed{
	padding-top: 5vw;
}

body.navfixed #product01 .product_bnr{
	padding-top: 5vw;
}

.gnav{
	position: relative;
}
.gnav.fixed{
	position: fixed;
}

@media screen and (max-width: 768px) {
	.gnav{
		position: fixed;
	}
}


/* ------------------------------
	.product_box
------------------------------ */
.product_box{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.product_box.debuy{
	height: calc(100vh - 4.55vw);
	background: url(../img/product/product_img01.jpg) no-repeat center left;
	background-size: cover;
}

.product_box.innovation{
	display: flex;
}

.product_box .txt_box p{
	color: #fff;
}

.product_box .txt_box .ttl{
	font-size: 2.2vw;
	font-weight: bold;
	color: #fff;
}

.product_box .txt_box .txt{
	font-size: 1.3vw;
	line-height: 1.3;
}

.product_box .txt_box .txt + .txt{
	margin-top: 0.7vw;
}



/**** .movie ****/
.product_box .movie_box{
	width: 90%;
	padding: 1.8% 2%;
	margin: 5vh auto;
	background: url(../img/product/movie_bg.png) no-repeat center center;
	background-size: cover;
}
@media screen and (min-width: 769px) {
	.product_box.comfortable .movie_box{
		margin: 4vh auto;
	}
}

.product_box .movie_box .movie{
	position: relative;
}

.product_box .movie_box .movie > *{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.product_box .movie_box .movie iframe{
	bottom: 0;
	margin: auto;
}

.product_box .movie_box .movie .movie_thumb{
	position: relative;
	z-index: 2;
	height: auto;
}
.product_box .movie_box .movie.movie_on .movie_thumb{
	cursor: pointer;
}
.product_box .movie_box .movie .movie_thumb.none{
	opacity: 0;
	visibility: visible;
	pointer-events: none;
}

.product_box .movie_box .movie iframe{
	z-index: 1;
}


.product_box{
	display: flex;
}

.product_box .txt_box{
	background-color: #000;
	overflow: hidden;
}

.product_box.innovation .product_image{
	width: 55%;
	height: 100%;
	background: url(../img/product/product_img02.jpg) no-repeat center top;
	background-size: cover;
}

.product_box.innovation .txt_wrap{
	width: 90%;
	margin: 5vh auto 0;
}

.product_box.innovation .txt_box .ttl:first-child{
	text-align: right;
	margin: 0;
}
.product_box.innovation .txt_box .ttl:first-child img{
	width: 20vw;
}

.product_box.innovation .txt_box .ttl{
	margin: 5vh 0;
	letter-spacing: 0.15em;
}

.product_box.innovation .txt_box .ttl + .ttl{
	letter-spacing: 0.2em;
}

.product_box.innovation .txt_box{
	width: 45%;
	border-top: 1vw solid #E51373;
}

.product_box.comfortable .product_image{
	width: 55%;
	height: 100%;
	background: url(../img/product/product_img03.jpg) no-repeat center top;
	background-size: cover;
}

.product_box.comfortable .txt_wrap{
	width: 90%;
	margin: 5vh auto 0;
}

.product_box.comfortable .txt_box .ttl:first-child{
	text-align: right;
	margin: 0;
}
.product_box.comfortable .txt_box .ttl:first-child img{
	width: 18vw;
}

.product_box.comfortable .txt_box .ttl{
	margin: 4vh 0;
	letter-spacing: 0.15em;
}

.product_box.comfortable .txt_box .ttl + .ttl{
	letter-spacing: 0.2em;
}

.product_box.comfortable .txt_box{
	width: 45%;
	border-top: 1vw solid #8DC21F;
}


@media screen and (max-width: 768px){
	.product_box .movie_box{
		margin: 7vw auto;
	}

	.product_box{
		height: initial;
		flex-wrap: wrap;
	}

	.product_box.debuy{
		height: calc(100vh - 15vw);
	}

	.product_box .txt_box .txt{
		font-size: 3.8vw;
	}

	.product_box.innovation .txt_box{
		width: 100%;
	}

	.product_box.innovation .product_image{
		width: 100%;
		padding-top: 91%;
	}

	.product_box.innovation .txt_box .ttl:first-child img{
		width: 50vw;
	}

	.product_box.comfortable .txt_box .ttl:first-child img{
		width: 46vw;
	}

	.product_box.innovation .txt_box .ttl,
	.product_box.comfortable .txt_box .ttl{
		font-size: 5.8vw;
	}

	.product_box.comfortable .txt_box .ttl + .ttl{
		letter-spacing: 0.2em;
	}

	.product_box.comfortable .product_image{
		order: 1;
		width: 100%;
		padding-top: 91%;
	}

	.product_box.comfortable .txt_box{
		order: 2;
		width: 100%;
	}
}




/* ------------------------------
	.product_item
------------------------------ */
.product_item + .product_item{
}

.product_item .product_bnr{
	cursor: pointer;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	.product_item .product_bnr:hover{
		opacity: 0.9;
	}
}

#product01 .product_bnr{
	background-color: #000;
}

.product_item .product_bnr img{
	width: 100%;
	vertical-align: middle;
}

.product_item_wrap{
	position: relative;
	width: 83.5%;
	height: auto;
	margin: 6vw auto 0;
}

.product_item .material_box{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 3vw;
}

.product_item .material_box > div{
	position: relative;
	padding-top: 0.15vw;
}

.product_item .material_box p{
	font-size: 1.1vw;
	line-height: 1.3;
}

.product_item .material_img{
	width: 12%;
	margin-right: 1.5%;
}

.product_item .material_txt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.product_item .material_txt.space{
	margin-top: 1.5vw;
}

.product_item .material_box .red{
	margin: 0.6vw 0 0.7vw;
	text-align: right;
	color: #FF0000;
}

.product_item .txtspace{
	position: absolute;
	bottom: -1.3vw;
	left: 0;
}

.product_item .material_txt p{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48%;
	padding: 2.1% 0 1.9%;
	margin-bottom: 3%;
	text-align: center;
	border: 1px solid #000;
	border-radius: 0.5em;
	line-height: 1;
}

.product_item .material_box p.min{
	font-size: 0.9vw;
}

.product_item .material_box p.space{
	padding-left: 3.5em;
	text-indent: -3.5em;
}
.product_item .material_box p.space .space_box{
	display: inline-block;
	width: 3.5em;
	text-indent: 0;
}

.product_item .item_wrap{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_item .item_wrap.arm{
	padding-bottom: 13%;
}

.product_item .item_wrap.shoulder{
	padding-bottom: 3%;
}

.product_item .item_wrap .item_box{
	position: relative;
	z-index: 1;
	width: 77%;
}

.product_item .material_box + .item_wrap .item_box{
	top: -10vw;
}

.product_item .main_box{
	position: relative;
}

.product_item .main_box + .main_box{
	margin-top: 3vw;
}

.main_box .img_wrap{
	position: relative;
}

.main_box .img_wrap img{
	width: 100%;
}

.main_box .img_wrap + .img_wrap{
	margin-top: 2vw;
}

.main_box .item_ttl{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	font-size: 1.8vw;
	text-transform: uppercase;
	color: #000;
}

.main_box .item_ttl.space{
	left: 5%;
}

.main_box .notes{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50%;
}

.main_box .notes h3{
	padding: 1.3% 0;
	text-align: center;
	background-color: #595757;
	color: #fff;
	font-weight: bold;
	font-size: 1vw;
}

.main_box .notes p{
	padding: 3% 2%;
	background-color: #DBDCDC;
	color: #000;
	line-height: 1.3;
	font-size: 0.8vw;
}

.thumb_box{
	width: 21%;
}
.thumb_box.space{
	padding-bottom: 7vw;
}

.thumb_box section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.thumb_box section + section{
	margin-top: 2vw;
}

.thumb_box h3{
	width: 100%;
	font-weight: bold;
	font-size: 1.1vw;
}

.thumb_box p{
	width: 48%;
	margin: 2% 0;
	vertical-align: top;
}
.thumb_box p.w100{
	width: 100%;
	margin: 2% 0;
}

.thumb_box p:nth-of-type(even){
	margin-left: 2%;
}

.thumb_box p span{
	display: block;
	margin-top: 2%;
	line-height: 1.3;
	font-size: 0.8vw;
}
.thumb_box p .min{
	display: inline;
	margin: 0;
	font-size: 0.6vw;
	letter-spacing: -0.03em;
}

.thumb_box p .center{
	text-align: center;
}

.thumb_box p img{
	width: 100%;
	vertical-align: middle;
}

.item_data{
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}
.item_data.absolute{
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.item_attention{
	width: 47%;
	margin-right: 3%;
}

.attention_btn{
	width: 30%;
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.item_attention img{
	width: 100%;
	vertical-align: middle;
}
@media screen and (min-width: 769px) {
	.attention_btn:hover{
		opacity: 0.8;
	}
}

.item_size{
	width: 50%;
}

.item_size h3{
	font-size: 1.2vw;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 0.8vw;
}

.item_size h3 span{
	font-size: 2vw;
}

.item_size .notes{
	font-size: 1.05vw;
	margin-bottom: 0.8vw;
}

.item_size .notes::before{
	content: "";
	display: inline-block;
	width: 0.8vw;
	height: 0.8vw;
	background-color: #000;
	margin-right: 1%;
}

.item_size .notes span{
	font-size: 0.7vw;
	margin-left: 0.5%;
}

.item_size table{
	border-collapse: collapse;
}

.item_size table tr:nth-child(odd){
	background-color: #B4B4B5;
}
.item_size table tr:nth-child(even){
	background-color: #EEEEEF;
}

.item_size table th,
.item_size table td{
	padding: 0.3vw 0.6vw;
	white-space: nowrap;
}

.item_size table th{
	font-size: 0.8vw;
	text-align: center;
}

.item_size table td{
	text-align: center;
	font-size: 0.85vw;
}

.product_btn{
	width: 20%;
	margin: 8% auto;
}

.product_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 3vw;
	color: #fff;
	font-size: 1.1vw;
	background-color: #83BE09;
}


.attention_box{
	position: fixed;
	z-index: 10;
	top: -10vh;
	left: -10vw;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120vw;
	height: 120vh;
	background-color: rgba( 0,0,0, 0.8 );
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
.attention_box.open{
	visibility: visible;
	opacity: 1;
}

.attention_wrap{
	position: relative;
	width: 52vw;
	height: auto;
	max-height: calc(97vh - 5vw);
	overflow: auto;
	margin-top: 5vw;
}

.attention{
	border: 0.5vw solid #000;
	border-radius: 0.5vw;
	background-color: #000;
	overflow: hidden;
}

.attention .attention_img{
	display: flex;
	background-color: #F0E428;
}

.attention .attention_img div{
	position: relative;
	width: 50%;
	padding: 1vw 1vw 4vw;
}

.attention .attention_img .txt{
	position: absolute;
	bottom: 1vw;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	padding: 3% 0 2%;
	background-color: #E72A23;
	color: #fff;
	font-weight: bold;
	font-size: 1.35vw;
	text-align: center;
}

.attention .attention_img img{
	width: 100%;
	vertical-align: middle;
}

.attention .ttl{
	padding: 0.8% 0 0.7%;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 1.2vw;
	font-weight: bold;
}

.attention .ttl:nth-child(3){
	font-size: 1.1vw;
}

.attention > p{
	padding: 0.5vw 1vw;
	font-size: 1vw;
	color: #000;
	line-height: 1.3;
	background-color: #F0E428;
}

.attention_close_btn{
	z-index: 2;
	position: absolute;
	top: calc(7vw + 10vh);
	right: 30.5vw;
	display: block;
	width: 2vw;
	height: 2vw;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}
@media screen and (min-width: 769px) {
	.attention_close_btn:hover{
		opacity: 0.8;
	}
}

.attention_close_btn span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2vw;
	height: 0.2vw;
	background-color: #fff;
}
.attention_close_btn span:nth-child(1){
	transform: rotate(45deg);
}
.attention_close_btn span:nth-child(2){
	transform: rotate(-45deg);
}


@media screen and (max-width: 1200px) and (min-width: 769px) {
	.product_wrap .product_box.innovation,
	.product_wrap .product_box.comfortable{
		height: 51vw;
	}
	.product_box.innovation .txt_wrap,
	.product_box.comfortable .txt_wrap{
		margin: 2.8vw auto 0;
	}
	.product_box.comfortable .txt_box .ttl,
	.product_box.innovation .txt_box .ttl,{
		margin: 2.2vw 0;
	}
	.product_box .movie_box{
		margin: 3vw auto;
	}
	.product_box.comfortable .movie_box{
		margin: 2vw auto;
	}
}


@media screen and (max-width: 768px) {
	.product_item_wrap{
		width: 90%;
		margin: 6vw auto 0;
	}

	.product_item_wrap + .product_item_wrap{
		margin-top: 10vw;
	}

	.product_wrap .scroll.is-show{
		margin-top: 0;
	}

	#product01 .product_bnr{
		padding-top: 0;
	}

	.product_item .material_box{
		justify-content: flex-start;
		margin-bottom: 7vw;
	}

	.product_item .material_box > div{
		padding-top: 0;
	}

	.product_item .material_box + .item_wrap .item_box{
		top: 0;
	}

	.product_item .material_img{
		width: 30%;
		margin-right: 3%;
	}

	.product_item .material_box p{
		font-size: 3.5vw;
	}
	.product_item .material_box p.min{
		font-size: 3vw;
	}

	.product_item .material_box .red{
		margin: 2vw 0;
	}

	.product_item .txtspace{
		position: relative;
	}

	.product_item .item_wrap{
		display: block;
	}
	
	.product_item .item_wrap.arm,
	.product_item .item_wrap.shoulder{
		padding-bottom: 0;
	}

	.product_item .item_wrap .item_box{
		width: 100%;
	}

	.product_item .main_box:first-child{
		margin-top: 0;
	}

	.product_item .main_box + .main_box{
		margin-top: 6vw;
	}

	.main_box .img_txt.jacket{
		right: 10%;
		bottom: 14%;
	}

	.main_box .img_txt.cargo{
		right: 26%;
		bottom: 23%;
	}

	.main_box .item_ttl{
		font-size: 4.2vw;
	}

	.main_box .item_ttl{
		top: -1vw;
	}

	.main_box .item_ttl.space{
		left: 0;
	}

	.main_box .notes{
		position: relative;
		width: 100%;
		margin: 3vw 0;
	}

	.main_box .notes h3{
		font-size: 3.2vw;
		padding: 2% 0;
	}

	.main_box .notes p{
		font-size: 3vw;
	}

	.thumb_box{
		width: 100%;
		margin-top: 3vw;
	}
	.thumb_box.space{
		padding-bottom: 0;
	}

	.thumb_box section{
		justify-content: flex-start;
		margin-bottom: 3vw;
	}
	.thumb_box section + section{
		margin-top: 5vw;
	}

	.thumb_box p{
		width: 32%;
	}

	.thumb_box p:nth-of-type(even){
		margin-left: 0;
	}

	.thumb_box p:nth-of-type(3n),
	.thumb_box p:nth-of-type(3n - 1){
		margin-left: 2%;
	}
	.thumb_box p.w100{
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.thumb_box p.w100 + .w100{
		margin-left: auto;
		margin-top: 4%;
	}

	.thumb_box h3{
		font-size: 3.8vw;
	}

	.thumb_box p span{
		font-size: 2.8vw;
	}
	.thumb_box p .min{
		letter-spacing: 0;
		font-size: 2.8vw;
	}

	.item_data{
		flex-wrap: wrap;
		margin-top: 3vw;
	}
	.item_data.absolute{
		position: relative;
	}

	.item_attention{
		width: 100%;
		margin: 0 auto 2vw;
	}

	.attention{
		border-radius: 2vw;
	}

	.attention_btn{
		width: 30%;
		margin: 0 auto 0;
	}

	.item_size{
		width: 100%;
	}

	.item_size h3{
		font-size: 4vw;
		margin-bottom: 2.5vw;
	}

	.item_size h3 span{
		font-size: 5vw;
	}

	.item_size .notes{
		font-size: 3.05vw;
		margin-bottom: 2.5vw;
	}

	.item_size .notes span{
		font-size: 3vw;
	}

	.item_size .notes::before{
		width: 2.7vw;
		height: 2.7vw;
	}

	.item_size table{
		width: 100%;
	}

	.item_size table th,
	.item_size table td{
		padding: 1vw 0;
	}

	.item_size table th{
		font-size: 2.7vw;
		width: 16%;
	}

	.item_size table td{
		font-size: 2.7vw;
		padding-left: 0.1vw;
		padding-right: 0.1vw;
	}

	.product_btn{
		width: 65%;
	}

	.product_btn a{
		font-size: 4vw;
		height: 10vw;
	}

	.attention_box{
		top: 0;
		align-items: flex-start;
	}

	.attention_wrap{
		width: 85vw;
		height: auto;
		max-height: calc(90vh - 15vw);
		margin-top: calc(15vw + 5vh);
	}

	.attention .attention_img div{
		padding: 2vw 2vw 7.5vw;
	}

	.attention .attention_img .txt{
		width: calc(100% - 4vw);
		font-size: 3.2vw;
	}

	.attention .ttl{
		padding: 1.5vw 0;
		font-size: 3vw;
	}

	.attention .ttl:nth-child(3){
		padding: 1vw;
		font-size: 2.9vw;
	}

	.attention > p{
		padding: 1.5vw;
		font-size: 2.8vw;
	}

	.attention_close_btn{
		top: calc(16vw + 5vh);
		right: 20vw;
		width: 5vw;
		height: 5vw;
	}
	.attention_close_btn span{
		width: 5vw;
		height: 0.5vw;
	}
}




/* ------------------------------
	.scroll
------------------------------ */
.product_wrap{
	background-color: #000;
}

.product_wrap .scroll{
	width: 95%;
	height: 97vh;
	padding: 1.5vw 0;
	margin: 0 auto;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.product_wrap .scroll.is-show{
	width: 100%;
	height: 100vh;
	padding: 0;
	-webkit-transition: all .4s ease .75s;
	transition: all .4s ease .75s;
}

.product_wrap .debuy.scroll.is-show{
	height: calc(100vh - 4.8vw);
}

@media screen and (max-width: 1200px) and (min-width: 769px) {
	.product_wrap .product_box.debuy{
		width: 100%;
	}

	.product_wrap .product_box.innovation,
	.product_wrap .product_box.comfortable{
		width: 100%;
	}

	.product_wrap .scroll{
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.product_wrap .product_box.debuy{
		width: 100%;
		height: 77vw;
		background-position: left center;
	}

	.product_wrap .product_box.innovation,
	.product_wrap .product_box.comfortable{
		width: 100%;
		height: initial;
	}

	.product_wrap .scroll{
		width: 100%;
		height: auto;
		padding: 0;
	}
}