@charset "UTF-8";
/* CSS Document */
/*======================================
swich
/*======================================*/
.locked .bread_crumb, .locked .page-title-CMN, .locked .header-img, .locked .n2-section-smartslider, .locked #menu-event, .locked footer .wrap {
  transition: all 0.2s ease-in-out;
}
#nav-top-sub, #nav-top, .bread_crumb, .header-img, .n2-section-smartslider, #menu-event, footer .wrap {
  transition: all 0.2s ease-in-out;
}
/*======================================
menu-btn
/*======================================*/
.menu-btn, .menu-btn span {
  display: inline-block;
  position: fixed;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: 99999;
  cursor: pointer;
  border-radius: 100%;
}
.menu-btn::before {
  position: fixed;
  content: "";
  width: 70px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: 0;
  cursor: pointer;
  background: rgba(15, 20, 75, .8);
  transition: all .5s ease-in-out;
}
.menu-btn.active::before {
  background-color: transparent;
  transition: all .7s ease-in-out;
}
.menu-btn .btn-open {
  display: block;
  position: absolute;
  width: 28px;
  height: 30px;
  top: 25%;
  left: 50%;
  margin-left: -12px;
  z-index: 9999;
}
.menu-btn small {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: center;
  bottom: -28px;
  letter-spacing: 0px;
  color: rgba(25, 25, 90, 1);
}
.menu-btn .btn-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all .2s ease-in-out;
}
.menu-btn:hover .btn-open span:nth-of-type(1), .menu-btn:hover .btn-open span:nth-of-type(3) {
  transition: all .2s ease-in-out;
}
.menu-btn .btn-open span:nth-of-type(1) {
  top: 4px;
}
.menu-btn .btn-open span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.menu-btn .btn-open span:nth-of-type(3) {
  bottom: 4px;
}
.menu-btn:hover .btn-open span:nth-of-type(1) {
  transform: translateY(2px);
}
.menu-btn:hover .btn-open span:nth-of-type(3) {
  transform: translateY(-2px);
}
.active .menu-btn {
  transition: all .4s ease-in-out;
}
.menu-btn.active .btn-open span {
  background: rgba(205, 180, 135, 1);
}
.menu-btn.active .btn-open span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
  left: 50%;
}
.menu-btn.active .btn-open span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active .btn-open span:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.menu-btn.active .btn-open:hover {
  transform: rotate(180deg);
  transition: all .4s ease-in-out;
}
/*======================================
drawer-overlay
/*======================================*/
@keyframes drawerFadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes drawerFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
} /*
#drawer-overlay {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 120vh;
  background: rgba(180, 180, 180, .8);
  top: 0;
  left: 0;
  z-index: 10;
  mix-blend-mode: multiply;
  animation: drawerFadeOut 0.5s ease-in-out 0s 1 normal forwards;
}
.active #drawer-overlay {
  visibility: visible;
  opacity: 1;
  animation: drawerFadeIn 0.5s ease-in-out 0s 1 normal forwards;
}
*/
/*======================================
overlay
/*======================================*/
.overlay {
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  font-size: 100%;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(15, 20, 75, .3) rgba(255, 255, 255, .9);
  scrollbar-width: thin;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease-in-out;
}
.active .overlay {
  opacity: 1;
  visibility: visible;
  transition: all .3s ease-in-out;
  transition-delay: .3s;
  background: rgba(15, 20, 75, .99);
  background-blend-mode: multiply;
}
.overlay .logo-S {
  margin: 10px auto 0;
}
.overlay .mainNav {
  font-size: 110%;
  margin: 0 auto;
}
.overlay .mainNav .news, .overlay .mainNav .policy {
  display: inline-block;
}
.overlay h1 {
  position: relative;
  text-align: left;
  font-size: 180%;
  line-height: 1em;
  letter-spacing: 6px;
  padding-bottom: .5em;
  margin-top: 1em;
}
.overlay h1::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0;
  padding-top: calc(50%*.03666666);
  background: url(../img/hr-S.png) no-repeat center;
  background-size: cover;
  bottom: .1em;
  left: -10%;
}
.overlay-contact .CTA-flex aside {
  display: none;
}
.overlay .TEL-CMN aside p {
  font-size: 90%;
}
@media screen and (min-width:768px) {
  .overlay {
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
} /*END query*/
@media screen and (min-width:1024px) {} /*END query*/
/*======================================
overlay-menu
/*======================================*/
.sp-tab .logo-S {
  text-align: center;
  width: 100%;
  padding: 2em 0;
}
.sp-tab .logo-S a {
  font-size: 125%;
}
.sp-tab .logo-S a span {
  font-size: 80%;
  text-indent: 0;
  overflow: visible;
  display: block;
  margin-bottom: .5em;
}
.overlay .nav-CMN {
  font-size: 90%;
  padding: 2em 0;
}
.overlay .nav-CMN > ul > li:not(:last-of-type) {
  margin-bottom: 2em;
}
.overlay .nav-CMN a span {
  font-size: 150%;
}
.overlay .nav-SNS {
  margin-top: 1em;
}
.overlay .nav-SNS li:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 1em;
}
.overlay .nav-SNS li a {
  max-width: 200px;
  font-size: 120%;
}