@charset "utf-8";

@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Light.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Medium.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff2) format('woff2'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff) format('woff'),
		 url(../fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff2) format('woff2'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.woff) format('woff'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff2) format('woff2'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.woff) format('woff'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
	font-family: 'Noto Serif JP';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff2) format('woff2'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.woff) format('woff'),
		 url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}

/*==============================
	基本設定
==============================*/
body{
	color: #231815;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	position: relative;
	width: 100%;
	font-weight: 300;
}
@media only screen and (min-width:768px){
	body{
		min-width: 1240px;
	}
}

body *, body *::before, body *::after{box-sizing: border-box;}
img{vertical-align: bottom;}
h1,h2,h3,h4,h5,h6{font-weight: 300;}
th{
	font-weight: 300;
	text-align: left;
}
a:focus{outline: none;}

/*font layout*/
.fBold{font-weight: bold;}
.fVerdana{font-family: Verdana;}
.fCondensed{font-family:'Roboto Condensed', sans-serif;}
.fAlegreya{font-family: 'Alegreya Sans SC', sans-serif;}
.fCaveat{font-family: 'Caveat', cursive;}
.fSerif{font-family:'Noto Serif JP', serif;}
.fJuli{font-family: 'Julius Sans One', sans-serif;}
.fAnt{font-family: 'Anton', sans-serif;}
.fHannari{font-family: "Hannari", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro";}
.fRoboto{font-family: 'Roboto', sans-serif;
}

/*rollover*/
@media only screen and (min-width:768px){
	.ro a:hover,
	a.ro:hover,
	a .ro:hover{ opacity:0.8; }
	.ro a,
	a.ro,
	a .ro{
		-webkit-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
}

/*rollover(brightnessによる変化)*/
@media only screen and (min-width:768px){
	.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1); filter: brightness(1.1); }
	.brt a,
	a.brt,
	a .brt{
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
}

/*ro無効化*/
@media only screen and (min-width:768px){
	.ro .no_ro a:hover,
	.ro a.no_ro:hover{ opacity:1; }
}

/*========================================
	レスポンシブ用(不要な場合は削除)
========================================*/
.spNone,
.brPc,
.imgPc{
	display: none !important;
}
.imgR{
	width: 100%;
	height: auto;
}
@media only screen and (min-width:768px){
	.spOnly,
	.brSp,
	.imgSp{
		display: none !important;
	}
	.spNone{
		display: block !important;
	}
	.brPc,
	.imgPc{
		display: inline !important;
	}
}

/*-----------------------------------------------
	imgFill
-----------------------------------------------*/
.imgFill{
	position: relative;
}
.imgFill img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

/*-----------------------------------------------
	spNavi
-----------------------------------------------*/
/* ナビゲーション横から出てくるメニュー */
#spNavi{
    overflow-y: scroll;
	position: fixed;
	background: rgba(83,80,75,0.98);
	z-index: 9998;
	padding: 0;
	top: 74px;
	right: 0;
	width: 100%;
	height: 100%;
	transition: all 0.4s;
	transform: translate(100%);
	padding-bottom: 80px;
	display: none;
}
body.loaded #spNavi{
	display: block;
}
#spNavi.naviOpen{
	transform: translate(0); 
}
#spNavi .wrapperNavi{
	width: 92%;
	margin: 0 auto;
	-webkit-transition: 0.3s ease 0.25s;
	transition: 0.3s ease 0.25s;
}
#spNavi.naviOpen .wrapperNavi{
	opacity: 1;
}
#spNavi .topBtn{
	display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
    background: white;
    width: 90.67%;
    margin: 0 auto;
}
/* #spNavi #btnNavi.naviOpen{
    width: calc(23px + 8%);
	height: 73px;
	background: url(../img/common/spNaviCloseTop.png) center / 38px auto no-repeat;
} */
#spNavi .boxList li{
	border-top: 1px solid #494742;
	box-shadow: 0 -1px #42403C;
}
#spNavi .boxList li.bTNone{
	border-top: none;
	box-shadow:none;
}
#spNavi .boxList li:last-child{
	border-bottom: 1px solid #494742;
	box-shadow: 0 -1px #42403C, 0 -1px #42403C inset;
}
#spNavi .boxList .childNavLsit{
	display: none;
}
#spNavi .boxList .childNav{
	padding-left: 15%;
}
#spNavi .boxList .childNav a{
	font-size: 12px;
}
#spNavi .boxList .childNav:last-child{
	border-bottom: none;
}
#spNavi .boxList li .btnIn{
    position: relative;
}
#spNavi .boxList li .btnIn::before,
#spNavi .boxList li .btnIn::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	border-radius: 5px;
	background: white;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
#spNavi .boxList li .btnIn::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
#spNavi .boxList li .btnIn.active::after {
	transform: rotate(0);
	transition: 0.5s;
	top: 48%;
}
#spNavi .boxList li .btnIn ,
#spNavi .boxList li a{
	display: block;
	text-decoration: none;
	font-size: 15px;
	color: #FFF;
	line-height: 58px;
	padding: 0 2.73%;
	letter-spacing: 0.75px;
}
#spNavi .childNav.ic{
	position: relative;
}
#spNavi .childNav.ic::before{
	position: absolute;
	content: "";
	background: #fff;
	width: 8px;
	height: 1px;
	top: 28px;
    left: 41px;
}
#spNavi .boxList li a.pageLink{
	width: 87%;
	padding: 0;
}
#spNavi .boxContact .tit{
	margin: 39px 0 30px;
	text-align: center;
}
#spNavi .boxContact .btn{
	display: block;
	width: 48.63%;
	text-align: center;
	padding: 19px 0 22px;
	text-decoration: none;
}
#spNavi .boxContact .btn:first-child{
	float: left;
	background: #000;
	border: 1px solid #FFF;
	color: #FFF;
}
#spNavi .boxContact .btn:last-child{
	float: right;
	background: #FFF;
	border: 1px solid #000;
	color: #000;
}
#spNavi .boxContact .btn .txt{
	margin-top: 13px;
	font-size: 12px;
	letter-spacing: -0.5px;
}
#spNavi .btnClose02{
	border: 1px solid #666;
	text-align: center;
	padding: 26.5px 0;
	margin: 50px 0;
}
#spNavi .btnClose02 .txt{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
	color: #FFF;
}
#spNavi .btnClose02 .img{
	display: inline-block;
	vertical-align: middle;
	margin-right: 13px;
}
@media only screen and (min-width:360px){
	#spNavi .wrapperNavi{
		width: 87.98%;
	}
	#spNavi .boxList .childNav a{
		font-size: 14px;
	}
	#spNavi .boxList .childTit{
		font-size: 14px;
    color: #fff;
    padding: 22px 0 22px 29px;
	}
}
@media only screen and (min-width:375px){
	#spNavi .boxContact .btn .txt{
		font-size: 13px;
		letter-spacing: 0;
	}
}

/*-----------------------------------------------
	header
-----------------------------------------------*/
.txtHeaderDescription{
	display: block;
}
@media only screen and (min-width:768px){
	.txtHeaderDescription{
		display:none;
		font-size: 13px;
		margin-right: 1.5%;
		letter-spacing: -0.25px;
		position: absolute;
		top: 23px;
		left: 0;
		right: 0;
		z-index:1000;
		max-width: 1500px;
		width: 94%;
		margin: 0 auto;
	}
	.txtHeaderDescription.fixed{
		display:none;
	}
}
	
#header{
	position: absolute!important;
	top: 0!important;
	left: 0;
	z-index: 999;
	width: 100%;
	background: #FFF;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	max-height: 75px;
}
#header.fixed{
	position: fixed!important;
	top: 0!important;
}
#header + #main{
    padding-top: 73px;
}
#spNavi .logo,
#header .logo{
	width: 220px;
	margin: 26px 0 28px 5.07%;
	float: left;
}
#header #btnNavi {
	display: block;
    width: 70px;
    height: 69px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
}
#btnNavi a{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	text-decoration: none;
	width: 100%;
	height: 74px;
	color: #fff;
}
#btnNavi .border {
	width: 25px;
	height: 24px;
	position: relative;
}
#btnNavi .border .inner,
#btnNavi .border .inner::before,
#btnNavi .border .inner::after {
	display: block;
    background: #000;
    width: 24px;
    height: 2px;
}
#btnNavi.naviOpen .border .inner,
#btnNavi.naviOpen .border .inner::before,
#btnNavi.naviOpen .border .inner::after {
    width: 28px;
}
#btnNavi.naviOpen .border{
    width: 28px;
	height: 22px;
}
#btnNavi .border .inner::before,
#btnNavi .border .inner::after {
	content: '';
	position: absolute;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#btnNavi .border .inner::before {
    top: -8px;
}
#btnNavi .border .inner::after {
    top: 8px;
}
/* #btnNavi.naviOpen .border .inner {
	width: 0;
	height: 0;
} */
#btnNavi.naviOpen .border .inner{
	background: #fff;
}
#btnNavi.naviOpen .border .inner::before {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#btnNavi.naviOpen .border .inner::after {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* #header #btnNavi .txt{
	content: 'MENU';
	font-size: 11px;
	position: absolute;
	left: 18px;
	bottom: 15px;
	letter-spacing: 0.5px;
} */
#btnNavi .border::after {
	position: absolute;
	content: 'MENU';
    bottom: -5px;
    left: -5px;
	color: #000;
	font-size: 11px;
	letter-spacing: 0.5px;
}
#btnNavi.naviOpen .border::after {
	content: 'CLOSE';
    left: -3px;
    bottom: -6px;
    letter-spacing: 0.2px;
}
#header #btnNavi.naviOpen .txt{
	font-size: 11px;
	position: absolute;
	left: 18px;
	bottom: 15px;
	letter-spacing: 0.5px;
}
@media only screen and (min-width:768px){
	#header{
		position: fixed !important;
		max-height: 153px;
	}
	#header + #main {
		padding-top: 151px;
	}
	#header .wrapperHeader{
		max-width: 1500px;
		width: 94%;
		margin: 0 auto;
		position: relative;
		overflow: visible;
	}
	#header .logo{
		width: 22%;
		max-width: 314px;
		margin: 70px 0 42px;
	}
	#header .boxPc{
		width: 75.7%;
		float: right;
		margin-top: 25px;
	}
	#header .boxPc .boxTxt{
		text-align: right;
		font-size: 0;
	}
	#header .boxPc .boxTxt{
		display: block;
		position: absolute;
		width: 310px;
		right: 20px;
		top: -50px;
		-webkit-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}
	#header.fixed .boxPc .boxTxt{
		
	}
	#header .txtDescription{
		font-size: 13px;
		margin-right: 1.5%;
		letter-spacing: -0.25px;
		position: absolute;
		top: 20px;
		left: 0;
	}
	#header .txtDescription,
	#header .boxPc .boxTxt .boxList{
		display: inline-block;
		vertical-align: top;
		margin-top: 3px;
	}
	#header.fixed .txtDescription,
	#header.fixed .boxPc .boxTxt{
		display: block;
		top: 18px;
	}
	#header .boxPc .boxTxt .boxList li,
	#header .boxPc .txtTel{
		display: inline-block;
		vertical-align: top;
	}
	#header .boxPc .boxTxt .boxList li a{
		font-size: 13px;
		color: #000;
		letter-spacing: 0.5px;
		text-decoration: none;
		padding-bottom: 5px;
		position: relative;
	}
	#header .boxPc .boxTxt .boxList li a::after{
		content: "";
		display: block;
		width: 100%;
		height: 1px;
		background: #000;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	#header .boxPc .boxTxt .boxList li:last-child::before{
		content: "｜";
		font-size: 13px;
		padding: 0 4px;
	}
	#header .boxPc .txtTel{
		font-size: 21px;
		font-weight: bold;
		margin: 0 0 3px 2.9%;
		padding-left: 39px;
		letter-spacing: 0.25px;
		background: url(../img/common/bgHeaderTel.gif) left top no-repeat;
	}
}
@media only screen and (min-width:1300px){
	#header.fixed .boxPc{
	}
}
@media only screen and (min-width:1400px){
	#header.fixed .boxPc{
	}
}
@media only screen and (min-width:1540px){
	
}


/*-----------------------------------------------
	gNavi
-----------------------------------------------*/
@media only screen and (min-width:768px){
	#gNavi{
		margin-top: 35px;
		font-size: 0;
		text-align: right;
	}
	#gNavi .wrapperNavi{
		white-space: nowrap;
	}
	#gNavi .gnaviLi{
		display: inline-block;
		vertical-align: top;
		width: 12.75%;
		text-align: center;
		position: relative;
	}
	#gNavi .gnaviLi::after{
		position: absolute;
		content: "";
		background: #E1E1E1;
		height: 57px;
		width: 1px;
		left: 0;
		top: 0;
	}
	#gNavi .gnaviLi:last-child{
		border-right: 1px solid #E1E1E1;
	}

	#gNavi.fixed .gnaviLi img:last-child{
		display: inline !important;
	}
	#gNavi .gnaviLi a{
		display: inline-block;
		color: #000;
		text-decoration: none;
		padding: 8px 0 7px;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#gNavi .gnaviLi .inner{
		padding: 8px 0 28px;
	}
	#gNavi .gnaviLi .jpn{
		font-size: 11px;
		margin-top: 16px;
		letter-spacing: -0.75px;
	}
	#gNavi.fixed .gnaviLi .jpn{
		top: 32px;
		left: -1px;
	}
	#spNavi .downWrap,
	#gNavi .downWrap{
		position: relative;
	}
	#spNavi .down,
	#gNavi .down{
		display: none;
		position: absolute;
		z-index: 1000;
		top: 100%;
		left: 0;
		top: 77px;
		width: 500px;
		background: #FFF;
		border: 1px solid #000;
		padding: 0 0px 0px 30px;
	}
	#gNavi .down.concept{
		width: 179px;
	}
	#gNavi .downLi{
		font-size: 13px;
		margin-right: 18%;
		position: relative;
	}
	#gNavi .downLi::before{
		position: absolute;
		content: "";
		background: #c9c9c9;
		width: 8px;
		height: 1px;
		left: -18px;
    top: 14px;
	}
	#gNavi .downLi:nth-child(2){
		margin-right: 22%;
	}
	#gNavi .downLi:nth-child(3){
		margin-right: 0;
	}
	#gNavi .downLi:nth-child(4){
		margin-right: 26.3%;
	}
	#gNavi .downLi:nth-child(5){
		margin-right: 16.45%;
	}
	#gNavi .downLi:nth-child(6){
		margin-right: 26.28%;
	}
	#gNavi .downLi:first-child{
		/* padding-top: 10px; */
	}
	#gNavi .downLi:last-child{
		padding-bottom: 0;
	}

	#gNavi .item{
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		padding: 18px 0 17px 0px;
		position: relative;
	}
	
	#gNavi .item::after{
		position: absolute;
		content: "";
		background: url(../img/common/iconItem.gif) center top / cover;
		width: 5px;
		height: 6px;
		left: -15px;
		top: 30px;
	}
	#gNavi .item.it::after{
		top: 38px;
	}
	#gNavi .li01 .item::after{
		top: 38px !important;
	}
	#gNavi .flexList{
		display: flex;
		flex-wrap: wrap;
	
	}
	#gNavi .flList .item{
		padding: 34px 0 12px 0px;
	}
	#gNavi .flItem{
		padding-left: 19px;
	}
	#gNavi .flList.li01{
		padding: 16px 0 33px 0;
	}
	#gNavi .topItem{
		position: relative;
	}
	#gNavi .topItem::before{
		position: absolute;
		content: "";
		background: #c9c9c9;
		width: 440px;
		height: 1px;
		left: 0;
		bottom: 0;
	}
	#gNavi .bo{
		position: relative;
	}
	#gNavi .bo::before{
		position: absolute;
		content: "";
		background: #c9c9c9;
		width: 440px;
		height: 1px;
		top: 5px;
    left: -15px;
	}
	#gNavi .bo::after{
		position: absolute;
		content: "";
		background: #c9c9c9;
		width: 440px;
		height: 1px;
		bottom: -20px;
    left: -15px;
	}

}
@media only screen and (min-width:1400px){
	#gNavi .gnaviLi{
		width: 15.75%;
	}
}


/*-----------------------------------------------
	pnkz
-----------------------------------------------*/
#pnkz{
	overflow: hidden;
}
#pnkz.pnkz_lineup{
    width: 96%;
    margin: 0 auto;
}
#pnkz li{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	padding: 18px 0;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: auto !important;
}
#pnkz li:first-child{
	padding-left: 10px;
}
#pnkz li:last-child{
	max-width: 100%;
}
#pnkz li::before{
	content: ">";
	display: inline-block;
	padding: 0 1px;
}
#pnkz li:first-child::before{
	display: none;
}
#pnkz li a{
	color: #000;
	text-decoration: none;
}
@media only screen and (min-width:768px){
	#pnkz.pnkz_lineup{
		max-width: 1280px;
		width: 94%;
	}
	#pnkz li{
		font-size: 15px;
		padding: 30px 0;
		max-width: none;
		overflow: auto;
		white-space: normal;
		text-overflow: inherit;
	}
	#pnkz li:first-child{
		padding-left: 0;
	}
	#pnkz li:last-child{
		max-width: none;
	}
}

/*-----------------------------------------------
	共通パーツ
-----------------------------------------------*/
/* cmnWrapper */
.cmnWrapperBase{
	width: 96%;
	margin: 0 auto;
}
.cmnWrapperBase.borderTop{
	border-top: 1px solid #000;
}
@media only screen and (min-width:768px){
	.cmnWrapper,
	.cmnWrapperBase{
		max-width: 1280px;
		width: 94%;
		margin: 0 auto;
	}
}

/* cmnError */
.cmnError{
	display: none;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1.5px;
	text-align: center;
	margin-top: 40px;
	padding: 0 2.4%;
}
@media only screen and (min-width:768px){
	.cmnError{
		font-size: 18px;
		letter-spacing: 2px;
		margin-top: 70px;
		padding: 0;
	}
}

/* cmnTitSub */
.cmnTitSub{
	font-size: 17px;
	font-weight: bold;
	line-height: 1.56;
	padding: 20px 8.08%;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
@media only screen and (min-width:768px){
	.cmnTitSub{
		padding: 40px 0;
		font-size: 22px;
		margin-top: 23px;
		letter-spacing: 1px;
	}
}

/* cmnTitEng */
.cmnTitEng{
	padding-left: 2.53%;
	border-bottom: 1px solid #000;
	padding-bottom: 15px;
}
@media only screen and (min-width:768px){
	.cmnTitEng{
		padding: 0 0 29px 0;
	}
}

/* cmnBtnArrow */
.cmnBtnArrow{
	display: block;
	line-height: 43px;
	height: 45px;
	border: 1px solid #000;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	background: url(../img/event/imgBtnDetailsOutline.gif) calc(100% - 19px) center / 5px auto no-repeat #FFF;
}

/* cmnTitForm */
.cmnTitForm{
	height: 60px;
	line-height: 60px;
	background: #53504B;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.5px;
}
@media only screen and (min-width:768px){
	.cmnTitForm{
		height: 90px;
		line-height: 90px;
		font-size: 20px;
		letter-spacing: 1px;
	}
}

/*-----------------------------------------------
	main
-----------------------------------------------*/
/* secCmnNextLoad */
.secCmnNextLoad{
	font-size: 0;
	text-align: center;
}
.secCmnNextLoad #btnNext{
	display: inline-block;
	vertical-align: top;
	width: 206px;
	height: 66px;
	color: #000;
	text-decoration: none;
	text-align: center;
	position: relative;
}
.secCmnNextLoad #btnNext::before,
.secCmnNextLoad #btnNext::after{
	content: "";
	display: block;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
}
.secCmnNextLoad #btnNext::before{
	width: calc(100% - 4px);
	height: 1px;
}
.secCmnNextLoad #btnNext::after{
	width: 1px;
	height: calc(100% - 4px);
}
.secCmnNextLoad #btnNext .inner{
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	border: 1px solid #000;
	line-height: 58px;
	font-size: 15px;
}
.secCmnNextLoad #listLoading{
	display: none;
	width: 32px;
	height: 66px;
	margin: 0 auto;
	padding: 17px 0;
}
@media only screen and (min-width:768px){
	.secCmnNextLoad #btnNext{
		width: 306px;
	}
}

/* secCmnTit */
.secCmnTit{
	background: #F7F7F7;
	height: 90px;
	display: table;
	width: 100%;
}
.secCmnTit .wrapper{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.secCmnTit .jpn{
	font-size: 14px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
@media only screen and (min-width:768px){
	.secCmnTit{
		height: 180px;
	}
	.secCmnTit .jpn{
		font-size: 15px;
		margin-top: 15px;
	}
}

/* secCmnBtn */
.secCmnBtn a,
.secCmnBtn .link{
	display: block;
	width: 206px;
	height: 66px;
	margin: 0 auto 0 calc(50% - 100px);
	color: #000;
	text-decoration: none;
	position: relative;
}
.secCmnBtn a::before,
.secCmnBtn .link:before{
	content: "";
	width: 202px;
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}
.secCmnBtn a::after,
.secCmnBtn .link::after{
	content: "";
	width: 1px;
	height: 62px;
	background: #000;
	position: absolute;
	top: 4px;
	right: 0;
}
.secCmnBtn a .inner,
.secCmnBtn .link .inner{
	display: block;
	width: 200px;
	height: 60px;
	background: #FFF;
	line-height: 58px;
	text-align: center;
	font-size: 15px;
	border: 1px solid #000;
	letter-spacing: 4px;
}
.secCmnBtn a .inner::first-letter,
.secCmnBtn .link .inner::first-letter{
	font-size: 20px;
}
@media only screen and (min-width:768px){
	.secCmnBtn a,
	.secCmnBtn .link{
		width: 306px;
		margin: 0 auto;
	}
	.secCmnBtn a::before,
	.secCmnBtn .link::before{
		width: 302px;
	}
	.secCmnBtn a .inner,
	.secCmnBtn .link .inner{
		width: 300px;
	}
}

/* secCmnPager */
.secCmnPager .boxItem{
	width: 50%;
	float: left;
}
.secCmnPager .boxItem.prev:first-child{
	border-right: 1px solid #000;
}
.secCmnPager .boxItem.next:last-child{
	border-left: 1px solid transparent;
}
.secCmnPager .boxItem.next:first-child{
	border-left: 1px solid #000;
	float: right;
}
.secCmnPager .boxItem a{
	text-decoration: none;
	color: #000;
	padding-bottom: 17px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.secCmnPager .boxItem.prev a{
	padding-left: 10.2%;
	background: url(../img/common/imgPagerPrev.gif) 9.22% 74px / 10px auto no-repeat;
}
.secCmnPager .boxItem.next a{
	padding-right: 10.2%;
	background: url(../img/common/imgPagerNext.gif) 90.78% 74px / 10px auto no-repeat;
}
.secCmnPager .boxItem .tit{
	font-size: 13px;
	text-align: center;
	letter-spacing: 2.75px;
	margin-bottom: 10px;
}
.secCmnPager .boxItem .tit::first-letter{
	font-size: 20px;
}
.secCmnPager .boxItem .boxImg{
	width: 59.46%;
	margin: 0 auto;
	-webkit-order: 1;
	order: 1;
}
.secCmnPager .boxItem .boxImg .img{
	height: 0;
	padding-top: 100%;
}
.secCmnPager .boxItem .txt{
	width: 75%;
	margin: 11px auto 0;
	font-size: 14px;
	line-height: 22px;
	height: 44px;
	letter-spacing: -0.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-order: 2;
	order: 2;
}
@media only screen and (min-width:768px){
	.secCmnPager{
		max-width: 1280px;
		width: 94%;
		margin: 0 auto;
	}
	.secCmnPager .boxItem{
		width: 551px;
		font-size: 0;
	}
	.secCmnPager .boxItem.prev:first-child,
	.secCmnPager .boxItem.next:last-child,
	.secCmnPager .boxItem.next:first-child{
		border: none;
	}
	.secCmnPager .boxItem.next{
		float: right;
	}
	.secCmnPager .boxItem a{
		display: block;
		padding-bottom: 0;
	}
	.secCmnPager .boxItem.prev a{
		padding-left: 50px;
		background-position: 0 74px;
	}
	.secCmnPager .boxItem.next a{
		padding-right: 50px;
		background-position: right 74px;
	}
	.secCmnPager .boxItem .tit{
		font-size: 13px;
		text-align: center;
		letter-spacing: 2.75px;
		margin-bottom: 10px;
	}
	.secCmnPager .boxItem .tit::first-letter{
		font-size: 20px;
	}
	.secCmnPager .boxItem .boxImg{
		display: table-cell;
		vertical-align: middle;
		width: 110px;
		margin: 0 auto;
	}
	.secCmnPager .boxItem .boxImg .img{
		height: 0;
		padding-top: 100%;
	}
	.secCmnPager .boxItem .txt{
		display: table-cell;
		vertical-align: middle;
		width: 390px;
		margin: 0;
		padding: 30px 0 0 30px;
		font-size: 16px;
		line-height: 1;
		height: auto;
		letter-spacing: 0.5px;
	}
	.secCmnPager .boxItem.next .txt{
		text-align: right;
		padding: 30px 30px 0 0;
	}
	.secCmnPager .boxItem .txt .inner{
		display: block;
		width: 360px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

/* secCmnNumList */
.secCmnNumList{
	width: 86.96%;
	margin: 40px auto 50px;
	font-size: 0;
	text-align: center;
}
.secCmnNumList li{
	width: 47.22%;
	display: inline-block;
	vertical-align: top;
	margin: 0 5.56% 9.17% 0;
	position: relative;
}
.secCmnNumList li:nth-child(2n),
.secCmnNumList li:last-child{
	margin-right: 0;
}
.secCmnNumList li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.secCmnNumList li .num{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 17px;
	font-size: 15px;
	color: #FFF;
	font-weight: bold;
	background: #CDB389;
	position: absolute;
	top: -17px;
	left: calc(50% - 17px);
}
.secCmnNumList li .wrapper{
	font-size: 13px;
	line-height: 22px;
	background: #FAF8F3;
	border: 1px solid #CDB389;
	border-radius: 3px;
	text-align: center;
	letter-spacing: -0.75px;
	padding: 32px 5.88% 30px;
}
@media only screen and (min-width:414px){
	.secCmnNumList li .wrapper .brNarrowSp{
		display: none;
	}
}
@media only screen and (min-width:768px){
	.secCmnNumList{
		width: 1000px;
		margin: 60px auto 75px;
	}
	.secCmnNumList li,
	.secCmnNumList li:nth-child(2n){
		width: 300px;
		margin: 0 50px 0 0;
	}
	.secCmnNumList li:nth-last-child(-n+3){
		margin-bottom: 0;
	}
	.secCmnNumList li .num{
		width: 44px;
		height: 44px;
		line-height: 44px;
		border-radius: 22px;
		font-size: 18px;
		top: -22px;
		left: calc(50% - 22px);
	}
	.secCmnNumList li .wrapper{
		font-size: 15px;
		line-height: 25px;
		letter-spacing: 0;
		padding: 45px 10px;
	}
}

/* secCmnLineup */
.secCmnLineup{
	margin: 100px 0 90px;
}
.secCmnLineup .boxBnr{
	display: block;
	width: 95.19%;
	margin: 69px auto 0;
}
.secCmnLineup .boxBnr .img{
	color: #000;
	text-decoration: none;
}
.secCmnLineup .boxBnr .txt{
	font-size: 14px;
	text-align: center;
	margin-top: 15px;
	letter-spacing: 0.5px;
}
@media only screen and (min-width:768px){
	.secCmnLineup{
		margin: 100px 0 135px;
	}
	.secCmnLineup .boxBnr{
		width: 630px;
		margin-top: 105px;
	}
	.secCmnLineup .boxBnr .txt{
		font-size: 18px;
		margin-top: 24px;
		letter-spacing: 1px;
	}
}

/* secGuide */
.secGuide{
	width: 95.65%;
	margin: 38px auto 0;
}
.secGuide .titTop{
	font-size: 22px;
	border-bottom: 1px solid #000;
	padding-bottom: 13px;
}
.secGuide .boxList{
	margin-top: 20px;
	font-size: 0;
}
.secGuide .boxList li{
	display: inline-block;
	width: 50%;
	border: 1px solid #000;
}
.secGuide .boxList li:nth-child(1),
.secGuide .boxList li:nth-child(3){
	border-right: none;
}
.secGuide .boxList li:nth-child(-n+4){
	border-bottom: none;
}
.secGuide .boxList li:last-child{
	width: 100%;
}
.secGuide .boxList li a{
	display: table;
	width: 100%;
	height: 98px;
	text-align: center;
	background: #FFF;
	color: #000;
	text-decoration: none;
	position: relative;
}
.secGuide .boxList li a .inner{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.secGuide .boxList li .num{
	width: 34px;
	height: 34px;
	line-height: 34px;
	letter-spacing: 1px;
	background: #CDB389;
	font-size: 18px;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
}
.secGuide .boxList li .txt{
	font-size: 15px;
	margin-top: 12px;
}
.secGuide .boxBnr{
	margin-top: 10px;
}
.secGuide .boxBnr li{
	width: 48.8%;
	float: left;
}
.secGuide .boxBnr li:last-child{
	float: right;
}
.secGuide .boxBnr li .txt{
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	margin-top: 10px;
}
.secGuide .bnrPoint{
	margin: 30px auto 10px;
}

@media only screen and (min-width:768px){
	.secGuide{
		width: 100%;
		margin: 70px auto 0;
	}
	.secGuide .titTop{
		font-size: 30px;
		border: none;
		padding: 14px 0 20px;
		position: relative;
		text-align: center;
	}
	.secGuide .titTop::before,
	.secGuide .titTop::after{
		content: "";
		width: 50px;
		height: 1px;
		background: #000;
		position: absolute;
		left: calc(50% - 25px);
	}
	.secGuide .titTop::before{
		top: 0;
	}
	.secGuide .titTop::after{
		bottom: 0;
	}
	.secGuide .boxList{
		margin-top: 70px;
	}
	.secGuide .boxList li,
	.secGuide .boxList li:last-child{
		width: 20%;
	}
	.secGuide .boxList li:nth-child(2),
	.secGuide .boxList li:nth-child(4){
		border-right: none;
	}
	.secGuide .boxList li:nth-child(-n+4){
		border-bottom: 1px solid #000;
	}
	.secGuide .boxList li a{
		height: 248px;
	}
	.secGuide .boxList li .num{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		top: -25px;
		left: 19px;
	}
	.secGuide .boxList li .txt{
		font-size: 18px;
		margin-top: 39px;
		letter-spacing: 1px;
	}
	.secGuide .boxBnr{
		margin-top: 30px;
	}
	.secGuide .bnrPoint{
		margin-top: 60px;
		width: 100%;
		text-align: center;
	}
	.secGuide .bnrPoint img{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 100%;
	}
	.secGuide .boxBnr li{
		width: 49.219%;
	}
	.secGuide .boxBnr li .txt{
		font-size: 18px;
		margin-top: 24px;
	}
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
/* secFormTop */
.secFormTop{
	text-align: center;
	padding-top: 45px;
}
.secFormTop .txt01{
	font-size: 16px;
	line-height: 23px;
}
.secFormTop .txt01 .point{
	color: #900;
}
.secFormTop .txt02{
	font-size: 15px;
	line-height: 1.88;
	margin-top: 8px;
}
.secFormTop .txt03 a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background: #5CB85C;
	border-radius: 4px;
	width: 180px;
	height: 40px;
	line-height: 37px;
	margin: 15px auto 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
}
.secFormTop .txt03 a img{
	vertical-align: middle;
	margin-right: 2px;
}
.secFormTop .preTit{
	font-size: 15px;
	line-height: 2;
	color: #fff;
	text-align: center;
	margin-top: 18px;
	font-weight: bold;
}
.secFormTop .yer{
	color: #fdec03;
}
.secFormTop .bgBlue{
	padding: 2px 10px;
	background: #1690dd;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.secFormTop .txtNote{
	width: 95.07%;
	margin: 12px auto 0;
	border: 1px solid #e5e5e5;
	padding: 18px 0 15px 17px;
}
.secFormTop .boxTit{
	font-size: 13px;
	font-weight: 500;
	text-align: left;
}
.secFormTop .boxTxt{
	font-size: 11px;
	line-height: 2.1;
	margin-top: 10px;
	text-align: left;
}
@media only screen and (max-width:359px){
	.secFormTop .txtNote{
		padding: 18px 0 15px 3px;
	}
	.secFormTop .preTit{
		font-size: 14px;
	}
	.secFormTop .boxTxt{
		font-size: 10px;
	}
}
@media only screen and (min-width:768px){
	.secFormTop{
		padding-top: 90px;
	}
	.secFormTop .txt01{
		font-size: 21px;
		line-height: 27px;
		letter-spacing: 1px;
	}
	.secFormTop .txt02{
		font-size: 20px;
		margin-top: 16px;
		letter-spacing: 1px;
	}
	.secFormTop .txt03 a{
		border-radius: 6px;
		width: 270px;
		height: 60px;
		line-height: 56px;
		margin: 23px auto 0;
		font-size: 21px;
		letter-spacing: 2px;
	}
	.secFormTop .txt03 a img{
		width: 26px;
		height: auto;
		margin-right: 4px;
	}
	.secFormTop .preTit{
		font-size: 20px;
		margin-top: 56px;
	}
	.secFormTop .bgBlue{
		padding: 10px 20px;
	}
	.secFormTop .txtNote{
		width: 84.375%;
		margin: 34px auto 0;
		padding: 28px 0 24px 19px;
	}
	.secFormTop .boxTit{
		font-size: 15px;
	}
	.secFormTop .boxTxt{
		font-size: 12px;
		margin-top: 10px;
	}
}

/* secFormSelect */
.secFormSelect{
	background: #F7F7F7;
	width: 94.95%;
	margin: 20px auto 0;
	padding: 19px 5.32%;
}
.secFormSelect .tit{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.5px;
}
.secFormSelect .boxForm{
	margin-top: 19px;
	text-align: center;
}
.secFormSelect .boxForm select,
.secFormSelect .boxForm input[type="text"]{
	width: 66.07%;
	height: 47px;
	padding-left: 8px;
	font-size: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(../img/common/bgFormSelect.gif) calc(100% - 10px) center / 6px auto no-repeat #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.75px;
	font-weight: 400;
}
.secFormSelect .boxForm select::-ms-expand {
	display: none;
}
.secFormSelect .boxForm input[type="text"]{
	background: #FFF;
}
.secFormSelect .txtError{
	color: #F00;
	font-size: 12px;
	background: url(../img/icon/iconError.png) left top / 14px 14px no-repeat;
	padding: 0 0 0 17px;
	margin-top: 15px;
	line-height: 14px;
}
@media only screen and (min-width:768px){
	.secFormSelect{
		width: 84.375%;
		margin-top: 30px;
		padding: 30px 20px;
	}
	.secFormSelect .tit{
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		letter-spacing: 0.5px;
	}
	.secFormSelect .boxForm{
		display: inline-block;
		vertical-align: middle;
		margin-top: 0;
		margin-left: 30px;
	}
	.secFormSelect .boxForm select,
	.secFormSelect .boxForm input[type="text"]{
		width: 310px;
		font-size: 16px;
	}
}

/* secForm */
.secForm{
	width: 94.95%;
	margin: 30px auto 0;
}
.secForm .txtError{
	color: #F00;
	font-size: 12px;
	background: url(../img/icon/iconError.png) left 2px / 14px 14px no-repeat;
	padding: 0 0 0 17px;
	margin-top: 15px;
	line-height: 18px;
}
.secForm .boxTable dl dt{
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 14px;
	line-height: 1.5;
}
.secForm .boxTable dl dt .must,
.secForm .boxTable dl dt .optional{
	display: inline-block;
	vertical-align: 0;
	width: 29px;
	height: 15px;
	line-height: 15px;
	background: #D9534F;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	border-radius: 3px;
	margin-right: 5px;
}
.secForm .boxTable dl dt .optional{
	background: #5BC0DE;
}
.secForm .boxTable dl dd{
	margin-bottom: 29px;
	font-size: 0;
}
.secForm .boxTable dl:last-child dd{
	margin-bottom: 0;
}
.secForm .boxTable dl dd .row01{
	margin-bottom: 5px;
}
.secForm .boxTable dl dd .row02,
.secForm .boxTable dl dd .row03{
	margin-bottom: 10px;
}
.secForm .boxTable dl dd .row01:last-child,
.secForm .boxTable dl dd .row02:last-child,
.secForm .boxTable dl dd .row03:last-child{
	margin-bottom: 0;
}
.secForm .boxTable dl dd input[type="text"],
.secForm .boxTable dl dd input[type="tel"],
.secForm .boxTable dl dd input[type="email"],
.secForm .boxTable dl dd select{
	height: 47px;
	padding-left: 9px;
	font-size: 16px;
}
.secForm .boxTable dl dd input[type="text"],
.secForm .boxTable dl dd input[type="tel"],
.secForm .boxTable dl dd input[type="email"],
.secForm .boxTable dl dd select,
.secForm .boxTable dl dd textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #CCC;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.75px;
	font-weight: 400;
	border-radius: 0;
}
.secForm .boxTable dl dd select{
	border-radius: 3px;
	background: url(../img/common/bgFormSelect.gif) calc(100% - 10px) center / 6px auto no-repeat #FFF;
	padding-right: 22px;
}
.secForm .boxQuestionnaire select{
	width: 240px;
}
.secForm .boxTable dl dd select::-ms-expand {
	display: none;
}
.secForm .boxTable dl dd textarea{
	height: 100px;
	font-size: 15px;
	line-height: 23px;
	padding: 10px 7px;
}
.secForm .boxTable dl dd .w110{
	width: 110px;
}
.secForm .boxTable dl dd .w140{
	width: 140px;
}
.secForm .boxTable dl dd .w150{
	width: 150px;
}
.secForm .boxTable dl dd .w100p{
	width: 100%;
}
.secForm .boxTable dl dd .w145Rem{
	width: calc(100% - 145px);
}
.secForm .boxTable dl dd .date{
	margin-right: 5px;
}
.secForm .boxTable dl dd .txtZip{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	margin-right: 4px;
}
.secForm .boxTable dl dd .btnZip{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	width: 90px;
	height: 39px;
	line-height: 39px;
	color: #FFF;
	background: #53504B;
	border-radius: 19px;
	text-align: center;
	text-decoration: none;
	margin-left: 7px;
	letter-spacing: 1px;
}
.secForm .txtPrivacy{
	font-size: 13px;
	line-height: 23px;
	letter-spacing: -1px;
	margin-top: 25px;
}
.secForm .txtPrivacy a{
	color: #000;
}
.secForm .boxAgree{
	text-align: center;
	margin-top: 41px;
}
.secForm .boxAgree label{
	font-size: 15px;
	letter-spacing: -0.25px;
}
.secForm .boxAgree label input{
	margin: 0 3px;
	vertical-align: -1.5px;
}
.secForm .boxAgree .txtError{
	display: inline-block;
}
.secForm .btnForm a{
	display: block;
	width: 93.09%;
	margin: 36px auto 0;
	height: 68px;
	line-height: 68px;
	background: #5CB85C;
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 3px;
}
.secForm .btnForm:last-child a{
	margin: 40px auto 70px;
}
.secForm .secCmnBtn{
	padding: 40px 0 50px;
}
div.ui-datepicker {
	font-size: 17px;
}
.secForm .boxRadio label{
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.5px;
	margin-right: 0;
	line-height: 18px;
}
.secForm .boxRadio label:last-child{
	margin-left: 30px;
}
.secForm .boxRadio input[type="radio"]{
	margin: 0 3px 2px;
}
/* 230429項目追加 */
.secForm .boxTable dl dd .reasonBox .form_col {
	padding-bottom: 12px;
}
.secForm .boxTable dl dd .reasonBox .form_col .customInput_inner  {
	/* display: inline-block; */
	vertical-align: middle;
	font-size: 14px;
	margin-left: 3px;
}
.secForm .boxTable dl dd .reasonBox .form_col input[type="checkbox"] {
	margin-top: 0px;
	margin-left: 0;
}
@media only screen and (max-width:768px){
	.secForm .boxTable dl dd .reasonBox .form_col .customInput_inner.other {
		font-size: 14px;
		margin-left: 3px;
	}
}
@media only screen and (max-width:360px){
	.secForm .boxTable dl dd .reasonBox .form_col .customInput_inner.other {
		font-size: 14px;
		margin-left: 3px;
	}
}
@media only screen and (min-width:768px){
	.secForm .boxTable dl:first-child{
		border-top:1px solid #E5E5E5;;
	}
	.secForm{
		width: 84.375%;
		margin-top: 60px;
	}
	.secForm .boxTable dl{
		display: table;
		width: 100%;
		border-bottom: 1px solid #E5E5E5;
	}
	.secForm .boxTable dl dt,
	.secForm .boxTable dl dd{
		display: table-cell;
		vertical-align: top;
	}
	.secForm .boxTable dl dt{
		width: 240px;
		font-size: 15px;
		margin-bottom: 0;
		line-height: 34px;
		padding: 30px 0 30px 80px;
		position: relative;
	}
	.secForm .boxTable dl dt .must,
	.secForm .boxTable dl dt .optional{
		vertical-align: middle;
		width: 50px;
		height: 34px;
		line-height: 34px;
		font-size: 13px;
		border-radius: 4px;
		margin-right: 10px;
		position: absolute;
		top: 30px;
		left: 20px;
	}
	.secForm .boxTable dl dd{
		margin-bottom: 0;
		padding: 30px 0 30px 30px;
	}
	.secForm .boxTable dl dd .row01,
	.secForm .boxTable dl dd .row03,
	.secForm .boxTable dl dd .row04{
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 0 0;
	}
	.secForm .boxTable dl dd .row01:last-child,
	.secForm .boxTable dl dd .row03:last-child{
		margin-right: 0;
	}
	.secForm .boxTable dl dd .row04{
		width: calc(100% - 160px);
		margin: 0;
	}
	.secForm .boxTable dl dd textarea{
		height: 200px;
	}
	.secForm .boxTable dl dd .w150Pc{
		width: 150px;
	}
	.secForm .boxTable dl dd .w310Pc{
		width: 310px;
	}
	.secForm .boxTable dl dd .date{
		margin-right: 10px;
	}
	.secForm .boxTable dl dd .txtZip{
		display: inline-block;
		vertical-align: middle;
		font-size: 15px;
		margin-right: 4px;
	}
	.secForm .boxTable dl dd .btnZip{
		display: inline-block;
		vertical-align: middle;
		font-size: 13px;
		width: 90px;
		height: 39px;
		line-height: 39px;
		color: #FFF;
		background: #53504B;
		border-radius: 19px;
		text-align: center;
		text-decoration: none;
		margin-left: 7px;
		letter-spacing: 1px;
	}
	.secForm .txtPrivacy{
		font-size: 15px;
		line-height: 30px;
		letter-spacing: 0;
		margin-top: 24px;
	}
	.secForm .boxAgree{
		margin-top: 60px;
	}
	.secForm .boxAgree label{
		font-size: 17px;
		letter-spacing: 0.25px;
	}
	.secForm .btnForm a{
		width: 400px;
		margin-top: 54px;
	}
	.secForm .btnForm:last-child a{
		margin: 60px auto 105px;
	}
	.secForm .secCmnBtn{
		padding: 60px 0 75px;
	}
	.secForm .boxRadio{
		padding: 25px 0;
	}
	.secForm .boxRadio label{
		font-size: 14px;
		color: #1D1D1D;
		letter-spacing: 1px;
	}
	.secForm .boxRadio label:last-child{
		margin-left: 30px;
	}
	.secForm .boxAgree label input,
	.secForm .boxRadio input[type="radio"]{
		vertical-align: top;
		margin-top: 4px;
	}
}

/* secFormTxt */
.secFormTxt .txt{
	font-size: 14px;
	line-height: 1.86;
	margin-top: 40px;
	text-align: left;
}
.secFormTxt .secCmnBtn{
	padding: 50px 0 100px;
}
.secFormTxt .secCmnBtn a .inner{
	letter-spacing: 2px;
}
.secFormTxt .secCmnBtn a .inner::first-letter{
	font-size: 15px;
}
@media only screen and (min-width:768px){
	.secFormTxt .txt{
		font-size: 18px;
		line-height: 2;
		margin-top: 60px;
		letter-spacing: 2px;
		text-align: center;
	}
	.secFormTxt .secCmnBtn{
		padding: 75px 0 150px;
	}
}

/* co */
.secFormSelect.co .boxForm,
.secForm.co .boxTable dl dd{
	font-size: 14px;
	line-height: 1.5;
	vertical-align: middle;
}
@media only screen and (min-width:768px){
	.secFormSelect.co .boxForm,
	.secForm.co .boxTable dl dt,
	.secForm.co .boxTable dl dd{
		font-size: 15px;
		line-height: 1.5;
	}
}


.secForm .btnQuestionnaire {
	position: relative;
	display: block;
	height: 60px;
	margin: 35px auto 0;
	text-align: center;
	text-decoration: none;
	background: #5cb85c;
	color: #FFF;
	border-radius: 5px;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	position: relative;
}
.secForm .btnQuestionnaire::after{
	position: absolute;
	content: "";
	width: 14px;
	height: 2px;
	background: #fff;
	right: 20px;
	top: calc(50% - 1px);
}
.secForm .btnQuestionnaire::before{
	position: absolute;
	content: "";
	width: 2px;
	height:14px;
	background: #fff;
	right: 26px;
	top: calc(50% - 7px);
}
.secForm .btnQuestionnaire.on::before{
	display: none;
}
.secForm .btnQuestionnaire .spBox{
	display: none;
}
.secForm .btnQuestionnaire.on .pcBox{
	display: none;
}
.secForm .btnQuestionnaire.on .spBox{
	display: block;
	padding-top: 10px;
}
.secForm .none {
	display: none;
}
.secForm .yer{
	color: #ffeb00;
}
.secForm .boxQuestionnaire {
	display: none;
	padding-top: 22px;
}
.secForm .boxTable .middle{
	vertical-align: middle;
	margin-bottom: 23px;
}
.secForm .flBox {
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
}
.secForm .flBox.line{
	display: block;
}
.secForm .boxMore {
	display: none;
	padding-top: 20px;
}
.secFormTable .boxAreaList .item {
	 margin-bottom: 8px;
	 letter-spacing: -0.2px;
	 line-height: 1.4;
}
.secFormTable .innnerItem{
	font-size: 14px;
}
.secForm .boxMore .titMore {
	background: #53504b;
	padding: 12px 15px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #FFF;
}
.secForm .boxMore .txtMore {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.secForm .boxMoreContent.fir{
	margin-top: 15px;
}
.secForm .boxMore .txtMore.bot{
	border-top: 1px solid #e5e5e5;
	margin-top: 5px;
}
.secForm .txtIn {
	font-size: 14px;
	margin: 0 25px 0 6px;
}
.secFormTable .item{
	font-size: 14px;
}
.secFormTable .flBox{
	font-size: 14px;
}
.secFormTable .family label{
	width: 70px;
	display: inline-block;
}
.secFormTable .loan label{
	width: 110px;
	display: inline-block;
}
.secFormTable .item.no{
	padding-top: 15px;
	margin-bottom: 0;
}
.secForm .txtIn3 {
	margin: 20px 0 10px;
	padding-top: 0;
	font-size: 14px;
	font-weight: 500;
}
.secForm .loanLine{
	display: inline-block;
	width: 137px;
}
.secForm .boxMoreContent .innerItem{
	vertical-align: middle;
}
.secForm .nowTxt{
	width: 112px;
	display: inline-block;
}
.secForm .houseTxt{
	width: 50px;
	display: inline-block;
}
.secForm .mtsp10{
	margin-top: 10px;
}
.secForm .boxAreaList .item:last-child{
	margin-bottom: 0;
}
.secForm .secFormTable dl .middle.fam{
	padding: 0;
}
.secForm .secFormTable dl .middle.box{
	padding: 0;
}
.secForm .secFormTable dl .middle.top{
	padding-top: 0;
	margin-bottom: 24px;
}
.secForm .secFormTable dl dt{
	line-height: 1.6;
	padding: 0;
	margin-bottom: 15px;
	letter-spacing: -0.1px;
}
.secFormTable .boxAreaList .item.check{
	margin-bottom: 8px;
}
input[type="radio"] {
	margin-top: -2px;
	margin-left: 0;
}
input[type="checkbox"] {
	margin-top: 0;
}
.secFormTable .item.other{
	position: relative;
	padding-left: 19px;
}
.secFormTable .item.other input[type="checkbox"]{
	position: absolute;
	top: 3px;
	left: 0;
}
@media only screen and (max-width:359px){
	.secForm .btnQuestionnaire::after{
		right: 13px;
	}
	.secForm .btnQuestionnaire::before{
		right: 19px;
	}
	.secForm .boxMore .titMore {
		font-size: 12px;
	}
	.secFormTable .innnerItem{
		font-size: 12px;
	}
	.secFormTable .item{
		font-size: 12px;
	}
	.secFormTable .flBox{
		font-size: 12px;
	}
	.secFormTable .loan label{
		width: 95px;
	}
	.secForm .loanLine{
		width: 110px;
	}
}
@media only screen and (min-width:768px){
	.secForm .btnQuestionnaire {
		margin: 40px auto 0;
		letter-spacing: 1px;
		padding-top: 16px;
		font-size: 18px;
	}
	.secForm .btnQuestionnaire::after{
		width: 16px;
		right: 50px;
	}
	.secForm .btnQuestionnaire::before{
		height:16px;
		right: 57px;
		top: calc(50% - 8px);
	}
	.secForm .btnQuestionnaire.on .spBox{
		padding-top: 0;
	}
	.secForm .boxQuestionnaire {
		padding-top: 0;
	}
	.secForm ul.boxMoreContent.boxAreaList.top {
		margin-bottom: 28px;
	}
	.secForm .boxMoreContent.fir{
		margin-top: 20px;
	}
	.secFormTable .boxAreaList .item {
		 margin-bottom: 9px;
	}
	.secForm .boxMore .titMore {
		padding: 16px 0 15px;
		font-size: 15px;
		letter-spacing: 1px;
	}
	.secForm .boxMore .titMore.short{
		letter-spacing: -0.7px;
	}
	.secForm .boxMore .txtMore {
		padding: 20px 0;
		font-size: 15px;
		letter-spacing: 0.5px;
		font-weight: 500;
	}
	.secForm .secFormTable dl dt{
		line-height: 2;
		padding: 32px 0 13px 80px;
	}
	.secForm .boxMore .txtMore.bot{
		margin-top: 5px;
	}
	.secForm .txtIn {
		font-size: 14px;
		margin: 0 25px 0 6px;
	}
	.secFormTable .item{
		font-size: 14px;
	}
	.secFormTable .flBox{
		font-size: 14px;
	}
	.secFormTable .family label{
		width: 70px;
	}
	.secFormTable .loan label{
		width: 110px;
	}
	.secFormTable .item.no{
		padding-top: 15px;
		margin-bottom: 0;
	}
	.secForm .txtIn3 {
		margin: 20px 0 10px;
		padding-top: 20px;
		font-size: 15px;
		font-weight: 500;
		border-top: 1px solid #e5e5e5;
	}
	.secForm .loanLine{
		width: 137px;
	}
	.secForm .flBox.line{
		display: -webkit-flex;
		display: flex;
		align-items: center;
		-webkit-align-items: center;
	}
	.secForm .flBox.line .mr50{
		margin-right: 40px;
	}
	.secForm .boxMoreContent .innerItem{
		vertical-align: middle;
	}
	.secForm .nowTxt{
		width: 112px;
	}
	.secForm .houseTxt{
		width: auto;
	}
	.secForm .mtsp10{
		margin-top: 0;
	}
	.secForm .secFormTable dl .middle{
		padding: 28px 0 29px 24px;
	}
	.secForm .secFormTable dl .middle.fam{
		padding: 33px 0 33px 24px;
	}
	.secForm .secFormTable dl .middle.box{
		padding: 33px 0 32px 24px;
	}
	.secForm .secFormTable dl .middle.top{
		padding-top: 28px;
	}
	.secForm .secFormTable dl dt{
		line-height: 2;
		padding: 32px 0 32px 80px;
	}
	.secFormTable .boxAreaList .item.check{
		margin-bottom: 8px;
	}
	.secFormTable .boxAreaList .item.check:last-child{
		margin-bottom: 0;
	}
	.secFormTable .item.other input[type="checkbox"]{
		top: 3px;
	}
}


.secFormTable .wp100{
	width: 100%;
}
.secFormTable .w100{
	width: 100px;
}
.secFormTable .w200{
	width: 200px;
}
.secFormTable .w240{
	width: 240px;
}
.secFormTable .w310{
	width: 100%;
}
.secFormTable .mt12{
	margin-top: 12px;
}
.secFormTable .mt10{
	margin-top: 10px;
}
.secFormTable .ml3{
	margin-left: 3px;
}
.secFormTable .ml6{
	margin-left: 6px;
}
.secFormTable .mr10{
	margin-right: 10px;
}
.secFormTable .mr25{
	margin-right: 8px;
}
.secFormTable .mr50{
	margin-right: 40px;
}
.secFormTable .mw150 {
	min-width: 150px;
}
.secFormTable .boxAreaList .item.mb0{
	margin-bottom: 0;
}
@media only screen and (min-width:768px){
	.secFormTable .w310{
		width: 310px;
	}
	.secFormTable .mt12{
		margin-top: 10px;
	}
	.secFormTable .ml3{
		margin-left: 3px;
	}
	.secFormTable .ml6{
		margin-left: 6px;
	}
	.secFormTable .mr10{
		margin-right: 10px;
	}
	.secFormTable .mr25{
		margin-right: 10px;
	}
	.secFormTable .mr50{
		margin-right: 0;
	}
	.secFormTable .mw150 {
		min-width: auto;
	}
	.secFormTable .boxMore .titMore.pl10{
		padding-left: 10px;
	}
}
.boxMoreContent {
    display: block;
}
.secForm.co .ankeTop{
	margin: 20px 0;
	height: 50px;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 1px;
	background: #5cb85c;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
@media only screen and (min-width:768px){
	.secForm.co .ankeTop{
		margin: 40px 0 0;
		height: 60px;
		font-size: 18px;
	}
	.boxMoreContent.flex{
		display: flex;
		align-items: center;
	}
}

/*-----------------------------------------------
	fNavi
-----------------------------------------------*/
#fNavi{
	display: none;
}
body.loaded #fNavi{
	display: block;
}
#fNavi .boxSpList{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: -76px;
	z-index: 999;
	font-size: 0;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#fNavi.active .boxSpList{
	bottom: 0;
}
#fNavi .boxSpList li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	border: 1px solid #000;
	background: #3F3A37;
	color: #FFF;
}
#fNavi .boxSpList li:nth-child(n+2){
	border-left: none;
}
#fNavi .boxSpList li a{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 15px 0 17px;
}
#fNavi .boxSpList li .txt{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
}
@media only screen and (min-width:768px){
	#fNavi .boxPcList{
		position: fixed;
		top: 50%;
		right: -64px;
		z-index: 999;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#fNavi.active .boxPcList{
		right: 15px;
	}
	#fNavi .boxPcList li{
		display: block;
		width: 50px;
		background: #FFF;
	}
	#fNavi .boxPcList li:last-child{
		margin-bottom: 0;
	}
	#fNavi .boxPcList li a{
		display: block;
		height: 150px;
		background: #53504B;
		color: #FFF;
		font-weight: bold;
		font-size: 15px;
		text-decoration: none;
		padding: 12px 18px 0;
		position: relative;
	}
	#fNavi .boxPcList li:last-child a{
		background: #FFF;
		border: 1px solid #000;
		color: #000;
		padding: 22px 17px 0;
	}
	#fNavi .boxPcList li .img{
		text-align: center;
		margin-bottom: 7px;
	}
	#fNavi .boxPcList li:last-child .img{
		margin-left: -5px;
	}
	#fNavi .boxPcList li .txt{
		line-height: 19px;
	}
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
#footer{
	background: url(../img/common/bgFooter.gif) center top;
}
#fNavi + #footer{
	padding: 50px 4.56% 76px;
}
#footer .boxContact{
	text-align: center;
}
#footer .boxContact .txt{
	font-size: 13px;
	line-height: 1.86;
	margin-top: 18px;
}
#footer .boxTel{
	text-align: center;
	margin-top: 19px;
}
#footer .boxTel a{
	display: block;
	text-decoration: none;
	color: #000;
}
#footer .boxTel .txt01{
	display: inline-block;
	font-size: 32px;
	padding-left: 35px;
	background: url(../img/common/imgFooterTel.png) left center / 28px auto no-repeat;
	letter-spacing: 1.5px;
}
#footer .boxTel .txt02{
	font-size: 14px;
	margin-top: 8px;
	letter-spacing: 0.5px;
}
#footer .btnForm{
	font-size: 0;
	margin-top: 30px;
}
#footer .btnForm li{
	display: block;
	/* width: 90.67%; */
	margin: 0 auto;
	float: left;
}
#footer .btnForm li:last-child{
	float: right;
}
#footer .btnForm li a{
	display: block;
	text-align: center;
	text-decoration: none;
	background: #53504B;
	font-size: 15px;
	color: #FFF;
	line-height: 70px;
	letter-spacing: 1px;
}
#footer .btnCompany{
	border: 1px solid #3C3C3B;
	border-bottom: none;
	margin-top: 20px;
}
#footer .btnCompany li{
	border-bottom: 1px solid #3C3C3B;
}
#footer .btnCompany li a{
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}
#footer .btnCompany li .tit{
	line-height: 74px;
	padding-left: 5.05%;
	background: #FFF;
}
#footer .bnrLand{
	margin-top: 30px;
}
#footer .bnrToc{
	margin-top: 30px;
}
#footer .bnrLand .txt{
	font-size: 14px;
	line-height: 22px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}
#footer .bnrBuyReform{
	margin-top: 16px;
}
#footer .bnrBuyReform li{
	width: 48.94%;
	float: left;
}
#footer .bnrBuyReform li:last-child{
	float: right;
}
#footer .bnrBuyReform li .txt{
	font-size: 14px;
	line-height: 22px;
	margin-top: 8px;
	text-align: center;
}
#footer .boxBottom .boxSns{
	width: 150px;
	margin: 55px auto 0;
	font-size: 0;
}
#footer .btnTop + .boxBottom .boxSns{
	margin-top: 40px;
}
#footer .boxBottom .boxSns li{
	display: inline-block;
	vertical-align: middle;
}
#footer .boxBottom .boxSns li:nth-child(-n+2){
	margin-right: 24px;
}
#copyright{
	font-size: 13px;
	text-align: center;
	letter-spacing: 0.5px;
	padding: 39px 0 25px;
}
#copyright:only-child{
	padding: 24px 0;
}
#footer .btnForm{
	display: flex;
	flex-direction: column;
}
#footer .boxBottom .boxNavi .boxList li{
	width: auto;
	float:none;
}
#footer .btnForm li:first-child{
	margin-bottom: 15px;
	float:none;
}
@media only screen and (min-width:375px){
	#footer .boxContact .txt{
		font-size: 14px;
	}
}
@media only screen and (min-width:768px){
	#fNavi + #footer{
		padding: 110px 0 0;
	}
	#footer .boxContact .txt{
		font-size: 17px;
		line-height: 33px;
		margin-top: 28px;
		letter-spacing: 1.5px;
	}
	#footer .boxTel{
		margin-top: 47px;
	}
	#footer .boxTel .txt01{
		font-size: 40px;
		padding-left: 54px;
		background-size: 40px auto;
		letter-spacing: 4px;
	}
	#footer .boxTel .txt02{
		font-size: 16px;
		margin-top: 11px;
		letter-spacing: 0.5px;
	}
	#footer .btnForm{
		margin-top: 68px;
		flex-direction: row;
	}
	#footer .btnForm li{
		width: 49.21%;
	}
	#footer .btnForm li a{
		display: block;
		background: none;
	}
	#footer .wrapper1120{
		width: 1120px;
		margin: 0 auto;
	}
	#footer .btnCompany{
		border: none;
		margin-top: 100px;
		display: flex;
		justify-content: space-between;
	}
	#footer .btnCompany li{
		border: none;
		margin-right: 20px;
	}
	#footer .btnCompany li:last-child{
		margin-right: 0;
	}
	#footer .btnCompany li .tit{
		line-height: 98px;
		padding-left: 0;
		text-align: center;
		border: 1px solid #000;
		font-weight: 500;
		font-size: 18px;
	}
	#footer .btnCompany li .img{
		border: 1px solid #000;
		border-top: none;
	}
	#footer .btnCompany li .txt{
		font-size: 16px;
		line-height: 28px;
		text-align: center;
		margin-top: 21px;
	}
	#footer .bnrLand{
		margin-top: 55px;
	}
	#footer .bnrToc{
		margin-top: 55px;
	}    
	#footer .bnrLand .txt{
		font-size: 16px;
		margin: 20px 0 0 10px;
	}
	#footer .bnrBuyReform{
		margin-top: 55px;
	}
	#footer .bnrBuyReform li{
		width: 550px;
	}
	#footer .bnrBuyReform li .txt{
		font-size: 16px;
		line-height: 1;
		margin-top: 24px;
	}
	#footer .btnTop{
		width: 100px;
		margin: 107px auto 0;
	}
	#footer .btnForm + .btnTop{
		margin-top: 100px;
	}
	#footer .boxBottom{
		border-top: 1px solid #000;
		margin-top: 50px;
		padding-top: 100px;
		overflow: visible;
	}
	#footer .boxBottom .boxCompany{
		width: 450px;
		float: left;
	}
	#footer .boxBottom .boxCompany .txt01{
		font-size: 14px;
		line-height: 26px;
		margin-top: 10px;
		letter-spacing: 0.75px;
	}
	#footer .boxBottom .boxCompany .txt02{
		font-size: 25px;
		padding-left: 39px;
		letter-spacing: 0.75px;
		background: url(../img/common/bgHeaderTel.gif) left center no-repeat;
		margin-top: 20px;
	}
	#footer .boxBottom .boxCompany .boxList{
		font-size: 0;
		margin-top: 27px;
	}
	#footer .boxBottom .boxCompany .boxList li{
		display: inline-block;
		vertical-align: top;
	}
	#footer .boxBottom .boxCompany .boxList li::after{
		content: "｜";
		color: #000;
		font-size: 15px;
		padding: 0 5px 0 4px;
	}
	#footer .boxBottom .boxCompany .boxList li:last-child::after{
		display: none;
	}
	#footer .boxBottom .boxCompany .boxList li a{
		color: #000;
		font-size: 15px;
		text-decoration: none;
		letter-spacing: 0.5px;
	}
	#footer .boxBottom .boxNavi{
		width: calc(100% - 450px);
		float: right;
		text-align: right;
	}
	#footer .boxBottom .boxSns{
		width: auto;
		text-align: right;
		margin: 68px 0 0;
	}
	#footer .boxBottom .boxSns .txt{
		font-size: 13px;
		margin-right: 30px;
	}
	#footer .boxBottom .boxSns .txt,
	#footer .boxBottom .boxSns .boxBtn{
		display: inline-block !important;
		vertical-align: middle;
	}
	#footer .boxBottom .boxSns .boxBtn li:nth-child(-n+2){
		margin-right: 18px;
	}
	#footer .boxBottom .boxSns .boxBtn li img{
		width: 25px;
		height: auto;
	}
	#copyright{
		padding: 79px 0 46px;
	}
	#copyright:only-child{
		padding: 36px 0;
	}
}
@media only screen and (min-width:1350px){
	#footer .boxBottom .boxNavi .boxList li{
		margin-right: 30px;
	}
}

/*-----------------------------------------------
	fMenu
-----------------------------------------------*/
@media only screen and (min-width:768px){
	#fMenu{
		margin-top: 21px;
		font-size: 0;
		text-align: right;
	}
	#fMenu .fMenuLi{
		display: inline-block;
		vertical-align: top;
		width: 15.75%;
		text-align: center;
		border-left: 1px solid #E1E1E1;
	}
	#fMenu .fMenuLi:last-child{
		border-right: 1px solid #E1E1E1;
	}
	#fMenu .fMenuLi a{
		display: block;
		color: #000;
		text-decoration: none;
		padding: 8px 0 7px;
	}
	#fMenu .fMenuLi .jpn{
		font-size: 12px;
		margin-top: 15px;
		letter-spacing: -0.5px;
	}
	#fMenu .fMenuLi .jpn .symbol{
		margin: 0 -3px;
	}
	#fMenu .downWrap{
		position: relative;
	}
	#fMenu .down{
		display: none;
		position: absolute;
		z-index: 1000;
		top: 100%;
		right: 0;
		width: 100%;
		background: #FFF;
	}
	#fMenu .downLi{
		font-size: 11px;
		border-bottom: 1px solid #E1E1E1;
	}
	#fMenu .downLi:first-child{
		padding-top: 0;
		border-top: 1px solid #E1E1E1;

	}
}
@media only screen and (min-width:1350px){
	#fMenu li .jpn{
		font-size: 13px;
		margin-top: 16px;
	}
}

/*-----------------------------------------------
	popup
-----------------------------------------------*/
/* popup */
#popup{
	display: none;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	position: fixed;
	top: 0;
	left: 0;
}
#popup .popupContainer{
	display: table;
	width: 100%;
	height: 100%;
}
#popup .popupContents{
	display: table-cell;
	vertical-align: middle;
}
#popup .popupMain{
	width: 100%;
	max-width: 414px;
	margin: 0 auto;
	padding: 2.41%;
}
@media only screen and (min-width:768px){
	#popup .popupMain{
		width: 960px;
		max-width: none;
		padding: 0;
	}
}

/* secPopup */
.secPopup{
	padding-bottom: 45px;
}
.secPopup .btnClose{
	width: 20px;
	height: 20px;
	margin: 0 0 25px auto;
	background: url(../img/common/btnPopupClose.png) center top / cover no-repeat;
}
.secPopup .boxYouTube{
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	position: relative;
}
.secPopup .boxYouTube iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width:768px){
	.secPopup{
		padding-bottom: 90px;
	}
	.secPopup .btnClose{
		top: 0;
		width: 40px;
		height: 40px;
		cursor: pointer;
		margin-bottom: 50px;
	}
	.secPopup .boxYouTube{
		width: 960px;
		margin: 0 auto;
	}
}





/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide,
.jsHideChild{
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
    -webkit-transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00);
    transition: opacity 0.5s cubic-bezier(0.18, 1.00, 0.29, 1.00), transform 2s cubic-bezier(0.18, 1.00, 0.29, 1.00), -webkit-transform 1.5s cubic-bezier(0.18, 1.00, 0.29, 1.00);
}
.jsHide.jsShow .jsHideChild,
.jsHide.jsShow{
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}


.jsHideChild.delay01{
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
 .jsHideChild.delay02{
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
 .jsHideChild.delay03{
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}
 .jsHideChild.delay04{
	-webkit-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
 .jsHideChild.delay05{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

/* 221110追加 */
.txtNote02{
    padding: 50px 0 46px;
}
.txtNote02 .titbox{
	width: 400px;
	height: 60px;
	margin: 0 auto 12px;
	border: 1px solid #aa1717;
	text-align: center;
}
.txtNote02 .titbox .tit{
	font-size: 22px;
	line-height: 48px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #aa1717;
	padding-top: 3px;
}
.txtNote02 .subtit{
	font-size: 17px;
	line-height: 48px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #aa1717;
	text-align: center;
}
.txtNote02 .subtit span{
	position: relative;
	padding-bottom: 6px;
}
.txtNote02 .subtit span::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #aa1717;
	left: 0;
	bottom: 0;
}
.txtNote02 .txtbox{
	display: flex;
	justify-content: center;
	margin: 14px auto 0;
}
.txtNote02 .txtbox .inner{
	text-align: left;
}
.txtNote02 .txtbox .txt{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #272727;
	letter-spacing: 1.5px;
}
@media only screen and (max-width:768px){
	.txtNote02{
		padding: 8px 0 22px;
		border-bottom: 1px solid #E5E5E5;
		margin-bottom: 24px;
	}
	.txtNote02 .titbox{
		width: 82%;
		height: 40px;
		margin: 0 auto 10px;
		min-width: 285px;
	}
	.txtNote02 .titbox .tit{
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 1px;
		color: #aa1717;
		padding-top: 8px;
	}
	.txtNote02 .subtit{
		font-size: 11px;
		line-height: 22px;
		letter-spacing: 0.5px;
	}
	.txtNote02 .subtit span{
		padding-bottom: 3px;
	}
	.txtNote02 .txtbox{
		display: block;
		margin: 14px auto 0;
		width: 86%;
	}
	.txtNote02 .txtbox .inner{
		text-align: left;
	}
	.txtNote02 .txtbox .txt{
		font-size: 11px;
		line-height: 24px;
		letter-spacing: 0px;
	}
}

/* secCmnLineup */
.secCmnLineup {
	padding-top: 100px;
}

.secCmnLineup .productLogo {
	text-align: center;
}

.secCmnLineup .productTit {
	font-size: 18px;
	margin-top: 24px;
	text-align: center;
	letter-spacing: 3px;
}

.secCmnLineup .box.kanauBox {
	padding: 55px 0 100px 0;
}

.secCmnLineup .box.renovation {
	padding: 93px 0 0 0;
	border-bottom: none;
}

.secCmnLineup .box.kanauBox .innerBoxT {
	padding-left: 80px;
}

.secLineup .box.marim .innerBoxT,
.secLineup .box.rumie .innerBoxT {
	padding-right: 22px;
	/* padding-top: 3px;
	padding-left: 80px; */
}
/* .secCmnLineup .box.marim.sub .innerBoxT {
	padding-right: 94px;
} */

.secCmnLineup .wrapImg {
	padding-top: 7px;
}

.secCmnLineup .box {
	display: flex;
	align-items: center;
	padding: 93px 0 100px 0;
	border-bottom: 1px solid #c9c9c9;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.secineup .box:nth-child(even) .innerBoxT {
	margin-left: 81px;
}

.secCmnLineup .box .innerBoxT .tit {
	display: flex;
	align-items: center;
}

.secCmnLineup .box:nth-child(2) .innerBoxT .tit {
	margin-top: 10px;
}

.secCmnLineup .box .innerBoxT .tit .txtJp {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-left: 30px;
	letter-spacing: 2px;
}

.secCmnLineup .box.kanauBox .innerBoxT .tit .txtJp {
	margin-left: 20px;
	padding-top: 58px;
}

.secCmnLineup.box:nth-child(1) .innerBoxT .tit .txtJp {
	margin-top: 49px;
}

.secCmnLineup .box .innerBoxT .tit .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: 0;
	top: 6px;
}

.secCmnLineup .box.kanauBox .innerBoxT .tit .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: 0;
	top: 65px;
}

.secCmnLineup .box.marim .innerBoxT .tit .txtJp {
	padding-top: 11px;
}

.secCmnLineup .box.marim .innerBoxT .tit .txtJp:before {
	top: 17px;
}

.secCmnLineup .box.rumie .innerBoxT .tit .txtJp {
	padding-top: 14px;
}

.secCmnLineup .box.rumie .innerBoxT .tit .txtJp:before {
	top: 20px;
}

.secCmnLineup .box .innerBoxT .titSub {
	font-size: 20px;
	font-weight: 500;
	margin: 48px auto 25px;
	letter-spacing: 1px;
	line-height: 32px;
}

.secCmnLineup .box.kanauBox .innerBoxT .titSub {
	margin: 26px auto 0;
	letter-spacing: 1px;
	line-height: 32px;
}

.secCmnLineup .box .innerBoxT .txt {
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 45px;
	white-space: nowrap;
}

.secCmnLineup .box.kanauBox .innerBoxT .txt {
	margin-bottom: 39px;
	white-space: nowrap;
	margin-top: 16px;
}

.secCmnLineup .secCmnBtn a {
	margin-left: 0;
}

@media only screen and (max-width:1300px) {
	.secLineup .box.rumie .innerBoxT {
		padding-right: 4px;
	}
}

@media only screen and (max-width:768px) {
	.secCmnLineup .img {
		width: 100%;
		height: auto;
	}

	.secCmnLineup {
		margin: 19px auto 70px;
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}

	.secCmnLineup .productLogo {
		text-align: center;
		width: 29.806%;
		margin: 0 auto;
	}

	.secCmnLineup .box.kanauBox {
		padding: 40px 0;
	}

	.secCmnLineup .box.kanauBox .innerBoxT {
		margin-top: 10px;
	}

	.secCmnLineup .box:nth-child(even) .innerBoxT {
		margin-left: 0;
	}

	.secCmnLineup .box .innerBoxT .tit {
		width: 135px;
		margin: 0 auto;
	}

	.secCmnLineup .box:nth-child(1) .innerBoxT .tit {
		margin-top: 10px;
	}

	.secCmnLineup .box.kanauBox .innerBoxT .tit .txtJp {
		display: block;
		font-size: 12px;
		margin: 20px 0 0 0;
		padding-left: 0;
	}

	.secCmnLineup .box .innerBoxT .tit .txtJp::before {
		width: 20px;
		top: 31px;
		left: calc(50% - 10px);
	}

	.secCmnLineup .box.kanauBox .innerBoxT .titSub {
		margin: 35px auto 0;
		letter-spacing: 1px;
		line-height: 1.688;
	}

	.secCmnLineup .box.kanauBox .innerBoxT .txt {
		margin-bottom: 34px;
		white-space: unset;
		margin-top: 10px;
	}

	.secCmnBtn a {
		margin: 0 auto;
	}

	.secCmnLineup .box:nth-child(even) {
		flex-direction: column-reverse;
	}

	.secCmnLineup .box {
		flex-direction: column;
		padding: 40px 0;
	}
}

.secCmnLineup .titBox{
	position: relative;
	margin-top: 0px;
	text-align: left;
}
.secCmnLineup .titBox::before{
	position: absolute;
	content: "";
	background: #000;
	width: 80px;
	height: 1px;
	left: 256px;
	top: 23px;
}
.secCmnLineup .titBox::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	bottom: -50px;
	left: 0;
}
.secCmnLineup  .boxTit{
	font-size: 50px;
	font-weight: bold;
}
.secCmnLineup  .boxTxt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 22px;
	letter-spacing: 1.5px;
}

.secCmnLineup .titImg{
	width: 225px;
}


@media only screen and (max-width:768px) {
	.secCmnLineup .img {
		width: 100%;
		height: auto;
	}
	.secCmnLineup {
		margin: 19px auto 70px;
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}
	.secCmnLineup .productLogo {
		text-align: center;
		width: 29.806%;
		margin: 0 auto;
	}
	.secCmnLineup .box.kanauBox {
		padding: 40px 0;
	}
	.secCmnLineup .box.kanauBox .innerBoxT {
		margin-top: 10px;
	}
	.secCmnLineup .box:nth-child(even) .innerBoxT {
		margin-left: 0;
	}
	.secCmnLineup .box .innerBoxT .tit {
		width: 135px;
		margin: 0 auto;
	}
	.secCmnLineup .box:nth-child(1) .innerBoxT .tit {
		margin-top: 10px;
	}
	.secCmnLineup .box.kanauBox .innerBoxT .tit .txtJp {
		display: block;
		font-size: 12px;
		margin: 20px 0 0 0;
		padding-left: 0;
	}
	.secCmnLineup .box .innerBoxT .tit .txtJp::before {
		width: 20px;
		top: 31px;
		left: calc(50% - 10px);
	}
	.secCmnLineup .box.kanauBox .innerBoxT .titSub {
		margin: 35px auto 0;
		letter-spacing: 1px;
		line-height: 1.688;
	}
	.secCmnLineup .box.kanauBox .innerBoxT .txt {
		margin-bottom: 34px;
		white-space: unset;
		margin-top: 10px;
	}
	.secCmnBtn a {
		margin: 0 auto;
	}
	.secCmnLineup .box:nth-child(even) {
		flex-direction: column-reverse;
	}
	.secCmnLineup .box {
		flex-direction: column;
		padding: 40px 0;
	}
}


/* secCmnLineup */
.secCmnLineup {
	padding-top: 100px;
}
.secCmnLineup .productLogo {
	text-align: center;
}
.secCmnLineup .productTit {
	font-size: 18px;
	margin-top: 24px;
	text-align: center;
	letter-spacing: 3px;
}
.secCmnLineup .box.kanauBox {
	padding: 93px 0 80px 0;
}
.secCmnLineup .box.rumie {
	padding: 93px 0 150px 0;
}
.secCmnLineup .box:nth-child(even) .innerBoxT{
	padding-left: 80px;
}
.secCmnLineup .box.kanauBox .innerBoxT {
	padding-left: 80px;
	padding-top: 6px;
}
.secCmnLineup .box.marim .innerBoxT {
	padding-right: 22px;
	padding-top: 3px;
	padding-left: 0;
}
.secCmnLineup .wrapImg {
	padding-top: 7px;
}
.secCmnLineup .box {
	display: flex;
	align-items: center;
	padding: 93px 0 100px 0;
	border-bottom: 1px solid #c9c9c9;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.secineup .box:nth-child(even) .innerBoxT {
	margin-left: 81px;

}
.secCmnLineup .box .innerBoxT .ridhtBox{
	display: flex;
	align-items: center;
}
.secCmnLineup .box:nth-child(2) .innerBoxT .tit {
	margin-top: 10px;
}
.secCmnLineup .box .innerBoxT .txtJp {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-left: 30px;
	letter-spacing: 2px;
	line-height: 1.778;
	padding-top: 9px;
}
.secCmnLineup .box.kanauBox .innerBoxT  .txtJp {
	margin-left: 23px;
	padding-top: 12px;
}
.secCmnLineup.box:nth-child(1) .innerBoxT .txtJp {
	margin-top: 49px;
}
.secCmnLineup .box .innerBoxT .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: 0;
	top: 21px;
}
.secCmnLineup .box.kanauBox .innerBoxT  .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: 0px;
	top: unset;
	bottom: 11px;
}
.secCmnLineup .box.marim .innerBoxT .txtJp {
	padding-top: 5px;
}
.secCmnLineup .box.marim .innerBoxT .txtJp:before {
	top: 17px;
}
.secCmnLineup .box.rumie .innerBoxT .txtJp {
	padding-top: 0px;
}
.secCmnLineup .box.renovation .innerBoxT .txtJp {
	padding-top: 0;
}
.secCmnLineup .box.rumie .innerBoxT  .txtJp:before {
	top: 12px;
}
.secCmnLineup .box.renovation  .innerBoxT  .txtJp:before {
	top: 12px;
}
.secCmnLineup .box .innerBoxT .titSub {
	font-size: 20px;
	font-weight: 500;
	margin: 48px auto 18px;
	letter-spacing: 1px;
	line-height: 32px;
}
.secCmnLineup .box.kanauBox .innerBoxT .titSub {
	margin: 26px auto 0;
	letter-spacing: 1px;
	line-height: 32px;
}
.secCmnLineup .box .innerBoxT .txt {
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 45px;
	white-space: nowrap;
}
.secCmnLineup .box .innerBoxT  .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: 1px;
  top: 21px;
}
.secCmnLineup .box.joy .innerBoxT .txtJp {
	font-size: 14px;
	display: inline-block;
	position: relative;
	padding-left: 35px;
	margin-left: 17px;
	letter-spacing: 1.5px;
	line-height: 1.6;
	margin-top: 5px;
}
.secCmnLineup .box.joy .innerBoxT{
	margin-top: 33px;
}
.secCmnLineup .box.joy .innerBoxT .titSub {
	font-size: 20px;
	font-weight: 500;
	margin: 26px auto 18px;
	letter-spacing: 1px;
	line-height: 32px;
}
.secCmnLineup .box.joy .innerBoxT .txt {
	font-size: 13px;
	letter-spacing: 1.5px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 39px;
	white-space: nowrap;
}
.secCmnLineup .box.renovation .innerBoxT .tit .txtJp::before {
	position: absolute;
	content: '';
	border-top: 1px solid #000;
	width: 30px;
	height: 1px;
	left: -3px;
	top: 13px;
}
.secCmnLineup .box.renovation{
	padding-bottom:0;
	border-bottom: none;
}
.secCmnLineup .box.renovation .innerBoxT {
	padding-left: 80px;
	padding-top: 52px;
	padding-right: 30px;
}
.secCmnLineup .box.renovation  .innerBoxT .txt {
	margin-bottom: 38px;
}
.secCmnLineup .box.renovation .innerBoxT .titSub {
	margin: 24px auto 18px;
}
.secCmnLineup .box.kanauBox .innerBoxT .txt {
	margin-bottom: 41px;
	white-space: nowrap;
	margin-top: 16px;
}
.secCmnLineup .secCmnBtn a {
	margin-left: 0;
}


.secCmnLineup .titBox{
	position: relative;
	margin-top: 0px;
	text-align: left;
}
.secCmnLineup .titBox::before{
	position: absolute;
	content: "";
	background: #000;
	width: 80px;
	height: 1px;
	left: 256px;
	top: 23px;
}
.secCmnLineup .titBox::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	bottom: -50px;
	left: 0;
}
.secCmnLineup  .boxTit{
	font-size: 50px;
	font-weight: bold;
}
.secCmnLineup  .boxTxt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 22px;
	letter-spacing: 1.5px;
}

.secCmnLineup .titImg{
	width: 225px;
}


@media only screen and (max-width:768px) {
	.secCmnLineup .img {
		width: 100%;
		height: auto;
	}
	.secCmnLineup {
		margin: 19px auto 70px;
		width: 100%;
		text-align: center;
		padding-top: 50px;
	}
	.secCmnLineup .productLogo {
		text-align: center;
		width: 29.806%;
		margin: 0 auto;
	}
	.secCmnLineup .box.kanauBox {
		padding: 40px 0;
	}
	.secCmnLineup .box.kanauBox .innerBoxT {
		margin-top: 10px;
	}
	.secCmnLineup .box:nth-child(even) .innerBoxT {
		margin-left: 0;
	}
	.secCmnLineup .box .innerBoxT .tit {
		width: 135px;
		margin: 0 auto;
	}
	.secCmnLineup .box:nth-child(1) .innerBoxT .tit {
		margin-top: 10px;
	}
	.secCmnLineup .box.kanauBox .innerBoxT .tit .txtJp {
		display: block;
		font-size: 12px;
		margin: 20px 0 0 0;
		padding-left: 0;
	}
	.secCmnLineup .box .innerBoxT .tit .txtJp::before {
		width: 20px;
		top: 31px;
		left: calc(50% - 10px);
	}
	.secCmnLineup .box.kanauBox .innerBoxT .titSub {
		margin: 35px auto 0;
		letter-spacing: 1px;
		line-height: 1.688;
	}
	.secCmnLineup .box.kanauBox .innerBoxT .txt {
		margin-bottom: 34px;
		white-space: unset;
		margin-top: 10px;
	}
	.secCmnBtn a {
		margin: 0 auto;
	}
	.secCmnLineup .box:nth-child(even) {
		flex-direction: column-reverse;
	}
	.secCmnLineup .box {
		flex-direction: column;
		padding: 40px 0;
	}
}

/* secProduct */
.secProduct {
	padding-top: 50px;
}

.secProduct .secTit .tit {
	text-align: center;
	width: 29.806%;
	margin: 0 auto;
}

.secProduct .secTit .txt {
	font-size: 14px;
	text-align: center;
	margin-top: 16px;
}

.secProduct .wrapper {
	display: block;
	color: #000;
	text-decoration: none;
}

.secProduct {
	padding-bottom: 80px;
}

.secProduct .titJpn {
	font-size: 16px;
	letter-spacing: 2px;
	padding-top: 14px;
}

.secProduct .leftBox .txt {
	font-size: 14px;
	line-height: 1.8;
	padding: 22px;
}

.secProduct .leftBox {
	width: 37.5%;
	text-align: center;
	background-color: #FFF;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
}

.secProduct .rightBox {
	width: 62.5%;
	background-color: #FFF;
}

.kanau {
	display: flex;
	display: -webkit-flex;
	margin: 60px 0 40px;
	text-decoration: none;
	color: #000;
}

.recente,
.marim,
.lumie,
.wakura {
	display: flex;
	display: -webkit-flex;
	/* margin-bottom: 40px; */
	text-decoration: none;
	color: #000;
}

.secProduct .recente .leftBox {
	background: rgb(245, 243, 231);
}

.secProduct .marim .leftBox {
	background: url(../img/index/bg02.jpg) center top;
}

.secProduct .wakura .leftBox {
	background: url(../img/index/bg03.jpg) center top;
}

.secProduct .lumie .leftBox {
	background: #eeefe6;
}

@media only screen and (min-width:768px) {
	.secProduct {
		padding-top: 100px;
	}

	.secProduct .secTit .tit {
		width: 208px;
	}
}

@media only screen and (max-width:768px) {

	.secProduct .leftBox {
		display: none;
	}

	.secProduct .rightBox {
		display: none;
	}

	.kanau {
		display: block;
		margin: 30px auto 10px;
		width: 100%;
		height: auto;
	}

	.recente,
	.marim,
	.lumie,
	.wakura,
	.laguna,
	.wasui {
		display: block;
		width: 100%;
		height: auto;
		margin: 10px auto;
	}

	.secProduct {
		padding-bottom: 70px;
	}
}

.secCmnStyle {
	margin-top: 75px;
	width: 1280px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}
.secCmnStyle .titBox{
	margin-top: 0;
}
.secCmnStyle .boxTit{
	letter-spacing: 1.5px;
}
.secCmnStyle .titBox::before {
	position: absolute;
	content: "";
	background: #000;
	width: 80px;
	height: 1px;
	left: 301px;
	top: 23px;
}
.secCmnStyle .secTit .tit{
	width: 246px;
}
.secCmnStyle .secTit .txt{
	margin-top: 16px;
	letter-spacing: 1px;
	font-size: 14px;
}
.secCmnStyle .list{
	display: flex;
	margin-top: 50px;
	width: 100%;
	padding: 50px 0 200px;
}
.secCmnStyle .item{
	width: 48.4375%;
	margin-right: 3.125%;
}
.secCmnStyle .item:last-child{
	margin-right: 0;
	margin-top: 0;
}
.secCmnStyle .inner{
	display: block;
	text-decoration: none;
	color: #000;
}
.secCmnStyle .txtBox{
	text-align: center;
	background: #f8f7f6;
	padding: 50px;
}
.secCmnStyle .itemTit{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}
.secCmnStyle .itemTxt{
	font-size: 16px;
	line-height: 1.875;
	padding-top: 22px;
	letter-spacing: 1px;
}
.secCmnStyle .secCmnBtn{
	margin-top: 23px;
}

.secCmnStyle .titBox{
	position: relative;
	margin-top: 50px;
	text-align: left;
}
.secCmnStyle .titBox::before{
	position: absolute;
    content: "";
    background: #000;
    width: 80px;
    height: 1px;
    left: 301px;
    top: 23px;
}
.secCmnStyle .titBox::after{
	position: absolute;
	content: "";
	background: #000;
	width: 100%;
	height: 1px;
	bottom: -50px;
	left: 0;
}
.secCmnStyle .boxTit{
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 1.5px;
}
.secCmnStyle .boxTxt{
	font-size: 20px;
	font-weight: bold;
	margin-top: 22px;
	letter-spacing: 1.5px;
}
.secCmnStyle .titImg{
	width: 271px;
}

@media only screen and (max-width:768px) {
	.secCmnStyle {
		margin-top: 75px;
		width: 95.735%;
		margin: 0 auto;
		max-width: none;
	}
	.secCmnStyle .titBox{
		margin-top: 0;
	}
	.secCmnStyle .boxTit{
		letter-spacing: 1.5px;
	}
	.secCmnStyle .titBox::before {
		position: absolute;
		content: "";
		background: #000;
		width: 80px;
		height: 1px;
		left: 301px;
		top: 23px;
	}
	.secCmnStyle .secTit .tit{
		width: 246px;
	}
	.secCmnStyle .secTit .txt{
		margin-top: 16px;
		letter-spacing: 1px;
		font-size: 14px;
	}
	.secCmnStyle .list{
		margin-top: 30px;
		width: 100%;
		padding: 0px 0 80px;
	}
	.secCmnStyle .item{
		width: 49.585%;
		margin-right: 0.83%;
	}
	.secCmnStyle .txtBox{
		background: #f8f7f6;
		padding: 19px 0 17px;
	}
	.secCmnStyle .itemTit{
		font-size: 14px;
		letter-spacing: 0px;
	}
	.secCmnStyle .itemTxt{
		display: none
	}
	.secCmnStyle .secCmnBtn{
		margin-top: 23px;
        display: none;
	}

	.secCmnStyle .titBox{
		margin-top: 0px;
		text-align: center;
	}
	.secCmnStyle .titBox::before{
		display: none;
	}
	.secCmnStyle .titBox::after{
		display: none;
	}
	.secCmnStyle .boxTit{
		font-size: 24px;
		letter-spacing: 0.5px;
	}
	.secCmnStyle .boxTxt{
		font-size: 14px;
		font-weight: normal;
		margin-top: 16px;
		letter-spacing: 1.5px;
	}
	.secCmnStyle .titImg{
		width: 130px;
		margin: 0 auto;
	}
}