@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: #ffdfe5;
  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;
  margin: 0 0 2em 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
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 #349b83;
}

.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: #333;
  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: 30px 0 45px 0;
  background-image: url(../images/bg-main.png);
  background-repeat: repeat;
  background-color: rgba(255, 255, 255, 0);
  background-blend-mode: lighten;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    padding: 10px 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 .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: #fff2f4;
  position: relative;
}
#gmenu .page-wrapper {
  position: absolute;
  top: -60px;
  left: calc(50% - 500px);
  width: 1000px;
  max-width: 100%;
  background-color: #e94d45;
  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: #ccc;
}
#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: #e16162;
  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: #fff2f4;
  padding: 120px 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;
  }
}

#news,
#regulation {
  font-size: 14px;
  border: solid 3px #349b83;
  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: #349b83;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #349b83;
  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: #ffdfe5;
  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 {
  border: solid 3px #349b83;
  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 {
    padding: 2em 1em;
  }
}

#outline h1,
#main_support h1,
#ticket h1,
#access h1,
#handcut h1,
#cosplay h1,
#cameraman h1 {
  position: absolute;
  top: -1.5em;
  left: 1em;
  min-width: 10em;
  background-color: #349b83;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0.5em 3em;
  text-align: center;
  border: solid 3px #349b83;
  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: #349b83;
}
@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: #349b83;
  }
}
#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: 60px;
}
#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: #FF6699;
}
@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: #349b83;
}

#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: #349b83;
}

#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: #349b83;
}

#handcut {
  margin-top: 60px;
}

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

/*
stage
------------------------------------------------------------------------------------------*/
#stage {
  background-color: #fff2f4;
  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 #349b83;
  border-bottom: solid 3px #349b83;
  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 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 60px;
  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: 40%;
}
@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: #349b83;
}
#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: 80%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list {
    display: block;
    justify-content: center;
  }
}
#stage .host .host-list .host-card {
  width: 48%;
  margin-bottom: 10px;
  background-color: #349b83;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list .host-card {
    width: 100%;
    margin-inline: auto;
  }
}
#stage .host .host-list .host-card img {
  border-radius: 4px;
}
#stage .host .host-list .host-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 .host .host-list .host-card .artist-name {
    font-size: 12px;
    height: 3.4em;
  }
}
#stage .host .host-list .host-card:hover {
  background-color: #e16162;
}
#stage .host .host-list .host-card a {
  color: #fff;
}
#stage .host .host-list .host-card a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #stage .host .host-list .host-card + .host-card {
    margin-top: 2em;
  }
}
#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;
}
#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 .talkshow-list {
  width: 80%;
  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: 30%;
  margin-bottom: 10px;
  background-color: #349b83;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .talkshow-list .artist-card {
    width: 49.5%;
  }
}
#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 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: 26%;
  margin-bottom: 30px;
  background-color: #349b83;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .artist-list .live-list .artist-card {
    width: 49.5%;
    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.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: 90%;
  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: 28%;
  margin-bottom: 10px;
  background-color: #349b83;
  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: space-between;
}
#stage .idol-stage-list .artist-card {
  width: 19.5%;
  margin-bottom: 10px;
  background-color: #349b83;
  border-radius: 6px;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #stage .idol-stage-list .artist-card {
    width: 49.5%;
  }
}
#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: #ffdfe5;
  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: 3%;
  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::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}
#exhibition .exhibition_list .exhibition_list_column {
  width: 30%;
}
@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;
}

/*
entry
------------------------------------------------------------------------------------------*/
#entry {
  background-color: #fff2f4;
  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 #349b83;
  border-bottom: solid 2px #349b83;
  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_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: #349b83;
  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 #349b83;
  padding: 0.5em;
}
#entry_form.flex-container table th {
  width: 50%;
  font-weight: bold;
}
#entry_form.flex-container table td {
  width: 50%;
}

#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 #349b83;
  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: #349b83;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #349b83;
  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 #349b83;
}
#entry_flow .btn-block a {
  width: 90%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
#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: #ffdfe5;
  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 #499127;
  border-bottom: solid 2px #499127;
  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: #349b83;
  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 #499127;
  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 #349b83;
}
#support .flex-container .btn-block a {
  width: 60%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
#support .flex-container .btn-block a:hover {
  background-color: #333;
}

/*
FAQ
------------------------------------------------------------------------------------------*/
#faq {
  background-color: #fff2f4;
  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;
}

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

	特別協賛

 *--------------------------------------------------------------------------------------*/
#main_support {
  margin-bottom: 60px;
}
#main_support .catch {
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  #main_support .catch {
    padding: 0;
  }
}

.hagoromo6_wrapper {
  display: flex;
  margin: 20px auto 0 auto;
  width: 90%;
  background: #fff;
  padding: 20px 0px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper {
    padding: 10px;
    display: block;
    margin: 20px auto 0 auto;
    width: 100%;
  }
}
.hagoromo6_wrapper .chara {
  background: #fff;
  border-radius: 10px;
}
.hagoromo6_wrapper .link_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .link_info {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
}
.hagoromo6_wrapper .hagoromo6_logo {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .hagoromo6_logo {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .btn-block {
    width: 50%;
  }
}
.hagoromo6_wrapper .btn-block a {
  width: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #FF6699;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .btn-block a {
    width: 90%;
    padding: 0.6em;
  }
}
.hagoromo6_wrapper .btn-block a:hover {
  background-color: #349b83;
}
.hagoromo6_wrapper .social-icons {
  margin-top: 10px;
  text-align: center;
}
.hagoromo6_wrapper .social-icons a {
  margin: 0 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .social-icons a {
    width: 40px;
    height: 40px;
  }
}
.hagoromo6_wrapper .social-icons a img {
  width: 90%;
}
@media screen and (max-width: 767px) {
  .hagoromo6_wrapper .social-icons a {
    width: 90%;
    padding: 0.6em;
  }
}
.hagoromo6_wrapper .social-icons a.twitter {
  padding: 10px;
  background-color: #000;
  border: #ccc 1px solid;
}
.hagoromo6_wrapper .social-icons a.youtube {
  padding: 5px;
  background-color: #efefef;
  border: #ccc 1px solid;
}
.hagoromo6_wrapper .social-icons .social-icons-wrapper {
  display: flex;
  justify-content: center;
}
.hagoromo6_wrapper .social-icons .social-icons-wrapper .social-icons-item {
  display: flex;
  text-align: center;
  justify-content: center;
}/*# sourceMappingURL=style.css.map */