@charset "UTF-8";
.ts-mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 768px) {
  .ts-mv {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .ts-mv {
    height: 300px;
  }
}
.ts-mv__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ts-mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.ts-intro {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ts-intro {
    height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .ts-intro {
    height: 300px;
  }
}
.ts-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ts-intro__bg {
    height: 300px;
  }
}
.ts-intro__bg-image {
  width: 100%;
  height: 100%;
}
.ts-intro__bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.ts-intro__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 860px;
  padding: 0 40px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ts-intro__content {
    padding: 0 20px;
    max-width: 450px;
  }
}
.ts-intro__text-img {
  display: block;
  width: 100%;
}
.ts-intro__text-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ts-journey {
  width: 100%;
  background-image: url("../images/tabishare/journey_bg_pc.webp");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ts-journey {
    background-image: url("../images/tabishare/journey_bg_pc.webp");
  }
}
.ts-journey__section {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ts-journey__section {
    min-height: auto;
    padding: 80px 0;
  }
}
.ts-journey__section--message {
  color: #032069;
  background-color: transparent;
  font-family: "Sippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "MS 明朝", serif;
}
.ts-journey__section--message .ts-journey__inner {
  max-width: 1100px;
}
.ts-journey__section--message .ts-journey__lead-wrap {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--message .ts-journey__lead-wrap {
    align-items: center;
    margin-bottom: 40px;
  }
}
.ts-journey__section--message .ts-journey__lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  color: #032069;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 24px 40px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 8px 24px rgba(3, 32, 105, 0.05);
}
.ts-journey__section--message .ts-journey__lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--message .ts-journey__lead {
    font-size: 15px;
    padding: 16px 20px;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 24px;
    box-sizing: border-box;
  }
}
.ts-journey__section--message .ts-journey__lead-highlight {
  font-size: 32px;
  font-weight: 700;
  color: #032069;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--message .ts-journey__lead-highlight {
    font-size: 15px;
    margin-top: 4px;
  }
}
.ts-journey__section--message .ts-journey__body-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 36px 50px;
  box-sizing: border-box;
  box-shadow: 0 8px 24px rgba(3, 32, 105, 0.05);
}
.ts-journey__section--message .ts-journey__body-wrap::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--message .ts-journey__body-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 16px;
    border-radius: 12px;
  }
}
.ts-journey__section--message .ts-journey__body {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #032069;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--message .ts-journey__body {
    font-size: 14px;
    line-height: 1.7;
  }
}
.ts-journey__section--play {
  font-family: "Sippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "MS 明朝", serif;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .ts-journey__section--play {
    padding: 60px 0;
  }
}
.ts-journey__section--play .ts-journey__inner {
  max-width: 1140px;
}
.ts-journey__section--play .ts-journey__play-header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 24px 40px;
  box-shadow: 0 8px 24px rgba(3, 32, 105, 0.05);
  text-align: left;
  box-sizing: border-box;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__play-header {
    padding: 16px 20px;
    border-radius: 12px;
    margin-bottom: 24px;
  }
}
.ts-journey__section--play .ts-journey__play-heading {
  font-size: 32px;
  font-weight: 700;
  color: #032069;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__play-heading {
    font-size: 22px;
  }
}
.ts-journey__section--play .ts-journey__play-sub-heading {
  font-size: 24px;
  font-weight: 700;
  color: #032069;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__play-sub-heading {
    font-size: 15px;
  }
}
.ts-journey__section--play .ts-journey__cards {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__cards {
    flex-direction: column;
    gap: 24px;
  }
}
.ts-journey__section--play .ts-journey__card {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ts-journey__section--play .ts-journey__card-text {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px 24px 0 0;
  padding: 16px 20px;
  text-align: left;
  min-height: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__card-text {
    border-radius: 16px 16px 0 0;
    padding: 16px;
    min-height: auto;
  }
}
.ts-journey__section--play .ts-journey__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #032069;
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__card-title {
    font-size: 16px;
  }
}
.ts-journey__section--play .ts-journey__card-desc {
  font-size: 16px;
  font-weight: 500;
  color: #032069;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__card-desc {
    font-size: 13px;
  }
}
.ts-journey__section--play .ts-journey__card-img-wrap {
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--play .ts-journey__card-img-wrap {
    border-radius: 0 0 16px 16px;
  }
}
.ts-journey__section--play .ts-journey__card-img {
  width: 100%;
  height: auto;
  display: block;
}
.ts-journey__section--features {
  font-family: "Sippori Mincho", "Noto Serif JP", "ヒラギノ明朝 ProN",
    "Hiragino Mincho ProN", "MS 明朝", serif;
  padding: 100px 0 140px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features {
    padding: 40px 0 80px;
  }
}
.ts-journey__section--features .ts-journey__inner {
  max-width: 1140px;
}
.ts-journey__section--features .ts-journey__feature-cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-cards {
    flex-direction: column;
  }
}
.ts-journey__section--features .ts-journey__feature-card {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding: 20px;
  box-shadow: 0 12px 32px rgba(3, 32, 105, 0.06);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-card {
    padding: 16px;
    border-radius: 16px;
  }
}
.ts-journey__section--features .ts-journey__feature-header {
  text-align: left;
  margin-bottom: 16px;
  min-height: 140px;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-header {
    min-height: auto;
    margin-bottom: 16px;
  }
}
.ts-journey__section--features .ts-journey__feature-title {
  font-size: 24px;
  font-weight: 700;
  color: #032069;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-title {
    font-size: 18px;
  }
}
.ts-journey__section--features .ts-journey__feature-lead {
  font-size: 16px;
  font-weight: 700;
  color: #032069;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-lead {
    font-size: 13px;
    line-height: 1.5;
  }
}
.ts-journey__section--features .ts-journey__feature-img-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 16px;
  box-shadow: 0 6px 16px rgba(3, 32, 105, 0.04);
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-img-wrap {
    margin-bottom: 8px;
    border-radius: 12px;
  }
}
.ts-journey__section--features .ts-journey__feature-img {
  width: 100%;
  height: auto;
  display: block;
}
.ts-journey__section--features .ts-journey__feature-footer-text {
  font-size: 16px;
  font-weight: 700;
  color: #032069;
  text-align: left;
  letter-spacing: 0.02em;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .ts-journey__section--features .ts-journey__feature-footer-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.ts-journey__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ts-journey__inner {
    padding: 0 16px;
  }
}

.ts-characters {
  width: 100%;
  background-image: url("../images/tabishare/characters_bg_pc.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
  font-family: "Sippori Mincho", serif;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .ts-characters {
    padding: 60px 0;
    background-image: url("../images/tabishare/characters_bg_sp.jpg");
  }
}
.ts-characters__inner {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  position: relative;
}
.ts-characters__header {
  margin-bottom: 40px;
  text-align: center;
}
.ts-characters__heading {
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  color: #032069;
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff,
    -2px -2px 0 #fff;
}
.ts-characters__sub-heading {
  font-size: 20px;
  color: #032069;
  font-weight: 700;
  text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff,
    -2px -2px 0 #fff;
}
.ts-characters__slider {
  padding: 20px 0 60px;
  overflow: visible;
}
.ts-characters__prev::before,
.ts-characters__next::before {
  background-color: rgba(3, 32, 105, 0.2) !important;
}
.ts-characters__prev::after,
.ts-characters__next::after {
  border-color: #032069 !important;
}
.ts-characters__pagination {
  bottom: 0 !important;
}
.ts-characters__pagination .swiper-pagination-bullet-active {
  background: #032069 !important;
}
.ts-characters__prev,
.ts-characters__next {
  display: grid !important;
  place-content: center;
  width: 4rem !important;
  height: 4rem !important;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 55%;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .ts-characters__prev,
  .ts-characters__next {
    width: 3.2rem !important;
    height: 3.2rem !important;
    top: 50%;
  }
}
.ts-characters__prev::before,
.ts-characters__next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "" !important;
  border-radius: 50% !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}
.ts-characters__prev::after,
.ts-characters__next::after {
  position: relative;
  z-index: 2;
  width: 0.75rem !important;
  height: 0.75rem !important;
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  border: solid #292929 !important;
  border-width: 3px 3px 0 0 !important;
}
@media screen and (max-width: 767px) {
  .ts-characters__prev::after,
  .ts-characters__next::after {
    width: 0.6rem !important;
    height: 0.6rem !important;
  }
}
@media screen and (min-width: 1025px) {
  .ts-characters__prev:hover::before,
  .ts-characters__next:hover::before {
    transform: scale(1.1);
  }
}
.ts-characters__prev {
  left: -10px;
}
@media screen and (max-width: 767px) {
  .ts-characters__prev {
    left: 4px;
  }
}
.ts-characters__prev::after {
  margin-left: 0.2rem;
  transform: rotate(-135deg) !important;
}
.ts-characters__next {
  right: -10px;
}
@media screen and (max-width: 767px) {
  .ts-characters__next {
    right: 4px;
  }
}
.ts-characters__next::after {
  margin-right: 0.2rem;
  transform: rotate(45deg) !important;
}

.ts-character-card {
  text-align: center;
  transition: transform 0.4s ease;
}
.ts-character-card:hover {
  transform: translateY(-10px);
}
.ts-character-card__img-wrap {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-character-card__img {
  width: 100%;
  height: auto;
  display: block;
}
.ts-character-card__name {
  font-size: 18px;
  font-weight: 700;
  color: #df9100;
}
@media screen and (max-width: 767px) {
  .ts-character-card__name {
    font-size: 14px;
  }
}

.ts-outro {
  width: 100%;
  padding: 140px 0 40px;
  background-color: #fff;
  font-family: "Sippori Mincho", "Noto Serif JP", serif;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ts-outro {
    padding: 80px 0 40px;
  }
}
.ts-outro__inner {
  width: min(100% - 40px, 1100px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 480px;
}
@media screen and (max-width: 767px) {
  .ts-outro__inner {
    min-height: auto;
  }
}
.ts-outro__content {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .ts-outro__content {
    margin-bottom: 50px;
  }
}
.ts-outro__text {
  font-size: 24px;
  font-weight: 700;
  line-height: 2;
  color: #032069;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .ts-outro__text {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 45px;
  }
}
.ts-outro__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .ts-outro__logos {
    gap: 40px;
  }
}
.ts-outro__logo {
  height: 120px;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .ts-outro__logo {
    height: 42px;
  }
}
.ts-outro__logo--snpit {
  padding-top: 10px;
}
.ts-outro__note {
  font-size: 12px;
  font-weight: 500;
  color: #666;
  line-height: 1.6;
  text-align: right;
  width: 100%;
  margin-top: auto;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .ts-outro__note {
    text-align: center;
    font-size: 10px;
    margin-top: 40px;
  }
}

.footer {
  padding: 60px 0 24px;
  background-color: rgb(240, 240, 240);
}
.footer__list {
  margin: 0 auto 24px;
  width: min(100% - 32px, 600px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__list li {
  position: relative;
  padding: 0 10px;
}
.footer__list li:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: lightgrey;
}
@media screen and (max-width: 767px) {
  .footer__list li:not(:first-child)::before {
    background-color: #fff;
  }
}
.footer__list a {
  font-size: 14px;
  color: #0c0d14;
  white-space: nowrap;
}
.footer .copyright {
  font-size: 12px;
  color: grey;
  text-align: center;
}

.js-fadein-trigger {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 2s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fadein-trigger.is-fadein {
  opacity: 1;
  transform: translateY(0);
}

.ts-journey__section--message .ts-journey__lead:nth-child(2) {
  transition-delay: 0.4s;
}
.ts-journey__section--message .ts-journey__body-wrap {
  transition-delay: 0.6s;
}
.ts-journey__section--play .ts-journey__play-header {
  transition-delay: 0.4s;
}
.ts-journey__section--play .ts-journey__card:nth-child(1) {
  transition-delay: 0.8s;
}
.ts-journey__section--play .ts-journey__card:nth-child(2) {
  transition-delay: 1.3s;
}
.ts-journey__section--play .ts-journey__card:nth-child(3) {
  transition-delay: 1.5s;
}
.ts-journey__section--features .ts-journey__feature-card:nth-child(1) {
  transition-delay: 0.1s;
}
.ts-journey__section--features .ts-journey__feature-card:nth-child(2) {
  transition-delay: 0.3s;
}
