@charset "utf-8";
@import url('reset.css?v=2');
/*
 *  共通
 */
body {
	color:#000;
	font-family: 'M PLUS 2', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing:0.05em;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}
a {
	color:#167ebc;
	font-weight: 500;
	display:inline-block;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-underline-offset: 0.2em;
	transition: all 0.3s;
}
a:focus {
	outline:none;
}
a:link,
a:visited {
	color:#167ebc;
	text-decoration: none;
}
a:hover,
a:active {
	color:#167ebc;
	text-decoration: underline;
}
img {
	line-height: 0;
	border: 0;
	width:100%;
	max-width:none;
	vertical-align:top;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
img::selection {
	background-color: transparent;
}
table {
	width:100%;
	table-layout: fixed;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
.cleartxt {
	text-indent: -99999%;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
}
.clr {
	clear:both;
}
.text-center {
	text-align: center;
}

.button ,
.button-image ,
.button-scale {
	text-decoration: none;
	transition: all 0.3s;
}
.button.gray ,
.button-image.gray ,
.button-scale.gray {
	filter: grayscale(100%);
	opacity: 0.2;
	cursor:default;
}

.button:hover,
.button:active  {
	opacity: 0.6;
	text-decoration: none;
}
.button.gray:hover,
.button.gray:active  {
	opacity: 1;
}
.button-image:hover,
.button-image:active {
	filter: brightness(1.2);
	text-decoration: none;
}
.button-image.gray:hover,
.button-image.gray:active {
	filter: brightness(1);
}
.button-scale:hover ,
.button-scale:active {
	transform:scale(1.1,1.1);
	text-decoration: none;
}
.button-scale.s2:hover ,
.button-scale.s2:active {
	transform:scale(1.2,1.2);
	text-decoration: none;
}
.button-scale.gray:hover ,
.button-scale.gray:active {
	transform:scale(1,1);
}

/* box */
.trans-box {
	position:relative !important;
	cursor: pointer !important;
	overflow: hidden !important;
	text-decoration:none !important;
	transition:background 0.4s ease-out !important;
	color:#333 !important;
	background:#fff !important;
	border:1px solid #333;
	display: flex;
	align-items: center;
	font-size:1.6rem;
	font-weight: 700;
	padding:0 0.5em;
	line-height: 1.2;
}
.trans-box.arrow {
	padding-left:2.4em;
}
.trans-box.arrow > i {
	transition: all 0.3s;
}
.trans-box:hover,
.trans-box:active {
	transition:background 0.6s ease-out,color 0.6s ease-out !important;
	text-decoration:none !important;
	color:#fff !important;
	background:#666 !important;
}
.trans-box.arrow:hover > i,
.trans-box.arrow:active > i {
	right:1em;
}
.trans-image {
	line-height: 1;
	text-decoration:none !important;
}
.trans-image > .image {
	display:block;
	margin:0 auto;
	overflow:hidden;
}
.trans-image:hover,
.trans-image:active {
	text-decoration:underline !important;
}
.trans-image > .image > img {
	transition:0.2s ease-in !important;
}
.trans-image:hover > .image > img,
.trans-image:active > .image > img {
	transition:0.3s ease-out !important;
	transform:scale(1.2,1.2);
}
.inview-js {
	position:relative;
	overflow:visible;
}
.inview-js > .inview-box {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	overflow: visible;
}
.inview-is > .inview-box {
	transition:left 0.6s ease,top 0.6s ease,opacity 1s ease !important;
	position:relative;
	top:0 !important;
	left:0 !important;
	opacity:1 !important;
}
@media print, screen and (min-width: 728px) {
	body {
		font-size:1.8rem;
	}
	img {
		width:auto;
		max-width: 100%;
	}
	.trans-box {
		font-size:1.8rem;
	}
	.inview-js > .inview-box {
		top:100px;
	}
	.inview-js.inview-left > .inview-box,
	.inview-js.inview-right > .inview-box {
		top:0;
	}
	.inview-js.inview-left > .inview-box {
		left:-100px;
	}
	.inview-js.inview-right > .inview-box {
		left:100px;
	}
}
/* layout */
body > .wrapper ,
header ,
main ,
footer {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	z-index: 0;
}
body > .wrapper {
	display: flex;
	flex-direction: column;
	min-width: 360px;
	min-height: 100vh;
}
header {
	z-index:2;
}
main {
	flex:1;
	z-index:1;
}
.container {
	width:auto;
	max-width:1040px;
	margin:0 auto;
	position:relative;
	padding:0 3%;
	overflow: hidden;
}
@media print, screen and (min-width: 728px) {
	.container {
		padding:0 20px;
	}
}

/* s.header */
header {
	background-color: #191919;
}
header > .container {
	display: flex;
	align-items: center;
	min-height: 80px;
}
header .logo {
	margin:0;
	padding:0;
	width:120px;
	filter: brightness(0) invert(1);
}
header .menu {
	position: fixed;
	width: 290px;
	height:100%;
	padding: 80px 10px 0;
	background-color:#191919;
	top: 0;
	right: 0;
	z-index: 10;
	opacity:0;
	overflow:auto;
	transform: translate(290px);
	transition:transform 0.5s;
}
header .menu.open {
	opacity:0.9;
	transform: translateZ(0);
}
header .menu ul {
	border-top: 1px solid #fff;
}
header .menu li {
	position: relative;
	padding:0;
	margin:0;
	font-size:1.6rem;
	border-bottom: 1px solid #fff;
}
header .menu a {
	position:relative;
	display:block;
	padding:1em 0;
	font-size:1.6rem;
	font-weight:700;
	line-height: 1.4;
	text-decoration:none;
	text-align: center;
	color:#fff;
	letter-spacing: 0;
}
header .menu a:hover,
header .menu a:active {
	color:#fff;
	font-weight: 700;
	text-decoration: none;
}
header .menu-trigger ,
header .page-top {
	position: fixed;
	width: 50px;
	height: 50px;
	right: 10px;
	z-index: 100;
	border-radius: 50px;
	background-color: #fff;
	color:#191919;
	font-size:2rem;
	line-height: 1;
	filter:drop-shadow(0 0 2px rgba(0, 0, 0, 0.4));
	transform: translateX(0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}
header .menu-trigger {
	display: block;
	top:15px;
}
header .menu-trigger span {
	display: block;
	position: absolute;
	left: 0;
	right:0;
	width: 60%;
	height: 2px;
	background-color: #191919;
	transition: all 0.5s;
	border-radius:10px;
	margin:auto;
}
header .menu-trigger.active span {
 	background-color: #191919;
}
header .menu-trigger span:nth-of-type(1) {
 	top: 16px;
}
header .menu-trigger.active span:nth-of-type(1) {
 	transform: translateY(8px) rotate(-45deg);
}
header .menu-trigger span:nth-of-type(2) {
 	top:0;
	bottom:0;
}
header .menu-trigger.active span:nth-of-type(2) {
 	opacity: 0;
}
header .menu-trigger span:nth-of-type(3) {
 	bottom: 16px;
}
header .menu-trigger.active span:nth-of-type(3) {
 	transform: translateY(-8px) rotate(45deg);
}
header .page-top {
	display: none;
	bottom:10px;
}
header .page-top.active {
	display: block;
}
header .page-top > i {
	position: absolute;
	display: block;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	width:1em;
	height:1em;
	text-align: center;
}
header .page-top:hover,
header .page-top:active {
	opacity: 0.6;
}
@media print, screen and (min-width: 728px) {
	header .menu {
		position: relative;
		flex:1;
		margin:0;
		padding:0 !important;
		background:transparent;
		overflow-y:visible;
		width:auto;
		height:auto;
		right:auto;
		top:auto !important;
		transform:none;
		opacity:1;
		transition: all 0s;
	}
	header .menu ul {
		display:flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		margin:0;
		padding:8px 0;
		border:0;
	}
	header .menu li {
		margin:0;
		padding:0.5em;
		border:0;
	}
	header .menu a {
		margin:0;
		padding:0;
		font-weight:500;
		color:#eee;
	}
	header .menu-trigger {
		display:none;
	}
}
.main-image {
	position:relative;
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:1024px;
	line-height: 1;
	z-index:1;
	overflow: hidden;
}
.main-image:before {
	content: '';
	display: block;
	padding-top: 48.829%;
}
.main-image > .image {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	overflow: hidden;
}
.main-image > .image:after {
	position: absolute;
	content:none;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-image: linear-gradient(to right,#fff,transparent 20%, transparent 80%, #fff);
}
.main-image .image img {
	max-width: none;
	width:100%;
}
.section {
	position: relative;
	margin:0 auto;
	padding:60px 0 0;
}
.section:first-of-type {
	padding-top:30px;
}
.section:last-of-type {
	padding-bottom:60px;
}
.section > h1 {
	position: relative;
	margin:0 0 30px;
	padding:0;
	font-size:1.75em;
	font-weight:700;
	line-height:1.3;
	text-align:center;
	color:#000;
}
.list-box {
	font-size:0;
	text-align:center;
}
.list-box > * {
	position:relative;
	display:inline-block;
	vertical-align: top;
}
.list-bullet > *,
.list-double > *,
.list-square > *,
.list-notice > * {
	padding-left:1em;
}
.list-bullet > *:before,
.list-double > *:before,
.list-square > *:before,
.list-notice > *:before {
	content:'';
	position:absolute;
	left:0;
}
.list-bullet > *:before {
	content:'●';
}
.list-double > *:before {
	content:'◎';
}
.list-square > *:before {
	content:'■';
}
.list-notice  > *:before{
	content:'※';
}
.section > *:first-child {
	margin-top:0 !important;
}
.popup-hidden {
	display: none;
}
@media print, screen and (min-width: 728px) {
	.section {
		padding:80px 0 0;
	}
	.section:first-of-type {
		padding-top:60px;
	}
	.section:last-of-type {
		padding-bottom:80px;
	}
	.section > h1 {
		margin:0 0 60px;
	}
}
@media print, screen and (min-width: 1025px) {
	.main-image > .image:after {
		content:'';
	}
}
footer {
	background-color: #191919;
}
footer .menu ul {
	display: flex;
	align-items: stretch;
	max-width: 728px;
	margin:0 -2%;
	padding:30px 0 0;
}
footer .menu li {
	flex: 1;
	padding:0 1px;
}
footer .menu a {
	display: block;
	padding:14px 0 0;
	min-height:80px;
	background-color: #fff;
	border-radius: 10px;
	font-size:1.2rem;
	font-weight: 500;
	line-height: 1.4;
	color:#666;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
}
footer .menu a:hover,
footer .menu a:active {
	color:#000;
	font-weight: 700;
}
footer .menu a > i {
	margin-bottom:4px;
}
footer .copyright {
	margin:0;
	padding:30px 0px;
	color:#fff;
	font-size:1.4rem;
	font-weight:500;
	line-height:1;
	text-align: center;
}
@media print, screen and (min-width: 728px){
	footer .menu ul {
		margin:0 auto;
	}
	footer .menu li > a {
		font-size:1.4rem;
	}
}
.vd,.vt,.hm {
	display:none !important;
}
.hd,.ht,.vm {
	display:inherit !important;
}
br.vd,br.hd,br.vt,br.htbr.vm,br.vm {
	line-height:0 !important;
}
@media print, screen and (min-width: 728px){
	.vd,.ht,.vm {
		display:none !important;
	}
	.hd,.vt,.hm {
		display:inherit !important;
	}
}
@media print, screen and (min-width: 1025px){
	.hd,.vt,.vm {
		display:none !important;
	}
	.vd,.ht,.hm {
		display:inherit !important;
	}
}
/* print */
@media print {
	body{
		-webkit-print-color-adjust: exact;
	}
	body > .wrapper {
		min-width: 1200px !important;
	}
	.js-inview > .inview-box {
		position:relative;
		top:0 !important;
		left:0 !important;
		opacity:1 !important;
		min-height:auto !important;
	}
	.section > div {
		page-break-inside:avoid;
	}
}
@page {
	size: A4 portrait;
	margin-left:   0;
	margin-right:  0;
	margin-top:    10mm;
	margin-bottom: 10mm;
}
