@charset "UTF-8";
/*  reset  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}
article, aside, figure, footer, header, small, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  display: block;
  list-style: none;
  background-color: transparent;
  font-size: 100%;
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-size: 100%;
  font-weight: normal;
}
ul, ol {
  list-style-type: none;
}
dt, dd, li, textarea {
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
}
th, td {
  line-height: 1.6;
}
button {
  background-color: transparent;
  cursor: pointer;
  outline: none;
}
label {
  cursor: pointer;
}
img {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
a img {
  border: none;
}
strong, em {
  font-weight: bold;
}
table {
  border-collapse: collapse;
}
table th, table td {
  font-weight: normal;
}
/*  clearfix  */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* module
-------------------------------------------------*/
.alcenter {
  text-align: center !important;
}
.alleft {
  text-align: left !important;
}
.alright {
  text-align: right !important;
}
.vetop {
  vertical-align: top !important;
}
.vemiddle {
  vertical-align: middle !important;
}
.vebottom {
  vertical-align: bottom !important;
}
.bold {
  font-weight: bold;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fo10 {
  font-size: 10px;
}
.fo12 {
  font-size: 12px;
}
.fo14 {
  font-size: 14px;
}
.fo15 {
  font-size: 15px;
}
.fo16 {
  font-size: 16px;
}
.fo18 {
  font-size: 18px;
}
.fo20 {
  font-size: 20px;
}
.fo25 {
  font-size: 25px;
}
.fo27 {
  font-size: 27px;
}
.fo30 {
  font-size: 30px;
}
.fo36 {
  font-size: 36px;
}
.fo42 {
  font-size: 42px;
}
.fo46 {
  font-size: 46px;
}

@media only screen and (min-width:681px) and (max-width:1040px) {
.fo10 {
  font-size: 0.961vw;
}
.fo12 {
  font-size: 1.153vw;
}
.fo14 {
  font-size: 1.346vw;
}
.fo15 {
  font-size: 1.442vw;
}
.fo16 {
  font-size: 1.538vw;
}
.fo18 {
  font-size: 1.726vw;
}
.fo20 {
  font-size: 2.307vw;
}
.fo25 {
  font-size: 2.403vw;
}
.fo27 {
  font-size: 2.441vw;
}
.fo30 {
  font-size: 2.885vw;
}
.fo36 {
  font-size: 3.461vw;
}
.fo42 {
  font-size: 4.038vw;
}
.fo46 {
  font-size: 4.422vw;
}
}

@media only screen and (min-width:1px) and (max-width:680px) {
.fo10 {
  font-size: 2.5vw;
}
.fo16 {
  font-size: 4.375vw;
}
.fo18 {
  font-size: 4.438vw;
}
.fo20 {
  font-size: 4.5vw;
}
.fo25 {
  font-size: 6.25vw;
}
.fo27 {
  font-size: 6.95vw;
}
.fo30 {
  font-size: 7vw;
}
.fo36 {
  font-size: 7.5vw;
}
.fo42 {
  font-size: 7.5vw;
}
.fo46 {
  font-size: 8.9vw;
}
}
/* none
-------------------------------------------------*/
.pcon {
  display: block;
}
.spon {
  display: none;
}

@media only screen and (min-width:1px) and (max-width:680px) {
.pcon {
  display: none;
}
.spon {
  display: block;
}
}
/* a
-------------------------------------------------*/
a, a:link, a:visited {
  color: #010101;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a.al:hover, a.al:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  text-decoration: none;
}

@media only screen and (min-width:1px) and (max-width:680px) {
a:hover, a:active {
  text-decoration: none;
}
a.al:hover, a.al:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
}
/* body
-------------------------------------------------*/
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #010101;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden !important;
}

@media only screen and (min-width:681px) and (max-width:1040px) {
body {
  font-size: 1.538vw;
}
}

@media only screen and (min-width:1px) and (max-width:680px) {
body {
  font-size: 3.75vw;
  position: relative;
}
}
/* #wrapper
-------------------------------------------------*/
#wrapper {
  width: 100%;
  position: relative;
}
/* #container
-------------------------------------------------*/
#container {
  position: relative;
  z-index: 98;
}
/* #header
-------------------------------------------------*/
#header {
  width: 100%;
  z-index: 99;
  border-top: 6px solid #942536;
}
#header .hinner {
  max-width: 1040px;
  height: 11.538vw;
  max-height: 120px;
  margin: 0 auto;
  position: relative;
}
#header .logo {
  position: absolute;
  left: 0;
  top: 30.9%;
  max-width: 539px;
  width:52%;
}
#header .hnav1 p {
  position: absolute;
/*  right: 15.5%;*/
  right: 22.5%;
  top: 19.8%;
}
#header .hnav1 p a {
  display: block;
  background-color: rgba(250, 11, 8, 0.22);
  text-align: center;
  padding: 5% 32px;
  border-radius: 5px;
}
#header .hnav1 ul {
  position: absolute;
  right: 0;
  top: 19.8%;
  font-size: 0;
  padding: 1.3% 2.5%;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
#header .hnav1 ul li {
  display: inline-block;
  border-right: 1px solid #676767;
  color: #942536;
  padding-right: 6px;
  margin-right: 6px;
  line-height: 1;
}
#header .hnav1 ul li:last-child {
  border-right: none;
  padding: 0;
  margin: 0;
}
/* #gnav
-------------------------------------------------*/
#gnav {
  width: 100%;
  border-top: 1px solid #f5090d;
  border-bottom: 1px solid #f5090d;
  z-index: 99;
  position: relative;
}
#gnav ul {
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
  display: table;
}
#gnav ul li {
  display: table-cell;
  text-align: center;
  width: 20%;
}
#gnav ul li a {
  display: block;
  padding: 5% 0;
  color: #fff;
  background-color: #f5090d;
  border-left: #fff 1px solid;
}
#gnav ul li:nth-child(1) a{
  border-left: 1px solid #f5090d;
}
#gnav ul li:last-child a{
  border-right: 1px solid #f5090d;
}
#gnav ul li.on a, #gnav ul li a:hover {
  color: #f5090d;
  background-color: #fff;
  text-decoration: none;
}
#gnav ul li a:hover{
  border-right: 1px solid #f5090d;
  border-left: 1px solid #f5090d;
}
#gnav ul li.on a:hover{
  border-right: none;
  border-left: none;
}
#gnav ul li:nth-child(1).on a:hover{
  border-left: 1px solid #f5090d;
}
#gnav ul li:last-child.on a:hover{
  border-right: 1px solid #f5090d;
}
/* #path
-------------------------------------------------*/
#path {
  width: 100%;
  border-top: 1px solid #f5090d;
  margin-top: -1px;
  z-index: 97;
  position: relative;
}
#path p {
  max-width: 1040px;
  margin: 0 auto;
  padding: 17px 0;
  color: #555555;
}
#path p a {
  color: #f5090d;
  text-decoration: underline;
}
#path p a:hover {
  text-decoration: none;
}
/* #mainvisual
-------------------------------------------------*/
#mainvisual {
  width: 1040px;
  height: 244px;
  position: relative;
  margin: 0 auto 6%;
}
#mainvisual h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
/* #main
-------------------------------------------------*/
#main {
  margin: 0 auto;
}
section {
  max-width: 1040px;
  margin: 0 auto 7%;
}
/* headline
-------------------------------------------------*/
.headline1 {
  text-align: center;
  margin-bottom: 1.8%;
  position: relative;
}
.headline1::after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -1.923vw;
  z-index: 2;
  content: '';
  width: 3.846vw;
  height: 2px;
  background-color: #000;
}
.headline2 {
  margin-bottom: 0.15em;
  position: relative;
}
.headline2::after {
  position: absolute;
  bottom: -0.33em;
  left: 0;
  z-index: 2;
  content: '';
  width: 5.4vw;
  height: 0.15em;
  background-color: #000;
}
.title {
  text-align: center;
  margin-bottom: 3.8%;
}
/* #footer
-------------------------------------------------*/
#footer {
  width: 100%;
  height: 24px;
  background-color: #942536;
}
#footer small {
  display: block;
  text-align: center;
  line-height: 24px;
  color: #fff;
}

@media only screen and (min-width:681px) and (max-width:1040px) {
/* #path
-------------------------------------------------*/
#path p {
  padding: 1.2% 1.923%;
}
/* #main
-------------------------------------------------*/
section {
  margin: 0 2% 7%;
}
  #mainvisual{
    width:100%;
    height:200px;
  }
  #mainvisual .mainvisual_inner{
    width:100% !important;
  }
}

@media only screen and (min-width:1px) and (max-width:680px) {
/* #wrapper
-------------------------------------------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
}
/* #container
-------------------------------------------------*/
#container {
  overflow: hidden;
  z-index: 98;
  position: relative;
}
/* #header
-------------------------------------------------*/
#header {
  width: 100%;
  position: relative;
  z-index: 9999;
  background-color: #fff;
  border-top: 3px solid #f5090d;
}
#header::after {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 3px;
  background-color: #942536;
}
#header .hinner {
  height: 16.406vw;
  max-height: inherit;
}
#header .logo {
  left: 2%;
  top: 30%;
  width: 65.625%;
  max-width: 420px;
}
#header .hmenu {
  float: right;
}
#header .hmenu .openMenu {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  width: 16.4%;
}
#header .slideMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
}
/* #menu
-------------------------------------------------*/
#menu {
  z-index: 20;
  position: relative;
  background: rgba(0,0,0,.90);
  padding-bottom: 25%;
}
#menu nav ul {
  width: 81.25%;
  margin: 0 auto;
}
#menu .close {
  float: right;
}
#menu .close .closeMenu {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  cursor: pointer;
  width: 16.4%;
}
#header .hnav2 p {
  width: 81.25%;
  margin: 10% auto;
}
#header .hnav2 p a {
  display: block;
  background-color: rgba(250, 8, 24, 0.7);
  text-align: center;
  padding: 6% 0;
  border-radius: 5px;
}
#header .hnav2 ul {
  font-size: 0;
  display: flex;
}
#header .hnav2 ul li {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
/*  width: 49%;*/
  width: 33%;
  box-sizing: border-box;
  margin-right: 1%;
  text-align: center;
  font-size: 2.812vw;
}
#header .hnav2 ul li:last-child {
/*  width: 50%;*/
  width: 34%;
  margin-right: 0;
}
#header .hnav2 ul li a {
  display: block;
  background-color: #fff;
  padding: 3.5% 0;
}
#header .hnav2 ul li span {
  display: block;
  padding: 3.5% 0;
}
/* #gnav
-------------------------------------------------*/
#gnav {
  border-top: none;
  border-bottom: none;
  z-index: 10;
  margin-top: 21.406vw;
}
#gnav ul {
  width: 100%;
  max-width: inherit;
  border: none;
  display: block;
}
#gnav ul li {
  display: list-item;
  text-align: left;
  width: 100%;
}
#gnav ul li a, #gnav ul li a:hover {
  padding: 7% 0 5%;
  background-color: transparent;
  border-right: none !important;
  border-left: none !important;
  border-bottom: 1px solid #6e7274;
  color: #fff;
  position: relative;
}
#gnav ul li.on a {
  color: #fff;
  background-color: transparent;
}
#wrapper #header #menu #gnav ul li:last-child a{
  border-radius: none !important;
}
#gnav ul li.on a::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 50%;
  height: 3px;
  background-color: #f5090d;
}
/* #mainvisual
-------------------------------------------------*/
#mainvisual {
  height: auto;
  width: 100%;
}
/* #main
-------------------------------------------------*/
section {
  width: 94%;
  margin-bottom: 18%;
}
/* headline
-------------------------------------------------*/
.headline1 {
  margin-bottom: 3.5%;
}
.headline1::after {
  margin-left: -3.125vw;
  width: 6.25vw;
}
.title {
  margin-bottom: 6%;
}
.headline2 {
  margin-bottom: 0.12em;
}
.headline2::after {
  width: 15vw;
  height: 0.12em;
}
/* #footer
-------------------------------------------------*/
#footer {
  height: 13.75vw;
}
#footer small {
  line-height: 13.75vw;
}
}

@media only screen and (min-width:681px) {
#menu {
  display: block !important;
}
#menu .close {
  display: none !important;
}
}
