@charset "utf-8";

.lower_h1 {
	font-family: "ZenKurenaido", sans-serif;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}

/*-----header-----*/
.header {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 100vw;
}
.header__contact {
	position: absolute;
	top: 0;
	right: 10px;
	padding-right: 32px;
	/* background:
		url(../img/common/contact_arrow.png)right bottom/26px auto no-repeat; */
	/* font-family: "Sawarabi Gothic", sans-serif; */
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.2em;
	line-height: 1;
	color: #fff;
	-webkit-transition: all .2s 0s ease;
	transition: all .2s 0s ease;
	border: 1px solid #000005;
	background-color: #e50012;
	padding: 10px;
	text-shadow: none;
	font-family: 'Gyosho';
	font-family: "ZenKurenaido", sans-serif;
font-weight: 700;
}
.header__contact:active,
.header__contact:hover {
	color: #000005;
	/* background:
		url(../img/common/contact_arrow_hover.png)right bottom/26px auto no-repeat; */
}
.header__contact-img {
	height: 8px;
}
.header__wrap {
	position: absolute;
	top: calc(100vh * 0.2);
	left: 0;
}
.header__logo {
	margin-bottom: 40px;
	width: 100px;
}
.header__c {
	position: absolute;
	right: 5px;
	/* top: calc(100vh * 0.4); */
	width: auto;
	top: 50px;
	z-index: 2;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (max-width: 1100px) {
	.header__c {
		/* right: 10px; */
	}
	.header__wrap {
		top: 75px;
		display: none;
	}
	.header__logo {
		margin-bottom: 0;
		width: 70px;
		height: auto;
	}

}
@media screen and (max-width: 700px) {
	.header__contact {
		position: absolute;
		top: auto;
		right: 10px;
		bottom: 20px;
		font-size: 12px;
	}
	.header__contact-img {
		height: 9px;
	}
	.header__c {
		/* right: auto; */
		/* left: 7px; */
		/* top: 0; */
		/* height: 510px; */
		/* top: calc(100vh * 0.2); */
		/* -webkit-transform: rotate(180deg); */
		/* transform: rotate(180deg); */
		width: auto;
		/* display: none; */
	}
	.header__wrap {
		top: 5px;
		left: 5px;
	}

	.header__logo {
		margin-bottom: calc((100vh - 195px) * 0.57);
		width: 161px;
		margin: 0;
		position: absolute;
		top: 40px;
		left: 5px;
		height: auto;
		display: none;
	}

	.lower_h1::before {
		/* content: "";
		background: url(../img/common/logo2.png) no-repeat;
		width: 90%;
		height: auto;
		position: absolute;
		left: 0;
		top: 0; */
	}
	.lower_h1 {
		width: 90%;
		left: 0;
		text-align: left;
		font-size: 10px;
	}

}
/*=============================
.btn-trigger
=============================*/
.btn-trigger {
	position: relative;
	z-index: 2;
	/*width: 30px;*/
	width: 80px;
	height: 20px;
	cursor: pointer;
}
.btn-trigger span {
	position: absolute;
	left: 0;
	/*width: 100%;*/
	width: 30px;
	height: 1px;
	background-color: #fff;
}
.btn-trigger,
.btn-trigger span {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
	top: 0;
}
.btn-trigger span:nth-of-type(2) {
	top: 10px;
}
.btn-trigger span:nth-of-type(3) {
	top: 20px;
}
/*=============================
#btn02
=============================*/
#btn02.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#btn02.active span:nth-of-type(2) {
	opacity: 0;
}
#btn02.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}
.nav__button {
	/*
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	*/
	background: #e50012;
	padding: 10px;
	width: 100vw;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border: 1px solid #000005;
	/* display: none; */
	max-width: 54px;
}
.nav__button-txt {
	/* font-family: sans-serif; */
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 22.5px;
	margin-left: 12px;
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 3px;
	text-shadow: none;
	font-family: 'Gyosho';
	font-family: "ZenKurenaido", sans-serif;
font-weight: 700;
}
.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	width: 270px;
	left: 50px;
	z-index: 0;
	opacity: 0;
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
	border: 1px solid #000005;
	/* border-left: none; */
	height: 46px;
	justify-content: center;
}
.move {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition-duration: 1000ms;
	transition-duration: 1000ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
	background: #e50012;
}
.nav__list a {
	background: #e50012;
	padding: 10.8px;
	/* font-family: sans-serif; */
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 22.5px;
	display: block;
	-webkit-transition: all .2s 0s ease;
	transition: all .2s 0s ease;
	text-shadow: none;
	/* font-family: 'Gyosho'; */
	font-family: "ZenKurenaido", sans-serif;
	font-weight: 700;
	white-space: nowrap;
}
.nav__list a:active,
.nav__list a:hover{
	color: #000005;
}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 700px) {
	.nav__button {
		/* display: block; */
		padding: 0px 6px 20px;
		width: 35px;
		left: auto;
		right: 0;
		z-index: 9999;
	}
	.nav__button-txt {
		letter-spacing: 0;
		line-height: 22.5px;
		margin-left: auto;
		margin: 5px auto 0;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		/* text-orientation: upright; */
		text-transform: uppercase;
		top: auto;
		bottom: 10px;
		right: 50%;
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		width: 100%;
		padding: 5px;
	}
	.nav__list {
		display: block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		position: absolute;
		width: 34px;
		height: 165px;
		left: auto;
		right: 0;
		top: 35px;
		-webkit-transform: translate(0, -250px);
		transform: translate(0, -250px);
		z-index: 9998;
	}
	.nav__list a {
		padding: 10px 5px;
		letter-spacing: 0;
		margin: auto;
		line-height: 22.5px;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		/* text-orientation: upright; */
		text-transform: uppercase;
		-webkit-transition: none;
		transition: none;
		width: 100%;
	}
	.move {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		border: 1px solid #000005;
		/* border-top: none; */
		background: #e50012;
		height: 235px;
	}
	.btn-trigger {
		width: 20px;
		height: 4px;
	}
	.btn-trigger span {
		width: 100%;
	}
	#btn02.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(45deg);
		transform: translateY(9px) rotate(45deg);
	}
}
/*-----/header-----*/
/*-----footer-----*/
.footer {
	/* background: url(../img/common/footer-bg2.png) no-repeat top; */
	background-size: cover;
	position: relative;
}
.footer__bg {
	/* background: url(../img/common/footer-bg2.png) no-repeat top; */
	/* background-size: auto 700px; */
	padding: 380px 20px 80px;
	position: relative;
	background: #e60012;
	/* color: #333; */
	/* color: rgba(255, 255, 255, 0.8); */
    /* text-shadow: none; */
    /* -webkit-text-stroke: 1.3px rgba(255, 255, 255, 0.8);
    text-stroke: 1.3px rgba(255, 255, 255, 0.8);
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8); */
	/* text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8); */
	font-family: "ZenKurenaido", sans-serif;
	font-weight: 700;
}
.footer__logo {
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: auto;
	/* max-width: 350px; */
	height: auto;
    max-width: 383px;
}
.footer__wrap {
	max-width: 920px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 auto 30px;
	position: relative;
}
.footer__access {
	max-width: 565px;
	width: 50%;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.85;
	font-weight: bold;

}
.footer__summary {
	max-width: 565px;
	width: 50%;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 0.04em;
	line-height: 1.85;
	margin-left: auto;
	font-weight: bold;
}
.footer__summary a {
	text-decoration: underline;
	color: #ffff00;
	-webkit-text-stroke: #ff0;
	text-stroke: #ffff00;
}
.footer__link {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}
.footer__link-img {
	margin: auto;
	padding-right: 230px;
	height: 16px;
}
@media screen and (max-width: 1100px) {
	.footer__wrap {
		max-width: 700px;
	}
	.footer__access {
		font-size: 16px;
		max-width: 350px;
	}
	.footer__summary {
		font-size: 16px;
		max-width: 350px;
	}
	.footer__link-img {
		height: 13px;
		padding-right: 100px;
	}
}
@media screen and (max-width: 700px) {
	.footer__bg {
		padding: 250px 25px 100px;
		/* background: url(../img/common/footer-bg2.jpg)top/auto auto no-repeat #0d0d0d; */
	}
	.footer__wrap {
		display: block;
	}
	.footer__access {
		margin: 0 auto 25px;
		width: 100%;
		max-width: 100%;
	}
	.footer__summary {
		margin: auto;
		width: 100%;
		max-width: 100%;
	}
	.footer__link {
		position: relative;
		margin-left: auto;
		display: block;
	}
	.footer__link-img {
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 31px;
	}
	.footer__logo {
		top: 60px;
		width: 222px;
		height: auto;
	}
}
/*-----/footer-----*/
/*-----map-----*/
.map {
	max-width: 900px;
	width: 100%;
	margin: auto;
}
.map__iframe {
	display: block;
	width: 100%;
	height: 400px;
}
@media screen and (max-width: 1100px) {
	.map {
		max-width: 700px;
	}
}
@media screen and (max-width: 700px) {
	.map {
		display: block;
	}
}
/*-----/map-----*/
/*-----nav-----*/
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 700px) {
}
/*-----/nav-----*/
/*-----link-button-----*/
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 700px) {
}
/*-----/link-button-----*/
/*-----common-----*/
/* body {
	cursor: url(../img/common/circle-r.svg), default;
} */
/* a {
	cursor: url(../img/common/circle-r-b.svg), default;
} */
.heading {
	/* font-family: "Sawarabi Gothic", sans-serif; */
	font-family: 'Gyosho',"HGGyoshotai";
	font-weight: normal;
	font-size: 60px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	text-align: center;
	color: #fefefe;
	position: relative;
}
/* .heading::after {
	content: "";
	position: absolute;
	background: url(../img/common/circle-r.svg) no-repeat center;
	background-size: 6px auto;
	width: 14px;
	height: 6px;
} */
.heading--tf {
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
	padding-right: 22%;
	position: absolute;
	left: 0;
	right: 0;
	top: 35px;
}
@media screen and (max-width: 1100px) {
	.heading {
		font-size: 42px;
	}
	.heading--tf {
		padding-right: 18%;
	}
}
@media screen and (max-width: 700px) {
	.heading::after {
		background-size: 5px auto;
		width: 15px;
		height: 5px;
	}
	.heading--tf {
		-webkit-transform: rotate(-6deg);
		transform: rotate(-6deg);
		padding-right: 0;
		margin-right: -10px;
		top: 22px;
	}
}
/*フェード*/
.fade-in {
	opacity: 0;
	-webkit-transition-duration: 1700ms;
	transition-duration: 1700ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.fade-in2 {
	opacity: 0;
	-webkit-transition-duration: 5000ms;
	transition-duration: 5000ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.fade-in-timing2 {
	opacity: 0;
	-webkit-transition-duration: 1700ms;
	transition-duration: 1700ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.fade-in-timing3 {
	opacity: 0;
	-webkit-transition-duration: 1700ms;
	transition-duration: 1700ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.fade-in-timing4 {
	opacity: 0;
	-webkit-transition-duration: 1700ms;
	transition-duration: 1700ms;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: opacity, transform;
	transition-property: opacity, transform, -webkit-transform;
}
.fade-in-up {
	-webkit-transform: translate(0, 50px);
	transform: translate(0, 50px);
}
.fade-in-up2 {
	-webkit-transform: translate(0, 50px) rotate(-6deg);
	transform: translate(0, 50px) rotate(-6deg);
}
.fade-in-down {
	-webkit-transform: translate(0, -50px);
	transform: translate(0, -50px);
}
.fade-in-left {
	-webkit-transform: translate(-50px, 0);
	transform: translate(-50px, 0);
}
.fade-in-right {
	-webkit-transform: translate(50px, 0);
	transform: translate(50px, 0);
}
.scroll-in {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.scroll-in2 {
	opacity: 1;
	-webkit-transform: translate(0, 0) rotate(-6deg);
	transform: translate(0, 0) rotate(-6deg);
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 700px) {
}
/*-----/common-----*/
/*-----op-----*/
.op {
	width: 100vw;
	height: 100vh;
	background: #e50012;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999999;
	overflow: hidden;
}
.anime__wrap {
	max-width: 910px;
	max-height: 650px;
	height: 100%;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.anime__wrap img {
	/* width: 70px; */
	height: auto;
}
.anime img {
	display: block;
	position: absolute;
}

.mainSite {
	position: relative;
}

.footer__fixed {
	display: none;
}
@media screen and (max-width: 800px) {
	.footer__fixed {
		position: fixed;
		bottom: 0;
		display: flex;
		width: 100%;
		align-items: center;
		background: #000005;
		border-top: solid 2px #fff;
		z-index: 1;
		gap: 10px;
		justify-content: center;
	}
	.footer__fixed_item {
        width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.footer__fixed_item img {
		display: inline-block;
		vertical-align: middle;
	}
	.footer__fixed_item_img {
		max-width: 30%;
		/* padding-bottom: 10px; */
        border-right: solid 1px #fff;
		background: #e60012;
	}

	.footer__fixed::after {
		/* content: "";
		background: url(../img/common/copy.png) no-repeat center;
		background-size: contain;
		max-width: 98%;
		width: 344px;
		height: 9px;
		position: fixed;
		bottom: 2px;
		right: 0;
		left: 0;
		margin: auto;
		z-index: 1; */
	}

	.header__c {
		/* left: 3px;
		right: unset; */
	}


}
/*-----/op-----*/

@media screen and (max-width: 700px) {
	.anime__wrap img {
		/* width: 60px; */
		height: auto;
		padding-bottom: 80px;
	}
	.footer__fixed_item {
		font-size: 18px;
	}
	.footer__fixed_item_img {
		max-width: 40%;
	}
}

@media screen and (max-width: 340px) {
	.footer__fixed_item {
		font-size: 15px;
	}
}