* {
	font-family: noto-sans-cjk-jp, sans-serif;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	box-sizing: border-box;
	word-break: break-all;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: justify;
}

/*** adobe使用フォント
Noto Sans CJK JP Light font-family: noto-sans-cjk-jp, sans-serif; font-weight: 300; font-style: normal;
Noto Sans CJK JP Regular font-family: noto-sans-cjk-jp, sans-serif; font-weight: 400; font-style: normal;
Noto Sans CJK JP Bold font-family: noto-sans-cjk-jp, sans-serif; font-weight: 700; font-style: normal;
***/

body {
	background: #000;
	padding-top: 90px;
}

a {
	transition: .3s;
}

a:hover {
	opacity: .6;
}

br {
	line-height: inherit;
}

span,
a,
strong,
small {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.wrap {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.voice_wrap+.wrap {
	margin-top: 100px;
}

.row {
	display: flex;
	justify-content: space-between;
}

.wrap.row.sns {
	display: block;
	margin-top: 0.5em;
}

.linkwrap {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.body-wrap {
	overflow: hidden;
	position: relative;
}

.sp {
	display: none;
}

a.btn {
	width: 450px;
	max-width: 100%;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	font-weight: 700;
	border: solid 1px;
	position: relative;
	overflow: hidden;
	z-index: 0;
}

a.btn.sp {
	display: none;
}

a.btn.white {
	background: #fff;
	border: none;
	color: #CC3A33;
}

a.btn span {
	position: relative;
	padding-right: 26px;
}

a.btn span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
}

a.btn.white span:after {
	border-color: transparent transparent transparent #CC3A33;
}

a.btn:hover {
	opacity: 1;
	color: #000;
	border-color: solid 1px #fff;
}

a.btn.white:hover {
	color: #fff;
}

a.btn:hover span:after {
	border-color: transparent transparent transparent #000;
}

a.btn.white:hover span:after {
	border-color: transparent transparent transparent #fff;
}

a.btn:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	transition: .3s;
}

a.btn.white:before {
	background: #000;
}

a.btn:hover:before {
	top: 0;
}

header {
	background: #000;
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: flex;
	align-items: center;
}

header nav {
	/*width: 1000px;*/
	width: calc(100% - 144px);
	margin: 0 auto;
}

header nav ul {
	display: flex;
}

header nav ul li {
	font-size: 13px;
	color: #fff;
	line-height: 1;
	padding: 0 .5em;
}

header nav ul li:not(:last-of-type) {
	border-right: solid 1px #40496b;
}

header nav ul li a {
	display: block;
	position: relative;
}

header nav ul li a:hover {
	opacity: 1;
}

header nav ul li a:after {
	content: '';
	width: 0%;
	height: 2px;
	background: #CC3A33;
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: .3s;
}

header nav ul li a:hover:after {
	width: 100%;
}

header .entry-btn {
	width: 470px;
	height: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #CC3A33;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 0;
	overflow: hidden;
}

header .entry-btn:hover {
	opacity: 1;
}

header .entry-btn:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: -1;
	transition: .3s;
}

header .entry-btn:hover:before {
	top: 0;
}

header .entry-btn span {
	padding-right: 26px;
	position: relative;
}

header .entry-btn span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 12px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

h2.skew {
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	line-height: 1.6;
}

h2.skew span {
	color: #CC3A33;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.9px;
	display: block;
}

/*
h2.skew span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	width: 205px;
	height: 55px;
	background: #232323;
	margin: 0 auto;
	transform: skewX(-20deg);
	position: relative;
	margin-bottom: 24px;
}

h2.skew span:after {
	content: '';
	width: 100%;
	height: 100%;
	border-right: solid 2px #232323;
	border-bottom: solid 2px #232323;
	position: absolute;
	right: -6px;
	bottom: -6px;
}

h2.skew span small {
	transform: skew(20deg);
}
*/

.entry {
	background: #CC3A33;
	position: relative;
	z-index: 2;
}

.entry:not(.skew) .wrap {
	padding-top: 100px;
	padding-bottom: 100px;
}

.entry .wrap:before {
	content: '';
	width: 1px;
	height: calc(100% - 100px);
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.entry .wrap:after {
	content: '';
	width: 1px;
	height: calc(100% - 100px);
	background: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.entry.skew .wrap:after {
	height: calc(100% + 14vw);
	transform: translateY(-56%);
}

.entry .en {
	color: #FFF;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 8px;
}

.entry h2 {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 2.5px;
	margin: 24px 0;
}

.entry .sup {
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	letter-spacing: 1.5px;
	margin-top: 34px;
}

/*
.entry h2.skew span {
	background: #001070;
}

.entry h2.skew span:after {
	border-color: #001070;
}
*/

.entry .btn-txt {
	display: block;
	text-align: center;
	margin-bottom: 8px;
}

.news {
	padding: 150px 0;
	background: linear-gradient(180deg, #020202 0%, #321414 100%);
}

.news h2 {
	margin-bottom: 60px;
}

.news .item04 {
	display: block;
	width: 100%;
}

.news ul {
	display: flex;
	flex-wrap: wrap;
}

.news ul li {
	width: 33.3333%;
	padding: 0 30px;
	position: relative;
	margin-bottom: 40px;
}

.news ul li:before {
	content: '';
	width: 1px;
	height: calc(100% - 220px);
	background: #FF5C00;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news ul li:last-of-type:after {
	content: '';
	width: 1px;
	height: calc(100% - 220px);
	background: #FF5C00;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news ul li.white:before {
	content: '';
	width: 1px;
	height: calc(100% - 220px);
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

.news ul li.white:last-of-type:after {
	content: '';
	width: 1px;
	height: calc(100% - 220px);
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news ul li.white:nth-child(3):after {
	content: '';
	width: 1px;
	height: calc(100% - 220px);
	background: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}

.news ul li .thumb {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.news ul li .thumb .img {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
}

.news ul li:hover .thumb .img {
	transform: scale(1.15);
}

.news ul li .post-info {
	margin-bottom: 12px;
}

.news ul li .time {
	display: inline-block;
	font-weight: 700;
	text-decoration: underline;
}

.news ul li .cat {
	font-size: 13px;
	display: inline-block;
	margin-left: auto;
	color: #CC3A33;
	font-weight: 700;
	border: solid 1px;
	padding: 0 .5em;
}

.news ul li p {
	font-size: 13px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.logo-box {
	height: 624px;
	background: url(../images/index/bg-logo-box01.jpg) no-repeat bottom center/cover;
	position: relative;
}

.logo-box .logo {
	width: 262px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: .8s;
}

.schedule .item01.fade-in {
	transform: translate(-50%, 30px);
}

.logo-box .logo.fade-in {
	transform: translate(-50%, -44%);
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0);
}

.schedule .item01.fade-in.active {
	transform: translate(-50%, 0);
}

.logo-box .logo.fade-in.active {
	transform: translate(-50%, -50%);
}

footer {
	padding: 150px 0;
	border-top: solid 6px #EC252D;
	position: relative;
	background-image: url(../images/common/bg-earth.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

footer h2 {
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 76px;
}

footer h2 span {
	display: block;
	text-align: center;
	font-size: 13px;
}

footer .wrap {
	width: 650px;
	align-items: flex-end;
}

footer .left {
	width: 300px;
}

footer .left p {
	line-height: 2.3;
}

footer a.mail {
	padding-left: 24px;
	background: url(../images/common/icon-mail01.png) no-repeat left center/18px;
	line-height: 2.3;
}

footer .copy {
	display: block;
	line-height: 2.3;
	padding-bottom: 40px;
	position: relative;
	margin-bottom: 34px;
	white-space: nowrap;
}

footer .copy:after {
	content: '';
	width: 70px;
	height: 3px;
	background: #CC3A33;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer .right {
	width: 300px;
}

footer .sitemap li {
	font-size: 13px;
	line-height: 2.8;
	border-bottom: solid 1px #fff;
}

footer .sitemap li.noborder {
	border-bottom: none;
}

footer .sitemap li a {
	display: block;
	position: relative;
}

footer .sitemap li a:hover {
	opacity: 1;
	color: #CC3A33;
}

footer .sitemap li a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2px 0 2px 6px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

footer .totop {
	display: block;
	width: 34px;
	position: absolute;
	bottom: 50px;
	right: 50px;
}

/* ソーシャルボタン*/
.sns {
	text-align: left;
}

.sns>li {
	display: inline-block;
	line-height: 0;
	vertical-align: top;
	margin: 0 7px;
}

.sns>li:first-child {
	margin-left: 0;
}

.sns>li:last-child {
	margin-right: 5px;
}

.sns iframe {
	margin: 0 !important;
}

.follow-me {
	list-style: none;
	margin: 0 0 -8px;
	overflow: hidden;
	padding: 0;
}

.follow-me li {
	float: left;
	margin: 0 8px 8px 0;
	padding: 0;
}

/*
.follow-me li a::before {
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center;
	width: 42px;
}

.follow-me li a[href*="amazon.co.jp"]::before,
.follow-me li a[href*="amazon.com"]::before {
	border-color: #ff9900;
	color: #ff9900;
	content: "\f270";
}

.follow-me li a[href*="codepen.io"]::before {
	border-color: #000000;
	color: #000000;
	content: "\f1cb";
}

.follow-me li a[href*="delicious.com"]::before {
	border-color: #3399ff;
	color: #3399ff;
	content: "\f1a5";
}

.follow-me li a[href*="deviantart.com"]::before {
	border-color: #05cc47;
	color: #05cc47;
	content: "\f1bd";
}

.follow-me li a[href*="digg.com"]::before {
	border-color: #000000;
	color: #000000;
	content: "\f1a6";
}

.follow-me li a[href*="dribble.com"]::before {
	border-color: #000000;
	color: #ea4c89;
	content: "\f17d";
}

.follow-me li a[href*="dropbox.com"]::before {
	border-color: #007ee5;
	color: #007ee5;
	content: "\f16b";
}

.follow-me li a[href*="facebook.com"]::before {
	border-color: #3b5998;
	color: #3b5998;
	content: "\f09a";
}

.follow-me li a[href*="feedly.com"]::before {
	border-color: #6cc655;
	color: #6cc655;
	content: "\f09e";
}

.follow-me li a[href*="flickr.com"]::before {
	border-color: #0063cc;
	color: #0063dc;
	content: "\f16e";
}

.follow-me li a[href*="foursquare.com"]::before {
	border-color: #f94877;
	color: #f94877;
	content: "\f180";
}

.follow-me li a[href*="github.com"]::before {
	border-color: #181717;
	color: #181717;
	content: "\f09b";
}

.follow-me li a[href*="plus.google.com"]::before {
	border-color: #dc4e41;
	color: #dc4e41;
	content: "\f0d5";
}

.follow-me li a[href*="b.hatena.ne.jp"]::before {
	border-color: #008fde;
	color: #008fde;
	content: "\f027";
	font-family: blogicon;
}

.follow-me li a[href*="instagram.com"]::before {
	border-color: #125688;
	color: #125688;
	content: "\f16d";
}

.follow-me li a[href*="last.fm"]::before {
	border-color: #d51007;
	color: #d51007;
	content: "\f202";
}

.follow-me li a[href*="linkedin.com"]::before {
	border-color: #0077b5;
	color: #0077b5;
	content: "\f0e1";
}

.follow-me li a[href*="nicovideo.jp"]::before {
	border-color: #eaeaea;
	color: #eaeaea;
	content: "\f047";
	font-family: blogicon;
}

.follow-me li a[href*="pinterest.com"]::before {
	border-color: #bd081c;
	color: #bd081c;
	content: "\f0d2";
}

.follow-me li a[href*="getpocket.com"]::before {
	border-color: #ef3f56;
	color: #ef3f56;
	content: "\f265";
}

.follow-me li a[href*="reddit.com"]::before {
	border-color: #ff4500;
	color: #ff4500;
	content: "\f1a1";
}

.follow-me li a[href*="skype.com"]::before,
.follow-me li a[href*="skype:"]::before {
	border-color: #00aff0;
	color: #00aff0;
	content: "\f17e";
}

.follow-me li a[href*="slideshare.net"]::before {
	border-color: #2d2d2d;
	color: #2d2d2d;
	content: "\f1e7";
}

.follow-me li a[href*="spotify.com"]::before {
	border-color: #84bd00;
	color: #84bd00;
	content: "\f1bc";
}

.follow-me li a[href*="steamcommunity.com"]::before {
	border-color: #171a21;
	color: #171a21;
	content: "\f1b6";
}

.follow-me li a[href*="stumbleupon.com"]::before {
	border-color: #eb4929;
	color: #eb4929;
	content: "\f1a4";
}

.follow-me li a[href*="tumblr.com"]::before {
	border-color: #36465d;
	color: #36465d;
	content: "\f173";
}

.follow-me li a[href*="twitch.tv"]::before {
	border-color: #6441a5;
	color: #6441a5;
	content: "\f1e8";
}

.follow-me li a[href*="twitter.com"]::before {
	border-color: #55acee;
	color: #55acee;
	content: "\f099";
}

.follow-me li a[href*="vimeo.com"]::before {
	border-color: #1ab7ea;
	color: #1ab7ea;
	content: "\f27d";
}

.follow-me li a[href*="vine.co"]::before {
	border-color: #11b58a;
	color: #11b58a;
	content: "\f1ca";
}

.follow-me li a[href*="weibo.com"]::before {
	border-color: #e6162d;
	color: #e6162d;
	content: "\f18a";
}

.follow-me li a[href*="whatsapp.com"]::before {
	border-color: #64d548;
	color: #64d548;
	content: "\f232";
}

.follow-me li a[href*="wordpress.com"]::before,
.follow-me li a[href*="wordpress.org"]::before {
	border-color: #21759b;
	color: #21759b;
	content: "\f19a";
}

.follow-me li a[href*="youtube.com"]::before {
	border-color: #cd201f;
	color: #cd201f;
	content: "\f16a";
}

.follow-me li a[href$="/feed"]::before {
	border-color: #ffa500;
	color: #ffa500;
	content: "\f09e";
}

.follow-me li a[href$="/subscribe"]::before {
	border-color: #363636;
	color: #363636;
	content: "\f000";
	font-family: blogicon;
}

.follow-me li a:hover::before {
	color: #fff;
}

.follow-me li a[href*="amazon.co.jp"]:hover::before,
.follow-me li a[href*="amazon.com"]:hover::before {
	background-color: #ff9900;
}

.follow-me li a[href*="codepen.io"]:hover::before {
	background-color: #000000;
}

.follow-me li a[href*="delicious.com"]:hover::before {
	background-color: #3399ff;
}

.follow-me li a[href*="deviantart.com"]:hover::before {
	background-color: #05cc47;
}

.follow-me li a[href*="digg.com"]:hover::before {
	background-color: #000000;
}

.follow-me li a[href*="dribble.com"]:hover::before {
	background-color: #ea4c89;
}

.follow-me li a[href*="dropbox.com"]:hover::before {
	background-color: #007ee5;
}

.follow-me li a[href*="facebook.com"]:hover::before {
	background-color: #3b5998;
}

.follow-me li a[href*="feedly.com"]:hover::before {
	background-color: #6cc655;
}

.follow-me li a[href*="flickr.com"]:hover::before {
	background-color: #0063dc;
}

.follow-me li a[href*="foursquare.com"]:hover::before {
	background-color: #f94877;
}

.follow-me li a[href*="github.com"]:hover::before {
	background-color: #181717;
}

.follow-me li a[href*="plus.google.com"]:hover::before {
	background-color: #dc4e41;
}

.follow-me li a[href*="b.hatena.ne.jp"]:hover::before {
	background-color: #008fde;
}

.follow-me li a[href*="instagram.com"]:hover::before {
	background-color: #125688;
}

.follow-me li a[href*="last.fm"]:hover::before {
	background-color: #d51007;
}

.follow-me li a[href*="linkedin.com"]:hover::before {
	background-color: #0077b5;
}

.follow-me li a[href*="nicovideo.jp"]:hover::before {
	background-color: #eaeaea;
}

.follow-me li a[href*="pinterest.com"]:hover::before {
	background-color: #bd081c;
}

.follow-me li a[href*="getpocket.com"]:hover::before {
	background-color: #ef3f56;
}

.follow-me li a[href*="reddit.com"]:hover::before {
	background-color: #ff4500;
}

.follow-me li a[href*="skype.com"]:hover::before,
.follow-me li a[href*="skype:"]:hover::before {
	background-color: #00aff0;
}

.follow-me li a[href*="slideshare.net"]:hover::before {
	background-color: #2d2d2d;
}

.follow-me li a[href*="spotify.com"]:hover::before {
	background-color: #84bd00;
}

.follow-me li a[href*="steamcommunity.com"]:hover::before {
	background-color: #171a21;
}

.follow-me li a[href*="stumbleupon.com"]:hover::before {
	background-color: #eb4929;
}

.follow-me li a[href*="tumblr.com"]:hover::before {
	background-color: #36465d;
}

.follow-me li a[href*="twitch.tv"]:hover::before {
	background-color: #6441a5;
}

.follow-me li a[href*="twitter.com"]:hover::before {
	background-color: #55acee;
}

.follow-me li a[href*="vimeo.com"]:hover::before {
	background-color: #1ab7ea;
}

.follow-me li a[href*="vine.co"]:hover::before {
	background-color: #11b58a;
}

.follow-me li a[href*="weibo.com"]:hover::before {
	background-color: #e6162d;
}

.follow-me li a[href*="whatsapp.com"]:hover::before {
	background-color: #64d548;
}

.follow-me li a[href*="wordpress.com"]:hover::before,
.follow-me li a[href*="wordpress.org"]:hover::before {
	background-color: #21759b;
}

.follow-me li a[href*="youtube.com"]:hover::before {
	background-color: #cd201f;
}

.follow-me li a[href$="/feed"]:hover::before {
	background-color: #ffa500;
}

.follow-me li a[href$="/subscribe"]:hover::before {
	background-color: #363636;
}
*/

@media(max-width: 768px) {
	* {
		font-size: 3.33vw;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block;
	}

	.wrap {
		width: 100%;
		padding-left: 10vw;
		padding-right: 10vw;
	}

	.row {
		flex-wrap: wrap;
	}

	body {
		padding-top: 0;
	}

	a.btn {
		width: 80vw;
		max-width: 100%;
		height: 16vw;
		font-size: 5.33vw;
	}

	a.btn.sp {
		display: flex;
	}

	a.btn span:after {
		border-width: 1.066vw 0 1.066vw 3.2vw;
	}

	header {
		height: 38px;
		background: black;
		position: static;
	}

	header nav {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9996;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		padding-left: 10vw;
		padding-right: 10vw;
		padding-bottom: 25.33vw;
		overflow: scroll;
		/*
		background: rgb(50, 20, 20);
		background: -moz-linear-gradient(top, rgba(0, 0, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
		background: -webkit-linear-gradient(top, rgba(0, 0, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
		background: linear-gradient(to bottom, rgba(0, 0, 45, 1) 0%, rgba(0, 0, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#321414', endColorstr='#000000', GradientType=0);
		*/
		background: black;
	}

	header nav.active {
		opacity: 1;
		visibility: visible;
	}

	header nav .logo {
		display: block;
		width: 17.33vw;
		margin: 13.33vw auto 10vw;
	}

	header nav ul {
		display: block;
		margin-bottom: 17.33vw;
	}

	header nav ul li {
		font-size: 3.33vw;
		line-height: 3.6;
		border-bottom: solid 1px white;
	}

	header nav ul li:not(:last-of-type) {
		border-right: none;
	}

	header nav ul li a {
		display: block;
		position: relative;
	}

	header nav ul li a:before {
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0.8vw 0 0.8vw 2.4vw;
		border-color: transparent transparent transparent #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}

	header nav dl dt {
		font-weight: 700;
		text-align: center;
		line-height: 2;
	}

	header nav dl dd {
		line-height: 2;
		text-align: center;
	}

	header nav dl dd a.mail {
		display: table;
		margin: 0 auto;
		padding-left: 6.4vw;
		background: url(../images/common/icon-mail01.png) no-repeat left center/4.8vw;
	}

	header .entry-btn {
		top: 0;
		left: 50px;
		bottom: auto;
		/*height: 16vw;*/
		height: 60px;
		z-index: 9995;
		font-size: 5vw;
		width: calc(100% - 100px);
		position: absolute;
	}

	h2.skew {
		font-size: 6.66vw;
	}

	h2.skew span {
		font-size: 2.4vw;
		width: auto;
		/*height: 10.66vw;*/
		height: auto;
		margin-bottom: 10px;
	}

	.entry .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.entry .wrap:before,
	.entry .wrap:after {
		content: none;
	}

	.entry:not(.skew) .wrap {
		padding-bottom: 20vw;
		padding-top: 20vw;
	}

	.entry h2 {
		margin-bottom: 8vw;
	}

	.entry .btn-txt {
		margin-bottom: .6em;
	}

	.news {
		/*padding-bottom: 46.26vw;*/
		padding: 80px 0 160px 0;
	}

	.news h2 {
		margin-top: 6.66vw;
		margin-bottom: 11.3vw;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.news ul {
		flex-wrap: wrap;
	}

	.news ul li {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}

	.news ul li:before {
		content: none;
	}

	.news ul li.white:before {
		content: none;
	}

	.news ul li.white:nth-child(3):after {
		content: none;
	}

	.news ul li.white:last-of-type:after {
		content: none;
	}

	.news ul li:last-of-type:after {
		content: none;
	}

	/*.news ul li:nth-of-type(n+2){ display: none; }*/
	.news ul li .post-info {
		justify-content: flex-start;
		margin-bottom: 2.66vw;
	}

	.news ul li .cat {
		margin-left: 1em;
		font-size: 3.33vw;
		padding: 0 1em;
	}

	.news ul li .time {
		font-size: 4vw;
	}

	.news ul li .thumb {
		width: 80vw;
		height: 80vw;
		margin-bottom: 4vw;
	}

	.news ul li p {
		font-size: 3.33vw;
	}

	.news a.btn {
		margin-top: 12vw;
	}

	.logo-box {
		height: 300px;
	}

	.logo-box .logo {
		width: 40vw;
		margin-top: -5px;
	}

	footer {
		padding: 17.33vw 0 67.33vw;
		border-width: 0.666vw;
	}

	footer h2 {
		font-size: 5.33vw;
		margin-bottom: 10vw;
	}

	footer h2 span {
		font-size: 3.06vw;
	}

	footer .wrap {
		width: 100%;
	}

	footer .left {
		width: 100%;
	}

	footer .left p {
		text-align: center;
	}

	footer a.mail {
		display: table;
		margin: 0 auto;
		padding-left: 6.4vw;
		background-size: 4.8vw;
	}

	footer .copy {
		text-align: center;
		padding-bottom: 11.33vw;
		margin-bottom: 12.66vw;
	}

	footer .copy:after {
		width: 13.33vw;
		height: 0.666vw;
		left: 50%;
		transform: translateX(-50%);
	}

	footer .right {
		width: 100%;
	}

	footer .sitemap li {
		font-size: 3.33vw;
		line-height: 3.6;
	}

	footer .sitemap li a:after {
		border-width: 0.8vw 0 0.8vw 2.4vw;
		right: 0;
	}

	footer .totop {
		width: 9.73vw;
		right: 50%;
		bottom: 22vw;
		transform: translateX(50%);
	}

	.menu-btn {
		width: 50px;
		height: 52px;
		background: #000;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9998;
	}

	.menu-btn .inner {
		width: 4vw;
		height: 3.33vw;
		margin: 5.06vw auto 0;
		position: relative;
	}

	.menu-btn .inner span {
		width: 100%;
		height: 0.53vw;
		background: #fff;
		position: absolute;
		left: 0;
		transition: .3s;
	}

	.menu-btn .inner span:nth-of-type(1) {
		top: 0;
	}

	.menu-btn .inner span:nth-of-type(2) {
		top: 50%;
		transform: translateY(-50%);
	}

	.menu-btn .inner span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-btn.active .inner span:nth-of-type(1) {
		transform: translate(0.1vw, 1.2vw) rotate(40deg);
	}

	.menu-btn.active .inner span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-btn.active .inner span:nth-of-type(3) {
		transform: translate(0, -1.5vw) rotate(-40deg)
	}

	.menu-btn p {
		font-size: 2.4vw;
		text-align: center;
		font-weight: 700;
		letter-spacing: .05em;
		margin-top: .6vw;
	}

	.sns>li {
		width: 80px !important;
		margin: 0 15px 10px 0;
	}

}