@charset "UTF-8";
/* CSS Document */


@media (max-width: 1400px) {
	.gnav{
		letter-spacing: .04em;
	}
	
	.index-wrap .icatch-area .icatch-wrap .text{
		transform: none;
		left: -8vw;
	}
	
	.index-wrap .icatch-area .icatch-wrap .text p{
		padding-left: 32px;
	}
	
	.index-wrap footer {
	    transform: translate(12%) rotate(90deg);
	}

}

@media (max-width: 1024px) {
	.gnav{
		display: none;
	}
}

@media (max-width: 800px) {
	
	.pc{display: none;}
	.sp{display: inherit;}
	
	
	body{
		font-size: 13px;
	}
	
	.index-wrap .icatch-area{
		position: static;
		transform: none;
		padding-top: 16%;
	}
	
	.index-wrap .icatch-area h1{
		width: 24vw;
		min-width: 160px;
		margin: 0 auto 6%;	
	}
	
	.index-wrap .icatch-area .icatch-wrap{
		min-width: auto;
		width: 84vw;
		height: 50vh;
		padding: 0;
		margin: 0 auto;
	}
	
	.index-wrap .icatch-area .icatch-wrap .text{
		transform: none;
		bottom: -16%;
		left: -4%;
	}
	
	.index-wrap .icatch-area .icatch-wrap .text h2{
		font-size: 20px;
		letter-spacing: .1em;
		line-height: 1.4;
		margin-bottom: 16px;
	}
	
	.index-wrap .icatch-area .icatch-wrap .text p{
		letter-spacing: .1em;
		padding-left: 0;
		width: 80%;
	}

	.index-wrap .icatch-area .icatch-wrap .text p br{
		display: none;
	}
	
	.index-wrap footer{
		font-size: 11px;
	    transform: translate(40%) rotate(90deg);
	}
	
	.index-wrap .top-news-wrap .title{
		margin-bottom: 8px;
	}
	
	.index-wrap .top-news-wrap .post-wrap{
		width: 100%;
		line-height: 1.3;
	}



	/*
	=========================
	PAGE
	=========================
	*/
		
	header{
		padding: 8px 16px;
	}
	
	header h1{
		width: 64px;
	}
	
	.box-wrap .contents{
		width: 100%;
		margin-bottom: 80px;
	}
	
	.box-wrap .contents h3,
	.single-wrap.product h2{
		font-size: 16px;
		margin-bottom: 24px;
		line-height: 1.3;
	}
	
	.box-wrap .contents h3 span, .single-wrap.product h2 span{
		font-size: 11px;
	}
	
	.box-wrap .contents p{
		margin-bottom: 24px;
	}
	
	h2.page-rl{
		font-size: 18px;
	}
	
	.single-wrap{
		display: block;
	}
	
	.single-wrap .thumb-wrap{
		width: 100%;
		height: auto;
	}
	
	.single-wrap .text-wrap{
		width: 100%;
		padding: 8% 0;
	}

	.single-wrap .thumb-wrap .thumb-top{
		height: 48vh;
	}
	
	.single-wrap .thumb-wrap .thumb-bottom{
		height: 16vh;
	}
	
	.single-wrap .text-wrap .text{
		position: static;
		transform: none;
		margin: 0 auto;
	}
	
	.post-single-wrap .read-area,
	.post-single-wrap .post-contents p{
		padding: 0 4%;
	}
	
	.post-single-wrap{
		margin-top: 24%;
	}
	
	.post-single-wrap h2 {
	    font-size: 18px;
	    padding-top: 8%;
	    margin: 0 auto 12%;
	}

	.post-single-wrap h2 span{
		font-size: 12px;
		margin-bottom: 24px;
	}
	
	.post-single-wrap .post-contents img{
		margin-bottom: 8px;
	}
	
	.single-wrap.product a.buy{
		display: table;
		position: relative;
		transform: none;
		margin: 24px 0 40px;
		float: right;
	}

	.single-wrap.product a.buy:before{
		content: "";
		display: block;
		width: 80vw;;
		height: 1px;
		background: #d4cfcc;
		position: absolute;
		top: 0;
		right: 0;
	}

			
	
	/*
	=========================
	CONCEPT
	=========================
	*/
	
	.concept-wrap{
		display: block;
	}
	
	.concept-wrap .thumb-wrap{
		width: 100vw;
		height: 50vh;
	}
	
	.concept-wrap .text-wrap{
		width: 100vw;
		padding: 16% 0 12%;
	}
	
	.concept-wrap .text-wrap .text{
		width: 80%;
		max-width: 490px;
		min-width: auto;
		position: static;
		transform: none;
		margin: 0 auto;
	}
	
	.concept-wrap .text-wrap .text h2{
		font-size: 28px;
		line-height: 1.4;
		margin-bottom: 24px;
		padding-bottom: 16px;
	}
	
	.concept-wrap .text-wrap .text h2 span{
		font-size: 16px;
		letter-spacing: .02em;
		margin-top: 32px;
	}
	
	.concept-wrap .text-wrap .text p{
		line-height: 2;
		letter-spacing: 0;
	}
	
	.concept-wrap .text-wrap .number{
		top: 8%;
		padding-right: 16%;
		letter-spacing: .3em;
	}

	.concept-btn-area{
		width: 80%;
		max-width: none;
		position: static;
		margin: 0 auto 40px;
	}
	
	.concept-btn-area .btn-wrap{
		width: 23%;
		text-align: center;
	}
	
	.concept-btn-area .btn-wrap p{
		font-size: 12px;
		margin-bottom: 4px;
	}

	

	/*
	=========================
	PRODUCT
	=========================
	*/
	
	.box-wrap .contents h3,
	.single-wrap.product h2{
		margin-bottom: 24px;
		font-size: 16px;
		line-height: 1.3;
	}
	
	.box-wrap .contents h3 span,
	.single-wrap.product h2 span{
		font-size: 11px;
		margin-bottom: 8px;
	}
	
	.single-wrap.product .price{
		margin-top: 24px;
	}
	
	.single-wrap.product .detail{
		margin-top: 32px;
		padding: 24px 0;
		border-bottom: none;
	}
	
	.single-wrap.product .detail p{
		margin-top: 24px;
	}

	/*
	=========================
	LIFE
	=========================
	*/
	
	.single-wrap.life{
		height: auto;
		margin-bottom: 48px;
	}
	
	.single-wrap.life .thumb-wrap{
		height: 40vh;	
	}
	
	.single-wrap.life .text-wrap{
		height: auto;
	}
	
	article:nth-child(even).single-wrap.life{
		flex-flow: inherit;
	}
	
	.single-wrap.life h2{
		margin-bottom: 24px;
		font-size: 18px;
	}
	
	.single-wrap.life h2 span{
		font-size: 12px;
	}
	
	.single-wrap.life .text-wrap{
		padding: 4% 0;
	}
	
	.single-wrap.life .text-wrap .text{
		position: relative;
		top: auto;
		left: auto;
	}
	
	.single-wrap.life .text-wrap .text a.more{
		padding: 8px 16px;

	}

	/*
	=========================
	RECRUIT
	=========================
	*/
	
	.single-wrap.recruit h2{
		font-size: 18px;
		letter-spacing: .2em;
		line-height: 1;
		padding-bottom: 16px;
		margin-bottom: 24px;
	}
	
	.single-wrap.recruit h2 span{
		font-size: 28px;
		letter-spacing: .2em;
		margin-bottom: 24px;
	}
	
	.single-wrap.recruit p,
	.single-wrap.recruit li{
		margin-bottom: 24px;
	}
	
	
	.single-wrap.recruit .contact-link{
		border-top: 1px solid #40220f;
		position: relative;
		padding-top: 8px;
	}
	
	.single-wrap.recruit a.contact{
		position: static;
		display: block;
		text-align: center;
		margin-top: 8px;
	}

	/*
	=========================
	COMPANY
	=========================
	*/
	
	.company-wrap{
		margin: 0 auto 120px;
	}
	
	.company-wrap img{
		margin-bottom: 8px;
	}
	

	.company-wrap .detail-area table{
		margin-bottom: 13%;
		width: 100%;
	}
	
	.company-wrap .detail-area th{
		display: block;
		width: 100%;
		padding: 8px 4px 0;
		border-bottom: none;
	}
	
	.company-wrap .detail-area td{
		display: block;
		width: 100%;
		padding: 0 4px 0 0;	
	}
	
	.company-wrap .detail-area td span{
		display: block;
		width: 100%;
		padding: 0 0 8px;
		border-bottom: 1px solid #40220f;
	}
	
	.company-wrap .detail-area img{
		display: block;
		margin: 0 auto 24px;
		line-height: 1;
	}

	.company-wrap .detail-area .en{
		margin-top: 24px;
	}
	
	.company-wrap .detail-area h3{
		margin: 0 auto 40px;
		font-size: 18px;
	}
	
	.company-wrap .detail-area h3 span{
		font-size: 12px;
		margin-bottom: 16px;
		display: block;
	}


	/*
	=========================
	BESPOKE
	=========================
	*/
	
	.bespoke-icatch{
		margin-bottom: 64px;
		height: 72vh;
	}

	.bespoke-wrap{
		margin: 0 auto 120px;
	}
	
	.bespoke-wrap .read-area{
		margin: 0 auto 80px;
	}

	.bespoke-wrap .read-area p{
		text-align: left;
	}
	
	.bespoke-wrap .read-area h2{
		font-size: 16px;
		padding-bottom: 16px;
		margin-bottom: 24px;
	}
	
	.bespoke-wrap .read-area h2 span{
		font-size: 28px;
		margin-bottom: 24px;	
	}
	
	.bespoke-wrap .flow-wrap{
		margin-bottom: 8%;
	}
	
	.bespoke-wrap .flow-wrap .text{
		margin-top: 40px;
		padding-top: 32px;	
		display: block;
	}

	.bespoke-wrap .flow-wrap .text .title .num{
		font-size: 28px;
	}
	
	.bespoke-wrap .flow-wrap .text .title h3{
		font-size: 24px;
		letter-spacing: .2em;
		margin-left: 16px;
	}
	
	.bespoke-wrap .flow-wrap .text .title h3 span{
		font-size: 12px;
		letter-spacing: .5em;
		margin-top: 8px;
		display: block;
	}
	
	.bespoke-wrap .flow-wrap .text .title{
		max-width: none;
		margin-bottom: 24px;
	}
	
	.bespoke-wrap .flow-wrap .text p{
		width: 100%;
		max-width: 560px;
	}
	
	.bespoke-wrap .order-link p{
		border-bottom: 1px solid #40220f;
		padding-bottom: 8px;
		margin-bottom: 8px;
		text-align: center;
		font-size: 17px;
	}
	
	.bespoke-wrap .order-link a.order{
		display: block;
		background: #8a7b72;
		color: #FFF;
		font-size: 13px;
		letter-spacing: .3em;
		padding: 8px 24px;
		text-align: center;
	}

	/*
	=========================
	DIARY
	=========================
	*/
	
	
	.box-wrap.diary .contents{
		width: 100%;
	}
		
	.post-single-wrap .post-contents p img{
		margin-left: 0;
		width: 100%;
	}
	
	/*
	=========================
	CONTACT
	=========================
	*/
	
	.contact-wrap{
		padding-top: 16%;
	}
	
	.form-wrap .step-wrap{
		margin-bottom: 40px;
	}
	
	.form-wrap .step-wrap div font{
		display: none;
	}
	
	.form-wrap table th{
		display: block;
		width: 100%;
		padding-bottom: 8px;
	}

	.form-wrap table td{
		display: block;
		width: 100%;
		padding-top: 0;
	}
	
	input[type="submit"],input[type="button"],input[type="reset"]{
		width: 100%;
		margin: 8px auto;
		display: table;
	}
	
	span.wpcf7-list-item{
		display: block;
	}
}

