@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : top.css
Description : トップ
===================================================================== */
/* =====================================================================
    header
======================================================================*/
.mv {
  padding: 4rem 0 0;
  background: url(../images/top/bg_mv-sp.jpg) no-repeat center top/cover;
}
.mv h1 {
  position: relative;
  margin: 0 auto;
  width: calc(440 / 680 * 100%);
  z-index: 2;
}

.mv_illust_l {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 0 calc(-24 / 680 * 100%) calc(-426 / 680 * 100%);
  width: calc(680 / 680 * 100%);
}

.mv_illust_r {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 calc(-305 / 680 * 100%) calc(-36 / 680 * 100%) 0;
  width: calc(680 / 680 * 100%);
}

.mv_bottom {
  position: relative;
  padding: 6rem 0 16rem;
  background-color: #fff;
}
.mv_bottom::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  transform: scale(1, -1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv_bottom::before {
    top: -2.7rem;
    height: 2.8rem;
  }
}
.mv_bottom::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .mv_bottom::after {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}

.mv_notice {
  margin: 0 auto 6.6rem;
  padding: 1em 2em;
  line-height: 1.4;
  border: 0.2em solid red;
  background-color: #fff;
}

.closing {
  margin-top: 2rem;
  border: solid 2px #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 10px #ed537a;
  padding: 2rem;
  color: #fff;
  text-align: center;
  background: #ed537a;
}

.mv_menu {
  margin-bottom: 6.6rem;
}
.mv_menu li {
  margin-bottom: 1.8rem;
}
.mv_menu li a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}
.mv_menu li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin-left: calc(150 / 680 * 100%);
  width: 100%;
  height: 1rem;
  z-index: 1;
}
.mv_menu li a > img {
  width: calc(121 / 680 * 100%);
}
.mv_menu li a p {
  padding-right: calc(70 / 680 * 100%);
  width: calc(530 / 680 * 100%);
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.285;
}
.mv_menu li a p span {
  font-size: 140%;
}
.mv_menu li a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.2em;
  height: 2.2em;
  animation: updown1 3s ease-in-out 0s infinite;
  z-index: 3;
}
.mv_menu li.nav_gourmet a::after {
  background: url(../images/common/img_waveLine_orange.png) round no-repeat center/auto 100%;
}
.mv_menu li.nav_gourmet a p span {
  color: #ff6347;
}
.mv_menu li.nav_gourmet svg {
  fill: #ff6347;
}
.mv_menu li.nav_event a::after {
  background: url(../images/common/img_waveLine_green.png) round no-repeat center/auto 100%;
}
.mv_menu li.nav_event a p span {
  color: #33cc85;
}
.mv_menu li.nav_event svg {
  fill: #33cc85;
}
.mv_menu li.nav_recording a::after {
  background: url(../images/common/img_waveLine_blue.png) round no-repeat center/auto 100%;
}
.mv_menu li.nav_recording a p span {
  color: #29becc;
}
.mv_menu li.nav_recording svg {
  fill: #29becc;
}
@media screen and (max-width: 767px) {
  .mv_menu li:nth-child(even) a {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .mv_menu li:nth-child(even) a::after {
    left: auto;
    right: 0.5em;
    margin: 0 calc(150 / 680 * 100%) 0 0;
  }
  .mv_menu li:nth-child(even) a p {
    text-align: right;
    margin-right: calc(30 / 680 * 100%);
    padding: 0 0 0 calc(70 / 680 * 100%);
    width: calc(510 / 680 * 100%);
  }
  .mv_menu li:nth-child(even) a svg {
    right: auto;
    left: 0;
  }
}

@keyframes updown1 {
  0% {
    transform: translateY(-1.2em);
  }
  50% {
    transform: translateY(-1.8em);
  }
  100% {
    transform: translateY(-1.2em);
  }
}
.mv_date {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .mv {
    padding-top: 16rem;
    background-image: url(../images/top/bg_mv-pc.jpg);
  }
  .mv h1 {
    width: calc(352 / 1280 * 100%);
  }
  .mv_illust_l {
    margin: 0 0 calc(-58 / 1600 * 100%) calc(-70 / 1600 * 100%);
    width: calc(612 / 1600 * 100%);
  }
  .mv_illust_r {
    margin: 0 calc(-60 / 1600 * 100%) calc(-65 / 1600 * 100%) 0;
    width: calc(612 / 1600 * 100%);
  }
  .mv_bottom {
    margin-top: -6rem;
    padding: 13rem 0 12rem;
  }
  .mv_notice {
    width: 94%;
  }
  .mv_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 5.5rem;
  }
  .mv_menu li {
    margin: 0 calc(17 / 1280 * 100%);
    width: calc(380 / 1280 * 100%);
  }
  .mv_menu li a {
    flex-direction: column;
    padding-bottom: 4rem;
    height: 100%;
  }
  .mv_menu li a::after {
    margin-left: 0;
    height: 0.8rem;
  }
  .mv_menu li a > img {
    margin-bottom: 2.4rem;
    width: 31.8421052632%;
  }
  .mv_menu li a p {
    text-align: center;
    padding: 0 !important;
    width: 100%;
    font-size: 2.2rem;
  }
  .mv_menu li a svg {
    top: auto;
    bottom: -2em;
    right: -0.2em;
    transform: translateY(0);
    width: 1.5em;
    height: 1.5em;
  }
  .mv_date {
    width: calc(851 / 1280 * 100%);
  }
}
/* =====================================================================
    about
======================================================================*/
.about_head {
  position: relative;
  padding: 10rem 0 49rem;
  background: linear-gradient(to bottom, #ffbfcf 0%, #9debf2 50%, #4cd997 100%);
}
.about_head::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45.4rem;
  background: url(../images/top/bg_sakura-sp.png) no-repeat center bottom/contain;
}
.about_head .illust1 {
  position: absolute;
  top: 0;
  right: 0;
  margin: calc(-257 / 680 * 100%) calc(-70 / 680 * 100%) 0 0;
  width: calc(400 / 680 * 100%);
  z-index: 1;
}
.about_head h2 {
  margin: 0 0 7.5rem calc(-265 / 680 * 100%);
  width: calc(1149 / 680 * 100%);
}
.about_head p {
  margin: 0 auto;
  width: calc(640 / 680 * 100%);
  line-height: 1.666;
}
.about_head p span {
  font-size: 133%;
  font-weight: 900;
  color: #ed537a;
  text-shadow: 0.12em 0.12em 0 #fff, 0.12em -0.12em 0 #fff, -0.12em 0.12em 0 #fff, -0.12em -0.12em 0 #fff, 0.12em 0px 0 #fff, 0px 0.12em 0 #fff, -0.12em 0px 0 #fff, 0px -0.12em 0 #fff;
}

.about_contents {
  position: relative;
  padding: 24rem 0 12rem;
}
.about_contents::before {
  content: "";
  position: absolute;
  display: block;
  top: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  transform: scale(1, -1);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_contents::before {
    top: -2.7rem;
    height: 2.8rem;
  }
}
.about_contents::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_white.png) round no-repeat center top/auto 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .about_contents::after {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.about_contents_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-top: calc(-630 / 680 * 100%);
  width: calc(567 / 680 * 100%);
}
.about_contents_txt {
  text-align: center;
  line-height: 1.666;
}
.about_contents_txt span {
  font-size: 186%;
  font-weight: 900;
  color: #ed537a;
  line-height: 1.4;
}

.about_map {
  position: relative;
  margin-top: 4rem;
}
.about_map h3 {
  position: relative;
  margin: 0 auto -4.5rem;
  width: calc(441 / 680 * 100%);
}
.about_map_img img {
  border-radius: 3.2rem;
}

@media screen and (min-width: 768px) {
  .about_head {
    padding: 12rem 0 39rem;
  }
  .about_head::after {
    height: 29.375vw;
    background-image: url(../images/top/bg_sakura-pc.png);
  }
  .about_head .illust1 {
    margin: calc(-240 / 1600 * 100%) 0 0 0;
    width: calc(360 / 1600 * 100%);
  }
  .about_head h2 {
    margin: 0 auto 7.5rem;
    width: calc(861 / 1280 * 100%);
  }
  .about_head p {
    width: calc(800 / 1280 * 100%);
  }
  .about_contents {
    padding: 12rem 0 14rem;
  }
  .about_contents_img {
    margin-top: -45.6rem;
    width: 42.6rem;
  }
  .about_map {
    margin: 6rem auto 0;
    max-width: 800px;
  }
  .about_map h3 {
    margin: 0 auto -5rem;
    width: 43.375%;
  }
}
/* =====================================================================
    contents
======================================================================*/
.contents {
  padding-top: 30rem;
}
.contents .sakura1 {
  position: absolute;
  top: -2rem;
  left: -20rem;
  width: 32rem;
  z-index: -1;
}
.contents .sakura2 {
  position: absolute;
  top: -11.5rem;
  right: -21.4rem;
  width: 52rem;
  z-index: -1;
}
.contents_icon {
  margin: 0 auto 7rem;
  width: calc(240 / 680 * 100%);
}
.contents_txt p {
  margin: 0 auto 5rem;
  width: calc(640 / 680 * 100%);
  color: #fff;
  line-height: 1.666;
}
.contents_txt p span {
  margin: 0 0.2em;
  padding: 0.1em 0.3em;
  font-size: 133%;
  background-color: #fff;
}
.contents_ttl {
  position: relative;
  text-align: center;
  margin-bottom: 4.5rem;
  padding-bottom: 4rem;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.3;
  color: #fff;
}
.contents_ttl span {
  font-size: 150%;
  color: #ffde0a;
}
.contents_ttl::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background: url(../images/common/img_waveLine_yellow.png) round no-repeat center/auto 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .contents_ttl::after {
    height: 0.8rem;
  }
}
.contents_box {
  padding: 4rem calc(20 / 680 * 100%);
  line-height: 1.666;
  background-color: #fff;
  border-radius: 3rem;
  border: 2px solid #ffde0a;
}
.contents_box h3 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 120%;
  font-weight: 800;
  color: #29becc;
}
.contents_box .txt_link {
  margin-bottom: 0.5em;
  color: #000000;
}
.contents .sec_shape {
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 120%;
  height: 35rem;
  z-index: 1;
}

a.txt_link {
  position: relative;
  top: 0.1em;
  display: inline-flex !important;
  align-items: center;
  margin-right: 0.3em;
  color: #fff;
  -webkit-text-decoration: underline #ffde0a;
          text-decoration: underline #ffde0a;
}
a.txt_link svg {
  flex-shrink: 0;
  margin-right: 0.5em;
  width: 1em;
  height: 1em;
  transform: rotate(-90deg);
  fill: #ffde0a;
}

.bnr_kenmin {
  margin: 0 auto 8rem;
  width: calc(560 / 680 * 100%);
  filter: drop-shadow(0px 2.4rem 4rem rgba(0, 0, 0, 0.15));
}

@media screen and (min-width: 768px) {
  .contents {
    padding: 18.7rem 0 16rem !important;
  }
  .contents .sakura1 {
    top: -5.8rem;
    left: -24rem;
    width: 24rem;
  }
  .contents .sakura2 {
    top: -8.8rem;
    left: 32rem;
    right: auto;
    width: 39rem;
    transform: scale(-1, 1);
  }
  .contents_icon {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 calc(630 / 1600 * 100%);
    width: calc(169 / 1600 * 100%);
  }
  .contents_txt {
    margin: 0 0 0 auto;
    width: calc(554 / 1280 * 100%);
    min-height: 24em;
  }
  .contents_txt p {
    width: 100%;
    line-height: 2.111;
  }
  .contents_ttl {
    text-align: left;
    margin-bottom: 3.8rem;
    padding-bottom: 2rem;
    font-size: max(3rem, 20px);
  }
  .contents_box {
    padding: 3rem;
  }
  .contents_illust {
    position: absolute;
    bottom: 0;
  }
  .contents .sec_shape {
    display: none;
  }
  .txt_link svg {
    transition: 0.3s ease;
  }
  .txt_link:hover svg {
    transform: translateX(0.25em) rotate(-90deg);
  }
  .bnr_kenmin {
    margin: 0;
    width: 75.8122743682%;
  }
  .bnr_kenmin:hover {
    transform: translateY(1rem);
    filter: drop-shadow(0px 1rem 2rem rgba(0, 0, 0, 0.15));
  }
}
/* =====================================================================
    gourmet 
======================================================================*/
.gourmet {
  padding-top: 18.8rem;
  background: #ff6347;
}
.gourmet p span {
  color: #ff6347;
}
.gourmet .contents_illust {
  margin: 0 0 -17rem calc(-35 / 680 * 100%);
  width: calc(750 / 680 * 100%);
}
.gourmet .sec_shape {
  bottom: -1rem;
}
.gourmet .sec_shape .shape-fill {
  fill: #ff6347;
}

@media screen and (min-width: 768px) {
  .gourmet .contents_illust {
    left: 0;
    margin: 0 0 calc(-110 / 1600 * 100%) calc(-56 / 1600 * 100%);
    width: calc(758 / 1600 * 100%);
  }
}
/* =====================================================================
    event 
======================================================================*/
.event {
  background: #33cc85;
}
.event .sakura1 {
  left: auto;
  right: -21.4rem;
}
.event .sakura2 {
  right: auto;
  left: -20rem;
  transform: scale(-1, 1);
}
.event p span {
  color: #33cc85;
}
.event .contents_illust {
  margin: 0 calc(-159 / 680 * 100%) -3rem auto;
  width: calc(791 / 680 * 100%);
}
.event .sec_shape {
  bottom: -12rem;
}
.event .sec_shape .shape-fill {
  fill: #33cc85;
}

@media screen and (min-width: 768px) {
  .event::before {
    content: "";
    position: absolute;
    display: block;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%) scale(1, -1);
    width: 96rem;
    height: 2.8rem;
    background: url(../images/common/img_wave_green.png) round no-repeat center top/auto 100%;
    z-index: 1;
  }
  .event .sakura1 {
    right: -24rem;
  }
  .event .sakura2 {
    left: 88rem;
    transform: scale(1, 1);
  }
  .event .contents_icon {
    margin: 0 0 0 50%;
  }
  .event .contents_txt {
    margin: 0;
  }
  .event .contents_illust {
    right: 0;
    margin: 0 calc(20 / 1600 * 100%) 0 0;
    width: calc(593 / 1600 * 100%);
  }
}
/* =====================================================================
    recording 
======================================================================*/
.recording {
  padding-bottom: 8rem;
  background: #29becc;
}
.recording::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -3.1rem;
  left: 0;
  width: 100%;
  height: 3.2rem;
  background: url(../images/common/img_wave_blue.png) round no-repeat center top/auto 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recording::after {
    bottom: -2.7rem;
    height: 2.8rem;
  }
}
.recording p span {
  color: #29becc;
}
.recording .contents_illust {
  margin-left: calc(-158 / 680 * 100%);
  width: calc(871 / 680 * 100%);
}

@media screen and (min-width: 768px) {
  .recording::before {
    content: "";
    position: absolute;
    display: block;
    top: -2.4rem;
    left: 50%;
    transform: translateX(-50%) scale(1, -1);
    width: 96rem;
    height: 2.8rem;
    background: url(../images/common/img_wave_blue.png) round no-repeat center top/auto 100%;
    z-index: 1;
  }
  .recording .contents_illust {
    left: 0;
    margin: 0 0 calc(50 / 1600 * 100%) 0;
    width: calc(653 / 1600 * 100%);
  }
  .recording .contents_illust .img_illust_recording2 {
    margin: -5.5130168453% 0 0 8.8820826953%;
    width: 72.5880551302%;
  }
}
/* =====================================================================
    desc
======================================================================*/
.desc {
  padding: 10rem 0 18rem;
  background: linear-gradient(to top, #ffbfcf 0%, #9debf2 50%, #4cd997 100%);
}
.desc .movie_embed {
  margin: 4rem auto 0;
  width: calc(640 / 680 * 100%);
}

.twitter_widgets {
  margin: 0 auto 10rem;
  width: calc(640 / 680 * 100%);
  height: 400px;
  background-color: #fff;
  border-radius: 3.2rem;
  overflow: hidden;
}

.desc_contents {
  margin-top: 15rem;
}
.desc_contents > li {
  margin: 0 auto 13rem;
}
.desc_contents > li:last-child {
  margin-bottom: 0;
}
.desc_contents > li h3 {
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.desc_contents > li p {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.666;
}
.desc_contents > li.place p {
  text-align: center;
}

.movie_box {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.movie_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desc_txt {
  margin-top: 15rem;
  text-align: center;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .desc {
    padding: 19rem 0 16rem;
  }
  .desc .movie_embed {
    width: 100%;
    max-width: 800px;
  }
  .twitter_widgets {
    width: 100%;
    max-width: 800px;
  }
  .desc_contents {
    display: flex;
    justify-content: center;
    margin-top: 8rem;
  }
  .desc_contents > li {
    margin: 0 calc(120 / 1280 * 100%) 0 0;
    width: 50%;
    max-width: 500px;
  }
  .desc_contents > li:last-child {
    margin-right: 0;
  }
  .desc_contents > li p {
    line-height: 2.111;
  }
}
/* =====================================================================
    TOPスケジュール
======================================================================*/
.schedule_list_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.schedule_list_top li {
  margin: 5.8823529412% auto;
  width: 70.5882352941%;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.schedule_list_top li a {
  position: relative;
  text-align: center;
  padding: 0.8em 0;
  padding-left: 0.5em;
  font-size: 2.8rem;
  font-weight: 800;
  background-color: #ed537a;
  color: #fff;
  line-height: 1.5;
  border-radius: 3em;
  box-shadow: 4px 4px #f02a5b;
}
.schedule_list_top li:hover {
  transform: translateY(-5px);
}

@media screen and (min-width: 768px) {
  .schedule_list_top li {
    margin: 0 1.015625% 4rem;
    width: 23.4375%;
    min-width: 240px;
  }
  .schedule_list_top li a {
    font-size: max(2.1rem, 16px);
  }
}/*# sourceMappingURL=top.css.map */