@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2018.10.05)

	- default setting
	- font setting
	- line-height setting
	- letter spacing
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- content
	- footer

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

/*----------------------------------------
	default setting
-----------------------------------------*/

html {
	max-height: 100%;
	font-size: 62.5%;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

h1,h2,h3,h4,h5,h6,th {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

p,dl,dd,ol,ul,th,td,figure {
	margin: 0;
	padding: 0;
}

th {
	text-align: left;
}

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

body {
	line-height: 1.5;
	font-family: "游ゴシック体", Yu Gothic, "ヒラギノ角ゴPro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", meiryo, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #323232;
}

/* for IE10 & 11 */
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
	body {
		font-family: "メイリオ", meiryo, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	}
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
	body {
		font-family: "メイリオ", meiryo, "MS Pゴシック", MS PGothic, Arial, Helvetica, Verdana, sans-serif;
	}
}

@media screen and (max-width: 414px) {
	body {
		max-width: 100%;
		/* overflow: hidden; */
	}
}

/* IE11で認識させるため */
main {
	display: block;
}

img {
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

small {
	font-size: 100%;
}

/*----------------------------------------
	font setting
-----------------------------------------*/

.font9 {
	font-size: 9px;
	font-size: 0.9rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font9 {
		font-size: 13.5px;
		font-size: 1.35rem;
	}
}

.font10 {
	font-size: 10px;
	font-size: 1rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font10 {
		font-size: 15px;
		font-size: 1.5rem;
	}
}

.font11,
.font11_10 {
	font-size: 11px;
	font-size: 1.1rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font11,
	.font11_10 {
		font-size: 16.5px;
		font-size: 1.65rem;
	}
}

@media screen and (max-width: 750px) {
	.font11_10 {
		font-size: 10px;
		font-size: 1rem;
	}
}

.font12,
.font12_10 {
	font-size: 12px;
	font-size: 1.2rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {

	.font12,
	.font12_10 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 750px) {
	.font12_10 {
		font-size: 10px;
		font-size: 1rem;
	}
}

.font14,
.font14_10,
.font14_12 {
	font-size: 14px;
	font-size: 1.4rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font14,
	.font14_10,
	.font14_12 {
		font-size: 21px;
		font-size: 2.1rem;
	}
}

@media screen and (max-width: 750px) {
	.font14_10 {
		font-size: 10px;
		font-size: 1rem;
	}

	.font14_12 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.font15 {
	font-size: 15px;
	font-size: 1.5rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font15 {
		font-size: 22.5px;
		font-size: 2.25rem;
	}
}

.font16,
.font16_12,
.font16_14 {
	font-size: 16px;
	font-size: 1.6rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font16,
	.font16_12,
	.font16_14 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 750px) {
	.font16_12 {
		font-size: 12px;
		font-size: 1.2rem;
	}
	.font16_14 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.font17 {
	font-size: 17px;
	font-size: 1.7rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font17 {
		font-size: 25.5px;
		font-size: 2.55rem;
	}
}

.font18,
.font18_12,
.font18_13,
.font18_14,
.font18_16 {
	font-size: 18px;
	font-size: 1.8rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font18,
	.font18_12,
	.font18_13,
	.font18_14,
	.font18_16 {
		font-size: 27px;
		font-size: 2.7rem;
	}
}

@media screen and (max-width: 750px) {
	.font18_12 {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.font18_13 {
		font-size: 13px;
		font-size: 1.3rem;
	}

	.font18_14 {
		font-size: 14px;
		font-size: 1.4rem;
	}

	.font18_16 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}

.font20,
.font20_14 {
	font-size: 20px;
	font-size: 2.0rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font20,
	.font20_14 {
		font-size: 30px;
		font-size: 3.0rem;
	}
}

@media screen and (max-width: 750px) {
	.font20_14 {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.font22,
.font22_18 {
	font-size: 22px;
	font-size: 2.2rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font22,
	.font22_18 {
		font-size: 33px;
		font-size: 3.3rem;
	}
}

@media screen and (max-width: 750px) {
	.font22_18 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.font24,
.font24_16,
.font24_18,
.font24_20 {
	font-size: 24px;
	font-size: 2.4rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font24,
	.font24_16,
	.font24_18,
	.font24_20 {
		font-size: 36px;
		font-size: 3.6rem;
	}
}

@media screen and (max-width: 750px) {
	.font24_16 {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.font24_18 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.font24_20 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}

.font26,
.font26_20 {
	font-size: 26px;
	font-size: 2.6rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font26,
	.font26_20 {
		font-size: 39px;
		font-size: 3.9rem;
	}
}

@media screen and (max-width: 750px) {
	.font26_20 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

.font30,
.font30_20 {
	font-size: 30px;
	font-size: 3.0rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font30,
	.font30_20 {
		font-size: 45px;
		font-size: 4.5rem;
	}
}

@media screen and (max-width: 750px) {
	.font30_20 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}

.font36,
.font36_20,
.font36_24,
.font36_26 {
	font-size: 36px;
	font-size: 3.6rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font36,
	.font36_20,
	.font36_24,
	.font36_26 {
		font-size: 54px;
		font-size: 5.4rem;
	}
}

@media screen and (max-width: 750px) {
	.font36_20 {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.font36_24 {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.font36_26 {
		font-size: 26px;
		font-size: 2.6rem;
	}
}

.font42,
.font42_30,
.font42_32 {
	font-size: 42px;
	font-size: 4.2rem;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.font42,
	.font42_30,
	.font42_32 {
		font-size: 63px;
		font-size: 6.3rem;
	}
}

@media screen and (max-width: 750px) {
	.font42_30 {
		font-size: 30px;
		font-size: 3.0rem;
	}
	.font42_32 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}

/*----------------------------------------
	line-height setting

	line-height rule = Target line size / Target font size
-----------------------------------------*/

.lh1 {
	line-height: 1;
}

.lh13 {
	line-height: 1.3;
}

.lh15,
.lh15_13_17 {
	line-height: 1.5;
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
	.lh15_13_17 {
		line-height: 1.3;
	}
}

@media screen and (max-width: 750px) {
	.lh15_13_17 {
		line-height: 1.7;
	}
}

.lh17 {
	line-height: 1.7;
}

.lh2,
.lh2_16,
.lh2_17 {
	line-height: 2;
}

@media screen and (max-width: 750px) {
	.lh2_16 {
		line-height: 1.6;
	}
	.lh2_17 {
		line-height: 1.7;
	}
}

/*----------------------------------------
	letter spacing

	letter spacing rule = Photoshop Tracking size / 1000
-----------------------------------------*/

.tracking00 {
	letter-spacing: 0;
}

.tracking10 {
	letter-spacing: 0.1em;
}

.tracking20 {
	letter-spacing: 0.2em;
}

.tracking40 {
	letter-spacing: 0.4em;
}

.tracking60 {
	letter-spacing: 0.6em;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a,
a:focus {
	outline: none;
}

a:link,
a:visited {
	color: #1d252d;
	text-decoration: none;
}

a:hover,
a:active {
	color: #1d252d;
	text-decoration: none;
}


/* 画像透過 */
a .imgWrap img,
a .imgWrap img {
	display: block;
	transition: all 0.3s ease-out;
}

a:hover .imgWrap img,
a:active .imgWrap img {
	transform: scale(1.1);
	transition: all 0.3s ease-out;
	opacity: 0.6;
}

/* マーカー装飾 */
a h1 span,
a .decoMarker01 span,
.decoMarker01 a span,
#story01 a,
footer ul li a {
	transition: all 0.2s ease-out;
}

a:hover h1 span,
a:hover .decoMarker01 span,
.decoMarker01 a:hover span,
#story01 a:hover,
footer ul li a:hover {
	background-color: #ffb400;
	transition: all 0.2s ease-out;
}

/* 透過装飾 */
.decoOpacity01 a {
	transition: all 0.2s ease-out;
}

.decoOpacity01 a:hover {
	transition: all 0.2s ease-out;
	opacity: 0.5;
}



/*----------------------------------------
	color setting
-----------------------------------------*/

.black01 {
	color: #333;
}

.white01 {
	color: #fff;
}

.gray01 {
	color: #b2b2b2;
}

.red01 {
	color: #e50000;
}

/*----------------------------------------
	common setting
-----------------------------------------*/

/* インデント */

.indent01 {
	padding-left: 1em;
	text-indent: -1em;
}

/* 太文字 */

.bold01 {
	font-weight: bold;
}

/* 注意事項 米印 */

.note01 {
	position: relative;
	padding-left: 1em;
}

.note01::before {
	content: "\0203B";
	position: absolute;
	top: 0;
	left: 0;
}

/*----------------------------------------
	clear setting
-----------------------------------------*/

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfsize {
	font-size: 0;
	line-height: 0;
}

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

/* デフォルト：1025px以上用（PC用） */

header {
	position: fixed;
	z-index: 2000;
	width: 100%;
	background-color: #fff;
}

header #hNav {
	display: flex;
	justify-content: space-between;
}

/* ロゴ */

header #hNav h1 {
	display: flex;
	align-items: center;
	height: 100px;
	width: calc(20% - 2.2454%);
	padding-left: 2.2454%;
	/* background-color: #ffb400; */
}

header #hNav h1 span {
	display: block;
	z-index: 998 !important;
	height: auto;
	width: 149px;
	margin-top: -7px;
}

header #hNav h1 span img {
	height: auto;
	width: 100%;
}

/* ヘッダメニュー */

header #hNav ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	min-width: 717px;
	width: calc(80% - 163px);
}

header #hNav ul li:nth-of-type(1),
header #hNav ul li:nth-of-type(2),
header #hNav ul li:nth-of-type(3),
header #hNav ul li:nth-of-type(4) {
	width: 45%;
}

header #hNav ul li:nth-of-type(5) {
	width: 50%;
}

header #hNav ul li:nth-of-type(6) {
	width: 85%;
}

header #hNav ul li:nth-of-type(7) {
	width: 80%;
}

header #hNav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100%;
	background-color: #fff;
	text-decoration: none;
	transition: all .5s ease;
}

header #hNav ul li a:hover {
	background-color: #ffb400;
}

/* 検索 */

header #hNav p.searchBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	width: 100px;
	background: #fff url(../img/c_icon_search02.png) no-repeat center center;
	background-size: 28px 27px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

header #hNav p.searchBtn:hover {
	background-color: #ffb400;
}

header #hNav p.searchBtn label {
	display: block;
	float: left;
	height: inherit;
	width: inherit;
}

/* 1024px以下用 */
@media screen and (max-width: 1024px) {

	/* ロゴ */
	header #hNav h1 {
		height: 50px;
		width: auto;
		padding-left: 5.3%;
	}

	header #hNav h1 span {
		width: 113px;
		margin-top: initial;
	}

	header #hNav ul {
		display: none;
	}

	header #hNav p.searchBtn {
		display: none;
	}
}

/* 750px以下用（スマートフォン用） */
@media screen and (max-width: 750px) {}

/*----------------------------------------
	検索フォーム
-----------------------------------------*/

.modal_wrap>input {
	display: none;
}

.modal_overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	transition: opacity 0.3s, transform 0s 0.3s;
	transform: scale(0);
}

.modal_trigger {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal_content {
	position: relative;
	max-width: 740px;
	box-sizing: border-box;
	background: #fff;
	line-height: 1.4em;
	transition: 0.3s;
}

.close_button {
	display: none;
	position: absolute;
	top: 14px;
	right: 16px;
	font-size: 24px;
	cursor: pointer;
}

.modal_wrap input:checked~.modal_overlay {
	opacity: 1;
	transform: scale(1);
	transition: opacity 0.3s;
}

#formPC {
	display: flex;
	justify-content: space-between;
	height: 80px;
	width: 740px;
	margin: 0 auto;
	padding: 0 0 0 25px;
	border: 4px solid #e6e6e6;
	background-color: white;
	box-sizing: border-box;
}

#formPC input {
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

#formPC input[type="text"] {
	height: 100%;
	width: 700px;
	padding: 0;
	border: none !important;
	background-color: #fff !important;
}

#formPC input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

#formPC input[type="submit"] {
	height: 100%;
	width: 72px;
	border: none;
	background-image: url(../img/c_icon_search01.png);
	background-position: center center;
	background-size: 28px 27px;
	background-repeat: no-repeat;
	transition: all .5s ease;
	cursor: pointer;
}

#formPC input[type="text"]:focus,
#formPC input[type="submit"]:focus  {
	color: #000 !important;
}

#formPC input[type="submit"]:hover {
	background-color: #ffb400;
}

#formSP {
	display: flex;
	justify-content: space-between;
	height: 50px;
	width: 335px;
	margin: 42px auto 100px;
	padding: 0 0 0 19px;
	border: 2px solid #e6e6e6;
	background-color: white;
	box-sizing: border-box;
}

#formSP input {
	margin: 0;
	padding: 0;
	background-color: transparent;
	box-sizing: border-box;
	vertical-align: top;
	outline: none;
}

#formSP input[type="text"] {
	height: 100%;
	width: 266px;
	padding: 0;
	border: none !important;
	background-color: #fff !important;
	/* font-size: 30px !important;
	font-size: 3.0rem !important; */
	font-size: 22px !important;
	font-size: 2.2rem !important;
}

#formSP input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

#formSP input[type="submit"] {
	height: 100%;
	width: 46px;
	border: none;
	background-image: url(../img/c_icon_search02.png);
	background-position: center center;
	background-size: 21px 20px;
	background-repeat: no-repeat;
	transition: all .5s ease;
	cursor: pointer;
}

#formSP input[type="text"]:focus,
#formSP input[type="submit"]:focus  {
	color: #000 !important;
}

#formSP input[type="submit"]:hover {
	background-color: #ffb400;
}


/*----------------------------------------
	nav-drawer ハンバーガーメニュー
-----------------------------------------*/

#nav-drawer {
	display: none;
	position: relative;
	z-index: 1000;
}

/*チェックボックス等は非表示に*/

.nav-unshown {
	display: none;
}

/*アイコンのスペース*/

#nav-open {
	display: none;
	position: relative;
	z-index: 1001;
	width: 30px;
	height: 14px;
	padding: 20px 20px 16px;
	vertical-align: middle;
	cursor: pointer;
}

/*ハンバーガーアイコンをCSSだけで表現*/

#nav-open span {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	/*線の太さ*/
	width: 30px;
	/*長さ*/
	border-radius: 3px;
	background: #2a2a2a;
	transition: all .2s ease;
}

#nav-open span:nth-of-type(1) {
	top: 20px;
}

#nav-open span:nth-of-type(2) {
	top: 26px;
}

#nav-open span:nth-of-type(3) {
	top: 32px;
}

/* 三から☓へ */

#nav-input:checked+#nav-open {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

#nav-input:checked+#nav-open span:nth-of-type(1) {
	top: 15px;
	left: 20px;
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}

#nav-input:checked+#nav-open span:nth-of-type(2) {
	top: 15px;
	left: 20px;
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

#nav-input:checked+#nav-open span:nth-of-type(3) {
	opacity: 0;
}

@media screen and (max-width: 750px) {
	#nav-input:checked+#nav-open span {
		width: 15px;
		/*長さ*/
	}

	#nav-input:checked+#nav-open span:nth-of-type(1) {
		top: 18px;
		left: 28px;
	}

	#nav-input:checked+#nav-open span:nth-of-type(2) {
		top: 18px;
		left: 28px;
	}

	#nav-input:checked+#nav-open span:nth-of-type(3) {
		left: 28px;
	}
}

/*閉じる用の薄黒カバー*/

#nav-close {
	display: none;
	position: fixed;
	z-index: 1002;
	top: 0;
	right: 0;
	width: 70px;
	height: 50px;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
	cursor: pointer;
}

/*中身*/

#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	/*背景色*/
	transition: .3s ease-in-out;
	/*滑らかに表示*/
	-webkit-transform: translateX(105%);
	transform: translateX(105%);
	/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/

#nav-input:checked~#nav-close {
	display: block;
	/* opacity: .5; */
}

#nav-input:checked~#nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

@media screen and (max-width: 1024px) {
	header #nav-drawer {
		display: flex;
		justify-content: flex-end;
		position: absolute;
		top: 0;
		right: 0;
		width: 50%;
	}

	header #nav-open {
		display: inline-block;
	}

	/* ドロワー内 ロゴ */
	header #nav-drawer h1 {
		display: flex;
		align-items: center;
		height: 50px;
		width: auto;
		padding-left: 5.3%;
		background-color: #fff;
	}

	header #nav-drawer h1 span {
		display: block;
		position: absolute;
		z-index: 998 !important;
		height: 34px;
		width: 113px;
		margin-top: initial;
		padding: 8px 0;
	}

	header #nav-drawer h1 span img {
		height: 34px;
		width: 113px;
	}

	/* ドロワー内 メニュー */
	header #nav-drawer ul {
		display: block;
		width: 100%;
		margin-top: 46px;
		text-align: center;
	}

	header #nav-drawer ul li+li {
		margin-top: 33px;
	}
}

/*----------------------------------------
	#content
-----------------------------------------*/

#content {
	padding-top: 100px;
}

@media screen and (max-width: 1024px) {
	#content {
		padding-top: 50px;
	}
}

/*----------------------------------------
	youtube レスポンシブ対応
	div.youtubeでiframeをラッピングすること
-----------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/*----------------------------------------
	content
-----------------------------------------*/

main#content {
	display: block;
	/* IE11対策 */
	overflow-x: hidden;
}

/*----------------------------------------
	pagination
-----------------------------------------*/

#content .pagination {
	width: 354px;
	margin: 40px auto 0;
}

#content .pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#content .pagination .prev a,
#content .pagination .next a {
	display: block;
	position: relative;
	width: 90px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #2a2a2a;
	background: #2a2a2a;
	transition: all .2s ease;
}

#content .pagination .prev a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 1px);
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
}

#content .pagination .next a::before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	right: calc(50% - 2px);
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

#content .pagination .prev a:hover,
#content .pagination .next a:hover {
	background: #fff;
}

#content .pagination .prev a:hover::before {
	border-top: 1px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
}

#content .pagination .next a:hover::before {
	border-top: 1px solid #2a2a2a;
	border-right: 1px solid #2a2a2a;
}

#content .pagination .page-numbers {
	display: flex;
	align-items: center;
	position: relative;
}

#content .pagination .page-numbers::before {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	left: 63px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: calc(7px/2) solid transparent;
	border-left: calc(7px/2) solid transparent;
}

#content .pagination .page-numbers select {
	min-width: 80px;
	min-height: 35px;
	padding: 0 18px;
	box-sizing: border-box;
	border-radius: 0;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 1;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#content .pagination .page-numbers select:hover {
	background: #f5f5f5;
}

/* IE11 */

#content .pagination .page-numbers select::-ms-expand {
	display: none;
}

#content .pagination .page-numbers span {
	padding-left: 1em;
	line-height: 1;
}

@media screen and (max-width: 750px) {
	#content .pagination {
		width: 315px;
		margin-top: 0;
	}

	#content .pagination .prev a,
	#content .pagination .next a {
		width: 70px;
		height: 40px;
	}

	#content .pagination .page-numbers::before {
		top: calc(50% - 2px);
		left: 84px;
		border-top: 6px solid #999;
		border-right: calc(8px/2) solid transparent;
		border-left: calc(8px/2) solid transparent;
	}

	#content .pagination .page-numbers select {
		min-width: 110px;
		min-height: 40px;
		padding: 0 20px;
	}
}

/*----------------------------------------
	一覧へ戻る
-----------------------------------------*/

#content .backtoList {
	width: 290px;
	margin: 60px auto 0;
}

#content .backtoList a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	width: 290px;
	padding-right: 20px;
	box-sizing: border-box;
	border: 1px solid #2a2a2a;
	background-color: #2a2a2a;
	color: #fff;
	text-decoration: none;
	transition: all .2s ease;
}

#content .backtoList a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 25px;
	width: 16px;
	height: 1px;
	border-bottom: 1px solid #fff;
	transition: all .2s ease;
}

#content .backtoList a::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	transform: rotate(45deg);
	transition: all .2s ease;
}

#content .backtoList a:hover {
	color: #2a2a2a;
	background-color: #fff;
}

#content .backtoList a:hover::before {
	border-bottom: 1px solid #292929;
}

#content .backtoList a:hover::after {
	border-bottom: 1px solid #292929;
}

@media screen and (max-width: 1024px) {
	#content .backtoList {
		width: 400px;
	}

	#content .backtoList a {
		width: 400px;
	}
}

@media screen and (max-width: 750px) {
	#content .backtoList {
		width: 250px;
		margin: 40px auto 0;
	}

	#content .backtoList a {
		height: 50px;
		width: 250px;
		padding-right: 18px;
	}

	#content .backtoList a::before {
		top: 50%;
		right: 23px;
		width: 12px;
		height: 1px;
	}

	#content .backtoList a::after {
		right: 20px;
		bottom: 50%;
		width: 7px;
		height: 7px;
	}
}

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

footer {
	width: 100%;
	padding-bottom: 80px;
	border-top: 2px solid #2a2a2a;
	text-align: center;
}

footer div {
	max-width: 980px;
	margin: 0 auto;
}

/* フッタリンク1 */

footer div ul {
	display: flex;
	justify-content: center;
	margin: 59px auto 0;
	list-style: none;
	line-height: 1;
}

footer div ul li+li {
	margin-left: 33px;
}

footer div ul li a {
	display: block;
	position: relative;
	text-decoration: none;
}


@media(min-width: 751px){

footer div ul.footer_logo {
	display: flex;
	justify-content: center;
	margin: 59px auto 0;
	list-style: none;
	line-height: 1;
}

footer div ul.footer_logo li+li {
	margin-left: 33px;
}

footer div ul.footer_logo li a {
	display: block;
	position: relative;
	text-decoration: none;
}

}

@media(max-width: 750px){

footer div ul.footer_logo {
	display: block;
	justify-content: center;
	margin: 59px auto 0;
	list-style: none;
	line-height: 1;
}

footer div ul.footer_logo li+li {
	margin-left: 0px;
margin-top: 10px;
}

}



/* フッタリンク2 */

footer div ul+ul {
	margin-top: 60px;
}

footer div ul+ul li+li {
	padding-left: 35px;
	border-left: 1px solid #8e9296;
}

/* コピーライト */

footer div p {
	margin: 25px 0 15px;
	letter-spacing: 0.05em;
}

footer div p br {
	display: none;
}

/* ロゴ */

footer div h1 {
	height: auto;
	width: 242px;
	margin: 0 auto;
}

footer div h1 img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 1024px) {
	footer div ul:nth-of-type(1) {
		display: none;
	}
}

@media screen and (max-width: 375px) {
	footer div p br {
		display: inline;
	}
}

/*----------------------------------------
	pagetopBtn
-----------------------------------------*/

p#pagetopBtn {
	position: fixed;
	right: 0;
	bottom: 0;
	height: 100px;
	width: 100px;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	background: #f5f5f5 url(../img/c_pagetop01.png) no-repeat left 50px top 19px;
	background-size: 12px 60px;
	box-sizing: border-box;
	transition: all .3s ease;
}

p#pagetopBtn:hover {
	border-top: 1px solid #2a2a2a;
	border-left: 1px solid #2a2a2a;
	background-color: #fff;
}

@media screen and (max-width: 750px) {
	p#pagetopBtn {
		height: 50px;
		width: 50px;
		background: #f5f5f5 url(../img/c_pagetop01.png) no-repeat left 25px top 9px;
		background-size: 6px 30px;
	}
}

/*----------------------------------------
	nicescroll 慣性スクロール関連
-----------------------------------------*/

/* .nicescroll-rails {
	z-index: 30000 !important;
} */

/*----------------------------------------
	object-fit-img
-----------------------------------------*/

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/*----------------------------------------
	imgWrap
-----------------------------------------*/

.imgWrap {
	display: block;
	overflow: hidden;
	background: #000;
}