@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue","Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	background: #fff;
	color: #000;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,header
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}


/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #000;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-ts {
	display: none !important;
}

@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}



/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}

/* animation
----------------------------------------------- */
@keyframes fadeInLeftLit {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftLit {
	animation-name: fadeInLeftLit;
}


@keyframes fadeInRightLit {
	from {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightLit {
	animation-name: fadeInRightLit;
}


@keyframes fadeInUpLit {
	from {
		opacity: 0;
		transform: translate3d(0, 40px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpLit {
	animation-name: fadeInUpLit;
}



/* loading
----------------------------------------------- */
.loading {
	opacity: 1;
	transition: opacity 1s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #2e1500;
	z-index: 9999;
}
.loading-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	text-align: center;
	transition: opacity 1s ease-in-out;
	padding: 0 30px;
}


@media (max-width: 1024px) {

}

@media (max-width: 767px) {

}





/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
}

.inner {
	max-width: 1520px;
	margin: 0 auto;
	padding: 0 20px;
}



/* header
----------------------------------------------- */
#header {
	position: fixed;
	z-index: 99;
	right: 0;
	top: 0;
}
@media (max-width: 767px) {
#header .headerlogo {
	width: 86px;
}
}


/* footer
----------------------------------------------- */
#footer {
	background: #000;
	padding: 30px 0 20px;
}
#footer .footerin {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}
#footer .footerbox {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#footer .footerlogo {
	flex-shrink: 0;
	margin-right: 20px;
}
#footer .footermess {
	
}
#footer .footeraddr {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
}
#footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
@media (max-width: 1024px) {
#footer .footerbox {
	justify-content: center;
}
}
@media (max-width: 767px) {
#footer .footerlogo {
	flex-shrink: 0;
	margin-right: 10px;
}
#footer .footeraddr {
	font-size: 13px;
}
#footer .copyright {
	font-size: 13px;
}
}


/* main
----------------------------------------------- */
.main {
	margin-bottom: 130px;
	overflow: hidden;
	position: relative;
}
.main .maintxt {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	z-index: 1;
}
.main .mainimg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

@media (max-width: 1024px) {
.main .mainimg img {
	height: 60vh;
}
}

@media (max-width: 767px) {
.main {
	margin-bottom: 60px;
}
.main .mainimg img {
	height: 50vh;
}
}



/* block
----------------------------------------------- */
.comblock {
	max-width: 1480px;
	margin: 0 auto 80px;
	display: flex;
	align-items: stretch;
}
.comblock.reverse {
	flex-direction: row-reverse;
}
.comblock .blockimg {
	width: 50%;
}
.comblock .blockslider {
	
}
.comblock .blockin {
	width: 50%;
	padding: 0 5% 0 9%;
}
.comblock.reverse .blockin {
	padding: 0 9% 0 5%;
}
.comblock .blockcont {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 0 75px;
	position: relative;
}
.comblock .blocklogo {
	text-align: center;
	margin-bottom: 25px;
}
.comblock .blocktxt {
	text-align: left;
	font-size: 15px;
	line-height: 1.65;
	font-weight: 500;
	margin-bottom: 20px;
}
.comblock .blockmess li {
	color: #707070;
	display: flex;
	align-items: flex-start;
	font-size: 15px;
	line-height: 1.6;
}
.comblock .blockmess .messtit {
	flex-shrink: 0;
}
.comblock .blockmess .messtxt {
	
}
.comblock .blocksns {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	z-index: 1;
}
.comblock .blocksns li {
	margin-right: 35px;
	position: relative;
}
.comblock .blocksns li a {
	display: block;
}
div.kol{
	width:190px;
	position: absolute;
	bottom:0;
}
.comblock .blocksns li:nth-child(2) {
	margin-right: 10px;
}
@media (max-width: 1024px) {
.comblock {
	padding: 0 20px;
	display: block;
}
.comblock .blockimg {
	width: auto;
	max-width: 740px;
	margin: 0 auto 50px;
}
.comblock .blockin {
	width: auto;
	padding: 0;
}
.comblock.reverse .blockin {
	padding: 0;
}
}

@media (max-width: 767px) {
.comblock {
	margin: 0 auto 40px;
}
.comblock .blockimg {
	margin: 0 auto 30px;
}
.comblock .blockcont {
	height: auto;
}
.comblock .blocksns li {
	margin-right: 20px;
	width: 40px;
}
.comblock .blocksns li:last-child {
	margin-right: 0px;
	width: auto;
}
}



@keyframes zoomUp {
	0% {
		transform: scale(1.4);
	}
	100% {
		transform: scale(1); /* 拡大率 */
	}
}
.add-animation {
	animation: zoomUp 10s linear 0s normal both;
}






