@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Open sans', 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #222;
	text-decoration: none;
	transition: .2s;
}
a:visited {
	color: #222;
}
a:hover {
	color: #222;
}
a:active {
	color: #222;
}
@font-face {
	font-family: 'didot';
	font-style: normal;
	font-weight: 500;
	src: url(../fonts/didot.woff2);
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #222;
	font-size: 1.3rem;
	line-height: 1.62;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased; 
	font-feature-settings : "palt";
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif;
}
body.fixed {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media screen and (min-width: 1000px) {
	.sp {
		display: none !important;
	}
	body.fixed {
		position: fixed;
		overflow-y: scroll;
	}
}
@media screen and (max-width: 999px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	.pad .not_pad {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
.hBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 82px;
	pointer-events: none;
	background: url(../img/common/bg02.png) no-repeat center center / cover;
}
#gHeader {
	position: fixed;
	padding: 0 50px;
	left: 0;
	top: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	pointer-events: none;
	z-index: 9999;
	transition: opacity 1.3s ease-in-out, top .5s;
	height: 82px;
}
#gHeader.hide {
	opacity: 0;
	visibility: hidden;
}
#gHeader.fixed {
	position: fixed;
}
#gHeader h1 {
	margin-top: 2px;
	width: 111px;
	z-index: 2001;
	transition: .5s;
	pointer-events: auto;
}
#gHeader h1 a {
	display: block;
	position: relative;
}
#gHeader h1 img {
	transition: .3s;
}
#gHeader h1 .img01 {
	opacity: 1 !important;
	transition: .3s;
}
#gHeader h1 .img02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0 !important;
	transition: .3s;
}
#gHeader h1.background--light .img01 {
	opacity: 1 !important;
}
#gHeader h1.background--light .img02 {
	opacity: 0 !important;
}
#gHeader h1.whiteHeader .img01,
#gHeader h1.background--dark .img01 {
	opacity: 0 !important;
}
#gHeader h1.whiteHeader .img02,
#gHeader h1.background--dark .img02 {
	opacity: 1 !important;
}
#gHeader.on h1 .img01 {
	opacity: 1 !important;
}
#gHeader.on h1 .img02 {
	opacity: 0 !important;
}
#gHeader .hRBox {
	display: flex;
	align-items: center;
	z-index: 2001;
	pointer-events: auto;
}
#gHeader .hLink {
	margin: 2px 48px 0 0;
	transition: .3s;
	visibility: visible;
    opacity: 1;
}
#gHeader .hLink a {
	display: block;
	color: #222;
	font-size: 1.25rem;
	letter-spacing: 0.15em;
	z-index: 999;
	position: relative;
}
#gHeader .hLink > a {
	cursor: default;
}
#gHeader .hRBox.background--dark .hLink a {
	color: #fff;
}
#gHeader .hRBox.whiteHeader .hLink a {
	color: #fff !important;
}
#gHeader .hRBox.background--light .hLink a {
	color: #222;
}
#gHeader.hover .hLink > a {
	color: #fff !important;
	opacity: 1 !important;
}
#gHeader .linkBox {
	padding-top: 80px;
    width: 298px;
	max-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	background-color: rgba(18,18,18,0.85);
	overflow-y: auto;
	box-sizing: border-box;	
	visibility: hidden;
	opacity: 0;
	transition: .4s
}
#gHeader.hover .linkBox {
	visibility: visible;
	opacity: 1;
	transition: .7s;
}
#gHeader .linkBox::before {
	width: 100%;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #111;
	content: '';
}
#gHeader .linkBox .linkUl a {
    padding: 13px 28px 14px;
	display: block;
	color: #fff !important;
	font-size: 1.4rem;
	font-feature-settings: normal;
	line-height: 1.29;
	letter-spacing: 0.03em;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	transition: .2s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-7px);
}
#gHeader.hover .linkBox .linkUl a {
	opacity: 1;
	visibility: visible;
	transition: .8s .08s;
	transform: translateY(0);
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(2) a {
	transition: .8s .13s;
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(3) a {
	transition: .8s .18s;
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(4) a {
	transition: .8s .23s;
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(5) a {
	transition: .8s .28s;
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(6) a {
	transition: .8s .33s;
}
#gHeader.hover .linkBox .linkUl li:nth-of-type(7) a {
	transition: .8s .38s;
}
#gHeader .linkBox .linkUl li:last-child a {
	border: none;
}
#gHeader .linkBox .linkUl li:first-of-type a {
	border-top: 1px solid rgba(255,255,255,0.1);
}
#gHeader .linkBox .linkUl a .txt {
	margin-top: 3px;
	display: block;
	color: #b4b4b4;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	font-family: 'Open Sans', sans-serif;
}
#gHeader.on .hLink {
    opacity: 0;
    visibility: hidden;
}
.menu {
	width: 50px;
    height: 40px;
	position: relative;
	cursor: pointer;
	transition: .3s;
}
.menu:before,
.menu:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #222;
    position: absolute;
    top: 19px;
    transition: transform .6s, opacity .6s;
    opacity: 1;
}
.menu:after {
	top: 24px;
    opacity: 1;
    transition-delay: .12s;
}
.menu span {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 19px;
	background-color: #222;
    transition: transform .6s, opacity .6s;
    transform: translateY(-6px);
    opacity: 0;
}
#gHeader .hRBox.background--dark .menu span,
#gHeader .hRBox.background--dark .menu:before,
#gHeader .hRBox.background--dark .menu:after {
	background-color: #fff;
}
#gHeader .hRBox.whiteHeader .menu span,
#gHeader .hRBox.whiteHeader .menu:before,
#gHeader .hRBox.whiteHeader .menu:after {
	background-color: #fff !important;
}
#gHeader .hRBox.background--light .menu span,
#gHeader .hRBox.background--light .menu:before,
#gHeader .hRBox.background--light .menu:after {
	background-color: #222;
}
#gHeader.hover .menu span,
#gHeader.hover .menu:before,
#gHeader.hover .menu:after {
	background-color: #fff !important;
}
.menu span:nth-of-type(2) {
	top: 24px;
	transition-delay: .12s;
}
@media screen and (min-width: 1000px) {
	#gHeader h1 {
		position: fixed;
		top: 0;
		left: 50px;
		height: 80px;
		display: flex;
		align-items: center;
	}
	#gHeader .hLink > a {
		cursor: default;
		position: fixed;
		right: 148px;
		top: 32px;
	}
	.menu {
		position: fixed;
		right: 50px;
		top: 21px;
	}
}
.menuBox {
	width: 100%;
	max-height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.menuBox.on {
	opacity: 1;
	visibility: visible;
}
.menuBox:before {
	background-color: rgb(250 250 250 / 95%);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    transform: translateY(-25px);
    transition: opacity .4s, transform 1s;
    opacity: 0;
}
.menuBox.on:before {
	transform: translateY(0);
    opacity: 1;
}
.menuBox .inner {
	margin: 0 auto;
	max-width: 979px;
	padding: 31px 20px 100px;
	position: relative;
}
.menuBox .tBox {
	margin-bottom: 36px;
	display: flex;
	justify-content: flex-end;
}
.menuBox .tBox .search {
	margin-left: 50px;
	width: 213px;
	position: relative;
}
.menuBox .tBox .search input[type="text"],
.menuBox .tBox .search input[type="submit"] {
	padding: 2px 10px;
	width: 100%;
	height: 28px;
	color: #222;
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.03em;
	border: none;
	box-sizing: border-box;
	border-radius: 0;
	box-shadow: none;
	background: rgba(0,0,0,0.06);
	appearance: none;
}
.menuBox .tBox .search input[type="text"] {
	padding-right: 40px;
}
.menuBox .tBox .search input::-webkit-input-placeholder {
	color: rgba(34,34,34,0.2);
}
.menuBox .tBox .search input:-moz-placeholder {
	color: rgba(34,34,34,0.2);
}
.menuBox .tBox .search input::-moz-placeholder {
	color: rgba(34,34,34,0.2);
}
.menuBox .tBox .search input:-ms-input-placeholder {
	color: rgba(34,34,34,0.2);
}
.menuBox .tBox .search input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 34px;
	height: 28px;
	font-size: 0;
	background: url(../img/common/icon03.png) no-repeat center top calc(50% - 2px) / 14px auto;
	cursor: pointer;
	transition: .3s;
}
@media screen and (min-width: 1000px) {
	.menu:hover span {
		transform: translateY(0);
		opacity: 1;
	}
	.menu:hover:before,
	.menu:hover:after {
		transform: translateY(6px);
		opacity: 0;
	}
	#gHeader .linkBox .linkUl a:hover {
		opacity: 1;
		background-color: rgba(18,18,18,1);
	}
	.menuBox .tBox .search input[type="submit"]:hover {
		opacity: 0.5;
	}
	.pad #gHeader .hLink a:hover,
	.pad .menu:hover {
		opacity: 1;
	}
	.pad #gHeader .linkBox .linkUl a:hover {
		background-color: transparent;
	}
	.pad .menuBox .tBox .search input[type="submit"]:hover {
		opacity: 1;
	}
	#gHeader .hRBox {
		position: fixed;
		right: 100px;
	}
}
.menu.on span {
	transform: translateY(5px) rotate(17deg);
	opacity: 1;
}
.menu.on:before,
.menu.on:after {
	opacity: 0;
}
#gHeader.on .menu span {
	background-color: #222 !important;
}
.menu.on span:nth-of-type(2) {
	transform: translateY(-0.5px) rotate(-17deg);
}
@media (min-width: 1000px) and (max-width: 1200px) {
	.menuBox .tBox {
		padding-right: 100px;
	}
}
@media screen and (max-width: 999px) {
	.hBox {
		height: 74px;
	}
	#gHeader {
		padding: 0 20px;
		height: 74px;
		backdrop-filter: blur(2px);
		-webkit-backdrop-filter: blur(2px);
	}
	#gHeader h1 {
		margin-top: 0px;
		width: 116px;
	}
	#gHeader.hover .hLink,
	#gHeader .hLink {
		margin: 0 20px 0 0;
	}
	#gHeader.hover .hLink > a,
	#gHeader .hLink a {
		font-size: 1.1rem;
		font-weight: 400;
		letter-spacing: 0.08em;
	}
	#gHeader.on {
		padding-top: 0;
	}
	#gHeader.on h1 {
		width: 116px;
	}
	#gHeader .linkBox {
		padding-top: 75px;
		width: 206px;
	}
	#gHeader .linkBox::before {
		height: 75px;
	}
	#gHeader .linkBox .linkUl a {
		padding: 13px 15px 12px 25px;
		font-size: 1.3rem;
		line-height: 1.38;
	}
	#gHeader .linkBox .linkUl a .txt {
		margin-top: 1px;
	}
	.menu {
		width: 42px;
		height: 74px;
	}
	.menu span,
	.menu:before {
		top: 35px;
	}
	.menu span:nth-of-type(2),
	.menu:after {
		top: 39px;
	}
	.menuBox {
		padding: 89px 32px 100px;
		max-height: inherit;
		height: 100vh;
		background-color: rgba(255,255,255,0.97);
		box-sizing: border-box;
	}
	.menuBox:before {
		width: auto;
	}
	.menuBox .inner {
		margin: 0 auto;
		max-width: 640px;
		padding: 0;
	}
	.menuBox .tBox {
		margin-bottom: 36px;
		display: block;
	}
	.menuBox .tBox .search {
		margin-left: 0;
		width: 100%;
	}
	.menuBox .tBox .search input[type="text"],
	.menuBox .tBox .search input[type="submit"] {
		padding: 2px 15px;
		width: 100%;
		height: 38px;
		font-size: 1.25rem;
		letter-spacing: 0.035em;
	}
	.menuBox .tBox .search input[type="submit"] {
		position: absolute;
		right: 0;
		top: 0;
		font-size: 0;
		width: 42px;
		height: 38px;
		background-size: 16px auto;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	#gHeader {
		padding: 0 35px;
		height: 82px;
	}
	#gHeader.hover .hLink, #gHeader .hLink {
		margin-right: 35px;
	}
	#gHeader .linkBox {
		width: 246px;
	}
}
@media screen and (min-width: 500px) and (max-height: 500px) and (max-width: 999px) {
	#gHeader .linkBox {
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 374px) {
	#gHeader h1 {
		width: 110px;
	}
	#gHeader.on h1 {
		width: 110px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 84px 10px 150px;
	position: relative;
	border-top: 1px solid rgba(0,0,0,0.1);
	z-index: 100;
}
#gFooter::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}
#gFooter .fInner {
	margin: 0 auto;
	width: 980px;
}
#gFooter .logo {
	margin-bottom: 43px;
}
#gFooter .logo img {
	width: 152px;
}
#gFooter .copyright {
	margin-top: 13px;
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: 0.01em;
}
#gFooter .pageTop a {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: .6s;
}
#gFooter .pageTop a::before {
	position: absolute;
	left: 35%;
	top: 55%;
	width: 14px;
	height: 14px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	content: '';
	transform: rotate(45deg) translate(-30%,-30%);
}
#gFooter .pageTop.fixed a {
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width: 1000px) {
	#gFooter .fInner {
		width: auto;
		max-width: 980px;
	}
}
@media screen and (max-width: 999px) {
	#gFooter {
		padding: 0 32px 45px;
		border-top: none;
		z-index: 200;
		margin-top: -1px;
	}
	#gFooter .fInner {
		max-width: 640px;
		width: auto;
	}
	#gFooter .logo {
		margin: 0 0 33px;
	}
	#gFooter .logo img {
		width: 126px;
	}
	#gFooter .copyright {
        margin: 0;
        text-align: left;
	}
	#gFooter .comNaviBox {
		margin: 0 0 15px;
	}
	#gFooter .pageTop a {
		right: 23px;
  		bottom: 30px;
	}
}
@media screen and (max-width: 374px) {
	#gFooter {
		padding: 0 15px 45px;
	}
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ZYM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}

.title_shadow {
	position: relative;
}
.title_shadow::before {
	width: 600px;
    height: 397px;
    position: absolute;
    left: -170px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/showroom/detail/main_bg01.png) no-repeat center center / 100% 100%;
    content: '';
    z-index: -1;
	opacity: .5;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 20px;
}
@media screen and (max-width: 999px) {
	.comBox {
		max-width: inherit;
		padding: 0 25px;
	}
	.comBox {
		max-width: inherit;
		padding: 0 25px;
	}
	.pad .comBox {
		max-width: 640px;
	}
}
/*------------------------------------------------------------
	parallaxBox
------------------------------------------------------------*/
.parallaxBox {
	overflow: hidden;
	position: relative;
	padding-bottom: 120%;
	width: 100%;
}
.parallaxBox .parallaxCon {
	height: 123%;
	position: absolute;
	left: 0;
	top: -23%;
	width: 100%;
	will-change: transform;
}
.parallaxBox .parallaxConFast {
	height: 138%;
	top: -38%;
}
.parallaxBox .parallaxCon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-width: inherit;
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeInUp,
.fadeUp {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity .3s ease-out, transform .6s ease-out;
}
.fadeInUp.visible,
.fadeInUpDelay.visible,
.fadeUp.visible {
	opacity: 1;
	transform: translateY(0px);
}
.fadeInLeft {
	transform: translateX(-60px);
	transition: opacity 2s linear,transform 6s ease-out;
}
.fadeInLeft.visible {
	transform: translateX(0);
}
.fadeLeft {
	opacity: 0;
	transform: translateX(-50px);
	transition: all 0.8s ease-out;
}
.fadeLeft.visible {
	opacity: 1;
	transform: translateX(0);
}
.fadeIn,
.fade,
.fadeInNoDelay {
	opacity: 0;
	transition: all 1s ease-out;
}
.fadeIn.visible,
.fade.visible,
.fadeInNoDelay.visible {
	opacity: 1;
}
.delay02 {
	transition-delay: 0.6s;
}
.zoomOut {
	transform: scale(1.17);
	transition: all 4.8s ease;
}
.zoomOutSlow {
	transform: scale(1.1);
	transition: all 6s cubic-bezier(.05,.33,.47,1.03);
}
.zoomOut.visible {
	transform: scale(1);
}
.zoomOutSlick,
.zoomOutImg {
	display: block;
	transform: scale(1.15);
	transition: all 2s ease;
}
.zoomOutSlick.visible,
.zoomOutImg.visible {
	transform: scale(1);
}
.zoomIn {
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.8s ease-out;
}
.zoomIn.visible {
	opacity: 1;
	transform: scale(1);
}
.popLazy {
	opacity: 0;
	transition: all 1s;
}
.popLazy.visible {
	opacity: 1;
}
.animation .fade,
.animation .fadeDelay {
	opacity: 0;
	transition: all 1.2s ease-out;
}
.animation.visible .fade,
.animation.visible .fadeDelay {
	opacity: 1;
}
.bgLazy {
    opacity: 0;
    transition: all 1s;
}
.bgLazy.visible {
    opacity: 1;
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10002;
	background-color: #fff;
	overflow: hidden;
}
.loading .loadLogo {
	width: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loading.hide {
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s ease,visibility .8s ease;
}
.loading.logo02 {
	display: none !important;
}
@media screen and (max-width: 999px) {
	.loading .loadLogo {
		width: 22px;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pagePath {
	width: 50%;
	position: absolute;
	left: 200px;
	top: 32px;
	display: flex;
	flex-wrap: wrap;
	z-index: 10001;
}
.pagePath.on {
	opacity: 0;
	visibility: hidden;
}
.pagePath li {
	margin-right: 21.5px;
	font-size: 1.1rem;
	letter-spacing: 0.03em;
	font-family: 'Roboto', sans-serif;
}
.pagePath br {
	display: none;
}
.pagePath li a {
	position: relative;
	display: inline-block;
	color: rgba(34,34,34,0.4);
	vertical-align: 0;
}
.pagePath li a::before,
.pagePath li a::after {
	width: 6px;
	height: 1px;
	position: absolute;
	right: -14px;
	top: calc(50% - 0px);
	transform: translateY(1px) rotate(-45deg);
	background-color: rgba(34,34,34,0.2);
	content: '';
}
.pagePath li a::after {
	transform: translateY(-3px) rotate(45deg);
}
.pagePath.background--dark li {
	color: rgba(255, 255, 255, 1);
}
.pagePath.background--dark li a {
	color: rgba(255, 255, 255, .6);
}
.pagePath.background--dark li a::before,
.pagePath.background--dark li a::after {
	background-color: rgba(255, 255, 255, .5);
}
/*------------------------------------------------------------
	pageImg
------------------------------------------------------------*/
.pageImg {
	height: calc(100vh - 82px);
	overflow: hidden;
}
.pageImg .pho {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.pageImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media screen and (max-width: 999px) {
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	height: 528px;
	position: relative;
}
.pageTitle::before {
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	opacity: 0.2;
	content: '';
	z-index: 2;
}
.pageTitle .photoList {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.pageTitle .photoList li {
	height: 100%;
	vertical-align: top;
}
.pageTitle .photoList img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pageTitle .lead {
    width: calc(65% - 50px);
    position: absolute;
    left: 18%;
    bottom: -10px;
    color: #fff;
    font-size: 8.5rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.05em;
    z-index: 4;
    font-family: 'Open Sans', sans-serif;
}
.pageTitle .linkUl {
	position: absolute;
	right: 24px;
	bottom: 27px;
	z-index: 20;
	display: flex;
}
.pageTitle .linkUl li {
    margin-right: 5px;
    width: 80px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
}
.pageTitle .linkUl li:last-of-type {
	margin-right: 0;
}
.pageTitle .linkUl span {
	display: block;
	padding: 0 16px 0 0;
}
.pageTitle .linkUl .txt {
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pageTitle .linkUl span br {
	display: none;
}
.pageTitle .linkUl .line {
    margin-top: 4px;
	height: 1px;
	position: relative;
	background-color: rgba(255,255,255,0.3);
}
.pageTitle .linkUl .line::before {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	content: '';
	z-index: 1;
}
.pageTitle .linkUl .on .line::before {
	width: 100%;
	transition: all 7s linear;
}
.pageTitle.page01 {
	height: 445px;
}
.pageTitle.page01::before {
	height: 184px;
}
.pageTitle.page01 .photo {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
}
.pageTitle.page01 .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media screen and (max-width: 999px) {
	.pageTitle {
		height: 375px;
	}
	.pageTitle::before {
		height: 121px;
	}
	.pageTitle .lead {
		width: auto;
		max-width: inherit;
		left: 26px;
		bottom: -7px;
		font-size: 5.6rem;
		letter-spacing: 0.015em;
		transform: translateX(0);
	}
	.pageTitle .linkUl {
		right: 14px;
		bottom: 18px;
		align-items: flex-end;
		overflow: hidden;
	}
	.pageTitle .linkUl li {
		margin-right: 3px;
		width: 13px;
		min-width: inherit;
		font-size: 1.1rem;
		color: #fff;
		transition: .6s;
	}
	.pageTitle .linkUl li .txt {
		opacity: 0;
		transition: .6s;
	}
	.pageTitle .linkUl .line {
		margin-top: -1px;
	}
	.pageTitle .linkUl .on {
		width: auto;
		min-width: 62px;
	}
	.pageTitle .linkUl .on .txt {
		opacity: 1;
	}
	.pageTitle.page01 {
		height: 244px;
	}
	.pageTitle.page01::before {
		height: 81px;
	}
	.pageTitle.page01 .lead {
		font-size: 5.6rem;
		left: 20px;
	}
	.pad .pageTitle.page01 .lead {
		left: calc((100% - 640px) / 2);
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	text-align: center;
}
.comLink a {
	padding-bottom: 3px;
	min-width: 165px;
	display: inline-block;
	vertical-align: top;
	font-family: 'Open Sans', sans-serif;
}
.comLink a span {
	padding-right: 12px;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
/* .comLink a .txt02 {
	display: none;
} */
.comLink a .plus {
	position: absolute;
    right: 50px;
    top: 11px;
}
.comLink a .plus::after,
.comLink a .plus::before {
	width: 8px;
	height: 1px;
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	background-color: #000;
	content: '';
	transition: .4s;
}
.comLink a .plus::before {
	transform: rotate(90deg);
	opacity: 1;
}
.comLink a.on .plus::before {
	transform: rotate(90deg) scale(0);
	opacity: 0;
}
.comLink a .txt02::before {
	opacity: 0;
}
/* .comLink a.on .txt01 {
	display: none;
} */
/* .comLink a.on .txt02 {
	display: inline-block;
} */
.comLink.whiteLink span,
.comLink.whiteLink a {
	color: #FFF;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.comLink.largeLink a {
	padding: 0;
	min-width: auto;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	font-weight: 600;
}
.comLink.left {
	text-align: left;
}
.comLink.left span {
	padding-bottom: 1px;
	display: inline-block;
	line-height: 1.2;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	font-family: 'Open Sans', sans-serif;
	vertical-align: top;
}
.comLink.whiteLink span {
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* @media screen and (min-width: 1000px) {
	.comLink a:hover {
		opacity: 0.5;
	}
	.pad .comLink a:hover {
		opacity: 1;
	}
} */
@media screen and (max-width: 999px) {
	.comLink.largeLink a {
		font-size: 1.3rem;
	}
	.comLink.left span {
		padding-bottom: 1px;
		font-size: 1.3rem;
	}
	.comLink.whiteLink span {
		border-bottom: 1px solid rgba(255,255,255,0.4);
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	/* margin: 0 auto;
	width: 188px; */
	text-align: center;
}
.comBtn.left {
	text-align: left;
}
.comBtn.right {
	text-align: right;
}
.comBtn a {
    padding: 10px 50px 11px;
    display: inline-block;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    border: 1px solid rgba(65, 65, 65, .15);
	transition: .5s;
	font-family: 'Open Sans', 'Noto sans JP', sans-serif;
	min-width: 160px;
    box-sizing: border-box;
    text-align: center;
}
.comBtn.whiteBtn a {
	color: #fff;
	border-color: rgba(255, 255, 255, .3);
}
.comTextlink {
	transition: .5s;
}
.comBtn .txt,
.naviTtl .txt,
.comTextlink .txt {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
.comBtn .txt span,
.naviTtl .txt span,
.comTextlink .txt span {
	display: block;
}
.comBtn .txt .txt02,
.naviTtl .txt .txt02,
.comTextlink .txt .txt02 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
}


@media screen and (min-width: 1000px) {
	.comBtn a:hover {
		border-color: #414141;
	}
	.comBtn a:hover .txt span,
	.naviTtl a:hover .txt span {
		transition: .4s;
	}
	.comTextlink a:hover .txt span {
		transition: .4s;
	}
	.comBtn.whiteBtn a:hover {
		border-color: #e1e1e1;
	}
	.pad .comBtn a:hover {
		opacity: 1;
	}
	.comBtn a:hover .txt .txt01,
	.naviTtl a:hover .txt .txt01,
	.comTextlink a:hover .txt .txt01 {
		transform: translateY(-100%);
	}
	.comBtn a:hover .txt .txt02,
	.naviTtl a:hover .txt .txt02,
	.comTextlink a:hover .txt .txt02 {
		transform: translateY(0);
	}
}
@media screen and (max-width: 999px) {
	.comBtn a {
		padding: 13px 30px;
		font-size: 1.2rem;
		line-height: 1.5;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	comBtn01
------------------------------------------------------------*/
.comBtn01 {
	margin: 0 auto;
	width: 370px;
}
.comBtn01 a {
	padding: 21px 45px;
	display: block;
	font-size: 1.4rem;
	font-feature-settings: normal;
	line-height: 1.21;
	letter-spacing: 0.06em;
	text-align: center;
	background: url(../img/common/icon10.png) no-repeat left 21px center / 18px auto;
	background-color: #f7f7f7;
	border-color: transparent;
	transition: .5s;
}
@media screen and (min-width: 1000px) {
	.comBtn01 a:hover {
		background-color: #fff;
		border-color: rgba(65, 65, 65, .15);
	}
}
@media screen and (max-width: 999px) {
	.comBtn01 {
		width: auto;
		max-width: 450px;
	}
	.comBtn01 a {
		padding: 18px 45px;
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		background-size: 14px auto;
		background-position: left 17px center;
	}
}
/*------------------------------------------------------------
	comWhite
------------------------------------------------------------*/
.comWhite,
.bgWhite {
	background: url(../img/common/white_bg01.jpg) no-repeat center / cover;
}
@media screen and (max-width: 999px) {
}
/*------------------------------------------------------------
	bgBlack
------------------------------------------------------------*/
.bgBlack {
	background: url(../img/common/block_bg.jpg)no-repeat center center / cover;
}
/*------------------------------------------------------------
	bgLazy
------------------------------------------------------------*/
.bgLazy {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	font-size: 4.4rem;
	font-weight: 400;
	line-height: 1.375;
	letter-spacing: 0.04em;
	font-family: 'Open Sans', sans-serif;
}
.headLine01.cen {
	margin-bottom: 44px;
	font-size: 2.4rem;
	font-weight: 300;
	letter-spacing: 0.06em;
	text-align: center;
}
.headLine01 .sml {
	margin-left: 24px;
	color: #222;
	font-size: 2rem;
	font-feature-settings: normal;
	letter-spacing: 0.04em;
	vertical-align: 11px;
}
@media screen and (max-width: 999px) {
	.headLine01 {
		font-size: 3.3rem;
		letter-spacing: 0.01em;
	}
	.headLine01.cen {
		margin-bottom: 25px;
		font-size: 1.8rem;
	}
	.headLine01 .sml {
		margin-left: 10px;
		display: inline-block;
		font-size: 1.3rem;
		letter-spacing: 0;
		vertical-align: 5px;
	}
		
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 41px;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 999px) {
	.headLine02 {
		margin-bottom: 23px;
		font-size: 1.7rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 45px;
	position: relative;
	font-size: 3.9rem;
	font-weight: 300;
	line-height: 1.114;
	letter-spacing: 0.04em;
	font-family: 'Open Sans', sans-serif;
}
.headLine03::before {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: rgba(0,0,0,0.1);
	content: '';
}
.headLine03 span {
	padding-right: 9px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
	z-index: 3;
}
@media screen and (max-width: 999px) {
	.headLine03 {
		margin-bottom: 30px;
		font-size: 3rem;
		line-height: 1.3;
	}
	.headLine03::before {
		top: 50%;
	}
	.headLine03 span {
		padding-right: 9px;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 28px;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.114;
	letter-spacing: 0.03em;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 999px) {
	.headLine04 {
		margin-bottom: 30px;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------
	headLine05
------------------------------------------------------------*/
.headLine05 {
	margin-bottom: 66px;
	font-size: 1.2rem;
	font-weight: 400;
	font-feature-settings: normal;
	line-height: 1.42;
	letter-spacing: 0.1em;
	text-align: center;
}
.headLine05.cor01 {
	color: #fff;
}
.headLine05.left {
	text-align: left;
}
.headLine05 .en {
	margin-bottom: 14px;
	display: block;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.375;
	letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
}
.headLine05.head01 {
	margin-bottom: 65px;
	padding-bottom: 52px;
	font-size: 1.4rem;
	letter-spacing: 0.14em;
	border-bottom: 1px solid #525252;
}
.headLine05.head01 p {
	font-size: 1.4rem;
}
.headLine05.head01 .en {
	margin-bottom: 10px;
	font-size: 4.7rem;
	letter-spacing: 0.11em;
}
@media screen and (max-width: 999px) {
	.headLine05 {
		margin-bottom: 39px;
		font-size: 1.1rem;
	}
	.headLine05 .en {
		margin-bottom: 9px;
		font-size: 3rem;
	}
	.headLine05.head01 {
		margin: 0 -25px 43px;
		padding: 0 25px 21px;
		font-size: 1.05rem;
		letter-spacing: 0.12em;
		border-bottom: 1px solid #808080;
	}
	.headLine05.head01 .en {
		margin-bottom: 5px;
		font-size: 3.1rem;
		letter-spacing: 0.1em;
	}
}
/*------------------------------------------------------------
	headLine06
------------------------------------------------------------*/
.headLine06 {
	margin-bottom: 11px;
	padding-bottom: 13px;
	color: #333;
	font-size: 2.1rem;
	font-weight: 500;
	font-feature-settings: normal;
	line-height: 1.38;
	letter-spacing: 0.06em;
	border-bottom: 2px solid #565658;
}
@media screen and (max-width: 999px) {
	.headLine06 {
		margin-bottom: 4px;
		padding-bottom: 16px;
		color: #313131;
		font-size: 1.7rem;
		line-height: 1.71;
		letter-spacing: 0.04em;
		text-align: center;
		border-bottom: 1px solid #101012;
	}
}
/*------------------------------------------------------------
	headLine07
------------------------------------------------------------*/
.headLine07 {
	margin-bottom: 47px;
	padding-bottom: 30px;
	position: relative;
	color: #222;
	font-size: 2.8rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
}
.headLine07::after {
	width: 64px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #626262;
	content: '';
}
@media screen and (max-width: 999px) {
	.headLine07 {
		margin-bottom: 27px;
		padding-bottom: 17px;
		font-size: 1.9rem;
	}
	.headLine07::after {
		width: 44px;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -2px 0 68px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.comLinkList li {
	margin: 2px 2px 0 0;
	width: calc((100% - 6px) / 4);
	display: flex;
	position: relative;
}
.comLinkList li:nth-of-type(4n) {
	margin-right: 0;
}
.comLinkList li:last-of-type {
	margin-right: 0;
}
.comLinkList a {
	/* padding: 50px 32px; */
	width: 100%;
	/* min-height: 340px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	outline: 1px solid transparent;
    outline-offset: -1px;
	z-index: 8;
	aspect-ratio: 1/1;
}
.comLinkList li::before {
    width: calc(17.5vw - 56px);
    height: 100%;
    position: absolute;
    right: 99%;
    top: 0;
    background-color: rgb(34, 34, 34, .9);
    content: '';
    opacity: 0 !important;
    transition: .4s;
    visibility: hidden;
    z-index: 9;
    pointer-events: none;
}
.comLinkList a::after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.03);
	content: '';
	transition: .4s;
}
.comLinkList .pho {
	/* min-height: 139px; */
	width: 100%;
	display: flex;
	align-items: center;
	/* padding: 0 0 30px; */
	margin: -40px 0 0;
}
.comLinkList .pho img {
	width: 100%;
    /* max-height: 170px; */
    object-fit: contain;
    object-position: center bottom;
    mix-blend-mode: multiply;
}
.comLinkList .ttl {
	width: calc(100% - 44px);
	position: absolute;
	left: 22px;
    bottom: 18px;
	color: rgba(34,34,34,0.8);
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	z-index: 4;
}
.comLinkList .ttl br {
	display: none;
}
.comLinkList .ttl span {
	font-size: 1.9rem;
	letter-spacing: 0.04em;
	display: block;
	line-height: 1.3;
}
.comLinkList .ttl span br {
	display: none;
}
.comLinkList .txtBox {
    padding: 50px 30px;
    width: calc(18vw - 56px);
    height: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    visibility: hidden;
    z-index: 9;
    pointer-events: none;
	/* overflow-y: auto; */
}
.comLinkList .txtBox .subBox {
	width: 100%;
	opacity: 0 !important;
	transition: .3s;
}
.comLinkList .txtBox .title {
	margin-bottom: 2px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.comLinkList .txtBox p {
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.83;
	letter-spacing: 0.04em;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
}
.comLinkList .txtBox .sub {
	line-height: 1.58;
	margin: 0;
}
.comLinkList .txtBox .sub span {
	margin-bottom: 3px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.comLinkList .phoBox {
	position: absolute;
	right: 1px;
    top: 1px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	z-index: 9;
	width: 100%;
}
.comLinkList .phoBox p:not(:last-of-type) {
	margin-right: 5px;
}
.comLinkList .phoBox .logo {
	padding: 22px 23px 0 0;
}
.comLinkList .phoBox .logo a,
.comLinkList .phoBox .logo02 a {
	padding: 0;
	min-height: inherit;
	aspect-ratio: initial;
}
.comLinkList .phoBox .logo img {
	height: 12px;
}
.comLinkList .phoBox .logo02 a {
	padding: 0;
	min-height: inherit;
}
.comLinkList .phoBox .logo a::after,
.comLinkList .phoBox .logo02 a::after {
	display: none;
}
.comLinkList .phoBox .logo02 img {
	height: 23px;
}
.comLinkList .phoBox .new {
	padding: 22px 23px 0 0;
	color: #c12f3b;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.02em;
	position: absolute;
	left: 24px;
}
@media screen and (min-width: 1000px) {
	.comLinkList li > a:hover {
		outline-color: rgba(34, 34, 34, .9);
	}
	.comLinkList li:has(.txtBox).on::before {
		opacity: 1 !important;
		visibility: inherit;
		width: calc(18vw - 56px);
		right: 100%;
	}
	.comLinkList a:hover::after {
		background-color: rgba(0,0,0,0.07);
	}
	.comLinkList li.on .txtBox {
		visibility: visible;
	}
	.comLinkList li.on .subBox {
		opacity: 1 !important;
		transition: .3s .1s;
	}
	.pad .comLinkList li.on::before {
		opacity: 0 !important;
		visibility: hidden;
	}
	.pad .comLinkList li.on .txtBox {
		visibility: hidden;
	}
	.pad .comLinkList li.on .subBox {
		opacity: 0 !important;
	}
	.pad .comLinkList li.on .ttl span {
		color: #222;
	}
	.pad .comLinkList li.on .ttl {
		color: rgba(34,34,34,0.8);
	}
}
@media screen and (max-width: 999px) {
	.comLinkList {
		margin: -20px 0 53px;
		justify-content: space-between;
	}
	body:not(.pad) .comLinkList li {
		margin: 2px 1px 0;
		width: calc((100% - 4px) / 2);
	}
	.comLinkList li:nth-of-type(4n) {
		margin-right: 0;
	}
	.comLinkList li::before {
		display: none;
	}
	.comLinkList .pho {
		overflow: hidden;
		margin-top: -40px;
	}
	.comLinkList .pho img {
		object-fit: contain;
		object-position: center bottom;
	}
	.comLinkList .ttl {
		left: 12px;
		bottom: 8px;
		font-size: 1rem;
		letter-spacing: 0.02em;
		box-sizing: border-box;
		width: calc(100% - 22px);
	}
	.comLinkList li:nth-of-type(2n) .ttl {
		padding-left: 0;
	}
	.comLinkList .ttl span {
		margin-right: 10px;
		font-size: 1.6rem;
		letter-spacing: 0.01em;
		vertical-align: -2px;
	}
	.comLinkList .txtBox {
		display: none;
	}
	.comLinkList .txtBox .subBox {
		width: 100%;
		opacity: 0 !important;
		transition: .3s;
	}
	.comLinkList .txtBox .title {
		margin-bottom: 2px;
		font-weight: 700;
		letter-spacing: 0.02em;
		font-family: 'Open Sans', sans-serif;
	}
	.comLinkList .txtBox p {
		margin-bottom: 30px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.83;
		letter-spacing: 0.04em;
	}
	.comLinkList .txtBox .sub {
		line-height: 1.58;
	}
	.comLinkList .txtBox .sub span {
		margin-bottom: 3px;
		display: block;
		font-weight: 700;
		letter-spacing: 0.02em;
	}
	.comLinkList .phoBox .logo {
		padding: 12px 12px 0 0;
	}
	.comLinkList .phoBox .logo a {
		padding: 0;
		min-height: inherit;
	}
	.comLinkList .phoBox .logo img {
		height: auto;
		width: 89px;
	}
	.comLinkList .phoBox .logo02 img {
		height: 20px;
	}
	.comLinkList .phoBox .new {
		padding: 11px 12px 0 0;
		font-size: 1rem;
		left: 13px;
	}
}
/*------------------------------------------------------------
	comLinkList01
------------------------------------------------------------*/
.comLinkList01 {
	margin-top: -40px;
	display: flex;
	flex-wrap: wrap;
}
.comLinkList01 li {
	margin-top: 55px;
	width: 50%;
	display: flex;
}
.comLinkList01 a {
	width: 100%;
}
.comLinkList01 .pho {
	margin-bottom: 11px;
	overflow: hidden;
}
.area01 .comLinkList01 .pho {
	overflow: hidden;
	height: 300px;
}
.comLinkList01 .pho .img {
	display: block;
	transition: .8s;
}
.comLinkList01 .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comLinkList01 .ttl {
	font-size: 1.7rem;
	letter-spacing: 0.03em;
	font-family: 'Open Sans', sans-serif;
}
@media screen and (min-width: 1000px) {
	.comLinkList01 a:hover .img {
		transform: scale(1.07);
	}
	.pad .comLinkList01 a:hover .img {
		transform: scale(1);
	}
}
@media screen and (max-width: 999px) {

	.comLinkList01 li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList01 a {
		display: block;
	}
	.comLinkList01 .pho {
		margin-bottom: 8px;
	}
	.comLinkList01 .pho .img {
		position: relative;
		transition: .8s;
	}
	body:not(.pad) .comLinkList01 .pho .img {
		height: 47vw;
	}
	.comLinkList01 .ttl {
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.area01 .comLinkList01 .pho {
		height: auto;
	}
}
@media screen and (max-width: 768px) {
	.comLinkList01 {
		margin-top: 0;
		display: block;
	}
	.comLinkList01 li {
		margin: 0 0 29px;
		width: auto;
		display: flex;
	}
	.comLinkList01 .pho .img {
		height: 47vw;
	}
}
/*------------------------------------------------------------
	comLinkList02
------------------------------------------------------------*/
.comLinkList02 {
	margin: -1px 0 122px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comLinkList02::after {
	width: calc(calc(100% - 3px) / 3);
	content: '';
}
.comLinkList02 li {
	margin-top: 1px;
	width: calc(calc(100% - 3px) / 3);
	display: flex;
}
.comLinkList02 a {
	padding: 15px 45px 16px;
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	font-size: 1.45rem;
	font-weight: 500;
	font-feature-settings: normal;
	line-height: 1.69;
	letter-spacing: 0.03em;
	text-align: center;
	box-sizing: border-box;
	background-color: #f2f2f3;
}
.comLinkList02 a::after {
	width: 0;
    height: 0;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
    border-top: 8px solid #b4b4b5;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	content: '';
}
@media screen and (min-width: 1000px) {
	.comLinkList02 a:hover {
		opacity: 0.5;
	}
	.pad .comLinkList02 a:hover {
		opacity: 1;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1110px) {
	.comLinkList02 a {
		padding: 15px 30px 16px;
	}
	.comLinkList02 a::after {
		right: 15px;
	}
}
@media screen and (max-width: 999px) {
	.comLinkList02 {
		margin: 0 0 56px;
		display: block;
	}
	.comLinkList02::after {
		display: none;
	}
	.comLinkList02 li {
		margin: 0 0 2px;
		width: auto;
		display: block;
	}
	.comLinkList02 li:last-of-type {
		margin-bottom: 0;
	}
	.comLinkList02 a {
		padding: 11px 30px 13px 18px;
		display: block;
		color: #484848;
		font-size: 1.35rem;
		line-height: 1.81;
		letter-spacing: 0.02em;
		text-align: left;
	}
	.comLinkList02 a::after {
		right: 18px;
	}
}
/*------------------------------------------------------------
	comPhotoList
------------------------------------------------------------*/
.comPhotoList a {
	display: block;
	overflow: hidden;
}
.comPhotoList .img {
	display: block;
	height: 370px;
	transition: .8s;
}
.comPhotoList .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width: 1000px) {
	.comPhotoList a:hover .img {
		transform: scale(1.07);
	}
	.pad .comPhotoList a:hover .img {
		transform: scale(1);
	}
}
@media screen and (max-width: 999px) {
	.comPhotoList .img {
		position: relative;
		height: 0;
		padding-bottom: 41.55%;
	}
	.comPhotoList .img img {
		position: absolute;
		left: 0;
		top: 0;
	}
}
/*------------------------------------------------------------
	comArrowList
------------------------------------------------------------*/
.comArrowList {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.comArrowList.on {
	opacity: 1;
	visibility: visible;
}
.comArrowList li {
	position: fixed;
	left: 0;
	cursor: pointer;
	z-index: 200;
	bottom: 0;
}
.comArrowList li a {
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
    background: rgba(255, 255, 255, .8);
}
.comArrowList li.next {
	left: auto;
	right: 0;
}
.comArrowList li .txtBox {
	width: 214px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    padding: 5px 0 12px;
	pointer-events: none;
	transform: translateX(7px);
}
.comArrowList li.prev .txtBox {
	transform: translateX(-7px);
}
.comArrowList li .txtBox .pho {
	margin-bottom: -2px;
	position: relative;
}
.comArrowList li .txtBox .pho img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.comArrowList li .txtBox .ttl {
	text-align: center;
}
.comArrowList li .txtBox .ttl .txt {
	display: block;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	line-height: 1.3;
}
.comArrowList li.prev .txtBox {
	right: auto;
	left: 0;
}
.comArrowList li a::before {
	width: 12px;
    height: 12px;
    position: absolute;
    left: 26px;
    top: 24px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    transform: rotate(-45deg);
    box-sizing: border-box;
    content: '';
    transition: .3s;
    z-index: 1;
	opacity: 1;
}
.comArrowList li.next a::before {
    left: 22px;
    transform: rotate(135deg);
}
@media screen and (min-width: 1000px) {
	.comArrowList li a:hover::before {
		transform: translateX(-8px) rotate(-45deg);
		opacity: 0;
	}
	.comArrowList li.next a:hover::before {
		transform: translateX(4px) rotate(135deg);
		opacity: 0;
	}
	.comArrowList li a:hover .txtBox {
		opacity: 1;
		visibility: inherit;
		transform: none;
	}
	.comArrowList li a:hover .txtBox .pho::before,
	.comArrowList li a:hover .txtBox .pho::after {
		height: 0;
	}

	.pad .comArrowList li a:hover::before {
		transform: translateX(0) rotate(-45deg);
	}
	.pad .comArrowList li.next a:hover::before {
		transform: translateX(0) rotate(135deg);
	}
	.pad .comArrowList li a:hover .txtBox {
		opacity: 0;
		transform: translate(0,-50%);
		visibility: hidden;
	}
	.pad .comArrowList li.prev a:hover .txtBox {
		transform: translate(0,-50%);
	}
	.pad .comArrowList li a:hover .txtBox .pho::before,
	.pad .comArrowList li a:hover .txtBox .pho::after {
		height: 55%;
	}
}
@media screen and (max-width: 999px) {
	.comArrowList li {
		left: 0;
		top: auto;
		bottom: 0;
		transform: translateY(0);
	}
	.comArrowList li a {
		width: 44px;
		height: 44px;
	}
	.comArrowList li.next {
		left: auto;
		right: 0;
	}
	.comArrowList li .txtBox {
		display: none !important;
	}
	.comArrowList li a::before {
		width: 10px;
		height: 10px;
		left: calc(50% - 2px);
		top: calc(50% - 4px);
	}
	.comArrowList li.next a::before {
		left: calc(50% - 8px);
		top: calc(50% - 5px);
	}
}
/*------------------------------------------------------------
	comFixList
------------------------------------------------------------*/
.comFixList {
    position: fixed;
    display: flex;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
	right: -100px;
    top: 50%;
    width: 280px;
    flex-wrap: wrap;
    padding: 40px 20px;
    background: rgba(0, 0, 0, .7);
}
.comFixList li {
	display: flex;
	margin: 0 0 13px;
}
.SENDAI .comFixList li {
	margin: 0;
}
.comFixList a {
	padding: 6px 0 5px 54px;
    position: relative;
    display: flex;
    color: #fff;
    font-size: 1.2rem;
    font-feature-settings: normal;
}
.comFixList li:last-child {
	margin: 0;
}
/* .SENDAI .comFixList li:last-child {
	display: none;
}
.GINZA .comFixList li:last-child {
	display: none;
} */
.comFixList img {
    width: 14px;
    position: absolute;
	left: 5px;
    top: 54%;
    transform: translateY(-50%);
    transition: .3s;
    height: 23px;
    object-fit: contain;
}
.comFixList li:nth-of-type(4n) a {
	border-right: none;
}
@media screen and (min-width: 1000px) {
	.comFixList {
		transform: translateY(-50%);
	}
	.pad .comFixList a:hover {
		opacity: 1;
	}
	.comFixList.on {
		opacity: 1;
		visibility: inherit;
		right: -220px;
	}
	.comFixList.open {
		right: 0 !important;
	}
	.comFixList.open img {
		left: 20px;
	}
}
@media screen and (max-width: 999px) {
	.comFixList {
		margin: 0 25px;
		width: auto!important;
		max-width: inherit;
		position: static;
		left: 0;
		display: block;
		opacity: 0;
		visibility: inherit;
		transition: all .8s ease-out;
		padding: 0!important;
	}
	.pad .comFixList {
		max-width: 500px!important;
		margin: 0 auto;
	}
	.comFixList li {
		width: auto;
		display: block;
		margin: 0;
	}
	.comFixList a {
		padding: 15px 40px;
		display: block;
		border-right: none;
		border-bottom: 1px solid #5f5f5f;
		text-align: center;
	}
	.comFixList li:last-of-type a {
		border-bottom: none;
	}
	.comFixList img {
		left: 28px;
		top: 52%;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popCover,
.popBg {
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30002;
	transition: all 0.7s;
}
.popCover {
	z-index: 40002;
}
.popBg {
	z-index: 20998;
}
.popCover.show,
.popBg.show {
	opacity: 1;
	visibility: visible;
}
.popBox,
.popBigBox {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -49%) scale(0.98);
    max-width: 800px;
    width: 100%;
    z-index: 50001;
    transition: all .5s;
    pointer-events: none;
}
.popBigBox {
	z-index: 50000;
}
.popBox.show ,
.popBigBox.show {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%,-50%) scale(1);
	pointer-events: auto;
}
.popBox .popClose {
	width: 24px;
	height: 24px;
	position: absolute;
	right: -40px;
	top: 0;
	cursor: pointer;
	transition: .3s;
}
.popBox .popClose::after,
.popBox .popClose::before {
	width: 34px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	transform: translateY(2px) rotate(45deg);
	content: '';
	background-color: #FFF;
}
.popBox .popClose::after {
	top: 14px;
	transform: translateY(-2px) rotate(-45deg);
}
.popBox .popNext,
.popBox .popPrev {
	width: 30px;
	height: 30px;
	position: absolute;
	left: -47px;
	top: calc(50% - 48px);
	transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
}
.popBox .popPrev::before,
.popBox .popNext::before {
	width: 15px;
	height: 15px;
	position: absolute;
	left: calc(50% - 13px);
	top: calc(50% + 4px);
	transform: rotate(45deg) translate(-50%,-50%);
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
}
.popBox .popPrev::before {
	border-top: none;
	top: calc(50% - 8px);
	left: calc(50% - 14px);
	border-bottom: 2px solid #fff;
	transform: rotate(135deg) translate(-50%,-50%);
}
.popBox .popNext {
	left: auto;
	right: -47px;
}
.popBox .popNum {
	margin-top: 8px;
	font-size: 1.1rem;
	line-height: 1.73;
	text-align: center;
	color: #fff;
}
.popBox .popNum span {
	margin: 0 3px;
}
.popBox .popInner {
	max-height: 90vh;
	box-sizing: border-box;
	overflow-y: auto;
}
.popBox .popSlide {
	padding: 0 0 6px;
	margin-bottom: 4px;
	min-height: 460px;
	background-color: #fff;
}
.popBox .popSlide .slide {
	position: relative;
}
.popBox .popSlide .slide .photo {
	margin-bottom: 2px;
	height: 460px;
	position: relative;
}
.popBox .popSlide .slide .photo img {
	height: 100%;
	object-fit: contain;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.popBox .popSlide .slide .txt {
	display: flex;
	align-items: flex-end;
	font-size: 1.1rem;
	line-height: 1.73;
	position: absolute;
	bottom: 5px;
	left: 20px;
}
.popBox .smlSlide .slick-list {
	padding: 0 50px !important;
}
.popBox .smlSlide .photo {
	background-color: #fff;
	cursor: pointer;
	height: 57px;
	vertical-align: top;
}
.pad .popBox .smlSlide .photo {
	height: 100px;
}
.popBox .smlSlide .photo img {
	object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.popBox .smlSlide .slick-slide {
	margin: 0 1px 0 0;
	width: 99px;
	position: relative;
	cursor: pointer;
}
.popBox .smlSlide .slick-slide::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.15);
	content: '';
	opacity: 0;
	transition: .3s;
	z-index: 1;
}
.popBox .smlSlide .slick-current::before {
	opacity: 1;
}
@media screen and (min-width: 1000px) {
	.popBox .popClose:hover {
		opacity: 0.5;
	}
	.popBox .popNext:hover,
	.popBox .popPrev:hover {
		opacity: 0.5;
	}
	.popBox .smlSlide .slick-slide:hover::before {
		opacity: 1;
	}
	.pad .popBox .popClose:hover {
		opacity: 1;
	}
	.pad .popBox .popNext:hover,
	.pad .popBox .popPrev:hover {
		opacity: 1;
	}
	.pad .popBox .smlSlide .slick-slide:hover::before {
		opacity: 0;
	}
}
@media screen and (max-width: 999px) {
	.popBox,
	.popBigBox {
		transform: translate(-50%,-48%) scale(0.97);
	}
	.popBox.show ,
	.popBigBox.show {
		transform: translate(-50%,-50%) scale(1);
	}
	.popBox,
	.popBigBox {
		max-width: inherit;
	}
	.popBox .popClose {
		position: absolute;
		right: 20px;
		top: -40px;
		width: 25px;
		cursor: pointer;
	}
	.popBox .popClose img {
		width: 100%;
	}
	.popBox .popNext,
	.popBox .popPrev {
		display: none !important;
		left: -44px;
	}
	.pad .popBox .popNext,
	.popBox .popPrev {
		left: 7%;
	}
	.popBox .popNext {
		left: auto;
		right: -44px;
	}
	.pad .popBox .popNext {
		left: auto;
		right: 7%;
	}
	.popBox .popPrev::before,
	.popBox .popNext::before {
		width: 12px;
		height: 12px;
		left: calc(50% - 10px);
		top: calc(50% + 2px);
		transform: rotate(45deg) translate(-50%,-50%);
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		content: '';
	}
	.popBox .popPrev::before {
		border-top: none;
		top: calc(50% - 7px);
		left: calc(50% - 12px);
		border-bottom: 1px solid #fff;
		transform: rotate(135deg) translate(-50%,-50%);
	}
	.popBox .popNum {
		margin-top: 8px;
		font-size: 1.1rem;
		line-height: 1.73;
		text-align: center;
		color: #fff;
	}
	.popBox .popNum span {
		margin: 0 3px;
	}
	.popBox .popSlide {
		padding: 0;
		margin-bottom: 7px;
		min-height: calc((100vw * 0.47) + 40px);
	}
	.popBox .popSlide .slide .txt {
		line-height: 1.5;
		left: 12px;
		bottom: 3px;
	}
	.popBox .popSlide .slide .photo {
		margin: 27px 0 27px;
		height: calc((100vw* 0.47) + 40px);
	}
	.popBox .smlSlide .slick-list {
		padding: 0 !important;
	}
	.popBox .popInner {
		max-height: calc(100vh - 120px);
	}
}
/*------------------------------------------------------------
	SideBox
------------------------------------------------------------*/
.comFlexBox {
	display: flex;
	justify-content: flex-start;
}
.comFlexBox .comSideBox {
	width: 18%;
	box-sizing: border-box;
    position: sticky;
    top: 130px;
    overflow: hidden;
	height: calc(100vh - 130px);
}
.comFlexBox .sideBox {
	padding: 0 56px;
}
.comSideBox .inner {
    max-height: 100%;
    overflow-y: auto;
	padding-right: 40px;
}
.comSideBox .innerBox {
	overflow-y: auto;
}
.comSideBox.small .area {
    margin-bottom: 17px;
}
.comSideBox.small .title {
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}
.comSlideList li:not(:last-of-type) {
    margin-bottom: 23px;
}
.comSideBox.small .comSlideList {
	padding-top: 6px;
}
.comSideBox.small .comSlideList li:not(:last-of-type) {
    margin-bottom: 4px;
}
.comSlideList a {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5;
	font-feature-settings: normal;
    letter-spacing: 0.01em;
}
.comSideBox.small .comSlideList a {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.comFlexBox .comSlideList a[data-target].on {
	opacity: 0.4;
}
.comFlexBox .comContsBox {
	width: 82%;
	box-sizing: border-box;
}
.comFlexBox .filterBox {
	padding: 0 20px 0 44px;
	position: absolute;
	width: 100%;
}
.comFlexBox .filterBox .filterTtl {
	margin-bottom: 81px;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	font-family: 'Open Sans', sans-serif;
}
.comFlexBox .filterBox .filterList li:not(:last-of-type) {
	margin-bottom: 19px;
}
.comFlexBox .filterBox .filterList input {
	display: none;
}
.comFlexBox .filterBox .filterList input + span {
	padding-left: 23px;
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.42;
	letter-spacing: 0.02em;
	vertical-align: top;
	cursor: pointer;
}
.comFlexBox .filterBox .filterList input + span::before {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 1px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.8);
	content: '';
	transition: .3s
}
.comFlexBox .filterBox .filterList input:checked  + span::before {
	background-color: #222;
}
.comFlexBox .filterBox .filterList img {
    margin: 3px 5px 0 0;
    width: 14px;
    display: inline-block;
    mix-blend-mode: multiply;
    height: 14px;
    object-fit: contain;
}
@media screen and (max-width: 999px) {
	.comFlexBox {
		display: block;
	}
	.comFlexBox .comSideBox {
		width: auto;
		max-width: inherit;
		padding-left: 0;
		position: static;
		height: auto;
	}
	.comFlexBox .comContsBox {
		width: auto;
		box-sizing: border-box;
	}
	.comSlideList li:not(:last-of-type) {
		margin-bottom: 6px;
	}
	.comSlideList a {
		/* padding-left: 5px; */
		position: relative;
		line-height: 1.25;
		font-size: 1.2rem;
	}
	.comSideBox.small .title {
		margin-bottom: 0;
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0.01em;
	}
	.comSideBox .comSlideList {
		padding-top: 0;
	}
	.comSideBox .comSlideList a::before {
		width: 1px;
		left: auto;
		height: calc(100% - 7px);
		position: absolute;
		right: 0;
		top: calc(50% + 1px);
		transform: translateY(-50%);
		background-color: rgba(0,0,0,0.2);
		content: '';
		border: none;
	}
	.comFlexBox .filterBox {
		position: fixed;
		width: 247px;
	}
	.comFlexBox .filterBox .innerBox {
		padding: 136px 0 80px;
		height: 100%;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.comFlexBox .filterBox .filterTtl {
		margin-bottom: 44px;
		font-size: 2.4rem;
	}
	.comFlexBox .filterBox .filterList input + span {
		font-size: 1.1rem;
	}
	.comFlexBox .filterBox .filterList li:not(:last-of-type) {
		margin-bottom: 16px;
	}
	.comFlexBox .filterBox .filterList img {
		width: 12px;
		height: 12px;
	}
	.comSideBox.small .comSlideList {
		display: none;
	}
}
/*------------------------------------------------------------
	popBigBox
------------------------------------------------------------*/
.popBigBox {
	width: calc(100% - 60px);
	max-width: inherit;
	background-color: #FFF;
}
.popBigBox .popCloseBtn {
	position: absolute;
	left: 27px;
	top: 30px;
	z-index: 10;
	cursor: pointer;
}
.popBigBox .popCloseBtn span {
	padding: 15px 0 15px 36px;
	position: relative;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
}
.popBigBox .popCloseBtn span::before,
.popBigBox .popCloseBtn span::after {
	width: 29px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 17px;
	transform: translateY(5px) rotate(45deg);
	background-color: #000;
	content: '';
}
.popBigBox .popCloseBtn span::after {
	top: 27px;
	transform: translateY(-5px) rotate(-45deg);
}
.popBigBox .comFlexBox {
	height: calc(100vh - 60px);
	overflow-y: auto;
	box-sizing: border-box;
}
.popBigBox .comSideBox {
	padding: 82px 0 85px 49px;
	position: sticky;
	left: 0;
	top: 0;
	box-sizing: border-box;
	height: calc(100vh - 60px);
}
.popBigBox .comSideBox .title a {
	display: inline-block;
	vertical-align: top;
}
.popBigBox .comContsBox {
	padding: 68px 81px 80px 25px;
}
.popBigBox .comContsBox .tBox {
	margin-bottom: 44px;
}
.popBigBox .comContsBox .ttlBox {
	margin-bottom: 14px;
	padding-bottom: 4px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.popBigBox .comContsBox .ttlBox .txt,
.popBigBox .comContsBox .ttlBox h2 {
	max-width: 50%;
}
.popBigBox .comContsBox .ttlBox h2 {
	font-size: 1.2rem;
	font-weight: 400;
	font-feature-settings: normal;
	letter-spacing: 0.07em;
}
.popBigBox .comContsBox .ttlBox h2 span {
	margin-right: 10px;
	font-size: 4.2rem;
	letter-spacing: 0.02em;
}
.popBigBox .comContsBox .ttlBox .txt {
	margin-bottom: 6px;
	padding-left: 20px;
	color: rgba(34,34,34,0.7);
	font-size: 1.1rem;
	letter-spacing: 0.05em;
	background: url(../img/common/icon01.png) no-repeat left center / 14px auto;
}
.popBigBox .comContsBox .txtList {
	margin-top: -3px;
	display: flex;
	flex-wrap: wrap;
}
.popBigBox .comContsBox .txtList li {
	margin: 5px 15px 0 0;
	font-feature-settings: normal;
}
.popBigBox .comContsBox .txtList li:last-of-type {
	margin-right: 0;
}
.popBigBox .comContsBox .txtList img {
	margin-right: 3px;
	width: 11px;
	vertical-align: -1px;
}
.popBigBox .comContsBox .txtList li:nth-of-type(4) img {
	width: 8px;
}
.popBigBox .comContsBox .sec {
	margin-bottom: 50px;
}
.popBigBox .comContsBox .sec:last-of-type {
	padding: 0 0 68px;
}
.popBigBox .comContsBox .sec.hide {
	display: none;
}
.popBigBox .comContsBox .title {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.3;
}
.popBigBox .comContsBox .ttl {
	margin-bottom: 25px;
	font-size: 3.4rem;
	font-weight: 300;
	letter-spacing: 0.06rem;
	font-family: 'Noto Sans JP', sans-serif;
}
.popBigBox .comContsBox .productList {
	margin-bottom: 35px;
}
.popBigBox .comContsBox .productList.hide {
	display: none;
}
.popBigBox .comContsBox .smlSec.hide {
	display: none;
}
@media screen and (min-width: 1000px) {
	.popBigBox .comSideBox .title a:hover {
		opacity: 0.5;
	}
	.popBigBox .comSideBox {
		width: 17.92%;
	}
	.popBigBox .comContsBox {
		padding-left: 70px;
		width: 82.08%;
	}
	.popBigBox .popCloseBtn:hover {
		opacity: 0.5;
	}
}
@media (min-width: 1000px) and (max-width: 1060px) {
	.popBigBox .comSideBox {
		width: 20%;
	}
	.popBigBox .comContsBox {
		width: 80%;
	}
	.comFlexBox .filterBox {
		padding-left: 20px;
	}
}
@media screen and (max-width: 999px) {
	.popBigBox {
		width: calc(100% - 12px);
		max-width: inherit;
	}
	.popBigBox .popCloseBtn {
		position: fixed;
		left: auto;
		right: 22px;
		top: 17px;
	}
	.popBigBox .popCloseBtn span {
		padding: 0;
		width: 22px;
		height: 22px;
		display: block;
		font-size: 0;
		letter-spacing: 0;
	}
	.popBigBox .popCloseBtn span::before,
	.popBigBox .popCloseBtn span::after {
		width: 28px;
		height: 1px;
		left: 0;
		top: 6px;
	}
	.popBigBox .popCloseBtn span::after {
		top: 16px;
	}
	.popBigBox .comFlexBox {
		height: 98svh;
		max-height: calc(100% - 30px);
		overflow-y: auto;
		position: relative;
	}
	.popBigBox .comContsBox {
		padding: 38px 30px 80px;
	}
	.popBigBox .comContsBox .tBox {
		margin-bottom: 48px;
	}
	.pad .popBigBox .comContsBox .tBox {
		width: 640px;
        margin: 0 auto 46px;
	}
	.popBigBox .comContsBox .ttlBox {
		margin-bottom: 7px;
		padding-bottom: 4px;
		display: block;
		border-bottom: none;
	}
	.popBigBox .comContsBox .ttlBox .txt,
	.popBigBox .comContsBox .ttlBox h2 {
		max-width: inherit;
	}
	.popBigBox .comContsBox .ttlBox h2 {
		margin-bottom: 12px;
		font-size: 1.1rem;
		letter-spacing: 0.05em;
	}
	.popBigBox .comContsBox .ttlBox h2 span {
		font-size: 3.8rem;
	}
	.popBigBox .comContsBox .ttlBox .txt {
		margin-bottom: 4px;
		padding-left: 20px;
		letter-spacing: 0;
	}
	.popBigBox .comContsBox .txtList {
		margin-top: 0;
		columns: 2;
		justify-content: space-between;
	}
	.popBigBox .comContsBox .txtList li {
		margin: 0 0 7px;
		padding-left: 13px;
		position: relative;
		font-size: 1.1rem;
		line-height: 1.45;
		font-feature-settings: normal;
		width: 44%;
	}
	.pad .popBigBox .comContsBox .txtList li {
		width: auto;
	}
	.popBigBox .comContsBox .txtList li:last-of-type {
		margin-right: 0;
	}
	.popBigBox .comContsBox .txtList img {
		margin-right: 0;
		width: 11px;
		position: absolute;
		left: 0;
		top: 2px;
		vertical-align: 0;
	}
	.popBigBox .comContsBox .txtList li:nth-of-type(4) img {
		width: 8px;
	}
	.popBigBox .comContsBox .sec {
		margin-bottom: 50px;
	}
	.pad .popBigBox .comContsBox .sec {
        width: 640px;
        margin: 0 auto 50px;
	}
	.popBigBox .comContsBox .title {
		margin-bottom: -2px;
		font-size: 1.6rem;
	}
	.popBigBox .comContsBox .title a,
	.comSideBox.small .title a {
		padding-left: 7px;
		position: relative;
	}
	.popBigBox .comContsBox .title a::before,
	.comSideBox.small .title a::before {
		width: 5px;
		height: 5px;
		position: absolute;
		left: -4px;
		top: 5px;
		transform: rotate(-135deg);
		border-top: 1px solid #5f5f5f;
		border-left: 1px solid #5f5f5f;
		content: '';
	}
	.popBigBox .comContsBox .ttl {
		margin-bottom: 15px;
		font-size: 2.7rem;
	}
	.popBigBox .comContsBox .productList {
		margin-bottom: 45px;
	}
	.popBigBox .comSideBox {
		padding: 0;
		position: static;
		overflow: inherit;
		height: auto;
		margin: 0 0 26px;
	}
	.popBigBox .comSideBox .subBox,
	.comSideBox.small .subBox {
		margin: -20px 0 0px 0px;
		padding-bottom: 71px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
	}
	.comSideBox.small .subBox {
		margin-top: 0;
	}
	.popBigBox .comSideBox .subBox::before {
		width: calc(100% + 56px);
		height: 1px;
		position: absolute;
		left: -31px;
		bottom: 0;
		background-color: rgba(0,0,0,0.1);
		content: '';
	}
	.pad .popBigBox .comSideBox .subBox::before {
		width: 100%;
		left: 0;
	}
	.popBigBox .comSideBox .filterBtn {
		margin-top: 0;
		width: 56px;
		position: fixed;
		right: 0;
		bottom: 3px;
		z-index: 10;
		padding: 0 !important;
	}
	.popBigBox .comSideBox .filterBtn a {
		padding: 30px 5px 5px;
		display: block;
		text-align: center;
		letter-spacing: 0.02em;
		background-size: 24px auto;
		background-position: center top 13px;
		background-color: #ddd;
	}
	.popBigBox .comSideBox .area,
	.comSideBox.small .area {
		margin: 0 5px 3px 6px;
		width: 90px;
	}
	.popBigBox .comSideBox .title {
		margin-bottom: 3px;
		font-size: 1.4rem;
	}
	.popBigBox .comSideBox .innerBox {
		overflow: inherit;
	}
	.popBigBox .comFlexBox .filterBox .innerBox {
		overflow-y: auto;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (min-width: 500px) and (max-height: 500px) and (max-width: 999px) {
	.popBigBox .comFlexBox {
		height: 70vh;
	}
}
/*------------------------------------------------------------
	comPdfList
------------------------------------------------------------*/
.comPdfList {
	margin-top: 26px;
}
.comPdfList li:not(:last-of-type) {
	margin-bottom: 3px;
}
.comPdfList a {
    padding-left: 28px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.comPdfList a .txt01 {
    width: 23px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 2px;
    display: block;
    color: #5f5f5f;
    font-size: 0.9rem;
    text-align: center;
    background-color: #e3e3e3
}
.comPdfList a .txt02 {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	vertical-align: top;
}
@media screen and (min-width: 1000px) {
	.comPdfList a:hover {
		opacity: 0.5;
	}
	.pad .comPdfList a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.comPdfList {
		display: flex;
		position: absolute;
		left: 0;
		bottom: 36px;
	}
	.comPdfList li:not(:last-of-type) {
		margin: 0 14px 0 0;
	}
	.comPdfList a {
		padding-left: 28px;
		display: inline-block;
		position: relative;
		vertical-align: top;
	}
	.comPdfList a .txt01 {
		top: 2px;
	}
	.comPdfList a .txt02 {
		font-size: 1.1rem;
		line-height: 1.64;
	}
}
.comProList {
	margin: -5px -10px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.comProList > li.hide {
	display: none;
}
.comProList > li {
	margin: 0 10px 25px 0;
}
.comProList .proBox {
	margin: -10px -10px 0 0;
	padding-bottom: 3px;
	display: flex;
	flex-wrap: wrap;
}
.comProList .proInner {
	margin-top: 10px;
	margin-right: 10px;
	width: 110px;
	position: relative;
}
.comProList .proInner.nolink {
	pointer-events: none;
}
.comProList .proInner.hide {
	display: none;
}
.comProList .proInner .photo {
	margin-bottom: 6px;
	box-sizing: border-box;
	overflow: hidden;
}
.comProList .proInner .photo .img {
	height: 111px;
	display: block;
	transition: .3s;
}
.pad .comProList .proInner .photo .img {
	height: auto;
}
.comProList .proInner .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comProList .proInner .icon {
	position: absolute;
    right: 4px;
    top: 4px;
	width: 21px;
}
.comProList .proInner .icon a {
	display: block;
	position: relative;
}
.comProList .proInner .icon a::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/common/icon04.png) no-repeat center top / 100% auto;
	content: '';
	transition: .3s;
	opacity: 0;
}
.comProList .proInner p {
	max-width: 49%;
	letter-spacing: 0.02em;
	font-family: 'Noto Sans JP', sans-serif;
}
.comProList .itemList {
	margin: -15px -1px 0 auto;
	max-width: 50%;
	display: flex;
	justify-content: flex-end;
	padding: 0 1px 0 0;
}
.comProList .itemList li {
	margin: 0 1px;
	line-height: 1;
}
.comProList .itemList img {
    object-fit: contain;
	width: 9px;
	height: 9px;
}
.comProList .itemList .sustainable img {
	width: 10px;
	height: 10px;
}
.comProList .textBox {
	padding-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.1);
}
.comProList .textBox p {
	color: rgba(34,34,34,0.6);
	font-size: 1rem;
	font-feature-settings: normal;
	line-height: 1.4;
	letter-spacing: 0.02em;
	font-family: 'Noto Sans JP', sans-serif;
}
.comProList .textBox p a {
	border-bottom: solid 1px rgba(34, 34, 34, 0.7);
    line-height: 1.6;
}
@media screen and (min-width: 1000px) {
	.comProList .proInner a:hover .photo .img {
		transform: scale(1.1);
	}
	.comProList .proInner .icon a:hover::before {
		opacity: 1;
	}
	.pad .comProList .proInner a:hover .photo .img {
		transform: scale(1);
	}
	.pad .comProList .proInner .icon a:hover::before {
		opacity: 0;
	}
}
@media screen and (max-width: 999px) {
	.comProList {
		margin: -18px -4px 0 0;
	}
	.comProList > li {
		margin: 18px 4px 0 0;
	}
	.comProList .proBox {
		margin-right: -5px;
		padding-bottom: 3px;
	}
	.comProList .proInner {
		margin-right: 4px;
		width: 98px;
	}
	.pad .comProList .proInner {
        width: calc((100vw - (100vw - 622px)) / 4)
    }
	.comProList .proInner .photo {
		margin-bottom: 1px;
		height: calc((100vw - 62px) / 3);
	}
	.pad .comProList .proInner .photo {
		height: calc((100vw - (100vw - 622px)) / 4);
	}
	.comProList .proInner .icon {
		width: 21px;
	}
	.comProList .proInner p {
		max-width: calc(100% - 45px);
		font-size: 1.2rem;
		letter-spacing: 0.02em;
	}
	.comProList .itemList {
        margin: -14px -1px 0 auto;
        max-width: 64px;
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
	}
	.comProList .itemList li {
		margin: 0 1px;
		line-height: 1;
	}
	.comProList .itemList img {
		width: 8px;
		height: 8px;
	}
	.comProList .textBox {
		padding-top: 3px;
	}
}
/*------------------------------------------------------------
	popSlickBox
------------------------------------------------------------*/
.popSlickBox {
    width: calc(54vh + 46px);
}
.popSlickBox .popClose {
	width: 39px;
	right: -56px;
}
.popSlickBox .popClose::before,
.popSlickBox .popClose::after {
	width: 39px;
}
.popSlickBox.popBox .popNext,
.popSlickBox.popBox .popPrev {
	top: calc(50% - 56px);
}
.popSlickBox.popBox .popNext.slick-disabled,
.popSlickBox.popBox .popPrev.slick-disabled {
	opacity: 0.4;
	cursor: auto;
}
.popSlickBox.popBox .popListNum {
	margin-top: 15px;
	font-size: 1.3rem;
	text-align: center;
	color: #fff;
}
.popSlickBox.popBox .popListNum span {
	margin: 0 3px;
}
.popSlickBox .popSlick {
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
}
.popSlickBox .popSlick .slide {
	margin: 23px 23px 24px;
}
.popSlickBox .popSlick .photo {
	margin-bottom: 14px;
	height: 54vh;
	overflow: hidden;
	position: relative;
}
.popSlickBox .popSlick .photo .img {
	display: block;
	width: 100%;
	height: 100%;
	transform: scale(1.5);
}
.popSlickBox .popSlick .photo img {
	position: absolute;
	left: -1px;
	top: 0;
	max-width: calc(100% + 1px);
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	object-fit: cover;
}
.popSlickBox .popSlick .txt {
	max-width: 50%;
	font-size: 1.9rem;
	word-break: break-all;
	letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
}
.popSlickBox .popSlick .itemList {
	margin: -27px -4px 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.popSlickBox .popSlick .itemList li {
	margin: 4px 4px 0 0;
	height: 11px;
}
.popSlickBox .popSlick .itemList img {
    max-height: 100%;
    object-fit: contain;
}
.popSlickBox .popSlick .text {
	color: rgba(34,34,34,0.6);
    font-size: 1.3rem;
	font-feature-settings: normal;
	line-height: 1.6;
	letter-spacing: 0.02em;
}
@media screen and (max-width: 999px) {
	.popSlickBox {
		width: calc(100% - 120px);
		max-height: calc(100vh - 120px);
	}
	.popSlickBox .popClose {
		width: 39px;
		right: -10px;
		top: -42px;
	}
	.popSlickBox .popClose::before,
	.popSlickBox .popClose::after {
		width: 33px;
	}
	.popSlickBox.popBox .popNext,
	.popSlickBox.popBox .popPrev {
		top: calc(50% - 30px);
		display: block !important;
	}
	.popSlickBox.popBox .popNext.slick-hidden,
	.popSlickBox.popBox .popPrev.slick-hidden {
		display: none !important;
	}
	.popSlickBox .popSlick {
		height: auto;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
		position: relative;
		box-sizing: border-box;
		background-color: #fff;
	}
	.pad .popSlickBox .popSlick {
		width: 70%;
		margin: 0 auto;
	}
	.popSlickBox .popSlick .photo {
		margin-bottom: 11px;
		height: 0;
		padding-bottom: 100%;
		position: relative;
		overflow: hidden;
	}
	.popSlickBox .popSlick .photo .img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.popSlickBox .popSlick .photo img {
		position: absolute;
		max-width: calc(100% + 1px);
		width: calc(100% + 1px);
		height: calc(100% + 1px);
		left: -1px;
		top: 0;
	}
	.popSlickBox .popSlick .txt {
		padding-left: 0;
		font-size: 1.7rem;
	}
	.popSlickBox .popSlick .itemList {
		margin: -22px -1px 10px;
	}
	.popSlickBox .popSlick .itemList li {
		margin: 3px 1px 0 0;
		transform: scale(0.81);
	}
	.popSlickBox .popSlick .text {
		padding-left: 0;
		font-size: 1.2rem;
		line-height: 1.46;
	}
	.popSlickBox .popSlick .text br {
		display: none;
	}
}
@media screen and (min-width: 500px) and (max-height: 500px) and (max-width: 999px) {
	.popSlickBox {
		max-width: 500px;
		height: 65vh;
		max-height: calc(100vh - 180px);
	}
	.popSlickBox .popSlick {
		height: 65vh;
		max-height: calc(100vh - 180px);
	}
	.popContsBox .comFlexBox {
		height: 65vh !important;
	}
}
/*------------------------------------------------------------
	popContsBox
------------------------------------------------------------*/
.popContsBox {
	width: calc(100vw - 60px);
	max-width: inherit;
}
.popContsBox .popClose {
	padding: 4px 0 4px 36px;
	width: auto;
	position: absolute;
	right: auto;
	left: 28px;
	top: 27px;
	font-size: 1.1rem;
	z-index: 1;
	box-sizing: border-box;
}
.popContsBox .popClose::before,
.popContsBox .popClose::after {
	width: 28px;
	height: 1px;
	background-color: #000;
}
.popContsBox .comFlexBox {
	height: calc(100vh - 60px);
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff;
}
.popContsBox .comSideBox {
	max-width: 211px;
    width: 16.15%;
    background-color: rgba(255,255,255,0.95);
    top: 0;
    height: 100%;
}
.popContsBox .comSideBox .innerBox {
	padding: 0 20px 0;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.popContsBox .comSideBox .title {
    margin-bottom: 108px;
	font-size: 2.3rem;
	letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
}
.popContsBox .comSideBox .pho {
    margin: 0 auto 7px;
	width: 107px;
	height: 107px;
	background-color: #000;
}
.popContsBox .comSideBox .pho img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popContsBox .comSideBox .area {
	text-align: center;
}
.popContsBox .comSideBox .ttl {
	margin-bottom: 19px;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	font-family: 'Open Sans', sans-serif;
}
.popContsBox .comSideBox .txt {
	font-size: 1.7rem;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
.popContsBox .comSideBox .txt .sml {
	margin-bottom: -2px;
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
}
.popContsBox .comSideBox .popBack {
	position: absolute;
    left: 9px;
    top: 31px;
}
.popContsBox .comSideBox .popBack a {
	padding-left: 20px;
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    font-feature-settings: normal;
    line-height: 1.54;
    letter-spacing: 0.02em;
    vertical-align: top;
}
.popContsBox .comSideBox .popBack a::before {
    width: 5px;
    height: 5px;
	position: absolute;
	left: 9px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	border-top: 1px solid rgba(34,34,34,0.4);
	border-left: 1px solid rgba(34,34,34,0.4);
	content: '';
}
.popContsBox .comContsBox {
	width: 83.85%;
	background-color: #f2f2f2;
}
.popContsBox .comContsBox .photo {
	margin-bottom: 5px;
	max-height: 800px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background-color: #f2f2f2;
}
.popContsBox .comContsBox .photo:last-of-type {
	margin-bottom: 0;
}
.popContsBox .comContsBox .img {
	display: inline-block;
	position: relative;
}
.popContsBox .comContsBox .img img {
	max-height: 100%;
	width: auto;
}
.popContsBox .comContsBox .photo p {
	width: 100%;
	padding: 13px;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.27;
	letter-spacing: 0.02em;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	z-index: 2;
	text-align: left;
}
.popContsBox .comContsBox .photo p::after {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
	opacity: 0.3;
	content: '';
	z-index: -1;
}	
.popContsBox .comContsBox .photo.wid01 {
	margin: 0 auto;
	width: 66.94%;
}
@media screen and (min-width: 1000px) {
	.popContsBox .comSideBox .popBack a:hover {
		opacity: 0.5;
	}
	.pad .popContsBox .comSideBox .popBack a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.popContsBox {
		width: calc(100% - 12px);
		max-width: 1306px;
	}
	.popContsBox .popClose {
		padding: 0;
		width: 32px;
		height: 32px;
		left: auto;
		right: 14px;
		top: 17px;
		font-size: 0;
		z-index: 1;
	}
	.popContsBox .popClose::before,
	.popContsBox .popClose::after {
		width: 28px;
		height: 1px;
		left: 2px;
	}
	.popContsBox .comFlexBox {
		height: 85vh;
	}
	.popContsBox .comSideBox {
		padding: 84px 0 54px;
		width: auto;
		max-width: inherit;
		background-color: #fff;
		height: auto;
	}
	.popContsBox .comSideBox .innerBox {
		padding: 0 20px 0 37px;
		height: auto;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	.popContsBox .comSideBox .title {
		margin: -7px 0 0 3px;
		width: 80px;
		font-size: 2.2rem;
		line-height: 1.23;
	}
	.popContsBox .comSideBox .txtBox {
		width: calc(100% - 116px);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.popContsBox .comSideBox .pho {
		margin-bottom: 7px;
		width: 37.37%;
		height: 0;
		padding-bottom: 37.37%;
		position: relative;
	}
	.popContsBox .comSideBox .pho img {
		position: absolute;
		left: 0;
		top: 0;
	}
	.popContsBox .comSideBox .area {
		margin-top: -3px;
		width: calc(62.63% - 15px);
	}
	.popContsBox .comSideBox .ttl {
		margin-bottom: 4px;
	}
	.popContsBox .comSideBox .txt {
		font-size: 1.3rem;
	}
	.popContsBox .comSideBox .txt .sml {
		margin-bottom: -3px;
		font-size: 1.1rem;
		font-weight: 400;
	}
	.popContsBox .comSideBox .popBack {
		position: absolute;
		left: 13px;
		bottom: auto;
		top: 21px;
	}
	.popContsBox .comSideBox .popBack a {
		padding-left: 11px;
		font-size: 1.1rem;
		letter-spacing: 0;
	}
	.popContsBox .comSideBox .popBack a::before {
		width: 5px;
		height: 5px;
		left: 0;
		top: calc(50% + 1px);
	}
	.popContsBox .comContsBox {
		width: auto;
	}
	.popContsBox .comContsBox .photo {
		max-height: inherit;
	}
	.popContsBox .comContsBox .photo img {
		max-height: 90vw;
	}
	.popContsBox .comContsBox .photo p {
		padding: 8px 14px;
	}
}
/*------------------------------------------------------------
	filterBtn
------------------------------------------------------------*/
.comSideBox {
	padding: 0;
	width: 23.79%;
	max-width: inherit;
	top: 85px;
	overflow-y: auto;
}
.comSideBox .filterBtn {
	background: #fff;
    width: auto;
    box-sizing: border-box;
	display: flex;
    align-items: center;
    margin: 72px 0 0;
	position: relative;
}
.comSideBox .filterBtn:before {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .06);
    left: -6px;
	transition: .2s;
	transform: scale(.6);
	opacity: 0;
}
.comSideBox .filterBtn:hover:before {
	transform: scale(1);
	opacity: 1;
}
.popBigBox .comSideBox .filterBtn {
    padding-right: 49px;
}
.comSideBox .filterBtn .icon {
    display: block;
    width: 17px;
    height: 4px;
    position: relative;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
    opacity: .8;
}
.comSideBox .filterBtn .icon:before,
.comSideBox .filterBtn .icon:after {
    content: "";
    width: 2.5px;
    height: 2.5px;
    display: block;
    border: solid 1px #222;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -2.5px;
    left: 3px;
    transition: .3s;
}
.comSideBox .filterBtn .icon:after {
	bottom: auto;
	top: -2.5px;
	right: 3px;
	left: auto;
}
.comSideBox .filterBtn a {
    padding-left: 7px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.04em;
    vertical-align: top;
    font-weight: 700;
}
@media screen and (max-width: 999px) {
	.comSideBox .filterBtn {
		margin-top: 0;
		width: 56px;
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 99;
		padding: 0;
		height: 56px;
		display: block;
	}
	.comSideBox .filterBtn .icon {
		z-index: 1;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		top: 19px;
	}
	#main .comSideBox .filterBtn a {
		padding: 30px 5px 5px;
		display: block;
		position: relative;
		left: 0;
		bottom: 0;
		font-size: 1.1rem;
		text-align: center;
		letter-spacing: 0.02em;
		background-size: 24px auto;
		background-position: center top 13px;
		background-color: #ddd;
	}
}

/*------------------------------------------------------------
	comNaviBox
------------------------------------------------------------*/
.comNaviBox .naviTtl {
	margin-bottom: 19px;
    padding-bottom: 7px;
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.55rem;
    letter-spacing: 0.01em;
    text-align: left;
    border-bottom: 1px solId rgba(0, 0, 0, .15);
    position: relative;
}
.comNaviBox .naviList {
	overflow: hidden;
}
.comNaviBox .naviList li {
	line-height: 2.3;
}
.comNaviBox .naviList .item {
	float: left;
}
.comNaviBox .naviList a {
	display: inline-block;
	color: #222;
	font-size: 1.2rem;
	letter-spacing: 0.03em;
	text-align: left;
	font-feature-settings: normal;
	font-family: 'Open Sans', 'Noto sans JP', sans-serif;
}
.comNaviBox .column02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comNaviBox .naviBox02 .column02 {
	justify-content: flex-start;
}
.comNaviBox .column02 li {
	width: 44%;
}
.comNaviBox .btmNavi .naviList.other li {
	margin-right: 22px;
}
.comNaviBox .btmNavi .other a {
	font-size: 1.1rem;
}
.comNaviBox .insBox {
	margin-bottom: 33px;
	text-align: right;
}
.comNaviBox .insBox a {
	padding: 5px 30px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 1.1rem;
	letter-spacing: 0.01em;
	background: url(../img/common/icon_ins.svg) no-repeat right center / 21px 21px;
	transition: .2s;
}
.fInner .comNaviBox .insBox {
	position: absolute;
	top: 0;
}
.fInner .comNaviBox .insBox a {
	padding-left: 0;
}
.comNaviBox .insBox a:hover {
    background-image: url(../img/common/icon_ins02.png);
}
.comNaviBox .comBtn a {
	padding: 8px 5px 13px;
	width: 176px;
	display: block;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.55rem;
	letter-spacing: 0.02em;
	text-align: center;
	box-sizing: border-box;
	background: #242424;
}
.comNaviBox .comBtn a small {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.4;
	font-feature-settings: normal;
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 1000px) {
	.comNaviBox .topNavi {
		margin-bottom: 20px;
		display: flex;
	}
	.fInner .comNaviBox .topNavi {
		margin-bottom: 50px;
	}
	.comNaviBox .topNavi .naviBox,
	.comNaviBox .btmNavi .area {
		margin-left: 34px;
		width: 135px;
	}
	.menuBox .comNaviBox .topNavi .naviBox,
	.menuBox .comNaviBox .btmNavi .area {
		opacity: 0;
		transition: .5s;
		transform: translateY(-10px);
		overflow: hidden;
	}
	.menuBox.on .naviBox.naviBox,
	.menuBox.on .comNaviBox .btmNavi .area {
		opacity: 1;
		transition: opacity 1s .1s, transform .8s .1s;
		transform: translate(0);
	}
	.menuBox.on .naviBox.naviBox:nth-of-type(2) {
		transition-delay: .2s;
	}
	.menuBox.on .naviBox.naviBox:nth-of-type(3) {
		transition-delay: .3s;
	}
	.menuBox.on .naviBox.naviBox:nth-of-type(4),
	.menuBox.on .comNaviBox .btmNavi .area:nth-of-type(1) {
		transition-delay: .4s;
	}
	.menuBox.on .naviBox.naviBox:nth-of-type(5),
	.menuBox.on .comNaviBox .btmNavi .area:nth-of-type(2) {
		transition-delay: .5s;
	}
	.comNaviBox .naviTtl:after {
		content: "";
		width: 0;
		height: 1px;
		background: rgba(34, 34, 34, .6);
		position: absolute;
		left: 0;
		bottom: -1px;
		transition: .4s;
		opacity: 0;
	}
	.comNaviBox .area:hover .naviTtl:after {
		width: 100%;
		opacity: 1;
	}
	.comNaviBox .topNavi .naviBox01 {
		margin-left: 0;
		width: 238px;
	}
	.comNaviBox .topNavi .naviBox02 {
		width: 200px;
	}
	.comNaviBox .naviList a:hover {
		opacity: 0.5;
	}
	.pad .comNaviBox a:hover {
		opacity: 1;
	}
	.comNaviBox .btmNavi {
		display: flex;
        align-items: flex-end;
		justify-content: space-between;
		position: relative;
	}
	.menuBox .comNaviBox .btmNavi .other {
		opacity: 0;
		transition: .5s;
	}
	.menuBox.on .btmNavi .other {
		opacity: 1;
		transition: 1.2s .6s;
	}
	.comNaviBox .btmNavi .naviList {
		/* width: calc(100% - 200px); */
		margin: 15px 0 0;
		display: flex;
	}
	.comNaviBox .naviList .item01 {
		margin-left: 36px;
	}
	.comNaviBox .naviList .item02 {
		width: 100%;
	}
	.comNaviBox .comBtn a:hover .txt span {
		transition: .8s;
	}
	.comNaviBox .btmNavi .area:first-child {
		margin: 0;
	}
	.comNaviBox .btmNavi .linkBox {
		display: flex;
		width: 304px;
		justify-content: space-between;
	}
}
@media screen and (max-width: 999px) {
	.comNaviBox .naviTtl {
		padding: 14px 20px 14px 0;
		margin-bottom: 0;
		position: relative;
		letter-spacing: 0.03em;
		font-size: 1.5rem;
	}
	.comNaviBox .naviTtl a {
		pointer-events: none;
	}
	.comNaviBox .naviTtl::before,
	.comNaviBox .naviTtl::after {
		position: absolute;
		right: 0;
		top: 50%;
		width: 11px;
		height: 1px;
		background-color: #666;
		transition: all .3s ease;
		content: "";
	}
	.comNaviBox .naviTtl::after {
		transform: rotate(90deg);
	}
	.comNaviBox .naviTtl.on:after {
		transform: rotate(180deg);
		opacity: 0;
	}
	.comNaviBox .naviList a {
		letter-spacing: 0.02em;
		font-size: 1.3rem;
		line-height: 2.5;
	}
	.comNaviBox .topNavi {
		border-top: 2px solid #222;
	}
	.comNaviBox .naviList:not(.other) {
		padding: 10px 0 32px;
		display: none;
	}
	.comNaviBox .naviList .item {
		width: 44%;
	}
	.comNaviBox .naviList .item01 {
		width: 45%;
	}
	.comNaviBox .naviList .item02 {
		width: auto;
	}
	.comNaviBox .naviList .item02.sp {
		width: 56%;
	}
	.comNaviBox .column02 li {
		width: 100%;
	}
	.comNaviBox .btmNavi {
		display: flex;
		flex-direction: column;
		padding: 0 0 40px;
	}
	.comNaviBox .btmNavi .other {
		margin: 46px -15px 16px 0;
		columns: 2;
		order: 1;
	}
	.comNaviBox .btmNavi .other li {
		margin: 0 0 2px;
	}
	.comNaviBox .btmNavi .other a {
		font-size: 1.2rem;
	}
	.comNaviBox .linkBox {
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.comNaviBox .btmNavi .area {
		width: 100%;;
	}
	.comNaviBox .insBox {
		margin-bottom: 0;
	}
	.comNaviBox .insBox a {
		padding: 5px 28px 5px 0;
	}
	.comNaviBox .banner a {
		padding: 8px 5px 10px;
		width: 156px;
		font-weight: 700;
		font-size: 1.45rem;
		letter-spacing: 0.03em;
	}
	.comNaviBox .banner a small {
		letter-spacing: 0;	
	}
	.comNaviBox .insBox {
		order: 2;
		text-align: left;
		margin: -5px 0 0;
	}
	.fInner .comNaviBox .insBox {
		position: static;
	}
}
@media screen and (max-width: 374px) {
	.comNaviBox .banner a {
		width: 145px;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
.mailForm {
	padding-top: 11px;
}
.mailForm .note {
	margin-bottom: 43px;
	font-size: 1.1rem;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 0.08em;
	text-align: right;
}
.mailForm .note span {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.mailForm .note span::before {
	position: absolute;
	left: -9px;
	top: -2px;
	color: #a53838;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	content: '*';
}
.mailForm .tableBox {
	margin: 0 auto 10px;
	width: 720px;
}
.mailForm table {
	width: 100%;
	border-collapse: collapse;
}
.mailForm table th,
.mailForm table td {
	padding: 24px 10px 10px 0;
	width: 26%;
	color: #222;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.71;
	letter-spacing: 0.04em;
	font-feature-settings: normal;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
}
.mailForm table th.thStyle01,
.mailForm table td.tdStyle01 {
	padding-bottom: 23px;
}
.mailForm table th.thStyle02 {
	padding-top: 25px;
}
.mailForm table th.thStyle05 {
	padding-top: 14px;
}
.mailForm .wpcf7-not-valid-tip {
	font-size: 1.1rem;
    margin: 4px 0 0;
}
.mailForm .a-upload .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
	top: 100%;
}
.mailForm table td {
	padding: 18px 0 20px;
	width: 75.29%;
}
.mailForm table td.tdStyle02 {
	padding: 22px 0 33px;
}
.mailForm table td.tdStyle03 {
	padding: 27px 0 33px;
}
.mailForm table textarea,
.mailForm table select,
.mailForm table input[type="text"],
.mailForm table input[type="email"],
.mailForm table input[type="tel"],
.mailForm table input[type="text"],
.mailForm table input[type="checkbox"] {
	padding: 5px 12px;
	width: 100%;
	height: 38px;
	color: #222;
	font-size: 1.2rem;
	font-weight: 400;
	font-feature-settings: normal;
	letter-spacing: 0.08em;
	text-align: left;
	box-sizing: border-box;
	border-radius: 0;
	border: none;
	box-shadow: none;
	background: #f7f7f7;
	appearance: none;
}
.mailForm table input::-webkit-input-placeholder,
.mailForm table textarea::-webkit-input-placeholder {
	color: rgba(34,34,34,0.4);
}
.mailForm table input:-moz-placeholder,
.mailForm table textarea:-moz-placeholder {
	color: rgba(34,34,34,0.4);
}
.mailForm table input::-moz-placeholder,
.mailForm table textarea::-moz-placeholder {
	color: rgba(34,34,34,0.4);
}
.mailForm table input:-ms-input-placeholder,
.mailForm table textarea:-ms-input-placeholder {
	color: rgba(34,34,34,0.4);
}
.mailForm table select {
	padding: 0 20px 0 0;
	position: relative;
	width: 303px;
	height: 28px;
	color: rgba(34,34,34,0.6);
	letter-spacing: 0.04em;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	background: url(../img/common/icon09.png) no-repeat right top calc(50% + 2px) / 9px auto;
	background-color: #fff;
}
.mailForm table select.on {
	color: #333;
}
.mailForm table textarea {
	height: 174px;
	resize: vertical;
	vertical-align: top;
}
.mailForm table textarea.small {
	height: 80px;
}
.mailForm table th .txt {
	padding-right: 10px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.mailForm table th .must {
	position: absolute;
	right: 0;
	top: 1px;
	color: #a53838;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}
.mailForm table input.wid01 {
	margin-right: 5px;
	width: 150px;
}
.mailForm table input.wid02 {
	width: 80px;
}
.mailForm table input.wid03 {
	width: 85px;
}
.mailForm table select.wid04 {
	width: 144px;
	font-size: 1.2rem;
}
.mailForm table select.wid05 {
	width: 179px;
}
.mailForm table td .line {
	margin: 0 8px;
	color: rgba(34,34,34,0.6);
	font-size: 1.2rem;
}
.mailForm table td .txt {
	margin-left: 10px;
	color: rgba(34,34,34,0.4);
	font-size: 1.2rem;
	letter-spacing: 0.08em;
	vertical-align: 2px;
}
.mailForm table td .zipTxt {
	margin: 0 -18px 0 24px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.27;
	letter-spacing: 0.03em;
	vertical-align: -3px;
}
.mailForm table td .zipTxt small {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.73;
	letter-spacing: 0.03em;
	vertical-align: 2px;
}
.mailForm table td .zipTxt select {
    width: 220px;
    color: #333 !important;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: 0.03em;
    background: none;
    border-bottom: none;
    padding: 0;
}
.mailForm table td .zipTxt select {
	cursor: default;
	pointer-events: none;
}
.mailForm table td .noteTxt {
	margin: 14px 0 5px;
	font-size: 1.1rem;
	line-height: 1.73;
	letter-spacing: 0.03em;
}
.mailForm table .agree input {
	display: none;
}
.mailForm table .agree input + span {
	padding: 11px 0 12px 26px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
}
.mailForm table .agree input + span::before {
	width: 17px;
	height: 17px;
	position: absolute;
	left: 0;
	top: 12px;
	background-color: #ddd;
	content: '';
	transition: .3s;
}
.mailForm table .agree input:checked + span::before {
	background-color: #222;
}
.mailForm table .link {
	color: #222;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
}
.mailForm table .link a {
	text-decoration: underline;
}
.mailForm .submit {
	margin: -20px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.mailForm .submit li {
	margin: 20px 10px;
	width: 306px;
}
.mailForm .submit input[type="submit"] {
	width: 100%;
	height: 63px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 0.2em;
	border-radius: 0;
	box-shadow: none;
	border: none;
	appearance: none;
	background: #222;
	cursor: pointer;
}
.mailForm .slideDl {
	margin: 0 auto 95px;
	width: 700px;
}
.mailForm .slideDl > dt {
	padding: 13px 60px 12px 22px;
	position: relative;
	font-size: 1.4rem;
	font-weight: 400;
	font-feature-settings: normal;
	letter-spacing: 0.05em;
	background-color: rgba(34,34,34,0.15);
	cursor: pointer;
}
.mailForm .slideDl > dt::before,
.mailForm .slideDl > dt::after {
	width: 13px;
	height: 1px;
	position: absolute;
	right: 22px;
	top: 50%;
	background-color: #222;
	content: '';
}
.mailForm .slideDl > dt::after {
	transform: rotate(90deg);
	transition: .3s;
}
.mailForm .slideDl > dt.on::after {
	transform: rotate(180deg);
}
.mailForm .slideDl > dd {
	padding: 23px 46px 41px;
	display: none;
	background: #F7F7F7;
}
.mailForm .tableBox.table01 {
	width: 100%;
}
.mailForm .tableBox.table01 input {
	background-color: #fff;
}
.mailForm .tableBox.table01 th {
	padding-top: 23px;
	width: 25.8%;
}
.mailForm .tableBox.table01 th.thStyle03 {
	font-size: 1.1rem;
	font-weight: 400;
	line-height: 1.82;
}
.mailForm .tableBox th.thStyle04 {
	padding-top: 21px;
}
.mailForm .tableBox.table01 td {
	padding: 16px 0 17px;
	width: 74.2%;
}
.mailForm .tableBox.table01 td.tdStyle04 {
	padding-bottom: 7px;
}
.mailForm .tableBox.table01 td.tdStyle05 {
	padding-bottom: 27px;
}
.mailForm .tableBox.table01 td.tdStyle06 {
	padding: 23px 0 17px;
}
.mailForm .tableBox td.tdStyle07 {
	padding: 22px 0 17px;
}
.mailForm .tableBox td.tdStyle08 {
	padding: 24px 0 18px;
}
.mailForm .tableBox.table01 td select {
	width: 179px;
	background-color: transparent;
}
.mailForm .tableBox td .modelTxt {
	margin-top: 6px;
	font-size: 1.1rem;
	line-height: 1.73;
	letter-spacing: 0.03em;
}
.mailForm .tableBox td .modelTxt a {
	display: inline-block;
	vertical-align: top;
	text-decoration: underline;
}
.mailForm .tableBox td .modelTxt a[target="_blank"] {
	padding-right: 13px;
	background: url(../img/common/icon13.png) no-repeat right top calc(50% + 2px) / 10px auto;
}
.mailForm .tableBox td .text {
	margin: 7px -10px 41px 0;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.83;
	letter-spacing: 0.03em;
}
.mailForm .tableBox td .pho {
	margin: 0 0 30px -7px;
	width: 418px;
}
.mailForm .formBorder {
	margin: 0 auto 40px;
	padding: 33px 60px 37px;
	width: 720px;
	box-sizing: border-box;
	border: 1px dotted rgba(34,34,34,0.3);
}
.mailForm .formBorder .tableBox {
	width: auto;
}
.mailForm .privacyTxt {
	text-align: center;
	font-size: 13px;
	margin-bottom: 35px;
	font-family: 'Noto Sans JP', sans-serif;
}
.mailForm .privacyTxt a {
	padding-bottom: 3px;
	border-bottom: 1px solid #FF0000;
}
.mailForm .privacyTxt a:hover {
	opacity: 0.5;
}
.mailForm .agree {
	margin-bottom: 68px;
	padding-left: 22px;
	font-feature-settings: normal;
	letter-spacing: 0.06em;
	text-align: center;
}
.mailForm .agree a {
	margin-right: 3px;
	padding-right: 15px;
	display: inline-block;
	background: url(../img/common/icon13.png) no-repeat right top 5px / 10px auto;
	text-decoration: underline;
	vertical-align: top;
}
.mailForm .agree input {
	display: none;
}
.mailForm .agree input + span {
	margin-top: 15px;
	padding: 0 20px 0 23px;
	display: inline-block;
	position: relative;
	color: #222;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	vertical-align: top;
	cursor: pointer;
}
.mailForm .agree input + span::before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 4px;
	background: #ddd;
	content: '';
}
.mailForm .agree input + span::after {
	width: 10px;
	height: 8px;
	position: absolute;
	left: 2px;
	top: 7px;
	background: url(../img/common/icon15.png) no-repeat center center / 100% auto;
	content: '';
	transition: .3s;
	opacity: 0;
}
.mailForm .agree input:checked + span::after {
	opacity: 1;
}

.fileDl {
	margin-bottom: 17px;
	display: flex;
}
.fileDl:last-of-type {
	margin-bottom: 0;
}
.fileDl dt {
	padding-top: 4px;
	flex-shrink: 0;
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.fileDl dd {
	padding-left: 26px;
}
.a-upload {
	position: relative;
	display: inline-block;
}
.a-upload:has(.wpcf7-not-valid-tip) {
	margin-bottom: 15px;
}
.a-upload .upBox {
	width: 143px;
	display: none;
}
.a-upload .fileerrorTip {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 124px;
	height: 30px;
	font-size: 1.1rem;
	background: #fff;
	border: 1px solid #dedede;
	box-sizing: border-box;
}
.a-upload img {
	width: 143px;
}
.a-upload .showFileName {
	margin-top: 1px;
	display: block;
	color: rgba(34,34,34,0.5);
	font-size: 1rem;
	font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}
.a-upload input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	font-size: 0;
	opacity: 0;
}
.mailForm .tableBox.table02 th {
	width: 32.4%;
}
.mailForm .tableBox.table02 td {
	width: 67.6%;
}
.mailForm .radioList {
	margin-top: -4px;
	display: flex;
	flex-wrap: wrap;
}
.mailForm .radioList .wpcf7-list-item,
.mailForm .radioList li {
	margin: 4px 23px 0 0;
}
.mailForm .radioList .wpcf7-list-item:last-of-type,
.mailForm .radioList li:last-of-type {
	margin-right: 0;
}
.mailForm .radioList input {
	display: none;
}
.mailForm .radioList input + span {
	padding-left: 17px;
	position: relative;
	display: inline-block;
	color: #222;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	vertical-align: top;
	cursor: pointer;
}
.mailForm .radioList input + span::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
	background-color: #ddd;
	content: '';
}
.mailForm .radioList input + span::after {
	width: 6px;
	height: 6px;
	position: absolute;
	left: 3px;
	top: 8px;
	border-radius: 50%;
	background-color: #000;
	content: '';
	transition: .3s;
	opacity: 0;
}
.mailForm .radioList input:checked + span::after {
	opacity: 1;
}
.mailForm .tableBox .checkList {
	margin: -4px -20px 0 0;
	display: flex;
	flex-wrap: wrap;
}
.mailForm .tableBox .checkList .wpcf7-list-item,
.mailForm .tableBox .checkList li {
	margin: 4px 21px 0 0;
}
.mailForm .tableBox .checkList .wpcf7-list-item:last-of-type,
.mailForm .tableBox .checkList li:last-of-type {
	margin-right: 0;
}
.mailForm .tableBox .checkList input {
	display: none;
}
.mailForm .tableBox .checkList input + span {
	padding-left: 17px;
	display: inline-block;
	position: relative;
	color: #222;
	font-size: 1.3rem;
	letter-spacing: 0.04em;
	vertical-align: top;
	cursor: pointer;
}
.mailForm .tableBox .checkList input + span::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 5px;
	background-color: #ddd;
	content: '';
}
.mailForm .tableBox .checkList input + span::after {
	width: 10px;
	height: 8px;
	position: absolute;
	left: 1px;
	top: 7px;
	background: url(../img/common/icon15.png) no-repeat center center / 100% auto;
	content: '';
	transition: .3s;
	opacity: 0;
}
.mailForm .tableBox .checkList input:checked + span::after {
	opacity: 1;
}
.mailForm table.wid01 {
	margin: 0 auto 82px;
	width: 700px;
}
.mailForm table.wid01 th {
	width: 52%;
}
.mailForm table.wid01 td {
	padding-top: 26px;
	width: 48%;
}
.mailForm .submitList li {
	margin: 0 auto 20px;
	width: 351px;
	position: relative;
}
.mailForm .submitList .wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.mailForm .submitList li:last-of-type {
	margin-bottom: 0;
}
.mailForm .submitList input {
	width: 100%;
	height: 63px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.16em;
	border: none;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	background: #222;
	appearance: none;
	cursor: pointer;
	transition: .3s;
}
.mailForm .submitList .list01 input {
	padding: 5px 10px 5px 35px;
	color: #222;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
	background: url(../img/common/icon16.png) no-repeat left 100px center / 8px auto;
	background-color: #fff;
}
.mailForm .submit_note {
	text-align: center;
    letter-spacing: 0.8px;
    font-size: 1.12rem;
    margin: 20px 0 0;
	transition: .3s;
	opacity: 0;
	color: #dc3232;
}
.mailForm .submit_note.visible {
	opacity: 1;
}
@media screen and (min-width: 1000px) {
	.mailForm table .link a:hover {
		opacity: 0.5;
	}
	.pad .mailForm table .link a:hover {
		opacity: 1;
	}
	.mailForm .submit input[type="submit"]:hover {
		opacity: 0.5;
	}
	.pad .mailForm .submit input[type="submit"]:hover {
		opacity: 1;
	}
	.mailForm .agree a:hover {
		opacity: 0.5;
	}
	.pad .mailForm .agree a:hover {
		opacity: 1;
	}
	.mailForm .submitList input:hover {
		opacity: 0.7;
	}
	.pad .mailForm .submitList input:hover {
		opacity: 1;
	}
	.mailForm .tableBox td .modelTxt a:hover {
		opacity: 0.5;
	}
}
@media screen and (max-width: 999px) {
	.mailForm {
		padding-top: 12px;
	}
	.mailForm .note {
		margin: 0 -14px 15px 0;
		letter-spacing: 0.03em;
	}
	.mailForm .note span {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	.mailForm .note span::before {
		left: -8px;
	}
	.mailForm .tableBox {
		margin: 0 auto 30px;
		width: auto;
	}
	.mailForm table {
		width: 100%;
		border-collapse: collapse;
	}
	.mailForm table th,
	.mailForm table td {
		margin-bottom: 7px;
		padding: 0;
		width: 100%;
		font-size: 1.3rem;
		display: block;
		letter-spacing: 0.04em;
	}
	.mailForm table th.thStyle01 {
		margin-bottom: 2px;
		padding-bottom: 0;
	}
	.mailForm table th.thStyle05,
	.mailForm table th.thStyle02 {
		padding: 7px 0 0;
	}
	.mailForm table td {
		margin-bottom: 30px;
		padding: 0;
		width: 100%;
	}
	.mailForm table tr:last-of-type td {
		margin-bottom: 0;
	}
	.mailForm table td.tdStyle01 {
		margin-bottom: 30px;
		padding-bottom: 0;
	}
	.mailForm table td.tdStyle02 {
		margin-bottom: 32px;
		padding: 0;
	}
	.mailForm table td.tdStyle03 {
		padding: 0;
	}
	.mailForm table td .zipTxt {
        margin: 10px 0 0 0px;
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}
	.mailForm table td .zipTxt small {
		margin-bottom: -2px;
		display: block;
	}
	.mailForm table td .zipTxt .wpcf7-form-control-wrap select,
	.mailForm table td .zipTxt select.zip {
		font-size: 1.4rem;
	}
	.mailForm table textarea,
	.mailForm table select,
	.mailForm table input[type="text"],
	.mailForm table input[type="email"],
	.mailForm table input[type="tel"],
	.mailForm table input[type="text"],
	.mailForm table input[type="checkbox"] {
		padding: 5px 10px;
		height: 34px;
		line-height: 1.2;
	}
	.mailForm table select {
		padding: 0 20px 0 0;
		height: 28px;
		width: auto;
	}
	.mailForm table textarea {
		height: 111px;
	}
	.mailForm table th .txt {
		padding-right: 9px;
	}
	.mailForm table th .must {
		top: 0;
	}
	/* .mailForm table .flexList select.wid04 {
		margin-top: -9px;
	} */
	.mailForm table select.wid04 {
		margin: 0 20px 0 0;
	}
	.mailForm table input.wid01 {
		margin-right: 5px;
		width: calc((100% - 5px) / 2);
	}
	.mailForm table input.wid01:last-of-type {
		margin-right: 0;
	}
	.mailForm table input.wid02 {
		width: 18.15%;
	}
	.mailForm table input.wid03 {
		width: 26.15%;
	}
	.mailForm table .errorList .flexList {
		justify-content: flex-start;
	}
	.mailForm .AreaGroup .flexList {
		flex-direction: column;
		align-items: flex-start;
	}
	.mailForm table .errorList .wpcf7-form-control-wrap {
		width: 26.15%;
	}
	.mailForm table .errorList .wpcf7-form-control-wrap:first-of-type {
		width: 18.15%;
	}
	.mailForm table .errorList .wpcf7-form-control-wrap input {
		width: 100% !important;
	}
	.mailForm table .errorList .subCheckList .wpcf7-form-control-wrap {
		width: 100% !important;
	}
	.mailForm table .line {
		margin: 0 1px;
	}
	.mailForm table td .line {
		margin: 0 5px;
	}
	.mailForm table td .txt {
		margin: 0 -15px 0 10px;
		display: inline-block;
		font-size: 1.1rem;
		letter-spacing: 0.02em;
		vertical-align: 0;
	}
	.mailForm table .agree input + span {
		padding: 15px 0 12px 26px;
		max-width: 120px;
		box-sizing: border-box;
	}
	.mailForm table .agree input + span::before {
		top: 16px;
	}
	.mailForm table td .noteTxt {
		margin: 10px 0 43px;
		line-height: 1.55;
		letter-spacing: 0.02em;
	}
	.mailForm table .link {
		margin: -31px 0 0 auto;
		width: calc(100% - 126px);
		font-size: 1.2rem;
		line-height: 1.58;
		letter-spacing: 0.01em;
	}
	.mailForm .submit {
		margin: 0;
		display: block;
	}
	.mailForm .submit li {
		margin: 0 auto 10px;
		width: auto;
		max-width: 450px;
	}
	.mailForm .submit li:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .submit input[type="submit"] {
		height: 58px;
		font-size: 1.4rem;
		letter-spacing: 0.1em;
	}
	.mailForm .slideDl {
		margin: 0 -2.5rem 66px;
		width: auto;
	}
	.mailForm .slideDl > dt {
		padding: 11px 60px 10px 25px;
		font-size: 1.3rem;
		font-weight: 400;
		font-feature-settings: normal;
		letter-spacing: 0.05em;
		background-color: rgba(34,34,34,0.15);
	}
	.mailForm .slideDl > dd {
		padding: 30px 25px 40px;
	}
	.mailForm .tableBox.table01 {
		width: 100%;
	}
	.mailForm .tableBox.table01 input {
		background-color: #fff;
	}
	.mailForm .tableBox.table01 th {
		padding-top: 0;
		width: 100%;
	}
	.mailForm .tableBox.table01 th .txt.size01 {
		font-size: 1.4rem;
	}
	.mailForm .tableBox.table01 th.thStyle03 {
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1.82;
	}
	.mailForm .tableBox th.thStyle04 {
		padding-top: 0;
	}
	.mailForm .tableBox.table01 td {
		padding: 0;
		width: 100%;
	}
	.mailForm .tableBox.table01 td.tdStyle04 {
		padding-bottom: 0;
	}
	.mailForm .tableBox.table01 td.tdStyle05 {
		margin-bottom: 35px;
		padding-bottom: 0;
	}
	.mailForm .tableBox.table01 td.tdStyle06 {
		padding: 23px 0 0;
	}
	.mailForm .tableBox td.tdStyle07 {
		padding: 0;
	}
	.mailForm .tableBox td.tdStyle08 {
		padding: 24px 0 18px;
	}
	.mailForm .tableBox.table01 td select {
		width: 179px;
		background-color: transparent;
	}
	.mailForm .tableBox td .modelTxt {
		display: none;
	}
	.mailForm .tableBox td .text {
		margin: 15px 0 33px;
		line-height: 1.67;
		letter-spacing: 0.02em;
	}
	.mailForm .tableBox td .pho {
		margin: 0 -6px 30px 0px;
		width: auto;
	}
	.mailForm .formBorder {
		margin: 0 -14px 71px;
		padding: 36px 22px 45px;
		width: auto;
	}
	.mailForm .formBorder .tableBox {
		margin-bottom: 0;
		width: auto;
	}
	.mailForm .formBorder .tableBox table {
		margin-bottom: 30px;
	}
	.mailForm .formBorder .tableBox table:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .privacyTxt {
		text-align: center;
		font-size: 13px;
		margin-bottom: 35px;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.mailForm .privacyTxt a {
		padding-bottom: 3px;
		border-bottom: 1px solid #FF0000;
	}
	.mailForm .privacyTxt a:hover {
		opacity: 0.5;
	}
	.mailForm .agree {
		margin-bottom: 38px;
		padding-left: 22px;
		font-size: 1.3rem;
		font-feature-settings: normal;
		letter-spacing: 0.06em;
		text-align: center;
	}
	.mailForm .agree a {
		margin-right: 3px;
		padding-right: 15px;
		background: url(../img/common/icon13.png) no-repeat right top 5px / 10px auto;
	}
	.mailForm .agree input + span {
		margin-top: 17px;
		padding: 0 20px 0 23px;
		font-size: 1.4rem;
	}
	
	.fileDl {
		margin-bottom: 16px;
		display: flex;
	}
	.fileDl:last-of-type {
		margin-bottom: 0;
	}
	.fileDl dt {
		padding-top: 4px;
		flex-shrink: 0;
		font-size: 1.3rem;
		font-weight: 700;
		letter-spacing: 0.06em;
	}
	.fileDl dd {
		padding-left: 26px;
	}
	.a-upload {
		position: relative;
		display: inline-block;
	}
	.a-upload .upBox {
		width: 143px;
		display: none;
	}
	.a-upload .fileerrorTip {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 124px;
		height: 30px;
		font-size: 1.1rem;
		background: #fff;
		border: 1px solid #dedede;
		box-sizing: border-box;
	}
	.a-upload img {
		width: 143px;
	}
	.a-upload .showFileName {
		margin-top: 1px;
		display: block;
		color: rgba(34,34,34,0.5);
		font-size: 1rem;
		font-weight: 400;
		font-family: 'Open Sans', sans-serif;
	}
	.a-upload input[type="file"] {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 11;
		font-size: 0;
		opacity: 0;
	}
	.mailForm .tableBox.table02 th {
		width: 100%;
		font-size: 1.4rem;
	}
	.mailForm .tableBox.table02 td {
		width: 100%;
	}
	.mailForm .tableBox.table02 .trStyle01 th,
	.mailForm .tableBox.table02 .trStyle01 td {
		width: auto;
		display: inline-block;
		vertical-align: top;
	}
	.mailForm .tableBox.table02 .trStyle01 td {
		margin: -1px 0 25px 10px;
		width: 150px;
	}
	.mailForm .tableBox.table02 .trStyle01 td select {
		width: 100%;
	}
	.mailForm .radioList {
		margin-top: -3px;
		display: flex;
		flex-wrap: wrap;
	}
	.mailForm .radioList .wpcf7-list-item,
	.mailForm .radioList li {
		margin: 5px 21px 0 0;
	}
	.mailForm .radioList .wpcf7-list-item:last-of-type,
	.mailForm .radioList li:last-of-type {
		margin-right: 0;
	}
	.mailForm .radioList input {
		display: none;
	}
	.mailForm .radioList input + span {
		padding-left: 17px;
		font-size: 1.2rem;
	}
	.mailForm .tableBox .checkList {
		margin: -4px 0 0 2px;
	}
	.mailForm .tableBox .checkList .wpcf7-list-item,
	.mailForm .tableBox .checkList li {
		margin: 5px 21px 0 0;
	}
	.mailForm .tableBox .checkList .wpcf7-list-item:last-of-type,
	.mailForm .tableBox .checkList li:last-of-type {
		margin-right: 0;
	}
	.mailForm .tableBox .checkList input {
		display: none;
	}
	.mailForm .tableBox .checkList input + span {
		padding-left: 17px;
		display: inline-block;
		position: relative;
		color: #222;
		font-size: 1.2rem;
	}
	.mailForm .tableBox .checkList input + span::before {
		width: 12px;
		height: 12px;
		position: absolute;
		left: 0;
		top: 4px;
		background-color: #ddd;
		content: '';
	}
	.mailForm .tableBox .checkList input + span::after {
		width: 10px;
		height: 8px;
		position: absolute;
		left: 1px;
		top: 7px;
		background: url(../img/common/icon15.png) no-repeat center center / 100% auto;
		content: '';
		transition: .3s;
		opacity: 0;
	}
	.mailForm .tableBox .checkList input:checked + span::after {
		opacity: 1;
	}
	.mailForm .tableBox table.wid01 th {
		margin-bottom: 10px;
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.46;
	}
	.mailForm .tableBox table.wid01 td {
		padding-top: 0;
		width: 100%;
	}
	.mailForm .submitList li {
		margin: 0 auto 20px;
		width: auto;
		max-width: 325px;
	}
	.mailForm .submitList li:last-of-type {
		margin-bottom: 0;
	}
	.mailForm .submitList input {
		width: 100%;
		height: 55px;
		font-size: 1.4rem;
		letter-spacing: 0.12em;
	}
	.mailForm .submitList .list01 input {
		padding: 5px 10px 5px 35px;
		color: #222;
		font-size: 1.3rem;
		letter-spacing: 0.06em;
		background: url(../img/common/icon16.png) no-repeat left 100px center / 8px auto;
		background-color: #fff;
	}
	.mailForm table.wid01 {
		width: 100%;
	}
	.mailForm table.wid01 th,
	.mailForm table.wid01 td {
		width: 100%;
	}
	.mailForm table.wid01 td {
		padding-top: 0;
	}
}
@media screen and (max-width: 374px) {
	.mailForm table input.wid03 {
		width: 23%;
	}
	.mailForm table .agree input + span {
		max-width: 90px;
	}
	.mailForm table .link {
		width: calc(100% - 100px);
	}
	.mailForm .agree {
		font-size: 1.1rem;
	}
	.mailForm table td .zipTxt small {
		font-size: 1rem;
	}
	.mailForm .tableBox table.wid01 th {
		font-size: 1.2rem;
	}
	.mailForm table .errorList .wpcf7-form-control-wrap:first-of-type {
		width: 14.15%;
	}
	.mailForm table .errorList .wpcf7-form-control-wrap {
		width: 20.15%;
	}
	.mailForm table td .zipTxt select {
		width: 100%;
	}
}
/*------------------------------------------------------------
	
------------------------------------------------------------*/
.comFilter {
	padding: 0 44px;
	position: fixed;
	left: 0;
	top: 0;
	width: 23.79%;
	height: 100%;
	background-color: #DDD;
	box-sizing: border-box;
	transition: all 0.5s;
	z-index: 9999999;
    transform: translateX(-20%);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: transform .5s , opacity .3s, visibility .3s;
}
.comFilter .innerBox {
    padding: 0 0 30px;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.comFilter.show {
    opacity: 1;
    transform: translateX(0);
    visibility: inherit;
    pointer-events: inherit;
    transition: transform .4s, opacity .5s, visibility .5s;
}
.comFilter .filterClose {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 19px;
    top: 19px;
    z-index: 2;
    cursor: pointer;
}
.comFilter .filterClose::after,
.comFilter .filterClose::before {
    width: 25px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #222;
    content: '';
    transition: .3s;
}
/* .comFilter .filterClose::after {
	top: 20px;
} */
.comFilter .filterClose::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.comFilter .filterClose:hover::after, .comFilter .filterClose:hover::before {
    width: 21px;
}
.comFilter .filterClose__bg {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.08);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	transition: .4s;
    opacity: 0;
}
.comFilter .filterClose:hover .filterClose__bg {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.2);
	transition: .4s;
}
.comFilter .filterTtl {
	margin-bottom: 8vh;
	font-size: 2.8rem;
	font-weight: 300;
	letter-spacing: 0.04em;
	opacity: 0;
    transition: .3s;
}
.comFilter.show .filterTtl {
    opacity: 1;
	transition: 1s .1s;
}
.comFilter .filterList  {
	margin-bottom: 8vh;
}
.comFilter .filterList,
.comFilter .link  {
	opacity: 0;
    transition: .2s;
}
.comFilter.show .filterList,
.comFilter.show .link {
    opacity: 1;
	transition: 1s .25s;
}
.comFilter.show .link {
	transition: 1s .4s;
}
.comFilter .filterList li:not(:last-of-type) {
	margin-bottom: 15px;
}
.comFilter .filterList input {
	display: none;
}
.comFilter .filterList input + span {
	padding-left: 23px;
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.42;
    letter-spacing: 0.03em;
    vertical-align: top;
    cursor: pointer;
    font-family: "Open Sans", sans-serif;
}
.comFilter .filterList input + span::before {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 1px;
	top: calc(50% + 1px);
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.8);
	content: '';
	transition: .3s
}
.comFilter .filterList input:checked  + span::before {
	background-color: #222;
}
.comFilter .filterList img {
    margin: 3px 5px 0 0;
    height: 14px;
    display: inline-block;
    width: 14px;
    object-fit: contain;
}
@media screen and (max-width: 999px) {
	.comFilter {
		padding: 0 10px 0 49px;
		position: fixed;
		left: auto;
		left: 0;
		top: 0;
		width: 247px;
		transform: translateX(-20%) !important;
	}
	.comFilter .innerBox {
		padding: 136px 0 80px;
		height: 100%;
		box-sizing: border-box;
		overflow-y: auto;
	}
	.comFilter.show {
		transform: translateX(0) !important;
	}
	.comFilter .filterClose {
		position: fixed;
		width: 57px;
		height: 56px;
		right: -57px;
		top: auto;
		bottom: 0;
		z-index: 10;
	}
	.comFilter .filterClose::after,
	.comFilter .filterClose::before {
		width: 20px;
		height: 2px;
	}
}
/*------------------------------------------------------------
	comNext
------------------------------------------------------------*/
.comNext {
	width: 35px;
	height: 28px;
	position: fixed;
	left: 50%;
	bottom: 0;
	overflow: hidden;
	transform: translateX(-50%);
	z-index: 29;
	/* opacity: 0; */
	transition: all ease 0.5s;
}
.comNext a {
	display: block;
	height: 100%;
}
.comNext a::after {
    width: 1px;
    height: 35px;
    position: absolute;
    left: 50%;
    background-color: rgba(255, 255, 255, .7);
    top: 0;
    transform: translateY(-100%);
    -webkit-animation: LINE 2s ease infinite;
    animation: LINE 2s ease infinite;
	content: '';
}
@keyframes LINE {
    0%   { transform: translateY(-100%); }
	30%  { transform: translateY(0%); }
	70%  { transform: translateY(0%); }	
    100% { transform: translateY(100%); }
}
.comNext.background--light a::after {
	background-color: rgba(159,159,159,0.85);
}
@media screen and (max-width: 999px) {

}
/*------------------------------------------------------------
	comBtmList
------------------------------------------------------------*/
.comBtmList {
	display: flex;
}
.comBtmList li {
	width: 50%;
}
.comBtmList a {
	display: block;
	position: relative;
}
.comBtmList .on a {
	opacity: 0.4;
	pointer-events: none;
}
.comBtmList .pho {
	overflow: hidden;
}
.comBtmList .pho .img {
	display: block;
	transition: .8s;
}
.comBtmList .pho img {
	width: 100%;
}
.comBtmList .txtBox {
	width: calc(100% - 140px);
	position: absolute;
	left: 50%;
	top: calc(50% + 2px);
	transform: translate(-50%,-50%);
	text-align: right;
}
.comBtmList .txtBox .ttl {
	margin-bottom: 18px;
	font-weight: 500;
	font-feature-settings: normal;
	letter-spacing: 0.14em;
}
.comBtmList .txtBox .title {
	margin-bottom: 30px;
	font-size: 3.7rem;
	font-weight: 300;
	line-height: 1.2;
	letter-spacing: -0.02em;
	font-family: 'Open Sans', sans-serif;
}
.comBtmList .txtBox .title .str {
	margin-bottom: -5px;
	display: block;
	font-size: 3.9rem;
	font-weight: 600;
	letter-spacing: -0.03em;
}
.comBtmList .txtBox .txt {
	font-size: 1.4rem;
	font-feature-settings: normal;
	line-height: 2;
	letter-spacing: 0.11em;
}
@media screen and (min-width: 1000px) {
	.comBtmList a:hover .pho .img {
		transform: scale(1.07);
	}
	.pad .comBtmList a:hover .pho .img {
		transform: scale(1);
	}
}
@media screen and (max-width: 999px) {
	.comBtmList .txtBox {
		width: calc(100% - 46px);
		top: auto;
		bottom: 24px;
		display: flex;
		flex-direction: column-reverse;
		transform: translate(-50%,0);
	}
	.pad .comBtmList .txtBox {
		padding: 0 11px;
		box-sizing: border-box;
		bottom: 31px;
	}
	.comBtmList .txtBox .ttl {
		margin-bottom: 0;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.comBtmList .txtBox .title {
		margin-bottom: 7px;
		font-size: 2.2rem;
	}
	.comBtmList .txtBox .title .str {
		margin-bottom: -5px;
		font-size: 2.2rem;
	}
	.pad .comBtmList .txtBox .title,
	.pad .comBtmList .txtBox .title .str {
		font-size: 3rem;
	}
	.comBtmList .txtBox .txt {
		display: none;
	}
	.pad .comBtmList .pho .img {
		height: 420px;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.wp-pagenavi {
	padding: 0 30px;
	font-size: 0;
	position: relative;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	position: relative;
	color: #121212;
	font-size: 1.55rem;
	line-height: 1.42;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding: 1px 7px 6px;
	margin: 0 5px 0 6px;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
}
.wp-pagenavi a::before,
.wp-pagenavi span::before {
	width: calc(100% - 11px);
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background-color: #121212;
	content: '';
	transition: .3s;
	opacity: 0;
}
.wp-pagenavi span.current::before {
	opacity: 1;
}
.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	width: 24px;
	height: 24px;
	position: absolute;
	left: -8px;
	top: 50%;
	transform: translateY(-50%);
}
.wp-pagenavi .nextpostslink {
	left: auto;
	right: -8px;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
	width: 15px;
	height: 1px;
	position: absolute;
	left: 0;
	top: calc(50% - 5px);
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	box-sizing: border-box;
	transform: rotate(-37deg);
	content: '';
	opacity: 1;
}
.wp-pagenavi .nextpostslink::before {
	top: calc(50% + 4px);
	left: auto;
	right: 0;
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	width: 15px;
	height: 1px;
	position: absolute;
	left: 0;
	top: calc(50% + 4px);
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	box-sizing: border-box;
	transform: rotate(37deg);
	content: '';
}
.wp-pagenavi .nextpostslink::after {
	top: calc(50% - 5px);
	left: auto;
	right: 0;
}
.wp-pagenavi .extend {
	margin-top: -5px;
	vertical-align: middle;
}
@media screen and (min-width: 1000px) {
	.wp-pagenavi a:hover::before {
		opacity: 1;
	}
	.pad .wp-pagenavi a:hover::before {
		opacity: 0;
	}
	.wp-pagenavi .previouspostslink:hover::before,
	.wp-pagenavi .nextpostslink:hover::before {
		opacity: 1;
	}
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .nextpostslink:hover {
		opacity: 0.5;
	}
	.pad .wp-pagenavi .previouspostslink:hover,
	.pad .wp-pagenavi .nextpostslink:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.wp-pagenavi {
		padding: 0 30px;
		font-size: 0;
		position: relative;
		display: flex;
		justify-content: center;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		font-size: 1.45rem;
		line-height: 1.31;
		padding: 1px 5px 6px;
	}
	.wp-pagenavi a::before,
	.wp-pagenavi span::before {
		width: calc(100% - 9px);
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		left: -8px;
		top: calc(50% - 4px);
	}
	.wp-pagenavi .nextpostslink {
		left: auto;
		right: -8px;
	}
	.wp-pagenavi .previouspostslink::before,
	.wp-pagenavi .nextpostslink::before {
		width: 13px;
		top: calc(50% - 4px);
	}
	.wp-pagenavi .nextpostslink::before {
		top: calc(50% + 4px);
	}
	.wp-pagenavi .previouspostslink::after,
	.wp-pagenavi .nextpostslink::after {
		width: 13px;
		top: calc(50% + 4px);
	}
	.wp-pagenavi .nextpostslink::after {
		top: calc(50% - 4px);
	}
	.wp-pagenavi .extend {
		margin-top: -3px;
	}
}
/*------------------------------------------------------------
	pageNavi
------------------------------------------------------------*/
.pageNavi {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 920px;
	display: flex;
	justify-content: space-between;
}
.pageNavi a {
	display: block;
	color: #383838;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: 0.03em;
	font-family: 'Open Sans', sans-serif;
}
.pageNavi .prev a {
	padding-left: 25px;
	position: relative;
}
.pageNavi .prev a::before {
	width: 9px;
	height: 9px;
	position: absolute;
	left: 2px;
	top: 50%;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(-45deg);
	content: '';
}
.pageNavi .next a {
	padding-right: 25px;
	position: relative;
}
.pageNavi .next a::before {
	width: 9px;
	height: 9px;
	position: absolute;
	right: 2px;
	top: 50%;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	box-sizing: border-box;
	transform: translateY(-50%) rotate(45deg);
	content: '';
}
.pageNavi .in {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.pageNavi .in a {
	border-bottom: 1px solid #777;
}
@media screen and (min-width: 1000px) {
	.pageNavi a:hover {
		opacity: 0.5;
	}
	.pad .pageNavi a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.pageNavi {
		padding: 0 25px;
		max-width: inherit;
	}
	.pageNavi a {
		font-size: 1.35rem;
	}
	.pageNavi .prev a {
		padding-left: 15px;
	}
	.pageNavi .prev a::before {
		width: 8px;
		height: 8px;
	}
	.pageNavi .next a {
		padding-right: 15px;
	}
	.pageNavi .next a::before {
		width: 8px;
		height: 8px;
	}
	.pageNavi .in a {
		border-bottom: none;
	}
}
/*------------------------------------------------------------
	comTextBox
------------------------------------------------------------*/
.comTextBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.comTextBox .lBox {
	padding: 0 0 20px;
	width: 23.7%;
	height: auto;
	position: sticky;
	top: 82px;
	box-sizing: border-box;
}
.comTextBox .lBox .title {
	margin-bottom: 25px;
	color: #262626;
	font-size: 1.8rem;
	font-weight: 600;
	font-feature-settings: normal;
	line-height: 1.56;
	letter-spacing: 0.015em;
	font-family: 'Open Sans', sans-serif;
}
.comTextBox .lBox .inner {
	max-height: calc(100vh - 102px);
	overflow-y: auto;
}
.comTextBox .lBox .linkList li:not(:last-of-type) {
	margin-bottom: 10px;
}
.comTextBox .lBox .linkList a {
	display: inline-block;
	font-feature-settings: normal;
	font-size: 1.3rem;
	line-height: 1.62;
	letter-spacing: 0.01em;
	vertical-align: top;
	font-family: 'Noto Sans JP', sans-serif;
}
.comTextBox .lBox .linkList .on a {
	opacity: 0.35;
}
.comTextBox .rBox {
	margin-top: 2px;
	width: calc(76.3% - 50px);
}
@media screen and (min-width: 1000px) {
	.comTextBox .lBox .linkList a:hover {
		opacity: 0.35;
	}
	.pad .comTextBox .lBox .linkList a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.comTextBox {
		display: block;
	}
	.comTextBox .rBox {
		margin-top: 0;
		width: auto;
	}
}
/*------------------------------------------------------------
	comTopBox
------------------------------------------------------------*/
.comTopBox {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
}
.comTopBox .headLine01 {
	margin-right: 20px;
	flex-shrink: 0;
	font-size: 5.4rem;
	font-weight: 300;
	letter-spacing: 0.03em;
}
.comTopBox .rBox {
	margin: 12px -10px 0 0;
	width: calc(100% - 280px);
	max-width: 524px;
}
.comTopBox .rBox .ttl {
	margin-bottom: 3px;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.11em;
}
.comTopBox .rBox .txt {
	font-feature-settings: normal;
	line-height: 2;
	letter-spacing: 0.08em;
}
.comTopBox .rBox .txt01 {
	margin-bottom: 23px;
	font-size: 1.5rem;
	font-feature-settings: normal;
	line-height: 2.07;
	letter-spacing: 0.06em;
}
.comTopBox .rBox .noteList li {
	color: rgba(34,34,34,0.8);
	font-size: 1.1rem;
	font-feature-settings: normal;
	line-height: 1.73;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 999px) {
	.comTopBox {
		margin-bottom: 30px;
		display: block;
	}
	.comTopBox .headLine01 {
		margin-right: 0;
		font-size: 3.4rem;
		font-weight: 300;
		letter-spacing: 0.03em;
	}
	.comTopBox .rBox {
		margin: 30px 0 0;
		width: auto;
		max-width: inherit;
	}
	.comTopBox .rBox .ttl {
		font-size: 1.5rem;
	}
	.comTopBox .rBox .txt01 {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	
------------------------------------------------------------*/
@media screen and (max-width: 999px) {

}

/*------------------------------------------------------------
	ダウンロード規約
------------------------------------------------------------*/
#popup.sitepolicy {
	background: rgba(0,0,0, .7);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
    z-index: 10000;
	line-height: 1.8;
}
#popup .popup__content {
	width: 800px;
	padding: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%, -50%);
}
@media screen and (max-width:768px){
	#popup .popup__content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 80%;
		padding: 0 20px;
		height: 80vh;
	}
}
#popup a.btn__dl{
	color: #999;
}
#popup .btn__dl {
	border: 1px solid #999;
	display: block;
	width: 35%;
	margin: 0 auto;
	font-size: 13px;
	padding: 8px 0px;
	transition: .4s;
}
@media screen and (max-width:768px){
	#popup .btn__dl {
		width: 65%;
	}
}
#popup .btn__dl:hover{
	background: #999;
	color: #fff;
}
#popup h3{
	font-size: 18px;
	margin: 0 0 24px;
	text-align: center;
}
@media screen and (max-width:768px){
	#popup h3{
		font-size: 16px;
		margin: 0 0 8px;
	}
}
#popup p{
	font-size: 13px;
	line-height: 2;
	text-align: center;
}
@media screen and (max-width:768px){
	#popup p{
		font-size: 12px;
		line-height: 1.8;
	}
}
#popup .box{
	padding: 32px 32px 40px 52px;
	font-size: 13px;
	margin: 32px 0 48px;
	background: #F2F2F2;
	height: 28vh;
	overflow: auto;
}
@media screen and (max-width:768px){
	#popup .box{
		padding: 24px 24px 24px 32px;
		font-size: 12px;
		height: 28%;
		margin: 24px 0 34px;
	}
}
#popup ol{
	list-style: decimal;
	text-align: left;
}
#popup li{
	margin: 0 0 20px;
	padding: 0 0 0 8px;
}
#popup li:last-child{
	margin: 0;
}
#popup li ol{
	list-style: lower-roman;
}
#popup li ol li{
	margin: 0;
	
}
#btn__close{
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	width: 42px;
	height: 42px;
	transition: .3s;
	cursor: pointer;
}
@media screen and (max-width:768px){
	#btn__close{
		top: 4px;
		right: 4px;
		width: 48px;
		height: 48px;
	}
}
#btn__close:hover{
	transform: scale(0.85);
}
#btn__close:before,
#btn__close:after{
	content: "";
	border-right: solid 1px #000;
	width: 1px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0px;
	right: 21px;
	transform: rotate(45deg);
}
@media screen and (max-width:768px){
	#btn__close:before,
	#btn__close:after{
		height: 34px;
		top: 8px;
		right: 23px;
	}
}
#btn__close:after{
	content: "";
	transform: rotate(-45deg);
}

/*------------------------------------------------------------
	見出しFade
------------------------------------------------------------*/
.splitText {
	opacity: 0;
}
.splitText span {
	opacity: 0;
	display: inline-block;
	transition: 1s;
	/* transform: translateY(-9px); */
}

.popLoad {
	opacity: 0;
	visibility: hidden;
	padding: 30px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 30003;
	box-sizing: border-box;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}
.popLoad.visible {
	opacity: 1;
	visibility: visible;
}
.popLoad .popInner {
	width: 100%;
	height: 100%;
	position: relative;
}
.popLoad .loadimg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 24px;
}
.popLoad .popClose {
	position: absolute;
    right: 27px;
	top: 30px;
	z-index: 10;
	cursor: pointer;
}
.popLoad .popClose span {
	padding: 15px 0 15px 36px;
	position: relative;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
}
.popLoad .popClose span::before,
.popLoad .popClose span::after {
	width: 29px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 17px;
	transform: translateY(5px) rotate(45deg);
	background-color: #fff;
	content: '';
}
.popLoad .popClose span::after {
	top: 27px;
	transform: translateY(-5px) rotate(-45deg);
}


.comProList.contactList .proInner .photo {
	position: relative;
}
.comProList.contactList .proInner .photo .bg {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 19px;
	height: 19px;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 10;
}
.comProList.contactList .proInner .photo .number {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 19px;
	height: 19px;
	box-sizing: border-box;
	background-color: #454545;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 600;
	z-index: 11;
	opacity: 0;
}
.comProList.contactList .proInner .active .photo .number {
	opacity: 1;
}
.popBigBox .comContsBox .tBox {
	margin-bottom: 46px;
}
.popBigBox .comContsBox .productList {
	margin-bottom: 40px;
}
.popBigBox .comProList > li {
	margin-bottom: 10px;
}
.popBigBox .checkAll {
	width: 169px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 20;
}
.popBigBox .checkAll a {
	padding: 5px 5px 5px 22px;
	height: 55px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	text-align: center;
	box-sizing: border-box;
	background-color: #222;
}
.popBigBox .checkAll span {
	margin: 1px 0 0 10px;
	padding: 0 0 2px 1px;
	min-width: 16px;
	min-height: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #222;
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.15em;
	border-radius: 50%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	background-color: #fff;
}
@media screen and (min-width: 1000px) {
	.popBigBox .checkAll a:hover {
		opacity: 0.5;
	}
	.pad .popBigBox .checkAll a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 999px) {
	.popBigBox .checkAll span {
		padding: 1px 0 1px 1px;
	}
}

/*------------------------------------------------------------
	404
------------------------------------------------------------*/
main.notfound {
	padding: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
main.notfound h3 {
	font-size: 6.5rem;
    font-weight: 100;
    letter-spacing: 0.1rem;
    margin: 0 0 50px;
}
main.notfound span {
	display: flex;
    justify-content: center;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    line-height: 2.4;
}
main.notfound p {
    letter-spacing: 0.2rem;
    line-height: 2;
    margin: 0 0 30px;
    text-align: center;
    font-size: 1.5rem;
}
main.notfound .comBtn span {
    display: flex;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    line-height: 2.4;
}
main.notfound .comBtn a {
	padding: 4px 50px 6px;
}
@media screen and (max-width: 999px) {
	main.notfound h3 {
		font-size: 4.5rem;
	}
	main.notfound span {
		font-size: 1.2rem;
	}
	main.notfound p {
		font-size: 1.3rem;
	}
}

.comFilter .jsClear {
    font-size: 1.1rem;
    /* vertical-align: 5px; */
    border-bottom: solid 1px rgba(0, 0, 0, .4);
    font-weight: 400;
    opacity: .6;
    display: block;
    width: 70px;
    text-align: center;
	margin: 4px 0 0 -2px;
}
@media screen and (min-width: 1000px) {
	.comFilter .jsClear:hover {
		text-decoration: none;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1330px) {
	.comFilter .jsClear {
		margin-left: 0;
		display: block;
	}
}


.fabricFixList {
	margin-top: 4px;
	padding: 24px 24px 22px;
	width: 270px;
	position: fixed;
	right: -228px;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	transform: translateY(-50%);
	border: 1px solid #E5E5E5;
	background-color: #fff;
	z-index: 100;
	box-sizing: border-box;
}
.fabricFixList.on {
	opacity: 1;
	visibility: visible;
}
.fabricFixList li {
	padding-left: 18px;
	margin-bottom: 6px;
	color: #222;
	font-size: 1.1rem;
	letter-spacing: 0.02em;
	position: relative;
	line-height: 1.65;
}
.fabricFixList li:last-child {
	margin-bottom: 0;
}
.fabricFixList li span {
	position: absolute;
	left: -9px;
	top: 4px;
	width: 12px;
	text-align: center;
	transition: .3s;
}
.fabricFixList li.sml img {
	width: 8px;
}
.fabricFixList.open {
	right: -8px;
}
.fabricFixList.open li span {
	left: 0;
}
@media screen and (max-width: 999px) {
	.fabricFixList {
		padding: 18px 20px 16px;
		width: 247px;
		right: -213px;
		margin: 0;
		background-color: rgba(255, 255, 255, .9);
	}
	.fabricFixList li {
		margin-bottom: 4px;
	}
}