@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;
	--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: 130px;
}

/* 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{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#catchKv{
	margin-bottom: -5px;
}
#catchKv img{
	width: 326px;
}
.kvBtnSubTit{
	font-size: 1.2rem;
	position: relative;
}
.kvBtnSubTit::before,
.kvBtnSubTit::after{
	content: "";
	display: inline-block;
  background: #fff;
  width: 1px;
  height: 2em;
  margin: 0 15px;
  margin-top: -.2em;
  vertical-align: middle;
}
.kvBtnSubTit::before{
	transform: rotate(-45deg);
}
.kvBtnSubTit::after{
	transform: rotate(45deg);
}
.kvBtnSubTit,
#kvArea .txtBtn{
	color: #fff;
}
#kvArea .txtBtn{
	opacity: 0.6;
}

/*
	共通
-----------------------------------------------------------------------------------------------*/
/*
	btnArea
-------------------------------*/
.btnArea{
	display: flex;
	justify-content: center;
}
.btnArea.clm2{
	gap: 0 10px;
}
.kvBtnArea{
	padding:10px 20px;
	background: linear-gradient(-132deg,rgba(218 169 115 / 1) 100%, rgba(202 153 106 / 1) 0%);
	margin-top: 25px;
}

/*
	ボタン_今すぐ試す
-------------------------------*/
.btnTryLi{
	display: flex;
	gap: 0 5px;
	padding-top: 10px;
	width: 100%;
}
.btnTryLi li {
  flex: 1; 
}
a.btnTry{
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
	padding: 10px 0 13px 0;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	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 > span{
	padding-bottom: 6px;
	font-size: 1.3rem;
	line-height: 100%;
	letter-spacing: 0;
	border-bottom: 1px solid var(--mainGray);
}
a.btnTry .come,
.kvBtnArea .come,
.fixCl .come{
	vertical-align: super;
	font-size: 0.8rem;
}
.txtBtn{
	margin-top: 10px;
	font-size: 1.1rem;
	color: #999;
	text-align: center;
	line-height: 100%;
}

/*
	ボタン_ライン
-------------------------------*/
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;
	white-space: nowrap;
	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%;
}
.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;
}

/*
	30秒でわかる-フェスタリアのカスタマイズシステム
-----------------------------------------------------------------------------------------------*/
.customArea .ico{
	width: 135px;
	margin: 0 auto;
}
.customArea .titMarker{
	padding-top:20px;
}
/* customMovieBox */
.customMovieBox{
	position: relative;
	cursor: pointer;
}
/* playMovieBtn */
.playMovieBox{
	position: relative;
	overflow: hidden;
	height: 100%;
	border-radius: var(--brSmall);
	filter: var(--shadow);
}

/* 上の静止画像 */
.playMovieBox .thumbnail{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	z-index: 10;
	pointer-events: none;
}
/* 下の動画 */
.playMovieBox .movie{
	width: 100%;
	height: auto;
}
/* 動画再生時にポスターを消す */
.playMovieBox:has(video.playing) .thumbnail,
.playMovieBox:has(video.playing) .btn,
.playMovieBox:has(video.playing)::after{
	display: none;
}
.playMovieBox:has(video.playing.paused)::after{
	display: block;
}


/*
	リングオーダーの流れ
-----------------------------------------------------------------------------------------------*/
/*タイトル */
.topArea{
	display: flex;
	justify-content: center;
	background: var(--mainBrown);
	color: #fff;
	font-family: var(--ffShipp);
	padding: 20px 0;
	position: relative;
	cursor: pointer;
}
/*展開の十字*/
.topArea::before,
.topArea::after{
	content: "";	
	position: absolute;
	right: 15px;
	top: 50%;
	width: 14px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	transition: all 0.3s;
}
.topArea::after{
	transform: rotate(90deg);
}
.topArea.close_btn::after{
	transform: rotate(180deg);
}
.topArea .en{
	font-family: var(--ffShipp);
	font-size: 5.5rem;
	font-style: italic;
	opacity: 0.1;
	position: absolute;
	left: 5px;
	bottom: 14px;
	letter-spacing: -0.01em;
	width: 70px;
}

/*流れ　リスト*/
.flowArea .leadBase span{
	font-size: 1.0rem;
}
.flowList{
	padding-top: 30px;
}
.flowList li{
	position: relative;
	margin-bottom:35px;
}
.flowList li::before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-bottom: solid 1px var(--mainGray);
	border-right: solid 1px var(--mainGray);
	position: absolute;
	left: 48%;
	transform: translateY(-52%) rotate(45deg);
	bottom: -30px;
	margin: auto;
}
/* リスト最後 */
.flowList li:last-child{
	margin: 0;
}
.flowList li:last-child::before{
	content: none;
}
/* トグル展開後の内容 */
.bottomArea{
	background: var(--bgGray);
	padding:0 12px 12px 12px;
}
.bottomArea .whiteArea{
	background: #fff;
	padding:10px 15px 15px 15px;
	display: block;
}
/*タイトル*/
.bottomArea .titBox{
	display: flex;
	align-items: center;
	gap:0 10px;
	font-family: var(--ffShipp);
	font-size: 1.6rem;
	text-align: left;
	padding-block:15px;
	border-bottom: 1px solid var(--mainBrown);
}
.bottomArea .titBox .ico{
	width: 32px;
}
/* テキスト */
.bottomArea .txtBox{
	padding-top:20px;
	display: block;
}
.bottomArea .txtBox .txt{
	font-size: 1.2rem;
	line-height: 150%;
	text-align: justify;
}
.bottomArea .capture{
	margin-top: 15px;
	border: 1px solid #e6e6e6;
}
.leadBase{
	text-align: center;
}
.olistFlow{
	margin-bottom: 60px;
}
.olistFlow li{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 135px;
	font-weight: 700;
	text-align: center;
	padding-right: 225px;
	background:url(../images/ph_flow01_sp.png) right top / contain no-repeat var(--bgGray);
}
.olistFlow li:nth-of-type(2){
	padding: 0 0 0 225px;
	background-image: url(../images/ph_flow02_sp.png);
	background-position: left top;
}
.olistFlow li:nth-of-type(3){
	background-image: url(../images/ph_flow03_sp.png);
}


/*
	お客様の声
-----------------------------------------------------------------------------------------------*/
.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;
}

/*
	永久保証サービス
-----------------------------------------------------------------------------------------------*/
.afterSwiperArea{
	background: #fff;
	margin-top:20px;
	padding:2px;
	position: relative;
}
.afterArea{
	background:var(--bgGray);
}
.service.ctsArea{
	padding: 60px 25px;
}
/* txt内span小文字共通 */
.afterArea .txt span{
	display: block;
	margin-top:10px;
	font-size: 1.0rem;
	line-height: 150%;
	text-indent: -1em;
	padding-left: 1em;
}
.afterSwiperArea .txtBox{
	padding: 25px 23px;
}
.afterSwiperArea .tit{
	font-size: 1.6rem;
	font-family: var(--ffShipp);
	color: var(--mainBrown);
}
.afterSwiperArea .txt{
	font-size: 1.2rem;
	padding-top:10px;
	text-align:justify;
}
.service .leadBase{
	text-align: left;
}

/* スワイパー */
.swiper-pagination-bullets.swiper-pagination-horizontal{
	position: absolute;
	bottom: auto;
	margin-top:20px;
}
.swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #cccccc;
	opacity: 0.5;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 7px;
}
.swiper-pagination-bullet-active{
	background: var(--mainBrown);
	opacity: 0.5;
}
.swiper-button-next,.swiper-button-prev{
	color: var(--mainBrown);
	top: auto;
	bottom:-50px;
	z-index: 20;
	position: absolute;
	width: 40px;
  height: 40px;
}
.swiper-button-next{
	right: 20px;
}
.swiper-button-prev{
	left: 20px;
}
.swiper-button-next::before,.swiper-button-prev::before{
	content: "";
	display: block;
	width: 40px;
  height: 40px;
	background: rgba(164 136 109 / 0.1);
	position: absolute;
	right: 0;
	border-radius: 50%;
}
.swiper-button-next::after,.swiper-button-prev::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	margin: auto;
	transform: translateY(-50%) rotate(-45deg);
}
.swiper-button-next::after{
	left: 11px;
	border-bottom: solid 2px var(--mainBrown);
	border-right: solid 2px var(--mainBrown);
}
.swiper-button-prev::after{
	right: 11px;
	border-top: solid 2px var(--mainBrown);
	border-left: solid 2px var(--mainBrown);
}
/* カード発行サービス */
.afterServiceArea.ctsArea{
	padding: 30px 25px 60px 25px;
}
.afterServiceArea .tit{
	font-family: var(--ffShipp);
	font-size: 1.4rem;
	color: var(--mainBrown);
	line-height: 150%;
}
.afterServiceArea .txtBox{
	background: #f2f2f2;	
	padding: 25px;
	position: relative;
}
.afterServiceArea .txtBox::before{
	content: "";
	position: absolute;
	left:0;
	top:0;
	background: var(--mainBrown);
	width: 15px;
  height: 15px;
	clip-path: polygon(0 0, 100% 0%, 0% 100%);
}
.afterServiceArea .serviceTxt{
	display: block;
	text-align: center;
}
.afterServiceArea .serviceTxt img{
	width: 150px;
}
.afterServiceArea .serviceTxt .txt{
	text-align: left;
	padding-top: 20px;
	text-align: justify;
}


/*
	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.1rem;
	font-weight: 300;
}

/*
	追従ボタン
-----------------------------------------------------------------------------------------------*/
.btnFixArea{
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 25px;
	width: 100%;
	height: 140px;
	background-color: rgb(230 230 230 / 90%);
	z-index: 100;
}
/* ボタン */
.btnFixArea .btnTry{
	margin-top: 0;
}
.fixCl{
	color: #666666;
	font-size: 1.0rem;
}
.kvBtnSubTit.fixCl::before,.kvBtnSubTit.fixCl::after{
	background: #666666;
}


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

	#wrapper{
		padding-bottom: 180px;
	}
	
	/* 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{
		width: 628px;
		transform:translate(-560px);
	}
	#catchKv{
		margin-bottom: -5px;
	}
	#catchKv img{
		width: 548px;
	}
	#kvCatchBox .txtBtn{
		margin-top: 20px;
		width: 100%;
	}
	.kvBtnSubTit{
		font-size: 1.7rem;
	}

	/*
		共通
	-----------------------------------------------------------------------------------------------*/
	/*
		ボタン_今すぐ試す
	-------------------------------*/
	.kvBtnArea{
		display: block;
		margin-top: 50px;
		padding-block: 30px;
		width: 100%;
	}
	.btnTryLi{
		width: 578px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.btnTryLi li {
		flex:none; 
	}
	a.btnTry{
		width: 280px;
		font-size: 2.0rem;
		border-radius: 40px;
		padding: 15px 0 18px 0;
		transition: background-color 0.25s, box-shadow 0.25s;
	}
	/* 追従ボタンのみ適用 */
	.btnFixArea a.btnTry{
		width: 320px;
		padding: 25px 0 28px 0;
	}
	.btnFixArea .btnTryLi{
		width: 650px;
	}
	a.btnTry > span{
		font-size: 1.5rem;
	}
	a.btnTry .come,
	.kvBtnArea .come{
		font-size: 1rem;
	}
	a.btnTry:hover{
		background-color: #F5F0EA;
		box-shadow: none;
	}
	

	/*
		ボタン_ライン
	-------------------------------*/
	a.btnLine{
		width: 240px;
		height: 60px;
		border-radius: 50px;
		font-size: 1.2rem;
	}
	a.btnLine span{
		font-size: 1.8rem;
	}

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


	/*
		オーダーメイドリングをおうちにいながらシミュレーション！（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;
	}


	/*
		30秒でわかる-フェスタリアのカスタマイズシステム
	-----------------------------------------------------------------------------------------------*/
	.customArea{
		background:var(--bgGray);
		margin-bottom:120px;
	}
	.customArea .ctsArea{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding:0 30px;
	}
	.customArea .ico{
		width: 264px;
	}
	/* playMovieBtn */
	.playMovieBox{
		width: 366px;
		height: 650px;
	}

	/*
		リングオーダーの流れ
	-----------------------------------------------------------------------------------------------*/
	/*タイトル */
	.topArea{
		padding-block: 30px;
	}
	/*展開の十字*/
	.topArea::before,
	.topArea::after{
		width: 24px;
	}
	.topArea .en{
		font-size: 10rem;
		bottom: 30px;
		display: inline-block;
		width: 120px;
	}
	.topArea .tit{
		font-size: 2.4rem;
	}
	/*流れ　リスト*/
	.flowArea .leadBase span{
		font-size: 1.2rem;
		}
	.flowList{
		padding-top: 50px;
	}
	.flowList li{
		margin-bottom:50px;
	}
	.flowList li::before{
		width: 30px;
		height: 30px;
		border-bottom: solid 2px var(--mainGray);
    border-right: solid 2px var(--mainGray);
		bottom: -46px;
	}
	/* トグル展開後の内容 */
	.bottomArea{
		background: var(--bgGray);
		padding:0 20px 20px 20px;
	}
	.bottomArea .whiteArea{
		background: #fff;
		padding:25px 40px 40px 40px;
	}
	/*タイトル*/
	.bottomArea .titBox{
		font-size: 2.6rem;
		padding-block:10px;
	}
	.bottomArea .titBox .ico{
		width: 64px;
	}
	/* テキスト */
	.bottomArea .txtBox{
		padding-top:40px;
		display: flex;
		justify-content: space-between;
	}
	.bottomArea .txtBox .txt{
		font-size: 1.5rem;
		line-height: 200%;
		width: 270px;
	}
	.bottomArea .capture{
		margin-top: 0;
		width: 540px;
	}

	
	/*
		お客様の声
	-----------------------------------------------------------------------------------------------*/
	.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;
	}

	/*
		永久保証サービス
	-----------------------------------------------------------------------------------------------*/
	.afterSwiperArea{
		margin-top:50px;
		padding:4px;
	}
	.service.ctsArea{
		padding: 120px 30px 60px 30px;
	}
	.service .leadBase{
		text-align: center;
	}
	/* txt内span小文字共通 */
	.afterArea .txt span{
		font-size: 1.2rem;
		margin-top: 10px;
		line-height: 150%;
	}
	.afterSwiperArea .tit{
		font-size: 2.8rem;
	}
	.afterSwiperArea .txt{
		font-size: 1.5rem;
	}
	.afterSwiperArea .txtBox{
		width: 376px;
		padding:70px 0 0 40px;
	}

	/* スワイパー */
	.swiper-slide{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.swiper-img{
		width: 550px;
	}
	.swiper-pagination-bullets.swiper-pagination-horizontal{
		position: absolute;
		bottom: auto;
		margin-top:30px;
	}
	.swiper-pagination-bullet{
		width: 14px;
		height: 14px;
	}
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0 7px;
	}
	.swiper-button-next,.swiper-button-prev{
		bottom:-63px;
	}
	.swiper-button-next{
		right: calc(100% - 66%);
	}
	.swiper-button-prev{
		left: calc(100% - 66%);
	}
	/* カード発行サービス */
	.afterServiceArea.ctsArea{
		padding: 70px 30px 120px 30px;
	}
	.afterServiceArea .tit{
		font-size: 2.8rem;
		line-height: 160%;
		display: inline-block;
		padding-top:35px;
	}
	.afterServiceArea .serviceTxt{
		display: flex;
		gap: 0 86px;
	}
	.afterServiceArea .txtBox{
		padding: 35px 50px;
		height: 360px;
	}
	.afterServiceArea .txtBox::before{
		width: 30px;
		height: 30px;
	}
	.afterServiceArea .serviceTxt img{
		width: 280px;
		position: absolute;
		right: 50px;
		top:40px;
	}
	.afterServiceArea .serviceTxt .txt{
		width: 485px;
		font-size: 1.5rem;
		line-height: 200%;
	}


	/*
		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: 180px;
	}
	.fixCl{
		font-size: 1.5rem;
	}
	.btnFixArea .txtBtn{
		margin-top: 15px;
	}
}
