@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

/***********************************
 reset
***********************************/
*, html, body, div, dl, dt, dd, ul, ol, li, header, footer, nav,section,
h1, h2, h3, h4, h5, h6, form, input, textarea, p{
	margin: 0;
	padding: 0;
}
html, body{
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
}
dl, ul, ol{
	list-style-type: none;
}
html{
	overflow: unset;
	height: auto;
	min-height: 100%;
}
a{
	color: #1c1c1c;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover{
	color: #0000c7;
}
main a{
	text-decoration: underline;
}
a img{
	-webkit-transition: all .8s;
	transition: all .8s;
}
a:hover img{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.tel{
	cursor: text;
}
a.tel:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/***********************************
 base
***********************************/
body{
	position: relative;
	min-width: 1200px;
	height: 100vh;
	min-height: 100%;
	line-height: 1.5em;
	color: #1c1c1c;
	text-align: center;
}
article{
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
}

section,
div.container{
	clear: both;
	position: relative;
	margin: 0 auto;
}
section{
	padding: 35px 0;
	max-width: 1150px;
}
div.container{
	width: calc(100% - 100px);
	min-width: 1150px;
}

main{
	position: relative;
	margin: 30px 0 0;
	width: 100%;
}
#home main{
	margin: 0;
}

@media screen and (max-width: 640px) {
	body{
		min-width: 100%;
		letter-spacing: 0;
	}
	article{
		padding: 1em 0;
	}
	section{
		padding: 1.5em 0;
		max-width: calc(100% - 8vw);
	}
	div.container{
		width: calc(100% - 8vw);
		min-width: auto;
	}
	main{
		margin: 2em 0 0;
	}
	#home main{
		margin: 70px 0 0;
	}
}


/***********************************
 others
***********************************/
p{
	margin: 0 0 1.2em;
}
p:last-child{
	margin: 0;
}

.txtAC{
	text-align: center;
}
.txtAL{
	text-align: left;
}
.txtAR{
	text-align: right;
}

ul.disc{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
ul.circle{
	list-style-type: circle;
	margin-left: 1.25em;
	text-align: left;
}
ul.caution{
	margin: 0 0 0 1.25em;
	text-align: left;
}
ul.caution li{
	position: relative;
	padding: 0.13em 0 0;
}
ul.caution li::before {
	position: absolute;
	left: -1.2em;
	display: block;
	content: "※";
}
ol{
	list-style-type: decimal;
	margin-left: 1.75em;
	text-align: left;
}

/***********************************
 header, footer
***********************************/
header, footer{
	clear: both;
	position: relative;
	display: block;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	min-width: 1150px;
	height: 100px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 100;
}
header a{
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
}
header div.container{
	height: 100px;
}

header h1{
	position: relative;
	top: 10px;
	left: 0;
	width: 300px;
	height: 76px;
}
header h1 a{
	background: url(/images/logo.png) no-repeat center;
	text-indent: -9999px;
}
header h1 a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media screen and (max-width: 640px) {
	header{
		min-width: 100%;
		height: 70px;
	}
	header div.container{
		width: calc(100% - 8vw);
		height: 70px;
	}

	header h1{
		top: 5px;
		width: 237px;
		height: 60px;
	}
	header h1 a{
		background-size: contain;
	}
}

footer{
	background: #ffffff;
	margin: 120px 0 0;
}
footer div.container{
	min-width: 1150px;
}

footer p.contactMsg{
	margin: 1em 0 3em;
	line-height: 1.5em;
	font-size: 1.38em;
}

footer nav#footerNav{
	display: block;
	margin: 100px 0 0;
	padding: 15px 0 18px;
	background: #d9d9d9;
	height: 18px;
	font-size: 0.75em;
}
footer nav#footerNav ul{
	display: inline-block;
}
footer nav#footerNav ul li{
	position: relative;
	display: inline-block;
	margin: 0 40px 0 0;
}
footer nav#footerNav ul li::after{
	position: absolute;
	top: 0.3em;
	bottom: 0.3em;
	right: -20px;
	display: block;
	border-right: solid 1px #111111;
	content: "";
}
footer nav#footerNav ul li:last-child::after{
	display: none;
}
footer nav#footerNav ul li a{
	display: block;
	line-height: 1.5em;
}

footer .info{
	background: url(/images/bg_footer.png);
	height: 155px;
}

footer .info .container{
	background: url(/images/bg_footer.png);
	height: 155px;
	color: #ffffff;
}
footer #footerLogo{
	position: relative;
    top: 30px;
	left: 50px;
	width: 650px;
	height: 100px;
}
footer #footerLogo img{
	float: left;
	display: block;
	width: 100px;
	height: 100px;
}
footer #footerLogo p{
	float: left;
	padding: 27px 0 0 15px;
	width: calc(100% - 115px);
	line-height: 2.2em;
	text-align: left;
	font-size: 0.88em;
}
footer #footerLogo p strong{
	display: block;
	font-weight: normal;
	font-size: 1.25rem;
}

footer #copyright{
	clear: both;
	position: absolute;
	bottom: 40px;
	right: 0;
	width: 430px;
	letter-spacing: 0;
	line-height: 2.2em;
	text-align: left;
	font-size: 0.75em;
}

@media screen and (max-width: 640px) {
	footer div.container{
		min-width: calc(100% - 8vw);
	}
	footer > div.container,
	footer nav#footerNav{
		display: none;
	}

	footer .info,
	footer .info .container{
		height: auto;
	}
	footer #footerLogo{
		top: 2em;
		left: unset;
		width: 100%;
		height: auto;
	}
	footer #footerLogo img{
		float: unset;
		margin: auto;
	}
	footer #footerLogo p{
		float: unset;
		padding: 2em 0;
		width: auto;
		line-height: 1.5em;
		text-align: center;
	}
	footer #footerLogo p strong{
		padding: 0 0 0.8em;
	}

	footer #copyright{
		position: relative;
		bottom: unset;
		margin: 1.5em 0 0;
		padding: 0.5em 0 1em;
		width: auto;
		border-top: solid 1px #ffffff;
		line-height: 1.5em;
		text-align: right;
	}
}

/***********************************
 nav
***********************************/
.dwCheck,
.dwBtn,
.drawer-menu{
	display: none;
}

nav#globalNav{
	position: absolute;
	top: 35px;
	left: 580px;
	right: 0;
	height: 35px;
	text-align: right;
	overflow: hidden;
}
nav#globalNav ul li{
	display: inline-block;
	margin: 0 0 0 10px;
	height: 35px;
	line-height: 35px;
	font-size: 0.88em;
}
nav#globalNav ul li a{
	padding: 0 5px;
	text-align: left;
}

@media screen and (max-width: 640px) {
	nav#globalNav{
		display: none;
	}
	
	.dwBtn,
	.drawer-menu{
		display: block;
	}
	/* dwWrap */
	#dwWrap{
		display: table;
		width: 100%;
		height: 100vh;
		box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		overflow: hidden;
	}
	#dwWrap__inner{
		display: table-cell;
	}
	/* drawer menu */
	.drawer-menu{
		box-sizing: border-box;
		position: fixed;
		top: 0;
		right: 0;
		width: 300px;
		height: 100%;
		padding: 60px 0 40px;
		background: #3f3f3f;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .5s;
		transition-duration: .5s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
		-webkit-transform: translateX(300px);
		-ms-transform: translateX(300px);
		transform: translateX(300px);
		opacity: 0;
	}
	.drawer-menu li{
		text-align: center;
	}
	.drawer-menu li a{
		display: block;
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		color: #ffffff;
		-webkit-transition: all .8s;
		transition: all .8s;
	}
	.drawer-menu li a:hover{
		background: #0000c7;
	}
	
	/* checkbox */
	.dwCheck{
		display: none;
	}
	
	/* menu button - label tag */
	.menu-btn{
		position: fixed;
		top: 10px;
		right: 8px;
		display: block;
		margin: 0;
		width: 40px;
		min-width: auto;
		height: 40px;
		font-size: 10px;
		text-align: center;
		cursor: pointer;
		z-index: 101;
	}
	.bar{
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 40px;
		height: 3px;
		background: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
	}
	.bar.middle{
		top: 13px;
		opacity: 1;
	}
	.bar.bottom{
		top: 26px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.menu-btn__text{
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
		margin: auto;
		color: #282828;
		-webkit-transition: all .5s;
		transition: all .5s;
		display: block;
		visibility: visible;
		opacity: 1;
	}
	.menu-btn:hover .bar{
		background: #cccccc;
	}
	.menu-btn:hover .menu-btn__text{
		color: #cccccc;
	}
	.close-menu{
		position: fixed;
		top: 0;
		right: 300px;
		margin: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}
	
	/* checked */
	.dwCheck:checked ~ .drawer-menu{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.dwCheck:checked ~ #dwWrap{
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform: translateX(-300px);
		-ms-transform: translateX(-300px);
		transform: translateX(-300px);
	}
	.dwCheck:checked ~ .menu-btn .menu-btn__text{
		visibility: hidden;
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.top{
		width: 56px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .menu-btn .bar.middle{
		opacity: 0;
	}
	.dwCheck:checked ~ .menu-btn .bar.bottom{
		width: 56px;
		top: 40px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		background: #cccccc;
	}
	.dwCheck:checked ~ .close-menu{
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}
}

/***********************************
 #pnList
***********************************/
#pnList{
	background: #e1dec0;
	height: 2.5em;
	font-size: 0.9em;
}
#pnList::after{
	clear: both;
	display: block;
	content: "";
}
#pnList ul{
    margin: 0 auto;
	max-width: 1050px;
	line-height: 2.5em;
}
#pnList ul li{
	position: relative;
	float: left;
	margin: 0 3em 0 0;
}
#pnList ul li:after{
	position: absolute;
	top: 0;
	right: -2em;
	display: block;
	content: ">";
	color: #1d1d1d;
}
#pnList ul li:last-child:after{
	display: none;
}
#pnList ul li a{
	display: inline-block;
	color: #1d1d1d;
}
#pnList ul li a:hover{
	color: #2c9633;
}

@media screen and (max-width: 640px) {
	#pnList{
		padding: 0.5em 0;
		height: auto;
		font-size: 0.8em;
	}
	#pnList ul{
		max-width: calc(100% - 5vw);
		line-height: 1.8em;
	}
	#pnList ul li{
		margin: 0 2em 0 0;
	}
	#pnList ul li:after{
		right: -1.3em;
	}	
}

/***********************************
 h2, h3, h4
***********************************/
h2, h3, h4{
	font-weight: normal;
	line-height: 1.5em;
}

h2{
	position: relative;
	display: table;
	margin: 0 auto 0.8em;
	padding: 60px 0 10px;
	height: 86px;
	color: #f3f3f3;
	line-height: 1em;
	font-family: 'Archivo Black', sans-serif;
	font-size: 86px;
	white-space: nowrap;
	overflow: hidden;
}
h2 strong{
	position: absolute;
	bottom: 20px;
	left: 6px;
	right: 6px;
	display: block;
	line-height: 30px;
	color: #3d3d3d;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 30px;
	font-weight: bold;
}
h2::after{
	position: absolute;
	bottom: 0;
	left: 6px;
	display: block;
	width: 96px;
	height: 4px;
	background: #0000b8;
	content: "";
}

h3{
	text-align: left;
	font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",YuGothic,"游ゴシック Medium",YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	font-size: 30px;
}

h4{
	font-weight: bold;
	padding: 0.5em 0 0;
	font-size: 1.2em;
	margin-bottom:15px;
}
h5{
	margin: 0 0 0.5em 1.4em;
	position: relative;
	font-weight: bold;
	font-size: 1.1em;
}
h5::before{
	position: absolute;
	top: 0.2em;
	left: -1.4em;
	display: block;
	background: #0000b8;
	width: 1em;
	height: 1em;
	content: "";
}

@media screen and (max-width: 640px) {
	h2{
		display: inline-block;
		left: -6px;
		padding: 2rem 0 1.5rem;
		max-width: calc(92vw + 6px);
		height: 1em;
		font-size: 5em;
	}
	h2 strong{
		bottom: 2.2rem;
		line-height: 1.8rem;
		font-size: 1.8rem;
	}
	h2::after{
		height: 3px;
	}

	#home h2{
		padding: 4rem 0 1.5rem;
	}
	
	#contact.thanks h2 strong{
		bottom: 1.7rem;
		line-height: 1.3em;
		font-size: 1.7rem;
	}

	h3{
		font-size: 1.6rem;
	}
}

/***********************************
 table
***********************************/
table{
	margin: 0.5em 0;
	border-collapse: collapse;
	width: 100%;
}
table tr:first-child th{
	border-top: solid 3px #a5a5a5;
}
table tr:first-child td{
	border-top: solid 3px #0000b8;
}
table th{
	padding: 10px 25px;
	background: #f1f1f1;
	border-bottom: solid 1px #c1c1c1;
	font-weight: normal;
}
table td{
	padding: 10px 25px;
	background: #ffffff;
	border-bottom: solid 1px #c1c1c1;
	text-align: left;
}

@media screen and (max-width: 640px) {
	table th,
	table td{
		display: block;
		padding: 1em 0.6em;
	}
	table tr:first-child th{
		border-top: solid 3px #0000b8;
	}
	table tr:first-child td{
		border-top: none;
	}
}

/***********************************
 .row, .column
***********************************/
.row{
	position: relative;
	display: -webkit-flex;
	display: flex;
	width: calc(100% + 80px);
	margin: 0;
}
.row:after{
	clear: both;
	display: block;
	content: "";
}
.row + .row{
	margin-top: 80px;
}
.column1,
.row .column2,
.row .column3-1,
.row .column3-2,
.row .column4-1,
.row .column4-3,
.row .column5-1{
	display: block;
	float: left;
	margin: 0 80px 0 0;
}
.column1{ width: calc(100% - 80px); clear: both; }
.row .column2{ width: calc(50% - 80px); }
.row .column2.narrow{ width: calc(40% - 80px); }
.row .column2.wide{ width: calc(60% - 80px); }
.row .column3-1{ width: calc((100% /3) - 80px); }
.row .column3-2{ width: calc((100% /3) * 2 - 80px); }
.row .column4-1{ width: calc(25% - 80px); }
.row .column4-3{ width: calc(75% - 80px); }
.row .column5-1{ width: calc((100% /5) - 80px); }

@media screen and (max-width: 640px) {
	.row{
		display: block;
		width: 100%;
	}
	.row + .row{
		margin-top: 0;
	}
	.column1,
	.row .column2,
	.row .column2.narrow,
	.row .column2.wide,
	.row .column3-1,
	.row .column3-2{
		clear: both;
		float: unset;
		margin-bottom: 3em;
		width: 100%;
	}
	.row .column2:nth-child(2n){
		margin-bottom: 0;
	}
	.row .column4-1,
	.row .column4-3,
	.row .column5-1{
		background: #ff0000;
		width: calc(50% - 40px);
	}
}

.column1 img,
.row .column2 img,
.row .column3-1 img,
.row .column3-2 img,
.row .column4-1 img,
.row .column4-3 img,
.row .column5-1 img{
	display: block;
	width: 100%;
}
column1,
.row img + img{
	margin-top: 40px;
}
@media screen and (max-width: 64px) {
	.row img + img{
		margin-top: 20px;
	}
}
.column1 img.fixity,
.row .column2 img.fixity,
.row .column3-1 img.fixity,
.row .column3-2 img.fixity,
.row .column4-1 img.fixity,
.row .column4-3 img.fixity,
.row .column5-1 img.fixity{
	display: block;
	margin: 0 auto;
	width: auto;
}

.row .boxShadow{
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	box-shadow: 0px 0px 3px 0px #c4c4c4;
}
.row .boxBorder{
	width: calc(100% - 2px);
	height: calc(100% - 3px);
	border: solid 1px #97bac9;
}
.row.boxRowBorder{
	padding: 40px 0 40px 40px;
	background: #ffffff;
	width: calc(100% - 42px);
	border: solid 1px #cfceac;
}

.row.boxRowBorder + .row.boxRowBorder{
	border-top: none;
	margin-top: -20px;
	padding-top: 0;
}
/*
.row.boxColor{
	padding: 40px 0 40px 40px;
	width:calc(100% - 42px);
	border: solid 1px #ffffff;
}
.row.boxColor.color01{ 	background: #ededed; }
.row.boxColor.color02{ 	background: #f2ecc7; }
.row.boxRowBorder .row:last-child,
.row.boxColor .row:last-child{
	margin: 0;
}
*/

/***********************************
 form
***********************************/
/*
form table{
	margin: 20px 0;
}
form table th span,
span.required{
	color: red;
}
form table + p.memo{
	margin: 0 0 20px;
	text-align: left;
}
*/

label{
	display: inline-block;
	margin: 0 30px 0 0;
	min-width: 100px;
	cursor: pointer;
	line-height: 2em;
}
input[type="checkbox"],
input[type="radio"]{
	margin: 0 0.5em 0 0;
	width: 18px;
	height: 18px;
	vertical-align: text-top;
	font-weight: bold;
	cursor: pointer;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="datetime-local"],
textarea{
	padding: 0.5em;
	line-height: 1.3em;
	width: calc(100% - 1.3em);
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"]{
	line-height: 2em;
}
input[type="number"]{
	width: 100px;
}
input[type="datetime-local"]{
	margin: 0 0 0.5em;
	width: 220px;
}
input[type="text"].short{
	margin: 0 1em 0 0;
	width: 35%;
}
textarea{
	height: 8em;
}
select{
	margin: 0 5px;
	padding: 8px;
	cursor: pointer;
}
@media (max-width: 640px) {
	input[type="datetime-local"]{
		width: 60%;
	}
}

input[type="button"].btn,
input[type="submit"].btn{
	display: block;
	margin: 3em auto;
	padding: 1em 2em;
	min-width: 300px;
	background: #e1e1e1;
	border: solid 1px #adadad;
	-webkit-transition: all .8s;
	transition: all .8s;
}
input[type="button"].btn:hover,
input[type="submit"].btn:hover{
	background: #e5f1fb;
	border: solid 1px #0000c7;
}

/* placeholder */
textarea[name="detail"]::placeholder,
input[type="text"]::placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder IE */
textarea[name="detail"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder{
	color: #b3b3b3;
	line-height: 2em;
}
/* placeholder Edge */
@supports (-ms-ime-align: auto){
	textarea[name="detail"]::-ms-input-placeholder,
	input[type="text"]::-ms-input-placeholder{
		color: #b3b3b3;
		line-height: 2em;
		opacity: 1;
	}
}

/***********************************
 .btn, .btnBox, .btnBoxRow
***********************************/
a.btn{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
a.btn:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
a.btn.celebration{ background-image: url(/images/btnCelebration.png); width: 250px; height: 250px; }

ul.sns{
	display: inline-block;
}
ul.sns li{
	display: inline-block;
	margin: 0 24px 0 0;
}
ul.sns li:last-child{
	margin: 0;
}
ul.sns li a{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-indent: -9999px;
	width: 46px;
	height: 46px;
}
ul.sns li a.twitter{ background-image: url(/images/btn_twitter.png); }
ul.sns li a.x{ background-image: url(/images/btn_x.png); }
ul.sns li a.instagram{ background-image: url(/images/btn_instagram.png); }
ul.sns li a.youtube{ background-image: url(/images/btn_youtube.png); }
ul.sns li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#goTop{
	position: fixed;
	bottom: 20vh;
	right: 40px;
	display: block;
	background: url(/images/btn_gotop.png) center no-repeat;
	width: 90px;
	height: 90px;
	text-indent: -9999px;
	z-index: 100;
	opacity: 0;
	transform: translateY(calc(20vh + 158px));
}
#goTop::after{
	position: absolute;
	top: 0;
	right: -37px;
	display: block;
	background: url(/images/btn_gotop-dragon.png) center no-repeat;
	width: 44px;
	height: 158px;
	content: "";
}
#goTop.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
		opacity: 0;
		transform: translateY(calc(20vh + 158px));
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#goTop.DownMove{
	background: none;
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(calc(20vh + 158px));
	}
}
#goTop.floatAnime{
	background: none;
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}
@keyframes floatAnime {
	0% { transform: translateX(0); opacity: 0; }
	20% { transform: translateX(-6px); opacity: 1; }
	40% { transform: translateX(0) }
	60% { transform: translateX(6px); opacity: 1; }
	80% { transform: translateX(0) }
	100% { transform: translateX(-6px); opacity: 1; }
}

@media screen and (max-width: 640px) {
	/*
	a.btn{
		background-size: contain;
		width: 320px;
		height: 143px;
	}
	*/

	ul.sns li{
		margin: 0 0.5em 0 0;
	}
	ul.sns li a{
		width: 28px;
		height: 28px;
	}

	#goTop{
		bottom: 15vh;
		right: 30px;
		background-size: contain;
		width: 60px;
		height: 60px;
	}
	#goTop::after{
		right: -25px;
		background-size: contain;
		width: 43px;
		height: 103px;
	}
}

a.btnTxt{
	display: block;
	margin: 0 auto;
	background: #e6e6ff;
	width: calc(100% - 4px);
	max-width: 350px;
	height: 40px;
	line-height: 40px;
	color: #0000b8;
	text-align: center;
	text-decoration: none;
	border: solid 2px #0000b8;
}
a.btnTxt:hover{
	background: #0000b8;
	color: #ffffff;
}

a.btnTxt.contact{
	position: relative;
	margin: 30px auto;
	background: #b2b2ea;
	max-width: 400px;
	height: 70px;
	line-height: 70px;
	border: none;
	color: #ffffff;
	font-size: 1.38em;
}
a.btnTxt.contact::after{
	position: absolute;
	top: -5px;
	bottom: 5px;
	left: -5px;
	right: 5px;
	display: block;
	content: "";
	border: solid 2px #0000b8;
}
a.btnTxt.contact:hover::after{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.moreBox{
	height: 1.5em;
}
a.btnTxt.more{
	float: right;
	margin: 1.5em 0;
	background: #0000b8;
	border: solid 2px #0000b8;
	border-radius: 1em;
	color: #ffffff;
	height: 1.5em;
	width: 120px;
	line-height: 1.5em;
}
a.btnTxt.more:hover{
	background: #b2b2ea;
	color: #0000b8;
}
a.btnTxt.more::after{
	clear: both;
	display: block;
	content: "";
	height: 1em;
}
@media screen and (max-width: 640px) {
	a.btnTxt{
		width: calc(100% - 4em);
		height: 60px;
		line-height: 60px;
	}
	a.btnTxt.contact{
		position: relative;
		margin: 30px auto;
		font-size: 1.1em;
	}
}

/**********************************************************************
 
 page
 
**********************************************************************/
br.spBr{
	display: none;
}
@media screen and (max-width: 640px) {
	.spReverse{
		flex-direction: column-reverse;
		display: flex;
	}
	br.spBr{
		display: block;
	}
	.spClose{
		display: none;
	}
}

/***********************************
 #mainimage
***********************************/
#mainimage{
	margin: 100px 0 0;
	height: 200px;
	background-position: center;
	background-size: cover;
	text-indent: -9999px;
	overflow: hidden;
}
#newslist #mainimage{ background-image: url(/images/mainvisual1.jpg); }
#contact #mainimage{ background-image: url(/images/mainvisual1.jpg); }

#home #mainimage{
	position: fixed;
	top: 100px;
	margin: 0;
	width: 100%;
	min-width: 1200px;
	height: calc(100vh - 100px);
}
#home #mainimage ul.slider{
	position: relative;
	height: 100%;
}
#home #mainimage ul.slider li{
	position: relative;
	height: 100%;
}
#home #mainimage ul.slider li img,
#home #mainimage ul.slider li video{
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	left: -2000px;
	right: -2000px;
	display: block;
	margin: auto;
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: calc(100vh - 100px);
}
#home #mainimage ul.slider .slick-list,
#home #mainimage ul.slider .slick-track{
	height: 100%;
}

#home #mainimage + article{
	margin-top: 100vh;
}

@media screen and (max-width: 640px) {
	#mainimage{
		margin: 70px 0 0;
		height: 12vh;
	}

	#home #mainimage{
		top: 70px;
		min-width: auto;
		height: calc(100vh - 70px);
	}
	#home #mainimage ul.slider li img,
	#home #mainimage ul.slider li video{
		top: 0;
		bottom: 0;
		width: auto;
		min-width: auto;
		height: calc(100vh - 70px);
		min-height: auto;
	}
	#home #mainimage strong{
		height: 2.6em;
		line-height: 1.3em;
		font-size: 3.4em;
		font-size: 10vw;
	}
	#home #mainimage img,
	#home #mainimage video{
		width: auto;
		min-width: auto;
		height: 100%;
		min-height: 80vh;
	}
}

#home #mainimage .pcNone{
	display: none;
}
@media screen and (max-width: 640px) {
	#home #mainimage .pcNone{
		display: block;
	}
	#home #mainimage .spNone{
		display: none;
	}
}

/***********************************
 home
***********************************/
/*** #message ***/
#home #message{
	position: relative;
	height: 730px;
}
#home #message strong{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	height: 1em;
	line-height: 1em;
	color: #ffffff;
	font-family: 'Archivo Black', sans-serif;
	font-size: 70px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.75;
}
#home #message strong span{
	color: #0000c7;
}

/*** #concept ***/
#home #concept p{
	display: inline-block;
	line-height: 2em;
	text-align: left;
}

/*** #news ***/
#home #news section{
	display: flex;
}
#home #news div.blockL{
	width: calc(70%);
}
#home #news div.blockR{
	width: calc(30% - 40px);
	margin: 105px 0 0 40px;
}

/*** #talent ***/
#home #talent{
	text-align: left;
}
#home #talent .row{
	margin: 0 0 150px;
}
#home #talent .row::after{
	position: absolute;
	bottom: -75px;
	left: 15%;
	right: 15%;
	height: 1px;
	background: url(/images/line_dot.png) repeat-x bottom;
	content: "";
}
#home #talent .row:last-child{
	margin: 0;
}
#home #talent .row:last-child:after{
	display: none;
}

#home #talent h3{
	position: relative;
	margin: 1em 0;
}
#home #talent h3::after{
    position: absolute;
    top: -1em;
    left: 0;
    display: block;
    width: 96px;
    height: 4px;
    content: "";
}
#home #talent h3 span{
	position: relative;
	display: inline-block;
	margin: 0 0 0 1.5em;
	color: #f3f3f3;
	font-weight: normal;
	font-size: 0.6em;
}
#home #talent h3 span::before,
#home #talent h3 span::after{
	position: absolute;
	top: 0;
	display: block;
	margin: auto;
	height: 1em;
}
#home #talent h3 span::before{
	left: -0.7em;
	content: "[";
}
#home #talent h3 span::after{
	right: -0.7em;
	content: "]";
}
#home #talent img{
	width: calc(100% - 10px);
}
#home #talent img:after{
	position: absolute;
	top: 10px;
	bottom: -10px;
	left: 10px;
	right: -10px;
	display: block;
	content: "";
}

#home #talent ul.sns{
	position: absolute;
	top: 2em;
	right: 80px;
}

#home #talent ul.remarks{
	margin: 0 0 1.5em;
}
#home #talent ul.remarks li{
	position: relative;
	display: inline-block;
	margin: 0 2em 0.3em 0;
	padding: 0 0 0 1.3em;
	min-width: 140px;
}
#home #talent ul.remarks li::before{
	position: absolute;
	top: 0.3em;
	bottom: 0.3em;
	left: 0em;
	display: block;
	background: #b89f00;
	width: 0.9em;
	content: "";
}

#home #talent .topics{
	margin: 1em 0 2em;
	padding: 0.8em 1em;
	background: #f9f9f9;
	height: 300px;
	border: none;
	overflow-y: auto;
}
#home #talent .topics::-webkit-scrollbar{
	width: 5px;
}
#home #talent .topics::-webkit-scrollbar-track{
	background-color: #c3c3c3;
}
#home #talent .topics::-webkit-scrollbar-thumb{
	background-color: #0101b8;
}
#home #talent .topics dt{
	display: inline-block;
	margin: 0.3em 0.2em 0;
	padding: 0 10px;
	min-width:120px;
	background: #757575;
	color: #ffffff;
}
#home #talent .topics dd{
	margin: 0.3em 0.5em 0.8em;
	padding: 0.8em 0.5em 0;
	border-top: dotted 1px #c3c3c3;
}
#home #talent .topics dt + dd{
	border-top: none;
}

#home #talent .topics.past{
	background: none;
	height: auto;
}
#home #talent .topics.past ul.disc{
	margin-bottom: 1em;
}
#home #talent .topics.past ul.disc > li > ul{
	list-style-type: circle;
	margin-left: 2.5em;
}
#home #talent .topics.past ul.disc + p{
	margin: -0.5em 0 1em 1.25em;
}










/*** #talent colorList ***/
#home #talent .blue h3::after{ background: rgba(0, 0, 184, 1); }
#home #talent .blue img{ box-shadow: 10px 10px rgba(0, 0, 184, 0.3); }
#home #talent .green h3::after{ background: rgba(42, 140, 0, 1); }
#home #talent .green img{ box-shadow: 10px 10px rgba(42, 140, 0, 0.3); }

#home #about iframe{
	margin: 0 0 100px;
	width: 100%;
	height: 350px;
}

@media screen and (max-width: 640px) {
	#home #message{
		height: calc(100vh - 70px);
	}
	#home #message strong{
		height: 2.6em;
		line-height: 1.3em;
		font-size: 3.4em;
		font-size: 10vw;
	}

	#home #concept p{
		text-align: center;
	}

	#home #news section{
		display: block;
	}
	#home #news div.blockL,
	#home #news div.blockR{
		width: 100%;
	}
	#home #news div.blockR{
		margin: 4em 0 0;
	}
	
	#home #talent .row{
		margin: 0 0 8em;
	}
	#home #talent .row::after{
		bottom: -4em;
	}

	#home #talent h3{
		margin: 1em 0;
	}
	#home #talent h3::after{
		top: unset;
		bottom: -0.3em;
		width: 2.5em;
		height: 3px;
	}

	#home #talent img{
		width: 88%;
		margin: 0 auto;
	}

	#home #talent ul.sns{
		position: relative;
		top: 0;
		right: unset;
		margin: 0 0 1.5em;
	}
}

/***********************************
 news
***********************************/
#news ul{
	line-height: 1.6em;
	text-align: left;
	font-size: 1.13em;
}
#news ul li{
	position: relative;
	padding: 28px 0 28px 310px;
	background: url(/images/line_dot.png) repeat-x bottom;
}
#news ul li:first-child{
	padding-top: 0;
}
#news ul li span:nth-child(1){
	position: absolute;
	left: 0px;
	width: 120px;
}
#news ul li span:nth-child(2){
	position: absolute;
	left: 120px;
	margin: 0 20px 0 0;
	width: 170px;
	height: 1.5em;
	color: #ffffff;
	text-align: center;
}
#news ul li span.others{
	background: #b89f00;
}
#news ul li span.miyazon{
	background: #0000b8;
}
#news ul li span.takenoko{
	background: #2a8c00;
}
@media screen and (max-width: 640px) {
	#news ul li{
		padding: 1em 0;
	}
	#news ul li span:nth-child(1){
		position: relative;
		display: block;
		padding: 0 0 0.5em;
		width: 100%;
	}
	#news ul li span:nth-child(1)::after{
		clear: both;
		display: block;
		content: "";
	}
	#news ul li span:nth-child(2){
		top: 0;
	}
	#news ul li span:nth-child(3),
	#news ul li a{
		margin: 0.5em 0 0;
	}
}

/***********************************
 newspage
***********************************/
#newspage p.date{
	text-align: right;
}

#newspage #newsBox{
	text-align:left;
	margin: 0 0 50px;
}
#newspage #newsBox:after{
	clear: both;
	display: block;
	content: "";
}

/*** h4, h5   -- For Editor ***/
#newspage #newsBox h4,
#newspage #newsBox h5{
	display: flex;
	font-weight: normal;
}
#newspage #newsBox h4{
	margin: 10px 0 20px;
	padding: 6px 0 4px 20px;
	font-size: 1.3em;
}
#newspage #newsBox h5{
	margin: 10px 0 15px;
	padding: 0 0 4px;
	font-size: 1.1em;
	border-bottom: dotted 1px #b1b1b1;
}
#newspage #newsBox p + h5{
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox h4{
		padding-left: 15px;
	}
}

/*** p, ul, ol   -- For Editor ***/
#newspage #newsBox p{
	margin: 10px 0 15px;
}
#newspage #newsBox img#photo1,
#newspage #newsBox img#photo2,
#newspage #newsBox img#photo3,
#newspage #newsBox img#photo4{
	display: block;
	width: auto;
	max-width: 50%;
}

#newspage #newsBox ul,
#newspage #newsBox ol{
	margin: 10px 0 15px 30px;
}
#newspage #newsBox ul{
	list-style-type: disc;
}

/*** img ***/
#newspage #newsBox img#photo1.fltL{
	margin: 15px 40px 30px 0;
}
#newspage #newsBox img#photo1.fltR{
	margin: 15px 0 30px 40px;
}
#newspage #newsBox img#photo2{
	float: left;
	max-width: calc(50% - 15px);
}
#newspage #newsBox img#photo3{
	float: right;
	width: calc(50% - 15px);
}
#newspage #newsBox img.photo4{
	float: left;
	margin: 0 15px 0 0;
	width: calc((100% / 3) - 10px);
}
#newspage #newsBox img.photo4:last-child{
	margin: 0;
}

/*** #relatedBox ***/
#newspage #relatedBox li{
	display: inline-block;
	margin: 0 5px 10px;
}
#newspage #relatedBox li a{
	display: block;
	padding: 5px 15px;
	min-width: 200px;
	border: solid 1px #cccccc;
	text-decoration: none;
	color: #282828;
}
#newspage #relatedBox li a:hover{
	background: #fcffd2;
}

@media screen and (max-width: 640px) {
	#newspage #newsBox img#photo1.fltL{
		margin: 5px 15px 15px 0;
	}
	#newspage #newsBox img#photo1.fltR{
		margin: 5px 0 15px 15px;
	}
	#newspage #newsBox img#photo2{
		float: left;
		max-width: calc(50% - 7px);
	}
	#newspage #newsBox img#photo3{
		float: right;
		width: calc(50% - 7px);
	}
	#newspage #newsBox img.photo4{
		margin: 0 9px 0 0;
		width: calc((100% / 3) - 6px);
	}
}
@media screen and (max-width: 450px) {
	#newspage #relatedBox li{
		display: block;
		margin: 0 0 10px;
	}
}


/***********************************
 privacy
***********************************/
#privacy section{
	text-align: left;
	max-width: 70%;
}
@media screen and (max-width: 640px) {
	#privacy section{
		max-width: calc(100% - 8vw);
	}
}

#privacy section ul{
	list-style-type: disc;
	margin-left: 1.25em;
	text-align: left;
}
#privacy section ul li,
#privacy section ol li{
	margin: 0 0 0.4em;
}

/***********************************
 contact
***********************************/
#contact footer > .container{
	display: none;
}

#contact table{
	margin: 0 auto 2em;
	max-width: 850px;
}
#contact table th{
	width: 150px;
}

#contact.confirm .btnBox{
	margin: 3em auto;
}
#contact.confirm .btnBox input.btn{
	display: inline-block;
	margin: 0 1em;
}

#contact.thanks a.btnTxt{
	margin-top: 5em;
}

@media screen and (max-width: 640px) {
	#contact table th{
		width: auto;
		text-align: left;
	}

	#contact.confirm .btnBox input.btn{
		width: 40%;
		min-width: 140px;
		margin: 0 0.8em;
	}
}

/***********************************
 privacy
***********************************/
p.law{
	padding: 0 20px 10px;
	text-align: left;
}
dl.law{
	margin: 0 20px 15px;
	text-align: left;
}
dl.law dt{
	margin: 0 0 10px 0;
	font-weight: bold;
}
dl.law dd{
	margin: 0 0 10px 20px;
}


/***********************************
 Animation
***********************************/
.animeBlock > *{
	opacity: 0;
}
.animeIn > *{
	animation-name: animeInMove;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
}
.animeIn > h2,
.animeIn > h2 strong{
	animation-name: animeInMove2;
	animation-delay: 0s;
}
#news .animeIn > *{
	animation-delay: 0s;
}

@keyframes animeInMove{
	from{
		opacity: 0;
		transform: translateX(-100px);
		}
	  to{
		opacity: 1;
		transform: translateX(0);
		}
}
@keyframes animeInMove2{
	from{
		opacity: 0;
		transform: translateX(100px);
		}
	  to{
		opacity: 1;
		transform: translateX(0);
		}
}
@media screen and (max-width: 640px) {
	@keyframes animeInMove{
		from{
			opacity: 0;
			transform: translateX(-30px);
			}
		  to{
			opacity: 1;
			transform: translateX(0);
			}
	}
	@keyframes animeInMove2{
		from{
			opacity: 0;
			transform: translateX(30px);
			}
		  to{
			opacity: 1;
			transform: translateX(0);
			}
	}
}

/***********************************
 Loading
***********************************/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
    z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #333;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}

/*応急処置*/
@media screen and (max-width: 640px) {
	#container{
		display: none;
	}
}
