@charset "UTF-8";
/* ----------------------------------------------------------------
    pc-ナビ
  ----------------------------------------------------------------- */
/*----------ナビゲーション----------*/
#navi {
 background-image: url("../img/common/");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 box-sizing: content-box;
 display: none;
 height: 100vh;
 overflow: hidden;
 position: fixed;
 right: 0px;
 top: 0px;
 width: 100%;
 z-index: 99998;
}
#navi .navi-inr {
 align-items: flex-start;
 background-attachment: fixed;
 background-color: rgba(0,0,0,0.8);
 display: flex;
 height: calc(100vh - 0px);
 margin-left: auto;
 overflow: scroll;
 overscroll-behavior: none;
 padding: 60px 0;
 position: relative;
 justify-content: center;
 width: 50%;
}
#navi .navi-inr .navi-menu {

 margin: 0 auto 60px;

 width: 100%;
}
#navi .navi-inr .navi-item {
 align-items: center;
 border-bottom: 1px solid #0d57a7;
 border-bottom: 1px solid #666;
 color: #ccc;
 display: flex;
 font-style: normal;
 justify-content: space-between;
 line-height: 1;
 margin: 0 70px;
 min-height: calc(12.5vh + 0px);
 text-align: left;
 width: calc(100% - 120px);
}
#navi .navi-inr .navi-item a {
 color: #fff;
}
#navi .navi-inr .navi-item:last-child {
 border-bottom: none;
}
#navi .navi-inr .active-item {
 font-family: YakuHanJP, vincente, serif;
 font-weight: 800;
 font-size: 16px;
 width: auto;
}
#navi .navi-inr .sub-menu {
 align-items: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
 width: calc(100% - 88px - 0px)
}
#navi .navi-inr .sub-item {
 color: #ccc;
 display: inline-block;
 font-style: normal;
 margin: 10px 0;
 width: auto;
}
#navi .navi-inr .sub-item a:hover {
 margin-left: 5px;
 transition: .3s linear;
}

#navi .navi-inr .material-icons {
 display: inline-block;
 font-size: 14px;
 padding: 0 0 0 25px;
 vertical-align: -1px;
}
#navi .navi-inr .navi-item:first-child {
 margin-top: 0;
 padding-top: 12px;
}
#navi .navi-inr .sns-menu {
 align-items: center;
 display: flex;
 justify-content: space-between;
 margin: 35px auto;
 max-width: 400px;
 width: 100%;
}
#navi .navi-inr .sns-menu .btn-sns {
 color: #fff;
 font-size: 30px;
 line-height: 1.0em;
 text-align: center;
}
#navi .navi-inr .sns-menu .sns-tit {
 font-size: 14px;
}

#navi .navi-inr .sns-menu .btn-sns a:hover {
 color: #ccc;
 transition: .3s linear;
}
@media only screen and (max-width: 768px) {
#navi .navi-inr {
 width: 100%;
}
#navi .navi-inr .navi-item {
 align-items: center;
 border-bottom: 1px solid #0d57a7;
 border-bottom: 1px solid #666;
 color: #ccc;
 display: flex;
 font-style: normal;
 justify-content: space-between;
 line-height: 1;
 margin: 0 auto;
 min-height: calc(12.5vh + 0px);
 text-align: left;
 width: calc(100% - 3.3%);
}
}


/*----------ハンバーガーアイコン----------*/
.hamburger {
 background-color: #000;
 box-sizing: border-box;
 cursor: pointer;
 display: block;
 height: 60px;
 position: absolute;
 right: 0px;
 top: 0;
 transition: all .4s;
 width: 60px;
 z-index: 99999;
}
.hamburger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
 position: absolute;
 right: 10px;
 width: 40px;
 height: 1px;
 background-color: #fff;
 margin: 0 auto;
}
.hamburger span:nth-of-type(1) {
 top: 21px;
}
.hamburger span:nth-of-type(2) {
 top: 30px;
}
.hamburger span:nth-of-type(3) {
 top: 39px;
}
.hamburger span:nth-of-type(1) {
 -webkit-animation: menu-ber01 .5s forwards;
 animation: menu-ber01 .5s forwards;
}
.hamburger span:nth-of-type(2) {
 transition: all .25s .25s;
 opacity: 1;
}
.hamburger span:nth-of-type(3) {
 -webkit-animation: menu-ber02 .5s forwards;
 animation: menu-ber02 .5s forwards;
}
.active span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
 position: absolute;
 left: 10px;
 width: 40px;
 height: 1px;
 background-color: #fff;
 margin: 0 auto;
}
.active span:nth-of-type(1) {
 -webkit-animation: active-menu-ber01 .5s forwards;
 animation: active-menu-ber01 .5s forwards;
}
.active span:nth-of-type(2) {
 opacity: 0;
}
.active span:nth-of-type(3) {
 -webkit-animation: active-menu-ber03 .5s forwards;
 animation: active-menu-ber03 .5s forwards;
}
@-webkit-keyframes menu-ber01 {
 0% {
  -webkit-transform: translateY(8px) rotate(45deg);
 }
 50% {
  -webkit-transform: translateY(8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(0) rotate(0);
 }
}
@keyframes menu-ber01 {
 0% {
  transform: translateY(8px) rotate(45deg);
 }
 50% {
  transform: translateY(8px) rotate(0);
 }
 100% {
  transform: translateY(0) rotate(0);
 }
}
@-webkit-keyframes menu-ber02 {
 0% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
 }
 50% {
  -webkit-transform: translateY(-8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(0) rotate(0);
 }
}
@keyframes menu-ber02 {
 0% {
  transform: translateY(-8px) rotate(-45deg);
 }
 50% {
  transform: translateY(-8px) rotate(0);
 }
 100% {
  transform: translateY(0) rotate(0);
 }
}
@-webkit-keyframes active-menu-ber01 {
 0% {
  -webkit-transform: translateY(0) rotate(0);
 }
 50% {
  -webkit-transform: translateY(10px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(10px) rotate(45deg);
 }
}
@keyframes active-menu-ber01 {
 0% {
  transform: translateY(0) rotate(0);
 }
 50% {
  transform: translateY(10px) rotate(0);
 }
 100% {
  transform: translateY(10px) rotate(45deg);
 }
}
@-webkit-keyframes active-menu-ber03 {
 0% {
  -webkit-transform: translateY(0) rotate(0);
 }
 50% {
  -webkit-transform: translateY(-8px) rotate(0);
 }
 100% {
  -webkit-transform: translateY(-8px) rotate(-45deg);
 }
}
@keyframes active-menu-ber03 {
 0% {
  transform: translateY(0) rotate(0);
 }
 50% {
  transform: translateY(-8px) rotate(0);
 }
 100% {
  transform: translateY(-8px) rotate(-45deg);
 }
}
@media only screen and (max-width: 768px) {
 .hamburger {
  background-color: rgb(190, 52, 85);
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 48px;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: all .4s;
  width: 48px;
  z-index: 99999;
 }
 .hamburger span {
  background-color: #fff;
  left: 8px;
  width: 32px;
 }
 .hamburger span:nth-of-type(1) {
  top: 14px;
 }
 .hamburger span:nth-of-type(2) {
  top: 23px;
 }
 .hamburger span:nth-of-type(3) {
  top: 32px;
 }
}
/*----------スクロールバー----------*/
.ps {
 height: 100%
}
.ps__rail-x {
 height: 6px !important;
 /*background-color: #dbdbdb !important;*/
 opacity: 0 !important;
 width: 100% !important;
 background-color: #000 !important;
}
.ps__rail-x:hover > .ps__thumb-x {
 height: 6px !important;
}
.ps__thumb-x {
 bottom: 0 !important;
 background-color: rgba(0, 0, 0, 0.1);
}
.ps__rail-y {
 display: block !important;
 height: calc(100vh - 68px - 99px - 0px - 20px) !important;
 margin: 10px 5px 0 0;
 /*background-color: #dbdbdb !important;*/
 opacity: 1 !important;
 width: 5px !important;
 right: 3px!important;
 top: 65px!important;
}
.ps__thumb-y {
 height: 300px !important;
 right: 0 !important;
 width: 4px !important;
}
.ps-active-y > .ps__rail-y {
 /*background-color: #dbdbdb !important;*/
}
.ps__rail-y {
 border-radius: 0px;
 /* height: 100% !important;*/
 margin-right: 0px;
 background-color: #fff;
 opacity: 1 !important;
 width: 4px !important;
}
.ps__rail-y:hover > .ps__thumb-y {
 width: 4px !important;
}
.ps__thumb-y {
 background-color: rgba(0, 0, 0, 0.5);
 border-radius: 0px;
 right: 0px !important;
}
.ps-active-y > .ps__rail-y {
 /*background-color: #dbdbdb !important*/
}
.ps--active-y > .ps__rail-y {
 /*background-color: #dbdbdb !important*/
}
@media (max-width:768px) {
 .ps__rail-y {
  margin-right: 0px;
 }
}