@charset "UTF-8";
.introArea {
	position: relative;
	background-color: #191923;
}
@media print, screen and (min-width: 641px) {
	.introArea {
		padding: 0.9rem 0.3rem 1.1rem;
	}
}
@media screen and (max-width: 640px) {
	.introArea {
		padding: 0.6rem 0 0.55rem 0;
	}
}
.introArea .tit {
	position: relative;
	color: #FFF;
	text-align: center;
}
.introArea .tit[style] b {
	-webkit-transition: 1s ease 0.7s;
	-o-transition: 1s ease 0.7s;
	transition: 1s ease 0.7s;
	color: #E7380D !important;
}
@media print, screen and (min-width: 641px) {
	.introArea .tit {
		font-size: 0.38rem;
		line-height: 1.7;
		letter-spacing: 4px;
	}
}
@media screen and (max-width: 640px) {
	.introArea .tit {
		font-size: 0.20rem;
		line-height: 1.7;
		letter-spacing: .05em;
	}
}
.introArea .txt {
	color: #FFF;
}
@media print, screen and (min-width: 641px) {
	.introArea .txt {
		font-size: 0.14rem;
		line-height: 2.2;
		margin-top: 0.25rem;
		text-align: center;
	}
}
@media screen and (max-width: 640px) {
	.introArea .txt {
		font-size: 0.14rem;
		line-height: 2.2;
		letter-spacing: .05em;
		margin-top: 0.16rem;
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}
}
.introArea .links {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.introArea .links {
		max-width: 10.00rem;
		width: 100%;
		margin: auto;
		margin-top: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
@media screen and (max-width: 640px) {
	.introArea .links {
		margin-left: 0.3rem;
		margin-right: 0.3rem;
		margin-top: 0.6rem;
	}
}
.introArea .one {
	position: relative;
}
@media print, screen and (min-width: 641px) {
	.introArea .one {
		width: 1.5rem;
		height: 3.9rem;
	}
}
@media screen and (max-width: 640px) {
	.introArea .one {
		display: block;
	}
	.introArea .one+.one {
		margin-top: .12rem;
	}
}
.introArea .one:before, .introArea .one:after {
	content: "";
	display: block;
	position: absolute;
}
@media print, screen and (min-width: 641px) {
	.introArea .one:before, .introArea .one:after {
		-webkit-clip-path: polygon(16px 0px, calc(100% - 16px) 0px, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 16px), 0% 16px);
		clip-path: polygon(16px 0px, calc(100% - 16px) 0px, 100% 16px, 100% calc(100% - 16px), calc(100% - 16px) 100%, 16px 100%, 0% calc(100% - 16px), 0% 16px);
	}
}
@media screen and (max-width: 640px) {
	.introArea .one:before, .introArea .one:after {
		-webkit-clip-path: polygon(8px 0px, calc(100% - 8px) 0px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
		clip-path: polygon(8px 0px, calc(100% - 8px) 0px, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
	}
}
.introArea .one:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFFFFF;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.introArea .one:after {
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #FFFFFF;
}
.no-touchevents .introArea .one:hover:before {
	background-color: #E7380D;
}
.no-touchevents .introArea .one:hover .link:before {
	background-color: #E7380D;
}
.introArea .link {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
	.introArea .link {
		padding-top: 0.4rem;
		position: absolute;
	}
}
@media screen and (max-width: 640px) {
	.introArea .link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: .80rem;
		height: .72rem;
		position: relative;
	}
}
.introArea .link:before {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	border-radius: 50%;
	background-color: #4D4D4D;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
@media print, screen and (min-width: 641px) {
	.introArea .link:before {
		bottom: 0.4rem;
		width: 30px;
		height: 30px;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width: 640px) {
	.introArea .link:before {
		bottom: 0.2rem;
		width: 20px;
		height: 20px;
		top: 0;
		bottom: 0;
		right: .16rem;
	}
}
.introArea .link:after {
	content: "";
	display: block;
	position: absolute;
	margin: auto;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 0;
}
@media print, screen and (min-width: 641px) {
	.introArea .link:after {
		bottom: 0.5rem;
		left: -6px;
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width: 640px) {
	.introArea .link:after {
		width: 6px;
		height: 6px;
		top: 0;
		bottom: 0;
		right: .25rem;
	}
}
@media screen and (max-width: 640px) {
	.introArea .logoWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: .80rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}
.introArea .logo {
	display: block;
	height: auto;
}
@media print, screen and (min-width: 641px) {
	.introArea .logo {
		margin: auto;
		width: 1.20rem;
	}
}
@media screen and (max-width: 640px) {
	.introArea .logo {
		width: 0.52rem;
	}
}
.introArea .name {
	display: block;
	font-family: worker, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}
@media print, screen and (min-width: 641px) {
	.introArea .name {
		font-size: 0.22rem;
		letter-spacing: 5px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 640px) {
	.introArea .name {
		font-size: 0.09rem;
		letter-spacing: .05em;
		margin-top: .03rem;
	}
}
@media print, screen and (min-width: 641px) {
	.introArea .tategaki {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 0.2rem;
	}
}
.introArea .tategaki span {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
.os-android .introArea .tategaki span {
	font-family: yu-mincho-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 641px) {
	.introArea .tategaki span {
		display: block;
		font-size: 0.14rem;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
	}
}
@media screen and (max-width: 640px) {
	.introArea .tategaki span {
		font-size: 0.15rem;
	}
}
.introArea .tategaki b {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 400;
}
.os-android .introArea .tategaki b {
	font-family: yu-mincho-pr6n, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media print, screen and (min-width: 641px) {
	.introArea .tategaki b {
		display: block;
		text-orientation: upright;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
		font-size: 0.22rem;
	}
}
@media screen and (max-width: 640px) {
	.introArea .tategaki b {
		font-size: 0.15rem;
		line-height: 1.3;
	}
}
