@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp.min.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css2?family=Teko&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
  line-height: 2;
  color: #666;
  position: relative;
  background: #000;
}

a img {
  border: none;
  transition: all .5s;
}

img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .pc,
  .pc-inline {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media print {
  img {
    display: none;
  }

  * {
    background: none;
  }
}

footer {
  z-index: 1;
  position: relative;
}

/***********************************************************
 * asset
************************************************************/
#contents {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  /*background: #ffe700;*/
}

._inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.container {
  position: relative;
  z-index: 1;
}


/***********************************************************
 * contents
************************************************************/
section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 640px) {
  section {
    padding: 15% 0;
  }
}

/*-----------------
* slick
-----------------*/
.slick-list {
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.slick-slide {
  text-align: center;
  margin: 0 10px;
  position: relative;
}

.slick-slide img {
  width: 100%;
  margin: 0 auto;
}

.slick-dots li button:before {
  transition: all .5s;
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #666 !important;
}

.slick-prev {
  z-index: 11;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
  margin-top: -30px;
}

.slick-prev:before {
  content: none;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg);
}

.slick-next {
  z-index: 11;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
  margin-top: -30px;
}

.slick-next:before {
  content: none;
  width: 30px;
  height: 30px;
  border: 5px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg);
}

.slick-prev {
  left: 12%;
}

.slick-prev:before {
  content: none;
}

.slick-next {
  right: 12%;
}

.slick-next:before {
  content: none;
}

/****loading****/
#loading {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 340px;
  height: auto;
}

.human {
  animation: pulse 1.5s infinite;
  box-sizing: border-box;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  transform: translateY(0);
  width: 20%;
}

@media screen and (max-width: 640px) {
  .human {
    width: 15%;
  }
}

@keyframes pulse {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(70px);
    opacity: 0;
  }
}


/*.loader {
  background-color: #fff;
  position: fixed;
	top: 0;
	left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}*/
/*.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -webkit-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -o-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: -ms-linear-gradient(left, #000 10%, rgba(0, 0, 0, 0) 42%);
  background: linear-gradient(to right, #000 10%, rgba(0, 0, 0, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/


/*******************************************************************
 * pageTop
 *******************************************************************/
#pageTop {
  width: 75px;
  height: 75px;
  color: #000;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 1000;
  cursor: pointer;
  transition: opacity 1s;
}

#pageTop:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  #pageTop {
    width: 50px;
    height: 50px;
    bottom: 70px;
  }
}


/*ハンバーガー*/
.nav-btn {
  display: inline-block;
  border: #C4D700 1px solid;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
  top: 10px;
  left: 10px;
}

.nav-btn span {
  display: block;
  width: 27.5px;
  position: absolute;
  border-bottom: 1px solid #C4D700;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.nav-btn span:nth-child(1) {
  top: 12.5px;
}

.nav-btn span:nth-child(2) {
  top: 22.5px;
}

.nav-btn span:nth-child(3) {
  top: 33.5px;
}

.nav-btn.active span:nth-child(1) {
  top: 23.5px;
  left: 10px;
  transform: rotate(45deg);
}

.nav-btn.active span:nth-child(2) {
  opacity: 0;
}

.nav-btn.active span:nth-child(3) {
  left: 10px;
  top: 23.5px;
  transform: rotate(-45deg);
}

.sp-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 900;
  box-sizing: border-box;
}

.sp-nav.active {
  display: block;
}

.nav-list {
  font-family: YuMincho,
    /* Mac用 */
    'Yu Mincho',
    /* Windows用 */
    serif;
  background-color: rgba(29, 20, 61, 0.95);
  display: block;
  height: 100vh;
  align-items: center;
  text-align: center;
  padding: 0;
  padding-bottom: 108px;
  z-index: 999;
}

.nav-logo {
  width: 38%;
  margin: 0 auto;
  padding-top: 62px;
}

.nav-item {
  margin: 0 auto 40px;
}

.nav-item a{
  position: relative;
  display: inline-block;
  transition: .3s;
}

.nav-item a:hover .nav-item a img {
  opacity: 0.2;
}

.nav-wrap{
  display: flex;
  width: 35%;
  justify-content: space-between;
  margin: 0 auto 40px;
  gap: 7%;
}
.nav-child{
}

.item01 {
  width: 4.15%;
}

.item02 {
  width: 21%;
}

.item03 {
  width: 9.5%;
}

.item04 {
  width: 11%;
}

.item05 {
  width: 6.3%;
}

.item06 {
  width: 10%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nav-btn {
    width: 40px;
    height: 40px;
    z-index: 9999;
  }

  .nav-btn span {
    width: 27.5px;
  }

  .nav-btn span:nth-child(1) {
    top: 10px;
  }

  .nav-btn span:nth-child(2) {
    top: 19px;
  }

  .nav-btn span:nth-child(3) {
    top: 28px;
  }

  .nav-btn.active span:nth-child(1) {
    top: 19px;
    left: 5px;
    transform: rotate(45deg);
  }

  .nav-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .nav-btn.active span:nth-child(3) {
    left: 5px;
    top: 19px;
    transform: rotate(-45deg);
  }

  .sp-nav {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 999;
    box-sizing: border-box;
  }

  .sp-nav.active {
    display: block;
  }

  .nav-list {
    font-family: YuMincho,
      /* Mac用 */
      'Yu Mincho',
      /* Windows用 */
      serif;
    background-color: rgba(29, 20, 61, 0.95);
    display: block;
    height: fit-content;
    align-items: center;
    text-align: center;
    padding-bottom: 100px;
  }

  .nav-logo {
    width: 90%;
    margin: 0 auto;
    padding-top: 124px;
  }

  .nav-item {
    margin: 0 auto 34px;
  }

  .nav-item a:hover .nav-item a img {
    opacity: 0.2;
  }

  .nav-wrap{
    display: block;
    width: 100%;
    margin: 0 auto 34px;
  }
  .nav-child{
    margin: 0 auto 20px;
  }

 .nav-child:nth-child(1){
    width: 45%;
  }
 .nav-child:nth-child(2){
    width: 18.3%;
  }
 .nav-child:nth-child(3){
    width: 13.7%;
  }
 .nav-child:nth-child(4){
    width: 16%;
  }


  .item01 {
    width: 15%;
  }

  .item02 {
    width: 76%;
  }

  .item03 {
    width: 34%;
  }

  .item04 {
    width: 40%;
  }

  .item05 {
    width: 21%;
  }

  .item06 {
    width: 36%;
    margin: 0 auto;
  }
}

/*トップへ戻るボタン*/
.topBtn {
  position: fixed;
  /*固定*/
  bottom: 30px;
  /*場所を右下に移動*/
  right: 30px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  background-color: rgba(33, 33, 104, 0.6);
  /*以下、デザインはご自由に！！*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 22px;
  border-radius: 40px;
  padding-top: 15px;
  box-sizing: border-box;
  z-index: 99;
  font-family: sans-serif;
  transition: 0.05s;
}

.topBtn img {
  width: 26px;
  margin: 0 auto;
}

.topBtn:hover.topBtn img {
  transform: rotate(-5deg);
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .topBtn {
    position: fixed;
    /*固定*/
    bottom: 30px;
    /*場所を右下に移動*/
    right: 20px;
    /*場所を右下に移動*/
    display: block;
    /*aタグをblock要素に変更*/
    background-color: rgba(33, 33, 104, 0.7);
    /*以下、デザインはご自由に！！*/
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 8px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 16px;
    border-radius: 28px;
    padding-top: 10px;
    padding-bottom: 5px;
    box-sizing: border-box;
    z-index: 99;
    font-family: sans-serif;
    transition: 0.1s;
  }

  .topBtn img {
    width: 18px;
    margin: 0 auto;
  }
}