@charset "UTF-8";

/* ==============================
		  common.scss
================================= */
/*---------------------------------------------------------
	全ページ共通スタイル
---------------------------------------------------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	min-width: 1000px;
}

/* 要素設定*/
body {
	color: #333333;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: 0.08em;
	line-height: 1;
	word-break: keep-all;
}

/* 1920px以上は黒背景 */
.body-common {
	background-color: #000;
}

/*body.android{
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
}*/
/* メインコンテンツは1920px */
.wrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 1px 0 0;
	overflow: hidden;
	background-image: url(../img/common/wahuu_background.jpg);
}

button,
a {
	color: #3D3938;
}

.gothick {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

.fontforum {
	font-family: 'Forum', cursive;
	font-weight: 400;
}

.fontroboto {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.inview_box {
	z-index: 1;
	position: relative;
	top: 50px;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.inview_box_on {
	top: 0px;
	opacity: 1;
}

.mainWidth {
	max-width: 1280px;
	margin: 0 auto;
}

.mainInner {
	padding: 0 5%;
}

/* 共通見出し */
.secTitle-common {
	position: relative;
	margin: 115px 0 45px;
	padding-bottom: 16px;
	font-size: 38px;
	text-align: center;
}

.secTitle-common .small-ttl {
	display: block;
	margin-top: 8px;
	font-size: 18px;
	vertical-align: middle;
}

.secTitle-common::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 12.5px);
	width: 25px;
	height: 3px;
	background-color: #c41a1d;
	content: "";
}

.common-btn01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 340px;
	height: 58px;
	border: 1px solid #c41a1d;
	background-color: #c41a1d;
	color: #fff;
	font-size: 18px;
}

.common-btn01::after {
	display: block;
	position: absolute;
	top: 50%;
	right: -1px;
	width: 36px;
	height: 1px;
	background-color: #fff;
	content: "";
	-webkit-transition: all 0.4s 0s ease;
	transition: all 0.4s 0s ease;
}

/* responsive */
.sp-inline,
.sp-block {
	display: none;
}

/* もっと見るボタン */
.itemore {
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;
	color: #c41a1d;
}

.itemore::before {
	display: block;
	z-index: 5;
	position: absolute;
	top: 49%;
	right: calc(100% + 10px);
	width: 40px;
	height: 1px;
	background-color: #c41a1d;
	content: "";
	opacity: 1;
	-webkit-transition: all 0.5s 0s ease;
	transition: all 0.5s 0s ease;
	/* HOVERのとき */
	/*opacity: 0;
		right: 50%;*/
}

@-webkit-keyframes morebtnanim {
	0% {
		right: calc(100% + 10px);
		opacity: 1;
	}

	100% {
		right: 50%;
		opacity: 0;
	}
}

@keyframes morebtnanim {
	0% {
		right: calc(100% + 10px);
		opacity: 1;
	}

	100% {
		right: 50%;
		opacity: 0;
	}
}

/*---------------------------------------------------------
	ヘッダー
---------------------------------------------------------*/
.seiryounivLink {
	padding: 15px 15px 0 0;
	text-align: right;
}

.seiryounivLink_anchor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 182px;
	height: 34px;
	margin: 0 0 0 auto;
	padding-right: 15px;
	border: 1px solid #c41a1d;
	font-size: 13px;
}

.seiryounivLink_anchor::after {
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	width: 12px;
	height: 13px;
	margin: auto 0;
	background-image: url(../img/common/out_linkbtn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

.siteTitle {
	margin: 10px 0 42px;
	font-size: 40px;
	text-align: center;
}

.siteNav_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

.siteNav_item > a {
	display: block;
	position: relative;
	padding: 6px 20px;
	font-size: 18px;
}

.siteNav_item > a::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 5%;
	width: 90%;
	height: 1px;
	background-color: #c41a1d;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.siteNav_item > a::after {
	display: block;
	position: absolute;
	right: -6px;
	bottom: 25%;
	width: 12px;
	height: 18px;
	background-image: url(../img/common/navmenu_line.png);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
}

.siteNav_item:last-child > a::after {
	display: none;
}

/*---------------------------------------------------------
	フッター
---------------------------------------------------------*/
#pageFooter {
	background-color: #fff;
}

.footLink {
	padding: 120px 0 45px;
}

.footLink_list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footLink_item {
	width: 25%;
	height: 68px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.footLink_item:nth-child(4n+1) {
	border-left: 1px solid #000;
}

.footLink_item:nth-child(1),
.footLink_item:nth-child(2),
.footLink_item:nth-child(3),
.footLink_item:nth-child(4) {
	border-top: 1px solid #000;
}

.footLink_item > a {
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 0 30px;
	line-height: 1.4;
}

.footLink_item > a::after {
	display: block;
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto 0;
	border-width: 4.5px 0 4.5px 8px;
	border-style: solid;
	border-color: transparent transparent transparent #c41a1d;
	content: "";
	-webkit-transition: all 0.3s 0s ease;
	transition: all 0.3s 0s ease;
}

.footseiryolink {
	padding-bottom: 40px;
	text-align: center;
}

.footseiryolink_anchor {
	display: inline-block;
}

.footCopyRight {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 50px;
	background-color: #000;
	color: #959594;
	font-size: 12px;
}

@media screen and (max-width: 680px) and (orientation: portrait),
screen and (max-width: 737px) and (orientation: landscape) {

	body,
	html {
		min-width: 0;
	}

	.body-common {
		background-color: transparent;
	}

	.wrapper {
		padding-top: 60px;
	}

	.secTitle-common {
		margin: 20px 0 18px;
		font-size: 24px;
		font-size: 6vw;
	}

	.secTitle-common .small-ttl {
		font-size: 13px;
		line-height: 1.4;
	}

	.common-btn01 {
		width: 200px;
		height: 50px;
		font-size: 15px;
	}

	.sp-none {
		display: none;
	}

	.sp-inline {
		display: inline;
	}

	.sp-block {
		display: block;
	}

	.itemore {
		font-size: 13px;
	}

	.seiryounivLink {
		display: none;
	}

	.siteTitle {
		z-index: 499;
		position: fixed;
		top: 0;
		left: 0;
		width: calc(100% - 60px);
		height: 60px;
		margin: 0;
		padding-left: 5%;
		background-image: url(../img/common/wahuu_background.jpg);
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
		font-size: 18px;
		font-size: 5vw;
		line-height: 60px;
		text-align: left;
	}

	.sp_humbBtn {
		z-index: 500;
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background-color: #c41a1d;
		-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
		box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25);
	}

	.sp_humbBtn span {
		position: absolute;
		left: 21px;
		width: 22px;
		height: 2px;
		background-color: #fff;
		-webkit-transition: all 0.3s 0s ease;
		transition: all 0.3s 0s ease;
	}

	.sp_humbBtn span:nth-child(1) {
		top: 20px;
	}

	.sp_humbBtn span:nth-child(2) {
		top: 29px;
	}

	.sp_humbBtn span:nth-child(3) {
		top: 38px;
		left: 32px;
		width: 11px;
	}

	.sp_humbBtn.active span {
		left: 18px;
		width: 27px;
	}

	.sp_humbBtn.active span:nth-child(1) {
		top: 28px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.sp_humbBtn.active span:nth-child(2) {
		top: 28px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	.sp_humbBtn.active span:nth-child(3) {
		top: 28px;
		opacity: 0;
	}

	.siteNav {
		-webkit-overflow-scrolling: touch;
		display: none;
		z-index: 498;
		position: fixed;
		top: 60px;
		left: 0;
		height: calc(100vh - 60px);
		padding-bottom: 1px;
		overflow: scroll;
		background-image: url(../img/common/wahuu_background.jpg);
	}

	.siteNav_list {
		display: block;
		height: 100vh;
		margin-bottom: 0px;
		padding: 0 5% 60px;
	}

	.siteNav_list .seiryounivLink {
		display: block;
		padding: 30px 0 0;
	}

	.siteNav_list .seiryounivLink .seiryounivLink_anchor {
		margin: 0 auto;
	}

	.siteNav_item > a {
		position: relative;
		padding: 12px 0px 12px 20px;
		border-bottom: 1px solid #b4ae6d;
		font-size: 20px;
	}

	.siteNav_item > a::before {
		display: block;
		bottom: calc(50% - 5px);
		left: 0;
		width: 11px;
		height: 10.5px;
		background-color: unset;
		background-image: url(../img/common/sp_navmenu_dia.png);
		background-repeat: no-repeat;
		background-size: 100%;
		content: "";
		opacity: 1;
	}

	.siteNav_item > a::after {
		display: none;
	}

	.footLink {
		padding: 58px 0 30px;
	}

	.footLink_item {
		width: 50%;
		height: 50px;
	}

	.footLink_item:nth-child(2n+1) {
		border-left: 1px solid #000;
	}

	.footLink_item:nth-child(3),
	.footLink_item:nth-child(4) {
		border-top: unset;
	}

	.footLink_item > a {
		padding: 0 30px 0 14px;
		font-size: 13px;
		font-size: 3vw;
		letter-spacing: 0;
	}

	.footLink_item > a::after {
		right: 15px;
	}

	.footseiryolink {
		padding-bottom: 30px;
	}

	.footseiryolink_anchor img {
		width: 150px;
	}

	.footCopyRight {
		height: 30px;
		font-size: 10px;
		letter-spacing: 0;
	}
}

@media screen and (min-width: 1100px) {
	.common-btn01:hover {
		background-color: #fff;
		color: #c41a1d;
	}

	.common-btn01:hover::after {
		right: -18px;
		background-color: #c41a1d;
	}

	.seiryounivLink_anchor:hover {
		background-color: #c41a1d;
		color: #fff;
	}

	.siteNav_item > a:hover::before {
		opacity: 1;
	}

	.footLink_item > a:hover {
		color: #c41a1d;
	}

	.footLink_item > a:hover::after {
		right: 25px;
	}

	.footseiryolink_anchor:hover {
		opacity: 0.7;
	}
}

@media screen and (min-width: 768px) and (max-width: 1320px) {
	.footLink_item > a::after {
		right: 15px;
	}
}

@media screen and (max-width: 340px) {
	.footLink_item > a {
		font-size: 2.4vw;
	}
}
