@charset "utf-8";

/* -------------------------------------------------
	reset
------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

html {
}

body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #dc0514;
	position: relative;
	font-family: "Yu Gothic", "游ゴシック", "Yu Gothic", "YuGothic", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	letter-spacing: 0.1em;
}

p, h1, h2, h3, h4, th, td, li, dt, dd, figcaption, input, select, textarea {
	font-weight: normal;
}

img {
	border: none;
	max-width: 100%;
	height: auto;
}

iframe {
	border: none;
}

a {
	color: #dc0514;
	text-decoration: none;
}
a:hover {
	
}

ul, ol {
	list-style-type: none;
}

main {
	display: block;
}

@media print, screen and (min-width:768px) {
	body {
		padding-top: 90px;
	}
}

@media screen and (max-width:767px) {
	body {
		padding-top: calc(270 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	box (memo 1320,1040,520,140)
------------------------------------------------- */

.box1040 {
	width: 96%;
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
}
.box1240 {
	width: 96%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
}

@media print, screen and (min-width:768px) {
	.box760 {
		max-width: 760px;
		width: calc(100% - 220px);
		position: relative;
	}
	.box970 {
		max-width: 970px;
		width: calc(100% - 220px);
		position: relative;
	}
}

@media screen and (max-width:767px) {
	.box1040,
	.box1240 {
		width: auto;
	}
	.box-sp {
		width: calc(650 / 750 * 100vw);
		margin: 0 auto;
		position: relative;
	}
}

/* -------------------------------------------------
	h
------------------------------------------------- */

.h-normal {
	margin-bottom: 75px;
	font-size: 30px;
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.h-style1 span {
	display: block;
	letter-spacing: 0.1em;
	color: #000;
}
.h-style1 .cate {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}
.h-style1 .title {
	margin-top: 0.5em;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

.h-red {
	padding: 2px;
	margin-bottom: 20px;
	font-size: 15px;
	background: #d20a1e;
	color: #fff;
	display: inline-block;
}

@media screen and (max-width:767px) {
	.h-normal {
		margin-bottom: calc(30 / 750 * 100vw);
		font-size: calc(40 / 750 * 100vw);
	}
	
	.h-style1 .cate {
		font-size: calc(30 / 750 * 100vw);
	}
	.h-style1 .title {
		font-size: calc(50 / 750 * 100vw);
	}
	
	.h-red {
		margin-bottom: 5vw;
		font-size: calc(24 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	lead-style1
------------------------------------------------- */

.lead-style1 {
	margin-top: 40px;
}
.lead-style1 p {
	font-size: 16px;
	line-height: calc(38 / 16);
}
.lead-style1 p + p {
	margin-top: 1.7em;
}

@media screen and (max-width:767px) {
	.lead-style1 {
		margin-top: calc(50 / 750 * 100vw);
	}
	.lead-style1 p {
		font-size: calc(28 / 750 * 100vw);
		line-height: calc(50 / 28);
	}
	.lead-style1 p + p {
		margin-top: 1.6em;
	}
}

/* -------------------------------------------------
	slide-area
------------------------------------------------- */

.slide-area {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}
.slide-area .inner {
	max-width: 1040px;
}

@media screen and (max-width:767px) {
	.slide-area {
		margin-top: calc(70 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	staff-area
------------------------------------------------- */

#staff-area {
	margin-top: 210px;
}
#staff-area .h-style1 {
	margin-bottom: 55px;
}
#staff-area .name {
	font-size: 18px;
	font-weight: bold;
}
#staff-area .small {
	margin-top: 0.5em;
	font-size: 12px;
	line-height: 1.7;
}
#staff-area .desc {
	margin-top: 1em;
	font-size: 13px;
	line-height: calc(28 / 13);
}
#staff-area .descYear {
	margin-top: 1em;
	font-size: 13px;
	line-height: calc(28 / 13);
	display: flex;
	flex-wrap: wrap;
}
#staff-area .descYear dt {
	width: 70px;
}
#staff-area .descYear dd {
	width: calc(100% - 70px);
}

#staff-area a {
	text-decoration: underline;
	transition: opacity 0.2s ease-out;
}

#staff-area .staff-cate + .staff-cate {
	margin-top: 45px;
}

#staff-area .person + .person {
	margin-top: 40px;
}

@media print, screen and (min-width:768px){
	#staff-area a:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width:767px) {
	#staff-area {
		margin-top: calc(180 / 750 * 100vw);
	}
	#staff-area .h-style1 {
		margin-bottom: calc(75 / 750 * 100vw);
	}
	#staff-area .name {
		font-size: calc(30 / 750 * 100vw);
	}
	#staff-area .small {
		font-size: calc(24 / 750 * 100vw);
	}
	#staff-area .desc {
		font-size: calc(24 / 750 * 100vw);
	}
	#staff-area .descYear {
		font-size: calc(24 / 750 * 100vw);
	}

	#staff-area .staff-cate + .staff-cate {
		margin-top: calc(70 / 750 * 100vw);
	}

	#staff-area .person + .person {
		margin-top: calc(60 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	header
------------------------------------------------- */

header .ttl1Wrap {
	width: 52px;
	position: fixed;
	top: 0;
	right: 105px;
	z-index: 110;
	transition: opacity 0.2s ease-out;
}
header .title1 {
	width: 52px;
	position: absolute;
	top: 0;
	left: 0;
}

header .ttl1SubWrap {
	width: 27px;
	position: fixed;
	top: 0;
	right: 174px;
	z-index: 110;
	transition: opacity 0.2s ease-out;
}
header .title1Sub {
	width: 27px;
	position: absolute;
	top: 0;
	left: 0;
}

@media print, screen and (min-width:768px) {
	header.on .ttl1Wrap,
	header.on .ttl1SubWrap {
		opacity: 0;
	}
}

@media screen and (max-width:767px) {
	header .ttl1Wrap {
		right: auto;
		left: 0;
		top: calc(40 / 750 * 100vw);
	}
	header .title1 {
		width: calc(470 / 750 * 100vw);
		max-width: inherit;
	}
	header .ttl1SubWrap {
		right: auto;
		left: 0;
		top: calc(136 / 750 * 100vw);
	}
	header .title1Sub {
		width: calc(340 / 750 * 100vw);
		max-width: inherit;
	}
}

@media (max-width:767px) and (orientation:landscape) {
	header .ttl1Wrap {
		top: calc(30 / 750 * 100vw);
	}
	header .title1 {
		width: calc(280 / 750 * 100vw);
		transition: font-size 0.2s ease-out, top 0.2s ease-out;
	}
	
	header .ttl1SubWrap {
		top: calc(86 / 750 * 100vw);
	}
	header .title1Sub {
		width: calc(202 / 750 * 100vw);
		transition: font-size 0.2s ease-out, top 0.2s ease-out;
	}
}

/* -------------------------------------------------
	header > menu-btn
------------------------------------------------- */

#menu-btn {
	width: 60px;
	height: 60px;
	background: #d20a1e;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 110;
	display: block;
	transition: background 0.2s ease-out;
}
#menu-btn span {
	width: 30px;
	height: 1px;
	background: #000;
	display: block;
	position: absolute;
	left: 15px;
	transition: all 0.2s ease-out;
}
#menu-btn span:nth-child(1) { top: 40%; }
#menu-btn span:nth-child(2) { top: 50%; }
#menu-btn span:nth-child(3) { top: 60%; }

.on #menu-btn { background: #000; }
.on #menu-btn span { background: #d20a1e; }
.on #menu-btn span:nth-child(1) { top: 50%; transform: rotate(45deg); }
.on #menu-btn span:nth-child(2) { opacity: 0; }
.on #menu-btn span:nth-child(3) { top: 50%; transform: rotate(-45deg); }

@media screen and (max-width:767px) {
	#menu-btn {
		width: calc(120 / 750 * 100vw);
		height: calc(120 / 750 * 100vw);
	}
	#menu-btn span {
		width: calc(60 / 750 * 100vw);
		left: calc(30 / 750 * 100vw);
	}
}
@media (max-width:767px) and (orientation:landscape) {
	#menu-btn {
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
	}
	#menu-btn span {
		width: calc(30 / 750 * 100vw);
		left: calc(15 / 750 * 100vw);
	}
}

/* -------------------------------------------------
	header > menu-panel
------------------------------------------------- */

#menu-panel {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	white-space: nowrap;
	display: none;
}
#menu-panel .inner {
	width: 100%;
	height: 100%;
	background: #d20a1e;
}
#gnav li {
	margin-top: 1em;
	font-size: 30px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    letter-spacing: 0.15em;
}
#gnav li a {
	color: #000;
	transition: color 0.2s ease-out;
}

@media print, screen and (min-width:768px) {
	#menu-panel .inner {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .pc-two-col {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#menu-panel .menuTtlWrap {
		display: flex;
		flex-direction: column;
	}
	#menu-panel img.title2 {
		width: 360px;
	}
	#menu-panel img.title2Sub {
		width: 253px;
		margin-top: 2vh;
	}
	#menu-panel nav {
		margin-left: 13%;
	}
	#gnav li a:hover {
		color: #fff;
	}
}

@media screen and (max-width:767px) {
	#gnav {
		padding: 42vw 0 0 10vw;
	}
	#gnav li {
		margin-top: 1.3em;
		font-size: calc(40 / 750 * 100vw);
	}
}

@media (max-width:767px) and (orientation:landscape) {
	#gnav {
		padding: 16vw 0 0 10vw;
	}
	.on #gnav li {
		margin-top: 0.8em;
		font-size: calc(40 / 750 * 100vw * 0.6);
	}
}

/* -------------------------------------------------
	footer
------------------------------------------------- */

footer {
	padding: 100px 0 0;
}
footer .group .ticket {
	width: 270px;
	height: 80px;
	background: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	transition: background 0.6s ease-out;
}
footer .group .copyright {
	color: #000;
	font-size: 12px;
	letter-spacing: 0.04em;
	margin-left: 2.5em;
}

@media print, screen and (min-width:768px) {
	footer .group {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
	}
	footer .group .ticket:hover {
		background: rgba(0,0,0,0.7);
	}
}

@media screen and (max-width:767px) {
	footer {
		padding: 16vw 0 7vw;
	}
	footer .group {
		text-align: right;
	}
	footer .group .ticket {
		width: calc(375 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		font-size: calc(24 / 750 * 100vw);
		display: inline-flex;
	}
	footer .group .copyright {
		margin: 7vw 0 0;
		font-size: calc(18 / 750 * 100vw);
		text-align: center;
		letter-spacing: 0;
	}
}


/* -------------------------------------------------
	responsive
------------------------------------------------- */

@media print, screen and (min-width:768px) {
	.pc-none {
		display: none !important;
	}
}

@media screen and (max-width:767px) {
	.sp-none {
		display: none !important;
	}
}

/* -------------------------------------------------
	print
------------------------------------------------- */

@media print {
	body {
		width: 980px !important;
	}
}



.u-ar {
	text-align: right;
}

.u-ac {
	text-align: center;
}