<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* --------------------------------------------------
-------------------------------------------------- 関数 */
#modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  z-index: 99;
  overflow-y: scroll;
}
#modal-block::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 768px) {
  #modal-block img {
    width: 100%;
  }
}
#modal-block .close-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#modal-block .close {
  position: absolute;
  top: -40px;
  right: 0px;
  width: 40px;
  height: 40px;
  z-index: 5;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #modal-block .close {
    top: -6.25vw;
    right: 0vw;
    width: 6.25vw;
    height: 6.25vw;
  }
}
#modal-block .close span {
  position: absolute;
  display: block;
  top: 18px;
  left: 0px;
  width: 40px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  #modal-block .close span {
    top: 2.8125vw;
    left: 0vw;
    width: 6.25vw;
    height: 0.46875vw;
  }
}
#modal-block .close span:nth-child(1) {
  transform: rotate(45deg);
}
#modal-block .close span:nth-child(2) {
  transform: rotate(-45deg);
}
#modal-block .m-box {
  display: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0;
  padding-bottom: 100px;
  text-align: left;
}
#modal-block .m-image {
  display: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 100px auto 0;
  padding-bottom: 100px;
  text-align: left;
  max-width: 80%;
}
@media only screen and (max-width: 768px) {
  #modal-block .m-image {
    width: 100%;
    max-width: 90%;
    margin: 15.625vw auto 0;
    padding-bottom: 15.625vw;
  }
}
#modal-block .m-image img {
  width: 100%;
}
#modal-block .modal-content {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#modal-block .mv-modal {
  display: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100px auto 0;
  padding-bottom: 100px;
  text-align: left;
}
#modal-block .mv-modal .youtube {
  width: 900px;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  #modal-block .mv-modal .youtube {
    width: 90.625vw;
    height: 56.25vw;
  }
}
#modal-block .mv-modal .youtube iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #modal-block.modal-type-box .modal-content::before {
    height: 0%;
    margin: 7.8125vw 0;
  }
}</pre></body></html>