@charset "UTF-8";
#mv {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin-left: 0;
}
.mv-bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#slider-text {
  position: relative;
  z-index: 12345;
}
#slider-text p {
  margin: 0;
}
#greeting h1 {
  overflow-wrap: break-word;
  white-space: nowrap;
}
#gr-text {
  z-index: 123;
}
#gr-text > div {
  padding: 2.5vw;
  margin-top: -10vw;
}

.list-box figure {
  aspect-ratio: 1 / 1;
}

.section h1 {
  min-height: 25vw;
}
#recommend figure, #recommend .des {
  position: relative;
}
#recommend figure {
  z-index: 2;
}
#recommend .des {
  z-index: 1;
}
#recommend .type1 figure {
  padding: 0 0 0 2vw;
}
#recommend .type1 .des {
  padding: 2vw;
  margin: -13vw 0 0;
  min-height: 14.5vw;
}
#recommend .type2 {
  padding: 0 1vw;
}
#recommend .type2 figure {
  padding: 0 2vw 0;
}
#recommend .type2 .des {
  padding: 14vw 2vw 2vw;
  margin: -13vw 0 0;
  min-height: 14.5vw;
}
#recommend img {
  box-shadow: 2px 2px 8px rgba(0,0,0,.4);
}
#homeSeparator {
  height: 35vw;
}
#rellax {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: -5vw;
  left: 0;
  height: 70vw;
}
#privacy {
  display: none;
}
.btn-pp-open .open {
  opacity: .5;
}
@media (min-width: 768px){
  
}

@media (max-width: 991px){
  
}

@media (max-width: 767px){ 

  #greeting.vertical header{ font-size: 55%; }
  #greeting.normal header{ font-size: 40%; }
  #introduction.vertical header{ font-size: 65%; }
  #introduction.normal header{ font-size: 65%; }
  #gr-wrap {
    padding: 15vw 3vw;
  }
  .section h1 {
    min-height: 50vw;
    font-size: 80%;
  }
  #homeSeparator {
    height: 80vw;
  }
  #rellax {
    height: 160vw;
  }
  #nayami {
    padding-right: 0;
    padding-left: 0;
  }
  #nayami h1 {
    font-size: 70%;
  }
  #nayami li {
    width: 50vw;
    padding: 0 3vw;
	  font-size: 90%;
  }
	#gr-text > div {
		margin-top: -5vw;
	}		
}

@media (max-width: 575px){
  
}
.bx-wrapper {
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  background: transparent !important;
  position: relative;
  max-width: none !important;
}
.bx-wrapper .bx-controls-direction a {
  width: auto;
  height: auto;
  margin-top: -4vw;
  text-indent: 0;
  color: rgba(0,0,0,.4);
}
.bx-wrapper .bx-prev {
  padding: 0;
  left: 23.3vw;
}
.bx-wrapper .bx-next {
  padding: 0;
  left: 72.3vw;
}
.bx-wrapper .bx-controls-direction span {
  display: block;
  width: .7vw;
  height: .7vw;
  transform: rotate(45deg);
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  background-image: none;
  display: block;
  text-decoration: none;
  background-color: transparent;
  
}

