body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #000000;
  background-color: white;
  position: relative;
  margin: 0 auto;
}
h2{
 font-size: 30px;
 font-weight: normal;
}
span{
 font-size: 18px;
 font-weight: normal;
}
.background-gradation{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* オーバーレイを作成 */
  background: linear-gradient(to right,rgba(0, 0, 0, .7) 1%, rgba(0, 0, 0, .0),rgba(0, 0, 0, .7));
  z-index: 200;
}

.sp-only{
  display: none !important;
}

.main{
  position: relative;
  margin: 0 auto;
}

.index-top{
  width: 100%;
  position: relative;
  z-index: 500;
}
.index-top-menu-contents a{
  text-decoration: none;
  color: white;
  margin: 20px;
  font-size: 15px;
}
.index-top-menu-contents span{
  font-size: 15px;
}
.index-top-menu{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 100;
}
.index-top-menu table{
  width: 100%;
}
.index-top-menu tr{
  vertical-align: top;
}
.index-top-menu-logo-td{
  width: 110px;
}
.index-top-menu-logo{
  width: 100px;
  vertical-align: middle;
  padding-top: 15px;
  padding-left: 10px;
}
.index-top-menu-logo img{
  width: 100%;
}
.index-top-bg-img{
  width: 100%;
}
.index-top-bg-img img{
  width: 100%;
}
.index-top-bg-text{
  position: relative;
  bottom: 60px;
  text-align: center;
  color: white;
  z-index: 400;
}
.index-top-bg-text a{
  text-decoration: none;
  color: white;
}
.index-top-bg-text a:hover{
  opacity: 0.7;
  filter: brightness(130%);
}
.index-top-bg-sw{
  position: relative;
  bottom: 280px;
  left: 50px;
  text-align: left;
  color: white;
  z-index: 400;
  width: 300px;
  padding: 10px 10px;
  border-radius: 10px;
  border: solid white 1px;
  background-color: rgba(0,0,0,0.5);
  display: flex;
}
.index-top-bg-sw p{
  margin: 0;
}
.index-top-bg-sw:hover{
  opacity: 0.7;
  filter: brightness(130%);
}
.index-top-bg-sw-1{
  width: 270px;
  margin: auto;
}
.index-top-bg-sw-2{
  width: 30px;
  margin: auto;
}
.index-top-bg-wp{
  position: relative;
  bottom: 250px;
  left: 50px;
  text-align: left;
  color: white;
  z-index: 400;
  width: 300px;
  padding: 10px 10px;
  border-radius: 10px;
  border: solid white 1px;
  background-color: rgba(0,0,0,0.5);
  display: flex;
}
.index-top-bg-wp p{
  margin: 0;
}
.index-top-bg-wp:hover{
  opacity: 0.7;
  filter: brightness(130%);
}
.index-top-bg-wp-1{
  width: 270px;
  margin: auto;
}
.index-top-bg-wp-2{
  width: 30px;
  margin: auto;
}

.index-top-menu-contents li{
  display: inline-block;
  padding: 0;
  text-align: left;
  padding: 3px 0;
  border-radius: 20px;
}
.index-top-menu-list1:hover{
  background-color: #e1e1e1;
}
.index-top-menu-list1:hover a{
  color: black;
}
.index-top-menu-list2:hover{
  background-color: #e1e1e1;
}
.index-top-menu-list2:hover a{
  color: black;
}
.index-top-menu-list3:hover{
  background-color: #e1e1e1;
}
.index-top-menu-list3:hover a{
  color: black;
}
.index-top-menu-list4:hover{
  background-color: #e1e1e1;
}
.index-top-menu-list4:hover a{
  color: black;
}
.index-top-menu-list5:hover{
  background-color: #e1e1e1;
}
.index-top-menu-list5:hover a{
  color: black;
}
.index-top-menu-sub{
  position: absolute;
  padding: 0;
  background-color: #c1c1c1;
  font-family: "M PLUS Rounded 1c", serif;
  border-radius: 5px;
}
.index-top-menu-sub img{
  vertical-align: middle;
  width: 30px;
  padding-right: 15px;
}
.index-top-menu-sub p{
  margin: 0;
  border-bottom: solid 1px black;
  padding: 0 50px 10px 10px;
  width: 200px;
}
.index-top-menu-list2 p{
  width: 250px;
}
.index-top-menu-list4 p{
  width: 200px;
}
.index-top-menu-sub-last p{
  border-bottom: none;
}
.index-top-menu-sub a{
  color: black;
  margin: 20px 0;
}
.index-top-menu-sub li{
  background-color: white;
  margin: 7px 5px;

  vertical-align: middle;
  border-radius: 5px;
}
.index-top-menu-sub div{
  padding: 12px 10px 0 10px;
}
.index-top-menu-list2 li{
  display: none;
}
.index-top-menu-list2:hover li{
  display: block;
}
.index-top-menu-list4 li{
  display: none;
}
.index-top-menu-list4:hover li{
  display: block;
}
.index-top-menu-list2-1:hover{
  opacity: 0.4;
}
.index-top-menu-list2-2:hover{
  opacity: 0.4;
}
.index-top-menu-list2-3:hover{
  opacity: 0.4;
}
.index-top-menu-list2-4:hover{
  opacity: 0.4;
}
.index-top-menu-list4-1:hover{
  opacity: 0.4;
}
.index-top-menu-list4-2:hover{
  opacity: 0.4;
}
.index-top-menu-list4-3:hover{
  opacity: 0.4;
}
.index-top-menu-list4-4:hover{
  opacity: 0.4;
}
.index-top-menu-list4-5:hover{
  opacity: 0.4;
}

.index-list{
  width: 100%;
  padding: 50px 0 100px 0;
}
.index-list-content{
  padding: 0 10px 10px 20px;
  position: relative;
}
.index-list-content:hover{
  opacity: 0.6;
  filter: brightness(130%);
}
.index-list-content a{
  text-decoration: none;
  color; white;
}
.index-list-content p{
  position: relative;
  width: 320px;
  height: 450px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: black;
}
.index-list-content img{
  height: 100%;
  position: relative;
  right: 230px;
  opacity: 0.9;
}
.index-list-text{
  position: absolute;
  top: 0;
  left: 40px;
  color: white;
  padding-right: 30px;
}
.index-list-text h3{
  margin-bottom: 5px;
}
.index-list-container{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index-list-box-container{
  display: flex;
  width: fit-content;
  transition: transform 0.3s ease;
  transform: translateX(0);
  z-index: 300;
  position: relative;
}
.index-list-box{
  flex-shrink: 0;
  width: 350px;
  border-radius: 10px;
}
.index-list-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: white;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 390;
}
.index-list-arrow.left{
  left: 0;
}
.index-list-arrow.right{
  right: 0;
}
.index-list-hide{
  display: none;
}


.index-about{
  width: 100%;
  background-color: #5717da;
  padding: 50px 0 80px 0;
  z-index: 350;
  position: relative;
}
.index-about-content{
  background-color: white;
  width: 650px;
  margin: auto;
  padding: 20px 40px;
}
.index-about-content table{
  width: 100%;
  margin: auto;
}
.index-about-content th{
  width: 280px;
}
.index-about-content img{
  width: 100%;
}
.index-about-text{
  color: black;
  text-align: left;
  padding-right: 40px;
}
.index-about-text p{
  font-weight: normal;
  font-size: 13px;
}
.index-about-text img{
  width: 100px
}
.index-about-text img:hover{
  opacity: 0.6;
  filter: brightness(130%);
}

.index-gallery{
  width: 100%;
  padding: 40px 0 30px 0;
  background-color: black;
  z-index: 350;
  position: relative;
}
.index-gallery-top{
  width: 100%;
  display: flex;
  overflow-x: scroll;
  margin-bottom: 10px;
}
.index-gallery-bottom{
  width: 100%;
  display: flex;
  overflow-x: scroll;
}
.index-gallery-content{
  min-width: 30%;
  padding: 0 7px;
  position: relative;
}
/*
.index-gallery-content:hover{
  opacity: 0.6;
  filter: brightness(130%);
}
*/
.index-gallery-content img{
  width: 100%;
}
.index-gallery-text{
  width: 100%;
  text-align: center;
}
.index-gallery-text-button{
  width: 230px;
  border: solid 1px white;
  margin: auto;
  margin-top: 20px;
}
.index-gallery-text-button:hover{
  background-color: #696969;
}
.index-gallery-text-button a{
  color: white;
  text-decoration: none;
}
.index-gallery-text-button p{
  margin: auto;
  padding: 15px 0;
}

@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 60s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 3);
}


.index-category{
  width: 100%;
  display: flex;
  background-color: #e1e1e1;
  text-align: center;
  z-index: 350;
  position: relative;
}
.index-category-bg{
  width: 100%;
  vertical-align: bottom;
  padding-top: 50px;
}
.index-category-button{
  width: 150px;
}
.index-category-button:hover{
  opacity: 0.6;
  filter: brightness(130%);
}
.index-category h3{
  padding-top: 50px;
}
.index-category p{
  padding: 0 15%;
}
.index-category-left{
  width: 50%;
  display: flex;
  border: solid 0.5px black;
}
.index-category-right{
  width: 50%;
  display: flex;
  border: solid 0.5px black;
}

.footer-table{
  width: 100%;
  display: flex;
  background-color: #5717da;
  z-index: 350;
  position: relative;
}
.footer-left{
  width: 50%;
  display: flex;
  border: solid 0.5px black;
  background-color: #e1e1e1;
  padding-top: 20px;
}
.footer-left img{
  width: 100%;
}
.footer-right{
  width: 50%;
  display: flex;
  border: solid 0.5px black;
  background-color: #e1e1e1;
}
.footer-right td{
  vertical-align: top;
  padding-top: 20px;
}
.footer-right p{
  padding: 2px 20px;
  margin: 0;
  font-size: 13px;
}
.footer-right a{
  color: black;
  text-decoration: none;
}
.footer-right a:hover{
  opacity: 0.5;
  filter: brightness(130%);
}
.footer-right-tr-1{
  height: 30px;
}
.footer-right-logo{
  width: 60px;
}
.footer-right-sns{
  height: 15px;
  margin-right: 7px;
}

.footer{
  background-color: #5717da;
  text-align: center;
  margin: 0;
  height: 15px;
  z-index: 350;
  position: relative;
}
.footer p{
  padding: 10px 0;
  margin: 0;
  font-size: 10px;
  color: white;
}


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

.background-gradation{
  background: linear-gradient(to right,rgba(0, 0, 0, .3) 1%, rgba(0, 0, 0, .0),rgba(0, 0, 0, .3));
}
.background-gradation-menu{
  background-color: black;
  opacity: 0.9;
  z-index: 400;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.header-menu{
  height: 50px;
  text-align: left;
  width: 100%;
  position: fixed;
}

.index-top-menu-logo{
  height: 40px;
  padding-top: 5px;
}

/*スマホのメニュー*/
.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: 3;
  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: none;
  padding: 0;
  margin: 0;
  z-index: 400;
  content: "";
  top: 0;
  left: 0;
  position: fixed;
}
.header-menu-sp a{
  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;
}


.index-top-bg{
  display: contents;
}

.index-list{
  padding: 20px 0;
}
.index-list-content{
  min-width: 50%;
  height: 50vh;
  width: 70vw;
}
.index-list-content p{
  width: 70vw;
  height: 50vh;
  max-width: 320px;
}
.index-list-text h3{
  font-size: 17px;
}
.index-list-text span{
  font-size: 13px;
}

.index-about{
  width: 100%;
  padding-bottom: 50px;
}
.index-about-content{
  padding: 0;
  width: 70vw;
  margin: auto;
}
.index-about-text{
  padding: 0 30px 10px;
}

.index-gallery{
  padding-bottom: 20px;
}
.index-gallery-content{
  min-width: 70%;
  width: 200px;
}
.scroll-infinity__item{
  width: auto;
}

.index-category{
  display: inline;
}
.index-category-left{
  width: 100%;
  background-color: #e1e1e1;
}
.index-category-right{
  width: 100%;
  background-color: #e1e1e1;
}

.footer-table{
  display: inline;
}
.footer-left{
  width: 100%;
  background-color: #e1e1e1;
}
.footer-left img{
  vertical-align: bottom;
}
.footer-right{
  width: 100%;
  background-color: #e1e1e1;
}
.footer-right table{
  width: 100%;
}
.footer-reserved{
  text-align: center;
}

}