@charset "UTF-8";
.mod_wrap01 {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1200px;
	width: 100%;
	min-width: 1000px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mod_wrap01 {
		max-width: 980px;
		min-width: 950px;
	}
}
@media screen and (max-width:640px) {
	.mod_wrap01 {
		width: auto;
		min-width: 0;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.fontbold, .mod_btn01>* {
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.fontbold, .mod_btn01>* {
		font-weight: normal;
		-webkit-text-stroke: 0.4px;
	}
}
.clearfix:after, .mod_header:after {
	content: '';
	display: block;
	clear: both;
}
.vertmiddle:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.vertmiddle>* {
	display: inline-block;
	vertical-align: middle;
}
.rightarr {
	position: relative;
}
.rightarr:after {
	content: "";
	display: block;
	margin: auto 0;
	border-top: 2px solid;
	border-right: 2px solid;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 16px;
	-webkit-transform: rotate(45deg) skew(8deg, 8deg);
	-ms-transform: rotate(45deg) skew(8deg, 8deg);
	transform: rotate(45deg) skew(8deg, 8deg);
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-transform .5s;
	-o-transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s;
	transition: transform .5s, opacity .5s, -webkit-transform .5s;
}
.no-touchevents .rightarr:hover:after {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	-ms-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px);
}
.ph {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
html {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
html.safari {
	-webkit-font-smoothing: antialiased;
}
@media screen and (min-width:421px) and (max-width:640px) {
	html {
		font-size: 74.5%;;
	}
}
@media screen and (min-width:641px) {
	html {
		-webkit-font-feature-settings: "palt";
		font-feature-settings: "palt";
	}
	html.safari {
		-webkit-font-feature-settings: "pkna";
		font-feature-settings: "pkna";
	}
}
.touchevents * {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.chrome body {
	image-rendering: -webkit-optimize-contrast;
}
body, button, dd, dl, dt, figure, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, td, textarea, th, ul {
	margin: 0;
	padding: 0;
}
body {
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	background-color: #fefefe;
}
body.nobarba-preload {
	opacity: 0;
}
body.no_click {
	pointer-events: none!important;
}
body.height_crush {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
@media screen and (min-width:641px) {
	body {
		min-width: 1000px;
		padding-top: 157px;
	}
}
a.active {
	pointer-events: none!important;
}
article, aside, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	height: 0;
	overflow: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
b, strong {
	font-weight: inherit;
	font-weight: bolder;
}
a {
	outline: 0;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
li {
	list-style: none;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	line-height: 0;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio, video {
	display: inline-block;
}
summary {
	display: list-item;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
canvas {
	display: inline-block;
}
button, input, select, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: 0;
	font: inherit;
}
button, input {
	overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button:-moz-focusring, input:-moz-focusring {
	outline: 1px dotted ButtonText;
}
button, select {
	cursor: pointer;
	text-transform: none;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border: none;
}
select::-ms-expand {
	display: none;
}
@media screen and (max-width:640px) {
	[data-sc-pc] {
		display: none!important;
	}
}
@media screen and (min-width:641px) {
	[data-sc-sp] {
		display: none!important;
	}
}
.mod_main {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.ph {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.device-tablet .mod_main {
	width: calc(100% + 1px);
}
.no-touchevents [data-lf-pc], .no-touchevents [data-lf-sp], .no-touchevents [data-lf] {
	-webkit-filter: opacity(0);
	filter: opacity(0);
	-webkit-transition: -webkit-filter 1s;
	transition: -webkit-filter 1s;
	-o-transition: filter 1s;
	transition: filter 1s;
	transition: filter 1s, -webkit-filter 1s;
}
.no-touchevents [data-lf-pc][src], .no-touchevents [data-lf-pc][style], .no-touchevents [data-lf-sp][src], .no-touchevents [data-lf-sp][style], .no-touchevents [data-lf][src], .no-touchevents [data-lf][style] {
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.no-touchevents [data-lf-pc].load_view, .no-touchevents [data-lf-sp].load_view, .no-touchevents [data-lf].load_view {
	-webkit-filter: opacity(1);
	filter: opacity(1);
}
.ie [data-lf-pc], .ie [data-lf-sp], .ie [data-lf], .touchevents [data-lf-pc], .touchevents [data-lf-sp], .touchevents [data-lf] {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
.ie [data-lf-pc][style], .ie [data-lf-sp][style], .ie [data-lf][style], .touchevents [data-lf-pc][style], .touchevents [data-lf-sp][style], .touchevents [data-lf][style] {
	opacity: 1;
}
.ie [data-lf-pc].load_view, .ie [data-lf-sp].load_view, .ie [data-lf].load_view, .touchevents [data-lf-pc].load_view, .touchevents [data-lf-sp].load_view, .touchevents [data-lf].load_view {
	opacity: 1;
}
@media screen and (min-width:641px) {
	@supports (display: flow-root) {
		.col_base.col_1 {
			display:flow-root
		};
	}
	@supports not (display:flow-root) {
		.col_base.col_1 {
			display: block
		}
		.col_base.col_1:after {
			content: '';
			display: block;
			clear: both
		};
	}
	.ie .col_base.col_1 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_1:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_1>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 1 - 0px);
		float: left;
	}
	.ie .col_base.col_1>* {
		width: calc(calc(100% - 1px) / 1 - 0px);
	}
	.col_base.col_1>:nth-child(1n+1) {
		margin-left: 0;
	}
	.col_base.col_1>:nth-child(-n+1) {
		margin-top: 0;
	}
}
@media screen and (min-width:641px) {
	@supports (display: flow-root) {
		.col_base.col_2 {
			display:flow-root
		};
	}
	@supports not (display:flow-root) {
		.col_base.col_2 {
			display: block
		}
		.col_base.col_2:after {
			content: '';
			display: block;
			clear: both
		};
	}
	.ie .col_base.col_2 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_2:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_2>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 2 - 0px);
		float: left;
	}
	.ie .col_base.col_2>* {
		width: calc(calc(100% - 1px) / 2 - 0px);
	}
	.col_base.col_2>:nth-child(odd) {
		margin-left: 0;
	}
	.col_base.col_2>:nth-child(-n+2) {
		margin-top: 0;
	}
}
@media screen and (min-width:641px) {
	@supports (display: flow-root) {
		.col_base.col_3 {
			display:flow-root
		};
	}
	@supports not (display:flow-root) {
		.col_base.col_3 {
			display: block
		}
		.col_base.col_3:after {
			content: '';
			display: block;
			clear: both
		};
	}
	.ie .col_base.col_3 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_3:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_3>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 3 - 0px);
		float: left;
	}
	.ie .col_base.col_3>* {
		width: calc(calc(100% - 1px) / 3 - 0px);
	}
	.col_base.col_3>:nth-child(3n+1) {
		margin-left: 0;
	}
	.col_base.col_3>:nth-child(-n+3) {
		margin-top: 0;
	}
}
@media screen and (min-width:641px) {
	@supports (display: flow-root) {
		.col_base.col_4 {
			display:flow-root
		};
	}
	@supports not (display:flow-root) {
		.col_base.col_4 {
			display: block
		}
		.col_base.col_4:after {
			content: '';
			display: block;
			clear: both
		};
	}
	.ie .col_base.col_4 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_4:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_4>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 4 - 0px);
		float: left;
	}
	.ie .col_base.col_4>* {
		width: calc(calc(100% - 1px) / 4 - 0px);
	}
	.col_base.col_4>:nth-child(4n+1) {
		margin-left: 0;
	}
	.col_base.col_4>:nth-child(-n+4) {
		margin-top: 0;
	}
}
@media screen and (min-width:641px) {
	@supports (display: flow-root) {
		.col_base.col_5 {
			display:flow-root
		};
	}
	@supports not (display:flow-root) {
		.col_base.col_5 {
			display: block
		}
		.col_base.col_5:after {
			content: '';
			display: block;
			clear: both
		};
	}
	.ie .col_base.col_5 {
		display: block;
		width: calc(100% + 1px);
	}
	.ie .col_base.col_5:after {
		content: '';
		display: block;
		clear: both;
	}
	.col_base.col_5>* {
		margin: 0px 0 0 0px;
		width: calc(100% / 5 - 0px);
		float: left;
	}
	.ie .col_base.col_5>* {
		width: calc(calc(100% - 1px) / 5 - 0px);
	}
	.col_base.col_5>:nth-child(5n+1) {
		margin-left: 0;
	}
	.col_base.col_5>:nth-child(-n+5) {
		margin-top: 0;
	}
}
.mod_btn01 {
	text-align: center;
	display: inline-block;
}
@media screen and (max-width:640px) {
	.mod_btn01 {
		display: block;
	}
}
.mod_btn01>* {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	padding: 10px 10px 10px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: .05em;
	transition: background 1s, color 1s, opacity 1s;
	position: relative;
}
@media screen and (min-width:641px) {
	.mod_btn01>* {
		min-width: 210px;
	}
}
@media screen and (max-width:640px) {
	.mod_btn01>* {
		padding: 12px 0;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.mod_btn01.tpbd0>* {
	border: 1px solid #212121;
}
.no-touchevents .mod_btn01.tpbd0>:hover {
	background-color: rgba(33, 33, 33, 0.1);
}
.mod_btn01.tpbdf>* {
	border: 1px solid #fff;
	color: #fff;
}
.no-touchevents .mod_btn01.tpbdf>:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
.mod_btn01.tpff>* {
	background-color: #fff;
	color: #0071bc;
}
.no-touchevents .mod_btn01.tpff>:hover {
	opacity: .8;
}
.mod_btn01.tpb01>* {
	background-color: #0071bc;
	color: #fff;
}
.no-touchevents .mod_btn01.tpb01>:hover {
	opacity: .8;
}
@media screen and (min-width:641px) {
	.mod_header {
		position: absolute;
		margin: 0 auto;
		width: 100%;
		min-width: 1000px;
		z-index: 1000;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		max-width: 1170px;
	}
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mod_header {
		max-width: 950px;
		min-width: 950px;
	}
}
@media screen and (min-width:641px) {
	.body_sub .mod_header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		transition: transform 1s;
	}
	.sub_nav_fix .body_sub .mod_header {
		transform: translateY(-90px);
	}
	.body_sub .mod_header .wrap {
		margin: 0 auto;
	}
}
@media screen and (max-width:640px) {
	.mod_header .logo_name {
		position: absolute;
		transition: transform 1s;
	}
	.nav_fix .mod_header .logo_name {
		position: fixed;
		top: -50px;
	}
	.nav_fix.nav_open .mod_header .logo_name {
		transform: translateY(50px);
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap {
		left: 100%;
		transition: transform 1s;
	}
	.nav_open .mod_header .nav_wrap {
		transform: translateX(-100%);
	}
}
.mod_header .nav_wrap>ul>li:not(.recruit)>a, .mod_header .nav_wrap>ul>li dd li a, .mod_header .nav_wrap>ul>li dt {
	font-size: 1.6rem;
	line-height: 2.5;
	letter-spacing: .05em;
	font-weight: normal;
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li:not(.recruit)>a, .mod_header .nav_wrap>ul>li dd li a, .mod_header .nav_wrap>ul>li dt {
		text-align: center;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li:not(.recruit)>a, .mod_header .nav_wrap>ul>li dd li a, .mod_header .nav_wrap>ul>li dt {
		font-size: 1.5rem;
		line-height: 2.4;
		font-weight: normal;
	}
}
@media screen and (min-width:641px) {
	.mod_header .logo_name {
		display: block;
		text-align: center;
		padding: 30px 0 9px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .logo_name {
		height: 50px;
		background-color: #fff;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 1000;
		position: fixed;
		text-align: center;
	}
}
.mod_header .logo_name a {
	padding: 10px 0;
	display: inline-block;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
@media screen and (min-width:641px) {
	.mod_header .logo_name a {
		width: 300px;
	}
}
@media screen and (min-width:641px) {
	.mod_header .logo_name a:hover {
		opacity: .7;
	}
}
.mod_header .logo_name a svg {
	display: block;
	width: auto;
	height: 28px;
	fill: #BCA475;
}
@media screen and (max-width:640px) {
	.mod_header .logo_name a {
		display: inline-block;
		padding: 15px 20px;
		line-height: 20px;
	}
	.mod_header .logo_name a img, .mod_header .logo_name a svg {
		width: auto;
		height: 17px;
	}
}
@media screen and (max-width:640px) and (max-width:640px) {
	.mod_header .logo_name a img, .mod_header .logo_name a svg {
		width: 120px;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap {
		text-align: center;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap {
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 5000;
		max-height: 100vh;
		overflow-y: scroll;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul {
		display: inline-block;
		margin: auto;
	}
	.mod_header .nav_wrap>ul .ico {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul {
		background-color: #F6F5F2;
		padding-top: 50px;
		text-align: left;
	}
	.mod_header .nav_wrap>ul li {
		background-color: #fff;
	}
	.mod_header .nav_wrap>ul li:not(.recruit)>a, .mod_header .nav_wrap>ul li dt {
		padding: 7px 16px 7px 38px;
		display: block;
		position: relative;
	}
	.mod_header .nav_wrap>ul li:not(.recruit)>a .ico, .mod_header .nav_wrap>ul li dt .ico {
		fill: #BCA475;
		margin: auto 0;
		width: 10px;
		height: 10px;
		position: absolute;
		top: 0;
		left: 16px;
		bottom: 0;
	}
	.mod_header .nav_wrap>ul li:not(.recruit)>a span, .mod_header .nav_wrap>ul li dt span {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: normal;
	}
	.mod_header .nav_wrap>ul li:not(.recruit)>a:after {
		content: "";
		display: block;
		margin: auto 0;
		border-top: 1px solid #bea574;
		border-right: 1px solid #bea574;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg) translate(-2px, 2px);
		-ms-transform: rotate(45deg) translate(-2px, 2px);
		transform: rotate(45deg) translate(-2px, 2px);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 16px;
	}
	.mod_header .nav_wrap>ul li.sns_wrap {
		padding: 0;
		width: 100%;
		display: table;
		table-layout: fixed;
		padding: 10px 18px 40px;
		background-color: #F6F5F2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mod_header .nav_wrap>ul li.sns_wrap:not(.recruit)>a, .mod_header .nav_wrap>ul li.sns_wrap dt {
		padding: 0;
	}
	.mod_header .nav_wrap>ul li.sns_wrap:not(.recruit)>a:before, .mod_header .nav_wrap>ul li.sns_wrap dt:before {
		content: none;
	}
	.mod_header .nav_wrap>ul li.sns_wrap:not(.recruit)>a {
		display: table-cell;
	}
	.mod_header .nav_wrap>ul li.sns_wrap:not(.recruit)>a:after {
		content: none;
	}
	.mod_header .nav_wrap>ul li.sns_wrap a {
		text-align: center;
	}
	.mod_header .nav_wrap>ul li.sns_wrap a img {
		position: relative;
		top: 2px;
		height: 1.4rem;
		width: 1.4rem;
	}
	.mod_header .nav_wrap>ul li.sns_wrap a p {
		padding-left: 18px;
		padding-right: 0;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li {
		display: inline-block;
		vertical-align: bottom;
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 222, 222, 0)), color-stop(25%, rgba(222, 222, 222, 0)), color-stop(50%, #dedede), color-stop(75%, rgba(222, 222, 222, 0)), to(rgba(222, 222, 222, 0)));
		background-image: -webkit-linear-gradient(top, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0) 25%, #dedede 50%, rgba(222, 222, 222, 0) 75%, rgba(222, 222, 222, 0) 100%);
		background-image: -o-linear-gradient(top, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0) 25%, #dedede 50%, rgba(222, 222, 222, 0) 75%, rgba(222, 222, 222, 0) 100%);
		background-image: linear-gradient(to bottom, rgba(222, 222, 222, 0) 0%, rgba(222, 222, 222, 0) 25%, #dedede 50%, rgba(222, 222, 222, 0) 75%, rgba(222, 222, 222, 0) 100%);
		background-size: 1px 100%;
		background-repeat: no-repeat;
		background-position: left center;
	}
}
@media screen and (min-width:641px) and (min-width:641px) {
	.mod_header .nav_wrap>ul>li.current dt a {
		color: #bea574;
	}
	.mod_header .nav_wrap>ul>li.current dd {
		opacity: 1;
		pointer-events: auto;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li a {
		padding: 16px 30px;
		display: block;
	}
	.mod_header .nav_wrap>ul>li a p {
		font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.mod_header .nav_wrap>ul>li.sns_wrap {
		padding-left: 16px;
	}
	.mod_header .nav_wrap>ul>li.sns_wrap a {
		display: inline-block;
		padding-left: 11px;
		padding-right: 11px;
		line-height: 1;
	}
	.mod_header .nav_wrap>ul>li.sns_wrap a img {
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-ms-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	.no-touchevents .mod_header .nav_wrap>ul>li.sns_wrap a:hover img {
		-webkit-filter: sepia(2) brightness(2.5);
		filter: sepia(2) brightness(2.5);
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li {
		border-bottom: 1px solid #edebe5;
	}
	.mod_header .nav_wrap>ul>li:first-child {
		border-top: 1px solid #edebe5;
	}
	.mod_header .nav_wrap>ul>li a p {
		display: inline-block;
		padding-right: 10px;
		font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	}
	.mod_header .nav_wrap>ul>li.in_links dt {
		position: relative;
	}
	.mod_header .nav_wrap>ul>li.in_links dt:after {
		content: "";
		display: block;
		margin: auto 0;
		border-bottom: 1px solid #bea574;
		border-right: 1px solid #bea574;
		width: 6px;
		height: 6px;
		-webkit-transform: rotate(45deg) translate(-2px, 2px);
		-ms-transform: rotate(45deg) translate(-2px, 2px);
		transform: rotate(45deg) translate(-2px, 2px);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 14px;
	}
	.mod_header .nav_wrap>ul>li.in_links dt a {
		pointer-events: none;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li:not(.recruit)>a, .mod_header .nav_wrap>ul>li dt {
		display: block;
		background-color: #f6f5f2;
	}
	.mod_header .nav_wrap>ul>li:not(.recruit)>a:after, .mod_header .nav_wrap>ul>li dt:after {
		right: 16px;
	}
}
.mod_header .nav_wrap>ul>li:not(.recruit)>a, .mod_header .nav_wrap>ul>li:not(.recruit) dt a {
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}
.mod_header .nav_wrap>ul>li:not(.recruit)>a.nowpage, .mod_header .nav_wrap>ul>li:not(.recruit) dt a.nowpage {
	pointer-events: none;
}
.page_third .mod_header .nav_wrap>ul>li:not(.recruit)>a.nowpage, .page_third .mod_header .nav_wrap>ul>li:not(.recruit) dt a.nowpage {
	pointer-events: auto;
}
.mod_header .nav_wrap>ul>li:not(.recruit)>a.nowpage, .mod_header .nav_wrap>ul>li:not(.recruit) dt a.nowpage, .no-touchevents .mod_header .nav_wrap>ul>li:not(.recruit)>a:hover, .no-touchevents .mod_header .nav_wrap>ul>li:not(.recruit) dt a:hover {
	color: #bea574;
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li dd {
		/* width: 100%; */
		width: 114%;
		position: absolute;
		/* left: 0; */
		right: 0;
		top: 100%;
		background-color: rgba(255, 255, 255, 0.95);
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
		opacity: 0;
		pointer-events: none;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li dd {
		display: none;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li dd ul {
		padding: 20px 0 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li dd li+li {
		margin-left: 22px;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li dd li+li {
		border-top: 1px solid #edebe5;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li dd li a {
		padding: 0;
		width: 212px;
		font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		letter-spacing: .1em;
	}
	.mod_header .nav_wrap>ul>li dd li a span {
		-webkit-transition: color .5s;
		-o-transition: color .5s;
		transition: color .5s;
	}
	.no-touchevents .mod_header .nav_wrap>ul>li dd li a:hover {
		color: #BCA475;
	}
}
@media screen and (max-width:640px) {
	.mod_header .nav_wrap>ul>li dd li a {
		display: block;
	}
	.mod_header .nav_wrap>ul>li dd li a:after {
		right: 0;
	}
}
@media screen and (min-width:641px) {
	.mod_header .nav_wrap>ul>li dd li .ph {
		width: 100%;
		height: 100px;
	}
}
.mod_header .nav_wrap>ul>li dd ul.other li:not(.recruit)>a:before {
	content: none!important;
}
.mod_spNav_btn {
	display: block;
	position: fixed;
	border: 1px solid transparent;
	padding: 15px;
	top: 0;
	right: 0;
	z-index: 6000;
	background-color: #f7f1e9;
	margin: 10px 10px 0 0;
	-webkit-transition: background 1s, border 1s;
	-o-transition: background 1s, border 1s;
	transition: background 1s, border 1s;
}
.mod_spNav_btn span {
	display: block;
	margin: auto;
	border-radius: 2px 2px 2px 2px;
	width: 45%;
	height: 2px;
	position: absolute;
	background-color: #bea574;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}
.mod_spNav_btn span:after, .mod_spNav_btn span:before {
	content: "";
	border-radius: 2px 2px 2px 2px;
	display: block;
	height: 100%;
	background-color: #bea574;
	-webkit-transition: top 0.5s, bottom 0.5s, background, 0.5s, width .5s, -webkit-transform 0.5s;
	transition: top 0.5s, bottom 0.5s, background, 0.5s, width .5s, -webkit-transform 0.5s;
	-o-transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, width .5s;
	transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, width .5s;
	transition: transform 0.5s, top 0.5s, bottom 0.5s, background, 0.5s, width .5s, -webkit-transform 0.5s;
	position: absolute;
	left: 0;
}
.mod_spNav_btn span:before {
	width: 100%;
	top: -5px;
}
.mod_spNav_btn span:after {
	width: 100%;
	bottom: -5px;
}
.nav_fix .mod_spNav_btn {
	background-color: #fff;
}
.nav_open .mod_spNav_btn {
	border: 1px solid transparent;
}
.nav_open .mod_spNav_btn span {
	background-color: rgba(255, 255, 255, 0);
}
.nav_open .mod_spNav_btn span:after, .nav_open .mod_spNav_btn span:before {
	top: 0;
	bottom: 0;
	background-color: #bea574;
}
.nav_open .mod_spNav_btn span:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav_open .mod_spNav_btn span:after {
	width: 100%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.topicpath {
	margin: 0 auto;
	padding: 0 20px;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 1366px) and (min-width: 641px) {
	.topicpath {
		max-width: 980px;
	    min-width: 950px;;
	}
}
@media (max-width: 640px) {
	.topicpath {
		position: absolute;
		top: 0;
		z-index: 1;
	}
	.topicpath ul {
		white-space: nowrap;
		width: 100%;
		overflow-x:scroll;;
	}
}
.topicpath ul:after {
	content: "";
	display: block;
	clear: both;
}
.topicpath ul li {
	display: inline-block;
	position: relative;
	vertical-align:middle;
}
.topicpath ul li + li:after {
	content: "";
	display: block;
	margin: auto 0;
	width: 4px;
	height: 4px;
	border-top: 1px solid;
	border-right: 1px solid;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -4px;
}
.topicpath ul li > * {
	display: block;
	font-size:1.2rem;
	padding:0 10px;
}
.topicpath ul li:first-child > * {
	padding-left: 0;
}
.topicpath ul li:last-child > * {
	color:#bea574;
}


.mod_footer>* {
	position: relative;
	z-index: 10;
}
.mod_footer .footer_top {
	background-color: #f6f5f2;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top {
		padding: 45px 0 62px;
	}
}
.mod_footer .footer_top .nav_wrap {
	border-bottom: 1px solid #edebe5;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap {
		width: 100%;
	}
}
.mod_footer .footer_top .nav_wrap ul {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul {
		width: 100%;
		display: table;
		table-layout: fixed;
		max-width: 1170px;
		padding: 0 5.2%;
		margin: 0 auto;
	}
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mod_footer .footer_top .nav_wrap ul {
		max-width: 950px;
		padding: 0;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul {
		text-align: left;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li {
		border-top: 1px solid #edebe5;
	}
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links {
		display: table-cell;
		padding: 0 15px;
		vertical-align: top;
		text-align: center;
		position: relative;
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dt {
	letter-spacing: .05em;
	position: relative;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt {
		padding: 20px 0 15px;
		margin-bottom: 24px;
		border-bottom: 1px solid #dbd7ca;
		display: block;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt {
		padding: 16px 20px 16px 36px;
	}
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt:after {
		content: "";
		display: block;
		margin: auto 0;
		border-bottom: 1px solid #bea574;
		border-right: 1px solid #bea574;
		-webkit-transform: rotate(45deg) translate(-2px, 2px);
		-ms-transform: rotate(45deg) translate(-2px, 2px);
		transform: rotate(45deg) translate(-2px, 2px);
		position: absolute;
		height: 6px;
		width: 6px;
		top: 0;
		bottom: 0;
		right: 14px;
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .ico {
	display: block;
	width: 14px;
	height: 14px;
	fill: #BCA475;
	position: absolute;
	top: 0;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .ico {
		margin: 0 auto;
		left: 0;
		right: 0;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .ico {
		margin: auto 0;
		width: 12px;
		height: 12px;
		left: 16px;
		bottom: 0;
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .en {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .en {
		display: inline-block;
		padding-right: 10px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .ja {
		display: block;
		font-size: 13px;
		font-size: 1.3rem;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dt .ja {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (min-width:641px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dd {
		display: block!important;
		height: auto!important;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dd {
		display: none;
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other {
	padding: 0;
	margin: 0;
	width: auto;
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li {
	text-align: left;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li {
		background-color: #fff;
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li a {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li a {
		padding: 12px 20px 12px 36px;
		display: block;
		position: relative;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li a:after {
		content: "";
		display: block;
		margin: auto 0;
		border-top: 1px solid #BCA475;
		border-right: 1px solid #BCA475;
		position: absolute;
		height: 6px;
		width: 6px;
		top: 0;
		bottom: 0;
		right: 16px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}
.mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li a span {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.no-touchevents .mod_footer .footer_top .nav_wrap ul li.in_links dl dd .other li a:hover span {
	color: #BEA574;
}
.mod_footer .footer_bottom {
	background-color: #F2F0EB;
	padding: 60px 0;
	position: relative;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_bottom {
		padding: 24px 0 36px;
	}
}
.mod_footer .footer_bottom .site_logo {
	padding-bottom: 40px;
	text-align: center;
	display: none;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_bottom .site_logo {
		padding-bottom: 16px;
	}
}
.mod_footer .footer_bottom .site_logo .logo {
	width: 186px;
	height: 70px;
	fill: #BCA475;
}
@media screen and (max-width:640px) {
	.mod_footer .footer_bottom .site_logo .logo {
		width: 120px;
		height: 50px;
	}
}
.mod_footer .footer_bottom .site_logo a {
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.no-touchevents .mod_footer .footer_bottom .site_logo a:hover {
	opacity: .7;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.mod_footer .footer_bottom .mod_wrap01 {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.mod_footer .footer_bottom .mod_wrap01 .site_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_bottom .mod_wrap01 .site_list {
		width: 75rem;
		padding-bottom: 58px;
		gap: 10px;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_bottom .mod_wrap01 .site_list {
		width: 84vw;
		gap: 1rem;
		padding-bottom: 32px;
	}
}
.mod_footer .footer_bottom .mod_wrap01 .site_list li {
	box-sizing: border-box;
}
@media screen and (min-width:641px) {
	.mod_footer .footer_bottom .mod_wrap01 .site_list li {
		display: inline-block;
		width: 18rem;
	}
}
@media screen and (max-width:640px) {
	.mod_footer .footer_bottom .mod_wrap01 .site_list li {
		width: calc(50% - 10px);
	}
}
.mod_footer .footer_bottom .mod_wrap01 .site_list li a {
	width: 100%;
	padding-bottom: 45%;
	display: block;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.no-touchevents .mod_footer .footer_bottom .mod_wrap01 .site_list li a:hover {
	opacity: .7;
}
.mod_footer .footer_bottom .foot_about .foot_about_list {
	text-align: center;
}
.mod_footer .footer_bottom .foot_about .foot_about_list li {
	display: inline-block;
	border-right: 1px solid #d6d6d6;
}
.mod_footer .footer_bottom .foot_about .foot_about_list li:last-child {
	border-right: none;
}
.mod_footer .footer_bottom .foot_about .foot_about_list li a {
	display: block;
	padding: 0 17px;
	font-size: 13px;
	font-size: 1.3rem;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.mod_footer .footer_bottom .foot_about .foot_about_list li a:hover {
	color: #BEA574;
}
.mod_footer .footer_bottom .copy_write {
	padding-top: 30px;
	text-align: center;
	font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 13px;
	font-size: 1.3rem;
}
.mod_toTop {
	color: #fff;
	background-color: #262626;
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 50px;
	height: 50px;
	z-index: 50;
	-webkit-transition: color 0.5s, background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, -webkit-transform 0.5s;
	-o-transition: color 0.5s, background 0.5s, opacity 0.5s, transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, transform 0.5s;
	transition: color 0.5s, background 0.5s, opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
	border: 1px solid #fff;
	opacity: 0;
	pointer-events: none;
}
@media screen and (max-width:640px) {
	.mod_toTop {
		width: 40px;
		height: 40px;
		bottom: 4px;
		right: 4px;
	}
}
.no-touchevents .mod_toTop:hover {
	background-color: #BCA475;
}
.sub_nav_fix .mod_toTop {
	opacity: 1;
	pointer-events: auto;
}
.mod_toTop:after {
	content: '';
	display: block;
	margin: auto;
	width: 16px;
	height: 16px;
	border-left: 2px solid;
	border-top: 2px solid;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}
@media screen and (max-width:640px) {
	.mod_toTop:after {
		width: 14px;
		height: 14px;
		top: 8px;
	}
}
@media screen and (max-width:640px) {
	.sc_end .mod_toTop {
		-webkit-transform: translateY(-155px);
		-ms-transform: translateY(-155px);
		transform: translateY(-155px);
	}
}
.mod_inpage_ttl {
	text-align: center;
}
.mod_inpage_ttl img {
	padding-bottom: 18px;
}
@media screen and (max-width:640px) {
	.mod_inpage_ttl img {
		width: 1.2rem;
		padding-bottom: 10px;
	}
}
.mod_inpage_ttl .ico {
	width: 18px;
	height: 18px;
	padding-bottom: 16px;
	fill: #BCA475;
}
@media screen and (max-width:640px) {
	.mod_inpage_ttl .ico {
		width: 12px;
		height: 12px;
	}
}
.mod_inpage_ttl > h1 ,
.mod_inpage_ttl .mod_inpage_ttl_sub ,
.mod_inpage_ttl > h2 {
	font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	font-weight: normal;
	font-size: 40px;
	font-size: 4rem;
	line-height: 0.7;
	padding-bottom: 30px;
	letter-spacing: 0.05em;
}
@media screen and (max-width:640px) {
	.mod_inpage_ttl > h1 ,
	.mod_inpage_ttl .mod_inpage_ttl_sub ,
	.mod_inpage_ttl > h2 {
		font-size: 24px;
		font-size: 2.4rem;
		padding-bottom: 25px;
	}
}
.mod_inpage_ttl > h1 span ,
.mod_inpage_ttl .mod_inpage_ttl_sub h1 ,
.mod_inpage_ttl .mod_inpage_ttl_sub span ,
.mod_inpage_ttl > h2 span {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "source-han-serif-japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
@media screen and (max-width:640px) {
	.mod_inpage_ttl > h1 span ,
	.mod_inpage_ttl .mod_inpage_ttl_sub h1 ,
	.mod_inpage_ttl .mod_inpage_ttl_sub span ,
	.mod_inpage_ttl > h2 span {
		font-size: 9px;
		font-size: 0.9rem;
	}
}
.mod_inpage_ttl > h1 span ,
.mod_inpage_ttl .mod_inpage_ttl_sub h1 ,
.mod_inpage_ttl .mod_inpage_ttl_sub span ,
.mod_inpage_ttl > h2 span {
	padding-top: 20px;
}
@media screen and (max-width:640px) {
	.mod_inpage_ttl > h1 span ,
	.mod_inpage_ttl .mod_inpage_ttl_sub h1 ,
	.mod_inpage_ttl .mod_inpage_ttl_sub span ,
	.mod_inpage_ttl > h2 span {
		padding-top: 14px;
	}
}
.theme_btn {
	width: 370px;
	display: block;
	padding: 17px 0;
	position: relative;
	background-color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin: 0 auto;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	.theme_btn {
		padding: 14px 0;
	}
}
@media screen and (max-width:640px) {
	.theme_btn {
		width: 100%;
		padding: 14px 0;
	}
}
.theme_btn:after {
	content: "";
	width: 16px;
	height: 8px;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	position: absolute;
	background: url(../img/btn_arrow.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
@media screen and (max-width:640px) {
	.theme_btn:after {
		right: 15px;
	}
}
.theme_btn span {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "source-han-serif-japanese", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media screen and (max-width:640px) {
	.theme_btn span {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.theme_btn:hover {
	background-color: #555;
}
.theme_btn:hover:after {
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.copy {
	font-family: 'Playfair Display', "游明朝", "YuMincho", "source-han-serif-japanese", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.shadow[href] {
	-webkit-transition: opacity .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
	transition: opacity .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
	-o-transition: box-shadow .5s, transform .5s, opacity .5s;
	transition: box-shadow .5s, transform .5s, opacity .5s;
	transition: box-shadow .5s, transform .5s, opacity .5s, -webkit-box-shadow .5s, -webkit-transform .5s;
}
.no-touchevents .shadow[href]:hover {
	-webkit-transform: translate(5px, 5px);
	-ms-transform: translate(5px, 5px);
	transform: translate(5px, 5px);
	-webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
	opacity: .7;
}
body {
	position: relative;
	width: 100%;
}
.hishi_wrap>* {
	width: 1800px;
	height: 1800px;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: bottom left, top left, top right, bottom right;
	position: absolute;
	z-index: -1;
	-webkit-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}
@media screen and (max-width:640px) {
	.hishi_wrap>* {
		width: 500px;
		height: 500px;
	}
}
.hishi_wrap>.notrans {
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
.hishi_wrap>:nth-child(odd) {
	left: -900px;
}
.nobarba-preload .hishi_wrap>:nth-child(odd) {
	-webkit-transform: translateX(-900px);
	-ms-transform: translateX(-900px);
	transform: translateX(-900px);
}
@media screen and (max-width:640px) {
	.hishi_wrap>:nth-child(odd) {
		left: -250px;
	}
	.nobarba-preload .hishi_wrap>:nth-child(odd) {
		-webkit-transform: translateX(-500px);
		-ms-transform: translateX(-500px);
		transform: translateX(-500px);
	}
}
.hishi_wrap>:nth-child(2n) {
	right: -900px;
}
.nobarba-preload .hishi_wrap>:nth-child(2n) {
	-webkit-transform: translateX(900px);
	-ms-transform: translateX(900px);
	transform: translateX(900px);
}
@media screen and (max-width:640px) {
	.hishi_wrap>:nth-child(2n) {
		right: -250px;
	}
	.nobarba-preload .hishi_wrap>:nth-child(2n) {
		-webkit-transform: translateX(500px);
		-ms-transform: translateX(500px);
		transform: translateX(500px);
	}
}
.hishi_wrap>.color1 {
	background-image: -webkit-linear-gradient(45deg, transparent 700px, #F2E5DE 700px), -webkit-linear-gradient(315deg, transparent 700px, #F2E5DE 700px), -webkit-linear-gradient(225deg, transparent 700px, #F2E5DE 700px), -webkit-linear-gradient(135deg, transparent 700px, #F2E5DE 700px);
	background-image: -o-linear-gradient(45deg, transparent 700px, #F2E5DE 700px), -o-linear-gradient(315deg, transparent 700px, #F2E5DE 700px), -o-linear-gradient(225deg, transparent 700px, #F2E5DE 700px), -o-linear-gradient(135deg, transparent 700px, #F2E5DE 700px);
	background-image: linear-gradient(45deg, transparent 700px, #F2E5DE 700px), linear-gradient(135deg, transparent 700px, #F2E5DE 700px), linear-gradient(225deg, transparent 700px, #F2E5DE 700px), linear-gradient(315deg, transparent 700px, #F2E5DE 700px);
}
@media screen and (max-width:640px) {
	.hishi_wrap>.color1 {
		background-image: -webkit-linear-gradient(45deg, transparent 250px, #F2E5DE 250px), -webkit-linear-gradient(315deg, transparent 250px, #F2E5DE 250px), -webkit-linear-gradient(225deg, transparent 250px, #F2E5DE 250px), -webkit-linear-gradient(135deg, transparent 250px, #F2E5DE 250px);
		background-image: -o-linear-gradient(45deg, transparent 250px, #F2E5DE 250px), -o-linear-gradient(315deg, transparent 250px, #F2E5DE 250px), -o-linear-gradient(225deg, transparent 250px, #F2E5DE 250px), -o-linear-gradient(135deg, transparent 250px, #F2E5DE 250px);
		background-image: linear-gradient(45deg, transparent 250px, #F2E5DE 250px), linear-gradient(135deg, transparent 250px, #F2E5DE 250px), linear-gradient(225deg, transparent 250px, #F2E5DE 250px), linear-gradient(315deg, transparent 250px, #F2E5DE 250px);
	}
}
.hishi_wrap>.color2 {
	background-image: -webkit-linear-gradient(45deg, transparent 700px, #F0EEE9 700px), -webkit-linear-gradient(315deg, transparent 700px, #F0EEE9 700px), -webkit-linear-gradient(225deg, transparent 700px, #F0EEE9 700px), -webkit-linear-gradient(135deg, transparent 700px, #F0EEE9 700px);
	background-image: -o-linear-gradient(45deg, transparent 700px, #F0EEE9 700px), -o-linear-gradient(315deg, transparent 700px, #F0EEE9 700px), -o-linear-gradient(225deg, transparent 700px, #F0EEE9 700px), -o-linear-gradient(135deg, transparent 700px, #F0EEE9 700px);
	background-image: linear-gradient(45deg, transparent 700px, #F0EEE9 700px), linear-gradient(135deg, transparent 700px, #F0EEE9 700px), linear-gradient(225deg, transparent 700px, #F0EEE9 700px), linear-gradient(315deg, transparent 700px, #F0EEE9 700px);
}
@media screen and (max-width:640px) {
	.hishi_wrap>.color2 {
		background-image: -webkit-linear-gradient(45deg, transparent 250px, #F0EEE9 250px), -webkit-linear-gradient(315deg, transparent 250px, #F0EEE9 250px), -webkit-linear-gradient(225deg, transparent 250px, #F0EEE9 250px), -webkit-linear-gradient(135deg, transparent 250px, #F0EEE9 250px);
		background-image: -o-linear-gradient(45deg, transparent 250px, #F0EEE9 250px), -o-linear-gradient(315deg, transparent 250px, #F0EEE9 250px), -o-linear-gradient(225deg, transparent 250px, #F0EEE9 250px), -o-linear-gradient(135deg, transparent 250px, #F0EEE9 250px);
		background-image: linear-gradient(45deg, transparent 250px, #F0EEE9 250px), linear-gradient(135deg, transparent 250px, #F0EEE9 250px), linear-gradient(225deg, transparent 250px, #F0EEE9 250px), linear-gradient(315deg, transparent 250px, #F0EEE9 250px);
	}
}
.hishi_wrap>.color3 {
	background-image: -webkit-linear-gradient(45deg, transparent 700px, #DCE7E7 700px), -webkit-linear-gradient(315deg, transparent 700px, #DCE7E7 700px), -webkit-linear-gradient(225deg, transparent 700px, #DCE7E7 700px), -webkit-linear-gradient(135deg, transparent 700px, #DCE7E7 700px);
	background-image: -o-linear-gradient(45deg, transparent 700px, #DCE7E7 700px), -o-linear-gradient(315deg, transparent 700px, #DCE7E7 700px), -o-linear-gradient(225deg, transparent 700px, #DCE7E7 700px), -o-linear-gradient(135deg, transparent 700px, #DCE7E7 700px);
	background-image: linear-gradient(45deg, transparent 700px, #DCE7E7 700px), linear-gradient(135deg, transparent 700px, #DCE7E7 700px), linear-gradient(225deg, transparent 700px, #DCE7E7 700px), linear-gradient(315deg, transparent 700px, #DCE7E7 700px);
}
@media screen and (max-width:640px) {
	.hishi_wrap>.color3 {
		background-image: -webkit-linear-gradient(45deg, transparent 250px, #DCE7E7 250px), -webkit-linear-gradient(315deg, transparent 250px, #DCE7E7 250px), -webkit-linear-gradient(225deg, transparent 250px, #DCE7E7 250px), -webkit-linear-gradient(135deg, transparent 250px, #DCE7E7 250px);
		background-image: -o-linear-gradient(45deg, transparent 250px, #DCE7E7 250px), -o-linear-gradient(315deg, transparent 250px, #DCE7E7 250px), -o-linear-gradient(225deg, transparent 250px, #DCE7E7 250px), -o-linear-gradient(135deg, transparent 250px, #DCE7E7 250px);
		background-image: linear-gradient(45deg, transparent 250px, #DCE7E7 250px), linear-gradient(135deg, transparent 250px, #DCE7E7 250px), linear-gradient(225deg, transparent 250px, #DCE7E7 250px), linear-gradient(315deg, transparent 250px, #DCE7E7 250px);
	}
}
.hishi_wrap .hishi {
	font-size: 0;
}
.page_hishi {
	z-index: 50000;
	-webkit-transform: rotate(45deg) scale(0);
	-ms-transform: rotate(45deg) scale(0);
	transform: rotate(45deg) scale(0);
	position: fixed;
}
.page_hishi.color1 {
	background-color: #F2E5DE;
}
.page_hishi.color2 {
	background-color: #DCE7E7;
}
.page_hishi.color3 {
	background-color: #F0EEE9;
}
[data-newsslide] {
	overflow: hidden;
}
[data-newsslide].no_slide .contentWrapIn {
	padding: 0;
}
[data-newsslide].no_slide .content {
	width: 100%!important;
	left: 0!important;
}
[data-newsslide].no_slide .link {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
@media screen and (min-width:641px) {
	[data-newsslide].no_slide .link {
		float: left;
		width: 33.33333%!important;
	}
}
@media screen and (max-width:640px) {
	[data-newsslide].no_slide .link {
		width: 100%!important;
	}
}
[data-newsslide].no_slide .link.dammy {
	display: none!important;
}
[data-newsslide] .contentWrapIn {
	padding: 0 66.6666% 0 0;
}
@media screen and (max-width:640px) {
	[data-newsslide] .contentWrapIn {
		padding: 0;
	}
}
[data-newsslide] .content {
	position: relative;
	display: table;
}
[data-newsslide] .content.disableTrs {
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
[data-newsslide] .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0 15px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .link {
		padding: 0 10px;
	}
}
[data-newsslide] .link a {
	display: block;
	width: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-color: #fff;
}
[data-newsslide] .link a .ph {
	height: 160px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .link a .ph {
		height: 140px;
	}
}
[data-newsslide] .link a figure {
	line-height: 0.1;
}
[data-newsslide] .link a figure img {
	width: 100%;
	height: auto;
}
[data-newsslide] .link a .listdetail {
	padding: 20px;
}
[data-newsslide] .link a .listdetail .listhead {
	margin-bottom: 6px;
}
[data-newsslide] .link a .listdetail .listhead .catelist {
	margin-bottom: 14px;
}
[data-newsslide] .link a .listdetail .listhead .catelist .cate {
	display: inline-block;
	color: #B8A477;
	border: 1px solid #B8A477;
	font-size: 12px;
	font-size: 1.2rem;
	width: 100px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-right: 6px;
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width:640px) {
	[data-newsslide] .link a .listdetail .listhead .catelist .cate {
		font-size: 10px;
		font-size: 1rem;
		width: 60px;
		line-height: 18px;
	}
}
[data-newsslide] .link a .listdetail .listhead .date {
	font-size: 13px;
	font-size: 1.3rem;
	color: #333333;
}
[data-newsslide] .link a .listdetail .listinfo {
	color: #333333;
}
[data-newsslide] .link a .listdetail .listinfo .recommendtitle {
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 1px;
	line-height: 2;
	margin-bottom: 8px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .link a .listdetail .listinfo .recommendtitle {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
[data-newsslide] .link a .listdetail .listinfo .txt {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 23px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .link a .listdetail .listinfo .txt {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
[data-newsslide] .link a .listdetail .listinfo .more {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
	background-color: #000;
	padding: 12px 0;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "游明朝", "YuMincho", "source-han-serif-japanese", "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
[data-newsslide] .link a .listdetail .listinfo .more:after {
	content: '';
	display: block;
	width: 16px;
	height: 8px;
	background: transparent url(../img/btn_arrow.png) no-repeat scroll 0 0;
	background-size: cover;
	position: absolute;
	top: calc(50% - 4px);
	right: 14px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
[data-newsslide] .link a:hover .listdetail .listinfo .more {
	background-color: #555;
}
[data-newsslide] .link a:hover .listdetail .listinfo .more:after {
	right: 9px;
}
[data-newsslide] .contantWrap {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	position: relative;
}
@media screen and (max-width:640px) {
	[data-newsslide] .contantWrap {
		max-width: 280px;
	}
}
[data-newsslide] .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:640px) {
	[data-newsslide] .btns01 button {
		width: 60px;
		height: 90px;
	}
}
[data-newsslide] .btns01 button:after, [data-newsslide] .btns01 button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
[data-newsslide] .btns01 button:before {
	width: 25px;
	height: 25px;
	background-color: #000;
	border-radius: 50%;
}
[data-newsslide] .btns01 button:after {
	width: 0;
	height: 0;
	-webkit-transform: rotate(45deg) skew(-15deg, -15deg);
	-ms-transform: rotate(45deg) skew(-15deg, -15deg);
	transform: rotate(45deg) skew(-15deg, -15deg);
}
[data-newsslide] .btns01 button.next {
	right: -20px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .btns01 button.next {
		right: -20px;
	}
}
[data-newsslide] .btns01 button.next:after {
	border-top: 3px solid #fff;
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid rgba(255, 255, 255, 0);
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg) skew(-15deg, -15deg);
	-ms-transform: rotate(45deg) skew(-15deg, -15deg);
	transform: rotate(45deg) skew(-15deg, -15deg);
	right: 8px;
}
[data-newsslide] .btns01 button.prev {
	left: -20px;
}
@media screen and (max-width:640px) {
	[data-newsslide] .btns01 button.prev {
		left: -20px;
	}
}
[data-newsslide] .btns01 button.prev:after {
	border-bottom: 3px solid #fff;
	border-right: 8px solid rgba(255, 255, 255, 0);
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-left: 3px solid #fff;
	left: 8px;
}
.no-touchevents [data-newsslide] .btns01 button:hover:before {
	background-color: #000;
}
[data-newsslide] .pager {
	text-align: center;
}
[data-newsslide] .pager button {
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
@media screen and (max-width:640px) {
	[data-newsslide] .pager button {
		width: 60px;
		height: 90px;
	}
}
[data-newsslide] .pager button:after, [data-newsslide] .pager button:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
@media screen and (max-width:640px) {
	[data-newsslide] .pager button:after, [data-newsslide] .pager button:before {
		width: 6px;
		height: 6px;
	}
}
[data-newsslide] .pager button:after {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.no-touchevents [data-newsslide] .pager button:hover:after, [data-newsslide] .pager button.active:after {
	background-color: #000;
}
[data-newsslide] .pager button.active {
	cursor: default;
	pointer-events: none;
}
[data-spslide] {
	position: relative;
}
[data-spslide] .contentWrap_sp {
	position: relative;
}
@media screen and (min-width:641px) {
	[data-spslide] .content_sp {
		width: 100%!important;
	}
}
@media screen and (max-width:640px) {
	[data-spslide] .content_sp {
		display: table;
		position: relative;
	}
}
@media screen and (max-width:640px) {
	[data-spslide] .link_sp {
		display: table-cell;
		position: relative;
	}
	[data-spslide] .link_sp[data-parablock] {
		opacity: 1!important;
		-webkit-transition: none!important;
		-o-transition: none!important;
		transition: none!important;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
	}
}
[data-spslide] .btn_sp {
	display: none;
}
@media screen and (max-width:640px) {
	[data-spslide] .btn_sp {
		display: block;
		margin: auto 0;
		width: 3rem;
		height: 3rem;
		border-radius: 100%;
		background-color: #000;
		position: absolute;
		top: 0;
		bottom: 0;
	}
	[data-spslide] .btn_sp.disabled {
		opacity: 0.2;
		pointer-events: none;
	}
	[data-spslide] .btn_sp:before {
		content: '';
		display: block;
		width: 0;
		height: 0;
		border-top: 0.4rem solid #fff;
		border-left: 1rem solid transparent!important;
		border-right: 0.4rem solid #fff;
		border-bottom: 1rem solid transparent!important;
		position: absolute;
		left: 11px;
		top: calc(50% - 0.7rem);
		-webkit-transform: scaleY(0.7) rotateZ(-135deg);
		-ms-transform: scaleY(0.7) rotate(-135deg);
		transform: scaleY(0.7) rotateZ(-135deg);
		-webkit-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
	}
	[data-spslide] .btn_sp.prev {
		left: 0.3rem;
	}
	[data-spslide] .btn_sp.next {
		right: 0.3rem;
	}
	[data-spslide] .btn_sp.next:before {
		left: 4px;
		-webkit-transform: scaleY(0.7) rotateZ(45deg);
		-ms-transform: scaleY(0.7) rotate(45deg);
		transform: scaleY(0.7) rotateZ(45deg);
	}
}
@media screen and (max-width:640px) {
	[data-spslide] .pager_sp {
		display: block;
		text-align: center;
		padding: 1.6rem 0 0;
	}
	[data-spslide] .pager_sp button {
		width: 2.4rem;
		height: 2.4rem;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	[data-spslide] .pager_sp button:after {
		content: "";
		display: block;
		width: 1.2rem;
		height: 1.2rem;
		background-color: #c6c6c6;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	[data-spslide] .pager_sp button.active:after {
		background-color: #bca475;
	}
}
[data-interviewslide] .contantWrap {
	width: calc(100% + 11px);
	margin: auto;
	position: relative;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .contantWrap {
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide] {
		padding-bottom: 80px;
	}
}
[data-interviewslide] .pager {
	text-align: center;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .pager {
		position: absolute;
		top: 100%;
		display: block;
		left: 0;
		width: 100%;
		margin-top: 29px;
	}
}
[data-interviewslide] .pager button {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .pager button {
		width: 20px;
		height: 20px;
	}
}
[data-interviewslide] .pager button:after, [data-interviewslide] .pager button:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .pager button:after, [data-interviewslide] .pager button:before {
		width: 10px;
		height: 10px;
	}
}
[data-interviewslide] .pager button:before {
	background-color: #C6C6C6;
}
[data-interviewslide] .pager button:after {
	opacity: 0;
	background-color: #BCA475;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
[data-interviewslide] .pager button.active:after {
	opacity: 1;
}
[data-interviewslide] .btns01 {
	position: absolute;
	bottom: 0;
	left: -88px;
	right: -80px;
	margin: auto;
	height: 100%;
	width: calc(100% + 160px);
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide] .btns01 {
		left: -17px;
		right: -10px;
		width: calc(100% + 20px);
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 {
		margin-top: 40px;
		top: 100%;
		bottom: auto;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
	}
}
[data-interviewslide] .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button {
		width: 44px;
		height: 44px;
	}
}
[data-interviewslide] .btns01 button:after, [data-interviewslide] .btns01 button:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
[data-interviewslide] .btns01 button:before {
	width: 50px;
	height: 50px;
	background-color: #000;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button:before {
		width: 26px;
		height: 26px;
	}
}
[data-interviewslide] .btns01 button:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	-webkit-transform: rotateZ(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotateZ(-135deg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
[data-interviewslide] .btns01 button.next {
	right: -30px;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button.next {
		right: 0;
	}
}
[data-interviewslide] .btns01 button.next:after {
	border-bottom: .4rem solid #BCA475;
	border-right: 1rem solid transparent!important;
	border-left: .4rem solid #BCA475;
	border-top: 1rem solid transparent!important;
	left: -6px;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button.next:after {
		border-bottom: .2rem solid #BCA475;
		border-right: 0.5rem solid transparent!important;
		border-left: .2rem solid #BCA475;
		border-top: 0.5rem solid transparent!important;
	}
}
[data-interviewslide] .btns01 button.prev {
	left: -30px;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button.prev {
		left: 0;
	}
}
[data-interviewslide] .btns01 button.prev:after {
	border-top: .4rem solid #BCA475;
	border-left: 1rem solid transparent!important;
	border-right: .4rem solid #BCA475;
	border-bottom: 1rem solid transparent!important;
	right: -6px;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .btns01 button.prev:after {
		border-top: .2rem solid #BCA475;
		border-left: 0.5rem solid transparent!important;
		border-right: .2rem solid #BCA475;
		border-bottom: 0.5rem solid transparent!important;
	}
}
[data-interviewslide] .btns01 button.disabled {
	opacity: 0.3;
	pointer-events: none;
}
.no-touchevents [data-interviewslide] .btns01 button:hover:before {
	background-color: #000;
}
.no-touchevents [data-interviewslide] .btns01 button:hover:after {
	border-color: #FFF;
}
[data-interviewslide] .contentWrapIn {
	padding: 0 75% 20px 0;
	overflow: hidden;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide] .contentWrapIn {
		padding-bottom: 15px;
	}
}
@media (max-width:800px) {
	[data-interviewslide] .contentWrapIn {
		padding: 0 50% 0 0;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide] .contentWrapIn {
		padding: 0 25%;
	}
}
[data-interviewslide] .content {
	position: relative;
	display: table;
}
[data-interviewslide] .content.disableTrs {
	-webkit-transition: none!important;
	-o-transition: none!important;
	transition: none!important;
}
[data-interviewslide] .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
}
[data-interviewslide] .link>.in {
	margin: 0 7px;
	display: block;
	background-color: #fff;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide] .link>.in {
		margin-right: 11px;
	}
}
[data-interviewslide] .link .ph {
	width: 100%;
	height: 438px;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide] .link .ph {
		height: 328px;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide] .link .ph {
		height: 69vw;
	}
}
[data-interviewslide] .link .desc {
	padding: 16px 32px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide] .link .desc {
		padding: 12px 24px;
		font-size: 12px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide] .link .desc {
		padding: 8px;
		font-size: 9px;
		font-size: 0.9rem;
	}
}
[data-interviewslide] .link .desc span {
	font-weight: 600;
}
@media screen and (max-width:640px) {
	[data-interviewslide] .link .desc span {
		font-size: 11px;
		font-size: 1.1rem;
	}
}
[data-accordion01] .dt, [data-accordion01] .dt02, [data-accordion02] .dt, [data-accordion02] .dt02 {
	cursor: pointer;
}
[data-parablock][data-parablock-anim01] {
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	opacity: 0!important;
}
@media screen and (max-width:640px) {
	[data-parablock][data-parablock-anim01] {
		-webkit-transform: translateY(150px);
		-ms-transform: translateY(150px);
		transform: translateY(150px);
	}
}
[data-parablock][data-parablock-anim01][data-parablock-ok] {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1!important;
}
[data-parablock][data-parablock-anim02] {
	opacity: 0;
	-webkit-transform: scale(0.94);
	-ms-transform: scale(0.94);
	transform: scale(0.94);
}
[data-parablock][data-parablock-anim02][data-parablock-ok] {
	opacity: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
[data-parablock][data-parablock-anim03] {
	opacity: 0;
}
[data-parablock][data-parablock-anim03][data-parablock-ok] {
	opacity: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
[data-parablock][data-parablock-ok] {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
[data-parablock02] {
	position: relative;
	overflow: hidden;
}
@media screen and (max-width:640px) {
	[data-parablock02] {
		padding-bottom: 20px;
	}
}
[data-parablock02-target] {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130%;
	background-position: center center;
	background-size: cover;
}
[data-interviewslide2-wrap] {
	position: relative;
}
@media screen and (max-width:640px) {
	[data-interviewslide2-wrap] {
		margin-bottom: 80px;
	}
}
[data-interviewslide2] {
	position: static!important;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] {
		position: relative!important;
		padding: 0 2vw 10px;
	}
}
[data-interviewslide2] .link {
	width: 290px;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link {
		width: 32vw;
	}
}
[data-interviewslide2] .link.type01 {
	width: 777px;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link.type01 {
		width: 64vw;
	}
}
[data-interviewslide2] .slick-slider {
	position: static!important;
}
[data-interviewslide2] .slick-arrow {
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 70px;
	height: 70px;
	z-index: 1;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 0;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow {
		top: auto;
		left: auto;
		right: auto;
		width: 44px;
		height: 44px;
	}
}
[data-interviewslide2] .slick-arrow.slick-disabled {
	opacity: 0.3;
	pointer-events: none;
}
[data-interviewslide2] .slick-arrow:after,
[data-interviewslide2] .slick-arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
[data-interviewslide2] .slick-arrow:before {
	width: 50px;
	height: 50px;
	background-color: #000;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow:before {
		width: 26px;
		height: 26px;
	}
}
[data-interviewslide2] .slick-arrow:after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	transform: rotateZ(-135deg);
	transition: .5s;
}
[data-interviewslide2] .slick-arrow.slick-next {
	right: -1320px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
	[data-interviewslide2] .slick-arrow.slick-next {
		right: -1050px;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow.slick-next {
		right: 0;
	}
}
[data-interviewslide2] .slick-arrow.slick-next:after {
	border-bottom: .4rem solid #BCA475;
	border-right: 1rem solid transparent!important;
	border-left: .4rem solid #BCA475;
	border-top: 1rem solid transparent!important;
	left: -6px;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow.slick-next:after {
		border-bottom: .2rem solid #BCA475;
		border-right: 0.5rem solid transparent!important;
		border-left: .2rem solid #BCA475;
		border-top: 0.5rem solid transparent!important;
	}
}
[data-interviewslide2] .slick-arrow.slick-prev {
	left: -1320px;
}
@media screen and (min-width: 641px) and (max-width: 1366px) {
	[data-interviewslide2] .slick-arrow.slick-prev {
		left: -1050px;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow.slick-prev {
		left: 0;
	}
}
[data-interviewslide2] .slick-arrow.slick-prev:after {
	border-top: .4rem solid #BCA475;
	border-left: 1rem solid transparent!important;
	border-right: .4rem solid #BCA475;
	border-bottom: 1rem solid transparent!important;
	right: -6px;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-arrow.slick-prev:after {
		border-top: .2rem solid #BCA475;
		border-left: 0.5rem solid transparent!important;
		border-right: .2rem solid #BCA475;
		border-bottom: 0.5rem solid transparent!important;
	}
}
.no-touchevents [data-interviewslide2] .slick-arrow:hover:before {
	background-color: #000;
}
.no-touchevents [data-interviewslide2] .slick-arrow:hover:after {
	border-color: #FFF;
}
[data-interviewslide2] .slick-dots {
	width: 100%;
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
[data-interviewslide2] .slick-dots li {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-dots li {
		width: 20px;
		height: 20px;
	}
}
[data-interviewslide2] .slick-dots li button {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0;
	background-color: #C6C6C6;
	transition: 0.4s;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .slick-dots li button {
		width: 10px;
		height: 10px;
	}
}
[data-interviewslide2] .slick-dots li.slick-active button {
	background-color: #BCA475;
}
[data-interviewslide2] .slick-list {
	overflow: hidden;
}
[data-interviewslide2] .link>.in {
	margin: 0 7px;
	display: block;
	background-color: #fff;
	transition: 0.3s!important;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link>.in {
		margin: 0 0.5vw;
	}
}
[data-interviewslide2] .link .ph {
	display: block;
	width: 100%;
	height: 438px;
	object-fit: cover;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide2] .link .ph {
		height: 328px;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link .ph {
		height: 41vw;
	}
}
[data-interviewslide2] .thumb {
	position: relative;
}
[data-interviewslide2] .thumb img {
	display: block;
	width: 100%;
	height: 438px;
	object-fit: cover;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .thumb img {
		height: 41vw;
	}
}
[data-interviewslide2] .thumb:before {
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	background-color: #8B7954;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .thumb:before {
		width: 50px;
		height: 50px;
	}
}
[data-interviewslide2] .thumb:after {
	content: "";
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-left: 30px solid #FFF;
	border-right: 30px solid transparent;
	border-bottom: 17px solid transparent;
	display: block;
	position: absolute;
	top: 0;
	left: 40px;
	right: 0;
	bottom: 0;
	margin: auto;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .thumb:after {
		border-top: 10px solid transparent;
		border-left: 16px solid #FFF;
		border-right: 16px solid transparent;
		border-bottom: 10px solid transparent;
		left: 20px;
	}
}
[data-interviewslide2] .link .desc {
	padding: 16px 32px;
	font-size: 1.5rem;
	line-height: 1.5;
}
@media screen and (min-width:641px) and (max-width:1366px) {
	[data-interviewslide2] .link .desc {
		padding: 12px 24px;
		font-size: 1.2rem;
	}
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link .desc {
		padding: 8px 4px;
		font-size: 0.8rem;
	}
}
[data-interviewslide2] .link .desc b {
	font-weight: normal;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link .desc b {
		font-size: 0.8rem;
	}
}
[data-interviewslide2] .link .desc span {
	font-weight: 600;
}
@media screen and (max-width:640px) {
	[data-interviewslide2] .link .desc span {
		font-size: 1.1rem;
	}
}
[data-accordion01] .dt, [data-accordion01] .dt02, [data-accordion02] .dt, [data-accordion02] .dt02 {
	cursor: pointer;
}
.logo_img>img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@media screen and (max-width: 640px) {

.mod_footer .footer_bottom .foot_about .foot_about_list li {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.mod_footer .footer_bottom .foot_about .foot_about_list li+li {
	margin-left: 0;
}

.mod_footer .footer_bottom .foot_about .foot_about_list li:nth-child(odd) {
    border-left: none;
}

.mod_footer .footer_bottom .foot_about .foot_about_list li a {
	padding: 0;
}

;
}

.link_news.nowpage {
	pointer-events: auto!important;
}

.footer_bottom .bnr_ssl{
	position:absolute;
	bottom:20px;
	left:20px;
}
@media screen and (max-width:640px) {
	.footer_bottom .bnr_ssl{
		position: static;
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;;
	}
}

@charset "UTF-8";
/*
カラム制御：デフォルトで1～5カラムまで対応
PC用floatによるカラム制御

html：col_1～5まで対応
例）3列で折り返し

	
	
	


scss：mixinでカラム設定を自動処理化

.col_3 {
	@include colmg(30);
}

数値設定はアイテム間余白（デフォルトは20）;
※縦、横ともに外側への約は発生しない

*/
[data-inviewtextanimation] {
	position: relative;
}

[data-inviewtextanimation-inview] {
	position: absolute;
	top: 120px;
	bottom: 120px;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}
@media print, screen and (min-width: 641px) and (max-height: 800px) {
	[data-inviewtextanimation-inview] {
		top: 120px;
		bottom: 120px;;
	}
}
@media print, screen and (min-width: 641px) and (max-height: 650px) {
	[data-inviewtextanimation-inview] {
		top: 50px;
		bottom: 50px;;
	}
}
@media screen and (max-width: 640px) {
	[data-inviewtextanimation-inview] {
		top: 100px;
		bottom: 100px;;
	}
}

[data-inviewtextanimation-char] {
	display: inline-block;
}

[data-inviewtextanimation-textanimation01],
[data-inviewtextanimation-textanimation02],
[data-inviewtextanimation-textanimation03],
[data-inviewtextanimation-textanimation04],
[data-inviewtextanimation-textanimation05],
[data-inviewtextanimation-textanimation06],
[data-inviewtextanimation-textanimation07],
[data-inviewtextanimation-textanimation08],
[data-inviewtextanimation-textanimation09],
[data-inviewtextanimation-textanimation10],
[data-inviewtextanimation-textanimation11],
[data-inviewtextanimation-textanimation12] {
	transition: none !important;
	opacity: 0;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #CCC;
}
.mfp-preloader a:hover {
	color: #FFF;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
/* The shadow behind the image */

.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}
@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}