html:not(.responsive) {
	/* min-width: 1000px; /* viewport */ */
}


/*=============================================
 * body
 *=============================================*/

body {
	background: url('../img/shared/bg.jpg') repeat center top;
	color: #161616;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.1em;
	min-width: inherit;
	min-height: inherit;
	max-height: 100%;
}


/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*=============================================
 * <main>
 *=============================================*/

main {
	clear: both;
	width: 100%;
	position: relative;
	overflow: hidden;
}
a:hover {
	text-decoration: none;
}
.wrap {
	width: 1000px;
}
.tac {
	text-align: center;
}
.img-sd {
	box-shadow: 0px 0px 27px 0px rgba(8, 8, 8, 0.17);
}
.rss_img img {
	max-width: 100%;
	height: auto;
}
.rss_img span {
	width: 100% !important;
	height: 0 !important;
	padding-top: 75%;
	transition: all ease .3s;
}
.rss_img span:hover {
	opacity: .8;
}
.d-flex {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
@media all and (-ms-high-contrast:none) {
    p.btn a img, header .nav-fl a img {
        transition: opacity 0s ease !important;
        -moz-transition: opacity 0s ease !important;
        -webkit-transition: opacity 0s ease !important;
    }
	.btn-over img,
	.over-img img,
	img.over,
	img:not(.btn):not(.non-over),
	button img {
		opacity: 1;
		transform: translateX(0) translateZ(0);
		-moz-transform: translateX(0) translateZ(0);
		-webkit-transform: translateX(0) translateZ(0);
		transition: none;
		-moz-transition: none;
		-webkit-transition: none;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	img {
		max-width: 100%;
		height: auto;
	}
	.wrap {
		width: auto;
		padding: 0 4%;
	}
	.d-flex {
		flex-wrap: wrap;
	}
	.pc {
		display: none !important;
	}
}


/*=============================================
 * <header>
 *=============================================*/

header {
	padding-bottom: 69px;
	position: relative;
}
header:before {
	content: "";
	position: absolute;
	top: -776px;
	left: 0;
	width: 100%;
	height: 200%;
	background-color: #fff;
	transform: skewY(-45deg);
	z-index: -1;
}
header h1 {
	background-color: #fff;
	line-height: 38px;
	padding-top: 11px;
	padding-left: 20px;
	color: #c9c9c9;
	font-size: 12px;
	letter-spacing: 0.06em;
}
.icon_home span {
	background: url('../img/shared/icon_home.png') no-repeat center left;
	padding-left: 23px;
	position: relative;
	display: block;
}
.icon_home span:after {
	content: "";
	background: url('../img/shared/icon_home_on.png') no-repeat center left;
	transition: all ease .3s;
	width: 16px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	opacity: 0;
}
.icon_home.active span:after,
.icon_home:hover span:after {
	opacity: 1;
}
.btn_nav {
	display: flex;
	align-items: flex-start;
	margin-left: 18px;
}
.btn_nav p {
	border: 1px solid #000;
}
.btn_nav p a {
	position: relative;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: block;
	width: 118px;
	color: #161616;
	padding-left: 15px;
	box-sizing: border-box;
	transition: all ease .3s;
}
.btn_nav p + p {
	border-left: none;
}
.btn_nav p a.active,
.btn_nav p a:hover {
	background-color: #161616;
	text-decoration: none;
	color: #fff;
}
.btn_nav p a:before {
	content: "";
	position: absolute;
	right: 10px;
    top: 50%;
    margin-top: -4px;
	border-top: 3px solid #161616;
	border-right: 3px solid #161616;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	transform: rotate(45deg);
}
.btn_nav p a.active:before,
.btn_nav p a:hover:before {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
header .nav-top {
	margin-top: 44px;
}
header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
header .nav > ul > li {
	margin: 0 20px;
	position: relative;
}
header .nav > ul > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dc3b26;
	transition: all ease .3s;
	opacity: 0;
}
header .nav li .sub_nav {
	position: absolute;
	top: 100%;
	left: 0;
	text-align-last: left;
	width: 197px;
	opacity: 0;
	pointer-events: none;
}
header .nav li:hover .sub_nav {
	opacity: 1;
	pointer-events: inherit;
}
header .nav li .sub_nav li {
	border-top: 1px solid #c9c6bf;
}
header .nav li .sub_nav li:first-child {
	border-top: none;
}
header .nav li .sub_nav li a {
	background-color: #edece9;
	padding: 0 16px;
	display: block;
	font-size: 16px;
	line-height: 40px;
}
header .nav li .sub_nav li a:hover {
	background-color: #222222;
	color: #fff;
}
header .nav li a {
	transition: all ease .3s;
	position: relative;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-weight: 500;
	display: block;
}
header .nav li a.active,
header .nav li a:hover {
	color: #dc3b26;
	text-decoration: none;
}
header .nav li a.active:before,
header .nav li a:hover:before {
	opacity: 1;
}
.hamburger {
	display: none;
}
@media screen and (max-width: 767px) {
	.icon_home.active span:after {
	    background: url('../img/shared/icon_home.png') no-repeat center left;
	}
	header {
		padding-bottom: 10vw;
	}
	header:before {
		top: -702px;
	}
	header h1 {
	    background: none;
	    position: absolute;
	    top: 4vw;
	    left: 0;
	    width: 52%;
	    padding: 0 10px;
	    box-sizing: border-box;
	    color: #c9c9c9;
	    z-index: 1;
	    line-height: 1.4;
	}
	header .nav > ul > li {
		background: url('../img/shared/line_nav.png') repeat-x bottom left;
		float: none;
		margin: 0;
	}
	header .nav > ul > li > a {
		padding: 12px 25px;
	}
	header .nav > ul > li > a:before {
	    width: 8px;
	    height: 8px;
	    right: 25px;
	    left: auto;
	    opacity: 1;
	    bottom: 50%;
	    margin-bottom: -5px;
	    border: 1px solid;
	    border-left: none;
	    border-bottom: none;
	    transform: rotate(45deg);
	}
	header .nav li a.active,
	header .nav li a:hover {
		/* background-color: #232222; */
		color: inherit;
	}
	header .nav li .sub_nav {
		position: relative;
		top: auto;
		width: 100%;
		opacity: 1;
    	pointer-events: inherit;
    	padding-left: 18px;
	    padding-right: 18px;
	    padding-bottom: 12px;
	    display: flex;
	    flex-wrap: wrap;
	    box-sizing: border-box;
	}
	header .nav li .sub_nav li {
		border-top: none;
		width: 44%;
	}
    header .nav li .sub_nav li:nth-child(even){
		width: 56%;
    }
	header .nav li .sub_nav li a {
		background: none;
		padding: 0;
	}
	header .nav li .sub_nav li a:hover {
	    background: none;
	    color: inherit;
	}
	header .nav li .sub_nav li a:before {
		content: "-";
		margin-right: 2px;
	}
	header .btn_nav {
		margin: 0;
		padding: 0 25px;
		display: block;
	}
	header .btn_nav p {
	    border: 1px solid #000 !important;
		margin-top: 20px;
		text-align: center;
	}
	header .btn_nav p a {
		width: 100%;
		padding: 12px 0;
	}
	header .btn_nav p a:before {
		right: 20px;
	}
	#menu_toggle {
		opacity: 0;
		visibility: hidden;
		position: fixed;
		width: 100%!important;
		top: 0;
		right: 0;
		height: 100vh;
		overflow-y: auto;
		color: #161616;
		z-index: 99;
		padding-top: 75px;
		padding-bottom: 70px;
		margin-top: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.9);
		display: block;
	}
	.navOpen #menu_toggle {
		opacity: 1;
		visibility: visible;
		pointer-events: visible;
	}
	.navOpen #menu_toggle li {
		opacity: 1;
		transform: matrix(1, 0, 0, 1, 0, 0);
	}
	.hamburger {
		background-color: #232222;
		border-radius: 4px;
		position: fixed;
		z-index: 100;
		top: 12px;
		right: 12px;
		width: 50px;
		height: 50px;
		line-height: 1;
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		margin: 0;
		overflow: visible;
	}
	.hamburger-box {
		width: 30px;
		height: 30px;
		display: block;
		position: relative;
	}
	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -1px;
	}
	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
	    width: 100%;
	    height: 2px;
		background-color: #fff;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}
	.hamburger-inner::before, .hamburger-inner::after {
		content: "";
		display: block;
	}
	.hamburger-inner::before {
		top: -10px;
	}
	.hamburger-inner::after {
		bottom: -10px;
	}
}
/** Vortex Reverse **/
.hamburger--vortex-r .hamburger-inner {
	transition-duration: 0.2s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
	transition-duration: 0s;
	transition-delay: 0.1s;
	transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
	transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
	transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
	transform: rotate(-765deg);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
	transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
}

/*=============================================
 * <header>
 *=============================================*/

.nav-fixed {
	background: #edece9;
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -80px;
	padding: 12px 0 14px;
}
.nav-fixed.fixed {
	top: 0;
}
.nav-fixed .wrap {
	display: flex;
	justify-content: space-between;
}
.nav-fixed a {
	position: relative;
}
.nav-fixed a:hover {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.nav-fixed {
		height: 0;
		display: none;
	}
}

/*=============================================
 * key
 *=============================================*/

#key {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 710px;
	position: relative;
	margin: auto;
	width: 1000px;
}
#key ul {
	width: 1540px;
	float: right;
	margin-right: -82px;
}
#key ul li {
	float: left;
}


/*=============================================
 * <footer>
 *=============================================*/

footer {
	background-color: #edece9;
	padding: 43px 0 98px;
}
footer .foot-l {
	font-size: 15px;
	line-height: 28px;
}
footer .sub_nav {
	width: 310px;
}
footer .sub_nav li {
	width: 144px;
	float: left;
}
footer .sub_nav li:nth-child(even){
    width: 162px;
}
footer .sub_nav li:before {
	content: "-";
}
footer .sub_nav li a {
	transition: all ease .3s;
}
footer .sub_nav li a:hover {
	color: #dc3b26;
}
footer .navf {
	font-size: 18px;
	line-height: 32px;
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}
footer .navf ul > li {
	margin: 0 17px;
	position: relative;
}
footer .navf ul > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #dc3b26;
	transition: all ease .3s;
	opacity: 0;
}
footer .navf ul li a:hover {
	color: #dc3b26;
	text-decoration: none;
}
footer .navf ul li a:hover:before {
	opacity: 1;
}
footer .d-flex {
	align-items: flex-end;
}
footer .foot-l {
	width: 430px;
	display: flex;
}
footer .foot-l h3 {
	width: 110px;
}
footer .copyright {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer .cookies_link a {
	display: inline-block;
	position: relative;
    font-size: 15px;
}
footer .cookies_link a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #565554;
}
footer .cookies_link:hover:before {
	opacity: 0;
}

footer #socialbuttons {
	text-align: right;
	margin-bottom: 8px;
}
address {
	font-size: 13px;
	line-height: 28px;
	margin-right: 14px;
	letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
	footer .d-flex {
		display: block;
	}
	footer .copyright {
		display: block;
		text-align: center;
	}
	footer #socialbuttons {
	    text-align: center;
	}
	#pagetop {
	    width: 50px;
	}
	.navOpen #pagetop {
		display: none;
	}
}