@charset "UTF-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	margin:0 auto;
	padding:0;
	font-size:1.3em;
	font-family: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;;
	font-weight:400;
	font-feature-settings: 'palt';
	letter-spacing: 0.1em;
	color:#666666;
}
h1, h2, h3, h4, h5, h6{
	line-height: 125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
}

*,*::before,*::after{
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6, p,figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
p{
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
a{
	line-height:125%;
	color:#666666;
	text-decoration:none;
	transition:color 0.25s;
}
a:link{
	color:#666666;
}
a:visited{
	color:#666666;
}
a:hover{
	color: #666666;
	text-decoration:none;
}

button{
	-webkit-appearance:none;
	appearance:none;
	margin:0;
	font-family:inherit;
	background:none;
	border:none;
	outline:none;
}
button:hover{
	cursor:pointer;
}


/*
	base
-----------------------------------------------------------------------------------------------*/
/* 変数 */
:root{
	/* color */
	--mainBrown: #A4886D;
	--mainGray: #CCCCCC;
	--mainWhite: #fff;
	--bgGray: #F7F7F7;

	--a10Brown: rgba(164 136 109 / 10%);
	--a15Brown: rgba(164 136 109 / 15%);

	/* font */
	--ffNoto: 'Noto Sans JP', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	--ffShipp: 'Shippori Mincho', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

/* 文字_サイズ */
.fsS{
	font-size:1.2rem;
}
.fwB{
	font-weight:bold;
}

/* 文字_色 */
.clBrown{
	color: var(--mainBrown);
}


/* 長体 */
[class^="aspectratio"]{
	display:inline-block;
	white-space:nowrap;
	transform-origin:left center;
}
.aspectratio90{
	transform:scaleX(0.9);
}
.aspectratio85{
	transform:scaleX(0.85);
}
.aspectratio80{
	transform:scaleX(0.8);
}
.aspectratio75{
	transform:scaleX(0.75);
}
[class^="aspectratio"].originCenter{
	transform-origin: center center;
}

/* 文字詰 */
.lsKana{
	letter-spacing:-0.05em;
}
.lsYakumono{
	letter-spacing: -0.8em;
}
.lsYakumono05{
	letter-spacing: -0.5em;
}
@media screen and (min-width:813px){
	/* 文字詰 */
	.lsKanaPC{
		letter-spacing:-0.1em;
	}
}

/* wrapper */
#wrapper{
	position:relative;
	overflow:hidden;
	padding-bottom: 90px;
}

/* ctsArea */
.ctsArea{
	width: 100%;
	padding: 0 25px 60px 25px;
	margin: 0 auto;
}

/* txtLink */
.txtLink{
	text-decoration: underline;
}

/* 画像 */
img{
	width: 100%;
}

/* 表示切替 */
.switch{
	visibility:hidden;
}
.pc{
	display:none;
}


/*
	header
-----------------------------------------------------------------------------------------------*/
#headArea{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 1;
}
#logoHead img{
	width: 100px;
}


/*
	KV
-----------------------------------------------------------------------------------------------*/
#kvArea{
	margin-bottom: 40px;
	position: relative;
}
#kvArea .ph{
	width: 100%;
}
#kvCatchBox{
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}
#catchKv{
	margin-bottom: -5px;
}
#catchKv img{
	width: 326px;
}


/*
	共通
-----------------------------------------------------------------------------------------------*/
/*
	btnArea
-------------------------------*/
.btnArea{
	display: flex;
	justify-content: center;
}
.btnArea.clm2{
	gap: 0 10px;
}

/*
	ボタン_今すぐ試す
-------------------------------*/
a.btnTry{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px 0;
	width: 320px;
	padding: 8px 0 13px 0;
	margin: 25px auto 0 auto;
	font-size: 2rem;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	letter-spacing: 0.1em;
	color: var(--mainBrown);
	background-color: #FFFFFF;
	border: 1px solid var(--mainBrown);
	border-radius: 50px;
	box-shadow: 0px 11px 15px -15px rgb(0 0 0 / 40%);
}

a.btnTry.another{
	color: var(--mainWhite);
	background-color: var(--mainBrown);
}

a.btnTry > span{
	padding-bottom: 6px;
	font-size: 1.3rem;
	line-height: 100%;
	letter-spacing: 0.1rem;
	border-bottom: 1px solid var(--mainGray);
}
a.btnTry .come{
	vertical-align: super;
	font-size: 0.8rem;
}
.txtBtn{
	margin-top: 10px;
	font-size: 1.1rem;
	color: #999;
	text-align: center;
	line-height: 100%;
	letter-spacing: 0.05rem;
}

/*
	ボタン_ライン
-------------------------------*/
a.btnLine{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 210px;
	height: 46px;
	color: var(--mainBrown);
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid var(--mainBrown);
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 100%;
}
a.btnLine span{
	font-size: 1.5rem;
}

/* clm2 */
.btnArea.clm2 a.btnLine{
	width: calc((100% - 10px)/2);
}

/*
	見出し_マーカー
-------------------------------*/
.titMarker{
	width: fit-content;
	padding: 0 5px 3px 5px;
	margin: 0 auto 25px auto;
	font-family: var(--ffShipp);
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: -0.05em;
	background: linear-gradient(to top, var(--a15Brown) 9px, transparent 9px);
}


/*
	オーダーメイドリングをおうちにいながらシミュレーション！（fese01：新しいオーダーメイドシステム）
-----------------------------------------------------------------------------------------------*/
.systemArea .titBox{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.systemArea .titLineLR{
	letter-spacing: 0.05em;
}
.mvBox{
	padding: 15px;
	margin: -5px auto 15px auto;
	border: 1px solid var(--mainGray);
}
.mvBox video{
	width: 100%;
}
.videoLink{
	display: block;
	cursor: pointer;
}
.txtSimulation{
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
}



/*
	オーダーメイドサンプル
-----------------------------------------------------------------------------------------------*/
.sampleArea .titMarker .lead{
	display: block;
	padding-bottom: 8px;
	font-family: var(--ffNoto);
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 145%;
	letter-spacing: 0.1em;
}
.titLineLR{
	width: fit-content;
	padding: 0 30px;
	margin: 0 auto 20px auto;
	font-family: var(--ffShipp);
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	position: relative;
}
.titLineLR::before,.titLineLR::after{
	content: ' ';
	display: block;
	width: 20px;
	height: 1px;
	background-color: var(--mainGray);
	position: absolute;
	left: 0;
	top: 50%;
}
.titLineLR::after{
	left: auto;
	right: 0;
}
.titLineLR .clBrown{
	display: block;
	font-size: 1.1rem;
}
.listSample{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 0;
}
.listSample:nth-last-of-type(n+2){
	margin-bottom: 40px;
}
.listSample li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px 0;
	width: calc(100%/3);
	text-align: center;
}
.listSample li img{
	width: auto;
}
.listSample li .txt{
	font-size: 1.0rem;
}

/* 素材 */
.listSample.material li img{
	height: 63px;
}

/* 質感 */
.listSample.texture li,.listSample.pattern li{
	width: 150px;
}
.listSample.texture li img{
	height: 94px;
}

/* 形状 */
.listSample.pattern li img{
	height: 99px;
}

/* オプション */
.listSample.option li img{
	height: 70px;
}
.listSample + .txtNote{
	margin-top: -25px;
	font-size: 1.1rem;
	text-align: center;
}

/* 完成例 */
.titLineLR.fix{
	margin-top: 45px;
}
.listSample.fix{
	flex-direction: column;
	gap: 35px 0;
}
.listSample.fix .lead span{
	display: inline-block;
	line-height: 145%;
	background: linear-gradient(to top,  transparent 2px, #EEEEEE 2px, #EEEEEE 4px, transparent 4px);
}
.listSample.fix li{
	gap: 15px 0;
	width: 100%;
}
.listSample.fix li .specBox{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	width: 254px;
}
.listSample.fix li img{
	height: 101px;
}

.listSample.fix li .price{
	font-size: 1.1rem;
}



/*
	festariaについて
-----------------------------------------------------------------------------------------------*/
.aboutArea{
	margin-bottom: 60px;
	background-color: var(--bgGray);
}
.aboutArea .ctsArea{
	padding-bottom: 40px;
}
.aboutArea > .tit{
	padding: 30px 25px 85px 25px;
	font-family: var(--ffShipp);
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background-color: var(--mainBrown);
}
.aboutBox{
	padding: 20px 20px 0 20px;
	margin-top: -65px;
	background-color: #FFFFFF;
}
.aboutBox .tit{
	padding-bottom: 10px;
	margin-bottom: 11px;
	font-family: var(--ffShipp);
	font-size: 1.6rem;
	text-align: center;
	line-height: 145%;
	letter-spacing: 0.05em;
	background: linear-gradient(to right, transparent calc(50% - 10px), var(--mainBrown) calc(50% - 10px), var(--mainBrown) calc(50% + 10px), transparent calc(50% + 10px)) left bottom / 100% 1px no-repeat;
}
.aboutBox .tit:nth-of-type(n+2){
	margin-top: 35px;
}
.aboutBox .txt{
	padding-bottom: 20px;
	text-align: justify;
}


/*
	お客様の声
-----------------------------------------------------------------------------------------------*/
.voiceArea .titMarker{
	letter-spacing: 0;
}
.listVoice li{
	padding: 20px 0 0 20px;
	position: relative;
}
.listVoice li:nth-of-type(n+2){
	margin-top: 20px;
}
.listVoice li::before,.listVoice li::after{
	content: ' ';
	display: block;
	position: absolute;
}
.listVoice li::before{
	width: 15px;
	height: 11px;
	background: url(../images/ico_voice.svg) left top / 15px 11px no-repeat;
	top: -5px;
	left: 0;
}
.listVoice li::after{
	width: calc(100% - 20px);
	height: 1px;
	background: linear-gradient(to right, transparent 50%, var(--mainGray) 50%) left top / 4px 1px repeat-x;
	top: 2px;
	left: 20px;
}
.listVoice li .txt{
	text-align: justify;
}

/* 購入者 */
.listVoice li .profileBox{
	padding-top: 10px;
}
.listVoice li .profileBox .name{
	padding-right: 5px;
	font-size: 1.0rem;
	text-align: right;
	line-height: 125%;
	letter-spacing: 0.05em;
}
.listVoice li .profileBox{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.listVoice li .profileBox img{
	width: 63px;
}


/*
	お店で相談・ご購入
-----------------------------------------------------------------------------------------------*/
.storeArea{
	padding-top: 40px;
	margin-bottom: 40px;
	background-color: var(--bgGray);
}
.txtStore{
	margin-bottom: 15px;
	font-weight: 700;
	text-align: center;
}
/*
.txtStore + .txtNote{
	padding: 0 0 15px 1em;
	margin-top: 15px;
	font-size: 1.1rem;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height: 145%;
	text-indent: -1em;
}
*/

/*
	アフターサービスも安心
-----------------------------------------------------------------------------------------------*/
.afterArea{
	padding-bottom: 50px;
	margin-bottom: 40px;
	border-bottom: 1px solid var(--mainGray);
}
.txtAfter{
	text-align: center;
}

/* ボタン */
a.btnSub{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 46px;
	margin: 15px auto 0 auto;
	font-size: 1.5rem;
	color: #FFFFFF;
	background-color: var(--mainBrown);
	border-radius: 23px;
}

a.btnSub2{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 210px;
	height: 46px;
	margin: 15px auto 0 auto;
    line-height: 40px;
    border: solid 1px #ccc;
    box-sizing: border-box;
}

/*
	footer
-----------------------------------------------------------------------------------------------*/
#footArea{
	text-align: center;
}
#footArea.ctsArea{
	padding-bottom: 20px;
}
.txtHere{
	margin-bottom: -15px;
	font-weight: 500;
}
a.linkWindow{
	display: block;
	width: fit-content;
	padding-right: 15px;
	margin: 40px auto 30px auto;
	background: url(../images/ico_window_sp.svg) right center / 10px 10px no-repeat;
}
.copyright{
	font-size: 1.2rem;
	font-weight: 300;
}


/*
	追従ボタン
-----------------------------------------------------------------------------------------------*/
.btnFixArea{
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	padding: 0 25px;
	width: 100%;
	height: 90px;
	background-color: rgb(230 230 230 / 90%);
}
.btnFixArea .inBox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
/* ボタン */
.btnFixArea a.btnTry{
	margin-top: 0;
}
@media screen and (max-width:812px){
	/* ボタン */
	.btnFixArea a.btnTry{
		gap: 5px 0;
		padding: 4px 0 8px 0;
		font-size: 1.5rem;
		letter-spacing: 0.1em;
	}
	.btnFixArea a.btnTry > span{
		padding-bottom: 4px;
		font-size: 1rem;
	}
	.btnFixArea .txtBtn{
		margin-top: 7px;
		font-size: 1rem;
	}
}

@media screen and (min-width:813px){
	/* iPad背景切れ対策 */
	body{
		min-width:1200px;
		font-size: 1.5rem;
	}

	/* wrapper */
	#wrapper{
		padding-bottom: 140px;
	}
	
	/* ctsArea */
	.ctsArea{
		width: 1020px;
		padding: 0 30px 120px 30px;
	}

	/* tel pcのみ無効 */
	a[href^="tel:"]{
		pointer-events: none;
	}

	/* 表示切替 */
	.sp{
		display: none;
	}
	.pc{
		display: block;
	}
	br.pc{
		display: inline-block;
	}

	/*
		header
	-----------------------------------------------------------------------------------------------*/
	#headArea{
		top: 20px;
		left: 20px;
	}
	#logoHead img{
		width: 110px;
		transition: opacity 0.25s;
	}
	#logoHead:hover img{
		opacity: 0.7;
	}


	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	#kvArea{
		margin-bottom: 80px;
	}
	#kvCatchBox{
		bottom: 50%;
		left: 50%;
		transform: translate(-510px, calc(50% + 20px));
	}
	#catchKv{
		margin-bottom: -5px;
	}
	#catchKv img{
		width: 548px;
	}
	#kvCatchBox a.btnTry{
		padding-bottom: 15px;
		margin: 40px 0 0 0;
	}
	#kvCatchBox .txtBtn{
		width: 380px;
	}


	/*
		共通
	-----------------------------------------------------------------------------------------------*/
	/*
		ボタン_今すぐ試す
	-------------------------------*/
	a.btnTry{
		width: 380px;
		margin: 40px auto 0 auto;
		font-size: 2.2rem;
		border-radius: 40px;
		transition: background-color 0.25s, box-shadow 0.25s;
	}
	a.btnTry > span{
		font-size: 1.4rem;
	}
	a.btnTry .come{
		font-size: 1rem;
	}
	a.btnTry:hover{
		background-color: #F5F0EA;
		box-shadow: none;
	}
	a.btnTry.another:hover{
		color: var(--mainBrown);
	}

	/*
		ボタン_ライン
	-------------------------------*/
	a.btnLine{
		width: 240px;
		height: 60px;
		border-radius: 50px;
		font-size: 1.3rem;
		transition: background-color 0.25s;
	}
	a.btnLine span{
		font-size: 1.8rem;
	}
	a.btnLine:hover{
		background-color: #F5F0EA;
	}

	/*
		見出し_マーカー
	-------------------------------*/
	.titMarker{
		padding: 0 5px 3px 5px;
		margin: 0 auto 45px auto;
		font-size: 4.8rem;
		background: linear-gradient(to top, var(--a15Brown) 18px, transparent 18px);
	}
	.titMarker.lsKanaPC{
		letter-spacing: -0.1em;
	}
	

	/*
		オーダーメイドリングをおうちにいながらシミュレーション！（fese01：新しいオーダーメイドシステム）
	-----------------------------------------------------------------------------------------------*/
	.systemArea .titBox{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.mvBox{
		width: 540px;
		margin-top: -15px;
	}
	.txtSimulation{
		padding-top: 15px;
		font-size: 1.8rem;
	}


	/*
		オーダーメイドサンプル
	-----------------------------------------------------------------------------------------------*/
	.sampleArea .titMarker .lead{
		padding-bottom: 8px;
		font-size: 1.8rem;
	}
	.titLineLR{
		font-size: 2.4rem;
		margin-bottom: 30px;
	}
	.titLineLR .clBrown{
		font-size: 1.3rem;
	}
	.listSample{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 0 60px;
	}
	.listSample:nth-last-of-type(n+2){
		margin-bottom: 60px;
	}
	.listSample li{
		width: auto;
		gap: 15px 0;
	}
	.listSample li .txt{
		font-size: 1.3rem;
	}

	/* 素材 */
	.listSample.material li img{
		height: auto;
	}

	/* 質感 */
	.listSample.texture li,.listSample.pattern li{
		width: auto;
	}
	.listSample.texture li img{
		height: auto;
	}

	/* 形状 */
	.listSample.pattern li img{
		height: auto;
	}

	/* オプション */
	.listSample.option li img{
		height: auto;
	}
	.listSample + .txtNote{
		font-size: 1.3rem;
	}

	/* 完成例 */
	.titLineLR.fix{
		margin-top: 60px;
	}
	.listSample.fix{
		flex-direction: row;
		gap: 0 30px;
	}
	.listSample.fix .lead span{
		display: inline-block;
		line-height: 145%;
		background: linear-gradient(to top,  transparent 2px, #EEEEEE 2px, #EEEEEE 4px, transparent 4px);
	}
	.listSample.fix li{
		padding: 30px 0;
		gap: 12px 0;
		width: 465px;
		border: 1px solid var(--mainGray);
	}
	.listSample.fix li .specBox{
		gap: 0 20px;
		width: auto;
	}
	.listSample.fix li img{
		height: auto;
	}
	.listSample.fix li .price{
		font-size: 14px;
	}


	/*
		festariaについて
	-----------------------------------------------------------------------------------------------*/
	.aboutArea{
		margin-bottom: 80px; 
	}
	.aboutArea .ctsArea{
		padding-bottom: 80px;
	}
	.aboutArea > .tit{
		padding: 80px 30px 120px 30px;
		font-size: 4.8rem;
	}
	.aboutBox{
		padding: 80px 50px 20px 50px;
		margin-top: -90px;
		text-align: center;
	}
	.aboutBox .tit{
		padding-bottom: 12px;
		margin-bottom: 14px;
		font-size: 2.4rem;
	}
	.aboutBox .tit:nth-of-type(n+2) {
		margin-top: 60px;
	}
	.aboutBox .txt{
		width: 600px;
		padding-bottom: 30px;
		margin: 0 auto;
		text-align: left;
		line-height: 200%;
	}
	.aboutBox img{
		width: auto;
	}


	/*
		お客様の声
	-----------------------------------------------------------------------------------------------*/
	.voiceArea .titMarker{
		letter-spacing: 0;
	}
	.listVoice li{
		display: flex;
		justify-content: space-between;
		padding: 32px 0 0 0;
		text-align: center;
		letter-spacing: 0.12em;
	}
	.listVoice li:nth-of-type(n+2){
		margin-top: 30px;
	}
	.listVoice li .txt{
		line-height: 180%;
	}

	/* 購入者 */
	.listVoice li .profileBox{
		padding-top: 10px;
	}
	.listVoice li .profileBox .name{
		padding: 8px 0 0 0;
		line-height: 125%;
	}
	.listVoice li .profileBox .name .pc{
		display: inline-block;
	}
	.listVoice li .profileBox{
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.listVoice li .profileBox img{
		order: -1;
		width: auto;
	}

	/*
		お店で相談・ご購入
	-----------------------------------------------------------------------------------------------*/
	.storeArea{
		padding-top: 80px;
		margin-bottom: 80px;
		text-align: center;
	}
	.txtStore{
		font-size: 1.8rem;
	}
	.txtStore + .txtNote{
		padding: 0 0 25px 0;
		margin-top: 25px;
		font-size: 1.2rem;
		text-align: center;
		text-indent: 0;
	}
	.phStore{
		width: auto;
	}



	/*
		アフターサービスも安心
	-----------------------------------------------------------------------------------------------*/
	.afterArea{
		width: 100%;
		padding-bottom: 60px;
		margin-bottom: 50px;
	}
	
	/* ボタン */
	a.btnSub{
		width: 240px;
		height: 60px;
		margin: 25px auto 0 auto;
		font-size: 1.8rem;
		border-radius: 30px;
		transition: background-color 0.25s;
	}
	a.btnSub:hover{
		background-color: #8E6C55;
	}
	a.btnSub2{
		width: 240px;
		height: 60px;
		margin: 25px auto 0 auto;
	}
	a.btnSub2:hover{
		background-color: #F5F0EA;
    box-shadow: none;
	}

	/*
		footer
	-----------------------------------------------------------------------------------------------*/
	#footArea.ctsArea {
		padding-bottom: 30px;
	}
	.txtHere{
		margin-bottom: -25px;
		font-size: 2rem;
	}
	a.linkWindow{
		padding-right: 16px;
		margin: 50px auto 40px auto;
		font-size: 1.5rem;
		background: url(../images/ico_window_pc.svg) right 1px center / 13px 13px no-repeat;
		transition: opacity 0.25s;
	}
	a.linkWindow:hover{
		opacity: 0.7;
	}
	.copyright{
		font-size: 1.2rem;
		font-weight: 300;
	}

	/*
		追従ボタン
	-----------------------------------------------------------------------------------------------*/
	.btnFixArea{
		height: 140px;
	}
}
