@charset "UTF-8";
@font-face {
  font-family: "noto-sans-jp";
  src: url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-SemiBold.woff) format("woff");
}

body {
  /* font-family: "noto-sans-jp", "Noto Sans"; */
  /* font-size: 16px;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%; */
}

body.active {
  height: 100%;
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.modal-check p {
  text-align: center;
}

.modal-check ul {
  display: flex;
  justify-content: space-between;
}

.modal-check ul li {
  width: 230px;
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  height: 85vh;
  padding: 25px 34px 90px;
  background-color: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 1081px) {
  .modal-content {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .modal-content {
    padding: 20px 20px 80px 20px;
    width: 90%;
  }
}

.modal-inner {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-inner::-webkit-scrollbar {
  display: none;
}

.modal-close {
  position: absolute;
  top: -20px;
  right: -17px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .modal-close {
    top: -21px;
    right: -19px;
  }
}

@media screen and (max-width: 374px) {
  .modal-close {
    right: -10px;
  }
}

#casemodal {
  transition: 0.3s;
}

#casemodal:hover {
  opacity: 0.7;
}

#casemodal2 {
  transition: 0.3s;
}

#casemodal2:hover {
  opacity: 0.7;
}

#casemodal3 {
  transition: 0.3s;
}

#casemodal3:hover {
  opacity: 0.7;
}

#casemodal4 {
  transition: 0.3s;
}

#casemodal4:hover {
  opacity: 0.7;
}

#casemodal5 {
  transition: 0.3s;
}

#casemodal5:hover {
  opacity: 0.7;
}

#casemodal6 {
  transition: 0.3s;
}

#casemodal6:hover {
  opacity: 0.7;
}

.modal .overview {
  display: flex;
  justify-content: space-between;
  column-gap: 38px;
  padding: 10px 0 0 10px;
  margin-bottom: 26px;
}

@media screen and (max-width: 767px) {
  .modal .overview {
    flex-direction: column;
    column-gap: 0;
    row-gap: 40px;
    padding: 10px 0 0;
  }
}

.modal .overview-left {
  position: relative;
  width: 232px;
}

@media screen and (max-width: 767px) {
  .modal .overview-left {
    margin: 0 auto;
  }
}

.modal .overview-left p:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 232px;
  height: 232px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
}

.modal .overview-left p:first-child img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 160px;
}

.modal .overview-right {
  width: 655px;
}

@media screen and (max-width: 767px) {
  .modal .overview-right {
    width: auto;
  }
}

.modal .overview-right .categorize {
  margin-bottom: 16px;
  font-weight: bold;
}

.modal .overview-right .categorize p {
  display: inline-block;
}

.modal .overview-right .categorize p a {
  transition: 0.5s;
}

.modal .overview-right .categorize p a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .categorize p a:hover {
    opacity: 1;
  }
}

.modal .overview-right .categorize p:after {
  content: "　|　";
}

.modal .overview-right .categorize p:last-child:after {
  content: none;
}

.modal .overview-right .company {
  margin-bottom: 20px;
}

.modal .overview-right .company b {
  display: block;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: bold;
}

.modal .overview-right .company p {
  font-size: 15px;
  line-height: 1.86;
}

.modal .overview-right .field b {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}

.modal .overview-right .field ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  font-size: 14px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .field ul {
    flex-wrap: wrap;
  }
}

.modal .overview-right .field ul a {
  transition: 0.5s;
}

.modal .overview-right .field ul a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .modal .overview-right .field ul a:hover {
    opacity: 1;
  }
}

.fav-btn {
  background: #a16ec1;
  background: linear-gradient(120deg, #a16ec1 0%, #3acec5 100%);
  width: 69%;
  padding: 2px;
  border-radius: 30px;
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.fav-btn.active .fav-btn-inner {
  background-color: transparent;
  color: #fff;
}

.fav-btn-inner {
  border-radius: 30px;
  background: #fff;
  text-align: center;
  color: #a16ec1;
  font-size: 13px;
  transition: 0.5s;
}

.fav-btn-inner:before {
  content: "★";
  display: inline-block;
  margin-bottom: 1px;
  font-size: 20px;
}

.fav-btn-inner:hover {
  background-color: transparent;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fav-btn-inner:hover {
    background: #fff;
    color: #005562;
  }
}

.fav-btn-inner span {
  vertical-align: 2px;
}

.modal .feature {
  padding: 20px 22px;
  margin-bottom: 33px;
  background-color: #f5f5f5;
}

.modal .feature b {
  display: block;
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: bold;
}

.modal .feature-flex {
  display: flex;
  column-gap: inherit;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .modal .feature-flex {
    /* flex-direction: column; */
  }
}

.modal .feature-flex div:first-child {
  /* width: 619px; */
}

@media screen and (max-width: 767px) {
  .modal .feature-flex div:first-child {
    width: auto;
    margin-bottom: 20px;
  }
}

.modal .feature-flex div:first-child p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}

.modal .feature-flex div:last-child {
  width: 240px;
}

@media screen and (max-width: 767px) {
  .modal .feature-flex div:last-child {
    width: auto;
  }
}

.modal .info {
  margin-bottom: 48.5px;
}

.modal .info table {
  font-size: 15px;
}

.modal .info table tr {
  display: block;
  padding: 18px;
  border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width: 767px) {
  .modal .info table tr {
    padding: 18px 0;
  }
}

.modal .info table th {
  width: 231px;
}

@media screen and (max-width: 767px) {
  .modal .info table th {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }
}

.modal .info table th span {
  color: #698fef;
}

.modal .btns {
  display: flex;
  justify-content: center;
  column-gap: 18.5px;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {
  .modal .btns {
    flex-direction: column;
    row-gap: 15px;
  }
}

.modal .btns a {
  display: block;
  width: 315px;
  padding: 12px 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  background-image: linear-gradient(45deg, #a16ec1 0%, #3acec5 100%);
  border-radius: 35px;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .modal .btns a {
    width: auto;
    padding: 15px;
  }
}

.modal .btns a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .modal .btns a:hover {
    opacity: 1;
  }
}
.ex-contents {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
}
.ex-contents-item {
  padding: 4px 10px;
  border: 1px solid;
  line-height: 1.2;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
}
.ex-off {
  border: 1px dashed #dedede;
  color: #dedede;
  background: #fff;
}
.ex-on {
  border-color: #333;
  color: #fff;
  background: #333;
}
.modal .overview-right .field .cate-sub {
  gap: 0;
  margin: 2px 0 15px 0;
}
.modal .overview-right .field .cate-sub li {
  padding: 2px 10px;
  font-size: 12px;
  background: #f5f5f5;
  border-radius: 2px;
  color: #897f51;
  margin: 0;
}
.midokoro {
  display: flex;
  gap: 30px;
  align-items: stretch;
  justify-content: center;
  max-width: 660px;
  margin: 0 auto;
}
.midokoro-item {
  width: calc(50% - 15px);
  display: flex;
  align-items: center;
  background: #ebeaea;
}
.midokoro-movie {
  max-width: 660px;
  margin: 30px auto;
}
.iframe-responsive {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal .feature-flex div:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .midokoro {
    flex-wrap: wrap;
  }
  .midokoro-item {
    width: 100%;
  }
}