@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
#pageTopBtn {
  bottom: 15px !important;
}

html.is-fixed {
  height: inherit;
}

body {
  min-width: 100%;
}

.main {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
}

.spDIS {
  display: block;
}

.pcDIS {
  display: none;
}

.kome {
  font-size: 10px !important;
  padding: 0;
}

.txt-bold-l {
  font-weight: bold;
  font-size: 120%;
}

.fade-up {
  transition: 0.3s ease-in-out;
}

.kvArea__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.867;
}
.kvArea__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none;
}

.txt_area p {
  display: block;
  margin: 40px auto 0;
  transition: 0.4s;
}
.txt_area p img {
  width: 100%;
}
.txt_area p:nth-child(1) {
  width: 73.3%;
}
.txt_area p:nth-child(2) {
  width: 63.5%;
}
.txt_area p:nth-child(3) {
  width: 70.1%;
}

.slider_01 {
  height: 166px;
  overflow: hidden;
  margin: 40px auto 0;
  direction: rtl;
}
.slider_01 .slick-list,
.slider_01 .slick-track {
  height: 100%;
}
.slider_01 .slick-track {
  display: flex;
  align-items: center;
}
.slider_01 li {
  width: auto !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
  box-sizing: border-box;
  margin-inline: -10px;
}
.slider_01 li.last-item {
  margin-right: 22px;
}
.slider_01 img {
  max-height: 100%;
  width: auto;
  display: block;
}

.slider_02 {
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
}
.slider_02 li img {
  width: 100%;
  height: auto;
  display: block;
}

.lead_area {
  position: relative;
}

.lead_icon {
  width: 120px;
  position: absolute;
  top: -101px;
  right: 3%;
}

.lead_txt {
  width: 85.3%;
  margin: 40px auto;
}

img.mfp-img {
  max-width: 1000px;
  width: 100%;
}

.mfp-figure:after {
  box-shadow: none;
  background: none;
}

.popupGallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popupGallery .slick-list {
  overflow: hidden;
}
.popupGallery .slick-track {
  display: flex;
  align-items: center;
}
.popupGallery .slick-slide {
  width: 160px !important;
  padding: 0 2.5px;
  box-sizing: border-box;
}
.popupGallery img {
  width: 100%;
  height: auto;
  display: block;
}

.popupGallery_02 {
  margin-block: 5px;
}

.mfp-counter {
  display: none;
}

.mfp-arrow {
  transform: initial !important;
}

button.mfp-arrow {
  top: calc(50% + 40vw);
}

.popupGallery_02 .slick-list {
  transform: translateX(-85px);
  overflow: initial !important;
}

.sub_txt {
  width: 85.3%;
  margin: 10px auto 0;
}

.sec_style {
  margin-top: 40px;
  width: 100%;
  padding-inline: 5%;
  box-sizing: border-box;
}
.sec_style h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.comingsoon {
  margin: 20px auto;
  width: 73.3%;
}
.comingsoon img {
  width: 100%;
}

.logo_list {
  display: grid;
  justify-content: center;
  gap: 20px;
  grid-template-columns: repeat(2, 120px);
  margin: 40px auto 0;
}
.logo_list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_list img {
  width: 100%;
  height: auto;
  display: block;
}

.copy_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 40px auto;
}
.copy_list p {
  font-size: 10px;
  display: flex;
  align-items: center;
}
.copy_list .copyright {
  font-size: 12px;
}