@charset "utf-8";
/* CSS Document */
/* ************************************************** **

Reset CSS

** ************************************************** */
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*, *::before, *::after {
  box-sizing: border-box;
}

/* **************************************************

フォーム無効化ここから

***************************************************** */
.mw_wp_form {
    filter: brightness(0.7);
    pointer-events: none;
}

#mw_wp_form_mw-wp-form-10::before {
    content: "※お問合わせはZIPANG2025のお問合わせフォームよりお願いいたします。";
    font-size: 14px;
    font-weight: 600;
    color: #AD002D;
}

#mw_wp_form_mw-wp-form-10 form {
    margin-top: 16px;
}

/* ************************************************** **

ZIPANG

** ************************************************** */
a {
  color: #F00;
}
a:hover {
  color: #C00;
}
html, body, #container {
  width: 100%;
  height: 100%;
}
#container {
  position: relative;
  background: url("../../asset/img/common/container_back.png") center center #F00;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#contents {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 36px);
  background: url("../../asset/img/common/background.jpg") center center #ECE5C8;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.3) inset;
  overflow: hidden;
  z-index: 100;
}
#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 32px;
  text-align: center;
  line-height: 32px;
  white-space: nowrap;
  color: #FFF;
  font-size: 11px;
}
/* ************************************************** **

HOME

** ************************************************** */
#website #container {
  overflow: hidden;
}
#website #contents {
  background-image: url("../../asset/img/home/background_kirara.jpg");
  background-color: #FFF;
  overflow: auto;
  padding: 32px;
  background-repeat: no-repeat;
}
#website #main {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
#website #title {
  float: left;
  width: 50%;
  padding: 0;
  margin-top: 30px;
}
#website #date {
  margin-left: 50%;
  padding: 32px 32px 16px;
}
#website #menu {
  margin-left: 50%;
  padding: 16px 32px 32px;
}
#website #link {
  clear: both;
  width: 1024px;
  margin: 0 auto;
  padding: 16px 64px 0;
}
#website #news {
  float: left;
  width: 640px;
  margin: 0;
  padding: 64px 16px 48px;
}
#website #news dl {
  height: 144px;
  overflow: auto;
  padding: 16px;
  background: url("../../asset/img/common/washi.jpg");
  border: 1px solid #CCC;
  /* border-left: 5px solid #F00; */
  /* box-shadow: 4px 4px 2px 0 rgba( 0, 0, 0, 0.3 ); */
  line-height: 1.75;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  color: #555;
}
#website #news dt {
  float: left;
  width: 9em;
}
#website #news dt::before {
  content: '● ';
  color: #F00;
}
#website #news dd {
  margin-left: 9em;
}
#website #partner {
  float: right;
  width: 384px;
  padding: 64px 16px 48px;
}
#website #news h2, #website #partner h2 {
  margin-bottom: 4px;
  padding: 4px 1em 3px;
  background-color: #F00;
  font-size: 12px;
  color: #FFF;
}
#website #partner div {
  display: flex;
  gap: 5px;
}
#website #partner li {
  margin-bottom: 4px;
}
#website #partner li a {
  opacity: 1;
  transition-duration: 0.3s;
}
#website #partner li a:hover {
  opacity: 0.8;
}
#website #partner li img {
  width: 100%;
  height: auto;
}
#main_footer {
  clear: both;
  background: url("../../asset/img/common/blackback.png") #000;
}
#main_footer #sns {
  width: 20%;
  padding: 16px;
}
#main_footer #sns ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#main_footer #sns li {
  letter-spacing: normal;
  display: inline-block;
  min-width: 2em;
  padding: 4px 0;
  text-align: center;
  font-size: 32px;
}
#main_footer #sns li a {
  color: #FFD900;
}
#main_footer #sns li a:hover {
  color: #CCAA00;
}
#main_footer #event_outline {
  width: fit-content;
  padding: 16px;
  color: #FFF;
  line-height: 1.75;
  font-size: 11px;
}
#other_link li {
  position: absolute;
  top: 16px;
  width: 50px;
}
#other_link li img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transform-origin: 50% 16px;
}
#other_link li img.hover {
  animation: menu 1s linear 1;
}
#other_link li:first-child {
  left: -64px;
}
#other_link li:last-child {
  right: -64px;
}
#main_footer .footer_box{
  display: inline-flex;
  align-items: center;
}
#main_footer hr{
  width: 85%;
  margin-top: 0px;
}
#main_footer .privacy{
  text-align: center;
  padding: 15px 0 25px;
  font-size: 12px;
}
#main_footer .privacy a{
  color: #fff;
  text-decoration: none;
}
#main_footer .privacy a:hover{
  color: #FFD900;

}
.footer_box {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:1080px) {
  #website #contents {
    animation: homeBackMove 60s linear infinite;
  }
  #website #contents {
    overflow: auto;
    padding: 8px;
  }
  #website #main {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  #website #title {
    float: none;
    width: 100%;
    padding: 16px;
  }
  #website #date, #website #menu {
    margin-left: 0;
    padding: 8px;
  }
  #website #menu {
    padding-bottom: 16px;
  }
  #website #news, #website #partner {
    float: none;
    width: 100%;
    padding: 32px 16px 0;
  }
  #website #news {
    padding: 16px;
  }
  #website #link {
    clear: both;
    width: 100%;
    margin: 0 auto;
    padding: 8px 8px 0;
  }
  #website #news dl {
    height: 240px;
  }
  #website #news dt {
    float: none;
    width: 100%;
  }
  #website #news dd {
    margin: 0 0 8px;
  }
  #main_footer #sns {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #main_footer #event_outline {
    float: none;
    width: fit-content;
    font-size: 10px;
    margin: 0 auto;
  }
  /**X(旧ツイッター非表示により以下3行追加)**/
  #main_footer #sns li{
    min-width: 3em;
  }
  #main_footer .footer_box{
    display: block;
  }
}
@media screen and (max-width: 639px) {
  .notice_main {
    margin-left: 0;
  }
  #website h1 {
    padding: 20px 40px 0;
  }
  #website #news dl {
    padding: 8px;
    font-size: 3vw;
  }
  #other_link li {
    top: 24px;
    width: 10%;
  }
  #aticle #other_link li {
    width: 12%;
  }
  #other_link li:first-child {
    left: 8px;
  }
  #other_link li:last-child {
    right: 8px;
  }
  #article #other_link li {
    top: 7%;
  }
}
@keyframes homeBackMove {
  0% {
    background-position: left;
  }
  50% {
    background-position: right;
  }
  100% {
    background-position: left;
  }
}



/* ************************************************** **

COMMON

** ************************************************** */
#article #contents_header, #article #contents_body {
  width: 50%;
  height: 100%;
  overflow-y: auto;
}
#article #contents_header {
  float: left;
  direction: rtl;
  padding: 32px 64px 0;
}
#article.error #contents_header {
  float: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#article.error .contents_header {
  width: 50%;
  margin: 0 auto;
  padding: 32px 64px 0;
}
#article #contents_body {
  float: right;
  padding: 32px 64px;
}
#article .contents_header, #article .contents_body {
  direction: ltr;
}
#article #contents_header #logo_sub {
  padding-bottom: 16px;
  text-align: center;
}
#article #contents_header #logo_sub img {
  width: 50%;
}
#article #contents_header #logo_sub a:hover {
  opacity: 0.8;
}
#article #contents_header h1 {
  text-align: center;
}
#article #contents_header p {
  margin: 32px 0px;
  font-size: 120%;
  line-height: 1.75;
  text-align: center;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
}
#article #contents input[type=checkbox] {
  width: 14px;
  min-height: 14px;
  padding: 0px 0px;
  vertical-align: middle;
}
@keyframes image {
  0% {
    filter: grayscale(100%);
  }
  100% {
    filter: grayscale(0);
  }
}
#article #contents_header p:last-child {
  margin-bottom: 0;
}
#article .content_block {
  margin: 0 0 32px;
  padding: 16px;
  background: url("../../asset/img/common/washi.jpg");
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
#article .content_block:last-child {
  margin-bottom: 0;
}
#article .content_block h2 {
  margin-bottom: 16px;
  padding: 16px 32px;
  background: url("../../asset/img/common/midashi2_back.jpg") left center no-repeat;
  background-size: cover;
  font-family: "Sawarabi Mincho";
  font-size: 130%;
  color: #FFF;
}
#article .content_block p {
  max-width: 540px;
  margin: 32px auto;
  font-size: 100%;
  line-height: 1.75;
}
#article .content_block small {
  font-size: 10px;
}
#article table {
  width: 100%;
}
#article th, #article td {
  padding: 16px;
  border: 1px solid #DDD;
  line-height: 1.75;
  font-size: 100%;
  color: #333;
}
#article th {
  width: 25%;
  background-color: #AD002D;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}
#article td {
  background-color: #FFF;
}
#article tr .last {
  border: initial;
  border-bottom: 1px solid #999;
  width: 10%;
  background-color: inherit;
  padding: 5px;
}
#article .content_block .link_btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #111;
  background-image: linear-gradient(#333, #111);
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #FFD900;
  cursor: pointer;
}
#article .content_block .link_btn:hover {
  background-image: linear-gradient(#111, #333);
  box-shadow: none;
}
@media screen and (max-width:1599px) {
  #contents {
    overflow: auto;
    padding: 8px;
    box-shadow: none;
  }
  #article #contents_header, #article #contents_body, #article.error #contents_header {
    width: 100%;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: none;
    overflow: hidden;
  }
  #article .contents_header, #article.error .contents_header {
    width: auto;
    padding: 16px 0 32px;
  }
  #article #contents_header p {
    margin: 32px;
  }
  #article .contents_body {
    margin: 0;
    padding: 0;
  }
  #article .content_block p {
    max-width: 650px;
  }
}
@media screen and (max-width:955px) {
  #article #contents_header p {
    font-size: 2.4vw;
    margin: 16px 0;
  }
  #article #contents_header p:last-child {
    margin: 0;
  }
}
@media screen and (max-width:639px) {
  #article .content_block h2 {
    padding: 8px;
    font-size: 4vw;
  }
  #article .content_block p {
    font-size: 3.5vw;
  }
  #article th, #article td {
    display: block;
    width: 100%;
    padding: 8px;
    border: none;
    font-size: 3.5vw;
  }
  #article table.price th, #article table.price td {
    display: table-cell;
    width: auto;
    border-bottom: 1px solid #CCC;
  }
  #article .content_block .link_btn {
    width: 90%;
  }
  #article tr .last {
    border-bottom: none;
  }
}

ul.image_list {
  width: 80%;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
ul.image_list li {
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
li.range img {
  width: 100%;
}
ul.image_list li.range {
  grid-row-end: span 2;
}

@media screen and (max-width: 767px) {
  ul.image_list{
    width: 90%; 
    grid-template-columns: repeat(auto-fill, minmax(135px, 1fr)); 
  }
  ul.image_list li img{
    width: 100%;
  }
}
/* ************************************************** **

開催概要

** ************************************************** */
#article table.price th, #article table.price td {
  padding: 8px;
  border: 1px solid #DDD;
  line-height: 1.75;
  font-size: 90%;
}
#article table.price td {
  text-align: center;
}
#article table.price thead th {
  background-color: #3f4551;
}
#article table.price tbody th {
  background-color: #fafbfc;
  color: #333;
}
#article #contents .flyer_title {
  position: relative;
  margin: 30px 0 10px;
  color: rgba(255, 0, 0, 1);
  font-family: "Sawarabi Mincho";
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}
#article #contents .flyer_title:before {
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 1), rgba(255, 255, 255, 0));
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}
#article #contents .flyer_box {
  display: inline-block;
  width: 49.5%;
}
#article #contents .flyer_name {
  margin: 5px 0;
  padding: 5px 10px;
  background: #AD002D;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:613px) {
  #article #contents .flyer_box{
    width:100%;
  }
}
/* ************************************************** **

お問合せ

** ************************************************** */
#article #contents input {
  width: 100%;
  min-height: 40px;
  padding: 6px 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
#article #contents textarea {
  width: 100%;
  min-height: 300px;
  padding: 6px 16px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  resize: vertical;
}
#article #contents input#contact_image {
  width: 90%;
}
#article #contents input.link_btn {
  display: block;
  width: 40%;
  margin: 32px auto 0;
  border: none;
  padding: 16px 0;
  background-color: #111;
  background-image: linear-gradient(#333, #111);
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  text-decoration: none;
  color: #FFD900;
  cursor: pointer;
}
#article #contents input.link_btn:hover {
  background-image: linear-gradient(#111, #333);
  box-shadow: none;
}
/* ************************************************** **

MENU

** ************************************************** */
#full_menu .full_menu {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 8888;
  width: 100%;
  height: 100%;
  background: url("../../asset/img/common/menu_back.png") center center no-repeat #FCF5E3;
  background-size: contain;
  transition-duration: 0.5s;
  border: 16px solid #000;
  overflow: hidden;
}
#full_menu.open .full_menu {
  top: 0;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.5);
}
#full_menu_btn {
  position: absolute;
  top: 0;
  left: 0;
}
#full_menu #full_menu_close {
  display: none;
}
#full_menu.open #full_menu_close {
  display: block;
}
#full_menu.open #full_menu_open {
  display: none;
}
#full_menu #full_menu_open, #full_menu #full_menu_close {
  position: absolute;
  top: 24px;
  width: 80px;
  height: 80px;
}
#full_menu #full_menu_open {
  left: 24px;
  z-index: 7777;
}
#full_menu #full_menu_close {
  right: 24px;
  position: static;
  margin: 0 0 0 auto;
}
#full_menu #full_menu_open img, #full_menu #full_menu_close img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transition-duration: 0.3s;
  cursor: pointer;
}
#full_menu #full_menu_open img:hover, #full_menu #full_menu_close img:hover {
  transform: scale(0.9);
}
#full_menu_body {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  max-height: 100%;
  margin: 0 auto;
  overflow-x: clip !important;
  height: 100%;
}
#full_menu_body .full_menu_body {
  position: relative;
  width: 1024px;
  margin: 0 auto;
}
#full_menu_body #menu {
  float: right;
  width: 50%;
  margin-bottom: 32px;
}
#full_menu_body #link {
  float: left;
  width: 50%;
  padding: 16px 64px;
}
#full_menu_body #link li:first-child {
  padding-bottom: 24px;
}
#menu ul {
  width: 100%;
  letter-spacing: -0.4em;
  direction: rtl;
}
#menu li {
  display: inline-block;
  width: 14%;
  padding: 0 8px;
  letter-spacing: normal;
}
#full_menu_body #menu li {
  width: 12.5%;
}
#menu li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  transform-origin: top center;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
#menu li .soon img {
  opacity: 0.3;
}
#menu li a {
  display: block;
  transform-origin: top center;
}
#menu li img.hover {
  animation: menu 1s linear 1;
}
@keyframes menu {
  0% {
    transform: rotate(0);
  }
  8% {
    transform: rotate(4deg);
  }
  16% {
    transform: rotate(-4deg);
  }
  32% {
    transform: rotate(2deg);
  }
  48% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
#website #link ul {
  letter-spacing: -0.4em;
}
#website #link li {
  display: inline-block;
  width: 50%;
  padding: 0 16px;
  letter-spacing: normal;
  text-align: center;
}
#link li img {
  width: 100%;
  box-shadow: 4px 4px 2px 0 rgba(0, 0, 0, 0.3);
}
#link a {
  display: block;
  position: relative;
}
#link li a::after {
  position: absolute;
  content: '';
  width: 13%;
  height: 130%;
  background: url(../../asset/img/common/menu_btn_kazari.png) center center no-repeat;
  background-size: contain;
  display: block;
  top: 2%;
  left: 4%;
}
#link a {
  transition-duration: 0.3s;
  transform: scale(1);
}
#link a:hover {
  transform: scale(0.97);
}
#link a.hover::after {
  transform-origin: center 6%;
  animation: menu 1s linear 1;
}
@media screen and (max-width:1599px) {
  #full_menu_body {
    padding: 16px 0;
    overflow: auto;
  }
  #full_menu_body .full_menu_body {
    width: auto;
    max-width: 480px;
  }
}
@media screen and (max-width:959px) {
  #menu {
    padding: 16% 16px 0;
  }
  #menu li img {
    margin-right: 0;
  }
  #full_menu_body #menu {
    float: none;
    width: 100%;
    margin: 0 auto 32px;
  }
  #full_menu_body #link {
    float: none;
    width: 100%;
    padding: 16px 64px;
    margin: 0 auto;
  }
}
@media screen and (max-width:639px) {
  #full_menu_body {
    position: static;
    transform: none;
    padding-bottom: 0;
  }
  #full_menu .full_menu {
    border-width: 8px;
  }
  #full_menu #full_menu_open, #full_menu #full_menu_close {
    top: 16px;
    width: 15%;
    height: auto;
  }
  #full_menu #full_menu_open {
    left: 16px;
  }
  #full_menu #full_menu_close {
    right: 16px;
  }
  #full_menu_body #menu {
    float: none;
    width: 100%;
  }
  #menu li {
    padding: 0 4px;
  }
  #full_menu_body #menu ul {
    width: 70%;
    margin: 0 auto;
  }
  #full_menu_body #menu li {
    width: 25%;
    margin-bottom: 16px;
  }
  #full_menu_body #link {
    float: none;
    width: 100%;
    padding: 0 32px 32px;
  }
  #website #link li {
    display: block;
    width: 100%;
    padding: 0 16px;
    letter-spacing: normal;
    text-align: center;
  }
  #website #link li:first-child {
    margin-bottom: 16px;
  }
}
/* ************************************************** **

DOOR

** ************************************************** */
#door {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 29999;
}
#door.open {
  background-color: rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
}
#door .left, #door .right {
  float: left;
  position: relative;
  width: 50%;
  height: 100%;
  background: linear-gradient(#F7F5E4 60%, #E8E2AE 100%);
  border: 8px solid #110E0C;
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.5);
  transform: translateX(0);
  transition-duration: 0.3s;
  pointer-events: auto;
}
#door .left {
  border-left: none;
}
#door .right {
  float: right;
  left: auto;
  right: 0;
  border-right: none;
}
#door .left::after, #door .right::after {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background: url("../../asset/img/common/door_handle.png") right center no-repeat;
  background-size: 100%;
}
#door .right::after {
  right: auto;
  left: 16px;
}
#door.open .left {
  transform: translateX(-110%);
}
#door.open .right {
  transform: translateX(110%);
}
/* ************************************************** **

日本犬とは？

** ************************************************** */
#article.nihonken #contents_body ul {
  letter-spacing: -0.4em;
  text-align: center;
}
#article.nihonken #contents_body li {
  position: relative;
  display: inline-block;
  width: calc(100% / 3);
  letter-spacing: normal;
  margin: 1% 0;
  padding: 0 1%;
}
#article.nihonken #contents_body li a {
  position: relative;
  display: block;
  padding: 8px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #c2996b;
  box-shadow: 0 0 8px 0 #c2996b;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#article.nihonken #contents_body li a::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../asset/img/nihonken/menu_mado.png") center center no-repeat;
  background-size: 101% 101%;
  z-index: 100;
}
#article.nihonken #contents_body li a img.face {
  transition-duration: 0.3s;
  filter: grayscale(100%);
}
#article.nihonken #contents_body li a:hover img.face {
  transform: scale(1.05);
  filter: grayscale(0);
}
#article.nihonken #contents_body li a span {
  display: block;
}
#article.nihonken #contents_body li a span::after, #article.nihonken #contents_body li a span::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: url("../../asset/img/nihonken/menu_door.png") center center no-repeat;
  background-size: 100% 100%;
  transition-duration: 0.5s;
}
#article.nihonken #contents_body li a span::after {
  left: 50%;
}
#article.nihonken #contents_body li a span::before {
  right: 50%;
}
#article.nihonken #contents_body li a:hover span::after, #article.nihonken #contents_body li a.nihonken_menu_click span::after {
  left: 150%;
}
#article.nihonken #contents_body li a:hover span::before, #article.nihonken #contents_body li a.nihonken_menu_click span::before {
  right: 150%;
}
#article.nihonken #contents_body li img.name {
  position: absolute;
  top: 5%;
  right: 5%;
  z-index: 110;
  width: 18%;
  max-width: 85px;
  height: auto;
  transform-origin: center 6%;
  animation: nihokenName 3s linear 1;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@keyframes nihokenName {
  0% {
    transform: rotate(0);
  }
  8% {
    transform: rotate(4deg);
  }
  16% {
    transform: rotate(-4deg);
  }
  32% {
    transform: rotate(2deg);
  }
  48% {
    transform: rotate(-2deg);
  }
  60% {
    transform: rotate(1deg);
  }
  80% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);
  }
}
#nihonken {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6666;
  width: 50%;
  height: 100%;
  overflow-y: auto;
  flex-wrap: wrap;
  align-items: center;
  direction: rtl;
}
#nihonken article{
  width: 100%;
}
.nihonken_section {
  display: none;
  position: relative;
  width: 100%;
  padding-bottom: 1px;
  background: url("../../asset/img/common/washi.jpg");
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  direction: ltr;
}
.nihonken_section .nihonken_header {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 10%;
}
.nihonken_section .nihonken_header h2 {
  filter: drop-shadow(2px 2px 4px #00000050);
}
.nihonken_section p {
  margin: 1.75em 64px;
  font-size: 16px;
  line-height: 1.75;
}
.nihonken_section p strong {
  font-weight: bold;
  color: #F00;
}
.nihonken_section .left, .nihonken_section .right {
  width: 50%;
}
.nihonken_section .left {
  float: left;
  padding: 0 32px 0 64px;
}
.nihonken_section .right {
  float: right;
  padding: 0 64px 0 32px;
}
.nihonken_section .left p, .nihonken_section .right p {
  margin: 0.75em 0 1.75em;
}
.nihonken_close {
  clear: both;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 16px 0;
  background-color: #111;
  background-image: linear-gradient(#333, #111);
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #FFD900;
  cursor: pointer;
}
.nihonken_close:hover {
  background-image: linear-gradient(#111, #333);
  box-shadow: none;
}
#nihonken_full_back {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5555;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
@media screen and (max-width:1599px) {
  #nihonken {
    width: 100%;
    max-width: 960px;
    left: 50%;
    transform: translateX(-50%);
    direction: ltr;
  }
  .nihonken_section {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width:639px) {
  #nihonken_full_back {
    background-color: transparent;
  }
  .nihonken_section .nihonken_header {
    right: 32px;
    top: 32px;
  }
  .nihonken_section p {
    margin: 1.75em 2em;
    font-size: 3.5vw;
  }
  .nihonken_section .left {
    padding: 0 1em 0 2em;
  }
  .nihonken_section .right {
    padding: 0 2em 0 1em;
  }
  .nihonken_section .left p, .nihonken_section .right p {
    margin: 0.75em 0 1.75em;
  }
}
/* ************************************************** **

マーケット

** ************************************************** */
#article.markets .content_block ul {
  letter-spacing: -0.4em;
}
#article.markets .content_block li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 33.33333%;
  padding: 8px;
}
.markets_shop {
  padding: 12px;
  background: url("../../asset/img/common/marketsback.png") center center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
#article.markets .content_block dl {
  padding: 16px;
  background: url("../../asset/img/common/marketsbodyback.png") left top #FFFFFF;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#article.markets .content_block dt.image {
  padding: 4% 8%;
  background-color: #FFF;
}
#article.markets .content_block dt.image img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#article.markets .content_block dd {
  font-size: 12px;
  line-height: 1.5;
}
#article.markets .content_block dd.name {
  margin: 8px 0;
  padding: 8px 12px;
  background: url("../../asset/img/common/marketstitleback.png") left top #FFFFFF;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.4;
  font-size: 16px;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  transition-duration: 0.3s;
}
#article.markets .content_block dd.site {
  margin: 8px 0 0 0;
  padding-top: 8px;
  border-top: 1px solid #CCC;
  clear: both;
}
#article.markets .content_block dd.pr {
  margin: 8px 0 0;
  overflow: hidden;
  transition-duration: 0.2s;
  color: #333;
}
#article.markets .content_block dd.url {
  font-size: 11px;
  line-height: 1.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#article.markets .content_block .textOverFlow dd {
  position: relative;
}
#article.markets .content_block .textOverFlow dd.name {
  white-space: nowrap;
}
#article.markets .content_block .textOverFlow dd.pr:hover {
  opacity: 0.3;
  cursor: pointer;
}
#article.markets .content_block .textOverFlow dd.pr::after {
  content: 'すべて表示';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 24px;
  background-color: rgba(255, 0, 0, 0.9);
  text-align: center;
  line-height: 24px;
  color: #FFF;
  font-size: 11px;
}
#article.markets .content_block dd.name.textActive {
  transition: all 0.1s;
  height: auto;
}
#article.markets .content_block dd.pr.textActive {
  transition: all 0.1s;
  height: auto;
}
@media (min-width:740px) {
  #article.markets .content_block .textOverFlow dd.pr {
    height: 72px;
  }
}
@media screen and (max-width:739px) {
  #article.markets .content_block li {
    width: 50%;
  }
}
@media screen and (max-width:639px) {
  #article.markets .content_block li {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 8px;
  }
}
/* ************************************************** **

GALLERY

** ************************************************** */
#article.gallery ul.gallery {
  letter-spacing: -0.4em;
}
#article.gallery ul.gallery li {
  letter-spacing: normal;
  display: inline-block;
  width: 33.33333%;
  padding: 8px;
}
#article.gallery ul.gallery li img {
  border: 4px solid #FFF;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
#article.gallery .paging {
  padding: 16px 0;
  text-align: center;
}
#article.gallery .paging li {
  display: inline-block;
  padding: 4px;
  font-size: 24px;
}
@media screen and (max-width:639px) {
  #article.gallery ul.gallery li {
    width: 50%;
    padding: 2px;
  }
}
/* ************************************************** **

TOPお知らせポップアップ

** ************************************************** */

.notice_wrap a{
	word-break: break-all;
}
.notice_wrap img {
  position: absolute;
  left: 23%;
  width: 250px;
}
.notice_wrap img:hover {
  opacity: 0.8;
}
/*開催御礼*/
.info_zipang {
  margin-left: 28px;
}
.notice_wrap {
  position: fixed;
  background: url(../../asset/img/common/background.jpg) center / cover #ECE5C8;
  border: 5px solid #CE0F00;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
  font-family: "Sawarabi Mincho";
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  z-index: 10000;
}

.scroll-box {
  overflow-y: scroll;
  height: 100%;
}

.js-close {
  display: none;
}
.notice_wrap a {
  word-break: break-all;
}
.notice-gray {
  color: #777;
}
.notice-main {
  margin-bottom: 40px !important;
}
.notice-ticket {
  margin-bottom: 25px !important;
}
.notice-right {
  display: block;
  padding-right: 15px;
  height: 0;
  text-align: end;
}
.notice-date {
  font-size: 1.2em;
}
.notice-sub {
  text-align: center;
  display: block;
  height: 0;
  padding-right: 35px;
}
.photo img {
  width: 130%;
}
.notice_close_btn_res {
  display: none;
}
.kirara{
  font-weight: bold;
  font-size: 30px;
}
.text_left{
  text-align: left;
  padding: 0 55px;
}
@media screen and (min-width: 1081px) {
  .sp_none {
    display: block;
  }
  .pc_none {
    display: none;
  }
  .notice_wrap {
    top: 8%;
    left: 25%;
    width: 50%;
    height: auto;
    max-height: 85vh;
    overflow-y: scroll;
  }
  .notice_box p {
    width: 35em;
    margin: auto;
  }
  .thanks {
    position: absolute;
    z-index: 1;
    top: -70px;
  }
  .photo {
    position: absolute;
    bottom: -80px;
    left: 10px;
    padding: 10px 10px 90px 10px;
    width: 47%;
  }
  .photo img {
    margin-left: 38px;
    width: 130%;
  }
  .number {
    position: absolute;
    bottom: 90px;
    left: 55%;
  }
}
.photo {
  text-align: center;
}
.photo img:hover {
  opacity: 0.7;
}
.number a {
  display: inline-block;
  width: 1.8em;
  border-radius: 50%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  background: #CE0F00;
  color: #fff;
  font-size: 1.5em;
  text-decoration: none;
}
.number a:hover {
  background: #f44;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
}
.notice_title {
  padding: 5px 10px;
  background: #CE0F00;
  color: #fff;
  font-size: 1.2em;
}
.notice_box {
  padding: 50px 0 40px;
  color: #333;
}
.notice_box h4 {
  color: #931100;
  font-size: 1.2em;
}
/**POPUPのリンク**/
.notice_link {
  cursor: pointer;
}
.notice-title {
  font-size: 1.4em;
  padding-right: 35px;
  text-align: center;
  padding-left: 17%;
  height: 0;
}
.notice_main {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
/*手ぬぐい*/
.notice_close_btn {
  position: absolute;
  color: #CE0F00;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 12px;
  top: 0;
  right: 5px;
}
.notice_close_btn_res {
  display: none;
}
.news-popup {
  color: #f00;
  border-bottom: solid 1px #f00;
  display: inline;
  cursor: pointer;
}
.news-popup:hover {
  color: #C00;
  border-bottom: solid 1px #C00;
}
@media screen and (max-width: 1080px) {
  .notice_box {
    padding: 40px 20px 30px 20px;
  }
  .sp_none {
    display: none;
  }
  .notice_wrap {
    width: 60%;
    top: 8%;
    left: 20%;
    padding-top: 3%;
    max-height: 85vh;
    overflow-y: scroll;
  }
  .notice_wrap img {
    left: 17%;
    top: 24%;
  }
  .thanks {
    position: absolute;
    top: -100px;
  }
  .number {
    margin-top: -7px;
    bottom: -90px;
    margin-left: 8px;
  }
  .notice-title {
    height: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .notice-sub {
    height: 30px;
  }
  .notice_close_btn {
    margin: 0 0 5% 0;
  }
  .notice_close_btn_res {
    display: none;
  }
  .mail-zipang {
    margin-left: 1em;
  }
  .notice_close_btn .sp_none {
    display: none;
  }
}
@media screen and (max-width:639px) {
  .notice_wrap {
    background-size: 100%;
    top: 0;
    overflow-y: scroll;
    left: 0;
    width: 94%;
    max-height: 75vh;
    position: fixed;
    margin: 10% 3%;
  }
  .notice_wrap img {
    width: 50%;
    left: 18%;
    top: 33%;
  }
  .notice_close_btn span {
    display: none;
  }
  .notice_close_btn {
    margin: 0;
  }
  .text_left{
    padding: 0 70px;
  }
	}
  @media screen and (max-width:518px) {
    .kirara{
      font-weight: bold;
      font-size: 25px;
    }    
    .text_left{
      padding: 0 30px;
    }  
  }
/* ************************************************** **

会場マップスライダー

** ************************************************** */
div#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 15px auto 0;
}
ul#frontpage-slider {
  width: 1000%;
}
li.slider-image {
  float: left;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  width: 10%;
  height: auto;
  max-width: 900px;
}
#container li.slider-image img {
  width: 100%;
  max-width: 900px;
  height: auto;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.slider-text {
  padding: 10px;
}
.flex-control-paging {
  margin: 10px 0;
  text-align: center;
}
.flex-control-paging li {
  display: inline;
  margin: 0;
}
.flex-control-paging li a {
  display: inline-block;
  background: #ccc;
  height: 12px;
  width: 12px;
  text-indent: 200%;
  overflow: hidden;
  cursor: pointer;
  -moz-border-radius: 1px;
  -khtml-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 50%;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #0485EF;
}
span#prev, span#next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: auto 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 50%;
}
span#prev {
  left: -20px;
}
span#next {
  right: -20px;
}
span#prev:hover, span#next:hover {
  opacity: 0.8;
}
#container img[usemap] {
  height: auto;
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
/* ************************************************** **

前売りチケット購入方法

** ************************************************** */
#ticket_content {
  display: flex;
  align-items: flex-start;
}
.lawson_ticket {
  width: 50%;
  padding: 10px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.lawson_ticket h3 {
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px 0 0 0;
}
.lawson_ticket p {
  margin: 5px 0;
}
.lawson_ticket ol {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.lawson_ticket ol dt {
  margin-bottom: 10px;
}
.peatix_ticket {
  width: 50%;
  padding: 10px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}
.peatix_ticket h3 {
  font-size: 1.3em;
  font-weight: 600;
  padding: 20px 0 0 0;
}
.peatix_ticket p {
  margin: 5px 0;
}
.peatix_ticket ol {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.peatix_ticket ol dt {
  margin-bottom: 10px;
}
.list {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 36px 0 14px 0;
}
.list img {
  margin-right: 10%;
}
.peatix_1 {
  margin-left: 25px;
  margin-bottom: 6px;
}
.peatix_2 {
  margin-left: 25px;
}
.lawson_1 {
  margin-left: 25px;
  margin-bottom: 6px;
}
.lawson_2 {
  margin-left: 25px;
}
@media screen and (max-width:1599px) {
  .peatix_1 {
    margin-left: 40px;
    margin-bottom: 6px;
  }
  .peatix_2 {
    margin-left: 25px;
  }
  .lawson_1 {
    margin-left: 40px;
    margin-bottom: 6px;
  }
  .lawson_2 {
    margin-left: 25px;
  }
}
@media screen and (max-width:639px) {
  #ticket_content {
    display: flex;
    flex-wrap: wrap;
  }
  .lawson_ticket {
    width: 100%;
    margin: 10px auto;
  }
  .peatix_ticket {
    width: 100%;
    margin: 10px auto;
  }
  .list {
    flex-wrap: wrap;
  }
  .list img {
    margin-right: 0;
  }
  .peatix_1 {
    margin-left: 25px;
    margin-bottom: 6px;
  }
  .peatix_2 {
    margin-left: 25px;
  }
  .lawson_1 {
    margin-left: 25px;
    margin-bottom: 6px;
  }
  .lawson_2 {
    margin-left: 25px;
  }
}
.grecaptcha-badge {
  z-index: 200;
}



/* ************************************************** **

プライバシーポリシー関連

** ************************************************** */

.notice-modal {
  background:rgba(0, 0, 0, 0.4);
  position: fixed; 
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 10000;
  overflow-y: auto;
  border: none;
  margin: 0;
}

.privacy-page-open {
  cursor: pointer;
}

.notice_box iframe {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

.notice_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  padding: 30px 20px 20px;
  background: url(../../asset/img/common/background.jpg) center / cover #ECE5C8;
  border: 5px solid #CE0F00;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  z-index: 10000;
  font-family: "Sawarabi Mincho";
  font-weight: bold;
}

.mw_wp_form_confirm #privacy-section {
  display: none;
}