@charset "UTF-8";
/* CSS Document */
.nav_container {
	position: absolute;
	z-index: 10;
	width: 100%;
	heigh: 100%;
	text-align: center;
    top: 40%;
    left: 0;
    margin: 0 auto;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.nav_container p {
  font-size: 1em;
}
.nav_container a {
  display: inline-block;
  position: relative;
 /*  text-align: left; -------text align -------------*/
  /* color: #FF5252;  オレンジ　FF5252*/
  text-decoration: none;
/*  font-size: 0.84em; */
  overflow: hidden;
  top: 5px;
}
.nav_container a:after {
  content: '';
  position: absolute;
  background: #FF5252;
  height: 2px;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.nav_container a:hover:after, .nav_container a:focus:after, .nav_container a:active:after {
  width: 100%;
}
.button_container {
  position: fixed;
  top: 3.3%;
  right: 11.2%;
  height: 27px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
}
@media all and (max-width: 768px) {
.button_container {
  right: 6.4%;
  top:27px; /*スマホの上のアキ*/
}
}
.button_container:hover {
  opacity: .7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #f0f0f0; /*  × 　*/
}
.button_container.active .middle {
  opacity: 0;
  background: #f0f0f0;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #f0f0f0;
}
.button_container span {
	background: rgba(0, 0, 0, 0.6); /* 三　#616161 #d6d6d6 #004927  　*/
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}
.overlay {
  position: fixed;
  z-index: 20;
 background: rgba(0, 0, 0, 0.8);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s, height .35s;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
}
.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .50s;
          animation-delay: .50s;
}
/* */
.overlay nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Helvetica Neue", "Segoe UI","Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: left;  /* -------- */
  text-transform:uppercase;
  letter-spacing:0.02em;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
  margin-left: 8%;
  margin-right: 8%;
  border-left: rgba(160, 30, 38, 0.9) solid 2px;
  padding-left: 8px;
}
/* 
.overlay ul li {
  display: block;
  height: 12%;
  height: calc(100% / 8);
  min-height: 50px;
  position: relative;
  opacity: 0;
}
*/
.overlay ul li {
  display: block;
  height: auto;
/*  height: calc(100% / 8);*/
  min-height: 3.29em;  /* 2.95em; = 11  3.29em; = 10 */
  position: relative;
  opacity: 0;
   line-height:1.0;
  margin-bottom: 0.7%;
  padding-bottom: 0.2%;
  color: rgba(255, 255, 255, 0.9); 
}
/* ----- */
.overlay ul li a {
  display: block;
  position: relative;
  color: rgba(255, 229, 0, 0.9); 
  text-decoration: none;
  overflow: hidden;
  font-size: 1.25em;
    padding-bottom: 2px;
}
.overlay ul li .iln { display: inline-block; margin-right: 1em;}
.overlay  ul li p { font-size: 0.79em; letter-spacing:0; color: rgba(255, 255, 255, 0.7);  line-height: 1.0; padding-bottom: 0.2em; margin: 0;}
.overlay  ul li a span {
  font-size: 0.78em; margin-left: 0.5em; letter-spacing:0; color: rgba(255, 255, 255, 0.7);  line-height: 1.0; padding-bottom: 0.2em;
}
@media all and (max-width: 768px) {
.overlay nav {
  height: 80%;  /* ---------行数多いときとき-------- */
}
.overlay ul {
margin-left: 5%;
margin-right: 5%;
width: 82%; /*  ----------------- */
border-left: none;
}
.overlay ul li {
  margin-bottom: 0;
border-bottom: rgba(191, 38, 46, 1.0) solid 1px;
}
.overlay  ul li a { 
 font-size: 1.18em;
letter-spacing:0.02em;
}
.overlay nav span::before { content: "\A" ; white-space: pre ; }
}
/* */
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  background: #faf6ed;
  -webkit-transition: .35s;
  transition: .35s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
