@charset "UTF-8";

/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
header,
footer,
main,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

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

input,
select,
textarea {
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
}

input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #ccc;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:focus {
  outline: 0;
}

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

button {
  border: 0;
}

body {
  font-family: "Noto Sans JP", Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}
strong {
  font-weight: bold;
}

hr {
  border: solid 1px #e6e6e6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  height: auto;
  min-height: 1px;
  vertical-align: bottom;
  border: 0;
  outline: 0;
  transition: all 0.3s ease-in-out;
}

figure {
  padding: 0;
  margin: 0;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ul ul {
  margin-top: 0;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

th {
  font-weight: inherit;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.rwd {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* = height ÷ width × 100 */
}

.rwd iframe,
.rwd object,
.rwd embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rwd_movie {
  padding-top: 56.25%;
}

.rwd_map {
  padding-top: 39.16%;
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.row {
  display: flex;
}

.sp {
  display: none;
}

.ttl {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

main {
  line-height: 1.5;
  width: 100%;
  max-width: 684px;
  margin: 0 auto;
}

.home main {
  line-height: inherit;
  max-width: none;
  width: auto;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.site-header {
  padding: 16px 0;
  background: #000;
  color: #fff;
}

.home .site-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.gnav ul {
  list-style: none;
  padding: 0;
}

.gnav a {
  font-size: 18px;
  color: inherit;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gnav a:not([href]) {
  opacity: 0.5;
}

.pc_nav {
  width: 82%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

/*--------------------------------------------------------------
# メインビジュアル
--------------------------------------------------------------*/
.main {
  height: 130.8334vw;
  background: url(images/bg_main.webp?2025) no-repeat 50% 0 #050b18;
  background-size: cover;
  position: relative;
}

.main_catch {
  position: absolute;
  top: 24%;
  right: 0;
  left: 0;
  width: 360px;
  margin: auto;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# コンセプト
--------------------------------------------------------------*/
.concept_sec {
  padding: 80px 0;
  text-align: center;
}
.concept_ttl {
  line-height: 1;
  margin: 0 0 1em;
  font-weight: inherit;
  font-size: 24px;
  text-align: center;
}
.concept_ttl_img {
  margin-bottom: 30px;
}
.concept_ttl_img img {
  width: 440px;
  height: auto;
}

.concept_ttl span {
  font-size: 30px;
}

.concept_ttl::before {
  content: "";
  display: block;
  background: url(./images/ico_concept.svg) no-repeat 0 0 / contain;
  width: 260px;
  height: 48px;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.concept_txt {
  font-size: 19px;
  margin: 20px 0 0;
  line-height: 2.47;
}

.concept_catch {
  font-size: 56px;
  margin: 5px 0 0;
}

.concept_catch span {
  font-size: 40px;
  margin: 0 8px;
}

.concept_catch span + span {
  font-size: 42px;
  margin: 0;
}

.concept_subtxt {
  font-size: 18px;
  font-weight: 700;
  margin: 15px 0 0;
}

.concept_sec2 {
  padding: 58px 0 75px;
  background: #050b18;
  color: #fff;
  text-align: center;
}
.concept_ttl2 {
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "メイリオ", sans-serif;
  font-size: 24px;
  margin: 30px 0 15px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.15em;
}
.concept_txt2 {
  font-size: 14px;
  margin: 20px 0 25px;
  line-height: 2.2;
  letter-spacing: 0.01em;
}
.concept_subtxt2 {
  font-size: 20px;
  margin: 1em 0 0;
}
.comingsoon {
  font-size: 35px;
  margin: 50px 8px 0;
}

/*--------------------------------------------------------------
# イメージ
--------------------------------------------------------------*/
.candle_img_detail {
  background: #e6e6e6;
  padding: 36px 0;
}

.candle_img_detail p {
  font-size: 18px;
  line-height: 2.3;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.candle_img_list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.candle_img_list li {
  flex-basis: calc(100% / 4);
}

/*--------------------------------------------------------------
# イベント情報
--------------------------------------------------------------*/
.information_sec {
  padding: 60px 0;
  background-color: #050b18;
  color: #fff;
}

.information_cont {
  width: 684px;
  margin: 0 auto;
}

.information_subttl {
  font-size: 16px;
  text-align: center;
  margin: 12px 0 0;
}

.information_table {
  margin: 20px 0 0;
  border-top: solid 1px #fff;
  width: 100%;
}

.information_table th,
.information_table td {
  font-size: 16px;
  padding: 20px 10px;
  line-height: 1.6;
  vertical-align: middle;
}

.information_table tr {
  border-bottom: solid 1px #fff;
}

.information_table th {
  font-weight: normal;
  text-align: center;
  width: 116px;
  font-size: 19px;
}

.information_table .th_session {
  vertical-align: middle;
}

.information_table .settion_date,
.information_table .td_session_note {
  margin: 0 0 0 0;
}

.information_table .td_session_note {
  display: block;
}

.information_table a {
  color: inherit;
}

.ch2 {
  display: inline-block;
  letter-spacing: 1em;
  margin-right: -1em;
}

.information_attention {
  font-size: 14px;
  /*color: #bf0008;*/
  margin: 20px 0 10px;
  line-height: 1.57;
}

.information_attention2 {
  margin: 20px 0 10px;
  font-weight: bold;
  line-height: 1.5;
}

.information_bottom {
  font-size: 16px;
  line-height: 1.57;
  margin: 0;
}

.information_bottom::before {
  content: "※";
  display: block;
}

.information_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 274px;
  height: 42px;
  margin: 40px auto;
  font-size: 16px;
  color: #fff;
  border: solid 1px #fff;
}

.settion_date_part {
  font-size: 24px;
}

.settion_date {
  font-size: 14px;
}

.td_session_note {
  font-size: 14px;
}

.information_bnr {
  margin: 7.018% 0 0;
  text-align: center;
}

.information_bnr > a {
  display: block;
  max-width: 258px;
  margin: 0 auto;
}

.information_bnr > p {
  margin-top: 1.25em;
  font-weight: 700;
}

.doc-link {
  margin-top: 24px;
  text-align: center;
}

.doc-link__btn {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 274px;
  height: 42px;
  margin: 0 auto;
  border: 1px solid;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.buy-ticket {
  margin: 40px 0 0;
  padding: 40px;
  background: #fff;
  color: #050b18;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}

.buy-ticket > p {
  margin: 1em 0;
}

.buy-ticket__heading {
  color: #ab1c23;
  font-size: 1.273em;
}

.buy-ticket-link__caption {
  margin-bottom: 1em;
  font-size: 0.682em;
}

.buy-ticket-link__btn {
  display: block;
  width: 16.7273em;
  margin: 0 auto;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));
}

/*--------------------------------------------------------------
# コース案内
--------------------------------------------------------------*/
.course_sec {
  padding: 60px 0;
  background: #e6e6e6;
}

.course_cont {
  width: 684px;
  margin: 0 auto;
}

.course_ttl {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 36px;
  border: solid 1px #595757;
  margin: 0 auto;
}

.course_item {
  margin: 30px -18px 0;
  justify-content: space-between;
}

.course_root {
  flex-basis: calc((100% / 2) - 36px);
  margin: 0 18px;
}

.course_root_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #898989;
  font-size: 16px;
  color: #fff;
}

.course_root_txt {
  text-align: center;
  margin: 16px 0 0;
}

/*--------------------------------------------------------------
# 飲食ブース
--------------------------------------------------------------*/
.food_sec {
  width: 928px;
  margin: 0 auto;
  padding: 80px 0;
}

.food_subttl {
  font-size: 16px;
  margin: 16px 0 0;
  text-align: center;
}

.food_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 676px;
  margin: 40px auto 15px;
  padding: 0;
  text-align: center;
}

.food_list img {
  width: 100%;
}

.food_list + p {
  text-align: center;
}

.food_list__item {
  /*flex-basis: calc((100% / 2) - 20px);
  margin: 0 40px 15px 0;*/
  flex: 0 0 47.042%;
  margin: 4.734% 0 0;
}
.food_list__item:nth-child(-n + 2) {
  margin-top: 0;
}

.food_list__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.food_list__schedule {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 1.375;
  font-size: 13px;
}

.food_list__schedule > span:first-child {
  display: inline-block;
  line-height: 1.57143;
  margin-right: 0.36em;
  padding: 0 0.286em;
  background: #000;
  color: #fff;
  font-size: 0.875em;
}

.food_list__name-text {
  margin: 1.5em 0;
  font-size: 19px;
}

.marche_ttl {
  text-transform: none;
}

/*--------------------------------------------------------------
# MOVIE
--------------------------------------------------------------*/
.movie_sec {
  background: #050b18;
  color: #fff;
  padding: 50px 0 80px;
}

.movie_cont {
  margin: 40px auto 0;
  width: 684px;
}

/*--------------------------------------------------------------
# GALLERY
--------------------------------------------------------------*/
.gallery_sec {
  background: #050b18;
  color: #fff;
  padding: 50px 0 180px;
}

.gallery_cont {
  margin-top: 80px;
  text-align: center;
  font-size: 33px;
  line-height: 58px;
}

.coming-soon {
  margin: 2em 0 1em;
  font-weight: 700;
  font-size: 66px;
  text-align: center;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# INSTAGRAM
--------------------------------------------------------------*/
.instagram_cont,
.wallpaper_cont {
  width: 756px;
  margin: 88px auto 88px;
}

.instagram_list {
  list-style: none;
  margin: 32px -3px 0;
  padding: 0;
  flex-wrap: wrap;
}

.instagram_list li {
  flex-basis: calc((100% / 6) - 6px);
  margin: 0 3px 6px;
  position: relative;
  overflow: hidden;
}

.instagram_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hashtag {
  margin: 36px 0 0;
}

.hashtag a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 274px;
  height: 42px;
  margin: 0 auto;
  font-size: 16px;
  color: #231815;
  border: solid 1px #231815;
}

/*--------------------------------------------------------------
# MAP
--------------------------------------------------------------*/
.map_sec {
  margin: 0 0;
}

.map_cont {
  margin: 0 0 0;
}

/*--------------------------------------------------------------
# Wallpaper
--------------------------------------------------------------*/
.wallpaper_ttl {
  margin-bottom: 48px;
}

.wallpaper-list {
  display: flex;
  list-style: none;
  justify-content: space-between;
  width: 89.94709%;
  max-width: 630px;
  margin: 0 auto;
  padding: 0;
}

.wallpaper-list__item {
  flex: 0 0 31.4286%;
}

.wallpaper-period {
  margin: 2em 0;
  text-align: center;
}

.wallpaper-description {
  line-height: 1.75;
  text-align: center;
}

/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
.site-footer {
  margin-top: 90px;
}

.home .site-footer {
  margin-top: 0;
}

.bnr_sec {
  padding: 80px 0 100px;
}

.bnr_cont,
.copyright_cont {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.copyright_cont {
  padding-left: 180px;
  text-align: left;
}

.bnr_organizer {
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bnr_organizer_item p {
  font-size: 19px;
}

.bnr_sponsor {
  margin: 50px 0;
  align-items: center;
}

.bnr_sponsor p {
  flex-shrink: 0;
  margin: 0 0 15px 0;
  font-size: 13px;
}

.bnr_sponsor img {
  /*width: 228px;*/
}

.bnr_list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0;
}

.bnr_list > li {
  flex: 0 0 22.5%;
  margin: 3.334% 0 0 3.334%;
}

.bnr_list > li:nth-child(-n + 4) {
  margin-top: 0;
}

.bnr_list > li:nth-child(4n + 1) {
  margin-left: 0;
}

.bnr_list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bnr_list__noorder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.3334em;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}

li.bnr_list__noorder:nth-child(4n + 1) {
  margin-left: auto;
  margin-right: auto;
}

.bnr_list__bottom {
  margin-top: 40px;
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

.bnr_list__bottom2 {
  line-height: 1.5;
  margin-top: 24px;
  font-size: 15px;
  text-align: center;
}

.copyright_sec {
  background: #050b18;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.copyright_sec address {
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
}

.copyright_sec address span {
  margin: 0 0 0 1em;
}

.copyright {
  font-size: 10px;
  margin: 10px 0 0;
}

.ft_logo {
  position: absolute;
  top: -61px;
  left: -90px;
}
.ft_logo img {
  width: 263px;
  height: auto;
}

.foot-nav {
  display: flex;
  list-style: none;
  margin: 1em 0;
  padding: 0 0 0 0;
  font-size: 14px;
  text-align: left;
}

.foot-nav__item {
  margin-right: 1em;
}

.foot-nav__link {
  display: block;
  position: relative;
  color: inherit;
  padding-left: 0.8em;
  text-decoration: none;
}

.foot-nav__link:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 0;
  margin: auto;
  border: solid transparent;
  border-width: 0.23em 0 0.23em 0.364em;
  border-left-color: currentColor;
  content: "";
}

.maillink {
  position: relative;
  color: inherit;
  text-decoration: none;
}

/*--------------------------------------------------------------
# ページ
--------------------------------------------------------------*/
.page-title {
  line-height: 1.25;
  margin: 2.783em 0;
  padding: 0;
  text-align: center;
  font-size: 1.4375em;
  font-weight: 400;
}

.privacy-part {
  margin: 32px 0;
  text-align: justify;
}

.privacy-part__heading {
  line-height: 1.25;
  margin: 0 0 0.7em;
  padding: 0;
  font-size: 700px;
  font-size: 1.0625em;
  text-align: left;
}

/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (max-width: 1047px) {
  /* 飲食ブース&INSTAGRAM&フッター */
  .food_sec,
  .instagram_cont,
  .wallpaper_cont,
  .bnr_cont,
  .copyright_cont {
    width: 90%;
  }
  .copyright_cont {
    padding-left: 0;
    text-align: center;
  }

  /* フッター */
  .copyright_sec {
    padding: 80px 0 20px;
  }

  .ft_logo {
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
  }

  .bnr_list__noorder {
    font-size: 1.4313vw;
  }

  .foot-nav {
    justify-content: center;
    padding-left: 0;
  }

  .foot-nav__item {
    margin: 0 0.5em;
  }
  .coming-soon {
    font-size: 7.3vw;
  }
}

@media screen and (max-width: 768px) {
  main {
    width: 90%;
  }
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .visually_hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  /* ヘッダー */
  .sp_nav_wrap {
    position: relative;
  }

  .sp_nav_cont {
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .sp_logo img {
    width: 60px;
  }

  .sp_nav {
    position: absolute;
    top: 40px;
    right: 0;
    width: 180px;
    background: #000;
    z-index: 1;
    display: none;
  }

  .sp_nav a {
    display: block;
    font-size: 16px;
    padding: 15px 22px;
  }

  .btn_ham {
    height: 22px;
    cursor: pointer;
  }

  .ham_line {
    display: inline-block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 5px;
    position: relative;
  }

  .ham_line::before,
  .ham_line::after {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    right: 0;
    background: #fff;
    border-radius: 5px;
    transition: all 0.1s ease-in;
  }

  .ham_line::before {
    top: -7px;
  }

  .ham_line::after {
    top: 7px;
  }

  .btn_ham[aria-expanded="true"] .ham_line {
    background-color: transparent;
  }

  .btn_ham[aria-expanded="true"] .ham_line::before,
  .btn_ham[aria-expanded="true"] .ham_line::after {
    top: -2px;
    background: #fff;
  }

  .btn_ham[aria-expanded="true"] .ham_line::before {
    transform: rotate(45deg);
  }

  .btn_ham[aria-expanded="true"] .ham_line::after {
    transform: rotate(-45deg);
  }

  /* メインビジュアル */
  .main {
    height: 100vh;
  }

  .main_catch {
    top: 26%;
    width: 34.4vw;
  }

  /* コンセプト */
  .concept_sec {
    width: 90%;
    margin: 0 auto;
  }
  .concept_sec2 {
    width: 100%;
    margin: 0;
    padding: 12vw 5vw;
  }
  .concept_txt2 {
    letter-spacing: -0.05em;
  }

  .settion_date_part {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 5px;
  }

  /* イメージ */
  .candle_img_detail p br {
    display: none;
  }

  /* イベント情報 */
  .information_cont {
    width: 90%;
  }

  .information_table th,
  .information_table td {
    font-size: 14px;
  }

  .information_table th {
    width: 72px;
  }

  .information_attention,
  .information_bottom {
    font-size: 13px;
  }

  .information_bnr > p {
    line-height: 1.25;
    font-size: 13px;
  }

  /* コース案内 */
  .course_cont {
    width: 90%;
  }

  /* 飲食ブース */
  .food_list {
    margin: 30px -10px 20;
  }

  .food_list li {
    /*flex-basis: calc((100% / 2) - 20px);
    margin: 0 10px;*/
  }

  /* MOVIE */
  .movie_cont {
    width: 90%;
  }

  /* Wallpaper */
  .wallpaper-period,
  .wallpaper-description {
    font-size: 14px;
  }


  /* フッター */
  .bnr_organizer {
  }

  .bnr_sponsor {
    margin: 20px 0 40px;
  }

  .bnr_list > li {
    flex-basis: 23.5%;
    margin: 3% 0 0 2%;
  }
  .bnr_list > li:nth-child(5) {
    margin-top: 3%;
  }
  .bnr_list > li:nth-child(5n + 1) {
    margin-left: 2%;
  }
  .bnr_list > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .bnr_list__noorder {
    font-size: 1.7578vw;
  }
  li.bnr_list__noorder:nth-child(2n + 1) {
    margin-left: auto;
    margin-right: auto;
  }
  .coming-soon {
    font-size: 10.667vw;
  }
} /* max-width: 768px */

@media screen and (max-width: 480px) {
  .main {
    background-image: url(images/bg_main_sp.webp?2025);
  }
  .main_catch {
    width: 40vw;
  }
  /* コンセプト */
  .concept_sec {
    padding: 12vw 0;
  }

  .concept_ttl {
    font-size: 9vw;
    margin: 20px 0 0;
  }
  .concept_ttl2 {
    font-size: 6.8vw;
    letter-spacing: 0.05em;
  }

  .concept_subttl,
  .concept_ttl span,
  .concept_txt,
  .concept_subtxt {
    font-size: 4vw;
  }
  .concept_txt {
    font-size: 3.7vw;
  }
  .concept_subtxt2 {
    font-size: 3.7vw;
  }

  .concept_ttl::before {
    width: 145px;
    height: 48px;
    top: -41px;
    /*left: -20px;*/
  }

  .concept_txt {
    line-height: 2;
  }

  .concept_catch {
    font-size: 12vw;
  }

  .concept_catch span {
    font-size: 9.4vw;
    margin: 0 6px;
  }

  .concept_catch span + span {
    font-size: 10vw;
  }

  .comingsoon {
    font-size: 10vw;
    margin: 50px 0 0;
  }

  /* イメージ */
  .candle_img_detail {
    background: #e6e6e6;
    padding: 28px 0;
  }

  .candle_img_detail p {
    font-size: 3.4vw;
    line-height: 2;
  }

  .candle_img_list {
    flex-wrap: wrap;
  }

  .candle_img_list li {
    flex-basis: calc(100% / 2);
  }

  /* コース案内 */
  .course_sec {
    padding: 40px 0;
  }

  .course_item {
    margin: 20px -10px 0;
  }

  .course_root {
    flex-basis: calc((100% / 2) - 20px);
    margin: 0 10px;
  }

  .course_root_link a {
    font-size: 14px;
  }

  .course_root_txt {
    margin: 8px 0 0;
  }

  /* Information */
  .buy-ticket {
    margin-top: 40px;
    padding: 24px 1em;
    font-size: 15px;
  }

  /* 飲食ブース */
  .food_sec {
    padding: 40px 0;
  }

  .food_subttl {
    margin: 12px 0 0;
  }

  .food_list {
    display: block;
    max-width: 318px;
  }

  .food_list__item,
  .food_list__item:nth-child(2) {
    margin-top: 32px;
  }

  /* MOVIE */
  .movie_sec {
    padding: 40px 0px 60px;
  }

  .movie_cont {
    margin: 20px auto 0;
  }

  /* INSTAGRAM */
  .instagram_cont,
  .wallpaper_cont {
    margin: 50px auto 50px;
  }

  .instagram_list {
    margin: 20px -2px 0;
    flex-wrap: wrap;
  }

  .instagram_list li {
    flex-basis: calc((100% / 3) - 4px);
    margin: 0 2px 4px;
  }

  .hashtag {
    margin: 20px 0 0;
  }

  /* MAP */
  .map_sec {
    margin: 0 0;
  }

  .map_cont {
    margin: 0 0 0;
  }

  /* Wallpaper */
  .wallpaper_ttl {
    margin-bottom: 24px;
  }

  .wallpaper-list {
    width: 100%;
  }

  /* フッター */
  .bnr_sec {
    padding: 50px 0 80px;
  }

  .bnr_organizer_item p {
    font-size: 15px;
  }

  .bnr_sponsor {
    /*margin: 15px 0 0;*/
  }

  .bnr_sponsor img {
    width: 200px;
  }

  .bnr_list {
    margin: 20px 0 0;
    justify-content: space-between;
  }

  .bnr_list li {
    flex-basis: 47.03704%;
    margin-left: 0;
  }
  .bnr_list li:nth-child(n + 3) {
    margin-top: 2.963%;
  }
  .bnr_list > li:nth-child(5n + 1) {
    margin-left: 0;
  }
  .bnr_list__noorder {
    font-size: 3.5334vw;
  }

  .bnr_list__bottom {
    font-size: 11px;
  }

  .bnr_list__bottom2 {
    font-size: 13px;
  }

  .copyright_sec {
    padding: 50px 0 15px;
  }

  .copyright_sec address,
  .foot-nav {
    font-size: 12px;
  }

  .copyright_sec address span {
    display: block;
    margin: 0;
  }

  .ft_logo {
    top: -78px;
  }

  .ft_logo img {
    width: 140px;
  }
} /* max-width: 480px */

@media screen and (max-width: 468px) {
  .buy-ticket {
    font-size: 3.2vw;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  /* メインビジュアル */
  .main {
    height: 760px;
  }

  .main_catch {
    width: 40vw;
  }
} /* max-width: 768px & orientation: landscape */
