@charset "UTF-8";

html, body{
	height:100%;
}

html{
	font-size:62.5%;
}

#wrapper{
	width:100%;
}

.pc, .pc-credit{
	display: block;
}

.sp, .sp-credit{
	display:none;
}

/* loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #d4dad3;
	text-align: center;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading .kvArea {
	width: 100%;
}

#loading .kvArea .img_box {
	text-align: center;
	width:50%;
	margin:30px auto;
}

#loading .kvArea .img_box img {
	max-width: 100%;
	height: auto;
}

/*inview*/
.fadeIn {
	opacity: 0;
	transition-delay:2s;
	transition:2s;
}
.fadeIn.is-show {
	opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

p{
	letter-spacing:3px;
	line-height:2.5;
}

p, dt, dd, a{
	font-family: 'Noto Sans JP', sans-serif;
}

p, dt, dd{
	font-size:1.4rem;
	color:#000;
}

dt, dd{
	letter-spacing: 2px;
	line-height:2;
}

.green p, .green ul li, .green a{
	color:#000!important;
}

ul li, .green p{
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height:2.5;
}


ul li{
	list-style-type: none;
}

.detail-wrapper h1, .item-info h2, .look-wrapper h1{
	font-family: "Bree Serif", serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	letter-spacing: 2px;
	color:#000;
}

.detail-wrapper h1, .look-wrapper h1{
	font-size:6rem;
}

.item-info h2{
	font-size:4rem;
}

.top-logo{
	width:50%;
	position:absolute;
	z-index: 2;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

.top-caption{
	width:50%;
	box-sizing: border-box;
	margin:40px auto;
	padding:50px 0;
}

.big-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:60px 0;
	background-color:#fff;
}

.blouson{
	background-image:url("../img/blouson-bg.svg");
	background-position:top 2% center;
	background-size:100%;
	background-repeat:no-repeat;
}

.hq{
	background-image:url("../img/hq-bg.svg");
	background-position:top 2% center;
	background-size:100%;
	background-repeat:no-repeat;
}

.item-flex{
	width:70%;
	margin:60px auto 30px;
	box-sizing: border-box;
	padding-top:30px;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.item-slick{
	width:48%;
}

.text-box{
	width:50%;
	box-sizing:border-box;
	padding:40px;
	background-color:#e3e3e3;
	border-radius: 20px;
}

.detail-wrapper{
	width:70%;
	margin:auto;
}

.double-slick{
	margin-top:30px;
}

.item-info{
	width:70%;
	margin:60px auto 30px;
	padding-top:40px;
}

dl {
	margin:30px auto 40px;
	display: flex;
	flex-wrap: wrap;
}

dl dt {
	width: 40%;
	text-align: right;
	padding-top:5px;
	font-weight:700;
}

dl dd {
	width: 60%;
	box-sizing: border-box;
	padding-left:50px;
}

.link-button{
	text-align: center;
	text-decoration: none;
	display:block;
	width:30%;
	padding:10px;
	background-color:#000;
	border-radius:10px;
	margin:10px auto 30px;
	font-weight:bold;
	color:#fff;
	font-size:1.3rem;
	letter-spacing: 2px;
}

.link-button:hover{
	background-color:#7C7C7C;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
	color:#fff!important;
}

.look-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:60px 0;
}

.light-wrapper{
	width:70%;
	display:flex;
	align-items:flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap:30px;
	margin:50px auto 0;
}

.img-lightcase a:hover, .banner-box a:hover{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.img-lightcase a img{
	width:calc((100% - 30px * 2)/ 6);
}

.banner-box{
	width:60%;
	margin:80px auto 0;
	padding-top:30px;
}

.green{
	background-color:#d4dad3;
}
.green .logo-img{
	width:12%;
	margin:auto;
	padding:50px 0;
}

.footer{
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	padding:40px 0;
}

.mark{
	width:5%;
	margin-bottom:25px;
}

.footer-link{
	margin-bottom:25px;
}

.footer-link li a{
	color:#fff;
	font-weight:500;
	font-size:1.3rem;
	text-decoration: none;
	letter-spacing:3px;
}

.footer-link li a:hover{
	color:#99cda9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer p{
	font-size:1.1rem;
	color:#fff;
}

/*タブレット*/
@media screen and (max-width: 820px){

	#loading .kvArea .img_box{
		width:60%;
	}
	
	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.top-caption{
		width:70%;
	}

	.item-flex{
		width:90%;
		margin:60px auto 80px;
	}

	.detail-wrapper{
		width:80%;
	}
	
	.item-info{
		width:80%;
	}

	.look-wrapper .sp p{
		text-align: center;
		margin-top:30px;
	}

	.light-wrapper{
		width:80%;
		margin:20px auto 0;
		padding-left:40px;
	}
	
	.img-lightcase a img{
		width:calc((100% - 30px * 2)/ 5);
	}

	.banner-box{
		width:80%;
		margin:50px auto 0;
		padding-top:20px;
	}

	.green .logo-img{
		width:25%;
		padding:30px 0;
	}

	.mark{
		width:10%;
	}

}

/*スマホ*/
@media screen and (max-width:640px){

	#loading .kvArea .img_box {
		width:90%;
	}

	.top-caption{
		width:80%;
		margin:40px auto;
		padding:20px 0;
	}

	.blouson{
		background-image:url("../img/sp-blouson-bg.svg");
		background-position:top 1% center;
	}

	.hq{
		background-image:url("../img/sp-hq-bg.svg");
		background-position:top 1% center;
	}
	
	.detail-wrapper h1, .look-wrapper h1{
		font-size:4rem;
	}

	.item-info h2{
		font-size:3rem;
	}

	.item-flex{
		width:85%;
		margin:30px auto 30px;
		padding-top:20px;
		display:block;
	}

	.item-slick{
		width:100%;
	}

	.text-box{
		width:100%;
		padding:30px;
		margin-top:60px;
	}

	.detail-wrapper{
		width:80%;
		margin:60px auto 0;
	}
	
	.double-slick{
		margin-top:20px;
	}

	.item-info{
		width:90%;
		margin:60px auto 30px;
		padding-top:30px;
	}
	
	dl dt {
		width: 22%;
		text-align: right;
		padding-top:5px;
	}

	dl dd {
		width: 78%;
		box-sizing: border-box;
		padding-left:30px;
	}

	.link-button{
		width:70%;
	}
	
	.look-wrapper .sp p{
		font-size:1.2rem!important;
		margin-top:30px;
	}

	.light-wrapper{
		width:100%;
		margin:20px auto 0;
		padding-left:45px;
	}
	
	.img-lightcase a img{
		width:calc((100% - 30px * 2)/ 4);
	}
	
	.banner-box{
		width:100%;
		margin:40px auto 0;
		padding-top:20px;
	}
	
	.green .logo-img{
		width:40%;
		padding:20px 0 40px;
	}

	.footer{
		width:90%;
		text-align: center;
	}
	
	.footer-link li a{
		font-size:1.2rem;
	}

	.mark{
		width:20%;
		margin:0 auto 25px;
	}

	.footer p{
		font-size:0.9rem;
		text-align: center;
	}


}
/* CSS Document */

