@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Volkhov&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap");
body {
  background-color: #000000;
}

.taisaku_joshitomo {
  background-image: url(../img/bg.jpg);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .taisaku_joshitomo {
    background-image: url(../img/bg_sp.jpg);
  }
}
.taisaku_joshitomo p, .taisaku_joshitomo span, .taisaku_joshitomo h2, .taisaku_joshitomo a {
  color: #333333;
  font-family: "Hiragino Kaku Gothic Pro";
}
.taisaku_joshitomo .title {
  margin: 0 auto 60px;
  font-size: clamp(73px, 4.5625rem + (1vw - 7.69px) * 8.9701, 100px);
  line-height: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .taisaku_joshitomo .title {
    margin: 0 auto 9vw;
    font-size: 10vw;
  }
}
.taisaku_joshitomo .title p {
  color: #ffda36;
  font-family: "Kiwi Maru", serif;
  position: relative;
}
.taisaku_joshitomo .title p:first-letter {
  color: #ffd417;
}
.taisaku_joshitomo img {
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.content {
  max-width: 1070px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content {
    padding: 0 6vw;
  }
}

.fadeInSlow {
  opacity: 0;
  transform: translate(0);
  transition: all 2.5s;
}

.fadeInLeft {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1.5s;
}

.fadeInRight {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 1.5s;
}

.fadeIn {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadeNow {
  opacity: 1;
  transform: translate(0, 0);
}

.bounce {
  animation: bounds 1000ms linear;
  animation-fill-mode: forwards;
}

@keyframes bounds {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  8% {
    opacity: 1;
    transform: scale(1.3);
  }
  17% {
    opacity: 1;
    transform: scale(1);
  }
  34% {
    opacity: 1;
    transform: scale(1.2);
  }
  51% {
    opacity: 1;
    transform: scale(1);
  }
  68% {
    opacity: 1;
    transform: scale(1.1);
  }
  84% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
img.lg-image {
  max-width: 90% !important;
}
@media screen and (min-width: 769px) {
  img.lg-image {
    max-width: 850px !important;
  }
}

#lg-download {
  display: none;
}

#lg-counter span {
  color: #fff;
}

#google_translate_element img {
  width: auto;
}

#modal img {
  width: auto;
}

.taisaku_joshitomo {
  max-width: 100%;
  background-color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", "游ゴシック体", "Meiryo", sans-serif;
}
.taisaku_joshitomo .tj-section {
  padding: 80px 0;
}
.taisaku_joshitomo .tj-section__inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.taisaku_joshitomo .tj-section__title {
  font-size: 4em;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 40px;
  color: #222222;
  font-family: "Volkhov", serif;
}
.taisaku_joshitomo .tj-section__title--movie {
  color: #5bc6ff;
}
.taisaku_joshitomo .tj-section--story {
  background-color: #ffffff;
}
.taisaku_joshitomo .tj-section--movie {
  background-color: #effbff;
}
.taisaku_joshitomo .tj-section--present {
  background-color: #ffffff;
}
.taisaku_joshitomo .tj-section--caracter {
  background-color: #effbff;
}
.taisaku_joshitomo .tj-section--detail {
  background-color: #ffffff;
}
.taisaku_joshitomo .tj-section--special {
  background-color: #effbff;
}
.taisaku_joshitomo .tj-mainVisual {
  width: 100%;
  background-color: #f5f5f5;
}
.taisaku_joshitomo .tj-mainVisual__inner {
  display: flex;
  min-height: 420px;
}
.taisaku_joshitomo .tj-mainVisual__menu {
  width: 25%;
  padding-top: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: column;
  padding-right: 10px;
}
.taisaku_joshitomo .tj-mainVisual__menuList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.taisaku_joshitomo .tj-mainVisual__menuItem + .taisaku_joshitomo .tj-mainVisual__menuItem {
  margin-top: 16px;
}
.taisaku_joshitomo .tj-mainVisual__menuLink {
  display: inline-block;
  font-size: 2em;
  font-family: "Volkhov", serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333333;
  text-decoration: none;
  position: relative;
  padding-left: 4px;
  margin-bottom: 10px;
}
.taisaku_joshitomo .tj-mainVisual__menuLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #ff4b7b;
  transition: width 0.25s ease;
}
.taisaku_joshitomo .tj-mainVisual__menuLink:hover::after {
  width: 100%;
}
.taisaku_joshitomo .tj-mainVisual__menuhamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  background: #000000;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.taisaku_joshitomo .tj-mainVisual__menulogo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 90%;
  margin-bottom: 10%;
}
.taisaku_joshitomo .tj-mainVisual__menulogo img {
  max-width: 150px;
  height: auto;
}
.taisaku_joshitomo .tj-mainVisual__menu-line {
  display: block;
  width: 100%;
  height: 10px;
  background-color: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.taisaku_joshitomo .tj-mainVisual__menu.is-active .tj-mainVisual__hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.taisaku_joshitomo .tj-mainVisual__menu.is-active .tj-mainVisual__hamburger-line:nth-child(2) {
  opacity: 0;
}
.taisaku_joshitomo .tj-mainVisual__menu.is-active .tj-mainVisual__hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
.taisaku_joshitomo__thumbnails {
  display: none;
}
.taisaku_joshitomo__thumbnails-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.taisaku_joshitomo__thumbnails-item:hover {
  transform: scale(1.05);
}
.taisaku_joshitomo__thumbnails-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.taisaku_joshitomo .tj-mainVisual__image {
  transition: opacity 0.5s ease;
}
.taisaku_joshitomo .tj-mainVisual__keyVisual {
  width: 75%;
  position: relative;
  background-color: #cccccc;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.taisaku_joshitomo__imageWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.taisaku_joshitomo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.taisaku_joshitomo__badge {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #6fdafc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease;
  z-index: 1000;
}
.taisaku_joshitomo__badge:hover {
  background-color: #4a9eff;
}
.taisaku_joshitomo__badgeText {
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  color: #ffffff;
}

.tj-story__lead {
  text-align: center;
  margin-bottom: 56px;
}
.tj-story__text {
  margin: 6px 0;
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1em;
  color: #666666;
}

.tj-storyGallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3%;
}
.tj-storyGallery__item {
  background-color: #e1e1e1;
  border-radius: 4px;
  overflow: hidden;
}
.tj-storyGallery__thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
.tj-storyGallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}
.tj-storyGallery__img:hover {
  transform: scale(1.05);
}

.tj-movie__frameOuter {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.tj-movie__frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  border: 3px solid #ffffff;
  box-shadow: 0 0 0.1rem #fff, 0 0 1rem #fff, 0 0 0.2rem #fff, 0 0 0.8rem #888, 0 0 1rem #888, inset 0 0 0.2rem #888;
  overflow: hidden;
}
.tj-movie__iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tj-present__text {
  text-align: center;
  margin-bottom: 24px;
  font-size: 14px;
  color: #666666;
}
.tj-present__buttonWrap {
  text-align: center;
}
.tj-present__button {
  display: inline-block;
  min-width: 260px;
  padding: 18px 32px;
  border-radius: 15px;
  background-color: #5bc6ff;
  color: #ffffff !important;
  font-size: 1.6em;
  letter-spacing: 0.15em;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
}
.tj-present__button:hover {
  background-color: #8dd8ff;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .tj-present__button {
    font-size: 1em;
  }
}

.tj-caracter__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px 40px;
  justify-items: center;
}
.tj-caracter__item {
  width: 100%;
  max-width: 238px;
  text-align: center;
}
.tj-caracter__thumb {
  width: 100%;
  margin-bottom: 12px;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}
.tj-caracter__img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.2s ease;
}
.tj-caracter__img:hover {
  transform: scale(1.05);
}
.tj-caracter__label {
  font-size: 13px;
  color: #555555;
}

.tj-detail__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.tj-detail__images {
  flex: 1 1 40%;
}
.tj-detail__mainImage {
  margin-bottom: 16px;
}
.tj-detail__img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-detail__thumbList {
  display: flex;
  gap: 12px;
}
.tj-detail__thumb {
  flex: 1 1 0;
}
.tj-detail__texts {
  flex: 1 1 50%;
}
.tj-detail__title {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #5bc6ff;
  font-weight: bold;
}
.tj-detail__description {
  font-size: 13px;
  line-height: 1.8;
  color: #555555;
  margin-bottom: 24px;
}
.tj-detail__linkWrap {
  text-align: left;
}
@media screen and (min-width: 961px) {
  .tj-detail__images {
    margin-right: 3%;
  }
}
.tj-detail__link {
  text-align: center;
  display: inline-block;
  padding: 13px 24px;
  border-radius: 15px;
  background-color: #00b894;
  color: #ffffff !important;
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.12em;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.1s ease;
}
.tj-detail__link:hover {
  opacity: 0.85;
  transform: translateY(1px);
}

.tj-special__heading {
  text-align: center;
  margin-bottom: 40px;
}
.tj-special__heading h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  line-height: 1.4;
  margin: 0;
}
.tj-special__heading h3 br {
  display: block;
}
.tj-special__box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.06);
}
.tj-special__note {
  font-size: 12px;
  color: #777777;
  margin-bottom: 20px;
}
.tj-special__imageWrap {
  width: 100%;
  margin: 0 auto;
}
.tj-special__img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tj-special__imageGrid {
  display: flex;
  gap: 6%;
  margin-top: 30px;
  align-items: center;
  margin-bottom: 5%;
}
.tj-special__imageItem {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tj-special__imageItem:nth-child(1) {
  width: 20%;
}
.tj-special__imageItem:nth-child(2) {
  width: 20%;
}
.tj-special__imageItem:nth-child(3) {
  width: 60%;
}
.tj-special__imageWrap {
  cursor: pointer;
  transition: transform 0.2s ease;
}
.tj-special__imageWrap:hover {
  transform: scale(1.05);
}

.tj-mainVisual__inner,
.tj-detail__wrap {
  gap: 0;
  position: relative;
}

@media screen and (max-width: 960px) {
  .tj-mainVisual__inner {
    flex-direction: column;
  }
  .taisaku_joshitomo .tj-mainVisual__menu {
    width: 100%;
    padding: 5px 10px;
    border-bottom: 1px solid #eeeeee;
    align-items: end;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    height: 40px;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__menuLink {
    margin-bottom: 0;
    font-size: 14px;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__logo {
    display: none;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__menuList {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__menuList.is-open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__menuItem {
    margin: 10px 0;
  }
  .taisaku_joshitomo .tj-mainVisual__menu .tj-mainVisual__hamburger-line {
    width: 37px;
    height: 5px;
    background-color: #333;
  }
  .taisaku_joshitomo .tj-mainVisual__keyVisual {
    width: 100%;
    min-height: 260px;
  }
  .tj-mainVisual__thumbnails {
    order: 2;
  }
  .taisaku_joshitomo .tj-mainVisual__keyVisual {
    order: 1;
  }
  .taisaku_joshitomo .tj-mainVisual__thumbnails {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    padding: 20px 0;
    background-color: #f5f5f5;
    margin-top: 0px;
    order: 3;
    position: initial;
    max-width: initial;
  }
  .taisaku_joshitomo .tj-mainVisual__thumbnails .tj-mainVisual__thumbnail-img {
    width: 80%;
  }
  .taisaku_joshitomo .tj-mainVisual__thumbnails .tj-mainVisual__thumbnail-item {
    border: initial;
  }
  .tj-detail__wrap {
    flex-direction: column;
  }
  .taisaku_joshitomo .tj-mainVisual__badge {
    right: 6px;
    bottom: 64px;
    width: 100px;
    height: 100px;
  }
  .tj-story__text {
    font-size: 3.5vw;
  }
  .taisaku_joshitomo .tj-mainVisual__badgeText {
    font-size: 1.8em;
    line-height: 1.2em;
  }
  .taisaku_joshitomo .tj-mainVisual__badgeText br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tj-section {
    padding: 56px 0;
  }
  .tj-storyGallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .tj-caracter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .tj-special__heading h3 {
    font-size: 1.6em;
  }
  .tj-special__imageGrid {
    flex-direction: column;
    gap: 25px;
  }
  .tj-special__imageItem .tj-special__imageWrap {
    width: 100%;
  }
  .tj-special__imageItem:nth-child(1) {
    width: 70%;
    float: left;
  }
  .tj-special__imageItem:nth-child(2) {
    width: 70%;
    float: left;
  }
  .tj-special__imageItem:nth-child(3) {
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 25px;
  }
  .tj-detail__title {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 480px) {
  .tj-mainVisual__badge {
    right: 16px;
    bottom: 16px;
    width: 130px;
    height: 130px;
  }
  .taisaku_joshitomo .tj-section__title {
    font-size: 2.5em;
  }
  .tj-detail__thumbList {
    flex-direction: row;
  }
}
/* モーダル */
.tj-mainVisual__thumbnails {
  position: absolute;
  left: 19%;
  bottom: 0;
  max-width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  z-index: 10;
  width: 14%;
}
.tj-mainVisual__thumbnails .tj-mainVisual__thumbnail-item {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  border: 4px solid #FFF;
  border-radius: 5px;
}
.tj-mainVisual__thumbnails .tj-mainVisual__thumbnail-item:hover {
  transform: scale(1.05);
}
.tj-mainVisual__thumbnails-img {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.tj-mainVisual__badge {
  position: fixed;
  right: 60px;
  bottom: 60px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #5bc6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000;
}
.tj-mainVisual__badge:hover {
  background-color: #4a9eff;
  transform: rotate(10deg);
}

.tj-mainVisual__badgeText {
  font-size: 2em;
  line-height: 1.7;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold;
}
.tj-mainVisual__badgeText br {
  display: none;
}

.taisaku_joshitomo.is-locked {
  height: 100vh;
  overflow: hidden;
}

.tj-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.tj-modal.is-open {
  display: flex;
}
.tj-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(153, 215, 255, 0.97);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.tj-modal__dialog {
  position: relative;
  width: 90%;
  max-width: 760px;
  z-index: 2;
  padding: 8px;
}
.tj-modal__content {
  display: flex;
  gap: 24px;
  padding: 28px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}
.tj-modal__imageWrap {
  flex: 0 0 330px;
  background-color: #f7f7f7;
  border-radius: 8px;
  overflow: hidden;
}
.tj-modal__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tj-modal__body {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.tj-modal__name {
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #222222;
}
.tj-modal__desc {
  font-size: 18px;
  line-height: 1.7;
  color: #555555;
}

@media screen and (max-width: 768px) {
  .tj-modal__content {
    flex-direction: column;
  }
  .tj-modal__imageWrap {
    flex: 0 0 auto;
    max-height: 320px;
  }
}
footer {
  margin-top: 0;
}