@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font: inherit;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

img {
	vertical-align: top;
}

body {
	color: #000;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-family: -apple-system, "Noto Sans JP", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
	line-height: 1.8;

	-ms-hyphens: auto;
	-webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
	font-family: Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

/* --------
  汎用クラス
-------- */

.clr:after, .cols:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/* --------
  デフォルト
-------- */

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6rem;
}

img {
	max-width: 100%;
}

a {
	outline: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

/* --------
  共通レイアウト
-------- */

.inner {
	margin: 0 auto;
	padding: 0 10px;
	max-width: 800px;
}

.container {
	position: relative;
	overflow: hidden;
	min-width: 320px;
}

.edgeBottom {
	position: relative;
	overflow: hidden;
}

.edgeBottom:after {
	position: absolute;
	right: 0;
	bottom: -300px;
	left: 0;
	display: block;
	height: 330px;
	background-color: #fff;
	content: "";
	-webkit-transform: skewY(-6.5deg);
	-ms-transform: skewY(-6.5deg);
	transform: skewY(-6.5deg);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.para {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	height: 620px;
}

.para img {
	position: relative;
	top: 50%;
	left: 50%;
	max-width: inherit;
	max-width: initial;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.para:before, .para:after {
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	height: 180px;
	background-color: #fff;
	content: "";
	-webkit-transform: skewY(-6.5deg);
	-ms-transform: skewY(-6.5deg);
	transform: skewY(-6.5deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.para:before {
	top: -90px;
	z-index: 2;
}

.para:after {
	bottom: -90px;
	z-index: 2;
}

.para.para2:before, .para.para2:after {
	-webkit-transform: skewY(6.5deg);
	-ms-transform: skewY(6.5deg);
	transform: skewY(6.5deg);
}

.fadein {
	position: relative;
	opacity: 0;
	-webkit-transition: 1s .1s;
	-o-transition: 1s .1s;
	transition: 1s .1s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.fadein.show {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* --------
  
-------- */

.header {
	color: #fff;
}

.header .asahi {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	width: 90px;
}

.header .info {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	text-align: right;
}

.header .info p {
	font-size: 12px;
	font-size: 1.2rem;
}

.header .info .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: center;
	margin-top: 10px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.header .info .sns p {
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "Roboto", -apple-system, "Noto Sans JP", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.header .info .sns div {
	margin-left: 10px;
	width: 30px;
}

.mainimg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	overflow: hidden;
	min-height: 780px;
	max-height: 1100px;
	height: calc(100vh + 30px);
	background-color: #000;

	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.mainimg .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/mainimg-bg.jpg) 50% 40% no-repeat;
}

.mainimg h1 {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
	background-color: #c60000;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	font-weight: bold;
}

.mainimg h1 small {
	display: block;
	font-style: italic;
	font-size: 20px;
	font-size: 2rem;
	font-family: "Roboto", -apple-system, "Noto Sans JP", BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Helvetica, Arial, "メイリオ", "Meiryo", Osaka, sans-serif;
}

.mainimg h1 span {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
}

.mainimg h1 strong {
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
}

.mainimg .link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.mainimg .link a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	color: #fff;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
}

.mainimg .link a figure {
	overflow: hidden;
	width: 280px;
	height: 200px;
}

.mainimg .link a figure img {
	position: relative;
	left: 50%;
	max-width: inherit;
	max-width: initial;
	height: 110%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.mainimg .link a .txt {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% - 280px);
}

.mainimg .link a .txt .ttlimg {
	margin-bottom: 10px;
	padding: 0 0 12px 20px;
	border-bottom: 1px solid #c60000;
}

.mainimg .link a .txt .ttlimg img {
	width: 364px;
	height: 45px;
}

.mainimg .link a .txt .ttl {
	padding: 0 24px;
	background: url(../img/arrow-down.svg) 100% 8px no-repeat;
	background-size: 16px 47px;
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}

.mainimg .link a .txt .ttl small {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}

.mainimg .link.link2 {
	-ms-flex-pack: end;
	-ms-flex-align: center;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.mainimg .link.link2 a {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
}

.mainimg .link.link2 a .txt .ttlimg {
	padding: 0 20px 10px 0;
}

.mainimg .link.link2 a .txt .ttlimg img {
	width: 364px;
	height: 45px;
}

.mainimg .link.link2 a .txt .ttl {
	background-position: 0 8px;
	text-align: left;
}

.lead {
	padding: 90px 0;
	font-weight: bold;
}

section {
	margin-bottom: 100px;
}

section header {
	padding-bottom: 10px;
	background-color: #000;
	color: #fff;
}

section header:before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 50px;
	background-color: #fff;
	content: "";
}

section header .flex {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	margin-bottom: 70px;

	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

section header figure {
	width: 50%;

	-ms-flex-negative: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

section header figure span {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 360px;
}

section header figure span img {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}

section header h2 {
	padding-top: 70px;
	padding-right: 12px;
}

section header h2 .ttlimg {
	display: block;
	margin-bottom: 20px;
	padding: 0 0 25px 25px;
	border-bottom: 1px solid #c60000;
	text-align: left;
}

section header h2 .ttlimg img {
	width: 520px;
	height: 63px;
}

section header h2 .ttl {
	display: block;
	padding: 0 0 0 25px;
	font-weight: bold;
	font-size: 26px;
	font-size: 2.6rem;
}

section header h2 .ttl small {
	display: block;
	text-align: right;
	font-size: 22px;
	font-size: 2.2rem;
}

section header > .inner {
	padding-bottom: 165px;
	font-weight: bold;
}

section .block h3 {
	margin-bottom: 50px;
}

section .block h3 span {
	display: inline-block;
	padding: 8px 10px;
	background-color: #c60000;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.4;
}

section .block p {
	margin-bottom: 2em;
}

section .block p em {
	font-weight: bold;
}

section .block p small {
	font-size: 12px;
	font-size: 1.2rem;
}

section .block .bnr {
	margin-top: 100px;
	text-align: right;
}

section .block .bnr img {
	width: 500px;
}

section .block .youtube {
	margin-top: 100px;
	text-align: center;
}

section .block .youtube img {
	width: 500px;
}

section .block .profile {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	margin-top: 100px;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

section .block .profile figure {
	width: 270px;
}

section .block .profile .txt {
	width: calc(100% - 300px);
	font-size: 14px;
	font-size: 1.4rem;
}

section .block .profile .txt strong {
	display: block;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}

section#interview02 header .flex {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;

	-webkit-box-direction: reverse;
	-webkit-box-orient: horizontal;
}

section#interview02 header .flex h2 {
	padding-right: 0;
	padding-left: 12px;
}

section#interview02 header .flex h2 .ttlimg {
	padding: 0 25px 25px 0;
}

section#interview02 header .flex h2 .ttl {
	padding: 0 25px 0 0;
}

footer {
	position: relative;
	margin-top: 100px;
	padding: 30px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

footer .pagetop {
	position: absolute;
	top: -40px;
	right: 20px;
	z-index: 100;
}

footer .pagetop a {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	-ms-flex-align: center;
	width: 80px;
	height: 80px;
	background-color: #c60000;

	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

footer .pagetop a img {
	width: 24px;
	height: 12px;
}

.fixbtn {
	position: fixed;
	right: 0;
	bottom: 70px;
	z-index: 99;
	display: none;
	background-color: #fff;
}

@media all and (min-width: 759px) {
	.forsp {
		display: none;
	}

	a:hover {
		opacity: .7;
	}

	.fixbtn.abs {
		position: absolute;
		bottom: 185px;
	}
}

@media all and (min-width: 1501px) {
	section header .flex {
		-ms-flex-align: center;

		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
	}

	section header figure span {
		padding-bottom: 51.428%;
		height: 0;
	}
}

@media all and (min-width: 2001px) {
	.edgeBottom:after {
		bottom: -410px;
		height: 410px;
	}

	section header > .inner {
		padding-bottom: 220px;
	}
}

@media all and (max-width: 1440px) {
	footer {
		margin-top: 300px;
	}
}

@media all and (max-width: 1000px) {
	footer {
		padding: 46px 0 30px;
	}
}

@media all and (max-width: 758px) {
	.forpc {
		display: none;
	}

	.inner {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.para {
		height: 380px;
	}

	.para img {
		height: 110%;
	}

	.para:before, .para:after {
		height: 120px;
	}

	.para:before {
		top: -70px;
	}

	.para:after {
		bottom: -70px;
	}

	.header .asahi {
		top: 8px;
		left: 6px;
		width: 60px;
	}

	.header .info {
		top: 0;
		right: 0;
		width: calc(100vw - 90px);
	}

	.header .info p {
		position: absolute;
		top: 8px;
		right: 6px;
		font-size: 1rem;
	}

	.header .info .sns {
		position: absolute;
		top: 25px;
		right: 6px;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 10px 0 0 auto;
		margin-top: 0;
		width: 25px;
		height: 116px;
		line-height: 1;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	.header .info .sns p {
		width: 1em;
		height: 4em;
		font-size: 1.2rem;
	}

	.header .info .sns p span {
		display: block;
		width: 4em;
		height: 1em;
		-webkit-transform: rotate(90deg) translate(-25%, -50%);
		-ms-transform: rotate(90deg) translate(-25%, -50%);
		transform: rotate(90deg) translate(-25%, -50%);
		-webkit-transform-origin: 0% 50%;
		-ms-transform-origin: 0% 50%;
		transform-origin: 0% 50%;
	}

	.header .info .sns div {
		margin: 6px 0 0;
		width: 25px;
	}

	.header .info .sns div img {
		vertical-align: top;
	}

	.mainimg {
		min-height: 590px;
	}

	.mainimg .bg {
		background-size: auto 430px;
	}

	.mainimg h1 {
		padding: 40px 5px 12px;
		width: 300px;
		line-height: 1.6;
	}

	.mainimg h1 small {
		margin-bottom: 8px;
		letter-spacing: .085em;
		font-size: 1.4rem;
	}

	.mainimg h1 span {
		font-size: 1.5rem;
	}

	.mainimg h1 strong {
		font-size: 2.3rem;
	}

	.mainimg .link {
		margin-top: 40px;
	}

	.mainimg .link a figure {
		width: 140px;
		height: 110px;
	}

	.mainimg .link a figure img {
		height: 100%;
	}

	.mainimg .link a .txt {
		width: calc(100% - 140px);
	}

	.mainimg .link a .txt .ttlimg {
		margin-bottom: 6px;
		padding: 0 14px 6px;
	}

	.mainimg .link a .txt .ttl {
		margin-right: 10px;
		padding: 0 18px 0 14px;
		background-size: 12px 32px;
		text-align: justify;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.mainimg .link a .txt .ttl small {
		text-align: right;
		font-size: 1.2rem;
	}

	.mainimg .link.link2 {
		margin-top: 50px;
	}

	.mainimg .link.link2 a .txt .ttlimg {
		padding: 0 14px 6px 8px;
	}

	.mainimg .link.link2 a .txt .ttl {
		margin-right: 8px;
		margin-left: 6px;
		padding: 0 0 0 18px;
	}

	.lead {
		padding: 45px 0;
		font-size: 1.5rem;
	}

	section {
		margin-bottom: 80px;
	}

	section header:before {
		height: 25px;
	}

	section header .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 30px;
		padding-right: 25px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	section header figure {
		width: 100%;
	}

	section header figure span {
		padding-bottom: 51.428%;
		height: 0;
	}

	section header h2 {
		padding-top: 25px;
		padding-right: 0px;
	}

	section header h2 .ttlimg {
		margin-bottom: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		text-align: right;
	}

	section header h2 .ttlimg img {
		width: 300px;
		height: 37px;
	}

	section header h2 .ttl {
		padding-left: 10px;
		font-size: 2rem;
	}

	section header h2 .ttl small {
		font-size: 1.5rem;
	}

	section header > .inner {
		padding-bottom: 80px;
		font-size: 1.5rem;
	}

	section .block h3 {
		margin-bottom: 30px;
	}

	section .block h3 span {
		padding: 6px 8px;
	}

	section .block .bnr {
		margin-top: 40px;
		text-align: center;
	}

	section .block .youtube {
		margin-top: 40px;
	}

	section .block .profile {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 50px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	section .block .profile .txt {
		margin-top: 24px;
		width: 100%;
		text-align: left;
		font-size: 1.2rem;
	}

	section .block .profile .txt strong {
		font-size: 1.5rem;
	}

	section#interview02 header .flex {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-right: 0;
		padding-left: 25px;

		-webkit-box-direction: normal;
		-webkit-box-orient: vertical;
	}

	section#interview02 header .flex h2 {
		padding-left: 0;
	}

	section#interview02 header .flex h2 .ttlimg {
		padding-right: 10px;
		padding-left: 0;
		text-align: left;
	}

	section#interview02 header .flex h2 .ttl {
		padding-right: 10px;
		padding-left: 0;
	}

	section#interview02 header .flex h2 .ttl small {
		text-align: left;
	}

	footer {
		margin-top: 80px;
		padding: 20px 0 18vw;
		text-align: center;
		font-weight: normal;
		font-size: 1rem;
	}

	footer .pagetop {
		top: -20px;
		right: 10px;
	}

	footer .pagetop a {
		width: 40px;
		height: 40px;
	}

	footer .pagetop a img {
		width: 12px;
		height: 6px;
	}

	.fixbtn {
		bottom: 0;
		left: 0;
		display: block;
	}
}

@media all and (max-width: 470px) {
	.para {
		height: 274px;
	}

	.para:before, .para:after {
		height: 100px;
	}
}
