@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:300;500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*=============================================*/
/*  layout  Base  */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1230px;
  margin: auto;
}

section {
  padding: 0 0 40px;
}

/*=============================================*/
/*  layout  */
/*=============================================*/
body {
  position: relative;
}
body:before {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100svh;
  background: url(../img/body-bg.webp) no-repeat center top/cover;
}
body:after {
  position: fixed;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100svh;
  background-color: rgba(255, 255, 255, 0.7);
}

.wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  min-height: 100vh;
  margin: auto;
  z-index: 10;
}

/********************************************/
/*header */
/********************************************/
/********************************************/
/*FV */
/********************************************/
.fv_block {
  padding: 0;
}
.fv_block .bg_main {
  background: url(../img/fv-bg-img.webp) no-repeat center top/cover;
}

.fv_block {
  text-align: center;
}
.fv_block .d_logo {
  width: 50%;
  max-width: 150px;
  margin-bottom: 45px;
}
.fv_block .title {
  width: 100%;
  max-width: 320px;
  margin: auto;
  margin-bottom: 10px;
}
.fv_block .info {
  width: 96%;
  max-width: 310px;
  margin: auto;
  margin-bottom: 60px;
}
.fv_block .silhouette {
  width: 80%;
  max-width: 300px;
  margin: auto;
  margin-bottom: -1px;
}

.fv_block .fv_bottom_info {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #B13F99;
}
.fv_block .fv_bottom_info .txt {
  max-width: 350px;
  margin: auto;
}

.youtube_box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.youtube_box .mov_box {
  width: 100%;
  aspect-ratio: 16/9;
}
.youtube_box .mov_box iframe {
  width: 100%;
  height: 100%;
}

.youtube_box {
  padding-top: 40px;
  padding-bottom: 40px;
}
.youtube_box .mov_box_short {
  width: 90%;
  max-width: 400px;
  margin: auto;
}
.youtube_box .mov_box_short iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
}

.main_title {
  margin-bottom: 1em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  font-size: 2.5rem;
  background: linear-gradient(to right, #b13f99 0%, #f89fd6 100%);
  text-align: center;
  color: #fff;
}
.main_title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 1em;
  line-height: 1;
}
.main_title .jp {
  display: block;
  margin-top: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.3em;
}

.news_box .date {
  display: block;
  margin-bottom: 0.4em;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.news_box .post_ttl {
  margin-bottom: 0.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.txt_base {
  font-size: 1.4rem;
}
.txt_base p {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.8;
  color: #333;
}
.txt_base p:last-child {
  margin-bottom: 0;
}
.txt_base p a {
  text-decoration: underline;
  color: #F89FD6;
}

.event_info_list li {
  margin-bottom: 25px;
}
.event_info_list li:last-child {
  margin-bottom: 0;
}
.event_info_list li span {
  display: block;
  background-color: #F89FD6;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.4em 0.8em;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/********************************************/
/*Footer */
/********************************************/
.footer_main {
  position: relative;
  background: url(../img/fv-bg-img.webp) no-repeat center/cover;
}
.footer_main:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.8);
  mix-blend-mode: multiply;
}
.footer_main .main_width {
  position: relative;
  z-index: 1;
}

.footer_main {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer_main .logo {
  max-width: 300px;
  margin: auto;
  padding-bottom: 30px;
}
.footer_main .produce {
  text-align: center;
  font-size: 2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.footer_main .produce small {
  display: block;
  font-size: 1em;
  margin-bottom: 0.6em;
}
.footer_main .produce span {
  display: block;
  width: 60%;
  max-width: 200px;
  margin: auto;
}

ul.img_list li {
  margin-bottom: 15px;
}
ul.img_list li:last-child {
  margin-bottom: 0;
}

.map_frame {
  position: relative;
  width: 100%;
  padding-top: 76.25%;
  height: 0;
  margin-bottom: 20px;
}
.map_frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map_logo {
  margin-bottom: 10px;
  max-width: 150px;
  margin-bottom: 10px;
}

.map_name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.6rem;
}

.map_name {
  font-size: 1.4rem;
  line-height: 1.6;
}

.ticket_link {
  padding-top: 40px;
}
.ticket_link .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 1.2em;
  background-color: #000;
  color: #fff;
  padding: 0.4em 0.5em;
}
.ticket_link .img {
  max-width: 200px;
  margin: auto;
  border: 1px solid #ccc;
  padding: 15px;
}

/********************************************/
/*FAQ */
/********************************************/
.accordionIcon {
  position: relative;
  width: 20px;
  height: 20px;
}
.accordionIcon .accordionIconItem01,
.accordionIcon .accordionIconItem02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.accordionIcon .accordionIconItem02 {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqBox.active .accordionIcon .accordionIconItem02 {
  opacity: 0;
}

.faqAccordionIcon {
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
}
.faqAccordionIcon::before {
  content: "▼";
  display: block;
  font-size: 12px;
  transition: transform 0.3s;
}
.faqListBtn.active .faqAccordionIcon::before {
  transform: rotate(180deg);
}

.accordionList .faqListContent,
.accordionList .accordionContent {
  display: none;
}

.accordionList .accordionBtn {
  position: relative;
  margin-top: 15px;
  background-color: #F89FD6;
  cursor: pointer;
}
.accordionList .accordionBtn .faqTtl {
  color: #fff;
  font-size: 1.5rem;
  padding: 1em 2em 1em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.accordionList .accordionBtn .accordionIcon {
  position: absolute;
  top: 1.3em;
  right: 0.7em;
}

.accordionList .accordionContent {
  background-color: #B13F99;
  padding: 20px 20px;
}
.accordionList .accordionContent * {
  color: #fff;
}
.accordionList .accordionContent .faqList {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
.accordionList .accordionContent .faqListBtn {
  position: relative;
}
.accordionList .accordionContent .questionTxtBox {
  cursor: pointer;
  padding-bottom: 0.5em;
  padding-right: 2.5em;
}
.accordionList .accordionContent .questionTxtBox .questionJa {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.accordionList .accordionContent .faqAccordionIcon {
  position: absolute;
  top: 0.2em;
  right: 0.5em;
}
.accordionList .accordionContent .faqListContent {
  padding-right: 2.5em;
}/*# sourceMappingURL=style.css.map */