@charset "UTF-8";
/* ==================== font ==================== */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
 font-family: "Yu Gothic M";
 src: local("Yu Gothic Medium");
}
@font-face {
 font-family: "Yu Gothic M";
 src: local("Yu Gothic Bold");
 font-weight: bold;
}
.font--bebas {
 font-family: 'Bebas Neue', cursive, serif;
}
.font--gothic {}
.fixed {
 position: fixed !important;
 top: 0;
 bottom: auto !important;
 z-index: 999;
 background-color: #FFF;
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
/*========================================================================== common ==========================================================================*/
body {
 font-size: 14px;
 line-height: 1.8;
 color: #333333;
 /*
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 */
 font-family: YuGothic, "Yu Gothic M", "Yu Gothic Medium", "游ゴシック体", "游ゴシック Medium", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
}
* {
 box-sizing: border-box;
}
a {
 color: #801C21;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
@media all and (min-width : 841px) {}
@media screen and (min-width : 641px) and (max-width : 840px) {}
@media screen and (max-width : 640px) {
 body {
  font-size: 12px;
 }
}
/* inner
--------------------------------------------------------------------------------*/
.inner {
 clear: both;
 max-width: 1060px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 padding-right: 30px;
 padding-left: 30px;
}
.inner_in {
 clear: both;
 max-width: 1000px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
}
.inner:after, .inner_in:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
/*========================================================================== common class ==========================================================================*/
header:after, section:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
article {
 width: 100%;
 clear: both;
}
section {}
/*===========================================================================

　header

============================================================================*/
header {
 position: relative;
 width: 100%;
}
header .inner {}
header .inner2 {}
header h1 {}
/*	gNav
--------------------------------------------------------------------------------*/
#gNavWrap {
 width: 100%;
 /*
 position: absolute;
 bottom: -1px;
 */
}
#gNav {
 position: relative;
 color: #fff;
 background-color: #2364c8;
}
#gNav ul {
 width: 100%;
 max-width: 1000px;
 margin-left: auto;
 margin-right: auto;
 z-index: 10;
 text-align: center;
}
#gNav li {
 position: relative;
 text-align: center;
 /*
 float: left;
 width: 16.6%;
 */
 display: inline-block;
 height: 100px;
 line-height: 100px;
 padding-left: 2.5%;
 padding-right: 2.5%;
}
#gNav li:not(:first-child):before {
 content: '';
 position: absolute;
 left: -5%;
 top: 0;
 bottom: 0;
 margin: auto;
 width: 20px;
 height: 18px;
 background-image: url(../../images/icon_gnav.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: cover;
}
#gNav li a, #gNav li span.link_none {
 display: block;
 font-family: "A1ゴシック B", "A1 Gothic B", YuGothic, "Yu Gothic M", "Yu Gothic Medium", "游ゴシック体", "游ゴシック Medium", "游ゴシック";
 text-decoration: none;
}
#gNav li a {
 color: #fff;
 font-weight: bold;
 /* 18px */
 font-size: 1.286em;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
 display: block;
 white-space: nowrap;
}
#gNav li a:hover {
 text-decoration: none;
 color: #f0e614;
}
#gNav li a span, #gNav li span.link_none span {
 display: block;
 letter-spacing: 0em;
}
#gNav li span.link_none {
 -ms-filter: "alpha(opacity=30)";
 filter: alpha(opacity=30);
 opacity: 0.3;
}
#gNav_bg {
 position: relative;
 margin-left: -5px;
 margin-right: -5px;
}
.fixed #gNav li {
 height: 70px;
 line-height: 70px;
 -webkit-transition: 0.3s;
 -moz-transition: 0.3s;
 -o-transition: 0.3s;
 transition: 0.3s;
}
.fixed #gNav li a {
 /* 16px
 font-size: 1.143em;
 */
 -webkit-transition: 0s;
 -moz-transition: 0s;
 -o-transition: 0s;
 transition: 0s;
}
/*===========================================================================

　main

============================================================================*/
#wrapper {
 width: 100%;
 position: relative;
}
#main {
 clear: both;
 width: 100%;
}
#main:after {
 content: '';
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
/*===========================================================================

　footer

============================================================================*/
#fNav {
 clear: both;
 width: 100%;
 position: relative;
 background-color: #666;
}
#fNav ul {
 max-width: 1100px;
 width: 100%;
 margin-right: auto;
 margin-left: auto;
 position: relative;
}
#fNav li {
 position: relative;
 text-align: center;
 float: left;
 width: 10%;
 line-height: 48px;
 height: 48px;
 padding-left: 0.6%;
}
#fNav li a, #fNav li span.link_none {
 display: block;
 text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
 #fNav li a, #fNav li span.link_none {}
}
#fNav li a {
 color: #fff;
}
#fNav li a:hover {
 text-decoration: none;
}
#fNav li a span, #fNav li span.link_none span {
 display: block;
 letter-spacing: 0em;
}
#fNav li span.link_none {
 -ms-filter: "alpha(opacity=30)";
 filter: alpha(opacity=30);
 opacity: 0.3;
}
/* new */
#fNav li.new {
 position: relative;
}
#fNav li.new::after {
 content: "NEW";
 position: absolute;
 top: -4px;
 right: 0px;
 padding: 2px 4px;
 color: #eee;
 background: #a31600;
 letter-spacing: 0.03em;
 font-size: 10px;
 line-height: 1;
 z-index: 3;
}
/*	footer
--------------------------------------------------------------------------------*/
footer {
 clear: both;
 width: 100%;
 background-color: #666666;
 color: #fff;
}
footer .inner {
 padding-top: 50px;
 padding-bottom: 50px;
}
footer h3 {
 float: left;
 max-width: 262px;
 width: 50%;
}
footer address {
 float: right;
}
#copyright {
 clear: both;
 font-size: 11px;
 color: #FFF;
 background: #4D4D4D;
 width: 100%;
 letter-spacing: 0.1em;
 padding-top: 7px;
 padding-bottom: 7px;
 text-align: center;
}
/* pagetop
---------------------------------*/
#pagetop {
 width: 21px;
 height: 21px;
 position: fixed;
 right: 20px;
 bottom: 20px;
 display: none;
 background: url(../../images/common/pagetop.png);
 text-indent: -9999px !important;
}
@media all and (min-width : 841px) {}
@media screen and (min-width : 641px) and (max-width : 840px) {}
@media screen and (max-width : 640px) {
 footer h3 {
  float: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
 }
 footer address {
  float: none;
  text-align: center;
 }
}
/*==========================================================================*/
#gNav_sp {
 position: fixed;
 right: -320px;
 top: 0;
 width: 240px;
 height: 100vh;
 padding-top: 60px;
 padding-bottom: 20px;
 background-color: rgba(35, 100, 200, 0.9);
 transition: all .6s;
 z-index: 200;
 overflow-y: auto; /* メニューが多くなったらスクロールできるように */
 /**/
}
/*
#gNav_sp::-webkit-scrollbar {
  height: 10px;
}
#gNav_sp::-webkit-scrollbar-track {
  margin: 0 2px;
  background: #ccc;
  border-radius: 5px;
}
#gNav_sp::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}
*/
#brandTitle_sp {
 position: relative;
 text-align: center;
 /*
 color: #002565;
	*/
 color: #fff;
 letter-spacing: 0.2em;
 margin-bottom: 20px;
}
#gNav_sp ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
#gNav_sp ul li {
 text-align: center;
 padding: 0 14px;
 font-size: 1em;
}
#gNav_sp ul li a, #gNav_sp ul li .link_none {
 display: block;
 padding: 8px 0;
 text-decoration: none;
 color: #fff;
 border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#gNav_sp ul li a:hover {
 background-color: rgba(255, 255, 255, 0.3);
}
.hamburger {
 position: fixed;
 right: 2px;
 top: 2px;
 background-color: #2364c8;
 width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
 height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
 cursor: pointer;
 z-index: 300;
}
.hamburger__line {
 position: absolute;
 left: 8px;
 width: 24px;
 height: 1px;
 background-color: #fff;
 transition: all .6s;
}
.hamburger__line--1 {
 top: 10px;
}
.hamburger__line--2 {
 top: 18px;
}
.hamburger__line--3 {
 top: 26px;
}
.hamburger p {
 color: #fff;
 padding-top: 32px;
 font-size: 10px;
 text-align: center;
 -webkit-text-size-adjust: 100%;
 -webkit-font-smoothing: antialiased;
 text-rendering: optimizeLegibility;
}
.hamburger.active {
 color: #fff;
}
.hamburger.active .hamburger__line {
 background-color: #fff;
}
/**/
.black-bg {
 position: fixed;
 left: 0;
 top: 0;
 width: 100vw;
 height: 100vh;
 z-index: 100;
 background-color: #23B99B;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: all .6s;
 -moz-transition: all .6s;
 -o-transition: all .6s;
 transition: all .6s;
 cursor: pointer;
}
.white-bg {
 position: fixed;
 left: 0;
 top: 0;
 width: 100vw;
 height: 100vh;
 z-index: 100;
 background-color: rgba(255, 255, 255, 0);
 opacity: 0;
 visibility: hidden;
 -webkit-transition: all .6s;
 -moz-transition: all .6s;
 -o-transition: all .6s;
 transition: all .6s;
 cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open #gNav_sp {
 right: 0;
}
.nav-open .black-bg {
 opacity: .8;
 visibility: visible;
}
.nav-open .white-bg {
 opacity: .8;
 visibility: visible;
}
.nav-open .hamburger__line--1 {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 20px;
}
.nav-open .hamburger__line--2 {
 width: 0;
 left: 50%;
}
.nav-open .hamburger__line--3 {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
 top: 20px;
}
/*========================================================================== print ================================================================================*/
@media print {}
