body {
  overflow-x: hidden;
  font-family: "Noto Sans JP";
}
header {
  position: fixed;
  top: 0;  
  left: 0;
  right: 0;
  z-index: 1;
  padding: 15px;
}
header.is-active {
  z-index: 999;
}
img {
  max-width: 100%;
}

img100 {
  max-width: 100%;
}

.sp {
  display: none !important;
}
.pc {
  display: block !important;
}
.show_error {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
.hamburgerWrap {
  position: relative;
  z-index: 999;
}

.nav-container {
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -1000px;
  transition: opacity 0.25s cubic-bezier(0.17,0.84,0.44,1);
}
.nav-container.is-active {
  opacity: 1;
  transition: opacity 0.25s cubic-bezier(0.17,0.84,0.44,1);
  background-color: transparent;
  background-size: 320px;
  transition: opacity 0.2s ease-in-out;
  /* -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); */
  z-index: 9;
  position: fixed;
  top: 0;
  left: 100px;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.nav-container.is-active:before {
  content: "";
  position: absolute;
  background: url('../img/bg_noise_bk.gif');
  opacity: 0.9;
  transition: opacity 0.2s linear;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.nav-container.is-active:after {
  content: "";
  position: absolute;
  background: url('../img/bg_noise_bk.gif');
  background-position: right;
  opacity: 0.9;
  transition: opacity 0.2s linear;
  top: 0;
  left: -100px;
  width: 100px;
  height: 100%;
  z-index: 0;
}
.nav_wrap {
  padding: 100px 50px;
}
.listLink {
  list-style: none;
  position: relative;
  z-index: 999;
  padding: 0;
  margin: 0;
}
.listLink li a {
  color: rgba(255,255,255,0.85);
  display: inline-block;
  padding: 10px 0 10px 15px;
  position: relative;
}
.listLink li a:before {
  content: "";
  display: block;
  background: #ffffff;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.viewport {
  height: 100vh;
  width: 100vw;
  position: relative;
  /* border: 1px solid red; */
  margin: 0;
  overflow: hidden;
}
.fullscreen-link {
  display: block;
  width: 100vw;
  height: 100vh;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}
footer {
  background: url('../img/bg_noise_bk.gif');
  color: rgba(255,255,255,0.85);
  position: relative;
  padding: 30px 0 0 0;
  text-align: center;
}
footer .container {
  position: relative;
  font-size: 14px;
}
footer p {
  margin-bottom: 15px;
}
footer a {
  color: rgba(255,255,255,1);
}
footer a:visited,
footer a:hover,
footer a:focus {
  color: rgba(255,255,255,1);
  text-decoration: none;
}
address {
  margin-bottom: 0;
  text-align: center;
  padding: 20px 0;
  font-size: 13px;
  border-top: 1px solid rgba(255,255,255,0.05);
}
.block_sitemap {
  /* position: absolute;
  right: 15px;
  bottom: 40px;
  font-size: 13px;
  font-weight: bold; */
}
.foot_sitemap {
  list-style: none;
  padding: 0;
}
.foot_sitemap a {
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid rgba(255,255,255,0.5);
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.bannerTitle {
  background: rgb(201, 213, 227);
  background: -moz-linear-gradient(0deg, rgb(201, 213, 227) 50%, rgb(244, 247, 252) 0%);
  background: -webkit-linear-gradient(0deg, rgb(201, 213, 227) 50%, rgb(244, 247, 252) 0%);
  background: -o-linear-gradient(0deg, rgb(201, 213, 227) 50%, rgb(244, 247, 252) 0%);
  background: -ms-linear-gradient(0deg, rgb(201, 213, 227) 50%, rgb(244, 247, 252) 0%);
  background: linear-gradient(90deg, rgb(201, 213, 227) 50%, rgb(244, 247, 252) 0%);
  text-align: center;
}
.bannerText p {
  margin-bottom: 0;
  padding: 15px;
  background: #ffffff;
  font-size: 14px;
}
.form-kiyaku {
  background: #eaeaea;
}
.form-kiyaku form {
  padding: 20px 0;
  max-width: 500px;
  margin: 0 auto;
}
.loading-img {
  width: 100%;
}
.loading-img img {
  width: 100%;
}
.sp {
  display: none;
}

@media print, screen and (max-width: 767px) {
  .form-kiyaku form {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
}
.checkbox-item {
  display: block;
  margin-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 15px;
  font-size: 14px;
}
.checkbox-item .red {
  color: #ff0000;
}
.checkbox-item input {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.checkbox-item:hover {
  cursor: pointer;
}
.btn-submit {
  width: 200px;
  display: block;
  margin: 20px auto 0;
  background: #ff008e;
  font-size: 13px;
  color: #ffffff;
}
.slider-section {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 100vh;
  overflow: hidden;
  /* position: relative; */
}
.sliderList .slider-item {
  width: 100vw;
  height: 100vh;
}
.sliderList .slider-item img {
  object-fit: cover;
  object-position: center;
  height: 100vh;
}
.slider-item h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  color: #fff;
  background: rgba(232, 97, 97, 0.8);
  margin-bottom: 0;
}
.slider-item .content {
  text-align: center;
  position: absolute;
  top: calc(50% + 200px);
  left: 50%;
  bottom: auto;
  font-size: 16px;
  transform: translate(-50%,-50%);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.slider-item .content img { 
  width: 30px !important;
  height: 30px !important;
  display: block;
  margin: 10px auto;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}
.slider-item .banner-link {
  display: flex;
  justify-content: center;
}
.slider-item .banner-link .item {
  color: #fff;
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  border-radius: 3px;
  margin: 10px 10px;
  white-space: nowrap;
  text-shadow: none;
  font-weight: normal;
}
.slider-item .banner-link .item.item-left {
  background: rgba(232, 97, 97, 0.8);
}
.slider-item .banner-link .item.item-right {
  background: rgba(88, 115, 191, 0.8);
}
.slider-item .content.center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  bottom: auto;
  font-size: 16px;
  transform: translate(-50%,-50%);
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.slider-item .content.center img { 
  object-position: center;
  object-fit: contain;
  width: 200px !important;
}
.sliderList {
  position: relative;
}
.sliderList .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 9;
  font-size: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,0.5);
  width: 30px;
  height: 30px;
}

.sliderList .slick-prev:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 12px solid #333;
  border-bottom: 7px solid transparent;
}
.sliderList .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  z-index: 9;
  font-size: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  background: rgba(255,255,255,0.5);
  width: 30px;
  height: 30px;
}
.sliderList .slick-next:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 12px solid #333;
  border-bottom: 7px solid transparent;
}
.sliderList .slick-next:focus,
.sliderList .slick-prev:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.table-info {
  max-width: 500px;
  margin: 10px auto;
  background-color: #ffffff;
}
.table-info .info-row {
  display: flex;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px dashed #dcdcdc;
  font-size: 13px;
}
.pageLast .slider-section {
  max-width: 100%;
}
.pageLast .sliderList .slider-item img {
  width: 100%;
}
@media print, screen and (max-width: 767px) {
  .table-info {
    max-width: 100%;
    margin: 20px auto;
  }
}
.btn-row {
  height: 60px;
}
.btn-round {
  display: block;
  width: 230px;
  padding: 10px 15px;
  border-radius: 50px;
  color: #fff;
  text-shadow: none;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  transition: all .3s;
  position: relative;
  top: 0;
}
.btn-round.btn-red {
  background-color: #d20010;
  border-bottom: 5px solid #9f000c;
}

.btn-round.btn-red:hover {
  top: 3px;
  border-bottom: 2px solid #9f000c;
  transition: all .3s;
  text-decoration: none;
}
.btn-round.btn-blue:hover {
  top: 3px;
  border-bottom: 2px solid #072bc4;
  transition: all .3s;
  text-decoration: none;
}
.btn-round.btn-orange:hover {
  top: 3px;
  border-bottom: 2px solid #a82304;
  transition: all .3s;
  text-decoration: none;
}

.video-context {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  height: 900px;
  max-width: 100%;
}



.video-context ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}


.video-context ul li {
  flex: 0 0 50%;
  width: 50%;
  list-style: none;
  padding: 0 20px;
}


.video-context ul li .btn-round {
  display: block;
  width: 100%;
  height: 45px;
  padding: 0;
  line-height: 40px;
}
.video-context ul li .btn-round:hover {
  color: #fff;
}
.video-context ul li a.btn-red {
  display: block;
  width: 100%;
  background-color: #d20010;
  border-bottom: 5px solid #9f000c;
}
.video-context ul li a.btn-blue {
  display: block;
  width: 100%;
  background-color: #1a45ff;
  border-bottom: 5px solid #072bc4;
}
.video-context ul li a.btn-orange {
  display: block;
  width: 100%;
  background-color: #fe8238;
  border-bottom: 5px solid #a82304;
}
.btn-bookmark {
  background: rgba(0,0,0,0.5) !important;
  box-shadow: 0 !important;
  border: 0;
  padding: 10px;
  margin-bottom: 15px;
}
.btn-bookmark img {
  margin: 0 !important;
  filter: brightness(0) invert(1);
}
.btn-bookmark:hover {
  background: rgba(0,0,0,0.8);
}
.btn-bookmark.actived img {
  filter: none;
}
.ui-loader-header {
  display: none !important;
}
.form-kiyaku {
  display:none;
  height: 100%;
}
.arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 50px;
  left: 25px;
  right: 25px;
}
.arrows.index {
  justify-content: flex-end;
}
.arrows .right {
  position: relative;
}
.arrows .right span {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #FFF;
  border-bottom: 10px solid transparent;
  position: relative;
  z-index: 99;
  display: block;
}
.arrows .right:after {
  content:"";
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  display: block;
  border-radius: 25px;
  left: -20px;
  top: -15px;
  z-index: 1;
}
.arrows .left {
  position: relative;
}
.arrows .left span {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 15px solid #FFF;
  border-bottom: 10px solid transparent;
  position: relative;
  z-index: 99;
  display: block;
}
.arrows .left:after {
  content:"";
  width: 50px;
  height: 50px;
  background: rgba(0,0,0,0.5);
  position: absolute;
  display: block;
  border-radius: 25px;
  left: -15px;
  top: -15px;
  z-index: 1;
}
.ui-page {
  display: none;
  opacity: 0;
  transition: 0ms;
}
.ui-page.ui-page-active {
  display: block;
  opacity: 1;
  transition: 0ms;
}
.viewport-fade {
  transition: none !important;
}