@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/*-------------------------------

contents

-------------------------------*/
.contents {
  position: relative;
}

.contents-ttl {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-align: center;
  font-size: 1.7em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 960px) {
  .contents-ttl {
    font-size: 1.8em;
    margin-bottom: 40px;
  }
}

.jp-ttl {
  color: #fff;
  display: block;
  font-size: xx-small;
  margin-top: 8px;
}

.txt-container {
  text-align: justify;
}
.txt-container p {
  color: #fff;
  line-height: 2;
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.8em;
}

.ph-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ph-container li {
  width: 50%;
}
@media screen and (min-width: 960px) {
  .ph-container li {
    width: 25%;
  }
}

/* --------------------

#top

-------------------- */
#top {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 960px) {
  #top {
    min-width: 1024px;
    overflow: hidden;
  }
}

@media screen and (min-width: 960px) {
  .pc-hide {
    display: none !important;
  }
}

/* --------------------
.top-sns
-------------------- */
.top-sns {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  padding: 40px 0 0;
  list-style: none;
}
.top-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: all 0.4s ease;
}
.top-sns a:hover {
  color: #4fa5f8;
  background: rgba(255, 255, 255, 0.25);
  border-color: #4fa5f8;
}
.top-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .top-inner {
    bottom: 0;
    height: 100%;
    top: 0;
  }
}

#top-main-logo {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  #top-main-logo {
    z-index: 1;
    width: 100%;
    padding: 1.5% 3% 2.5%;
    max-width: none;
    margin: 0;
    transition: all 1s linear;
  }
  #top-main-logo img {
    width: 90%;
    height: auto;
  }
}

#top-main-logo.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.detail {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 5vw;
  width: 92%;
}
@media screen and (min-width: 960px) {
  .detail {
    width: 70%;
    max-width: 950px;
    bottom: 25vw; /* ロゴの上に配置 */
    left: 0;
    right: 0;
  }
}

.logo {
  position: absolute;
  top: 90%;
  right: 0;
  left: 0;
  width: 87%;
  margin: 0 auto;
  transform: scale(1.1) rotate(10deg);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.03, 0.88, 0.35, 1.26);
}
@media screen and (min-width: 960px) {
  .logo {
    width: 40%;
    max-width: 800px;
    margin: 0 auto;
  }
}

.logo.show {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

#top-lead {
  width: 95%;
  max-width: 480px;
  margin: 0 auto;
  position: absolute;
  top: 0.8vw;
  left: 0;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  #top-lead {
    width: 93%;
    max-width: 880px;
  }
}

#top-lead.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.lead1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 98%;
  max-width: 1280px;
  bottom: 1vw;
  opacity: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  #top-lead {
    max-width: 700px;
    width: 63%;
  }
}
.lead2 {
  position: absolute;
  right: 0;
  width: 15vw;
  top: 58vw;
  opacity: 0;
}
@media screen and (min-width: 960px) {
  .lead2 {
    max-width: 80px;
    left: 2vw;
    width: 1.5vw;
    top: 15vw;
  }
}

.lead1.show,
.lead2.show {
  opacity: 1;
  -webkit-animation: fade-in 1.2s ease-in-out both;
  animation: fade-in 1.2s ease-in-out both;
}

.movie-link {
  position: fixed;
  left: 2vw;
  bottom: 0;
  width: 27vw;
  z-index: 2;
  max-width: 170px;
}
.movie-link a {
  margin: 10px 0;
}
.movie-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .movie-link {
    width: 12vw;
    right: 2vw;
    max-width: 180px;
  }
  .movie-link a {
    margin: 10px auto;
  }
}

.official-link {
  display: block;
  width: 100%;
  max-width: 170px;
  margin: 10px auto;
}
@media screen and (min-width: 960px) {
  .official-link {
    width: 90%;
  }
}

.pc-link {
  display: none;
}
@media screen and (min-width: 960px) {
  .pc-link {
    display: block;
    width: 100%;
    max-width: 250px;
    left: 1vw;
    display: block;
  }
}

.tw-link {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #000;
  right: 2vw;
  top: 2vw;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
}
.tw-link a {
  color: #fff;
  display: block;
  font-size: 2rem;
}
.tw-link a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 960px) {
  .tw-link {
    width: 70px;
    height: 70px;
    right: 2.5vw;
    top: 1vw;
    line-height: 75px;
  }
}

#top-main {
  width: 100%;
}
@media screen and (min-width: 960px) {
  #top-main picture, #top-main img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.info-btn {
  width: 90%;
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .info-btn {
    width: 400px;
  }
}

.btn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  margin: auto;
  padding: 1.5rem 4rem;
  font-weight: bold;
  border: 2px solid #f14460;
  background: #fffb44;
  font-size: 1.1rem;
  color: #000;
  transition: 0.5s;
  border-radius: 5px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.btn:hover {
  color: #f14460;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .btn {
    font-size: 1.3rem;
  }
}

.btn-0 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 auto 30px;
  padding: 0.9em 2em;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  transition: 0.5s;
  border: 1px solid #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.btn-0:hover {
  background-color: #f14460;
}

.logo,
.rs {
  opacity: 0;
}

.mail {
  color: #f14460;
  text-decoration: underline;
}

.con-txt {
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: center;
  color: #fff;
  line-height: 2.1;
}

.la {
  font-size: 1.6rem;
}

.me {
  font-size: 1.1rem;
}

.sl {
  font-size: 1rem;
}

.r-sl {
  color: #f14460;
  font-size: 1rem;
}

.bk {
  color: #000;
}

/*-------------------------------

#main（固定レイヤーとフッターの重なり順）

-------------------------------*/
#main {
  position: relative;
  z-index: 0;
}

/*-------------------------------

below-top fixed blurred bg（#comment 用・iOS でも viewport 固定）

-------------------------------*/
.below-top-fixed-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  transform: translateZ(0);
}
.below-top-fixed-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2); /* うっすら黒 */
  z-index: 1;
}

.below-top-fixed-bg__blur {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  z-index: 0;
  filter: blur(25px) saturate(1.2);
}
@media screen and (min-width: 960px) {
  .below-top-fixed-bg__blur {
    filter: blur(40px) saturate(1.1);
  }
}
.below-top-fixed-bg__blur picture, .below-top-fixed-bg__blur img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*-------------------------------

#comment

-------------------------------*/
#comment {
  padding: 40px 0 0;
  background: transparent;
  overflow: hidden;
  isolation: isolate;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  #comment {
    padding: 60px 0 0;
  }
}
#comment .txt-container {
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  #comment .txt-container p {
    text-align: center;
    font-size: 1.1rem;
  }
}

#comment > * {
  position: relative;
  z-index: 1;
}

#comment-ttl {
  position: relative;
  display: inline-block;
}
#comment-ttl::before {
  content: "";
  position: absolute;
  top: -24px;
  left: -40px;
  width: 60px;
  height: 60px;
  background-size: 100%;
}
@media screen and (min-width: 960px) {
  #comment-ttl::before {
    top: -40px;
    left: -60px;
    width: 90px;
    height: 90px;
  }
}

.comment-inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
@media screen and (min-width: 960px) {
  .comment-inner {
    margin: 0 auto;
    padding: 0;
  }
}

.comment-list {
  border-bottom: 1px solid #2a2e2e;
  padding: 30px 0;
}
.comment-list:first-child {
  padding-top: 30px;
}
.comment-list:last-child {
  border-bottom: none;
}
@media screen and (min-width: 960px) {
  .comment-list {
    padding: 80px 0;
  }
}

.comment-ph {
  width: 150px;
  margin: 0 auto 20px;
  box-shadow: 6px 6px #43b8e5;
}
.comment-ph img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .comment-ph {
    width: 200px;
    margin-bottom: 30px;
  }
}

.comment-role {
  font-size: 0.8em;
}

.slash {
  font-size: 0.8em;
}

.comment-btn {
  text-align: center;
  margin: 40px auto;
}
@media screen and (min-width: 960px) {
  .comment-btn:hover {
    cursor: pointer;
  }
  .comment-btn:hover .comment-name {
    color: #fba879 !important;
  }
}

.comment-box {
  display: none;
  margin: 40px 0 60px;
}
@media screen and (min-width: 960px) {
  .comment-box {
    max-width: 960px;
    margin: 80px auto;
  }
}

.modal-role {
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
  padding: 0 0 0 15px;
}

.modal-role-staff {
  padding: 0 15px 0 0;
  color: #1eb9ee;
  font-size: 0.7em;
  display: inline-block;
}

.modaal-content-container {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modaal-fullscreen .modaal-close {
  background: #1eb9ee;
}

.modaal-close:focus, .modaal-close:hover {
  background: #69d9ff;
}

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff;
}

.comment-box-inner {
  padding: 30px 0;
}
@media screen and (min-width: 960px) {
  .comment-box-inner {
    max-width: 960px;
    padding: 60px 30px;
  }
}

.comprof {
  color: #fff;
  font-size: x-small;
  transition: all 0.4s ease;
  background: #1eb9ee;
  width: 150px;
  margin: 0 auto;
  padding: 7px;
  border-radius: 50px;
}
.comment-txt {
  padding: 0 10px;
}
@media screen and (min-width: 960px) {
  .comment-txt {
    padding: 0 30px;
  }
}

.comment-name {
  color: #ebf0f2;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .comment-name {
    font-size: 1.6em;
    margin: 30px auto 50px;
  }
}
.comment-name .role {
  color: #df56af;
  font-size: 0.7em;
  display: inline-block;
  padding: 0 10px 0 0;
}

.prof-box {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .prof-box {
    margin: 20px auto;
    padding: 0 30px;
  }
}
.prof-box .txt-container {
  font-size: 0.9em;
}

.prof-ttl {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #df56af;
  font-size: 1.1em;
  margin-bottom: 10px;
  display: none;
}

.kerning {
  letter-spacing: -0.2em;
  padding: 0 8px 0 3px;
}
@media screen and (min-width: 960px) {
  .kerning {
    padding: 0 4px;
  }
}

/* --------------------

#intro

-------------------- */
#intro .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #intro .ttl {
    width: 260px;
  }
}

.intro-inner {
  width: 98%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1098039216);
  padding: 30px 0;
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  .intro-inner {
    padding: 30px;
    width: 920px;
    margin: 0 auto;
  }
}

.intro-txt {
  max-width: 850px;
  margin: 10px auto 0;
  width: 90%;
  text-align: justify;
}
.lead {
  color: #c7e8fb;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .lead {
    font-size: 1.6rem;
  }
}

/* --------------------

#story

-------------------- */
#story .ttl {
  width: 180px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 960px) {
  #story .ttl {
    width: 260px;
  }
}

@media screen and (min-width: 960px) {
  .story-inner {
    margin: 0 auto;
  }
}

.story-txt {
  max-width: 950px;
  margin: 30px auto 0;
  width: 100%;
  text-align: justify;
}
.story-txt p {
  font-size: 1rem;
  text-align: justify;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .story-txt p {
    font-size: 1.1rem;
  }
}

.dash {
  letter-spacing: -0.1em;
}

/* --------------------

#footer

-------------------- */
#footer {
  position: relative;
  z-index: 1;
  padding: 7% 3%;
}
@media screen and (min-width: 960px) {
  #footer {
    padding: 3% 0;
  }
}

.billing {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  margin: 0 auto 2%;
  text-align: center;
  line-height: 1.8;
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .billing {
    margin: 0 auto;
    width: 58%;
    max-width: 670px;
  }
}
.billing span {
  font-size: 0.6rem;
  display: block;
  margin: 20px 0;
}

.userdata {
  color: #000;
  display: block;
  padding: 30px 0;
}

/*-------------------------------

#news

-------------------------------*/
.news-wrap {
  padding: 20px 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.4196078431);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4196078431);
  margin: 50px 5%;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .news-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 70%;
    min-width: 860px;
    margin: 60px auto;
    padding: 20px 30px;
  }
}

@media screen and (min-width: 960px) {
  .news-feed {
    flex: 1;
  }
}

#news-ttl {
  font-size: 1.7em;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  #news-ttl {
    width: 100px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt-wrap {
    display: flex;
  }
}

.news-item {
  display: block;
  padding: 10px 0;
  color: #ebf0f2;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .news-item {
    flex: 1;
    padding: 0 0 0 20px;
    border: none;
    border-left: 1px solid #ebf0f2;
    transition: all 0.4s ease;
  }
  .news-item:hover {
    color: #4fa5f8;
  }
}

.news-date {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 960px) {
  .news-date {
    width: 100px;
  }
}

@media screen and (min-width: 960px) {
  .news-txt {
    flex: 1;
  }
}

.news-btn {
  display: block;
  width: 100px;
  border-radius: 100px;
  margin: 10px auto 0;
  padding: 10px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: x-small;
  border: 1px solid #fff;
}
@media screen and (min-width: 960px) {
  .news-btn {
    margin: 0 0 0 20px;
    transition: all 0.4s ease;
  }
  .news-btn:hover {
    color: #4fa5f8;
    border-color: #4fa5f8;
  }
}

/* PC */
@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .lead-inner {
    height: 338px;
  }
  .p-ttl {
    width: 50%;
  }
  .play-btn {
    top: 45%;
  }
  table {
    max-width: 430px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .roadshow {
    width: 8vw;
  }
  .lead1 {
    width: 78%;
  }
}/*# sourceMappingURL=style.css.map */