@charset "utf-8";
/**
/* CSS RESET START
----------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;box-sizing: border-box;-webkit-box-sizing: border-box;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
input, textarea{margin: 0;padding: 0;outline: none;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;width:100%;}
caption, th{text-align: left;}
img {vertical-align: middle;max-width:100%;height: auto;}
.clearfix {min-height: 1px;}
.clearfix:after {content: "."; display: block;clear: both;height: 0;visibility: hidden;}
.both{clear:both;}
/**
/* CSS START
----------------------------------------------- */
html,body {
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 1300px) {
	html,body {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	html,body {
		font-size: 4vw;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	html,body {
		font-size: 12px;
	}
}
#Wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
}
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a{
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	color: #000000;
}
a:hover{
  opacity: 0.6;
}
.pc_br,
.pc_img{
	display: none;
}
@media only screen and (min-width: 768px){
	.sp_br,
	.sp_img,
	.sp{
		display: none;
	}
	.pc_img,
	.pc_br{
		display: block;
	}
}
/**
/* flex CSS
----------------------------------------------- */
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex_row{
	webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.flex_between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.flex_column{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
		flex-direction: column;
}
.flex_center{
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
}
/**
/* Btn CSS
----------------------------------------------- */
.block_btn{
	text-align: center;
}
.block_btn li{
	display: inline-block;
	width: 100%;
	max-width: 28rem;
}
.block_btn .btn{
	position: relative;
	background: #000000;
	background: linear-gradient(180deg,rgba(77, 77, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
	display: block;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
	font-weight: 900;
	line-height: 2;
	letter-spacing: 0.03em;
	text-align: center;
	border: 2px solid #9D863A;
	border-radius: 3.125rem;
	padding: 0.3125rem 0 0.4375rem 0;
	box-shadow: 0 0.4375rem 0.375rem rgb(0, 0, 0, 0.19);
}
.block_btn .btn:after{
	background: url(../img/arrow.png) no-repeat bottom center;
	background-size: cover;
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.block_btn li{
		max-width: 17.5rem;
	}
	.block_btn .btn{
		font-size: 1.1875rem;
		line-height: 2.5;
	}
	.block_btn .btn:after{
		width: 1.5625rem;
		height: 1.5625rem;
		right: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.block_btn li{
		max-width: 28rem;
	}
	.block_btn .btn{
		font-size: 2rem;
		line-height: 2.5;
	}
	.block_btn .btn:after{
		width: 2rem;
		height: 2rem;
		right: 1.5rem;
	}
}
/**
/* フォント CSS
----------------------------------------------- */
.center{
	text-align: center;
}
.fc_w{
	color: #FFFFFF;
}
/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .header-logo{
	background: #292929;
    background: linear-gradient(180deg, rgba(41, 41, 41, 1) 0%, rgba(0, 0, 0, 1) 100%);
	position: absolute;
	width: 26.25rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 2.5rem 3.75rem;
	z-index: 9999;
}
.global-header .header-logo::before,
.global-header .header-logo::after{
	content: "";
	position: absolute;
	bottom: 0.5rem;
	z-index: 100;
}
.global-header .header-logo::before{
	left: 0.5rem;
	border-top: 1.5rem solid transparent;
	border-left: 1.5rem solid #C9AF59;
}
.global-header .header-logo::after{
	right: 0.5rem;
	border-top: 1.5rem solid transparent;
	border-right: 1.5rem solid #C9AF59;
}
.global-header .header-logo ul li{
	text-align: center;
}
.global-header .header-logo ul li:nth-child(2){
	margin: 1rem 0 0.75rem 0;
}
@media only screen and (max-width: 767px) {
	.global-header .header-logo{
		position: fixed;
		width: 100%;
		padding: 0.75rem 1.4375rem 0.9375rem 0.9375rem;
	}
	.global-header .header-logo::before,
	.global-header .header-logo::after{
		bottom: 0.5rem;
	}
	.global-header .header-logo::before{
		left: 0.375rem;
		border-top: 0.75rem solid transparent;
		border-left: 0.75rem solid #C9AF59;
	}
	.global-header .header-logo::after{
		right: 0.375rem;
		border-top: 0.75rem solid transparent;
		border-right: 0.75rem solid #C9AF59;
	}
	.global-header .header-logo ul{
		display: flex;
		align-items: center;
	}
	.global-header .header-logo ul li:nth-child(1){
		width: calc(51% - 1.375rem);
	}
	.global-header .header-logo ul li:nth-child(2){
		width: 2.75rem;
		padding: 0 0.9375rem;
		margin: 0;
	}
	.global-header .header-logo ul li:nth-child(3){
		width: calc(49% - 1.375rem);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.global-header .header-logo{
		width: 21.25rem;
		padding: 2.5rem 3.75rem;
	}
}
/**
/* Common CSS
----------------------------------------------- */
section{
	position: relative;
}
.inner-wrap{
	position: relative;
	width: 100%;
	max-width: 1320px;
	padding: 0 3.75rem;
	margin: 0 auto;
	z-index: 3;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1200px;
	padding: 0 3.75rem;
	margin: 0 auto;
	z-index: 3;
}
@media only screen and (max-width: 767px) {
	.inner-wrap,
	.inner{
		padding: 0 0.75rem;
	}
}
/**
/* フッター CSS
----------------------------------------------- */
.footer{
	margin-top: auto;
	background: #000000;
	padding: 3.5rem 0;
}
.footer .footer-logo{
	column-gap: 2.5rem;
	align-items: center;
	margin-bottom: 2.5rem;
}
.footer .copy{
	color: #FFFFFF;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.33;
	text-align: center;
}
.footer-bar{
	display: none;
}
@media only screen and (max-width: 767px) {
	.footer{
		padding: 2.5rem 0 5.5rem 0;
	}
	.footer .footer-logo{
		width: 13.4375rem;
		column-gap: 0;
		margin: 0 auto;
		margin-bottom: 2.5rem;
	}
	.footer .footer-logo li{
		width: 100%;
		text-align: center;
	}
	.footer .footer-logo li:nth-child(2){
		margin: 1rem 0 0.875rem 0;
	}
	.footer .footer-logo li:nth-child(2) img{
		width: 1.375rem;
	}
	.footer .copy{
		font-size: 0.6875rem;
	}
	.footer-bar{
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9998;
	}
	.footer-bar .footer-bar-item a{
		position: relative;
		display: block;
		background: #F50400;
		background: linear-gradient(180deg,rgba(245, 4, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
		font-family: "Noto Serif JP", serif;
		color: #fff;
		font-size: 1.1875rem;
		font-weight: 900;
		line-height: 3.5;
		letter-spacing: 0.03em;
		text-align: center;
	}
	.footer-bar .footer-bar-item a:after{
		background: url(../img/arrow.png) no-repeat bottom center;
		background-size: cover;
		content: "";
		position: absolute;
		width: 1.5625rem;
		height: 1.5625rem;
		right: 1rem;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.footer{
		padding: 3.5rem 0;
	}
	.footer .footer-logo{
		width: 43.4375rem;
		column-gap: 0;
		margin: 0 auto;
		margin-bottom: 2.5rem;
	}
	.footer .footer-logo li:nth-child(1){
		width: calc(51% - 1.875rem);
	}
	.footer .footer-logo li:nth-child(2){
		width: 3.75rem;
		padding: 0 0.9375rem;
		margin: 0;
	}
	.footer .footer-logo li:nth-child(3){
		width: calc(49% - 1.875rem);
	}
}
