@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: bottom;
  height: auto;
}

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  background-color: #F4EAC4;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  max-height: 100%;
}

h1 {
  font-size: 48px;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h1 {
  margin: 0 0 2em 0;
  position: relative;
}
h1 span {
  font-size: 16px;
  display: block;
}

h1.type03 {
  position: relative;
  padding: 0.5rem 2rem calc(1rem + 8px);
  background: #fff;
  color: #333;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  h1.type03 {
    margin-left: 30px;
    max-width: 90%;
    font-size: 38px;
    text-indent: -1em;
  }
}

h1.type03:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #5c3206;
}

.page-wrapper {
  max-width: 100%;
  width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .page-wrapper {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1080px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #fec501;
  text-decoration: underline;
}

a.text-link {
  color: #FF6699;
  text-decoration: underline;
}
a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #fec501;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.comingsoon {
  text-align: center;
}

.flex-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-container {
    display: block;
  }
}
.flex-container .flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}

.btn-block {
  text-align: center;
}
.btn-block a {
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0 0;
  padding: 1em 3em;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  background: #f78444;
  color: #fff;
}

.attention {
  color: #e16162;
}

.keiko {
  display: inline;
  background: linear-gradient(transparent 90%, #fec501 90%);
}

#top_navi {
  background-color: #333;
  color: #fff;
  font-size: 14px;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #top_navi span {
    display: none;
  }
}

#header {
  padding: 0 0 46px 0;
  background-image: url(../images/hero/bg-main-pc.jpg?v01);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    padding: 0;
  }
}
#header img {
  max-height: 100%;
}
#header .page-wrapper {
  position: relative;
  width: 1180px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .page-wrapper {
    padding: 0;
  }
}
#header .main-pc img {
  width: 100%;
  height: 600px; /* 表示したい高さ */
  object-fit: none; /* サイズを変更せず原寸大を保持 */
  object-position: center; /* 中央基準で表示（好みに応じて変更可） */
}
#header .logo,
#header .main-vj {
  position: absolute;
}
#header .logo {
  width: 50%;
  top: 30px;
  left: 0;
  z-index: 6000;
  font-size: 30px;
  text-align: center;
}
#header .logo .date-info {
  margin-top: 60px;
}
#header .main-vj {
  width: 60%;
  text-align: right;
  top: 40px;
  right: -30px;
  z-index: 6001;
}
#header .main-vj img {
  width: 100%;
  max-height: 100%;
}

#gmenu {
  background-color: #FFFBF0;
  position: relative;
}
#gmenu .page-wrapper {
  position: absolute;
  top: -40px;
  left: calc(50% - 500px);
  width: 1000px;
  max-width: 100%;
  background-color: #5c3206;
  border: solid 6px #fff;
  border-radius: 10px;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #gmenu .page-wrapper {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    width: 100%;
  }
}
#gmenu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #gmenu ul {
    width: 80%;
    margin-inline: auto;
    padding-bottom: 30px;
    display: none;
  }
}
#gmenu li {
  width: 14%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #gmenu li {
    width: 100%;
    border-bottom: solid 1px #efefef;
  }
  #gmenu li:last-of-type {
    border-bottom: none;
  }
}
#gmenu li a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gmenu li a {
    text-align: left;
  }
}
#gmenu li a:hover {
  background: #e16162;
  text-decoration: none;
}
#gmenu li i {
  display: block;
  font-size: 48px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #gmenu li i {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 0;
    margin-right: 0.5em;
  }
}
#gmenu li span {
  display: block;
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gmenu li span {
    display: inline-block;
    margin-top: 0.5em;
    text-align: left;
  }
}
#gmenu #menu_toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  #gmenu #menu_toggle {
    display: block;
    padding: 0.5em;
  }
  #gmenu #menu_toggle div {
    width: 90%;
    margin-inline: auto;
    text-align: center;
    color: #fff;
  }
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  background-color: #5c3206;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .flex-container {
  justify-content: space-between;
}
#footer .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #footer .flex-container .flex-item {
    width: 100%;
  }
}
#footer #contact {
  width: 40%;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer #contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
#footer #contact .associate {
  margin-top: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer #contact .associate span {
    display: block;
  }
}
#footer #contact .detail {
  font-size: 14px;
  padding: 0.5em 0;
}
#footer #contact .btn-block {
  border-top: solid 2px #fff;
  margin-top: 10px;
  padding: 20px 10px;
}
#footer #contact .btn-block a {
  padding: 1em 3em;
}
#footer #books ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer #books li {
  width: 30%;
}
#footer #books li .title {
  text-align: center;
  border-top: solid 2px #fff;
  margin-top: 0.3em;
  padding-top: 0.3em;
}
#footer a.text-link {
  color: #fff;
  text-decoration: none;
}
#footer a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}

.copyright {
  background: #000;
  font-weight: normal;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 1em;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 60px;
  background-color: #fec501;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
TOP
------------------------------------------------------------------------------------------*/
.coming_soon {
  text-align: center;
  max-width: 100%;
  margin: 1em auto;
}

.coming_soon:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.6em;
  font-size: 20px;
}

/*
お知らせ　／　ご注意・お願い
------------------------------------------------------------------------------------------*/
.informaion-container {
  background-color: #FFFBF0;
  padding: 160px 0 60px 0;
  position: relative;
  z-index: 9000;
}
@media screen and (max-width: 767px) {
  .informaion-container {
    padding: 60px 0 60px 0;
  }
}
.informaion-container .flex-container {
  justify-content: space-between;
}
.informaion-container .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .informaion-container .flex-container .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .informaion-container .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}
.informaion-container .important-attention {
  margin-bottom: 100px;
  padding: 1em 3em;
  border: solid 3px #e16162;
  border-radius: 10px;
  background-color: #cc0000;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .informaion-container .important-attention {
    margin-bottom: 60px;
    padding: 1em;
  }
}
.informaion-container .important-attention .keiko {
  display: inline;
  background: linear-gradient(transparent 90%, #ffff00 99%);
}
.informaion-container .important-attention h2 {
  font-size: 24px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .informaion-container .important-attention h2 {
    font-size: 18px;
  }
}

#news,
#regulation {
  font-size: 14px;
  border: solid 3px #5c3206;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 2em 2em 2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #news,
  #regulation {
    font-size: 14px;
    padding: 3em 1em 2em 1em;
  }
}

#news h1,
#regulation h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #5c3206;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #5c3206;
  border-radius: 10px;
}

#news dl {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
#news dl dt {
  width: 6em;
}
#news dl dd {
  width: calc(100% - 6em - 1em);
  margin-left: 1em;
}

#regulation ul li {
  position: relative;
  padding-left: 1.2em;
}
#regulation ul li:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
#regulation ul li + li {
  margin-top: 0.5em;
}

/*
開催概要　／　アクセス
------------------------------------------------------------------------------------------*/
.outline-container {
  background-color: #F4EAC4;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .outline-container {
    padding: 60px 0;
  }
}
.outline-container .flex-container {
  justify-content: space-between;
}
.outline-container .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .outline-container .flex-container .flex-item {
    width: 100%;
  }
}

#outline,
#main_support,
#ticket,
#access,
#handcut,
#cosplay,
#cameraman,
#collab {
  border: solid 3px #5c3206;
  border-radius: 10px;
  background-color: #fff;
  padding: 3em 1.5em 2em 1.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #outline,
  #main_support,
  #ticket,
  #access,
  #handcut,
  #cosplay,
  #cameraman,
  #collab {
    padding: 2em 1em;
  }
}

#outline h1,
#main_support h1,
#ticket h1,
#access h1,
#handcut h1,
#cosplay h1,
#cameraman h1,
#collab h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #5c3206;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #5c3206;
  border-radius: 10px;
}

#outline table th, #outline table td {
  padding: 0.5em 1em;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #outline table th, #outline table td {
    padding: 0.5em;
    display: block;
  }
}
#outline table th {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: bold;
  color: #5c3206;
}
@media screen and (max-width: 767px) {
  #outline table th {
    text-align: left;
    padding-bottom: 0;
  }
  #outline table th::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    display: inline-block;
    width: 1em;
    text-align: left;
    text-decoration: none;
    color: #5c3206;
  }
}
#outline table th.sub {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #outline table th.sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #outline table td {
    margin-left: 0.5em;
  }
}
#outline table td div.sub {
  font-size: 14px;
}
#outline table td p.note {
  padding: 0.5em 0;
  font-size: 14px;
}
#outline table td p.note i {
  margin-right: 0.5em;
}
#outline .btn-block {
  text-align: left;
}
#outline .btn-block a {
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  #ticket {
    margin-top: 60px;
  }
}
#ticket .price {
  background-color: #efefef;
  padding: 1em;
}
#ticket .price .note {
  padding: 0.5em 0;
  font-size: 14px;
  text-align: center;
  color: #e16162;
}
#ticket .price .note i {
  margin-right: 0.5em;
}
#ticket .price .price-detail {
  padding: 0.5em 0;
  font-size: 14px;
}
#ticket .price .price-note {
  padding: 0.5em 0;
  font-size: 14px;
}
#ticket #ticket_kind .flex-item {
  background-color: #fff;
  border: solid 1px #ccc;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8em;
}
#ticket #ticket_kind .flex-item b {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #ticket #ticket_kind .flex-item {
    height: 4em;
  }
}
@media screen and (max-width: 767px) {
  #ticket #ticket_kind .flex-item + .flex-item {
    margin-top: 20px;
  }
}
#ticket #ticket_shop {
  margin-top: 30px;
}
#ticket #ticket_shop .flex-item {
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 1em 0.5em;
}
@media screen and (max-width: 767px) {
  #ticket #ticket_shop .flex-item + .flex-item {
    margin-top: 20px;
  }
}
#ticket #ticket_shop .ticket_logo {
  margin-bottom: 1em;
  display: block;
  margin-inline: auto;
}
#ticket #ticket_shop .code {
  background-color: #efefef;
  padding: 0.2em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  #ticket #ticket_shop .btn-block {
    width: 100%;
  }
}
#ticket #ticket_shop .btn-block a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #f78444;
}
@media screen and (max-width: 767px) {
  #ticket #ticket_shop .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
#ticket #ticket_shop .btn-block a:hover {
  background-color: #5c3206;
}
#ticket .rakuten_ticket {
  margin-top: 60px;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 10px;
  padding: 1em 0.5em;
}
#ticket .rakuten_ticket .rakuten_ticket_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_logo {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_logo {
    width: 100%;
  }
}
#ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_logo img {
  max-width: 210px;
}
@media screen and (max-width: 767px) {
  #ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_logo img {
    max-width: 100%;
  }
}
#ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_purchase {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_purchase {
    width: 100%;
  }
}
#ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_purchase .btn-block a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #f78444;
}
@media screen and (max-width: 767px) {
  #ticket .rakuten_ticket .rakuten_ticket_container .rakuten_ticket_purchase .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
#ticket .rakuten_ticket .rakuten_ticket_note {
  margin-top: 1em;
  margin-inline: 1em;
}
#ticket .rakuten_ticket .rakuten_ticket_note p {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #ticket .rakuten_ticket .rakuten_ticket_note p {
    font-size: 12px;
  }
}

#access {
  margin-top: 60px;
}
#access .gmap {
  max-width: 100%;
}
#access .gmap iframe {
  height: 300px;
}
#access .flex-container {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #access .flex-container {
    display: block;
  }
}
#access .flex-container .flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #access .flex-container .flex-item {
    width: 100%;
    margin-top: 0;
  }
}
#access .location-image {
  text-align: left;
}
@media screen and (max-width: 767px) {
  #access .location-image {
    text-align: center;
  }
}
#access .access-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #access .access-info {
    display: block;
    padding-top: 1em;
    text-align: center;
  }
}
#access .sub {
  font-size: 14px;
}
#access .guide {
  margin-top: 1em;
  text-align: center;
}
#access .access-note {
  font-size: 14px;
  font-weight: normal;
}

#cosplay,
#cameraman {
  margin-top: 60px;
}

#cosplay p {
  font-size: 16px;
}
#cosplay table {
  border: solid 1px #aaa;
  border-collapse: collapse;
  font-size: 14px;
  margin: 1em 0 1em 0;
}
@media screen and (max-width: 767px) {
  #cosplay table {
    border: none;
  }
}
#cosplay table th, #cosplay table td {
  border: solid 1px #aaa;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  #cosplay table th, #cosplay table td {
    border: none;
  }
}
#cosplay table th {
  background-color: #efefef;
  font-weight: bold;
  min-width: 9em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cosplay table th {
    min-width: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #cosplay table td {
    min-width: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #cosplay .btn-block {
    width: 100%;
  }
}
#cosplay .btn-block a {
  width: 80%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
@media screen and (max-width: 767px) {
  #cosplay .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
#cosplay .btn-block a:hover {
  background-color: #5c3206;
}

#cameraman p {
  font-size: 16px;
}
#cameraman table {
  border: solid 1px #aaa;
  border-collapse: collapse;
  font-size: 14px;
  margin: 1em 0 1em 0;
}
@media screen and (max-width: 767px) {
  #cameraman table {
    border: none;
  }
}
#cameraman table th, #cameraman table td {
  border: solid 1px #aaa;
  padding: 0.5em 1em;
}
@media screen and (max-width: 767px) {
  #cameraman table th, #cameraman table td {
    border: none;
  }
}
#cameraman table th {
  background-color: #efefef;
  font-weight: bold;
  min-width: 9em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #cameraman table th {
    min-width: 0;
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #cameraman table td {
    min-width: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #cameraman .btn-block {
    width: 100%;
  }
}
#cameraman .btn-block a {
  width: 80%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
@media screen and (max-width: 767px) {
  #cameraman .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
#cameraman .btn-block a:hover {
  background-color: #5c3206;
}

/*
#handcut {
    margin-top: 60px;
}

#handcut {
    p {
        font-size: 16px;
    }
    table {
        border: solid 1px #aaa;
        border-collapse: collapse;
        font-size: 14px;
        margin: 1em 0 1em 0;
        @include mq('sp'){
            border: none;
        }
        th, td {
            border: solid 1px #aaa;
            padding: .5em 1em;
            @include mq('sp'){
                border: none;
            }
        }
        th {
            background-color: #efefef;
            font-weight: bold;
            min-width: 9em;
            text-align: center;
            @include mq('sp'){
                min-width: 0;
                width: 100%;
                display: block;
                text-align: left;
            }
        }
        td {
            @include mq('sp'){
                min-width: 0;
                width: 100%;
                display: block;
            }
        }
    }
    .btn-block {
        @include mq('sp'){
            width: 100%;
        }
        a {
            width: 80%;
            text-align: center;
            text-decoration: none;
            background-color: $link_color;
            @include mq('sp'){
                width: 90%;
                padding: .6em;
            }
        }
        a:hover {
            background-color: $main_border_color;
        }
    }
}
*/
/*
stage
------------------------------------------------------------------------------------------*/
#stage {
  background-color: #FFFBF0;
  padding: 120px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #stage {
    padding: 60px 0;
  }
}
#stage h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #stage h1 {
    font-size: 28px;
  }
}
#stage h2 {
  border-top: solid 3px #5c3206;
  border-bottom: solid 3px #5c3206;
  background-color: #fff;
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 18px;
  }
}
#stage .timetable {
  display: flex;
}
@media screen and (max-width: 767px) {
  #stage .timetable {
    display: block;
  }
}
#stage .timetable .timetable-column {
  width: 50%;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  #stage .timetable .timetable-column {
    width: 100%;
    padding: 0;
  }
}
#stage .timetable table th, #stage .timetable table td {
  padding: 0 0.5em;
  vertical-align: top;
}
#stage .timetable table th {
  white-space: nowrap;
  text-align: right;
}
#stage .timetable table .pending th, #stage .timetable table .pending td {
  border-top: dashed 1px #ccc;
  padding-top: 1em;
}
#stage p.att {
  margin: 1em 1em;
  font-size: 14px;
  text-indent: -1em;
  padding: 1em;
  padding-left: 2em;
  background-color: #efefef;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #stage p.att {
    margin: 2em 0 0 0;
  }
}
#stage #main_stage_timetable {
  position: relative;
  background-color: #fff;
  padding: 30px 30px;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #stage #main_stage_timetable {
    padding: 30px 10px;
  }
}
#stage #main_stage_timetable::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#stage #idol_stage_timetable {
  position: relative;
  background-color: #fff;
  padding: 30px 60px;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #stage #idol_stage_timetable {
    padding: 30px 10px;
  }
}
#stage #idol_stage_timetable::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#stage #idol_stage_timetable .timetable-column {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #stage #idol_stage_timetable .timetable-column {
    width: 100%;
    padding: 0;
  }
}
#stage #idol_stage_timetable .timetable-column + .timetable-column {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #stage #idol_stage_timetable .timetable-column + .timetable-column {
    width: 100%;
    padding: 0;
  }
}
#stage .satsuei {
  margin-inline: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em 0.5em 0.5em;
  background-color: #fff;
}
#stage .satsuei table {
  width: 100%;
  margin: 0;
  padding: 0;
  border: solid 1px #ccc;
  border-collapse: collapse;
  font-size: 12px;
  color: #5c3206;
}
#stage .satsuei th, #stage .satsuei td {
  border: solid 1px #ccc;
  width: 50%;
  text-align: center;
}
#stage .satsuei th {
  background-color: #efefef;
}
#stage .satsuei caption {
  text-align: center;
}
#stage .host {
  margin-top: 1em;
  margin-bottom: 4em;
}
#stage .host h3 {
  width: 680px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 2em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #FF6699;
  color: #fff;
}
#stage .host .host-list {
  width: 90%;
  margin-inline: auto;
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
}
#stage .host .host-list .host-card {
  width: 30%;
  margin-bottom: 10px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list .host-card {
    width: 48%;
  }
}
#stage .host .host-list .host-card img {
  border-radius: 100%;
  border: solid 5px #5c3206;
}
#stage .host .host-list .host-card .artist-name {
  width: 80%;
  margin-top: 1em;
  margin-inline: auto;
  background-color: #5c3206;
  color: #fff;
  font-size: 14px;
  height: 2.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list .host-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .host .host-list .host-card.color_01 img {
  border-radius: 100%;
  border: solid 5px #5c3206;
}
#stage .host .host-list .host-card.color_01 .artist-name {
  margin-top: 1em;
  background-color: #5c3206;
}
#stage .host .host-list .host-card.color_02 img {
  border-radius: 100%;
  border: solid 5px #e16162;
}
#stage .host .host-list .host-card.color_02 .artist-name {
  margin-top: 1em;
  background-color: #e16162;
}
#stage .host .host-list .host-card.color_03 img {
  border-radius: 100%;
  border: solid 5px #5c3206;
}
#stage .host .host-list .host-card.color_03 .artist-name {
  margin-top: 1em;
  background-color: #5c3206;
}
#stage .host .host-list a {
  text-decoration: none;
}
#stage .host .host-list a:hover {
  text-decoration: none;
}
#stage #talkshow_p2 {
  margin-top: 60px;
}
#stage #talkshow .explain,
#stage #talkshow_p2 .explain {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #stage #talkshow .explain,
  #stage #talkshow_p2 .explain {
    font-size: 14px;
  }
}
#stage .artist-list {
  margin-top: 1em;
}
#stage .artist-list h3.talkshow-head {
  width: 680px;
  max-width: 100%;
  margin-inline: auto;
  margin-bottom: 2em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #FF6699;
  color: #fff;
  line-height: 1.4em;
}
#stage .artist-list h3.talkshow-head .itaten {
  display: inline-block;
  white-space: nowrap;
}
#stage .artist-list .logo_sponser {
  background: #fff;
  padding: 2px 6px;
  height: 40px;
  margin: 0 1em 0 0.5em;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .logo_sponser {
    margin: 0 0.5em 0 0.5em;
  }
}
#stage .artist-list .logo_sponser img {
  max-height: 90%;
}
#stage .artist-list .satsuei-note {
  font-size: 14px;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .satsuei-note {
    text-align: left;
  }
}
#stage .artist-list .talkshow-list {
  width: 85%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list {
    width: 100%;
    justify-content: center;
    gap: 1%;
  }
}
#stage .artist-list .talkshow-list .artist-card {
  width: 32%;
  margin-bottom: 10px;
  background-color: #5c3206;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list .artist-card {
    width: 48%;
  }
}
#stage .artist-list .talkshow-list .artist-card img {
  border-radius: 4px;
}
#stage .artist-list .talkshow-list .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .talkshow-list .artist-card:hover {
  background-color: #e16162;
}
#stage .artist-list .talkshow-list a {
  color: #fff;
}
#stage .artist-list .talkshow-list a:hover {
  color: #fff;
  text-decoration: none;
}
#stage .artist-list .talkshow-list_p2 {
  width: 55%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list_p2 {
    width: 100%;
    justify-content: center;
    gap: 1%;
  }
}
#stage .artist-list .talkshow-list_p2 .artist-card {
  width: 48%;
  margin-bottom: 10px;
  background-color: #5c3206;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list_p2 .artist-card {
    width: 49.5%;
  }
}
#stage .artist-list .talkshow-list_p2 .artist-card img {
  border-radius: 4px;
}
#stage .artist-list .talkshow-list_p2 .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list_p2 .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .talkshow-list_p2 .artist-card:hover {
  background-color: #e16162;
}
#stage .artist-list .talkshow-list_p2 a {
  color: #fff;
}
#stage .artist-list .talkshow-list_p2 a:hover {
  color: #fff;
  text-decoration: none;
}
#stage .artist-list h3.live-head {
  width: 680px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 2em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #FF6699;
  color: #fff;
}
#stage .artist-list .live-list {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-list {
    width: 100%;
    justify-content: center;
    gap: 1%;
  }
}
#stage .artist-list .live-list .artist-card {
  width: 30%;
  margin-bottom: 30px;
  background-color: #5c3206;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-list .artist-card {
    width: 48%;
    margin-bottom: 10px;
  }
}
#stage .artist-list .live-list .artist-card img {
  border-radius: 4px;
}
#stage .artist-list .live-list .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-list .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .live-list .artist-card:hover {
  background-color: #e16162;
}
#stage .artist-list .live-list a {
  color: #fff;
}
#stage .artist-list .live-list a:hover {
  color: #fff;
  text-decoration: none;
}
#stage .artist-list h3.photosession-head {
  width: 680px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 2em;
  padding: 0.5em;
  border: none;
  background-color: #FF6699;
  color: #fff;
  text-align: center;
}
#stage .artist-list h3.photosession-head .hedding {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
#stage .artist-list h3.photosession-head .hedding img {
  height: 2.4em;
  margin-right: 0.5em;
  border-radius: 5px;
}
#stage .artist-list .photosession-list {
  width: 98%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .photosession-list {
    width: 100%;
    justify-content: center;
    gap: 1%;
  }
}
#stage .artist-list .photosession-list .artist-card {
  width: 24%;
  margin-bottom: 10px;
  background-color: #e16162;
  border-radius: 6px;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .photosession-list .artist-card {
    width: 48%;
  }
}
#stage .artist-list .photosession-list .artist-card img {
  border-radius: 4px;
}
#stage .artist-list .photosession-list .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .photosession-list .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .photosession-list .artist-card:hover {
  background-color: #e16162;
}
#stage .artist-list .photosession-list .artist-card.mc-card {
  width: 22%;
  background-color: transparent;
  margin-bottom: 10px;
  padding: 0.2em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .photosession-list .artist-card.mc-card {
    width: 48%;
  }
}
#stage .artist-list .photosession-list .artist-card.mc-card .badge {
  position: absolute;
  top: 0px;
  right: 10px;
  width: 55px;
  height: 55px;
  color: #fff;
  background-color: #e16162;
  border-radius: 100%;
  font-size: 12px;
  line-height: 1.2em;
  transform: rotate(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
}
#stage .artist-list .photosession-list .artist-card.mc-card img {
  border-radius: 100%;
  border: solid 5px #5c3206;
}
#stage .artist-list .photosession-list .artist-card.mc-card .artist-name {
  margin-top: 1em;
  background-color: #5c3206;
  color: #fff;
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .photosession-list .artist-card.mc-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .photosession-list .artist-card.mc-card .artist-name span {
  font-size: 12px;
}
#stage .artist-list .photosession-list .artist-card.mc-card:hover {
  background-color: transparent;
}
#stage .artist-list .photosession-list a {
  color: #fff;
}
#stage .artist-list .photosession-list a:hover {
  color: #fff;
  text-decoration: none;
}
#stage .artist-list h3.live-paint-head {
  width: 680px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 60px;
  margin-bottom: 2em;
  padding: 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background-color: #FF6699;
  color: #fff;
}
#stage .artist-list .live-paint-list {
  width: 55%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-paint-list {
    width: 100%;
    justify-content: center;
    gap: 1%;
  }
}
#stage .artist-list .live-paint-list .artist-card {
  width: 48%;
  margin-bottom: 10px;
  background-color: #5c3206;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-paint-list .artist-card {
    width: 49.5%;
  }
}
#stage .artist-list .live-paint-list .artist-card img {
  border-radius: 4px;
}
#stage .artist-list .live-paint-list .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-paint-list .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .artist-list .live-paint-list .artist-card:hover {
  background-color: #e16162;
}
#stage .artist-list .live-paint-list a {
  color: #fff;
}
#stage .artist-list .live-paint-list a:hover {
  color: #fff;
  text-decoration: none;
}
#stage .idol-stage-head {
  margin-top: 120px;
}
#stage .idol-stage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5%;
}
@media screen and (max-width: 767px) {
  #stage .idol-stage-list {
    gap: 1.5%;
  }
}
#stage .idol-stage-list .artist-card {
  width: 19.5%;
  margin-bottom: 20px;
  background-color: #5c3206;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .idol-stage-list .artist-card {
    width: 48%;
  }
}
#stage .idol-stage-list .artist-card img {
  border-radius: 4px;
}
#stage .idol-stage-list .artist-card .artist-name {
  font-size: 14px;
  height: 3.4em;
  line-height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #stage .idol-stage-list .artist-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .idol-stage-list .artist-card:hover {
  background-color: #e16162;
}
#stage .idol-stage-list a {
  color: #fff;
}
#stage .idol-stage-list a:hover {
  color: #fff;
  text-decoration: none;
}

/*
exhibition
------------------------------------------------------------------------------------------*/
#exhibition {
  background-color: #F4EAC4;
  padding: 120px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #exhibition {
    padding: 60px 0;
  }
}
#exhibition h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #exhibition h1 {
    font-size: 28px;
  }
}
#exhibition .inner-map {
  margin-bottom: 30px;
}
#exhibition .exhibition_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list {
    display: block;
  }
}
#exhibition .exhibition_list .exhibition_list_column {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list .exhibition_list_column {
    width: 100%;
  }
}
#exhibition .exhibition_list th, #exhibition .exhibition_list td {
  padding: 0.3em;
}
#exhibition .exhibition_list th {
  width: 2em;
  text-align: right;
}
#exhibition .exhibition_list .attention-note {
  width: 100%;
  margin-top: 1em;
  text-align: right;
}
#exhibition .exhibition_list .font-s {
  font-size: 16px;
}
#exhibition .exhibition_list2 {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}
#exhibition .exhibition_list2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list2 ul {
    justify-content: space-between;
    gap: 0;
  }
}
#exhibition .exhibition_list2 ul li {
  width: 32%;
  background-color: #fff;
  border: solid 2px #5c3206;
  margin-top: 20px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list2 ul li {
    width: 48%;
  }
}
#exhibition .exhibition_list2 ul li a {
  display: block;
  padding: 1em;
  color: #e16162;
}
#exhibition .exhibition_list2 ul li a:hover {
  color: #5c3206;
  background-color: #ccc;
  text-decoration: none;
}
#exhibition .exhibition_list2 ul li a:hover img {
  opacity: 0.5;
}
#exhibition .exhibition_list2 ul li .exhi-logo {
  text-align: center;
  margin-bottom: 0.5em;
}
#exhibition .exhibition_list2 ul li .exhi-logo img {
  height: 60px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list2 ul li .exhi-logo img {
    height: auto;
  }
}
#exhibition .exhibition_list2 ul li .exhi-logo:empty {
  margin-bottom: 0;
}
#exhibition .exhibition_list2 ul li .exhi-name {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list2 ul li .exhi-name {
    font-size: 12px;
  }
}
#exhibition .exhibition_list2 ul li .serial {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #e16162;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #exhibition .exhibition_list2 ul li .serial {
    width: 24px;
    height: 24px;
  }
}
#exhibition .exhibition_list2 ul.sponsor-block, #exhibition .exhibition_list2 ul.eventer-block {
  justify-content: center;
}
#exhibition .exhibition_list2 .attention-note {
  text-align: center;
}

/*
entry
------------------------------------------------------------------------------------------*/
#entry {
  background-color: #F4EAC4;
  padding: 120px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #entry {
    padding: 60px 0;
  }
}
#entry h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #entry h1 {
    font-size: 28px;
  }
}
#entry h2 {
  border-top: solid 2px #5c3206;
  border-bottom: solid 2px #5c3206;
  background-color: #fff;
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 20px;
  }
}
#entry .catch {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #entry .catch {
    width: 100%;
    margin-bottom: 2em;
  }
}
#entry .sub {
  font-size: 14px;
}
#entry .note {
  font-size: 14px;
}
#entry .note.note-list {
  text-indent: -1em;
  padding-left: 1em;
}

#entry_form.flex-container {
  justify-content: space-between;
}
#entry_form.flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .flex-item {
    width: 100%;
    margin-top: 1em;
  }
}
#entry_form.flex-container h3 {
  background-color: #5c3206;
  border-radius: 10px 10px 0 0;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container h3 {
    width: 100%;
  }
}
#entry_form.flex-container h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
#entry_form.flex-container .block-wrapper {
  padding: 1em 1em 2em 1em;
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #entry_form.flex-container .block-wrapper {
    background-color: #fff;
  }
}
#entry_form.flex-container table {
  width: 100%;
}
#entry_form.flex-container table th, #entry_form.flex-container table td {
  border-bottom: dotted 1px #5c3206;
  padding: 0.5em;
}
#entry_form.flex-container table th {
  width: 40%;
  font-weight: bold;
}
#entry_form.flex-container table td {
  width: 60%;
  text-align: right;
}

#entry_flow h2 {
  margin-top: 60px;
  margin-bottom: 3em;
}
#entry_flow .catch {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry_flow .catch {
    text-align: left;
  }
}
#entry_flow .flex-container {
  justify-content: space-between;
}
#entry_flow .flex-container .flex-item {
  width: 32%;
  border: solid 1px #5c3206;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #entry_flow .flex-container .flex-item {
    width: 100%;
  }
}
#entry_flow h3 {
  background-color: #5c3206;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #5c3206;
  border-radius: 8px 8px 0 0;
  padding: 0.5em 1em;
  font-size: 18px;
}
#entry_flow .flow_item {
  padding: 2em 1em;
  font-size: 14px;
}
#entry_flow .btn-block {
  margin-bottom: 1em;
  padding-bottom: 2em;
  border-bottom: 1px dotted #5c3206;
}
#entry_flow .btn-block a {
  width: 90%;
  text-align: center;
  text-decoration: none;
  background-color: #f78444;
}
#entry_flow .btn-block a:hover {
  background-color: #333;
}
#entry_flow .arrow {
  width: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #entry_flow .arrow {
    width: 100%;
  }
}
#entry_flow .arrow::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  font-size: 16px;
  display: inline-block;
  width: 1.6em;
  text-align: center;
  color: #FF6699;
}
@media screen and (max-width: 767px) {
  #entry_flow .arrow::before {
    content: "\f0d7";
    width: 100%;
  }
}

/*
support
------------------------------------------------------------------------------------------*/
#support {
  background-color: #FFFBF0;
  padding: 120px 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #support {
    padding: 60px 0;
  }
}
#support h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #support h1 {
    font-size: 28px;
  }
}
#support h2 {
  border-top: solid 2px #5c3206;
  border-bottom: solid 2px #5c3206;
  background-color: #fff;
  margin-bottom: 1em;
  padding: 0.5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #support h2 {
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: 20px;
  }
}
#support h3 {
  background-color: #5c3206;
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 0.2em 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #support h3 {
    width: 100%;
  }
}
#support h3::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
#support .catch {
  width: 80%;
  margin-inline: auto;
  margin-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #support .catch {
    width: 100%;
    margin-bottom: 2em;
  }
}
#support .block-wrapper {
  padding: 1em 1em 1em 1em;
  margin-bottom: 0em;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  #support .block-wrapper {
    background-color: #fff;
  }
}
#support .flex-container {
  width: 90%;
  margin-inline: auto;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #support .flex-container {
    width: 100%;
  }
}
#support .flex-container .flex-item {
  width: 48%;
  font-size: 16px;
  background-color: #fff;
  border: solid 1px #5c3206;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #support .flex-container .flex-item {
    width: 100%;
  }
}
#support .flex-container .flex-item p {
  min-height: 6em;
}
@media screen and (max-width: 767px) {
  #support .flex-container .flex-item p {
    min-height: auto;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 767px) {
  #support .flex-container .flex-item + .flex-item {
    margin-top: 30px;
  }
}
#support .flex-container .btn-block {
  margin-bottom: 1em;
  border-top: 1px dotted #5c3206;
}
#support .flex-container .btn-block a {
  width: 60%;
  text-align: center;
  text-decoration: none;
  background-color: #f78444;
}
#support .flex-container .btn-block a:hover {
  background-color: #333;
}

/*
FAQ
------------------------------------------------------------------------------------------*/
#faq {
  background-color: #FFFBF0;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #faq {
    padding: 60px 0;
  }
}
#faq .page-wrapper {
  position: relative;
}
#faq h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #faq h1 {
    font-size: 28px;
  }
}
#faq h2 {
  margin: 2em 0 1em 0;
  font-size: 20px;
  color: #e16162;
}
@media screen and (max-width: 767px) {
  #faq h2 {
    font-size: 18px;
  }
}
#faq h2::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  width: 1em;
  text-align: left;
  text-decoration: none;
  color: #e16162;
}
#faq .faq-list dl {
  position: relative;
  background: #fff;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: left;
  padding: 15px 1em;
  border: solid 1px #ccc;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #faq .faq-list dl {
    font-size: 14px;
  }
}
#faq .faq-list dl::before {
  position: absolute;
  top: 20px;
  right: 1em;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 3px solid #e16162;
  border-right: 3px solid #e16162;
}
#faq .faq-list .open::before {
  transform: rotate(-45deg);
  top: 22px;
}
#faq .faq-list dt {
  position: relative;
  padding: 0 1em 0 2em;
}
#faq .faq-list dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
  display: inline-block;
  width: 1.6em;
  color: #e16162;
}
#faq .faq-list dd {
  font-weight: normal;
  padding: 0.5em 10px 0 0;
  margin-left: 2em;
  display: none;
}
#faq .faq-list dd.open {
  display: block;
}

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

	競技系

 *--------------------------------------------------------------------------------------*/
#competition {
  background-color: #FFFBF0;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #competition {
    padding: 60px 20px;
  }
}
#competition h1.type_0 {
  margin-bottom: 1em;
  padding: 0.5em;
  font-size: 26px;
  text-align: center;
  border-top: solid 2px #5c3206;
  border-bottom: solid 2px #5c3206;
  background-color: #fff;
}
#competition .competition-container {
  max-width: 800px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  #competition .competition-container {
    display: block;
  }
}
#competition .competition-container .competition-item {
  margin-top: 30px;
  width: 48%;
  background-color: #fff;
  border: solid 2px #5c3206;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #competition .competition-container .competition-item {
    width: 100%;
  }
  #competition .competition-container .competition-item + .competition-item {
    margin-top: 1.6em;
  }
}
#competition .competition-container .competition-item .competition-title {
  padding: 0.2em 1em;
  background-color: #5c3206;
  color: #fff;
  border-radius: 6px 6px 0 0;
  font-size: 18px;
  text-align: center;
}
#competition .competition-container .competition-item .competition-item-body {
  padding: 1em;
}
#competition .competition-container .competition-item .competition-item-body p {
  font-size: 16px;
}
#competition .competition-container .competition-item .competition-item-body .item-image {
  margin-bottom: 1em;
}
#competition .competition-container .competition-item .competition-item-body .competition-note--container {
  margin-top: 1em;
}
#competition .competition-container .competition-item .competition-item-body .competition-note--container .note {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
#competition .competition-container .competition-item .competition-item-body .documents-container {
  margin-top: 1em;
  padding: 0.5em;
  background-color: #efefef;
  font-size: 14px;
}
#competition .competition-container .competition-item .competition-item-body .btn-block {
  margin-top: 1em;
  padding-top: 1em;
  border-top: dotted 1px #349b83;
}
#competition .competition-container .competition-item .competition-item-body .btn-block a {
  background-color: #f78444;
  padding: 0.5em 2em;
}
@media screen and (max-width: 767px) {
  #competition .competition-container .competition-item .competition-item-body .btn-block a {
    display: block;
    width: 90%;
    margin-inline: auto;
  }
}

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

	特別協賛

 *--------------------------------------------------------------------------------------*/
#main_support {
  margin-bottom: 60px;
}
#main_support .catch_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #main_support .catch_wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
#main_support .catch {
  width: 57%;
  font-size: 15px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  #main_support .catch {
    padding: 0;
    width: 100%;
  }
}
#main_support .chara {
  width: 43%;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main_support .chara {
    width: 100%;
  }
}
#main_support .chara ul.credits {
  display: flex;
  margin-block: 10px;
}
#main_support .chara ul.credits li {
  flex: 1;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main_support .chara ul.credits li {
    font-size: 12px;
  }
}

.hagoromo6_info {
  background: #efefef;
  margin-top: 20px;
  padding: 20px 20px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info {
    padding: 10px;
    margin: 20px auto 0 auto;
    width: 100%;
  }
}
.hagoromo6_info .chara {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 10px;
}
.hagoromo6_info .hagoromo6_wrapper {
  margin-inline: auto;
  display: flex;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper {
    display: block;
  }
}
.hagoromo6_info .hagoromo6_wrapper .youtube_frame {
  width: 67%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .youtube_frame {
    width: 100%;
  }
}
.hagoromo6_info .hagoromo6_wrapper .youtube_frame iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.hagoromo6_info .hagoromo6_wrapper .video_frame {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .video_frame {
    width: 100%;
  }
}
.hagoromo6_info .hagoromo6_wrapper .video_frame .video-player {
  position: relative;
}
.hagoromo6_info .hagoromo6_wrapper .video_frame .video-player video {
  width: 88%;
  position: absolute;
  top: 5%;
  left: 6%;
}
.hagoromo6_info .hagoromo6_wrapper .video_frame .video-title {
  margin-top: 10px;
  background-color: #000;
  padding: 0.3em;
  text-align: center;
  border-radius: 12px;
}
.hagoromo6_info .hagoromo6_wrapper .video_frame .video-title img {
  width: 360px;
  max-width: 80%;
}
.hagoromo6_info .hagoromo6_wrapper .link_info_wrapper {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .link_info_wrapper {
    width: 100%;
  }
}
.hagoromo6_info .hagoromo6_wrapper .new_release {
  margin-left: 20px;
  margin-bottom: 0.5em;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .new_release {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
    padding: 0;
  }
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container {
  padding: 0.5em;
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_catch {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_catch {
    font-size: 14px;
  }
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_catch span {
  color: #e16162;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_catch span {
    font-size: 16px;
  }
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_link {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .new_release .new_release_container .new_release_link {
    font-size: 12px;
  }
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_movie {
  width: 100%;
  padding: 0 1em 1em 1em;
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_movie iframe {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_logo {
  width: 40%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hagoromo6_info .hagoromo6_wrapper .new_release .new_release_logo img {
  width: 90%;
  border: solid 1px #ccc;
}
.hagoromo6_info .hagoromo6_wrapper .link_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .link_info {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.hagoromo6_info .hagoromo6_wrapper .hagoromo6_logo {
  width: 40%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .hagoromo6_logo {
    width: 40%;
  }
}
.hagoromo6_info .hagoromo6_wrapper .btn-block {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .btn-block {
    width: 60%;
  }
}
.hagoromo6_info .hagoromo6_wrapper .btn-block a {
  width: 100%;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
.hagoromo6_info .hagoromo6_wrapper .btn-block a:hover {
  background-color: #5c3206;
}
.hagoromo6_info .hagoromo6_wrapper .social-icons {
  margin-top: 10px;
  text-align: center;
}
.hagoromo6_info .hagoromo6_wrapper .social-icons a {
  margin: 0 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 45px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .social-icons a {
    width: 40px;
    height: 40px;
  }
}
.hagoromo6_info .hagoromo6_wrapper .social-icons a img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_info .hagoromo6_wrapper .social-icons a {
    width: 90%;
    padding: 0.6em;
  }
}
.hagoromo6_info .hagoromo6_wrapper .social-icons a.twitter {
  padding: 10px;
  background-color: #000;
  border: #ccc 1px solid;
}
.hagoromo6_info .hagoromo6_wrapper .social-icons a.youtube {
  padding: 5px;
  background-color: #efefef;
  border: #ccc 1px solid;
}
.hagoromo6_info .hagoromo6_wrapper .social-icons .social-icons-wrapper {
  display: flex;
  justify-content: center;
}
.hagoromo6_info .hagoromo6_wrapper .social-icons .social-icons-wrapper .social-icons-item {
  display: flex;
  text-align: center;
  justify-content: center;
}

/*
FOOD
------------------------------------------------------------------------------------------*/
#food {
  background-color: #F4EAC4;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  #food {
    padding: 60px 0;
  }
}
#food .page-wrapper {
  position: relative;
}
#food h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  #food h1 {
    font-size: 28px;
  }
}
#food .food-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#food .food-list .food-item {
  width: 32%;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #fff;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #food .food-list .food-item {
    width: 48%;
  }
}
#food .food-list .food-item .food-store-name {
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-size: 16px;
  color: #fff;
  background-color: #349b83;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #food .food-list .food-item .food-store-name {
    font-size: 14px;
  }
}
#food .food-list .food-item .food-body .food-store-catch {
  margin-block: 1em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #food .food-list .food-item .food-body .food-store-catch {
    font-size: 12px;
  }
}
#food .food-list .food-item .food-body .food-store-menu {
  padding: 0.5em 1em;
  font-size: 12px;
  background-color: #efefef;
  border-radius: 10px;
}

/*
コラボ
------------------------------------------------------------------------------------------*/
#collab {
  margin-top: 60px;
}
#collab .section-catch {
  margin-block: 0 20px;
}
#collab .collab-outline .flex-container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #collab .collab-outline .flex-container {
    display: block;
  }
}
#collab .collab-outline .flex-container .flex-item.item-image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #collab .collab-outline .flex-container .flex-item.item-image {
    width: 100%;
  }
}
#collab .collab-outline .flex-container .flex-item.item-body {
  width: 52%;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  #collab .collab-outline .flex-container .flex-item.item-body {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #collab .collab-outline .flex-container .flex-item + .flex-item {
    margin-top: 20px;
  }
}
#collab .collab-outline .collab-title {
  font-size: 18px;
  margin-bottom: 1em;
}
#collab .collab-outline .exp {
  font-size: 14px;
}
#collab .collab-rules {
  margin-top: 60px;
  font-size: 14px;
}
#collab .collab-rules .flex-container {
  width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #collab .collab-rules .flex-container {
    display: block;
  }
}
#collab .collab-rules .flex-container .flex-item {
  padding: 1em;
  width: 48%;
  border: solid 1px #5c3206;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  #collab .collab-rules .flex-container .flex-item {
    width: 100%;
    margin-top: 0;
  }
  #collab .collab-rules .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}
#collab .collab-rules .title {
  margin-top: -26px;
  margin-bottom: 20px;
}
#collab .collab-rules .title .title-body {
  padding: 0 1em;
  display: inline-block;
  background-color: #fff;
  color: #5c3206;
  font-weight: bold;
  font-size: 16px;
}
#collab .collab-rules table {
  border: solid 1px #ccc;
  border-collapse: collapse;
}
#collab .collab-rules table th, #collab .collab-rules table td {
  padding: 0 1em;
  border: solid 1px #ccc;
}
#collab .collab-rules table th {
  background-color: #efefef;
}
#collab .collab-rules .att {
  color: #e16162;
}
#collab .collab-rules .note {
  margin-top: 16px;
  font-size: 12px;
}
#collab .collab-rules .note .list {
  padding-left: 2.2em;
  text-indent: -2.2em;
}

/*
ハッシュタグキャンペーン
------------------------------------------------------------------------------------------*/
.fave {
  margin-block: 100px 30px;
  padding: 15px 6%;
  border: solid 3px #5c3206;
  border-radius: 10px;
  position: relative;
  font-size: 16px;
  background-image: radial-gradient(#ffffff 50%, #fed677);
}
@media screen and (max-width: 767px) {
  .fave {
    padding: 15px 10px;
  }
  .fave .flex-container {
    flex-direction: row;
  }
}
.fave .fave-image {
  width: 35%;
  margin-top: -60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fave .fave-image {
    width: 100%;
    max-width: 260px;
    margin-top: -80px;
    margin-inline: auto;
  }
}
.fave .fave-body {
  width: 65%;
  padding-left: 3%;
}
@media screen and (max-width: 767px) {
  .fave .fave-body {
    width: 100%;
    padding-left: 0;
  }
}
.fave .fave-title {
  margin-bottom: 0.5em;
  font-size: 20px;
  font-weight: bold;
  color: #5c3206;
}
.fave .fave-info {
  padding: 10px 30px 0 30px;
}
@media screen and (max-width: 767px) {
  .fave .fave-info {
    padding: 10px;
  }
}
.fave .fave-hash-container {
  margin-top: 15px;
  background-color: #efefef;
  padding: 0.5em 2em;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .fave .fave-hash-container {
    padding: 10px;
  }
}
.fave .fave-hash {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .fave .fave-hash {
    font-size: 16px;
  }
}
.fave .fave-hash i {
  display: inline-block;
  margin-right: 15px;
  font-size: 40px;
}
.fave .fave-hash a {
  color: #FF6699;
  text-decoration: underline;
}
.fave .fave-hash a:hover {
  color: #f78444;
}
.fave .fave-hash-balloon {
  margin-top: 15px;
}/*# sourceMappingURL=style.css.map */