@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : 共通トップ、名古屋・神戸トップ
===================================================================== */
/* =====================================================================
    共通
======================================================================*/
#particles-js {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
}

.bg_style2 {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000;
}
.bg_style2 .flower01 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 23rem;
  height: 100%;
  background: url(../images/top/bg_style2_1-sp.png) round top left/contain;
  animation: yurayura 20s linear infinite;
}
.bg_style2 .flower02 {
  position: absolute;
  display: block;
  top: 0;
  left: 23rem;
  width: 28.3rem;
  height: 100%;
  background: url(../images/top/bg_style2_2-sp.png) round top right/contain;
  animation: yurayura 12s linear infinite;
}
.bg_style2 .flower03 {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 23.7rem;
  height: 100%;
  background: url(../images/top/bg_style2_3-sp.png) round top right/contain;
  animation: yurayura 16s linear infinite;
}

@keyframes yurayura {
  0% {
    background-position: top 0 left;
  }
  50% {
    background-position: top 50vh left;
  }
  100% {
    background-position: top 100vh left;
  }
}
@media screen and (min-width: 768px) {
  .bg_style2 .flower01 {
    width: 70.9rem;
    background-image: url(../images/top/bg_style2_1-pc.png);
  }
  .bg_style2 .flower02 {
    left: 71rem;
    width: 60.3rem;
    background-image: url(../images/top/bg_style2_2-pc.png);
  }
  .bg_style2 .flower03 {
    width: 60.8rem;
    background-image: url(../images/top/bg_style2_3-pc.png);
  }
}
/* =====================================================================
    banner
======================================================================*/
.banner_list.style1 li {
  height: 12.8rem;
}
.banner_list.style1 li a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  background: #21a1d9 url(../images/top/img_deco1_style1.png) no-repeat center left/auto 100%;
  transition: 2s linear;
}
.banner_list.style1 li a::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0.8em;
  width: 0.35em;
  height: 0.35em;
  border-top: 0.12em solid #fff;
  border-right: 0.12em solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}
.banner_list.style1 li a.no_link {
  cursor: default;
  pointer-events: none;
}
.banner_list.style1 li a.no_link::after {
  content: none;
}
.banner_list.style1 li a small {
  display: block;
  margin-top: 0.5em;
  font-family: "Concert One", cursive;
  font-weight: normal;
  font-size: 70%;
}
.banner_list li.insta a {
  padding-left: 1em;
  font-family: "Concert One", cursive;
  font-size: 4.8rem;
  font-weight: normal;
}
.banner_list li.insta a::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 3.2em;
  transform: translateY(-50%);
  width: 0.94em;
  height: 0.94em;
  background: url(../images/common/icon_insta_style1.png) no-repeat center/contain;
  transition: 2s linear;
}
.banner_list li.request a {
  font-size: 3.2rem;
}
.banner_list li.request a small {
  display: block;
  margin-top: 0.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 62%;
  color: #f2cb13;
  transition: 2s linear;
  transform: rotate(0.03deg);
}
.banner_list.style2 li a {
  color: #000;
  background-color: #f2cb13;
  background-image: url(../images/top/img_deco1_style2.png);
}
.banner_list.style2 li a::after {
  border-color: #000;
}
.banner_list.style2 li.insta a::before {
  background-image: url(../images/common/icon_insta_style2.png);
}
.banner_list.style2 li.request a small {
  color: #e55927;
}

@media screen and (min-width: 768px) {
  .banner_list.style1 li {
    height: 8rem;
  }
  .banner_list.style1 li a {
    font-size: 2.5rem;
  }
  .banner_list.style1 li a:hover::after {
    right: 0.5em;
  }
  .banner_list.style1 li.width_full {
    margin-left: 24rem;
    margin-right: 24rem;
  }
  .banner_list li.insta {
    width: 88rem;
    height: 12rem;
  }
  .banner_list li.insta a {
    font-size: 3.8rem;
  }
  .banner_list li.insta a::before {
    left: 8.2em;
  }
  .banner_list li.request {
    width: 88rem;
    height: 12rem;
  }
  .banner_list li.request a {
    font-size: 2.4rem;
  }
  .banner_list li.request a::after {
    width: 0.5em;
    height: 0.5em;
  }
}
/* =====================================================================
    mv
======================================================================*/
.mv,
.top,
.index {
  opacity: 0;
  transition: 0.3s ease;
}

.mv {
  margin-bottom: 3.4rem;
}
.mv::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/top/img_mv_style1-sp.jpg) no-repeat center top/contain;
  transition: 2s linear;
}
.mv h1 {
  position: relative;
  margin: 0 auto;
  padding-top: 55.4rem;
  width: 59.2rem;
}
.mv.style2::before {
  background-image: url(../images/top/img_mv_style2-sp.jpg);
}
.mv.style2 .mv_date strong span {
  color: #f2cb13;
}

.mv_date {
  position: relative;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: "Concert One", cursive;
  font-size: 4rem;
}
.mv_date small {
  font-size: 55%;
  writing-mode: vertical-rl;
  white-space: pre;
}
.mv_date strong {
  font-size: 200%;
}
.mv_date strong span {
  color: #21a1d9;
  transition: 2s linear;
}

.mv_place {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6rem;
  font-size: 4rem;
  font-weight: 700;
}
.mv_place span {
  margin-right: 0.7em;
  padding: 0.2em 0.6em;
  font-size: 70%;
  color: #000;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .mv {
    margin-bottom: 1.6rem;
  }
  .mv::before {
    width: 100vw;
    background-image: url(../images/top/img_mv_style1-pc.jpg);
    background-position: center;
    background-size: cover;
  }
  .mv h1 {
    margin-bottom: -1rem;
    padding-top: calc(416 / 1920 * 100%);
    width: calc(632 / 1920 * 100%);
  }
  .mv.style2::before {
    background-image: url(../images/top/img_mv_style2-pc.jpg);
  }
  .mv_place {
    font-size: 3rem;
  }
}
/* =====================================================================
    news,twitter
======================================================================*/
.news,
.twitter {
  margin: 0 calc(50% - 50vw) 12rem;
  padding: 6rem;
  background: #21a1d9 url(../images/top/img_deco2_style1.png) no-repeat top left/47.1rem auto;
  transition: 2s linear;
}
.news h2,
.twitter h2 {
  margin-bottom: 2.5rem;
  text-align: center;
  font-family: "Concert One", cursive;
  font-size: 6.4rem;
  transition: 2s linear;
}
.news.style2,
.twitter.style2 {
  background-color: #f2cb13;
  background-image: url(../images/top/img_deco2_style2.png);
}
.news.style2 h2,
.twitter.style2 h2 {
  color: #000;
}
.news.style2 h2 span::before,
.twitter.style2 h2 span::before {
  background-image: url(../images/common/icon_x_style2.png);
}
.news.style2 .news_list li time,
.twitter.style2 .news_list li time {
  color: #f2cb13;
}

.twitter h2 {
  font-family: inherit;
  font-size: 5.6rem;
  font-weight: bold;
}

.news_list {
  position: relative;
}
.news_list li {
  margin-bottom: 0.2rem;
  color: #000;
  background: #fff;
  height: 18rem;
}
.news_list li a {
  height: 100%;
  color: #000;
}
.news_list li time {
  display: inline-block;
  margin: 4rem 0 0.8em 4rem;
  font-family: "Concert One", cursive;
  color: #21a1d9;
  transition: 2s linear;
}
.news_list li .new {
  margin-left: 1.2em;
  font-family: "Concert One", cursive;
  color: #e55927;
}
.news_list li p {
  padding: 0 4rem;
  width: 100%;
  line-height: 1.416;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.ttl_twitter span {
  position: relative;
  padding-left: 1.5em;
  line-height: 0.9;
}
.ttl_twitter span::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url(../images/common/icon_x_style1.png) no-repeat center/contain;
  transition: 2s linear;
}

.twitter-timeline {
  position: relative;
  background-color: #fff;
  height: 26em;
  overflow-y: scroll;
}
.twitter-timeline iframe {
  width: 100% !important;
  font-size: 2rem;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
  .news,
  .twitter {
    position: relative;
    margin: 0 auto 4rem;
    padding: 6rem 12rem;
    width: 88rem;
    background-size: 31.4rem auto;
  }
  .news::before,
  .twitter::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 31.4rem;
    height: 43.3rem;
    background: url(../images/top/img_deco2_style1.png) no-repeat top left/contain;
    transform: scale(-1, -1);
    transition: 2s linear;
  }
  .news h2,
  .twitter h2 {
    font-size: 4.8rem;
  }
  .news.style2::before,
  .twitter.style2::before {
    background-image: url(../images/top/img_deco2_style2.png);
  }
  .twitter h2 {
    font-size: 4.2rem;
  }
  .news_list li {
    height: 13rem;
    min-height: 74px;
  }
  .news_list li a:hover {
    opacity: 0.5;
  }
  .news_list li time {
    margin-top: 3rem;
    margin-left: 2rem;
  }
  .news_list li p {
    padding: 0 2rem;
    font-size: 1.4rem;
  }
}
/* =====================================================================
    index
======================================================================*/
#index #main {
  margin-top: 0;
  width: 100%;
}
#index #footer {
  width: 100%;
}

.index .banner_list {
  margin-bottom: 8rem;
}

/* =====================================================================
    top
======================================================================*/
.movie_embed {
  position: relative;
  margin: 0 calc(50% - 50vw) 12rem;
  aspect-ratio: 16/9;
}
.movie_embed iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .top .twitter_box {
    margin-bottom: 8rem;
  }
  .news_twitter {
    margin-bottom: 8rem;
    display: flex;
    justify-content: space-between;
  }
  .news_twitter .news,
  .news_twitter .twitter {
    margin: 0;
    padding: 3rem 2.4rem 4rem;
    width: 48rem;
  }
  .news_twitter .news::before,
  .news_twitter .twitter::before {
    display: none;
  }
  .news_twitter .twitter-timeline {
    height: 24.6em;
    min-height: 224px;
  }
  .movie_embed {
    margin: 0 auto 8rem;
    width: 92rem;
  }
}/*# sourceMappingURL=top.css.map */