@charset "UTF-8";
/*
Theme Name: bunkasai2026
Author: growith-ai
*/
/* ----------------------------- リセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  font-size: var(--base-font-size); }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

sup {
  font-size: 8px; }

em {
  font-style: normal; }

div:after,
ul:after,
ol:after,
dl:after {
  clear: both; }

div,
ul,
ol,
dl {
  zoom: 1; }

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none; }
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none; }
input[type="submit"]:focus, input[type="button"]:focus {
  outline-offset: -2px; }

ul#wp-admin-bar-root-default:after {
  clear: none; }

/* ----------------------------- ページネーション */
.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 1.5rem; }
  .pagination li {
    display: inline-block; }
  .pagination span,
  .pagination a {
    display: inline-block;
    width: auto;
    padding: 10px 14px;
    margin: 0 8px 8px 0;
    border: 1px solid unset;
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #534741; }
  .pagination span.current {
    background: unset;
    border-color: unset;
    color: #fff !important;
    background-color: #534741;
    border: solid 1px #534741; }
  .pagination a.current {
    background: unset;
    border-color: unset;
    color: #ae0017 !important; }
  .pagination a:link, .pagination a:visited {
    color: #000; }
  .pagination a:hover {
    opacity: 0.6; }
  .pagination a.next, .pagination a.prev {
    background: transparent;
    border-color: transparent;
    padding-right: 8px;
    padding-left: 8px; }
  .pagination a.next:hover, .pagination a.prev:hover {
    color: #000; }

/* ----------------------------- 全体 */
body {
  font-size: 1.6rem;
  line-height: 1.8em;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative; }

a {
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all; }
  a:link, a:visited {
    color: #000;
    text-decoration: underline; }
  a:hover, a:active {
    text-decoration: none; }
  a img {
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all; }
  a:hover img {
    opacity: 0.65;
    -ms-filter: "alpha(opacity=65)";
    filter: alpha(opacity=65); }

.pc {
  display: block; }

.sp {
  display: none; }

.inline_pc {
  display: inline; }

.inline_sp {
  display: none; }

img,
.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto; }

#container {
  overflow: hidden;
  position: relative; }
  #container::before, #container::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    pointer-events: none;
    z-index: -1; }
  #container::before {
    top: 0;
    background: linear-gradient(to bottom, #7d88be, #ffffff); }
  #container::after {
    bottom: 0;
    background: linear-gradient(to bottom, #ffffff, #b1d3bf); }

.contents.inner-page {
  background-image: url(images/common/page-bg.png);
  background-repeat: repeat;
  min-height: 300px; }

/* ----------------------------- 共通 */
.wrap {
  max-width: 1200px;
  width: 80%;
  margin: 0 auto; }

.wrap1000 {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto; }
  .wrap1000 .box1,
  .wrap1000 .note {
    width: 90%;
    margin: 0 auto; }

.wrap900 {
  width: 900px;
  margin: 0 auto; }

.wrap800 {
  width: 800px;
  margin: 0 auto; }

.wrap700 {
  width: 700px;
  margin: 0 auto; }

/* ----------------------------- タイトル */
.c_tit1 {
  font-size: 2.4rem;
  color: unset; }

.c_tit2 {
  font-size: 2.4rem;
  letter-spacing: 5px; }

.c_tit3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #000;
  padding-bottom: 10px; }

/* ----------------------------- ボタン */
.btn1 {
  width: 260px;
  text-align: center; }
  .btn1 a {
    display: block;
    background-color: unset;
    background-image: url(images/common/icon1.svg);
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center right 5%;
    padding: 10px 0;
    border-radius: 40px;
    text-decoration: none;
    color: #fff; }
    .btn1 a:hover {
      opacity: 0.65; }

.btn2 {
  width: 420px;
  text-align: center; }
  .btn2 a {
    display: block;
    background-color: #000;
    background-image: url(images/common/icon2.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 5%;
    padding: 10px 0;
    border-radius: 40px;
    text-decoration: none;
    color: #fff; }
    .btn2 a:hover {
      opacity: 0.65; }

.btn3 {
  width: 260px;
  text-align: center; }
  .btn3 a {
    display: block;
    background-repeat: no-repeat;
    background-size: 5px;
    background-position: center right 5%;
    padding: 10px 0;
    border: 1px solid;
    background-color: #fff;
    border-radius: 40px;
    text-decoration: none; }
    .btn3 a:hover {
      opacity: 0.65; }

.btn4 {
  max-width: 500px;
  text-align: center; }
  .btn4 a {
    display: block;
    background-color: #298cad;
    background-image: url(images/common/icon3.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 5%;
    border-radius: 8px;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: bold;
    width: fit-content;
    padding: 1em 3.5em 1em 2em;
    text-decoration: none;
    color: #fff; }
    .btn4 a:hover {
      opacity: 0.65; }

.btn5 {
  max-width: 500px;
  text-align: center; }
  .btn5 a {
    display: block;
    background-color: #ae0017;
    background-image: url(images/common/icon1.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 5%;
    padding: 15px 0;
    border-radius: 40px;
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    color: unset; }
    .btn5 a:hover {
      opacity: 0.65; }

/* ----------------------------- css変数 */
:root {
  --base-font-size: 62.5%; }

/* ----------------------------- フローティングボタン */
.floting {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 99;
  width: 50px;
  background-color: #333; }
  .floting .sns {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 10px 0; }
    .floting .sns img {
      margin: 0 auto;
      display: block;
      width: 35px; }

/* ----------------------------- ヘッダー */
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 1%;
  z-index: 3; }
  .header .logo {
    width: 200px; }
    .header .logo a {
      display: block;
      padding: 10px 15%;
      text-align: center; }
  .header > a {
    display: block;
    max-width: 300px; }
    .header > a img {
      object-fit: contain; }
  .header .kickoff-title {
    width: 100%; }

/* ----------------------------- ナビ */
.nav {
  display: flex;
  gap: 10px;
  flex-grow: 1;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap; }
  .nav .nav_link {
    position: relative; }
    .nav .nav_link::after {
      z-index: 0;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%; }
    .nav .nav_link ul {
      display: flex;
      gap: 2%; }
      .nav .nav_link ul li {
        width: 110px; }
        .nav .nav_link ul li a {
          text-decoration: none;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .nav .nav_link ul li a img {
            max-width: 50px; }
          .nav .nav_link ul li a span.active {
            color: #ae0017; }
        .nav .nav_link ul li .accordion span {
          cursor: pointer;
          text-decoration: none;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .nav .nav_link ul li .accordion span img {
            max-width: 50px; }
          .nav .nav_link ul li .accordion span .active {
            color: #ae0017; }
        .nav .nav_link ul li .sub_nav {
          background: #fff;
          width: 450px;
          position: absolute;
          top: 110%;
          left: 0;
          z-index: 3;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.4s;
          transition: 0.4s;
          border-top: 1px solid #b3b3b3;
          border-left: 1px solid #b3b3b3;
          border-right: 1px solid #b3b3b3; }
          .nav .nav_link ul li .sub_nav span {
            display: block;
            border-bottom: 1px solid #b3b3b3; }
            .nav .nav_link ul li .sub_nav span a {
              display: block;
              padding: 10px 5%;
              color: #000; }
              .nav .nav_link ul li .sub_nav span a:hover {
                background: #191919;
                color: #fff; }
        .nav .nav_link ul li:hover .sub_nav {
          opacity: 1;
          visibility: visible; }
  .nav .text-change.search {
    display: flex;
    flex-direction: column;
    row-gap: 10px; }
    .nav .text-change.search .text-change-box {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .nav .text-change.search .text-change-box .font-size {
        display: flex;
        gap: 10px; }
        .nav .text-change.search .text-change-box .font-size > a {
          display: block;
          font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
          padding: 0 15px;
          background-color: #999;
          color: #fff;
          text-decoration: none;
          border-radius: 5px; }
          .nav .text-change.search .text-change-box .font-size > a.active {
            background-color: #333; }
      .nav .text-change.search .text-change-box > p {
        margin-right: 5px; }
    .nav .text-change.search .search-box {
      position: relative; }
      .nav .text-change.search .search-box .input-box {
        display: flex;
        width: 100%; }
        .nav .text-change.search .search-box .input-box label {
          border: solid 3px #333333;
          border-radius: 999px 0 0 999px;
          background-color: #333333;
          color: #fff;
          padding: 0 5px;
          font-size: clamp(0.8rem, 1.2vw, 1.5rem);
          flex-shrink: 0;
          width: 35%;
          text-align: center; }
        .nav .text-change.search .search-box .input-box input {
          display: block; }
        .nav .text-change.search .search-box .input-box input[type="submit"] {
          position: absolute;
          padding: 0;
          right: 15px;
          top: 50%;
          transform: translateY(-50%);
          background-color: unset;
          background-image: url(images/common/search-icon.png);
          background-repeat: no-repeat;
          background-size: contain;
          height: 18px;
          width: 18px; }
        .nav .text-change.search .search-box .input-box input[type="text"] {
          border: none;
          border-radius: 0 999px 999px 0;
          border: solid 3px #333333;
          padding: 0 0 0 10px;
          width: 65%; }

/* ----------------------------- メインビジュアル */
.mv-wrapper {
  position: relative;
  max-height: 1200px;
  min-height: 750px; }
  .mv-wrapper .top-main-back-items-sp {
    display: none; }
  .mv-wrapper .top-main-back-items-pc {
    display: block; }
  .mv-wrapper .main-background-img {
    position: relative;
    background-size: contain;
    margin: 0 auto;
    padding-bottom: 50px; }
    .mv-wrapper .main-background-img > img {
      scale: 1.5;
      aspect-ratio: 7 / 5;
      object-fit: contain;
      object-position: 65% -60px;
      width: 80%;
      margin-left: auto; }
    .mv-wrapper .main-background-img .mv-contents {
      position: absolute;
      top: 5%;
      left: 5%;
      width: 30%; }
      .mv-wrapper .main-background-img .mv-contents h2 {
        margin-bottom: 50px; }
      .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai {
        background: rgba(255, 255, 255, 0.75); }
        .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai h3 {
          font-size: 2.5rem;
          letter-spacing: 0.25em;
          margin-bottom: 20px; }
        .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai .read {
          font-size: 1.4rem;
          line-height: 1.8;
          padding-right: 10%; }
    .mv-wrapper .main-background-img h3.vertical {
      position: absolute;
      top: 5%;
      right: 15%;
      transform: translate(-50%, 0%);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: min(5vw, 30px);
      letter-spacing: 5px;
      margin-bottom: 20px; }

/* 新潟文化祭とは */
/* ----------------------------- 下層メインビジュアル */
.main {
  align-content: center;
  text-align: center;
  background-image: url(images/top/pattern.png);
  background-repeat: repeat;
  background-size: 70px auto;
  background-position: center;
  position: relative; }
  .main h2 {
    position: relative;
    z-index: 2;
    font-size: 25px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #fff;
    display: inline-block;
    padding: 30px 0px;
    margin: 30px; }
  .main::before, .main::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 30%; }
  .main::before {
    background-image: url(images/common/title-bg-left.svg);
    background-position: right bottom;
    left: 0;
    top: 0; }
  .main::after {
    background-image: url(images/common/title-bg-right.svg);
    background-position: left bottom;
    right: 0;
    top: 0; }

.main_kickoff {
  background-image: none; }
  .main_kickoff::before, .main_kickoff::after {
    display: none; }
  .main_kickoff h2 {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }

/* ----------------------------- トップ */
.top_block1 {
  position: relative;
  padding-bottom: 50px; }
  .top_block1 .box1 {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    margin-top: -100px;
    /* トップページカード */ }
    .top_block1 .box1 .top-banner-link {
      display: block;
      margin-bottom: 50px;
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }

.cards {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 50px; }
  .cards .card {
    display: flex;
    background-image: url(images/top/pattern.png);
    background-repeat: repeat;
    background-size: 70px auto;
    background-position: center;
    padding: 25px 2.5%; }
    .cards .card .card-contents {
      position: relative;
      display: flex;
      width: 52%;
      padding: 25px 5%;
      flex-direction: column;
      justify-content: center;
      color: #fff;
      box-sizing: border-box; }
      .cards .card .card-contents h4 {
        font-weight: bold;
        margin-bottom: 10px;
        font-size: clamp(2.4rem, 2.5vw, 4.2rem);
        line-height: 1.2;
        margin-bottom: 30px;
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
        z-index: 1; }
      .cards .card .card-contents p {
        margin-bottom: 10px;
        font-size: 1.8rem;
        line-height: 2.8rem;
        position: relative;
        text-align: justify;
        z-index: 1; }
      .cards .card .card-contents::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 100%;
        height: calc(100% + 50px);
        left: 0;
        bottom: -25px;
        background-image: url(images/top/card-bg.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index: 0;
        opacity: 0.8; }
    .cards .card .img-wrap {
      width: 48%;
      border: solid 3px #fff; }
      .cards .card .img-wrap img {
        max-width: 100%;
        width: 100%;
        height: 100%; }
    .cards .card.stage-channel-card .card-contents {
      color: #000;
      background-color: #e8e3cd;
      background-image: url(images/top/stage-channel.png); }
      .cards .card.stage-channel-card .card-contents .view-button-wrapper a {
        color: #000; }
        .cards .card.stage-channel-card .card-contents .view-button-wrapper a::before {
          background-color: #000; }
        .cards .card.stage-channel-card .card-contents .view-button-wrapper a::after {
          background-color: #000; }
  .cards::before {
    display: none; }

.view-button-wrapper {
  position: absolute;
  bottom: 0;
  right: 2.5%; }
  .view-button-wrapper a {
    display: block;
    position: relative;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 10px; }
    .view-button-wrapper a::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #fff;
      bottom: 0; }
    .view-button-wrapper a::after {
      content: '';
      position: absolute;
      right: 0;
      bottom: 1px;
      height: 20px;
      width: 1px;
      background-color: #fff;
      transform: rotate(-45deg);
      transform-origin: right bottom; }
    .view-button-wrapper a .view-button {
      position: relative;
      text-align: center;
      width: 140px;
      display: inline-block;
      transition: .5s; }
      .view-button-wrapper a .view-button:hover {
        width: 130px; }
    .view-button-wrapper a.outer .view-button span::after {
      content: '';
      display: inline-block;
      position: absolute;
      right: 30px;
      bottom: 5px;
      background-image: url(images/top/outer.svg);
      background-repeat: no-repeat;
      background-position: center;
      z-index: 1;
      height: 25px;
      width: 20px; }

/* トップページカード終了 */
/* 6つ横に並んでいるもの　*/
.ver-cards {
  margin-top: 100px;
  display: flex;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center; }
  .ver-cards::before {
    display: none; }
  .ver-cards::after {
    display: none; }
  .ver-cards .ver-card {
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(images/top/pattern.png);
    background-repeat: repeat;
    background-size: 70px auto;
    background-position: center;
    width: calc(33.3% - 15px);
    padding: 15px;
    box-sizing: border-box; }
    .ver-cards .ver-card img {
      position: relative;
      z-index: 1;
      object-fit: cover;
      aspect-ratio: 2 / 1.1;
      width: 100%;
      box-sizing: border-box;
      border: solid 3px #fff; }
    .ver-cards .ver-card .ver-card-content {
      flex-grow: 1;
      position: relative;
      z-index: 1;
      padding: 10px;
      display: flex;
      flex-direction: column; }
      .ver-cards .ver-card .ver-card-content h4 {
        color: #fff;
        font-size: clamp(1.8rem, 2.5vw, 2.5rem);
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 10px; }
      .ver-cards .ver-card .ver-card-content p {
        color: #fff;
        font-size: 1.4rem;
        line-height: 2rem; }
      .ver-cards .ver-card .ver-card-content a {
        font-size: 1.2rem; }
      .ver-cards .ver-card .ver-card-content .view {
        color: #fff;
        text-decoration: none;
        position: relative;
        width: 80%;
        max-width: 130px;
        margin-left: auto;
        display: block;
        margin-top: auto;
        padding-bottom: 5px;
        transition: .5s;
        line-height: 1.5rem;
        padding-right: 32px; }
        .ver-cards .ver-card .ver-card-content .view span.text {
          display: block;
          text-align: center; }
        .ver-cards .ver-card .ver-card-content .view:hover {
          width: 70%;
          max-width: 120px; }
        .ver-cards .ver-card .ver-card-content .view::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #fff;
          bottom: 0; }
        .ver-cards .ver-card .ver-card-content .view::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 1px;
          height: 20px;
          width: 1px;
          background-color: #fff;
          transform: rotate(-45deg);
          transform-origin: right bottom; }
      .ver-cards .ver-card .ver-card-content .outer {
        color: #fff;
        text-decoration: none;
        position: relative;
        width: 80%;
        max-width: 130px;
        margin-left: auto;
        display: block;
        margin-top: 1em;
        padding-bottom: 5px;
        transition: .5s;
        line-height: 1.5rem;
        padding-right: 32px; }
        .ver-cards .ver-card .ver-card-content .outer:hover {
          width: 70%;
          max-width: 120px; }
        .ver-cards .ver-card .ver-card-content .outer::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 1px;
          background-color: #fff;
          bottom: 0; }
        .ver-cards .ver-card .ver-card-content .outer::after {
          content: '';
          position: absolute;
          right: 0;
          bottom: 1px;
          height: 20px;
          width: 1px;
          background-color: #fff;
          transform: rotate(-45deg);
          transform-origin: right bottom; }
        .ver-cards .ver-card .ver-card-content .outer span.text {
          display: block;
          text-align: center; }
        .ver-cards .ver-card .ver-card-content .outer span.icon {
          height: 16px;
          width: 20px;
          margin-left: 10px;
          position: absolute;
          background-image: url(images/top/outer-white.svg);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          right: 20px;
          bottom: 0.5em;
          z-index: 1; }
    .ver-cards .ver-card.gray-out {
      filter: grayscale(1);
      opacity: 0.8; }
    .ver-cards .ver-card::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      bottom: 0;
      background-image: url(images/top/card-bg.svg);
      z-index: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: -50px;
      opacity: 0.8; }

/* 6つ横に並んでいるもの 終了　*/
.top_block1 .box1 .bnr {
  margin-top: 80px;
  text-align: center; }
.top_block1 .box2 {
  max-width: 1400px;
  margin: 0 auto; }
  .top_block1 .box2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px; }
  .top_block1 .box2 li {
    width: 22%;
    margin-right: 2%;
    background: unset;
    position: relative;
    padding-bottom: 40px; }
    .top_block1 .box2 li:nth-child(4n) {
      margin-right: 0; }
    .top_block1 .box2 li .txt {
      padding: 5% 7%; }
      .top_block1 .box2 li .txt h4 {
        font-size: 1.8rem;
        color: #e1c177;
        text-align: center; }
      .top_block1 .box2 li .txt p {
        margin-top: 20px;
        color: #fff;
        font-size: 1.5rem;
        /* font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif; */
        line-height: 1.4em; }
      .top_block1 .box2 li .txt .more {
        text-align: right;
        line-height: 1em;
        position: absolute;
        right: 10%;
        bottom: 20px; }
        .top_block1 .box2 li .txt .more a {
          background: url(images/common/icon1.svg) center right no-repeat;
          background-size: 7px;
          padding-right: 1.5em;
          color: #fff;
          text-decoration: none; }
          .top_block1 .box2 li .txt .more a:hover {
            opacity: 0.65; }
        .top_block1 .box2 li .txt .more.external a {
          background: url(images/common/icon2.svg) center right no-repeat;
          background-size: 15px; }

.top_block2 {
  position: relative;
  padding: 50px 0;
  background-image: url(images/top/pattern.png);
  background-repeat: repeat;
  background-size: 70px auto;
  background-position: center; }
  .top_block2 .news_wrap {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 50px; }
    .top_block2 .news_wrap .tit {
      position: relative;
      width: 25%;
      text-align: center;
      border-top: solid 1px #fff;
      border-bottom: solid 1px #fff;
      padding: 50px 0;
      box-sizing: border-box;
      height: fit-content; }
      .top_block2 .news_wrap .tit .news-title {
        color: #fff; }
      .top_block2 .news_wrap .tit .list_link {
        margin-top: 10px;
        color: #fff; }
        .top_block2 .news_wrap .tit .list_link a {
          text-decoration: none; }
          .top_block2 .news_wrap .tit .list_link a:visited {
            color: #fff; }
          .top_block2 .news_wrap .tit .list_link a:hover {
            opacity: 0.65; }
            .top_block2 .news_wrap .tit .list_link a:hover img {
              opacity: 1; }
          .top_block2 .news_wrap .tit .list_link a span {
            position: relative;
            display: inline-block;
            width: 20px; }
            .top_block2 .news_wrap .tit .list_link a span::before {
              content: "";
              position: absolute;
              display: inline-block;
              background-color: #fff;
              height: 1px;
              width: 20px;
              bottom: 0;
              left: 0; }
            .top_block2 .news_wrap .tit .list_link a span::after {
              content: "";
              position: absolute;
              display: inline-block;
              background-color: #fff;
              height: 10px;
              width: 1px;
              transform: rotate(-45deg);
              transform-origin: right bottom;
              bottom: 1px;
              right: 0; }
      .top_block2 .news_wrap .tit::before, .top_block2 .news_wrap .tit::after {
        content: "";
        position: absolute;
        display: inline-block;
        background-image: url(images/top/news-pattern.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 10px;
        width: 10px; }
      .top_block2 .news_wrap .tit::before {
        top: -8px;
        right: -5px; }
      .top_block2 .news_wrap .tit::after {
        transform: rotate(180deg);
        bottom: -8px;
        left: -5px; }
    .top_block2 .news_wrap .news_list {
      width: 75%; }
      .top_block2 .news_wrap .news_list li {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px;
        padding-right: 30px;
        color: #fff; }
        .top_block2 .news_wrap .news_list li:last-child {
          margin-bottom: 0; }
        .top_block2 .news_wrap .news_list li a {
          text-decoration: none; }
          .top_block2 .news_wrap .news_list li a:hover .title {
            text-decoration: none; }
        .top_block2 .news_wrap .news_list li .title {
          color: #fff;
          text-decoration: none;
          padding-right: 50px; }
        .top_block2 .news_wrap .news_list li .circle {
          position: absolute;
          right: 0;
          border: solid 1px #fff;
          border-radius: 50%;
          width: 25px;
          height: 25px; }
          .top_block2 .news_wrap .news_list li .circle::before {
            content: "";
            position: absolute;
            display: inline-block;
            width: 15px;
            height: 1px;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff; }
          .top_block2 .news_wrap .news_list li .circle::after {
            content: "";
            position: absolute;
            display: inline-block;
            background-color: #fff;
            height: 10px;
            width: 1px;
            transform: rotate(-45deg);
            transform-origin: right bottom;
            right: 5px;
            bottom: 11px; }
        .top_block2 .news_wrap .news_list li .date {
          color: #daccbc; }
  .top_block2::before, .top_block2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 40%;
    height: 100%;
    background-image: url(images/top/card-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .top_block2::before {
    bottom: 0;
    left: 0;
    background-position: left bottom; }
  .top_block2::after {
    background-image: url(images/top/card-bg-2.svg);
    top: 0;
    right: 0;
    background-position: right top; }

.top_block3 {
  padding: 100px 0; }
  .top_block3 .box {
    border-radius: 20px; }
    .top_block3 .box h3 {
      text-align: center;
      display: flex;
      gap: 10px;
      justify-content: center;
      align-items: center; }
      .top_block3 .box h3::before {
        content: "";
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(images/common/search-icon.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
    .top_block3 .box .read {
      font-size: 2rem;
      line-height: 1.8em;
      text-align: center;
      margin-top: 40px; }

/* ----------------------------- お知らせ */
.news_list li a {
  text-decoration: none; }
.news_list li .date {
  display: block;
  font-size: 1.4rem;
  line-height: 1rem;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left; }
.news_list li .title {
  font-size: 1.8rem; }

.news_block1 {
  padding: 100px 0;
  background-size: cover; }
  .news_block1 .news_list {
    margin-bottom: 40px; }
    .news_block1 .news_list li a {
      display: block;
      overflow: hidden;
      border-bottom: 1px solid;
      padding: 30px 0; }
    .news_block1 .news_list li .date {
      float: left;
      width: 10%; }
    .news_block1 .news_list li .inner {
      float: left;
      width: 85%;
      margin-left: 5%; }
      .news_block1 .news_list li .inner .title {
        font-size: 2rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .news_block1 .news_list li .inner .content {
        margin-top: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }

/* ----------------------------- お知らせ詳細 */
.single {
  padding: 100px 0;
  background: url(images/top/base-background.png) center;
  background-size: cover; }
  .single .box {
    background: #fff;
    padding: 5%; }
    .single .box .date {
      width: 100px;
      background: unset;
      font-size: 1.4rem;
      letter-spacing: 0.1em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .single .box .title {
      font-size: 2rem;
      border-bottom: 1px solid;
      padding-bottom: 20px;
      margin-top: 20px; }
    .single .box .content {
      margin-top: 40px; }
  .single .btn3 {
    margin: 60px auto 0; }

/* ----------------------------- キックオフイベント */
.kickoff {
  padding-top: 20px; }
  .kickoff a {
    position: relative;
    z-index: 1; }
  .kickoff .kickoff-banner-block {
    margin-top: 100px; }
    .kickoff .kickoff-banner-block a {
      display: block;
      max-width: 620px;
      margin: 0 auto; }
  .kickoff .kickoff_block1 {
    padding-bottom: 50px; }
    .kickoff .kickoff_block1 h3 {
      color: #a03b2b;
      font-size: clamp(20px, 2.5vw, 32px);
      margin-bottom: 0.5em;
      line-height: 1.2; }
  .kickoff .kickoff_pattern_wrapper {
    background-image: url(images/top/pattern.png);
    background-repeat: repeat;
    background-size: 70px auto;
    background-position: center; }
    .kickoff .kickoff_pattern_wrapper .kickoff_block2,
    .kickoff .kickoff_pattern_wrapper .kickoff_block3 {
      position: relative; }
      .kickoff .kickoff_pattern_wrapper .kickoff_block2::before, .kickoff .kickoff_pattern_wrapper .kickoff_block2::after,
      .kickoff .kickoff_pattern_wrapper .kickoff_block3::before,
      .kickoff .kickoff_pattern_wrapper .kickoff_block3::after {
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        top: 45%;
        transform: translateY(-50%);
        width: calc((100% - min(70%, 1000px))/2);
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      .kickoff .kickoff_pattern_wrapper .kickoff_block2::before,
      .kickoff .kickoff_pattern_wrapper .kickoff_block3::before {
        background-image: url(images/kickoff/kickoff-block-bg-1.svg);
        left: 3%;
        background-position: right center; }
      .kickoff .kickoff_pattern_wrapper .kickoff_block2::after,
      .kickoff .kickoff_pattern_wrapper .kickoff_block3::after {
        background-image: url(images/kickoff/kickoff-block-bg-1.svg);
        transform: scaleX(-1) translateY(-50%);
        right: 3%;
        background-position: left center; }
  .kickoff .kickoff_block2 .wrap1000,
  .kickoff .kickoff_block3 .wrap1000,
  .kickoff .kickoff_block4 .wrap1000,
  .kickoff .kickoff_block5 .wrap1000,
  .kickoff .kickoff_block6 .wrap1000 {
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 50px 5%;
    box-sizing: border-box; }
    .kickoff .kickoff_block2 .wrap1000 .c_tit2,
    .kickoff .kickoff_block3 .wrap1000 .c_tit2,
    .kickoff .kickoff_block4 .wrap1000 .c_tit2,
    .kickoff .kickoff_block5 .wrap1000 .c_tit2,
    .kickoff .kickoff_block6 .wrap1000 .c_tit2 {
      position: relative;
      z-index: 1;
      color: #191919;
      padding: 5px 0;
      border-bottom: solid 2px #343d89; }
    .kickoff .kickoff_block2 .wrap1000 .box1,
    .kickoff .kickoff_block3 .wrap1000 .box1,
    .kickoff .kickoff_block4 .wrap1000 .box1,
    .kickoff .kickoff_block5 .wrap1000 .box1,
    .kickoff .kickoff_block6 .wrap1000 .box1 {
      width: 100%; }
  .kickoff .kickoff_block2 .access-wrap,
  .kickoff .kickoff_block2 .viewing-wrap,
  .kickoff .kickoff_block3 .access-wrap,
  .kickoff .kickoff_block3 .viewing-wrap,
  .kickoff .kickoff_block4 .access-wrap,
  .kickoff .kickoff_block4 .viewing-wrap,
  .kickoff .kickoff_block5 .access-wrap,
  .kickoff .kickoff_block5 .viewing-wrap,
  .kickoff .kickoff_block6 .access-wrap,
  .kickoff .kickoff_block6 .viewing-wrap {
    border: 3px dotted #343d89;
    border-radius: 30px; }
  .kickoff .kickoff_block2 {
    padding-top: 60px;
    padding-bottom: 50px; }
    .kickoff .kickoff_block2 .wrap1000 table {
      position: relative;
      z-index: 1;
      width: 100%;
      margin-top: 20px; }
      .kickoff .kickoff_block2 .wrap1000 table th {
        vertical-align: top;
        padding: 10px 0;
        width: 15%; }
        .kickoff .kickoff_block2 .wrap1000 table th span {
          display: block;
          background: #343d89;
          color: #fff;
          text-align: center; }
      .kickoff .kickoff_block2 .wrap1000 table td {
        padding: 10px 0 10px 1.5em; }
    .kickoff .kickoff_block2 .btn4 {
      margin: 40px auto 0; }
  .kickoff .kickoff_block3 {
    padding-bottom: 100px; }
    .kickoff .kickoff_block3 .wrap1000 .note {
      margin-top: 20px;
      font-size: small;
      text-align: right; }
    .kickoff .kickoff_block3 .wrap1000 .box1 li {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; }
    .kickoff .kickoff_block3 .wrap1000 .box1 .img {
      width: 45%; }
    .kickoff .kickoff_block3 .wrap1000 .box1 .txt {
      width: 50%; }
      .kickoff .kickoff_block3 .wrap1000 .box1 .txt h4 {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        line-height: 1.4em; }
        .kickoff .kickoff_block3 .wrap1000 .box1 .txt h4 small {
          font-size: 1.5rem; }
      .kickoff .kickoff_block3 .wrap1000 .box1 .txt p {
        font-size: 1.4rem;
        margin-top: 20px;
        line-height: 25px; }
    .kickoff .kickoff_block3 .wrap1000 .box2 {
      margin-top: 100px; }
      .kickoff .kickoff_block3 .wrap1000 .box2 li {
        float: left;
        width: 30%;
        margin-right: 5%;
        margin-bottom: 60px; }
        .kickoff .kickoff_block3 .wrap1000 .box2 li:nth-child(3n) {
          margin-right: 0; }
        .kickoff .kickoff_block3 .wrap1000 .box2 li h5 {
          font-size: 2rem;
          letter-spacing: 0.1em;
          margin-top: 10px; }
          .kickoff .kickoff_block3 .wrap1000 .box2 li h5 small {
            font-size: 75%; }
  .kickoff .kickoff_block4 {
    padding: 100px 0; }
    .kickoff .kickoff_block4 .wrap1000 .box1 {
      margin-top: 30px; }
      .kickoff .kickoff_block4 .wrap1000 .box1 p {
        margin-top: 30px; }
      .kickoff .kickoff_block4 .wrap1000 .box1 h4 {
        font-size: 25px;
        background-color: #F3DC58;
        color: #191919;
        padding: 5px;
        padding-left: 50px; }
      .kickoff .kickoff_block4 .wrap1000 .box1 .inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .kickoff .kickoff_block4 .wrap1000 .box1 .inner .img {
          width: 48%; }
          .kickoff .kickoff_block4 .wrap1000 .box1 .inner .img img {
            height: 100%;
            width: 100%;
            object-fit: cover; }
        .kickoff .kickoff_block4 .wrap1000 .box1 .inner .map {
          width: 48%;
          margin-left: 4%; }
          .kickoff .kickoff_block4 .wrap1000 .box1 .inner .map iframe {
            width: 100%;
            height: 100%; }
      .kickoff .kickoff_block4 .wrap1000 .box1 .note {
        margin-top: 20px; }
      .kickoff .kickoff_block4 .wrap1000 .box1 .method {
        margin-top: 20px;
        display: flex;
        align-items: end;
        flex-wrap: wrap;
        gap: 10%;
        row-gap: 1em; }
        .kickoff .kickoff_block4 .wrap1000 .box1 .method h5 {
          font-size: 20px; }
        .kickoff .kickoff_block4 .wrap1000 .box1 .method p {
          margin-top: 10px; }
          .kickoff .kickoff_block4 .wrap1000 .box1 .method p a {
            color: #0000ff;
            text-decoration: underline; }
  .kickoff .kickoff_block5 {
    padding-bottom: 100px; }
    .kickoff .kickoff_block5 .wrap1000 .box2 > ul {
      list-style: disc;
      padding: 30px 0;
      padding-left: 2rem; }
    .kickoff .kickoff_block5 .wrap1000 .box2 .banner {
      max-width: 420px; }
    .kickoff .kickoff_block5 .wrap1000 .box1 {
      margin-top: 30px; }
      .kickoff .kickoff_block5 .wrap1000 .box1 h4 {
        display: flex;
        gap: 10px;
        font-size: 2.4rem;
        margin-bottom: 20px;
        color: #1a1a1a; }
        .kickoff .kickoff_block5 .wrap1000 .box1 h4 span {
          font-size: 1.5rem; }
      .kickoff .kickoff_block5 .wrap1000 .box1 > ul {
        display: flex;
        flex-direction: column;
        row-gap: 2em; }
        .kickoff .kickoff_block5 .wrap1000 .box1 > ul li {
          display: flex;
          align-items: center;
          gap: 20px; }
          .kickoff .kickoff_block5 .wrap1000 .box1 > ul li .icon {
            flex-shrink: 0;
            max-width: 60px; }
          .kickoff .kickoff_block5 .wrap1000 .box1 > ul li a {
            text-decoration: underline;
            color: #0000ff; }
          .kickoff .kickoff_block5 .wrap1000 .box1 > ul li.form {
            align-items: flex-start; }
            .kickoff .kickoff_block5 .wrap1000 .box1 > ul li.form .txt {
              flex: 1;
              min-width: 0; }
            .kickoff .kickoff_block5 .wrap1000 .box1 > ul li.form .form-apply-btn {
              margin: 0;
              max-width: 100%; }
              .kickoff .kickoff_block5 .wrap1000 .box1 > ul li.form .form-apply-btn a {
                text-decoration: none;
                color: #fff; }
          .kickoff .kickoff_block5 .wrap1000 .box1 > ul li.postcard {
            align-items: start; }
      .kickoff .kickoff_block5 .wrap1000 .box1 .support {
        display: flex;
        align-items: center;
        border: solid 1px #191919;
        width: fit-content;
        margin-top: 30px;
        padding: 20px;
        box-sizing: border-box;
        font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: 700;
        gap: 10px; }
        .kickoff .kickoff_block5 .wrap1000 .box1 .support h5 {
          text-indent: -0.5em;
          font-size: 1.8rem;
          color: #1a1a1a; }
        .kickoff .kickoff_block5 .wrap1000 .box1 .support .icon {
          display: flex;
          text-align: center;
          gap: 20px; }
          .kickoff .kickoff_block5 .wrap1000 .box1 .support .icon span {
            display: flex;
            flex-direction: column;
            align-items: center;
            row-gap: 0.5em; }
            .kickoff .kickoff_block5 .wrap1000 .box1 .support .icon span img {
              max-width: 50px;
              height: 50px;
              object-fit: contain; }
      .kickoff .kickoff_block5 .wrap1000 .box1.someday-ticket {
        background-color: #CB0023;
        box-shadow: 0 4px 16px rgba(203, 0, 35, 0.08);
        padding: 30px 5%;
        border-radius: 16px;
        margin-top: 40px;
        margin-bottom: 40px;
        position: relative; }
        .kickoff .kickoff_block5 .wrap1000 .box1.someday-ticket h4 {
          color: #fff;
          font-size: 2.2rem;
          font-weight: bold;
          margin-bottom: 16px;
          letter-spacing: 0.1em;
          text-shadow: 0 2px 8px #fff3f3; }
        .kickoff .kickoff_block5 .wrap1000 .box1.someday-ticket p,
        .kickoff .kickoff_block5 .wrap1000 .box1.someday-ticket li {
          color: #fff;
          font-size: 1.7rem;
          font-weight: bold; }
        .kickoff .kickoff_block5 .wrap1000 .box1.someday-ticket ul {
          margin-top: 16px;
          margin-bottom: 0;
          padding-left: 1.5em; }

/* ----------------------------- 県主催公演 */
.performance {
  color: #fff;
  background-image: url(images/top/base-background.png);
  color: #191919; }
  .performance a {
    color: #fff; }

.performance_block1 {
  position: relative;
  padding-top: 80px; }
  .performance_block1 .box {
    background-color: #BBE3FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .performance_block1 .box .img {
      width: 50%; }
      .performance_block1 .box .img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .performance_block1 .box .txt {
      display: grid;
      width: 50%;
      padding: 50px;
      box-sizing: border-box;
      align-content: center; }
      .performance_block1 .box .txt .youtube-link {
        position: relative; }
      .performance_block1 .box .txt .link {
        display: inline-block;
        background-color: #fff;
        border: solid 2px #CB0023;
        position: relative;
        border-radius: 50px;
        color: #CB0023;
        font-size: small;
        padding: 3px 50px; }
        .performance_block1 .box .txt .link::before {
          background-image: url(images/common/floting_sp.png);
          position: absolute;
          background-repeat: no-repeat;
          background-size: 7%;
          height: 100%;
          width: 100%;
          left: 20px;
          top: 0px;
          background-position: left;
          z-index: 1; }
        .performance_block1 .box .txt .link::after {
          position: absolute;
          background-image: url(images/top/outer.svg);
          background-repeat: no-repeat;
          background-size: 6%;
          height: 100%;
          width: 100%;
          right: 15px;
          top: 0px;
          background-position: right;
          z-index: 1; }

.performance_block2 {
  padding-top: 60px;
  padding-bottom: 100px; }
  .performance_block2 .c_tit2 {
    background-color: #F3DC58;
    color: #191919;
    padding: 5px;
    padding-left: 50px; }
  .performance_block2 .table-program {
    display: flex;
    width: 90%;
    margin: 0 auto;
    margin-top: 20px; }
    .performance_block2 .table-program .info {
      flex-grow: 1; }
    .performance_block2 .table-program .program {
      width: 35%;
      text-align: center;
      font-weight: 700;
      font-size: 20px; }
  .performance_block2 table .info {
    flex-grow: 1; }
  .performance_block2 table th {
    vertical-align: top;
    padding: 10px 0; }
    .performance_block2 table th span {
      display: block;
      background: #F3DC58;
      color: #191919;
      text-align: center; }
  .performance_block2 table td {
    padding: 10px 0 10px 1.5em; }
  .performance_block2 .btn4 {
    margin: 40px auto 0; }
    .performance_block2 .btn4 a {
      color: unset; }
  .performance_block2 .support {
    display: inline-block;
    max-width: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
    border: 1px solid #191919;
    padding: 3% 5%;
    text-align: center; }
    .performance_block2 .support .txt {
      width: 50%;
      display: inline-block;
      vertical-align: middle;
      text-align: left; }
      .performance_block2 .support .txt h5 {
        font-size: 1.8rem;
        color: #e1c177; }
      .performance_block2 .support .txt p {
        margin-top: 10px;
        line-height: 1.4em; }
    .performance_block2 .support .icon {
      display: flex;
      column-gap: 10px; }
      .performance_block2 .support .icon span {
        max-width: 100px; }
        .performance_block2 .support .icon span img {
          width: 85%;
          margin: 0 auto;
          border: 2px solid #fff;
          border-radius: 10px; }
        .performance_block2 .support .icon span p {
          font-size: 1.3rem;
          margin-top: 5px; }

.performance_block3 {
  padding-bottom: 100px; }
  .performance_block3 .c_tit2 {
    background-color: #F3DC58;
    color: #191919;
    padding: 5px;
    padding-left: 50px; }
  .performance_block3 .note {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px; }
  .performance_block3 .box1 {
    margin-bottom: 80px; }
    .performance_block3 .box1 li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; }
    .performance_block3 .box1 .img {
      width: 44%; }
    .performance_block3 .box1 .txt {
      width: 50%;
      margin-left: 4%; }
      .performance_block3 .box1 .txt .date {
        margin-top: 20px; }
        .performance_block3 .box1 .txt .date p {
          margin-top: 10px;
          line-height: 16px; }
        .performance_block3 .box1 .txt .date h5 {
          background-color: #191919;
          color: #fff;
          display: inline-block;
          padding: 0px 10px; }
      .performance_block3 .box1 .txt h4 {
        font-size: 2.4rem;
        letter-spacing: 0.1em;
        line-height: 1.4em; }
        .performance_block3 .box1 .txt h4 small {
          font-size: 1.5rem; }
      .performance_block3 .box1 .txt p {
        margin-top: 20px; }
        .performance_block3 .box1 .txt p a {
          color: #191919; }
  .performance_block3 .box2 {
    margin-top: 100px; }
    .performance_block3 .box2 li {
      float: left;
      width: 30%;
      margin-right: 5%;
      margin-bottom: 60px; }
      .performance_block3 .box2 li:nth-child(3n) {
        margin-right: 0; }
      .performance_block3 .box2 li h5 {
        font-size: 2rem;
        letter-spacing: 0.1em;
        margin-top: 10px; }
        .performance_block3 .box2 li h5 small {
          font-size: 75%; }
  .performance_block3 .box3 {
    margin-top: 40px; }
    .performance_block3 .box3 h4 {
      font-size: 25px;
      background-color: #F3DC58;
      color: #191919;
      padding: 5px;
      padding-left: 50px; }
    .performance_block3 .box3 p {
      margin: 20px 0;
      padding-left: 50px; }
    .performance_block3 .box3 .inner .img {
      width: 48%; }
    .performance_block3 .box3 .inner .map {
      margin-left: 50px; }
      .performance_block3 .box3 .inner .map iframe {
        width: 100%;
        height: 310px; }
    .performance_block3 .box3 .note {
      margin-top: 20px; }
    .performance_block3 .box3 .method {
      margin-top: 20px; }
      .performance_block3 .box3 .method h5 {
        font-size: 1.8rem;
        color: #e1c177; }
      .performance_block3 .box3 .method p {
        margin-top: 10px; }

.performance_block4 {
  padding-bottom: 100px; }
  .performance_block4 .c_tit2 {
    font-size: 20px;
    background-color: #F3DC58;
    color: #191919;
    padding: 5px;
    padding-left: 50px; }
  .performance_block4 .end {
    font-size: 2rem;
    margin-top: 40px; }
  .performance_block4 .caution {
    margin-top: 20px; }
    .performance_block4 .caution li {
      padding-left: 1em;
      text-indent: -1em; }
      .performance_block4 .caution li:before {
        content: "・"; }
  .performance_block4 h4 {
    font-size: 2.8rem;
    color: #e1c177; }
    .performance_block4 h4 small {
      font-size: 1.6rem;
      font-weight: normal;
      color: #fff;
      margin-left: 2em; }
  .performance_block4 .box1 {
    margin-top: 60px; }
    .performance_block4 .box1 ul {
      margin-top: 30px; }
    .performance_block4 .box1 li {
      display: table;
      width: 100%;
      margin-bottom: 30px; }
      .performance_block4 .box1 li:last-child {
        margin-bottom: 0; }
      .performance_block4 .box1 li .icon {
        display: table-cell;
        width: 10%;
        vertical-align: top; }
      .performance_block4 .box1 li .txt {
        display: table-cell;
        padding-left: 30px; }
      .performance_block4 .box1 li.form .txt {
        vertical-align: middle; }
        .performance_block4 .box1 li.form .txt p {
          font-size: 1.9rem; }
        .performance_block4 .box1 li.form .txt .btn4 a {
          color: unset; }
      .performance_block4 .box1 li.postcard .txt {
        vertical-align: top; }
        .performance_block4 .box1 li.postcard .txt p {
          font-size: 1.7rem; }
    .performance_block4 .box1 .for {
      margin-top: 40px; }
      .performance_block4 .box1 .for h5 {
        float: left;
        font-size: 1.7rem;
        color: #e1c177;
        border: 1px solid;
        border-radius: 40px;
        padding: 0 1em; }
      .performance_block4 .box1 .for p {
        float: left;
        margin-left: 1em; }
    .performance_block4 .box1 .deadline {
      margin-top: 40px;
      letter-spacing: 0.1em; }
      .performance_block4 .box1 .deadline p {
        font-size: 2.2rem;
        font-weight: bold; }
        .performance_block4 .box1 .deadline p span {
          color: #e1c177;
          margin-left: 0.5em; }
          .performance_block4 .box1 .deadline p span strong {
            font-size: 200%; }
      .performance_block4 .box1 .deadline .sub {
        font-weight: bold;
        color: unset;
        display: inline-block;
        background: #e1c177;
        padding: 0 0.5em;
        margin-top: 10px; }
    .performance_block4 .box1 .support {
      max-width: 700px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 40px;
      border: 1px solid #fff;
      padding: 3% 5%;
      text-align: center; }
      .performance_block4 .box1 .support .txt {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        .performance_block4 .box1 .support .txt h5 {
          font-size: 1.8rem;
          color: #e1c177; }
        .performance_block4 .box1 .support .txt p {
          margin-top: 10px;
          line-height: 1.4em; }
      .performance_block4 .box1 .support .icon {
        width: 46%;
        margin-left: 2%;
        display: inline-block;
        vertical-align: middle; }
        .performance_block4 .box1 .support .icon span {
          float: left;
          width: 25%; }
          .performance_block4 .box1 .support .icon span img {
            width: 85%;
            margin: 0 auto;
            border: 2px solid #fff;
            border-radius: 10px; }
          .performance_block4 .box1 .support .icon span p {
            font-size: 1.3rem;
            margin-top: 5px; }
    .performance_block4 .box1 .bnr {
      margin-top: 100px; }
  .performance_block4 .box2 {
    margin-top: 60px; }
    .performance_block4 .box2 p {
      margin-top: 20px; }
  .performance_block4 .soon {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.4em;
    margin-top: 40px; }
    .performance_block4 .soon strong {
      font-size: 200%; }

/* ----------------------------- 第13回新潟出版文化賞 */
.publication_block1 {
  padding: 100px 0;
  background: url(images/top/top_bg1.jpg) center no-repeat;
  background-size: cover; }
  .publication_block1 .read {
    font-size: 1.8rem;
    line-height: 2.2em; }
  .publication_block1 table {
    width: 100%;
    margin-top: 60px; }
    .publication_block1 table tr {
      border-top: 1px solid; }
      .publication_block1 table tr:last-child {
        border-bottom: 1px solid; }
    .publication_block1 table th {
      width: 15%;
      text-align: left;
      padding: 20px 0;
      vertical-align: middle; }
    .publication_block1 table td {
      padding: 20px 0; }
  .publication_block1 .note {
    margin-top: 20px; }
  .publication_block1 .btn3 {
    margin: 80px auto 0; }

/* ----------------------------- 子ども芸術文化ステージ */
.child {
  color: #191919;
  background-color: #F3DC58; }

.child_block1 {
  position: relative; }
  .child_block1 .anchor_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .child_block1 .anchor_btn li {
      width: 45%;
      max-width: 100%;
      align-content: center; }
      .child_block1 .anchor_btn li a {
        color: #fff; }
  .child_block1 .box {
    margin: 60px 0; }
    .child_block1 .box .img {
      width: 50%;
      float: left; }
    .child_block1 .box .txt {
      width: 46%;
      float: right;
      margin-top: 30px; }
      .child_block1 .box .txt .download {
        width: 90px;
        margin-top: 40px;
        text-align: center; }
        .child_block1 .box .txt .download a {
          text-decoration: none; }
        .child_block1 .box .txt .download .icon {
          width: 70%;
          margin: 0 auto; }
        .child_block1 .box .txt .download p {
          font-size: 1.5rem;
          margin-top: 5px; }

.child_block {
  padding: 100px 0;
  background: url(images/top/base-background.png); }
  .child_block .frame {
    border: 1px solid #e1c177;
    padding: 5% 7%; }
  .child_block h3 {
    font-size: 3.4rem;
    color: #191919;
    line-height: 1.4em;
    margin-bottom: 40px; }
  .child_block .c_tit2 {
    background-color: #F3DC58;
    font-size: 2.6rem;
    padding: 5px;
    box-sizing: border-box; }
    .child_block .c_tit2 small {
      font-size: 70%; }
  .child_block .box1 {
    margin-top: 40px; }
    .child_block .box1 table {
      width: 100%; }
      .child_block .box1 table th {
        vertical-align: top;
        padding: 10px 0; }
        .child_block .box1 table th span {
          display: block;
          background: #F3DC58;
          text-align: center; }
      .child_block .box1 table td {
        padding: 10px 0 10px 1.5em; }
    .child_block .box1 .btn4 {
      margin-top: 40px; }
  .child_block .box2 {
    margin-top: 60px; }
    .child_block .box2 .access {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 30px; }
      .child_block .box2 .access .img {
        width: 48%; }
      .child_block .box2 .access .map {
        width: 48%;
        margin-left: 4%; }
        .child_block .box2 .access .map iframe {
          width: 100%;
          height: 330px; }
    .child_block .box2 .method {
      margin-top: 20px; }
  .child_block .box3 {
    margin-top: 100px; }
    .child_block .box3 .note {
      margin-top: 20px; }
    .child_block .box3 .performer1 li {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 60px; }
    .child_block .box3 .performer1 .img {
      width: 44%; }
    .child_block .box3 .performer1 .txt {
      width: 50%;
      margin-left: 4%; }
      .child_block .box3 .performer1 .txt h5 {
        font-size: 2.3rem;
        letter-spacing: 0.1em;
        line-height: 1.4em; }
        .child_block .box3 .performer1 .txt h5 small {
          font-size: 70%;
          margin-left: 0.5em; }
      .child_block .box3 .performer1 .txt p {
        margin-top: 20px; }
    .child_block .box3 .performer2 {
      margin-top: 60px; }
      .child_block .box3 .performer2 h5 {
        font-size: 2rem; }
  .child_block .box4 {
    margin-top: 100px; }
    .child_block .box4 .inner1 {
      margin-top: 40px; }
      .child_block .box4 .inner1 h4 {
        font-size: 2.8rem; }
        .child_block .box4 .inner1 h4 small {
          font-size: 75%; }
      .child_block .box4 .inner1 p {
        margin-top: 20px; }
    .child_block .box4 ul {
      margin-top: 60px; }
    .child_block .box4 li {
      display: table;
      width: 100%;
      margin-bottom: 30px; }
      .child_block .box4 li:last-child {
        margin-bottom: 0; }
      .child_block .box4 li .icon {
        display: table-cell;
        width: 10%;
        vertical-align: top; }
      .child_block .box4 li .txt {
        display: table-cell;
        padding-left: 30px; }
      .child_block .box4 li.form .txt {
        vertical-align: middle; }
        .child_block .box4 li.form .txt p {
          font-size: 1.9rem; }
        .child_block .box4 li.form .txt .btn4 a {
          color: #fff; }
      .child_block .box4 li.postcard .txt {
        vertical-align: top; }
        .child_block .box4 li.postcard .txt p {
          font-size: 1.7rem; }
    .child_block .box4 .for {
      margin-top: 40px; }
      .child_block .box4 .for h5 {
        float: left;
        font-size: 1.7rem;
        border: 1px solid;
        border-radius: 40px;
        padding: 0 1em; }
      .child_block .box4 .for p {
        float: left;
        margin-left: 1em; }
    .child_block .box4 .deadline {
      margin-top: 40px;
      letter-spacing: 0.1em; }
      .child_block .box4 .deadline p {
        font-size: 2.2rem;
        font-weight: bold; }
        .child_block .box4 .deadline p span {
          margin-left: 0.5em; }
          .child_block .box4 .deadline p span strong {
            font-size: 200%; }
      .child_block .box4 .deadline .sub {
        font-weight: bold;
        color: unset;
        display: inline-block;
        background: #e1c177;
        padding: 0 0.5em;
        margin-top: 10px; }
    .child_block .box4 .support {
      display: inline-block;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 40px;
      border: 1px solid #191919;
      padding: 3% 5%;
      text-align: center; }
      .child_block .box4 .support .txt {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        .child_block .box4 .support .txt h5 {
          font-size: 1.8rem;
          color: #e1c177; }
        .child_block .box4 .support .txt p {
          margin-top: 10px;
          line-height: 1.4em; }
      .child_block .box4 .support .icon {
        display: flex; }
        .child_block .box4 .support .icon span {
          max-width: 100px; }
          .child_block .box4 .support .icon span img {
            width: 85%;
            margin: 0 auto;
            border: 2px solid #fff;
            border-radius: 10px; }
          .child_block .box4 .support .icon span p {
            font-size: 1.3rem;
            margin-top: 5px; }
    .child_block .box4 .soon {
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 1.4em;
      margin-top: 40px; }
      .child_block .box4 .soon strong {
        font-size: 200%; }
    .child_block .box4 .recruiting .btn4 {
      margin-top: 30px; }
      .child_block .box4 .recruiting .btn4 a {
        color: #fff; }
    .child_block .box4 .recruiting .note {
      font-size: 2.2rem;
      letter-spacing: 0.1em;
      margin-top: 15px; }
  .child_block .bnr {
    margin-top: 60px; }

.child_block2 .box3 .performer2 ul {
  margin-top: 20px; }
.child_block2 .box3 .performer2 li {
  line-height: 1.6em;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em; }
  .child_block2 .box3 .performer2 li:before {
    content: "●";
    font-size: 75%;
    margin-right: 0.5em; }
  .child_block2 .box3 .performer2 li:last-child {
    margin-bottom: 0; }
.child_block2 .box3 .performer2 .note {
  font-size: 1.3rem;
  margin-top: 20px; }

.child_block3 .theme {
  margin-top: 20px; }
  .child_block3 .theme h6 {
    font-size: 2rem; }
    .child_block3 .theme h6 small {
      font-size: 75%; }
  .child_block3 .theme p {
    margin-top: 10px; }

/* ----------------------------- 芥川賞作家 藤沢 周インタビュー */
.interview_block1 {
  padding: 100px 0;
  background: url(images/top/base-background.png) center no-repeat;
  background-size: cover; }
  .interview_block1 .read {
    font-size: 1.8rem;
    line-height: 2.4em; }
  .interview_block1 .box1 {
    margin-top: 80px; }
    .interview_block1 .box1 .img {
      float: left;
      width: 46%; }
    .interview_block1 .box1 .txt {
      float: right;
      width: 46%; }
      .interview_block1 .box1 .txt h3 {
        font-size: 4rem;
        line-height: 1.2em; }
      .interview_block1 .box1 .txt h4 {
        font-size: 3.2rem;
        line-height: 1.2em;
        margin-top: 20px; }
      .interview_block1 .box1 .txt .profile {
        margin-top: 60px; }
        .interview_block1 .box1 .txt .profile h5 {
          font-weight: normal; }
        .interview_block1 .box1 .txt .profile p {
          margin-top: 5px; }
  .interview_block1 .box2 {
    margin-top: 100px; }
    .interview_block1 .box2 li {
      margin-bottom: 80px; }
      .interview_block1 .box2 li:last-child {
        margin-bottom: 0; }
      .interview_block1 .box2 li h4 {
        font-size: 2rem; }
      .interview_block1 .box2 li p {
        margin-top: 20px; }
      .interview_block1 .box2 li .img {
        margin-top: 40px;
        text-align: center; }

/* ----------------------------- イベント共通 */
.event {
  padding: 80px 0; }
  .event .wrap1000 .read {
    margin-bottom: 50px; }

.event_block2 {
  padding: 100px 0; }
  .event_block2 .box {
    background: #fff;
    border-radius: 20px;
    padding: 7%; }

.division {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 10px; }
  .division span {
    width: fit-content;
    padding: 0 1em;
    color: #fff; }
  .division .country_scenic,
  .division .important,
  .division .register,
  .division .folkcustoms,
  .division .folklore,
  .division .country_natural,
  .division .country_historic,
  .division .country_scenery,
  .division .important_traditional_buildings,
  .division .country_national_treasure {
    background: #d1101a; }
  .division .prefecture_scenic,
  .division .tangible,
  .division .tangible_folklore,
  .division .intangible,
  .division .prefecture_natural,
  .division .prefecture_historic {
    background: #006934; }
  .division .city_intangible,
  .division .city_tangible,
  .division .city_historic,
  .division .city_scenic {
    background: #000097; }
  .division .local_tangible {
    background: #d0be39; }

.area {
  text-align: center;
  color: #fff;
  width: fit-content;
  padding: 0 0.5rem; }
  .area.sado {
    background-color: #78a3af; }
  .area.murakami {
    background-color: #c06e37; }
  .area.niigata {
    background-color: #af9472; }
  .area.sanjo {
    background-color: #9ea841; }
  .area.nagaoka {
    background-color: #b8b432; }
  .area.yuzawa {
    background-color: #c498c3; }
  .area.joetsu {
    background-color: #946fad; }
  .area.area_others {
    background-color: #9a908c; }

.event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  row-gap: 50px; }
  .event_list li {
    width: calc(50% - 5%);
    border-bottom: 1px solid #000; }
    .event_list li a {
      display: block;
      padding-bottom: 40px;
      text-decoration: none; }
      .event_list li a .img img {
        object-fit: contain;
        height: 300px; }
    .event_list li .txt {
      margin-top: 20px; }
      .event_list li .txt .inner {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .event_list li .txt .inner .field {
          display: flex;
          gap: 10px;
          padding-right: 1em;
          flex-grow: 1; }
          .event_list li .txt .inner .field .field_name {
            max-width: 80px; }
        .event_list li .txt .inner .event-info {
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .event_list li .txt .inner .event-info .division-area {
            display: flex;
            flex-wrap: wrap;
            gap: 10px; }
        .event_list li .txt .inner .title {
          box-sizing: border-box;
          font-size: 2rem;
          line-height: 1.4em; }
      .event_list li .txt .eventdate {
        display: flex;
        flex-direction: column; }
        .event_list li .txt .eventdate p {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1.8rem; }
          .event_list li .txt .eventdate p small {
            display: block;
            font-size: 85%;
            line-height: 1.2em; }

/* ----------------------------- イベント詳細 */
.single_event {
  background-size: contain;
  padding: 100px 0; }
  .single_event .wrap1000 {
    background-color: #fff;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    padding: 50px 5%;
    box-sizing: border-box; }
    .single_event .wrap1000 .area {
      flex-shrink: 0;
      height: fit-content; }
    .single_event .wrap1000 .title {
      box-sizing: border-box;
      font-size: 2.5rem;
      line-height: 1.4em;
      margin-left: min(20%, 90px);
      margin-top: 1em;
      margin-bottom: 1em; }
    .single_event .wrap1000 .inner {
      display: flex;
      gap: 10px;
      width: 100%;
      margin-top: 20px; }
      .single_event .wrap1000 .inner .field {
        width: 20%;
        flex-direction: column;
        max-width: 90px; }
      .single_event .wrap1000 .inner .unity {
        display: flex;
        flex-direction: column;
        row-gap: 10px; }
      .single_event .wrap1000 .inner .event-info {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 20px;
        width: 80%; }
    .single_event .wrap1000 .img {
      display: flex;
      gap: 10px;
      margin-left: min(20%, 90px); }
      .single_event .wrap1000 .img .img1.pc {
        display: flex;
        height: 100%;
        flex-direction: column; }
      .single_event .wrap1000 .img img {
        height: fit-content;
        max-height: 350px;
        object-fit: contain;
        object-position: top; }
    .single_event .wrap1000 .caption {
      font-size: 1.5rem;
      line-height: 1.4em;
      margin-top: 10px; }
    .single_event .wrap1000 .content {
      margin-top: 40px;
      margin-left: min(20%, 90px); }
    .single_event .wrap1000 .holding {
      margin-top: 50px; }
      .single_event .wrap1000 .holding table {
        width: 100%;
        margin-top: 30px; }
        .single_event .wrap1000 .holding table th {
          width: 115px;
          text-align: center;
          vertical-align: top;
          padding: 10px 0; }
          .single_event .wrap1000 .holding table th span {
            display: block;
            background: unset;
            background: #534741;
            color: #fff; }
        .single_event .wrap1000 .holding table td {
          padding: 10px 0 10px 1.5em;
          vertical-align: top;
          word-break: break-all; }
          .single_event .wrap1000 .holding table td a {
            color: #000097; }
          .single_event .wrap1000 .holding table td small {
            display: block;
            font-size: 85%;
            line-height: 1.2em; }
      .single_event .wrap1000 .holding .movie {
        max-width: 670px;
        margin: 60px auto 0; }
        .single_event .wrap1000 .holding .movie iframe {
          width: 100%;
          height: 400px; }
    .single_event .wrap1000 .traffic {
      margin-top: 100px; }
      .single_event .wrap1000 .traffic .map {
        margin-top: 40px; }
        .single_event .wrap1000 .traffic .map iframe {
          width: 100%;
          height: 500px; }
  .single_event .btn3 {
    margin: 100px auto 0; }

/* ----------------------------- イベントカテゴリー */
.event_category_block1 {
  padding: 100px 0; }
  .event_category_block1.cate_cultural {
    padding-top: 0; }
  .event_category_block1 .read {
    font-size: 1.8rem;
    line-height: 2.8em; }
  .event_category_block1 .box {
    margin-top: 40px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .event_category_block1 .box .inner1 {
      width: 80%;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2.5%;
      position: relative;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .event_category_block1 .box .inner1 .manners {
        /* width: 40%; */
        border-bottom: 2px dotted #9a824e;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 2.5%; }
        .event_category_block1 .box .inner1 .manners h4 {
          position: relative;
          z-index: 9;
          left: -6%;
          width: 106%; }
          .event_category_block1 .box .inner1 .manners h4 span {
            display: block;
            font-size: 2.2rem;
            text-align: center;
            color: #fff;
            background: #9a824e;
            padding: 5px 0;
            position: relative;
            z-index: 9; }
          .event_category_block1 .box .inner1 .manners h4:before {
            content: "";
            display: block;
            width: 18px;
            height: 100%;
            background: #6a3906;
            -webkit-transform: skewY(20deg);
            transform: skewY(20deg);
            position: absolute;
            left: 0;
            top: 3px;
            z-index: -1; }
        .event_category_block1 .box .inner1 .manners p {
          font-size: 1.4rem;
          font-weight: bold;
          text-align: justify;
          margin-top: 20px; }
      .event_category_block1 .box .inner1 ul {
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .event_category_block1 .box .inner1 ul li {
          font-size: 1.4rem;
          line-height: 1.6em;
          padding-left: 1em;
          text-indent: -1em;
          margin-bottom: 5px; }
          .event_category_block1 .box .inner1 ul li:last-child {
            margin-bottom: 0; }
          .event_category_block1 .box .inner1 ul li:before {
            content: "・"; }
    .event_category_block1 .box .inner2 {
      width: 17%;
      background: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2.5%;
      margin-left: 3%;
      height: fit-content; }
      .event_category_block1 .box .inner2 h4 {
        text-align: center; }
      .event_category_block1 .box .inner2 ul {
        margin-top: 10px; }
        .event_category_block1 .box .inner2 ul li {
          margin-bottom: 20px; }
          .event_category_block1 .box .inner2 ul li:last-child {
            margin-bottom: 0; }
          .event_category_block1 .box .inner2 ul li .color {
            height: 24px; }
            .event_category_block1 .box .inner2 ul li .color.country {
              background: #ae0017; }
            .event_category_block1 .box .inner2 ul li .color.prefecture {
              background: #006934; }
            .event_category_block1 .box .inner2 ul li .color.city {
              background: #000097; }
            .event_category_block1 .box .inner2 ul li .color.local {
              background: #d0be39; }
          .event_category_block1 .box .inner2 ul li p {
            font-size: 1.2rem;
            line-height: 1.4em;
            text-align: center;
            margin-top: 5px; }

/* ----------------------------- 検索 */
.search_content .inner {
  display: flex;
  justify-content: center;
  align-items: start;
  margin-top: 60px;
  border: dotted 5px #333;
  border-radius: 25px;
  padding: 50px 3%; }
  .search_content .inner h4 {
    font-size: 2.4rem;
    color: unset;
    text-align: center;
    width: 20%; }
    .search_content .inner h4 span.sub {
      font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: 300;
      font-size: 1.4rem; }
  .search_content .inner .search_item {
    width: 80%; }
.search_content .search_free {
  align-items: center; }
  .search_content .search_free .search_word input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 5px;
    font-size: 1.7rem; }
.search_content .search_period {
  align-items: center; }
  .search_content .search_period .search_date {
    display: flex;
    justify-content: space-evenly; }
    .search_content .search_period .search_date input {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px;
      border-radius: 5px;
      font-size: 1.7rem;
      flex-grow: 1; }
    .search_content .search_period .search_date span {
      margin: 0 1em;
      align-content: center; }
.search_content .search_area h4 {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.search_content .search_area .search_arealist {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: center; }
  .search_content .search_area .search_arealist .map {
    width: calc(48% - 2.5%); }
  .search_content .search_area .search_arealist ul {
    display: flex;
    width: calc(52% - 2.5%);
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap; }
    .search_content .search_area .search_arealist ul li {
      width: 100%; }
      .search_content .search_area .search_arealist ul li label {
        display: flex;
        align-items: center;
        cursor: pointer;
        overflow: hidden; }
        .search_content .search_area .search_arealist ul li label input {
          width: 20px;
          height: 20px;
          flex-shrink: 0; }
          .search_content .search_area .search_arealist ul li label input[type="checkbox"] {
            accent-color: #333; }
        .search_content .search_area .search_arealist ul li label .text-wrap {
          display: contents; }
        .search_content .search_area .search_arealist ul li label h5 {
          width: 40%;
          font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
          font-weight: 300;
          height: fit-content;
          flex-shrink: 0;
          padding: 0 10px; }
        .search_content .search_area .search_arealist ul li label p {
          font-size: 1.2rem;
          line-height: 1.2em; }
.search_content .search_field h4 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column; }
.search_content .search_field .search_fieldlist ul {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 10px; }
  .search_content .search_field .search_fieldlist ul li {
    width: calc(100% / 6 - 2%);
    margin-bottom: 20px;
    text-align: center; }
    .search_content .search_field .search_fieldlist ul li label {
      display: block;
      cursor: pointer; }
    .search_content .search_field .search_fieldlist ul li input {
      width: 25px;
      height: 25px; }
      .search_content .search_field .search_fieldlist ul li input[type="checkbox"] {
        accent-color: #333; }
.search_content .submit_btn {
  width: 260px;
  margin: 100px auto 0; }
  .search_content .submit_btn input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    width: 100%;
    background-color: #2b3c8c;
    background-image: url(images/common/icon6.svg);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: center left 25%;
    padding: 10px 0 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s; }
    .search_content .submit_btn input:hover {
      opacity: 0.65; }

.search-results {
  padding: 100px 0; }
  .search-results h2 {
    margin-bottom: 50px; }

/* ----------------------------- よくあるご質問 */
.qa .qa-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 50px; }
  .qa .qa-header > img {
    display: block;
    max-width: 200px;
    object-fit: contain; }
  .qa .qa-header p {
    text-align: left; }
.qa .accordion-container {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin: 20px 0;
  font-size: 2rem;
  padding-bottom: 100px;
  margin-bottom: 100px; }
  .qa .accordion-container .accordion-title {
    padding: 30px 15px;
    padding-right: 50px;
    background: #343d89;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: start;
    position: relative;
    gap: 30px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
    .qa .accordion-container .accordion-title > img {
      display: block;
      max-width: 30px;
      object-fit: contain; }
    .qa .accordion-container .accordion-title::after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 15px;
      height: 15px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      transform: rotate(45deg);
      transition: transform 0.3s ease;
      margin-left: 10px;
      right: 30px;
      top: 35px; }
    .qa .accordion-container .accordion-title.active::after {
      border: none;
      width: 12px;
      height: 12px;
      position: relative;
      background: none; }
    .qa .accordion-container .accordion-title.active::before, .qa .accordion-container .accordion-title.active::after {
      content: "";
      position: absolute;
      right: 20px;
      width: 30px;
      height: 2px;
      background: #fff;
      top: 40px; }
    .qa .accordion-container .accordion-title.active::before {
      transform: rotate(45deg); }
    .qa .accordion-container .accordion-title.active::after {
      transform: rotate(-45deg); }
  .qa .accordion-container .accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    background: #fff;
    transition: max-height 0.4s ease, padding 0.3s ease;
    display: flex;
    gap: 30px;
    align-items: start;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
    .qa .accordion-container .accordion-content > img {
      display: block;
      max-width: 30px;
      object-fit: contain; }
    .qa .accordion-container .accordion-content.open {
      padding: 30px 15px; }

/* ----------------------------- 新潟ステージチャンネル */
.stagechannel_block1 {
  padding: 100px 0; }
  .stagechannel_block1 .box {
    margin-bottom: 100px; }
    .stagechannel_block1 .box:last-child {
      margin-bottom: 0; }
    .stagechannel_block1 .box .inner {
      margin-top: 60px; }
  .stagechannel_block1 .box1 .inner {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .stagechannel_block1 .box1 .inner .stagechannel_logo {
      width: 24%;
      text-align: center; }
    .stagechannel_block1 .box1 .inner .txt {
      width: 36%; }
  .stagechannel_block1 .box2 .inner .img {
    text-align: center; }
  .stagechannel_block1 .box2 .inner .txt {
    margin-top: 20px; }
  .stagechannel_block1 .btn2 {
    margin: 100px auto 0; }

/* ----------------------------- 問い合わせフォーム */
.contact-form {
  position: relative;
  padding: 50px 5%;
  box-sizing: border-box;
  background: #fff;
  border: 3px dotted #343d89;
  border-radius: 30px;
  margin-bottom: 100px; }
  .contact-form .c_tit2 {
    position: relative;
    z-index: 1;
    color: #191919;
    padding: 5px 0;
    border-bottom: solid 2px #343d89; }
  .contact-form table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0; }
    .contact-form table th,
    .contact-form table td {
      box-sizing: border-box;
      padding: 1rem;
      vertical-align: top; }
    .contact-form table th {
      text-align: left;
      width: 30%;
      font-weight: 600;
      color: #333; }
    .contact-form table td {
      width: 70%; }
    .contact-form table input[type="text"],
    .contact-form table input[type="email"],
    .contact-form table input[type="tel"],
    .contact-form table textarea {
      width: 100%;
      padding: 0.75rem;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      background: #fff;
      transition: border-color 0.3s ease;
      box-sizing: border-box; }
    .contact-form table textarea {
      min-height: 150px;
      resize: vertical; }
    .contact-form table input[type="submit"] {
      padding: 0.75rem 2rem;
      font-size: 1.8rem;
      color: #fff;
      background-color: #007acc;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease; }

/* ----------------------------- 個人情報・著作権・リンクについて */
.privacy_block {
  padding: 100px 0; }
  .privacy_block ul {
    margin-top: 40px; }
  .privacy_block li {
    margin-bottom: 60px; }
    .privacy_block li:last-child {
      margin-bottom: 0; }
    .privacy_block li h4 {
      font-size: 2.2rem; }
    .privacy_block li p {
      margin-top: 10px;
      line-height: 1.5em; }
      .privacy_block li p a {
        color: #007bff; }

.privacy_block2 {
  padding-top: 0; }
  .privacy_block2 li p span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px; }
    .privacy_block2 li p span:last-child {
      margin-bottom: 0; }
    .privacy_block2 li p span:before {
      content: "・"; }
  .privacy_block2 li .box {
    margin-top: 40px;
    padding: 4%;
    border: 4px solid unset; }
    .privacy_block2 li .box .inner {
      margin-bottom: 20px; }
      .privacy_block2 li .box .inner:last-child {
        margin-bottom: 0; }
      .privacy_block2 li .box .inner h5 {
        font-size: 2rem; }
      .privacy_block2 li .box .inner p {
        margin-top: 10px; }
    .privacy_block2 li .box .example {
      border-top: 1px dotted #333;
      padding-top: 20px; }
      .privacy_block2 li .box .example a {
        color: #007bff; }
  .privacy_block2 li .box2 .example .img {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 5%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .privacy_block2 li .box2 .example .img span {
      display: block;
      text-align: center; }
      .privacy_block2 li .box2 .example .img span img {
        width: unset; }

/* ----------------------------- フッター */
.footer_bnr {
  display: flex;
  padding: 60px 0; }
  .footer_bnr ul {
    display: flex;
    justify-content: center;
    gap: 2%; }
    .footer_bnr ul li {
      text-align: center;
      width: calc(25% - 2%); }
      .footer_bnr ul li:last-child {
        margin-right: 0; }
      .footer_bnr ul li a {
        text-decoration: none; }
        .footer_bnr ul li a img {
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
      .footer_bnr ul li p {
        color: #000;
        font-size: 1.4rem;
        line-height: 1.4em;
        margin-top: 10px; }

.organizer {
  padding: 60px 0; }
  .organizer .box {
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .organizer .box .inner {
      display: table; }
    .organizer .box .inner1 {
      width: 20%; }
    .organizer .box .inner2 {
      width: 80%; }
    .organizer .box h5 {
      color: #000;
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid;
      width: 70px;
      text-align: center;
      font-weight: normal;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .organizer .box h4 {
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid;
      color: #000;
      padding-left: 1em;
      font-size: 2rem;
      font-weight: normal;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .organizer .box p {
      color: #000;
      display: table-cell;
      vertical-align: middle;
      border-left: 1px solid;
      padding-left: 1em;
      font-size: 1.4rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }

.footer {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 10px;
  background: unset;
  text-align: center;
  letter-spacing: 0.1em; }
  .footer .floting {
    position: fixed;
    bottom: -1px;
    right: 0;
    top: unset;
    z-index: 99;
    width: 100%;
    background-color: unset; }
  .footer .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: end; }
    .footer .footer-flex .footer-left {
      display: flex;
      align-items: center;
      text-align: left;
      gap: 30px; }
      .footer .footer-flex .footer-left::before, .footer .footer-flex .footer-left::after {
        display: none; }
    .footer .footer-flex .logo {
      width: 300px;
      margin: 0 auto; }
    .footer .footer-flex::before, .footer .footer-flex::after {
      display: none; }
  .footer .read {
    line-height: 25px; }
  .footer .sns {
    margin-top: 40px; }
    .footer .sns li {
      width: 45px;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px; }
      .footer .sns li:last-child {
        margin-right: 0; }
  .footer .footer-bottom {
    display: flex;
    justify-content: end;
    gap: 20px;
    margin-top: 20px; }
    .footer .footer-bottom .personal_info a:hover {
      opacity: 0.65; }
    .footer .footer-bottom .copy {
      font-size: 1.1rem; }
    .footer .footer-bottom::before, .footer .footer-bottom::after {
      display: none; }

.pagetop {
  width: 60px;
  position: fixed;
  bottom: 10%;
  right: 1%;
  z-index: 10; }

/*# sourceMappingURL=style.css.map */
/******** タブレット *********/
@media screen and (min-width: 641px) and (max-width: 1300px) {
  /* ----------------------------- 共通 */
  .wrap,
  .wrap1000,
  .wrap900,
  .wrap800,
  .wrap700 {
    width: 90%; }

  .kickoff .kickoff_pattern_wrapper .kickoff_block2::before, .kickoff .kickoff_pattern_wrapper .kickoff_block2::after,
  .kickoff .kickoff_pattern_wrapper .kickoff_block3::before,
  .kickoff .kickoff_pattern_wrapper .kickoff_block3::after {
    width: calc((100% - min(90%, 1000px))/2); } }
@media screen and (max-width: 900px) {
  .search_content .search_field .search_fieldlist li {
    width: unset; } }
@media screen and (max-width: 1024px) {
  .news_wrap {
    display: block; }

  .top_block2 .news_list {
    float: none;
    width: auto;
    margin-top: 30px; }

  .top_block2 .tit {
    float: none;
    width: auto;
    text-align: center; }
  .top_block2 .list_link {
    margin-top: 40px;
    text-align: center; } }
/******** スマホ *********/
@media screen and (max-width: 768px) {
  /* ----------------------------- 全体 */
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%; }

  #container::before {
    display: none; }
  #container::after {
    height: 100px; }

  .main {
    background-size: 35px auto; }
    .main::before, .main::after {
      width: 40%; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .inline_pc {
    display: none; }

  .inline_sp {
    display: inline; }

  img,
  .bx-wrapper img {
    max-width: 100%;
    height: auto; }

  /* ----------------------------- 共通 */
  .wrap,
  .wrap1000,
  .wrap900,
  .wrap800,
  .wrap700 {
    width: 95%; }

  /* ----------------------------- タイトル */
  .c_tit1 {
    font-size: 2.4rem; }

  .kickoff_block2 .c_tit2,
  .kickoff_block3 .c_tit2,
  .kickoff_block4 .c_tit2 {
    font-size: 20px;
    padding-left: 20px; }

  .c_tit3 {
    font-size: 1.8rem;
    padding-left: 20px; }

  /* ----------------------------- ボタン */
  .btn1 {
    width: 220px; }

  .btn2 {
    width: 320px; }

  .btn3 {
    width: 220px; }

  /* ----------------------------- ヘッダー */
  .header {
    position: relative;
    flex-direction: column;
    padding: 10px 3%; }
    .header .logo {
      width: 35%;
      max-width: 180px;
      margin-right: auto; }
      .header .logo a {
        padding: 10px 5%; }
    .header .page-logo {
      width: 100%;
      display: block;
      max-width: unset; }
      .header .page-logo img {
        width: 100%; }
    .header .nav {
      float: none;
      margin-top: 0; }
    .header .floting {
      position: absolute;
      top: 10px;
      right: 65px;
      width: 55px;
      margin-right: 3%; }

  /* ----------------------------- ナビ */
  .nav_btn {
    width: 55px;
    height: 55px;
    position: absolute;
    z-index: 9999;
    right: 15px;
    top: 15px;
    float: right;
    background: #000;
    border-radius: 50%; }
    .nav_btn span {
      width: 50%;
      height: 2px;
      background: #fff;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .nav_btn .line1 {
      top: 17px; }
    .nav_btn .line2 {
      top: 26px; }
    .nav_btn .line3 {
      top: 36px; }
    .nav_btn.close_btn .line1 {
      top: 26px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav_btn.close_btn .line2 {
      top: 26px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav_btn.close_btn .line3 {
      opacity: 0;
      visibility: hidden; }

  .nav {
    display: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    padding: 60px 5% 5%; }
    .nav .nav_link {
      width: auto; }
      .nav .nav_link ul {
        display: block; }
        .nav .nav_link ul li {
          border-left: 0;
          border-bottom: 1px solid #fff;
          padding: 0;
          font-size: 1.5rem;
          width: 100%; }
          .nav .nav_link ul li:last-child {
            border-right: 0; }
          .nav .nav_link ul li:after {
            display: none; }
          .nav .nav_link ul li a {
            display: block;
            color: #fff;
            padding: 10px 1em; }
          .nav .nav_link ul li .accordion {
            position: relative;
            color: #fff; }
            .nav .nav_link ul li .accordion:before {
              content: "";
              display: block;
              background-image: url(images/common/icon1.svg);
              background-repeat: no-repeat;
              background-size: contain;
              width: 7px;
              height: 13px;
              -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
              position: absolute;
              right: 3%;
              top: 0;
              bottom: 0;
              margin: auto;
              z-index: 1; }
            .nav .nav_link ul li .accordion.close_btn:before {
              -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
            .nav .nav_link ul li .accordion span {
              display: block;
              padding: 10px 1em; }
              .nav .nav_link ul li .accordion span span {
                padding: 0; }
          .nav .nav_link ul li .sub_nav {
            display: none;
            background: none;
            width: auto;
            position: static;
            opacity: 1;
            visibility: visible;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            padding-left: 2em;
            padding-bottom: 5px;
            color: #fff; }
            .nav .nav_link ul li .sub_nav span {
              border-bottom: 0; }
              .nav .nav_link ul li .sub_nav span a {
                color: #fff;
                padding: 5px 0; }
                .nav .nav_link ul li .sub_nav span a:hover {
                  background: none;
                  opacity: 0.65; }
    .nav .text-change.search {
      margin-top: 30px; }
      .nav .text-change.search .text-change-box > p {
        color: #fff; }
      .nav .text-change.search .search-box .input-box label {
        font-size: 1.1rem; }
    .nav .personal_info a {
      display: block;
      font-size: 1.5rem;
      color: #fff;
      text-decoration: none;
      padding: 10px 1em; }
    .nav .sns {
      width: 140px;
      margin-top: 20px;
      margin-left: auto; }
      .nav .sns li {
        width: 40px; }

  /* ----------------------------- メインビジュアル */
  .mv-wrapper {
    min-height: 600px;
    max-height: unset; }
    .mv-wrapper .top-main-back-items-pc {
      display: none; }
    .mv-wrapper .top-main-back-items-sp {
      display: block;
      position: relative; }
    .mv-wrapper .top-main-back-items-sp {
      display: block; }
    .mv-wrapper .top-main-back-items-pc {
      display: none; }
    .mv-wrapper .main-background-img {
      position: relative;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      padding: 0 10% 50px 10%; }
      .mv-wrapper .main-background-img > img {
        order: 2;
        scale: 1.4;
        aspect-ratio: unset;
        object-fit: contain;
        width: 100%;
        height: 100%;
        object-position: center left;
        margin-top: -180px; }
      .mv-wrapper .main-background-img .mv-contents {
        position: unset;
        display: contents;
        top: unset;
        left: unset;
        width: 100%; }
        .mv-wrapper .main-background-img .mv-contents h2 {
          order: 1;
          z-index: 1;
          margin-bottom: 0; }
          .mv-wrapper .main-background-img .mv-contents h2 img {
            filter: drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white) drop-shadow(0 0 2px white); }
        .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai {
          order: 3; }
          .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai h3 {
            font-size: 2rem;
            letter-spacing: 0.25em;
            margin-bottom: 20px; }
          .mv-wrapper .main-background-img .mv-contents .what-niigata-bunkasai .read {
            font-size: 1.4rem;
            line-height: 1.8;
            padding-right: 0; }
      .mv-wrapper .main-background-img h3.vertical {
        bottom: 30%;
        top: unset;
        right: 10%;
        margin-bottom: 0;
        font-size: min(4vw, 30px); }

  /* ----------------------------- 下層メインビジュアル */
  .main h2 {
    font-size: 2.2rem;
    letter-spacing: 0;
    text-shadow: 0px 0px 5px black;
    padding: 0; }

  .main_performance {
    padding-bottom: 0px; }

  /* ----------------------------- トップ */
  .top_block1 .box1 {
    position: static;
    padding-left: 0;
    margin-top: 0; }
    .top_block1 .box1 .list2 {
      margin-left: 0;
      margin-top: 0; }
    .top_block1 .box1 .bnr {
      margin-top: 10px; }
    .top_block1 .box1 .cards .card {
      flex-direction: column;
      position: relative;
      padding: 15px; }
      .top_block1 .box1 .cards .card .img-wrap {
        position: relative;
        z-index: 1;
        width: 100%;
        box-sizing: border-box; }
      .top_block1 .box1 .cards .card .card-contents {
        width: 100%;
        z-index: 1; }
        .top_block1 .box1 .cards .card .card-contents h4 {
          flex-direction: column;
          align-items: start;
          font-size: clamp(1.8rem, 2.5vw, 3rem);
          line-height: 1.4;
          font-weight: bold;
          margin-bottom: 10px; }
        .top_block1 .box1 .cards .card .card-contents p {
          font-size: 1.4rem;
          line-height: 1.8; }
        .top_block1 .box1 .cards .card .card-contents .view-button-wrapper a {
          margin-bottom: 0; }
          .top_block1 .box1 .cards .card .card-contents .view-button-wrapper a .view-button {
            font-size: 1.2rem; }
        .top_block1 .box1 .cards .card .card-contents::before {
          display: none; }
      .top_block1 .box1 .cards .card::before {
        content: "";
        position: absolute;
        z-index: 0;
        display: inline-block;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(images/top/card-bg.svg);
        background-size: cover;
        background-position: -50px;
        opacity: 0.8; }
    .top_block1 .box1 .ver-cards {
      flex-direction: column;
      margin-top: 30px; }
      .top_block1 .box1 .ver-cards .ver-card {
        width: 100%; }
        .top_block1 .box1 .ver-cards .ver-card .ver-card-content {
          padding-bottom: 0; }
          .top_block1 .box1 .ver-cards .ver-card .ver-card-content p {
            font-size: 1.4rem;
            line-height: 1.8; }
          .top_block1 .box1 .ver-cards .ver-card .ver-card-content .view,
          .top_block1 .box1 .ver-cards .ver-card .ver-card-content .outer {
            position: relative;
            display: block;
            bottom: unset;
            right: unset;
            margin-top: 1em;
            margin-left: auto; }
  .top_block1 .box2 ul {
    display: block;
    margin-top: 40px; }
  .top_block1 .box2 li {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 0; }
    .top_block1 .box2 li:last-child {
      margin-bottom: 0; }
    .top_block1 .box2 li .txt {
      padding: 5% 7%; }
      .top_block1 .box2 li .txt h4 {
        font-size: 1.6rem; }
      .top_block1 .box2 li .txt p {
        margin-top: 10px;
        font-size: 1.3rem; }
      .top_block1 .box2 li .txt .more {
        margin-top: 10px;
        position: static; }

  .top_block2 {
    padding: 40px 0; }
    .top_block2 .news_wrap {
      flex-direction: column; }
      .top_block2 .news_wrap .tit {
        text-align: center;
        width: 100%; }
      .top_block2 .news_wrap .list_link {
        margin-top: 40px;
        text-align: center; }
        .top_block2 .news_wrap .list_link a {
          color: #fff; }
      .top_block2 .news_wrap .news_list {
        width: 100%;
        box-sizing: border-box;
        margin-top: 30px; }
        .top_block2 .news_wrap .news_list li {
          margin-bottom: 30px; }
          .top_block2 .news_wrap .news_list li:last-child {
            margin-bottom: 0; }
          .top_block2 .news_wrap .news_list li .title {
            margin-left: 0;
            margin-top: 5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
    .top_block2::after {
      display: none; }
    .top_block2::before {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center left; }

  .top_block3 {
    padding: 40px 0; }
    .top_block3 .box {
      border-radius: 10px;
      padding: 5%;
      box-sizing: border-box; }
      .top_block3 .box .read {
        font-size: 1.5rem;
        text-align: left;
        margin-top: 20px; }

  /* ----------------------------- お知らせ */
  .news_list li .date {
    display: block;
    width: 100px;
    font-size: 1.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .news_list li .title {
    font-size: 1.6rem;
    display: block; }

  .news_block1 {
    padding: 40px 0; }
    .news_block1 .news_list {
      margin-bottom: 20px; }
      .news_block1 .news_list li a {
        padding: 20px 0; }
      .news_block1 .news_list li .date {
        float: none;
        width: 100px; }
      .news_block1 .news_list li .inner {
        float: none;
        width: auto;
        margin-left: 0;
        margin-top: 10px; }
        .news_block1 .news_list li .inner .title {
          font-size: 1.7rem; }
        .news_block1 .news_list li .inner .content {
          margin-top: 5px; }

  /* ----------------------------- お知らせ詳細 */
  .single {
    padding: 40px 0; }
    .single .box {
      background-color: unset; }
      .single .box .title {
        font-size: 1.7rem;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-left: 0; }
      .single .box .content {
        margin-top: 20px; }
    .single .btn3 {
      margin-top: 40px; }

  /* ----------------------------- キックオフイベント */
  .kickoff .kickoff_pattern_wrapper .kickoff_block2::before, .kickoff .kickoff_pattern_wrapper .kickoff_block2::after,
  .kickoff .kickoff_pattern_wrapper .kickoff_block3::before,
  .kickoff .kickoff_pattern_wrapper .kickoff_block3::after {
    display: none; }
  .kickoff .kickoff-banner-block {
    margin-top: 50px; }
  .kickoff .kickoff_block1 .youtube-link {
    display: flex;
    width: fit-content;
    margin: 2em auto 0;
    gap: 0.5em;
    align-items: center;
    justify-content: center;
    color: #cb0023;
    border: 2px solid #cb0023;
    font-size: clamp(1.4rem, 3.5vw, 2.5rem);
    padding: 0.5em 1.5em;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif; }
    .kickoff .kickoff_block1 .youtube-link::before {
      content: "";
      display: block;
      width: 2em;
      height: 2em;
      background-image: url(images/common/niigata-stage-ch.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .kickoff .kickoff_block1 .youtube-link::after {
      content: "";
      display: block;
      width: 20px;
      height: 20px;
      background-image: url(images/common/outer.svg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
  .kickoff .kickoff_block2 {
    padding-bottom: 40px; }
    .kickoff .kickoff_block2 .wrap1000 table {
      margin-top: 10px; }
      .kickoff .kickoff_block2 .wrap1000 table th {
        display: block;
        padding: 15px 0 0; }
        .kickoff .kickoff_block2 .wrap1000 table th span {
          width: 100px; }
      .kickoff .kickoff_block2 .wrap1000 table td {
        display: block;
        padding: 5px 0 0; }
  .kickoff .kickoff_block3 {
    padding-bottom: 40px; }
    .kickoff .kickoff_block3 .wrap1000 .box1 li {
      display: block;
      margin-top: 40px; }
    .kickoff .kickoff_block3 .wrap1000 .box1 .img {
      width: auto; }
    .kickoff .kickoff_block3 .wrap1000 .box1 .txt {
      width: auto;
      margin-top: 20px;
      margin-left: 0; }
      .kickoff .kickoff_block3 .wrap1000 .box1 .txt h4 {
        font-size: 1.8rem; }
      .kickoff .kickoff_block3 .wrap1000 .box1 .txt p {
        margin-top: 10px; }
    .kickoff .kickoff_block3 .wrap1000 .box2 {
      margin-top: 60px; }
      .kickoff .kickoff_block3 .wrap1000 .box2 li {
        float: left;
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px; }
        .kickoff .kickoff_block3 .wrap1000 .box2 li:nth-child(2n) {
          float: right; }
        .kickoff .kickoff_block3 .wrap1000 .box2 li h5 {
          font-size: 1.5rem;
          margin-top: 10px; }
          .kickoff .kickoff_block3 .wrap1000 .box2 li h5 small {
            font-size: 69%; }
    .kickoff .kickoff_block3 .note {
      margin-top: 10px; }
  .kickoff .kickoff_block4 {
    padding: 50px 0; }
    .kickoff .kickoff_block4 .wrap1000 .box1 .inner {
      flex-direction: column;
      row-gap: 20px; }
      .kickoff .kickoff_block4 .wrap1000 .box1 .inner .img,
      .kickoff .kickoff_block4 .wrap1000 .box1 .inner .map {
        width: 100%;
        margin: 0; }
  .kickoff .kickoff_block5 {
    padding: 50px 0; }
    .kickoff .kickoff_block5 .wrap1000 .box1 h4 {
      flex-direction: column; }
    .kickoff .kickoff_block5 .wrap1000 .box1 .support {
      flex-direction: column;
      width: 100%; }

  /* ----------------------------- よくあるご質問 */
  .qa .qa-header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px; }

  /* ----------------------------- 県主催公演 */
  .performance {
    margin-top: -1px; }

  .performance_block1 .box {
    display: block; }
    .performance_block1 .box .img {
      width: auto; }
    .performance_block1 .box .txt {
      width: auto;
      margin-left: 0;
      margin-top: 10px;
      padding: 20px; }
      .performance_block1 .box .txt .download {
        width: 70px;
        margin-top: 20px; }
        .performance_block1 .box .txt .download p {
          font-size: 1.3rem; }

  .performance_block2 {
    padding-bottom: 40px; }
    .performance_block2 .c_tit2 {
      padding-left: 20px; }
    .performance_block2 .table-program {
      flex-direction: column;
      margin-top: 0; }
      .performance_block2 .table-program .program {
        margin-top: 30px;
        width: unset; }
    .performance_block2 table {
      margin-top: 10px;
      flex-direction: column;
      row-gap: 20px; }
      .performance_block2 table th {
        display: block;
        padding: 15px 0 0; }
        .performance_block2 table th span {
          width: 100px; }
      .performance_block2 table td {
        display: block;
        padding: 5px 0 0; }

  .performance_block3 {
    padding-bottom: 40px; }
    .performance_block3 .c_tit2 {
      padding-left: 20px; }
    .performance_block3 .note {
      margin-top: 10px; }
    .performance_block3 .box1 li {
      display: block;
      margin-top: 40px; }
    .performance_block3 .box1 .img {
      width: auto; }
    .performance_block3 .box1 .txt {
      width: auto;
      margin-top: 20px;
      margin-left: 0; }
      .performance_block3 .box1 .txt h4 {
        font-size: 1.8rem; }
      .performance_block3 .box1 .txt p {
        margin-top: 10px; }
    .performance_block3 .box2 {
      margin-top: 60px; }
      .performance_block3 .box2 li {
        float: left;
        width: 48%;
        margin-right: 0;
        margin-bottom: 30px; }
        .performance_block3 .box2 li:nth-child(2n) {
          float: right; }
        .performance_block3 .box2 li h5 {
          font-size: 1.5rem;
          margin-top: 10px; }
          .performance_block3 .box2 li h5 small {
            font-size: 69%; }
    .performance_block3 .box3 h4 {
      font-size: 2.2rem;
      padding-left: 20px; }
    .performance_block3 .box3 p {
      padding-left: 20px; }
    .performance_block3 .box3 .inner {
      display: block;
      margin-top: 20px; }
      .performance_block3 .box3 .inner .img {
        width: auto; }
      .performance_block3 .box3 .inner .map {
        width: 90%;
        margin: 0 auto; }
        .performance_block3 .box3 .inner .map iframe {
          height: 65vw; }
    .performance_block3 .box3 .note {
      margin-top: 10px; }

  .performance_block4 {
    padding-bottom: 40px; }
    .performance_block4 .end {
      font-size: 1.6rem;
      margin-top: 20px; }
    .performance_block4 .caution {
      margin-top: 10px; }
    .performance_block4 h4 {
      font-size: 2rem; }
      .performance_block4 h4 small {
        display: block;
        font-size: 1.3rem;
        margin-top: 10px;
        margin-left: 0; }
    .performance_block4 .box1 {
      margin-top: 30px; }
      .performance_block4 .box1 ul {
        margin-top: 20px; }
      .performance_block4 .box1 li {
        margin-bottom: 40px; }
        .performance_block4 .box1 li .icon {
          width: 80px; }
        .performance_block4 .box1 li .txt {
          padding-left: 10px; }
        .performance_block4 .box1 li.form .txt .btn4 a {
          font-size: 1.5rem;
          background-size: 7px;
          background-position: center right 3%;
          padding: 10px 0; }
        .performance_block4 .box1 li.form .txt p {
          font-size: 1.6rem; }
        .performance_block4 .box1 li.postcard .txt p {
          font-size: 1.4rem; }
      .performance_block4 .box1 .for {
        margin-top: 20px; }
        .performance_block4 .box1 .for h5 {
          font-size: 1.5rem; }
        .performance_block4 .box1 .for p {
          display: block;
          margin-left: 0;
          margin-top: 10px; }
      .performance_block4 .box1 .deadline {
        margin-top: 20px;
        letter-spacing: 0.1em; }
        .performance_block4 .box1 .deadline p {
          font-size: 1.9rem; }
      .performance_block4 .box1 .support {
        margin-top: 20px;
        padding: 3% 5%; }
        .performance_block4 .box1 .support .txt {
          display: block;
          width: auto; }
          .performance_block4 .box1 .support .txt h5 {
            font-size: 1.6rem; }
          .performance_block4 .box1 .support .txt p {
            margin-top: 5px; }
        .performance_block4 .box1 .support .icon {
          display: block;
          width: auto;
          margin-left: 0;
          margin-top: 20px; }
          .performance_block4 .box1 .support .icon span img {
            border-radius: 10px; }
          .performance_block4 .box1 .support .icon span p {
            font-size: 1.2rem; }
      .performance_block4 .box1 .bnr {
        margin-top: 60px; }
    .performance_block4 .box2 {
      margin-top: 30px; }
      .performance_block4 .box2 p {
        margin-top: 10px; }
    .performance_block4 .soon {
      font-size: 1.8rem;
      margin-top: 20px; }

  /* ----------------------------- 第13回新潟出版文化賞 */
  .publication_block1 {
    padding: 40px 0; }
    .publication_block1 .read {
      font-size: 1.5rem;
      line-height: 2em; }
    .publication_block1 table {
      margin-top: 30px; }
      .publication_block1 table th {
        display: block;
        width: auto;
        padding: 10px 0 0;
        font-size: 1.6rem; }
      .publication_block1 table td {
        display: block;
        padding: 5px 0 10px; }
    .publication_block1 .note {
      margin-top: 10px; }
    .publication_block1 .btn3 {
      margin-top: 40px; }

  /* ----------------------------- 子ども芸術文化ステージ */
  .child_block1 {
    position: relative;
    top: 0;
    margin-top: -1px;
    padding-bottom: 40px; }
    .child_block1 .anchor_btn {
      display: block; }
      .child_block1 .anchor_btn li {
        width: auto;
        margin-bottom: 20px; }
        .child_block1 .anchor_btn li:last-child {
          margin-bottom: 0; }
        .child_block1 .anchor_btn li a {
          font-size: 1.5rem;
          background-size: 8px;
          background-position: center right 2%; }
    .child_block1 .box {
      margin-top: 30px; }
      .child_block1 .box .img {
        width: auto;
        float: none; }
      .child_block1 .box .txt {
        width: auto;
        float: none;
        margin-top: 20px; }
        .child_block1 .box .txt .download {
          width: 70px;
          margin-top: 20px; }
          .child_block1 .box .txt .download p {
            font-size: 1.3rem; }

  .child_block {
    padding-bottom: 40px; }
    .child_block .frame {
      padding: 5%; }
    .child_block h3 {
      font-size: 2.4rem;
      margin-bottom: 30px; }
    .child_block .c_tit2 {
      font-size: 2rem; }
    .child_block .box1 {
      margin-top: 20px; }
      .child_block .box1 table th {
        display: block;
        padding: 15px 0 0; }
        .child_block .box1 table th span {
          width: 100px; }
      .child_block .box1 table td {
        display: block;
        padding: 5px 0 0; }
      .child_block .box1 .btn4 {
        margin-top: 20px; }
        .child_block .box1 .btn4 a {
          font-size: 1.8rem; }
    .child_block .box2 {
      margin-top: 30px;
      	/*h4{
      	font-size: 2.2rem;
      }*/ }
      .child_block .box2 .access {
        display: block;
        margin-top: 20px; }
        .child_block .box2 .access .img {
          width: auto; }
        .child_block .box2 .access .map {
          width: auto;
          margin-top: 20px;
          margin-left: 0; }
          .child_block .box2 .access .map iframe {
            height: 65vw; }
    .child_block .box3 {
      margin-top: 60px; }
      .child_block .box3 .performer1 li {
        display: block;
        margin-top: 40px; }
      .child_block .box3 .performer1 .img {
        width: auto; }
      .child_block .box3 .performer1 .txt {
        width: auto;
        margin-top: 20px;
        margin-left: 0; }
        .child_block .box3 .performer1 .txt h5 {
          font-size: 1.8rem; }
          .child_block .box3 .performer1 .txt h5 small {
            display: block;
            margin-left: 0; }
        .child_block .box3 .performer1 .txt p {
          margin-top: 10px; }
      .child_block .box3 .performer2 {
        margin-top: 30px; }
        .child_block .box3 .performer2 h5 {
          font-size: 1.8rem; }
    .child_block .box4 {
      margin-top: 40px; }
      .child_block .box4 .inner1 {
        margin-top: 20px; }
        .child_block .box4 .inner1 h4 {
          font-size: 2rem; }
        .child_block .box4 .inner1 p {
          margin-top: 10px; }
      .child_block .box4 ul {
        margin-top: 20px; }
      .child_block .box4 li {
        margin-bottom: 40px; }
        .child_block .box4 li .icon {
          width: 80px; }
        .child_block .box4 li .txt {
          padding-left: 10px; }
        .child_block .box4 li.form .txt .btn4 a {
          font-size: 1.5rem;
          background-size: 7px;
          background-position: center right 3%;
          padding: 10px 0; }
        .child_block .box4 li.form .txt p {
          font-size: 1.6rem; }
        .child_block .box4 li.postcard .txt p {
          font-size: 1.4rem; }
      .child_block .box4 .for {
        margin-top: 20px; }
        .child_block .box4 .for h5 {
          font-size: 1.5rem; }
        .child_block .box4 .for p {
          display: block;
          margin-left: 0;
          margin-top: 10px; }
      .child_block .box4 .deadline {
        margin-top: 20px;
        letter-spacing: 0.1em; }
        .child_block .box4 .deadline p {
          font-size: 1.9rem; }
      .child_block .box4 .support {
        margin-top: 20px;
        padding: 3% 5%; }
        .child_block .box4 .support .txt {
          display: block;
          width: auto; }
          .child_block .box4 .support .txt h5 {
            font-size: 1.6rem; }
          .child_block .box4 .support .txt p {
            margin-top: 5px; }
        .child_block .box4 .support .icon span img {
          border-radius: 10px; }
        .child_block .box4 .support .icon span p {
          font-size: 1.2rem; }
      .child_block .box4 .soon {
        font-size: 1.8rem;
        margin-top: 20px; }
      .child_block .box4 .recruiting .btn4 {
        margin-top: 20px; }
        .child_block .box4 .recruiting .btn4 a {
          font-size: 1.8rem; }
      .child_block .box4 .recruiting .note {
        font-size: 1.8rem;
        margin-top: 10px;
        text-align: center; }
    .child_block .bnr {
      margin-top: 30px; }

  .child_block2 .box3 .performer2 ul {
    margin-top: 10px; }
  .child_block2 .box3 .performer2 .note {
    font-size: 1.2rem;
    margin-top: 10px; }

  .child_block3 .theme {
    margin-top: 10px; }
    .child_block3 .theme h6 {
      font-size: 1.8rem; }
    .child_block3 .theme p {
      margin-top: 5px; }

  /* ----------------------------- 芥川賞作家 藤沢 周インタビュー */
  .interview_block1 {
    padding: 40px 0; }
    .interview_block1 .read {
      font-size: 1.6rem;
      line-height: 2em; }
    .interview_block1 .box1 {
      margin-top: 40px; }
      .interview_block1 .box1 .img {
        float: none;
        width: auto; }
      .interview_block1 .box1 .txt {
        float: none;
        width: auto;
        margin-top: 20px; }
        .interview_block1 .box1 .txt h3 {
          font-size: 3rem; }
        .interview_block1 .box1 .txt h4 {
          font-size: 2.4rem;
          margin-top: 10px; }
        .interview_block1 .box1 .txt .profile {
          margin-top: 20px; }
          .interview_block1 .box1 .txt .profile p {
            margin-top: 0; }
    .interview_block1 .box2 {
      margin-top: 60px; }
      .interview_block1 .box2 li {
        margin-bottom: 40px; }
        .interview_block1 .box2 li h4 {
          font-size: 1.7rem; }
        .interview_block1 .box2 li p {
          margin-top: 10px; }
        .interview_block1 .box2 li .img {
          margin-top: 20px; }

  /* ----------------------------- イベント共通 */
  .event_block2 {
    padding: 0px 0; }
    .event_block2 .box {
      border-radius: 10px;
      padding: 5%; }

  .field .field_name {
    font-size: 1rem;
    width: 30%; }
    .field .field_name.thum-none {
      width: 0%; }

  .event-info {
    width: 70%; }
    .event-info.thum-none {
      width: 100%; }

  .event_list {
    display: block; }
    .event_list li {
      width: auto;
      margin-right: 0;
      margin-bottom: 30px; }
      .event_list li a {
        padding-bottom: 30px; }
      .event_list li .img .area {
        width: 200px; }
      .event_list li .txt {
        margin-top: 10px; }
        .event_list li .txt .inner .field {
          padding-right: 0; }
        .event_list li .txt .inner .title {
          font-size: 1.8rem; }
        .event_list li .txt .eventdate {
          margin-top: 10px; }
          .event_list li .txt .eventdate h5 {
            width: 100%; }
          .event_list li .txt .eventdate p {
            width: 100%;
            font-size: 1.5rem; }

  /* ----------------------------- イベント詳細 */
  .single_event {
    padding: 40px 0; }
    .single_event .wrap1000 {
      background-color: unset;
      box-shadow: none; }
      .single_event .wrap1000 .img {
        margin-top: 20px;
        margin-left: 0;
        flex-direction: column;
        max-height: unset; }
        .single_event .wrap1000 .img .img1 {
          width: auto; }
        .single_event .wrap1000 .img .img2 {
          width: auto;
          margin-left: 0; }
        .single_event .wrap1000 .img.pc {
          display: none; }
      .single_event .wrap1000 .title {
        font-size: 2rem;
        padding-left: 0;
        margin-left: 0; }
      .single_event .wrap1000 .content {
        margin-top: 20px;
        margin-left: 0; }
    .single_event .unity {
      display: block; }
    .single_event .area {
      margin-right: 0; }
    .single_event .cate {
      padding: 0 1em;
      margin-top: 10px;
      font-size: 1.4rem; }
    .single_event .inner {
      margin-top: 10px; }
      .single_event .inner .field {
        width: 70px; }
    .single_event .caption {
      font-size: 1.3rem;
      margin-top: 5px;
      margin-left: 0; }
    .single_event .holding {
      margin-top: 40px; }
      .single_event .holding table {
        width: 100%;
        margin-top: 10px; }
        .single_event .holding table th {
          display: block;
          width: auto;
          padding: 10px 0 0; }
          .single_event .holding table th span {
            width: 115px; }
        .single_event .holding table td {
          display: block;
          padding: 5px 0 10px; }
    .single_event .traffic {
      margin-top: 40px; }
      .single_event .traffic .map {
        margin-top: 20px; }
        .single_event .traffic .map iframe {
          height: 300px; }
    .single_event .btn3 {
      margin-top: 40px; }

  /* ----------------------------- イベントカテゴリー */
  .event_category_block1 {
    padding: 40px 0; }
    .event_category_block1 .read {
      font-size: 1.4rem;
      line-height: 2.4em; }
    .event_category_block1 .box {
      margin-top: 20px;
      display: block; }
      .event_category_block1 .box .inner1 {
        width: auto;
        padding: 5%;
        display: block; }
        .event_category_block1 .box .inner1 .manners {
          width: auto;
          border-right: 0;
          border-bottom: 2px dotted #9a824e;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding-right: 0;
          padding-bottom: 20px; }
          .event_category_block1 .box .inner1 .manners h4 {
            left: 0;
            width: auto; }
            .event_category_block1 .box .inner1 .manners h4 span {
              font-size: 1.8rem; }
            .event_category_block1 .box .inner1 .manners h4:before {
              display: none; }
          .event_category_block1 .box .inner1 .manners p {
            font-size: 1.3rem;
            margin-top: 10px; }
        .event_category_block1 .box .inner1 ul {
          width: auto;
          padding-left: 0;
          padding-top: 20px; }
          .event_category_block1 .box .inner1 ul li {
            font-size: 1.3rem; }
      .event_category_block1 .box .inner2 {
        width: auto;
        padding: 5%;
        margin-left: 0;
        margin-top: 20px; }
        .event_category_block1 .box .inner2 ul {
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
          .event_category_block1 .box .inner2 ul li {
            width: 70%;
            margin: 0 auto;
            margin-bottom: 10px; }

  /* ----------------------------- 検索 */
  .search_content .inner {
    margin-top: 40px;
    flex-direction: column;
    gap: 20px; }
    .search_content .inner h4 {
      font-size: 1.8rem;
      background-size: 18px;
      width: 100%; }
      .search_content .inner h4 span.sub {
        font-size: 1.3rem; }
    .search_content .inner.search_area h4:after {
      margin-left: 1.5em; }
    .search_content .inner.search_area .search_arealist {
      background: none; }
      .search_content .inner.search_area .search_arealist .map {
        width: 100%; }
      .search_content .inner.search_area .search_arealist ul {
        width: 100%;
        display: block; }
        .search_content .inner.search_area .search_arealist ul li {
          width: auto;
          margin: 0; }
          .search_content .inner.search_area .search_arealist ul li label {
            box-sizing: border-box;
            padding: 5%; }
            .search_content .inner.search_area .search_arealist ul li label .text-wrap {
              display: block;
              width: 100%; }
              .search_content .inner.search_area .search_arealist ul li label .text-wrap h5 {
                width: 100%;
                display: block; }
              .search_content .inner.search_area .search_arealist ul li label .text-wrap p {
                margin-top: 10px; }
          .search_content .inner.search_area .search_arealist ul li .check_icon {
            width: 10%; }
          .search_content .inner.search_area .search_arealist ul li .txt {
            width: 90%; }
            .search_content .inner.search_area .search_arealist ul li .txt p {
              font-size: 1.3rem; }
    .search_content .inner.search_area.search_free .search_word {
      margin-top: 10px; }
      .search_content .inner.search_area.search_free .search_word input {
        width: 100%;
        font-size: 1.5rem; }
    .search_content .inner .search_item {
      width: 100%;
      flex-direction: column; }
    .search_content .inner.search_field {
      padding-bottom: 30px; }
      .search_content .inner.search_field h4:after {
        margin-left: 1.5em; }
      .search_content .inner.search_field .search_fieldlist {
        margin-top: 10px; }
        .search_content .inner.search_field .search_fieldlist ul {
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: center; }
          .search_content .inner.search_field .search_fieldlist ul li {
            width: calc(100% / 3 - 2%);
            margin-bottom: 0; }
            .search_content .inner.search_field .search_fieldlist ul li .check_icon:before {
              width: 100%;
              height: 26vw; }
  .search_content .search_period .search_date {
    margin-top: 10px;
    display: block; }
    .search_content .search_period .search_date input {
      width: 100%;
      font-size: 1.5rem; }
    .search_content .search_period .search_date span {
      display: block;
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 1em;
      margin: 0.5em auto; }
  .search_content .submit_btn {
    width: 260px;
    margin-top: 40px; }
    .search_content .submit_btn input {
      background-size: 21px;
      background-position: center left 30%;
      padding: 10px 0 10px 20px;
      font-size: 1.7rem; }

  /* ----------------------------- 新潟ステージチャンネル */
  .stagechannel_block1 {
    padding: 40px 0; }
    .stagechannel_block1 .box {
      margin-bottom: 60px; }
      .stagechannel_block1 .box .inner {
        margin-top: 30px; }
    .stagechannel_block1 .box1 .inner {
      display: block; }
      .stagechannel_block1 .box1 .inner .stagechannel_logo {
        width: 180px;
        margin: 0 auto; }
      .stagechannel_block1 .box1 .inner .txt {
        width: auto;
        margin-top: 20px; }
    .stagechannel_block1 .btn2 {
      margin-top: 60px; }

  /* ----------------------------- 個人情報・著作権・リンクについて */
  .privacy_block {
    padding: 40px 0; }
    .privacy_block ul {
      margin-top: 20px; }
    .privacy_block li {
      margin-bottom: 30px; }
      .privacy_block li h4 {
        font-size: 1.8rem; }
      .privacy_block li p {
        margin-top: 5px; }

  .privacy_block2 {
    padding-top: 0; }
    .privacy_block2 li p span {
      margin-bottom: 10px; }
    .privacy_block2 li .box {
      margin-top: 20px;
      padding: 4%;
      border: 3px solid #102235; }
      .privacy_block2 li .box .inner {
        margin-bottom: 10px; }
        .privacy_block2 li .box .inner h5 {
          font-size: 1.6rem; }
        .privacy_block2 li .box .inner p {
          margin-top: 5px; }
      .privacy_block2 li .box .example {
        padding-top: 10px; }
    .privacy_block2 li .box2 .example .img {
      margin-top: 10px;
      display: block; }
      .privacy_block2 li .box2 .example .img span {
        display: block;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px; }
        .privacy_block2 li .box2 .example .img span:last-child {
          margin-bottom: 0; }

  /* ----------------------------- お問い合わせ */
  .contact-form table th,
  .contact-form table td {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-bottom: 20px; }
    .contact-form table th .wpcf7-spinner,
    .contact-form table td .wpcf7-spinner {
      display: none; }
  .contact-form table th {
    padding: 0 1rem; }

  /* ----------------------------- フッター */
  .footer_bnr {
    padding: 30px 0; }
    .footer_bnr ul {
      flex-direction: column;
      row-gap: 20px; }
      .footer_bnr ul li {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; }
        .footer_bnr ul li:last-child {
          margin-bottom: 0;
          margin-right: auto; }

  .organizer {
    padding: 30px 0; }
    .organizer .box {
      flex-direction: column; }
      .organizer .box h5 {
        width: 20%;
        padding: 10px 0; }
      .organizer .box h4 {
        font-size: 1.7rem;
        padding: 10px 0 10px 1em; }
      .organizer .box .inner {
        display: flex; }
      .organizer .box .inner1 {
        width: 100%; }
      .organizer .box .inner2 {
        width: 100%;
        margin-top: 30px; }
        .organizer .box .inner2 h5 {
          border-right: 1px solid; }
        .organizer .box .inner2 p {
          border-left: 0;
          width: 80%;
          flex-grow: 1; }

  .footer {
    padding: 30px 0 100px 0; }
    .footer .footer-flex {
      flex-direction: column; }
      .footer .footer-flex .footer-left {
        flex-direction: column;
        width: 100%; }
      .footer .footer-flex .logo {
        width: 100%;
        margin: 0 auto; }
      .footer .footer-flex .read {
        width: 100%;
        margin-top: 20px; }
    .footer .footer-bottom {
      flex-direction: column;
      gap: 10px; }
      .footer .footer-bottom .personal_info {
        margin-top: 30px; }
      .footer .footer-bottom .copy {
        font-size: 1rem;
        letter-spacing: 0; }
    .footer .sns {
      margin-top: 30px; }
      .footer .sns li {
        width: 40px;
        margin-right: 10px; }

  .pagetop {
    width: 45px; } }

/*# sourceMappingURL=style.css.map */
