@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

#body {
  width: 100%;
}

#container {
  background: transparent;
}
@media (max-width: 767px) {
  #container {
    padding: 0;
  }
}

.section-wrapper {
  width: 1180px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .section-wrapper {
    width: 100%;
    padding: 0 17px;
  }
}

.section-ttl {
  font-size: 27px;
  line-height: 49px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 767px) {
  .section-ttl {
    font-size: 20px;
    line-height: 36px;
  }
}

.txt-serif {
  font-family: "Noto Serif JP", serif;
}

main .key_visual {
  text-align: center;
}
main .key_visual h1 {
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  main .key_visual h1 {
    margin-bottom: 47px;
  }
}
main .key_visual .kv {
  margin: 0 -50px;
  background: #F5F5F5;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  main .key_visual .kv {
    margin: 0 -17px;
    padding-bottom: 44px;
  }
}
main .key_visual .section-ttl {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  main .key_visual .section-ttl {
    margin-bottom: 40px;
  }
}
main .key_visual .kv__text {
  font-size: 14px;
  line-height: 31px;
  font-weight: 500;
}
@media (max-width: 767px) {
  main .key_visual .kv__text {
    line-height: 30px;
  }
}
main .key_visual p + p {
  margin-top: 24px;
}
@media (max-width: 767px) {
  main .key_visual p + p {
    margin-top: 26px;
  }
}
main .profile {
  margin-top: 133px;
}
@media (max-width: 767px) {
  main .profile {
    margin-top: 47px;
  }
}
main .profile .section-ttl {
  margin-bottom: 31px;
}
main .profile .section-wrapper {
  width: 926px;
  margin: 0 auto;
  max-width: 100%;
}
main .profile .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 767px) {
  main .profile .row {
    flex-direction: column;
    align-items: center;
  }
}
main .profile .row .photo {
  width: 420px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  main .profile .row .photo {
    width: 252px;
    margin-bottom: -152px;
  }
}
main .profile .row .info {
  width: 642px;
  margin-left: -136px;
  background: #F5F5F5;
  box-sizing: border-box;
  margin-top: 40px;
  padding: 95px 60px 100px 196px;
}
@media (max-width: 767px) {
  main .profile .row .info {
    width: 100%;
    margin: 0 auto;
    padding: 198px 32px 45px 44px;
  }
}
main .profile .row .info h3 {
  font-size: 27px;
  line-height: 39px;
  margin-bottom: 35px;
  font-weight: 700;
}
@media (max-width: 767px) {
  main .profile .row .info h3 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 7px;
  }
}
main .profile .row .info .list-info {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  main .profile .row .info .list-info {
    padding-left: 31px;
  }
}
main .profile .row .info .list-info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 3px;
  bottom: 0;
  width: 1px;
  background: #7B7B7B;
}
@media (max-width: 767px) {
  main .profile .row .info .list-info:before {
    top: 5px;
  }
}
main .profile .row .info .list-info dl {
  display: flex;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  main .profile .row .info .list-info dl {
    font-size: 14px;
    line-height: 30px;
  }
}
main .profile .row .info .list-info dl + dl {
  margin-top: 20px;
}
@media (max-width: 767px) {
  main .profile .row .info .list-info dl + dl {
    margin-top: 0;
  }
}
main .profile .row .info .list-info dl dt {
  width: 90px;
  font-weight: 600;
}
@media (max-width: 767px) {
  main .profile .row .info .list-info dl dt {
    width: 80px;
  }
}
main .profile .row .info .list-info dl dd {
  width: calc(100% - 90px);
}
@media (max-width: 767px) {
  main .profile .row .info .list-info dl dd {
    width: calc(100% - 80px);
  }
}
main .profile .block-ig {
  background: #F5F5F5;
  margin-top: 143px;
  padding: 90px 0 82px;
}
@media (max-width: 767px) {
  main .profile .block-ig {
    margin: 50px -17px 0;
    padding: 50px 17px 37px;
  }
}
main .profile .block-ig .section-ttl {
  margin-bottom: 30px;
}
main .profile .block-ig .ig-inner {
  width: 433px;
  margin: 0 auto;
  max-width: 100%;
}
main .topics {
  padding: 135px 0 140px;
}
@media (max-width: 767px) {
  main .topics {
    padding: 48px 0;
  }
}
main .topics .section-ttl {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .topics .section-ttl {
    margin-bottom: 35px;
  }
}
main .topics .topic {
  border: 2px solid #7B7B7B;
  text-align: center;
  padding: 90px 15px 57px;
  position: relative;
}
@media (max-width: 767px) {
  main .topics .topic {
    padding: 49px 13px;
    text-align: left;
  }
}
main .topics .topic + .topic {
  margin-top: 40px;
}
@media (max-width: 767px) {
  main .topics .topic + .topic {
    margin-top: 34px;
  }
}
main .topics .topic .date-time {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  position: absolute;
  top: 19px;
  right: 37px;
}
@media (max-width: 767px) {
  main .topics .topic .date-time {
    position: static;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 32px;
  }
}
main .topics .topic-ttl {
  font-size: 27px;
  line-height: 40px;
  margin-bottom: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  main .topics .topic-ttl {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 26px;
  }
}
main .topics .topic-desc {
  font-size: 14px;
  line-height: 31px;
  margin-bottom: 42px;
  font-weight: 500;
}
@media (max-width: 767px) {
  main .topics .topic-desc {
    margin-bottom: 30px;
    line-height: 30px;
  }
}
main .topics .topic .photo {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  main .topics .topic .photo {
    margin-bottom: 35px;
  }
}
main .topics .topic .photo.photo1 {
  width: 400px;
}
@media (min-width: 768px) {
  main .topics .topic .photo.photo1 {
    margin-bottom: 60px;
  }
}
main .topics .topic .photo.photo2 {
  width: 440px;
}
@media (min-width: 768px) {
  main .topics .topic .photo.photo2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  main .topics .topic .btn-gray a {
    width: 100%;
    height: 60px;
  }
}
main .movie {
  padding: 90px 0 95px;
  background: #F5F5F5;
  text-align: center;
}
main .movie .section-ttl {
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  main .movie .section-ttl {
    margin-bottom: 28px;
  }
}
@media (max-width: 767px) {
  main .movie {
    padding: 49px 0 50px;
    margin-bottom: 50px;
  }
}
main .movie p {
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  main .movie p {
    line-height: 30px;
    margin-bottom: 33px;
  }
}
main .movie .youtube-item {
  width: 880px;
  margin: 0 auto;
  max-width: 100%;
}
main .movie .youtube-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  display: block;
  transform: translate3d(0, 0, 0);
}
main .movie .youtube-wrapper.playing a {
  display: none;
}
main .movie .youtube-wrapper.playing .thumb {
  display: none;
}
main .movie .youtube-wrapper.playing iframe {
  display: block;
  opacity: 1;
  visibility: visible;
}
main .movie .youtube-wrapper iframe {
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
  opacity: 0;
  visibility: hidden;
}

.modal {
  z-index: 99;
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.modal .modal-overlay.disabledClick {
  pointer-events: none;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-mv {
  z-index: 1;
  max-height: 90dvh;
  overflow: auto;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal .modal-mv .modal-inner {
  padding: 54px 0;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .modal .modal-mv .modal-inner {
    padding: 50px 15px;
  }
}
.modal h2 {
  font-size: 27px;
  line-height: 49px;
  margin-bottom: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .modal h2 {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .modal h2 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}
.modal .txt {
  font-size: 14px;
  margin-bottom: 55px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .modal .txt {
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .modal .txt {
    font-size: 12px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}
.modal .item {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.modal .item.img1 {
  width: 401px;
}
.modal .item.img2 {
  width: 400px;
}
.modal .js-zoom {
  position: relative;
  cursor: pointer;
  display: block;
  transition: outline 0.1s ease;
}
.modal .js-zoom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/introduction-icon-zoom.png") no-repeat center center/57px auto rgba(0, 0, 0, 0.35);
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .modal .js-zoom:before {
    opacity: 1;
    background: url("../img/introduction-icon-zoom.png") no-repeat center center/57px auto;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .modal .js-zoom:hover:before {
    opacity: 1;
  }
}
.modal .close {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .modal .close {
    margin-top: 35px;
  }
}
.modal .close a {
  margin: 0 auto;
  width: 240px;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: 1px solid #000000;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .modal .close a {
    width: 100%;
    height: 60px;
  }
}
@media (max-width: 767px) and (max-width: 374px) {
  .modal .close a {
    height: 50px;
    font-size: 14px;
  }
}
.modal .player.playing a {
  display: none;
}
.modal .player.playing .thumb {
  display: none;
}
.modal .player.playing iframe {
  display: block;
}
.modal .player iframe {
  border: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 768px) {
  .btn-gray a {
    width: 382px;
    padding-left: 21px;
  }
}
@media (max-width: 767px) {
  .btn-gray a {
    padding-left: 15px;
  }
}

.fancybox-content {
  padding: 0 !important;
  width: 92vw;
  max-width: 860px !important;
}

#modal1,
#modal2 {
  display: none;
}

.fancybox-close-small {
  display: none !important;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.4) !important;
}

.fancybox-lock-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.fancybox-image,
.fancybox-can-zoomIn .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  pointer-events: none !important;
  cursor: default !important;
}