.top .muteButton {
  -webkit-transition: 0s;
  position: absolute;
  bottom: 5%;
  left: 4%;
  width: 48px;
  height: 48px;
  background-size: 100%;
  cursor: pointer;
  opacity: 1;
  transition: 0s;
}
.top .muteButton.muteOn {
  background-image: url("../images/mute_1.png");
}
.top .muteButton.muteOff {
  background-image: url("../images/volume_1.png");
}
.top .js-modal-video {
  cursor: pointer;
}
.top .movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top .movie a {
  width: 100%;
}
.top .movie video {
  width: 100%;
}
.top .movie img {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.top .contents {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex-direction: column;
  margin-top: 4.3%;
  margin-right: 4%;
  margin-left: 4%;
  gap: 80px 0;
}
.top .contents a {
  -webkit-transition: 0s;
  opacity: 1;
  transition: 0s;
}
.top .contents .content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  overflow-y: hidden;
}
.top .contents .content .caption-wrapper {
  position: relative;
}
.top .contents .content .caption-wrapper .caption {
  display: inline-block;
}
.top .contents .content .caption-wrapper .border-box {
  margin-top: 5px;
}
.top .contents .content .caption-wrapper .border-box p {
  padding: 4px 16.5px;
  border: 2px solid #000;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
}
.top .contents .content .title {
  width: 50%;
  margin-top: 0;
}
.top .contents .content .title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 4vw;
  font-family: interstate, sans-serif;
  letter-spacing: -1px;
}
.top .contents .content .title h3 {
  margin-top: 1vw;
  font-weight: 500;
  font-size: 1.8vw;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
}
.top .contents .content .title p {
  margin-top: 1.3vw;
  font-weight: 400;
  line-height: 2;
}
.top .contents .content .thumb img {
  width: 100%;
}
.top .contents #about {
  text-align: left;
}
.top .contents #about .thumb {
  width: 50%;
  padding: 0 3%;
}
.top .contents #about .thumb img {
  height: auto;
}
.top .contents #about .title {
  width: 50%;
}
.top .contents #about .title h2 {
  margin-left: -0.3vw;
}
.top .contents #about .title p {
  text-align: left;
}
.top .contents #interviews {
  margin-top: 7%;
  overflow: hidden;
  text-align: right;
}
.top .contents #interviews h2 {
  margin-right: -0.15vw;
}
.top .contents #interviews .thumb {
  width: 108.6%;
}
.top .contents #gdWorks {
  text-align: left;
}
.top .contents #gdWorks h2 {
  margin-left: -0.15vw;
}
.top .contents #gdWorks h3 {
  margin-left: 0.1vw;
}
.top .contents #gdWorks .thumb {
  width: 49%;
}
.top .contents #gdWorks .caption-wrapper {
  margin-left: 0.05vw;
}
.top .contents #works {
  overflow: hidden;
  text-align: right;
}
.top .contents #works .thumb {
  width: 49%;
}
.top .contents #works h2 {
  margin-right: -0.22vw;
}
.top .contents #works h3 {
  margin-right: -0.1vw;
}
.top .contents #works .caption-wrapper {
  margin-right: 0.03vw;
}
.top .contents #exam {
  text-align: left;
}
.top .contents #exam h2 {
  margin-left: -0.25vw;
}
.top .contents #exam h3 {
  margin-left: -0.1vw;
}
.top .contents #exam .caption-wrapper {
  margin-left: 0.05vw;
}
.top .contents #exam .thumb {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .top #line-2 {
    margin-bottom: 50vw;
  }
  .top #line-4 {
    margin-bottom: 80vw;
  }
  .top .muteButton {
    width: 28.8px;
    height: 28.8px;
  }
  .top .contents {
    margin-top: 12%;
    gap: 52px;
    text-align: center;
  }
  .top .contents .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top .contents .content .caption-wrapper {
    display: none;
  }
  .top .contents .content .caption-wrapper .border-box p {
    padding: 3px 13.5px;
    border: 1.5px solid #000;
    font-weight: 500;
    font-family: "hiragino";
    font-family: "Noto Sans JP", sans-serif;
  }
  .top .contents .content .title {
    width: 100%;
  }
  .top .contents .content .title h2 {
    font-size: 8.8vw;
  }
  .top .contents .content .title h2 {
    font-size: 8.8vw;
    letter-spacing: -1px;
  }
  .top .contents .content .title h3 {
    margin-top: 2vw;
    font-size: 4.14vw;
  }
  .top .contents .content .title p {
    font-size: 3.75vw;
    line-height: 1.7;
  }
  .top .contents .content .title p {
    margin-top: 3.3vw;
    font-size: 3.75vw;
    line-height: 1.75;
  }
  .top .contents .content .thumb {
    margin-top: 6.5%;
  }
  .top .contents .content .thumb {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .top .contents #about .thumb {
    width: 100%;
    margin-top: 10.5%;
  }
  .top .contents #about .title {
    width: 100%;
    text-align: center;
  }
  .top .contents #about .title h2 {
    font-size: 8.9vw;
  }
  .top .contents #interviews .thumb {
    width: 100%;
  }
  .top .contents #interviews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .top .contents #gdWorks h2 {
    font-size: 8.8vw;
  }
  .top .contents #gdWorks .thumb {
    width: 100%;
  }
  .top .contents #gdWorks {
    text-align: center;
  }
  .top .contents #works .thumb {
    width: 100%;
  }
  .top .contents #works {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center;
  }
  .top .contents #exam h2 {
    font-size: 7.2vw;
  }
  .top .contents #exam .thumb {
    width: 100%;
  }
  .top .contents #exam {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  .top .muteButton {
    width: 28.8px;
    height: 28.8px;
  }
  .top .contents .content .title p {
    font-size: 2.2rem;
  }
  .top .contents .content .thumb {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top .contents .content .title p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .top .contents .content .title p {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1500px) {
  .top .contents .content .title p {
    font-size: 1.95rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .top .muteButton:hover {
    opacity: 0.3;
  }
  .top .contents a:hover {
    opacity: 0.5;
  }
}
.c-popup-tooltip {
  visibility: hidden;
  z-index: 10;
  position: absolute;
  padding: 10px 15px;
  border: solid #000 1px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.45;
  text-align: left;
  word-spacing: -0.15vw;
  pointer-events: none;
}

.bottom-right-popup {
  -webkit-transition: opacity 0.2s ease-in-out;
  display: none;
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 20px;
  max-width: calc(100vw - 40px);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.bottom-right-popup .popup-image {
  width: 100%;
  height: auto;
}
.bottom-right-popup.show {
  display: block;
  opacity: 1;
}
.bottom-right-popup .popup-content {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 100%;
  max-width: 475px;
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.bottom-right-popup .popup-close {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: -32px;
  right: 0;
          align-items: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  border: none;
  background: none;
  background-color: #000;
  cursor: pointer;
}
.bottom-right-popup .popup-close .close-icon {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.bottom-right-popup .popup-close:hover {
  background-color: #fff;
}
.bottom-right-popup .popup-close:hover .close-icon {
  color: #000;
}
.bottom-right-popup .popup-body {
  background: #000;
}
.bottom-right-popup .popup-body:hover {
  background-color: #fff;
}
.bottom-right-popup .popup-body:hover .popup-text {
  color: #000;
}
.bottom-right-popup .popup-text-wrapper {
  padding: 12px 12px 12px 16px;
}
.bottom-right-popup .popup-text {
  color: #fff;
  font-weight: 400;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  font-family: "hiragino";
  font-family: "Noto Sans JP", sans-serif;
  text-align: right;
}
.bottom-right-popup .popup-text.is-single-line {
  text-align: left;
}
.bottom-right-popup .popup-text-first {
  white-space: nowrap;
}
.bottom-right-popup .popup-text-second {
  white-space: nowrap;
}
.bottom-right-popup .popup-sp-only {
  display: none;
}
.bottom-right-popup.fade-in {
  -webkit-animation: opacity 0.3s ease-out forwards;
          animation: opacity 0.3s ease-out forwards;
}
.bottom-right-popup.fade-out {
  -webkit-animation: opacity 0.3s ease-in forwards;
          animation: opacity 0.3s ease-in forwards;
}
@media screen and (max-width: 480px) {
  .bottom-right-popup {
    right: 15px;
    bottom: 15px;
    max-width: calc(100vw - 30px);
  }
  .bottom-right-popup .popup-text-wrapper {
    padding: 10px 12px 10px 12px;
  }
  .bottom-right-popup .popup-text-second {
    margin-right: -9px;
  }
  .bottom-right-popup .popup-sp-only {
    display: block;
  }
}
@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-video {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  z-index: 1000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
          animation-duration: 0.3s;
          animation-timing-function: ease-out;
          animation-name: modal-video;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  width: 100%;
  max-width: 960px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.modal-video-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          align-items: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.modal-video-movie-wrap {
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  transform: translate(0, 0);
  background-color: #333;
          animation-duration: 0.3s;
          animation-timing-function: ease-out;
          animation-name: modal-video-inner;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: -45px;
  right: 0;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  margin-top: -6px;
  border-radius: 5px;
  background: #fff;
  content: "";
}

@media (orientation: landscape) {
  .modal-video-inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 60px;
  }
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
