* {
	box-sizing: border-box;
}
img { max-width: 100%;}


body {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	background-color: #333;
	background-image: url(../../../img_cmn/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	position: relative;
}
a {
	color: #06C;
}
a:hover {
	color: #F39;
}
.spacer {
	height: .5em;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
@media(max-width:767px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}

}


html,body {
	width: 100%;
	min-height: 100vh;
}
#container {
	position: relative;
	min-height: 100vh;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
#right {
	min-height: 100vh;
	background-color: #fff;
}
.box {
	padding-bottom: 5em;
}
@media(max-width:767px) {
	.box:last-of-type {
		padding-bottom: 6em;
	}
}
@media(min-width:1024px) {
	.box:last-of-type {
		padding-bottom: 0;
	}
}
.catch {
	text-align: center;
}
.catch h1 {
	font-family: "BIZ UDPMincho", serif;
	line-height: 1;
	font-size: calc((100vw - (80 / 730 * 100vw * 2)) / 11);
	font-weight: 700;
	text-shadow: .1em .1em .5em rgba(255,255,255,1);
}
.catch h1 span {
	font-size: max(16px, 40%);
	font-family: "Noto Sans JP", sans-serif;
	display: block;
	margin-bottom: .5em;
}
.catch > p:first-child {
	line-height: 1.2;
	margin-bottom: 1em;
	font-weight: 600;
}
.catch > p:first-child span {
	display: inline-block;
	background-color: #364ea0;
	color: #fff;
	line-height: 1;
}
.catch > p:last-child {
	font-size: calc((100vw - (80 / 730 * 100vw * 2)) / 16);
	margin: 1em 0;
	font-weight: 500;
	line-height: 1;
}
.catch > p:last-child span {
	display: inline-block;
}
.catch > p:last-child i {
	font-size: 160%;
	font-style: normal;
}
.catch > p:last-child em {
	letter-spacing: -.5em;
	font-style: normal;
}
.kv {
	background-image: url("../img/kv.jpg");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 2em;
}
.lead {
	font-weight: 600;
	font-size: 120%;
	padding: 0 1em;
}
@media(max-width:1599px) and (min-width:1024px) {
	.catch > p:first-child {
		font-size: min(28px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 30));
	}
	.catch h1 {
		font-size: min(90px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 10));
	}
	.catch > p:last-child {
		font-size: min(64px, calc((100vw - (500 / 1600 * 100vw) - 160px) / 14));
	}
}
@media(min-width:1600px) {
	.catch > p:first-child {
		font-size: 28px;
	}
	.catch h1 {
		font-size: 90px;
	}
	.catch > p:last-child {
		font-size: 64px;
	}
}




@media(min-width:1024px) {
	#container {
		display: flex;
		max-width: 1600px;
	}
	#left {
		height: 100vh;
		overflow: hidden;
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
@media(min-width:1600px) {
	#left { width: 500px;}
	#right { width: 1100px; margin-left: 500px;}
}
@media(max-width:1599px) and (min-width:1024px) {
	#left { width: calc(500 / 1600 * 100%);}
	#right { width: calc(100vw - (500 / 1600 * 100vw)); margin-left: calc(500 / 1600 * 100%);}
}
@media(min-width:860px) {
	#right {
		background-image: url("../../img_cmn/contents_bg-left.png"), url("../../img_cmn/contents_bg-right.png");
		background-repeat: repeat-y;
		background-position: left top, right top;
		padding: 50px 80px;
	}
}
@media(max-width:859px) {
	#right {
		background-image: url("../../img_cmn/contents_bg.png");
		background-repeat: repeat-y;
		background-position: center top;
		background-size: contain;
		padding: 0 calc(60 / 860 * 100vw);
	}
}
@media(max-width:1023px) {
	#left .logo {
		position: absolute;
		top: 0;
		left: 0;
		padding: 20px calc(80 / 730 * 100vw);
		width: 100%;
		text-align: center;
	}
	#left .logo img {
		width: 100%;
		max-width: 500px;
	}
	#left #nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 999;
	}
	#left #nav ul {
		background-color: #1a1a1a;
		padding: 15px;
		display: flex;
		justify-content: center;
		gap: min(15px, 3vw);
		box-shadow: 5px 0 10px rgba(0,0,0,.5);
	}
	#left #nav ul li a {
		display: block;
		text-decoration: none;
		background-color: #364ea0;
		padding: 1em 1em;
		color: #fff;
		font-size: min(16px, 3vw);
		line-height: 1;
		text-align: center;
	}
	#left #nav ul li a span {
		display: inline-block;
	}
	#right {
		padding-top: min(306px, calc(306 / 660 * 100vw))
	}
	.catch p span {
		display: inline-block;
	}
}
@media(min-width:1024px) {
	#left #nav {
		width: 80%;
		margin: 0 auto;
	}
	#left #nav ul {
		padding: 2em 0 0;
		display: flex;
		flex-direction: column;
		gap: .5em;
		width: 100%;
		margin: 0 auto;
	}
	#left #nav li a {
		display: block;
		font-weight: 600;
		text-decoration: none;
		color: #fff;
		text-align: center;
		line-height: 1;
		padding: 1em 0;
		position: relative;
		transition: .3s all;
	}
	#left #nav li a:hover {
		color: #364ea0;
	}
	#left #nav li a::before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-color: #364ea0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) skewX(-30deg);
		z-index: -1;
		transition: .3s all;
	}
	#left #nav li a::after {
		content: '';
		display: block;
		width: calc(100% - 2px);
		height: calc(100% - 2px);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%) skewX(-30deg) scale(1.1);
		transition: .3s all;
		border: 1px solid #364ea0;
		opacity: 0;
	}
	#left #nav li a:hover::before {
		background-color: #00ffff;
	}
	#left #nav li a:hover::after {
		opacity: 1;
		transform: translateX(-49%) translateY(-40%) skewX(-30deg) scale(1);
	}
}
h2 {
	line-height: 1;
	font-size: 240%;
	margin-bottom: 1.5em;
	position: relative;
}
h2::after {
	content: attr(data-text)"";
	font-family: "Smooch Sans", sans-serif;
	font-optical-sizing: auto;
	color: #ccc;
	z-index: 0;
	letter-spacing: -.03em;
}
h2 span {
	background-color: #1a1a1a;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	z-index: 10;
	position: relative;
	padding: 0 .2em;
}
@media(min-width:768px) {
	h2::after {
		position: absolute;
		right: 0;
		top: -.16em;
		font-size: 400%;
		display: inline-block;
	}
}
@media(max-width:767px) {
	h2 {
		text-align: center;
		margin-bottom: 0;
	}
	h2::after {
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 120%;
		margin-bottom: .5em;
	}
}





#info dl dd span {
	display: inline-block;
}
#info dl dd i {
	font-style: normal;
	font-size: 160%;
}
@media(min-width:768px) {
	#info dl {
		margin: 0 1em;
	}
	#info dl dt {
		float: left;
		display: block;
		width: 11em;
		font-weight: 600;
	}
	#info dl dd {
		padding-left: 11em;
		margin-bottom: .5em;
		position: relative;
	}
	#info dl dd::before {
		content: '';
		display: block;
		width: .8em;
		height: 100%;
		position: absolute;
		top: 0;
		left: 9em;
		background-color: #eaeaea;
	}
}
@media(max-width:767px) {
	#info dl dt {
		background-color: #fff;
		line-height: 1;
		padding: .2em .5em;
		font-weight: 600;
		text-align: center;
	}
	#info dl dd {
		padding: 1em 1em 1.5em;
		font-size: 110%;
		text-align: center;
	}
}






.sales {
	position: relative;
	z-index: 10;
}
.sales .index {
	font-size: min(160%, 5vw);
	font-weight: 600;
	line-height: 1;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}
.sales dl dd span {
	display: inline-block;
}

@media(min-width:768px) {
	.sales dl {
		margin: 0 1em;
	}
	.sales dl dt {
		float: left;
		display: block;
		width: 11em;
		font-weight: 600;
	}
	.sales dl dd {
		padding-left: 11em;
		margin-bottom: .5em;
		position: relative;
	}
	.sales dl dd::before {
		content: '';
		display: block;
		width: .8em;
		height: 100%;
		position: absolute;
		top: 0;
		left: 9em;
		background-color: #eaeaea;
	}
}
@media(max-width:767px) {
	.sales .index {
		text-align: center;
	}
	.sales dl dt {
		background-color: #fff;
		line-height: 1;
		padding: .2em .5em;
		font-weight: 600;
	}
	.sales dl dd {
		padding: 1em 1em 1.5em;
	}
}




#attention dt {
	font-size: 120%;
	font-weight: 600;
}
#attention dd {
	padding: 1em 0 2em .5em;
}
#attention dd > p:first-child {
	margin-bottom: 1em;
}
#attention dd .inbox {
	margin: 1em 0;
	padding: 1em 1.5em;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: .3em;
	background-color: rgba(255,255,255,.5);
}
#attention dd .inbox > p:first-child {
	font-weight: 600;
}
#attention p.last {
	text-align: center;
	font-size: 120%;
}
#attention p.last span {
	display: inline-block;
}



#contact dt {
	font-size: 120%;
	font-weight: 600;
}
@media(max-width:767px) {
	#contact dt {
		font-size: 100%;
	}
}
#contact dd {
	padding: 1em 0 2em .5em;
}
#contact dd p {
	position: relative;
	padding-left: 1em;
}
#contact dd p::before {
	font-size: 60%;
	content: '▲';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
}
#contact dd a {
	display: inline-block;
}

#sitetop a {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}










#footer {
	text-align: center;
	font-size: 80%;
}









.totop {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #1a1a1a;
	color: #fff;
	text-decoration: none;
	opacity: .5;
	bottom: 5em;
	transition: .3s;
	z-index: 999;
}
.totop:hover {
	opacity: 1;
	color: #fff;
}
@media(min-width:730px) {
	.totop {
		right: 50px;
	}
}
@media(max-width:729px) {
	.totop {
		right: calc(50 / 730 * 100vw);
	}
}
@media(min-width:1024px) {
	.totop {
		bottom: 1.5em;
	}
}

.bnrlink {
	display: block;
	border-radius: .3em;
	line-height: 1;
	padding: 1em 2em;
	margin: 1em 0;
	color: #fff;
	text-decoration: none;
	transition: .3s all;
	position: relative;
	overflow: hidden;
}
.bnrlink span {
	position: relative;
	z-index: 10;
}
.bnrlink:hover {
	color: #364ea0;
}
.bnrlink::before {
	content: '〉';
	position: absolute;
	top: 50%;
	right: 1em;
	transform:  translateY(-50%);
	z-index: 10;
}
.bnrlink::after {
	content: '';
	display: block;
	width: 210%;
	height: 100%;
	background-image: -webkit-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(0,255,255,1.00) 0%,rgba(0,255,255,1.00) 50%,rgba(54,78,160,1.00) 50%,rgba(54,78,160,1.00) 100%);
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -110%;
	z-index: 0;
	transition: .3s all;
}
.bnrlink:hover::after {
	margin-left: 0;
}
.font80 {
	font-size: 80%;
}
.ast li, .dot li {
	position: relative;
	margin-left: 1.2em;
	line-height: 1.2;
	margin-bottom: .5em;
}
.ast > li:last-child, .dot > li:last-child {
	margin-bottom: 0;
}
.ast li:not(.point_none)::before {
	content: '※';
	display: inline-block;
	width: 1.2em;
	text-align: left;
	margin-left: -1.2em;
}
.ast li.point_none {
	height: 1em;
}
