@charset "UTF-8";
/* ------------------------------
    reset
------------------------------ */
html {
	font-size: 62.5%;
}
@media screen and (max-width: 1400px) {
	html {
		font-size: 0.7142857143vw;
	}
}
@media screen and (max-width: 959px) {
	html {
		font-size: 1.0416666667vw;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 2.6666666667vw;
	}
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, figure,
div, ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1.4rem;
	line-height: 1.5em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Zen Kaku Gothic New", "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", YuGothic, "Yu Gothic", "游ゴシック", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
	color: #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	word-break: break-word;
}

@media screen and (max-width: 767px) {
	body {
		padding-top: 50px;
	}
}

iframe {
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

figure {
	line-height: 1;
}
figure img {
	max-width: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a:hover {
	opacity: 0.7;
}

input,
textarea {
	-webkit-appearance: none;
	border: none;
	border-radius: 0;
}

input:focus {
	outline: 0;
}

/* ------------------------------
   common
------------------------------ */
.wrap {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	width: 90%;
}

.button-border {
	display: block;
	background: linear-gradient(45deg, transparent 14px, transparent 15px, transparent 16px), linear-gradient(135deg, transparent 14px, transparent 15px, transparent 16px), linear-gradient(225deg, transparent 14px, transparent 15px, transparent 16px), linear-gradient(315deg, transparent 14px, transparent 15px, transparent 16px);
	background-position: bottom left, top left, top right, bottom right;
	background-size: 50% 50%;
	background-repeat: no-repeat;
}
.button-border span {
	display: block;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
	margin: 2px 0;
	padding: 6px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.button-border a[target=_blank] span {
	position: relative;
}
.button-border a[target=_blank] span::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 2rem;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../img/top/external_icon.png) no-repeat center center/contain;
}
.button-border a[target=_blank]:hover span::after {
	height: 1.5rem;
	background: url(../img/top/external_icon_hover.png) no-repeat center center/contain;
}
.button-border:before, .button-border:after {
	display: block;
	content: "";
	width: auto;
	margin: 0 5px;
}
.button-border:before {
	border-top: solid 3px #000;
}
.button-border:after {
	border-bottom: solid 3px #000;
}
.button-border:hover {
	background-color: #000;
}
.button-border:hover span {
	color: #fff;
}
.button-border a:hover {
	opacity: 1;
}
.button-black a {
	display: block;
	background: #000 url("../img/common/button_icon_arrow.svg") bottom 10px right 10px no-repeat;
	background-size: 18px 18px;
	padding: 1.6rem 0.5rem;
	color: #eded00;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

/* ------------------------------
    responsive
------------------------------ */
@media screen and (min-width: 960px) {
	.pc-none {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 959px) {
	.tb-none {
		display: none !important;
	}

	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
}
/* ------------------------------
    flex
------------------------------ */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.flex {
		display: block;
	}
}
.flex-jc-sb {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.flex-ai-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* ------------------------------
    clearfix
------------------------------ */
.cf {
	zoom: 1;
}
.cf::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	/* 隙間対応 */
	font-size: 0.1em;
	/* 隙間対応 */
	line-height: 0;
	/* 隙間対応 */
}

/* ------------------------------
    TinyMCE
------------------------------ */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	float: left;
	margin: 1em 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 1em 0 1em 1.5em;
}

.wp-caption {
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.alignright, .alignleft {
		float: none;
		display: block;
		margin: 1em auto;
	}
}
/* ------------------------------
    popup
------------------------------ */
.mfp-container {
	padding: 0 2rem;
}

img.mfp-img {
	padding: 5rem 0;
}

.mfp-image-holder .mfp-close {
	top: 1rem;
	right: 0;
	width: 3rem;
	height: 3rem;
	text-indent: 100%;
	font-size: 0;
	color: transparent;
	background: url(../img/top/popup_close.svg) no-repeat center center/contain;
}
/* ------------------------------
   header
------------------------------ */
header {
	height: 64px;
}
@media screen and (max-width: 767px) {
	header {
		position: absolute;
		top: 0;
		width: 100%;
		left: 0;
		z-index: 3;
		height: 50px;
	}
}
header .logo {
	background-color: #fff;
	height: 60px;
	padding: 15px 0;
	text-align: center;
}
header .logo a {
	display: block;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	header .logo {
		height: 50px;
		padding: 10px 0;
	}
}
header .toggle-nav {
	background-color: #ecec00;
	position: fixed;
	top: 64px;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	padding-top: 18px;
	color: #000;
	text-align: center;
	z-index: 200;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	cursor: pointer;
}
@media screen and (max-width: 767px) {
	header .toggle-nav {
		top: 50px;
	}
}
header .toggle-nav span {
	display: block;
	height: 2px;
	width: 34px;
	margin: 0 auto;
	background: #000;
	border-radius: 1px;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}
header .toggle-nav span:nth-child(2) {
	margin: 9px auto;
}
header .toggle-nav.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 13px;
}
header .toggle-nav.open span:nth-child(2) {
	opacity: 0;
	margin-top: 0;
}
header .toggle-nav.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -13px;
}
header .header-nav-wrap {
	background: rgba(0, 0, 0, 0.7);
}
header .header-nav {
	background: #ebeb00;
	width: 600px;
	height: 100vh;
	margin-left: calc(100% - 600px);
	padding: 13.7rem 10.4rem 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	overflow-y: auto;
}
@media screen and (max-width: 767px) {
	header .header-nav {
		width: 85%;
		margin-left: 15%;
		padding: 8rem 2.7rem 0;
	}
}
header .header-nav-wrap {
	display: none;
	position: fixed;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0;
}
header .header-nav .main-menu {
	width: 100%;
}
header .header-nav .main-menu li {
	border-bottom: 2px solid #b1b134;
}
header .header-nav .main-menu li a {
	display: block;
	margin-bottom: 0.2rem;
	padding: 4rem 0.4rem 2rem;
	color: #000;
	font-size: 4.2rem;
	font-weight: 900;
	line-height: 1em;
	letter-spacing: -0.04em;
	background: url(../img/common/menu-arw.svg) no-repeat right 3px bottom 2.4rem/2rem auto;
}
@media screen and (max-width: 767px) {
	header .header-nav .main-menu li a {
		font-size: 2rem;
		background: url(../img/common/menu-arw.svg) no-repeat right 0 bottom 2rem/1.2rem auto;
	}
}
header .header-nav .main-menu li a:hover {
	color: #b1b134;
	background: url(../img/common/menu-arw_on.svg) no-repeat right 3px bottom 2.4rem/2rem auto;
}
@media screen and (max-width: 767px) {
	header .header-nav .main-menu li a:hover {
		background: url(../img/common/menu-arw_on.svg) no-repeat right 0 bottom 2rem/1.2rem auto;
	}
}
header .header-nav .main-menu li.contact {
	margin-top: 33px;
}
header .header-nav .main-menu li.contact img {
	margin-left: 11px;
}

/* ------------------------------
   footer
------------------------------ */
footer {
	background: url("../img/common/cycling_bg_pc.jpg") repeat center center;
	padding: 3rem 0;
}
footer .copyright {
	display: block;
	font-size: 1.2rem;
	text-align: center;
	letter-spacing: 1px;
}
/*# sourceMappingURL=style.css.map */