@charset "UTF-8";
main {
  line-height: 1.6;
}

.top-page {
  padding-top: 0;
  background: #050505;
}

.fv {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .fv .fv-inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 260px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-inr {
    padding: 150px 0 50px 0;
    display: flex;
    justify-content: space-between;
    align-items: top;
  }
}
.fv .fv-logo img {
  display: block;
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo img {
    width: 151px;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo img {
    width: 331px;
    margin-bottom: 10px;
  }
}
.fv .fv-logo span {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 899px) {
  .fv .fv-logo span {
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-logo span {
    font-size: 50px;
    font-size: 5rem;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .fv .fv-img {
    width: 235px;
    margin-right: -100px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-img {
    width: 483px;
  }
}
.fv .fv-bg {
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .fv .fv-bg {
    bottom: 30px;
    right: -70px;
    width: 300px;
  }
}
@media print, screen and (min-width: 900px) {
  .fv .fv-bg {
    bottom: 50px;
    right: -10%;
  }
}

@media only screen and (max-width: 899px) {
  .result {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 900px) {
  .result {
    margin-bottom: 120px;
  }
}
@media print, screen and (min-width: 900px) {
  .result ul {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
  }
}
@media only screen and (max-width: 899px) {
  .result li {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .result li {
    width: 325px;
  }
}
.result li:hover {
  opacity: 0.8;
}

/* モーダル */
.modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: flex-end;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  height: 100vh;
  z-index: 999;
}

.modal.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-inner {
  background: rgba(0, 0, 0, 0.6745098039);
  width: 100%;
  transform: translateY(100%);
  transition: 0.4s;
  height: 100%;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .modal-inner {
    padding: 40px 40px 130px 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal-inner {
    padding: 40px;
  }
}

.modal-wrap {
  overflow: scroll;
  display: flex;
  width: 100%;
}

.modal-con {
  background: #ede6de;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .modal-con {
    max-width: 540px;
    width: 100%;
    margin: auto;
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal-con {
    max-width: 1040px;
    margin: auto;
    padding: 80px 70px 70px 70px;
  }
}

.close {
  position: absolute;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .close {
    font-size: 20px;
    font-size: 2rem;
    right: 0;
    left: 0;
    bottom: 90px;
  }
}
@media print, screen and (min-width: 900px) {
  .close {
    font-size: 24px;
    font-size: 2.4rem;
    right: 0;
    left: 0;
    bottom: -50px;
  }
}
.close img {
  width: 40%;
  height: auto;
}

.modal.active .modal-inner {
  transform: translateY(0);
}

@media print, screen and (min-width: 900px) {
  .modal-con .modal-detail {
    display: flex;
  }
}
@media only screen and (max-width: 899px) {
  .modal-con .modal-detail figure {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal-con .modal-detail figure {
    width: 314px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 899px) {
  .modal-con .modal-detail p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 900px) {
  .modal-con .modal-detail p {
    font-size: 16px;
    font-size: 1.6rem;
    flex: 1;
  }
}
.modal-con .modal-imgArea {
  margin-top: 20px;
}

@media only screen and (max-width: 899px) {
  .modal02 .modal-ttl {
    max-width: 240px;
    width: 80%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal02 .modal-ttl {
    max-width: 840px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .modal01 .modal-ttl {
    max-width: 300px;
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal01 .modal-ttl {
    max-width: 840px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .modal03 .modal-ttl {
    max-width: 280px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal03 .modal-ttl {
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 899px) {
  .modal03 .modal-detail .txt-img {
    width: 100px;
    margin: auto;
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal03 .modal-detail .txt-img {
    width: 110px;
    margin-right: 0;
    margin-left: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .modal04 .modal-ttl {
    max-width: 280px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 900px) {
  .modal04 .modal-ttl {
    max-width: 600px;
    margin: auto;
    margin-bottom: 40px;
  }
}