@charset "utf-8";
/* CSS Document */
html,body{
	font-family: "Yu Gothic", "游ゴシック体", "YuGothic", "メイリオ", Meiryo, sans-serif;
	font-weight: 400; /*Mediumは500、Boldは700*/
	font-style: normal;
}
body{
}
.SP{
	display: none;
}
.Din{
	font-family: "din-2014", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*ヘッダー*/
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	padding: 20px;
}
.logo{
	display: block;
	width: 250px;
	transition: .3s ease;
}
.logo:hover{
	opacity: 0.5;
}
.logo h1{
	line-height: 1em;
}

/*トップコンテンツ*/
.top-contents .slick-dots{
	bottom: 20px;
	left: 0;
	right: 0;
	margin:  auto;
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-contents .slick-dots::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 3px;
	background-color: #ffffff;
}
.top-contents .slick-dots li button:before{
    content: none;
}
.top-contents .slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
	margin: 0;
    padding: 0;
    cursor: pointer;
}
.top-contents .slick-dots li button:before{
    content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 15px;
    height: 15px;
	opacity: 1;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ffffff;
	transition: .3s ease;
}
.top-contents .slick-dots li.slick-active button:before{
	width: 25px;
    height: 25px;
}
.top-contents .slick-dotted.slick-slider{
	margin-bottom: 0px;
}

/*メインコンテンツ*/

/*コンセプトについて*/
.concept{
	padding: 150px 0 0;
}
.concept-sentence{
	text-align: center;
}
.concept-sentence p.Din{
	font-size: 5rem;
	letter-spacing: 0.05em;
}
.concept-sentence h2{
	margin-top: 25px;
	font-size: 2.2rem;
	line-height: 1.8;
}
.concept-sentence .sentence{
	margin-top: 45px;
	font-size: 1rem;
	line-height: 2em;
	font-weight: 300;
}
.concept-sentence .sentence p{
	margin-top: 1rem;
}
.concept-deco{
	width: 100%;
	max-width: 1200px;
	margin: 60px auto 0;
}

/*ラインナップ*/
.category-title{
	width: 100%;
	height: 330px;
	position: relative;
	background-size: cover;
}
.line-up-list + .category-title,
.product-coution + .category-title{
	margin-top: 150px;
}
.category-title::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
.category-title.product::before{
	content: none;
}
.category-title p.Din{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 8rem;
	line-height: 0.7em;
	letter-spacing: 0.05em;
}
.category-title.product p.Din{
	color: #707070;
}
.category-title.mens{
	background-image: url("../img/cate_1.jpg");
	background-position: center top 25%;
}
.category-title.ladies{
	background-image: url("../img/cate_2.jpg");
	background-position: center top 20%;
}
.category-title.style{
	background-image: url("../img/cate_3.jpg");
	background-position: center top 20%;
}
.line-up-list{
	width: 90%;
	max-width: 1200px;
	margin: 60px auto 0;
	display: flex;
	flex-wrap: wrap;
}
.line-up-list li{
	margin: 0 10px;
	width: calc(25% - 20px);
}
.line-up-list li:nth-of-type(n+5){
	margin-top: 20px;
}
.product-coution{
	width: 90%;
	max-width: 1200px;
	margin: 10px auto 0;
	text-align: right;
	font-size: 1.2rem;
	letter-spacing: 0.025em;
}


/*お問い合わせ*/
.contact{
	margin-top: 150px;
	background-color: #1491d9;
	padding: 150px 0;
}
.contact-title{
	text-align: center;
	color: #ffffff;
	font-size: 5rem;
	letter-spacing: 0.05em;
}
.form-wrap{
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
}
fieldset.form-columns-2 .hs-form-field{
	
}
.form-wrap fieldset{
	width: 100%;
	max-width: 100% !important;
	margin-top: 40px !important;
}
.form-wrap .hs-richtext.hs-main-font-element h5,
.form-wrap .hs-richtext.hs-main-font-element h6{
	font-size: 0.8rem;
	color: #ffffff;
}
.form-wrap fieldset label{
	color: #ffffff;
	font-weight: 700;
}
.form-wrap fieldset span.hs-form-required,
.form-wrap fieldset label.hs-error-msg{
	color: yellow;
}
.form-wrap fieldset input,
.form-wrap fieldset textarea{
	background-color: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100% !important;
	padding: 20px;
}
.form-wrap .legal-consent-container .hs-richtext{
	color: #ffffff;
	font-size: 0.8rem;
	line-height: 1.8em;
}
.form-wrap fieldset input[type="checkbox"]{
	width: 20px !important;
	height: 20px !important;
	outline: none;
	accent-color: #1491d9; /* モダンブラウザでチェックの色を変えられる */
}
.form-wrap .hs-dependent-field{
	margin-top: 15px;
}
.form-wrap li.hs-form-booleancheckbox label{
	display: flex;
	align-items: center;
}
.form-wrap input[type="submit"]{
	margin-top: 40px;
	width: 100%;
	text-align: center;
	height: 80px;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 66px;
	color: #ffffff;
	border: 7px solid #ffffff;
	transition: .3s ease;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.form-wrap input[type="submit"]:hover{
	color: #1491d9;
	background-color: #ffffff;
}

/*コンタクトフォームへ*/
.contact-float{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 15;
	width: 130px;
	opacity: 0;
	transform: translateY(50px);
	transition: 0.3s ease;
}
.contact-float.is-show{
	opacity: 1;
	transform: translateY(0);
}


/*調整用*/
@media screen and (max-width:1280px) {

}

@media screen and (max-width:1050px) {

}

/*スマートフォン*/
@media screen and (max-width:780px) {
    .PC{
		display: none;
	}
	.SP{
		display: block;
	}
	
	/*ヘッダー*/
	header{
		padding: 10px;
	}
	.logo{
		width: 120px;
	}
	
	/*トップコンテンツ*/
	.top-contents .slick-dots{
		width: 150px;
	}
	.top-contents .slick-dots::before{
		height: 1px;
	}
	.top-contents .slick-dots li{
		width: 7px;
		height: 7px;
	}
	.top-contents .slick-dots li button:before{
		width: 7px;
		height: 7px;
	}
	.top-contents .slick-dots li.slick-active button:before{
		width: 14px;
		height: 14px;
	}
	
	/*コンセプトについて*/
	.concept{
		padding-top: 60px;
	}
	.concept-sentence p.Din{
		font-size: 2.5rem;
	}
	.concept-sentence h2{
		margin-top: 20px;
		font-size: 1.25rem;
	}
	.concept-sentence p.sentence{
		margin-top: 30px;
		font-size: 0.9rem;
		line-height: 1.5em;
	}
	.concept-deco{
		margin-top: 50px;
	}
	
	/*ラインナップ*/
	.category-title{
		height: 150px;
	}
	.line-up-list + .category-title,
	.product-coution + .category-title{
		margin-top: 90px;
	}
	.category-title p.Din{
		font-size: 4rem;
	}
	.line-up-list{
		margin-top: 25px;
		justify-content: space-between;
	}
	.line-up-list li{
		width: calc(50% - 5px);
		margin: 0;
	}
	.line-up-list li:nth-of-type(n+3){
		margin-top: 10px;
	}
	.product-coution{
		font-size: 0.8rem;
		letter-spacing: 0;
	}
	
	/*お問い合わせ*/
	.contact{
		margin-top: 90px;
		padding: 60px 0;
	}
	.contact-title{
		font-size: 2.5rem;
	}
	.form-wrap input[type="submit"]{
		border-width: 3px;
		line-height: 74px;
	}
	
	/*コンタクトフォームへ*/
	.contact-float{
		right: 10px;
		bottom: 10px;
		width: 70px;
	}
}