html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  color: white;
  background-color: black;
  margin: 0 auto;
}
.sp-only{
  display: none !important;
}

.bg{
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}
.bg .images{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}
.bg .src1{
  background-image: url('./images/_img_bg_001.jpg');
  animation: image-switch-animation1 60s infinite;
  animation-delay: 0s;
}
.bg .src2{
  background-image: url('./images/_img_bg_002.jpg');
  animation: image-switch-animation2 60s infinite;
  animation-delay: 0s;
}
.bg .src3{
  background-image: url('./images/_img_bg_003.jpg');
  animation: image-switch-animation3 60s infinite;
  animation-delay: 0s;
}
.bg .src4{
  background-image: url('./images/_img_bg_004.jpg');
  animation: image-switch-animation4 60s infinite;
  animation-delay: 0s;
}
.bg .src5{
  background-image: url('./images/_img_bg_005.jpg');
  animation: image-switch-animation5 60s infinite;
  animation-delay: 0s;
}
.bg .src6{
  background-image: url('./images/_img_bg_006.jpg');
  animation: image-switch-animation6 60s infinite;
  animation-delay: 0s;
}
@keyframes image-switch-animation1{
  0%{ opacity: 1;}
  12%{ opacity: 1;}
  17%{ opacity: 0;}
  95%{ opacity: 0;}
  100%{ opacity: 1;}
}
@keyframes image-switch-animation2{
  0%{ opacity: 0;}
  12%{ opacity: 0;}
  17%{ opacity: 1;}
  29%{ opacity: 1;}
  34%{ opacity: 0;}
}
@keyframes image-switch-animation3{
  0%{ opacity: 0;}
  29%{ opacity: 0;}
  34%{ opacity: 1;}
  46%{ opacity: 1;}
  51%{ opacity: 0;}
}
@keyframes image-switch-animation4{
  0%{ opacity: 0;}
  46%{ opacity: 0;}
  51%{ opacity: 1;}
  63%{ opacity: 1;}
  68%{ opacity: 0;}
}
@keyframes image-switch-animation5{
  0%{ opacity: 0;}
  63%{ opacity: 0;}
  68%{ opacity: 1;}
  79%{ opacity: 1;}
  84%{ opacity: 0;}
}
@keyframes image-switch-animation6{
  0%{ opacity: 0;}
  79%{ opacity: 0;}
  84%{ opacity: 1;}
  95%{ opacity: 1;}
  100%{ opacity: 0;}
}

header{
  position: fixed;
  color: #dd6a2b;
  text-align: center;
  top: 30px;
  left: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  width: 100%;
  padding-left: 24vw;
  z-index: 200;
}
header div{
  float: left;
}
.header_menu1{
  display: flex;
  align-items: center;
}
.header_menu2{
  padding-left: 6vw;
}
.header_menu1 div{
  padding: 10px 15px;
}
header a{
  color: #ff5400;
  text-decoration: none;
}
header a:hover{
  opacity: 1;
  filter: brightness(130%);
}
header img{
  //filter: brightness(0) saturate(100%) invert(70%) sepia(66%) saturate(6590%) hue-rotate(9deg) brightness(102%) contrast(101%);
  height: 35px;
  padding-top: 0;
  padding-left: 5px;
}
.instagram{
  right: 50px;
  position: fixed;
  z-index: 500;
  top: 5px;
}

main{
  margin: 0 auto;
  width: 100%;
  position: absolute;
  z-index: 100;
}

.main_contents{
  animation: scroll-anim2 linear;
  animation-timeline: view();
  animation-range: entry 100% cover 100%;
}
@keyframes scroll-anim2{
  from{
    background-color: rgba(0, 0, 0, 0);
  }
  to{
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.contents{
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}
@keyframes scroll-anim{
  from{
    opacity: 0;
    scale: 0.9;
  }
  to{
    opacity: 1;
    scale: 1;
  }
}

.main_top{
  height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_top img{
  width: 40%;
}
.main_top_scroll{
  position: absolute;
  width: 100%;
  top: 80vh;
  left: 0;
  text-align: center;
}
.main_top_scroll img{
  width: 100px;
  border-radius: 50%;
}
.main_top_scroll a{
  text-decoration: none;
  color: #c6ff00;
}
.main_top_scroll img:hover{
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.2);
}

.contents h2{
  color: #c6ff00;
  text-align: center;
  margin-top: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contents{
  padding-bottom: 400px;
  padding-top: 80px;
}

.contents_top_hr{
  width: 70px;
  text-align: center;
  border: #c6ff00 1px solid;
  margin-bottom: 10px;
}
.contents .notes{
  padding: 0 100px;
  text-align: center;
  padding-top: 30px;
}
.notes p{
  line-height: 1.8;
}
.notes hr{
  color: white;
  margin: 50px 0;
}
.notes_button{
  padding-top: 50px;
}
.notes_button img{
  width: 100px;
  border-radius: 50%;
}
.notes_button a{
  text-decoration: none;
  color: #c6ff00;
}
.notes_button img:hover{
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0.2);
}

#access p{
  padding-bottom: 20px;
}
#access iframe{
  border: solid 1px #c6ff00;
  padding: 10px;
  width: 80%;
  height: 450px;
}

footer{
  width: 100%;
  text-align: center;
  padding-top: 50px;
  font-size: 12px;
  padding-bottom: 20px;
}
footer p{
  margin: 0;
}

@media only screen and (max-width: 1000px) {
.pc-only{
  display: none !important;
}
.sp-only{
  display: block !important;
}

.globalMenuSp{
    display: block !important;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: none;
    color: #000;
    text-align: center;
    transform: translate(100vw);
    transition: all 0.6s;
    width: 40vw;
    padding-top: 50px;
    margin-right: auto;
}
.globalMenuSp ul{
  background: black;
  margin: 0 auto;
  padding: 0;
  width: 100%;
} 
.header_sp_li{
  border-bottom: none;
  padding: 0 0;
  font-size: 18px;
}
.header_sp_li img{
  height: 20px;
}
.header_sp_li span{
  font-size: 15px;
}

.globalMenuSp ul li{
  display: block;
  color: #000000;
  list-style-type: none;
  width: 100%;
  background-color: black;
  padding: 15px 5px;
  border: 0.5px solid white;
}
.globalMenuSp a{
  text-decoration: none;
  color: white;
}
.globalMenuSp.active{
  transform: translateX(60vw);
}
.navToggle{
  display: block !important;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 500;
  background-color: none;
  text-align: center;
  border: none;
  border-color: none;
}
.navToggle span{
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 2px white;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 10px;
}
.navToggle span:nth-child(1){
  top: 15px;
}
.navToggle span:nth-child(2){
  top: 25px;
}
.navToggle span:nth-child(3){
  top: 35px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1){
  top: 25px;
  left: 10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3){
  top: 25px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.active {
  width: 100%;
  height: 10000%;
  opacity: 1;
  margin-top: 50px;
}

.header-sp img{
  width: auto;
  padding-top: 15px;
  padding-left: 20px;
  height: 25px;
}
.globalMenuSp ul li{
  color: white;
  padding: 10px 0;
  height: 30px;
}
.header-menu-sp{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0;
  margin: 0;
  z-index: 400;
  content: "";
  top: 0;
  left: 0;
  position: fixed;
}
.header-menu-sp .header_menu{
  text-decoration: none;
  color: white;
}
.header_sp_ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.header_sp_ul_summary{
  list-style: none;
}
.header_sp_li{
  border-top: 0.5px solid white;
  padding: 20px;
  text-align: left;
  list-style: none;
}
.index-top-menu-sub-sp{
  padding-left: 50px;
}
.index-top-menu-sub-sp div{
  border-bottom: 1px solid white;
}
.index-top-menu-sub-sp img{
  height: 30px;
  padding-right: 20px;
}
.index-top-menu-sub-sp{
  font-size: 14px;
  list-style: none;
}
summary::-webkit-details-marker {
  display:none;
  list-style: none;
}
.header-menu-sp .header_menu_images img{
  margin: 30px 15px;
}

.main_top img {
  width: 80%;
}
.main_top_scroll img{
  width: 100px;
}

.contents .notes{
  padding: 0 10%;
}

#access iframe{
  padding: 0;
  width: 100%;
}

}