@charset "UTF-8";
/* ==================================================
   Layout
================================================== */
/* Block
-------------------------------------------------- */
/**
 * Element
 */
/* ==================================================
   Base
================================================== */
/* Mixin
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> _config.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/**
 * Mediaquery
 */
/**
 * Font Size
 */
/**
 * Font Family
 */
/**
 * Inner
 */
/**
 * Image-trim
 */
/**
 * border-radius
 */
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@400;500;700;800&family=Kiwi+Maru:wght@300;400;500&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@forward "config";
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> _mixin.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/**
 * Mediaquery Display
 */
@media screen and (max-width: 1279px) {
  .min-xlg {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .max-xlg {
    display: none !important;
  }
}

@media screen and (max-width: 1079px) {
  .min-lg {
    display: none !important;
  }
}

@media screen and (min-width: 1080px) {
  .max-lg {
    display: none !important;
  }
}

@media screen and (max-width: 991px) {
  .min-md {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .max-md {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .min-sm {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .max-sm {
    display: none !important;
  }
}

@media screen and (max-width: 479px) {
  .min-xs {
    display: none !important;
  }
}

@media screen and (min-width: 480px) {
  .max-xs {
    display: none !important;
  }
}

/**
 * Clearfix
 */
/**
 * Prefix
 */
/**
 * Position Center（親要素に対して上下中央寄せ）
 */
/**
 * Flexbox
 */
/**
 * CSS grid
 */
/**
 * Color
 */
/**
 * Font size
 */
/**
 * Font-family
 */
/**
 * Transition
 */
/**
 * Calc
 */
/**
 * Inner
 */
/**
 * Image-trim
 */
.c-trim.2ls {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.2ls:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.ld {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.ld:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.lvh {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.lvh:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.l {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.l:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.6666%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim.thumb {
  /*-画像を内包する親要素-*/
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-trim.thumb:after {
  /*-c-trim の疑似要素に指定-*/
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70.8%;
  /*-画像の縦横比を指定 初期値は75%（LDサイズ）-*/
}

.c-trim__inner {
  /*-c-trim の直下にあるdivまたはaタグに指定-*/
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.c-trim__after {
  /*-トリミングしたい画像や要素に指定*/
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

/**
 * Gap-margin
 */
/**
 * Gap-padding
 */
/* Base
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _color.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Color Style
   ================================================== */
/**
 * SNS Color
 */
/* ==================================================
   Color Palette Style
   ================================================== */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _iconfonts.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
@font-face {
  font-family: "iconfonts";
  src: url("dest/fonts/iconfonts/iconfonts.eot");
  src: url("dest/fonts/iconfonts/iconfonts.eot?#iefix") format("eot"), url("dest/fonts/iconfonts/iconfonts.woff") format("woff"), url("dest/fonts/iconfonts/iconfonts.ttf") format("truetype"), url("dest/fonts/iconfonts/iconfonts.svg#iconfonts") format("svg");
  font-weight: normal;
  font-style: normal;
}

*[class^="ico-"]:before {
  display: inline-block;
  font-family: "iconfonts";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*[class^="ico-"][class$="--lg"] {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

*[class^="ico-"][class$="--2x"] {
  font-size: 2em;
}

*[class^="ico-"][class$="--3x"] {
  font-size: 3em;
}

*[class^="ico-"][class$="--4x"] {
  font-size: 4em;
}

*[class^="ico-"][class$="--5x"] {
  font-size: 5em;
}

*[class^="ico-"][class$="--fw"] {
  width: 1.2857142857142858em;
  text-align: center;
}

.ico-counseling:before {
  content: "\EA01";
}

.ico-reserve:before {
  content: "\EA02";
}

.ico-facebook:before {
  content: "\EA03";
}

.ico-twitter:before {
  content: "\EA04";
}

.ico-instagram:before {
  content: "\EA05";
}

.ico-line:before {
  content: "\EA06";
}

.ico-arrow:before {
  content: "\EA07";
}

.ico-search:before {
  content: "\EA08";
}

.ico-time:before {
  content: "\EA09";
}

.ico-document:before {
  content: "\EA0A";
}

.ico-calendar:before {
  content: "\EA0B";
}

.ico-check:before {
  content: "\EA0C";
}

.ico-share:before {
  content: "\EA0D";
}

.ico-compass:before {
  content: "\EA0E";
}

.ico-play:before {
  content: "\EA0F";
}

.ico-talk-twin:before {
  content: "\EA10";
}

.ico-training:before {
  content: "\EA11";
}

.ico-stoptimer:before {
  content: "\EA12";
}

.ico-trainer:before {
  content: "\EA13";
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sup, 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, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _base.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #272343;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #323546;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
}

a:hover, a:visited {
  text-decoration: none;
  opacity: 0.8;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  letter-spacing: 0.06em;
}

p {
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  line-height: 1.8;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

address {
  font-style: normal;
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #efefef;
}

::-webkit-scrollbar-corner {
  background: #efefef;
}

::-webkit-scrollbar-thumb {
  background: #efefef;
  border-radius: 12px;
}

/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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;
}

/* Layout
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _header.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Header
================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.l-header .c-logo {
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18.6em;
          flex: 0 0 18.6em;
  margin: 0 2.5em;
}

@media screen and (max-width: 991px) {
  .l-header .c-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12em;
            flex: 0 0 12em;
  }
}

@media screen and (max-width: 767px) {
  .l-header .c-logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em;
  }
}

.l-header .c-logo a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0.73em 0;
  background-color: #fff;
}

.l-header .c-logo a img {
  max-width: 75.6%;
}

.l-header .g-nav {
  background-color: #2D334A;
  height: 5.3333em;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 991px) {
  .l-header .g-nav {
    height: 4em;
  }
}

.l-header .g-nav__list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.l-header .g-nav__list:first-of-type {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .l-header .g-nav__list {
    display: none;
  }
}

.l-header .g-nav__item a {
  color: #FFCA37;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  padding: 0 1.5em;
  font-weight: 600;
}

.l-header.is-fixed .g-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.under .l-header .g-nav {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* ==================================================
   Drawer
================================================== */
#hamburger {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5em;
  width: 3em;
  height: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}

@media screen and (min-width: 992px) {
  #hamburger {
    display: none !important;
  }
}

#hamburger span {
  width: 60%;
  height: 2px;
  background: #FFCA37;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#hamburger span:first-child {
  top: 30%;
}

#hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}

#hamburger span:nth-child(3) {
  bottom: 30%;
}

#hamburger b {
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "Averia Serif Libre" !important;
  font-weight: 400;
  color: #ffffff;
}

#overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #040404;
  z-index: 100;
  display: none;
}

#drawer-menu {
  width: 19em;
  overflow-y: scroll;
  background: rgb(227 226 229 / 91%);
  padding: 1.66em 1.2em;
  position: absolute;
  right: 0;
  top: 4em;
  z-index: 200;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}

#drawer-menu.open {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#drawer-menu .drawer-menu__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#drawer-menu .drawer-menu__nav li a {
  display: block;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  color: #000;
  padding: 1em;
}

#drawer-menu .drawer-menu__nav li:not(:last-child) {
  border-bottom: 1px solid #FFCA37;
}

#drawer-menu .drawer-menu__nav .child a {
  padding: 10px;
}

#drawer-menu #close {
  margin: 1em auto 0;
  min-height: auto;
  min-width: auto;
  width: 14em;
  font-size: 11px;
  font-size: 1.1rem;
}

/* 来場 / 出展に関するお問い合わせ
-------------------------------------------------- */
.header-fixed-btn {
  position: fixed;
  bottom: 3.66em;
  right: 7.33%;
  width: 20.53em;
  z-index: 99;
}

.header-fixed-btn .c-btn:nth-child(n+2) {
  margin: 0.66em 0 0;
}

@media screen and (max-width: 767px) {
  .header-fixed-btn {
    display: none;
  }
}

.yokohama .header-fixed-btn {
  position: fixed;
  bottom: 3.66em;
  right: 7.33%;
  width: 20.53em;
  z-index: 99;
}

.yokohama .header-fixed-btn .c-btn:nth-child(n+2) {
  margin: 0.66em 0 0;
}

@media screen and (max-width: 991px) {
  .yokohama .header-fixed-btn {
    display: block;
    width: 10em;
  }
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _footer.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Footer
================================================== */
.footer-cta {
  padding: 4em 0;
  background-color: #3D435A;
}

.footer-cta .c-btn-box .c-btn {
  -ms-flex-preferred-size: 22.8em;
      flex-basis: 22.8em;
}

@media screen and (max-width: 767px) {
  .footer-cta .c-btn-box .c-btn:nth-child(n+2) {
    margin: 1em 0 0;
  }
}

.l-footer {
  padding: 4.66em 0 1.33em;
  background-color: #EBEBEB;
}

.l-footer .inner {
  width: 100%;
  max-width: calc( 1502px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.l-footer .footer-box {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer .footer-box__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.5%;
          flex: 0 1 16.5%;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-box__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .l-footer .footer-box__item:nth-child(n+2) {
    margin-top: 4em;
  }
}

.l-footer .footer-box__item .c-logo {
  display: block;
  max-width: 16em;
  margin: 0 auto 2.466em;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-box__item .c-logo {
    max-width: 10em;
    margin-bottom: 1.5em;
  }
}

.l-footer .footer-box__item .footer-nav {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Kiwi Maru, serif !important;
  font-weight: 400;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-box__item .footer-nav {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.l-footer .footer-box__item .footer-nav__item {
  margin-bottom: 1em;
}

.l-footer .footer-box__item.portal {
  -ms-flex-preferred-size: 28.29%;
      flex-basis: 28.29%;
}

@media screen and (max-width: 767px) {
  .l-footer .footer-box__item.portal {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.l-footer .footer-box__item.portal .c-logo {
  position: relative;
  overflow: hidden;
}

.l-footer .footer-box__item.portal .c-logo:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

.l-footer .footer-box__item.portal .c-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-footer .footer-box__item.portal .footer-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 1em;
    grid-auto-flow: column;
  }
}

.l-footer .footer-box__item.box01 .c-logo, .l-footer .footer-box__item.box02 .c-logo, .l-footer .footer-box__item.box03 .c-logo {
  position: relative;
  overflow: hidden;
}

.l-footer .footer-box__item.box01 .c-logo:after, .l-footer .footer-box__item.box02 .c-logo:after, .l-footer .footer-box__item.box03 .c-logo:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

.l-footer .footer-box__item.box01 .c-logo img, .l-footer .footer-box__item.box02 .c-logo img, .l-footer .footer-box__item.box03 .c-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.l-footer .footer-sns {
  padding-top: 4em;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.l-footer .footer-sns__item {
  margin: 0 0.5em;
  width: 50px;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> layout -> _common.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Common Content
================================================== */
#contents {
  padding-top: 12em;
  padding-bottom: 4em;
}

@media screen and (max-width: 991px) {
  #contents {
    padding-top: 8em;
  }
}

.under #contents {
  padding-top: calc( 5.3333em + 4em);
}

@media screen and (max-width: 767px) {
  .under #contents {
    padding-top: 4em;
  }
}

.inner {
  width: 100%;
  max-width: calc( 1080px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.c-section {
  padding: 80px 0;
}

.c-section.pt0 {
  padding-top: 0;
}

@media screen and (max-width: 991px) {
  .c-section {
    padding: 40px 0;
  }
}

/* Background Flags
-------------------------------------------------- */
.bg-flag {
  position: relative;
  padding-top: 15em;
}

@media screen and (max-width: 1079px) {
  .bg-flag {
    padding-top: 16.66vw;
  }
}

@media screen and (max-width: 479px) {
  .bg-flag {
    padding-top: 28.33vw;
  }
}

.bg-flag .flag {
  position: absolute;
  display: block;
  width: 36em;
  height: 25.5em;
}

@media screen and (max-width: 1079px) {
  .bg-flag .flag {
    width: 40vw;
    height: 28.33vw;
  }
}

.bg-flag .flag.flag--right {
  top: 0;
  right: 0;
  background-image: url(../images/common/flag_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-flag .flag.flag--left {
  top: 0;
  left: 0;
  background-image: url(../images/common/flag_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

/* Component
-------------------------------------------------- */
/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _headline.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Headline Style
   ================================================== */
h1 {
  font-size: 3.2rem;
  margin-bottom: 0.95em;
}

h2 {
  font-size: 2.8rem;
  margin-bottom: 0.95em;
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 0.95em;
}

h4 {
  font-size: 2rem;
  margin-bottom: 0.95em;
}

h5 {
  font-size: 1.6rem;
  margin-bottom: 0.95em;
}

h6 {
  font-size: 1.2rem;
  margin-bottom: 0.95em;
}

.c-heading, .c-heading-1, .c-heading-2, .single-participation .entry-content h2, .post-single__main h2, .c-heading-3, .c-heading-4 {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.c-heading-1 {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: 'Lobster Two', 'Kaisei Tokumin', serif !important;
  font-weight: 600;
  text-align: center;
}

.no-link{
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .c-heading-1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 479px) {
  .c-heading-1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.c-heading-1 .c-heading__item {
  position: relative;
  display: inline-block;
  padding: 0.3em 2.52em 0.3em 2.78em;
}

@media screen and (max-width: 767px) {
  .c-heading-1 .c-heading__item {
    padding: 0.3em 1.2em 0.3em 2em;
  }
}

.c-heading-1 .c-heading__item .star {
  background-image: url(../images/common/icon_star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.c-heading-1 .c-heading__item .star:nth-of-type(1) {
  width: 1.6em;
  height: 1.6em;
  left: 0;
  top: 0;
}

.c-heading-1 .c-heading__item .star:nth-of-type(2) {
  width: 0.59em;
  height: 0.59em;
  right: 0.8em;
  bottom: 0;
}

.c-heading-1 .c-heading__item .star:nth-of-type(3) {
  width: 0.85em;
  height: 0.85em;
  right: 0;
  bottom: 0.3em;
}

.headingWidhOBJ{
  position: relative;
  display: inline-block;
  padding: 0.3em 3em 0.3em 3em;
}
.headingOBJ1_1 {
  /* news */
  background-image: url(../images/top_2025_icon1-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 2.5em;
  height: 2em;
  left: 0;
  top: 0;
}
.headingOBJ1_2 {
   /* news */
  background-image: url(../images/top_2025_icon1-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.9em;
  height: 1.6em;
  right: 0.9em;
  bottom: 0.1em;
}
.headingOBJ3_1 {
  /* 開催イベント紹介 */
    background-image: url(../images/top_2025_icon3-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  left: 1em;
  top: 0;
}
.headingOBJ3_2 {
   /* 開催イベント紹介 */
  background-image: url(../images/top_2025_icon3-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 2.1em;
  height: 2.1em;
  right: 0.8em;
  bottom: 0.1em;
}
.headingOBJ4_1 {
  /* ブースアルバム */
  background-image: url(../images/top_2025_icon4-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.3em;
  height: 1.5em;
  left: 1.5em;
  top: 0.3em;
}
.headingOBJ4_2 {
   /* ブースアルバム */
  background-image: url(../images/top_2025_icon4-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 2.1em;
  height: 2.1em;
  right: 0.8em;
  bottom: 0.1em;
}
.headingOBJ5_1 {
  /* ブースアルバム */
  background-image: url(../images/top_2025_icon5-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 2em;
  height: 2.3em;
  left: 0.8em;
  top: -0.3em;
}
.headingOBJ5_2 {
   /* ブースアルバム */
  background-image: url(../images/top_2025_icon5-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.9em;
  height: 1.7em;
  right: 0.7em;
  bottom: 0.1em;
}
.headingOBJ6_1 {
  /* Food */
  background-image: url(../images/top_2025_icon6-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.7em;
  height: 1.8em;
  left: 1.1em;
  top: 0em;
}
.headingOBJ6_2 {
   /* Food */
  background-image: url(../images/top_2025_icon6-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.9em;
  height: 1.7em;
  right: 0.7em;
  bottom: 0.1em;
}
.headingOBJ8_1 {
  /* SNS */
  background-image: url(../images/top_2025_icon8-1.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.7em;
  height: 1.8em;
  left: 1em;
  top: 0em;
}
.headingOBJ8_2 {
   /* SNS */
  background-image: url(../images/top_2025_icon8-2.gif);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  width: 1.1em;
  height: 1.3em;
  right: 1.5em;
  bottom: 0.5em;
}


.c-heading-1 + .c-lead {
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 45em;
  margin: 0 auto;
}

.c-heading-2, .single-participation .entry-content h2, .post-single__main h2 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  padding: 0 1.5em 0.5em;
  border-bottom: 1px solid #FFCA37;
}

@media screen and (max-width: 767px) {
  .c-heading-2, .single-participation .entry-content h2, .post-single__main h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.5em;
  }
}

.c-heading-2:before, .single-participation .entry-content h2:before, .post-single__main h2:before, .c-heading-2:after, .single-participation .entry-content h2:after, .post-single__main h2:after {
  content: '';
  position: absolute;
  bottom: -0.175em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background-color: #FFCA37;
}

.c-heading-2:before, .single-participation .entry-content h2:before, .post-single__main h2:before {
  left: 0;
}

.c-heading-2:after, .single-participation .entry-content h2:after, .post-single__main h2:after {
  right: 0;
}

.c-heading-3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: 'Lobster Two', 'Kaisei Tokumin', serif !important;
  font-weight: 600;
}

.c-heading-3 .c-heading__item {
  position: relative;
  display: inline-block;
  padding: 0 1.5em 0 0;
}

.c-heading-3 .c-heading__item .star {
  background-image: url(../images/common/icon_star.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}

.c-heading-3 .c-heading__item .star:nth-of-type(1) {
  width: 0.71em;
  height: 0.71em;
  right: 0.4em;
  top: 0;
}

.c-heading-3 .c-heading__item .star:nth-of-type(2) {
  width: 0.5em;
  height: 0.5em;
  right: 0;
  top: 0.5em;
}

.c-heading-4 {
  line-height: 1.3;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  text-align: center;
  color: #2D334A;
}

@media screen and (max-width: 767px) {
  .c-heading-4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _button.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
   Button Style
   ================================================== */
.c-btn-box {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-btn {
  outline: none;
  border: none;
  display: block;
  min-height: 50px;
  width: auto;
  min-width: 14.3em;
  text-align: center;
  background-color: #2D334A;
  padding: 4px;
  font-family: Kiwi Maru, serif !important;
  font-weight: 400;
  font-weight: 400;
}

.c-btn:nth-child(n+2) {
  margin-left: 2.66em;
}

.btn--more {
  background: linear-gradient(45deg, transparent 6px, #FFCA37 6px), linear-gradient(135deg, transparent 6px, #FFCA37 6px), linear-gradient(225deg, transparent 6px, #FFCA37 6px), linear-gradient(315deg, transparent 6px, #FFCA37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--more .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--more .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFCA37 4px), linear-gradient(135deg, transparent 3px, #FFCA37 4px), linear-gradient(225deg, transparent 3px, #FFCA37 4px), linear-gradient(315deg, transparent 3px, #FFCA37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.06em;
}

.btn--more .border .text else {
  letter-spacing: 0.03em;
}

.btn--more .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--cta {
  background: linear-gradient(45deg, transparent 6px, #FFCA37 6px), linear-gradient(135deg, transparent 6px, #FFCA37 6px), linear-gradient(225deg, transparent 6px, #FFCA37 6px), linear-gradient(315deg, transparent 6px, #FFCA37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--cta .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--cta .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFCA37 4px), linear-gradient(135deg, transparent 3px, #FFCA37 4px), linear-gradient(225deg, transparent 3px, #FFCA37 4px), linear-gradient(315deg, transparent 3px, #FFCA37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--cta .border .text else {
  letter-spacing: 0.03em;
}

.btn--cta .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--area {
  background: linear-gradient(45deg, transparent 6px, #FFCA37 6px), linear-gradient(135deg, transparent 6px, #FFCA37 6px), linear-gradient(225deg, transparent 6px, #FFCA37 6px), linear-gradient(315deg, transparent 6px, #FFCA37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--area .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--area .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFCA37 4px), linear-gradient(135deg, transparent 3px, #FFCA37 4px), linear-gradient(225deg, transparent 3px, #FFCA37 4px), linear-gradient(315deg, transparent 3px, #FFCA37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--area .border .text else {
  letter-spacing: 0.03em;
}

.btn--area .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--visitor {
  background: linear-gradient(45deg, transparent 6px, #FFCA37 6px), linear-gradient(135deg, transparent 6px, #FFCA37 6px), linear-gradient(225deg, transparent 6px, #FFCA37 6px), linear-gradient(315deg, transparent 6px, #FFCA37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--visitor .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--visitor .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFCA37 4px), linear-gradient(135deg, transparent 3px, #FFCA37 4px), linear-gradient(225deg, transparent 3px, #FFCA37 4px), linear-gradient(315deg, transparent 3px, #FFCA37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--visitor .border .text else {
  letter-spacing: 0.03em;
}

.btn--visitor .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--back {
  background: linear-gradient(45deg, transparent 6px, #FFCA37 6px), linear-gradient(135deg, transparent 6px, #FFCA37 6px), linear-gradient(225deg, transparent 6px, #FFCA37 6px), linear-gradient(315deg, transparent 6px, #FFCA37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--back .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--back .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFCA37 4px), linear-gradient(135deg, transparent 3px, #FFCA37 4px), linear-gradient(225deg, transparent 3px, #FFCA37 4px), linear-gradient(315deg, transparent 3px, #FFCA37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--back .border .text else {
  letter-spacing: 0.03em;
}

.btn--back .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--exhibitor {
  background: linear-gradient(45deg, transparent 6px, #FFAF37 6px), linear-gradient(135deg, transparent 6px, #FFAF37 6px), linear-gradient(225deg, transparent 6px, #FFAF37 6px), linear-gradient(315deg, transparent 6px, #FFAF37 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--exhibitor .border {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 4px, #272343 4px), linear-gradient(135deg, transparent 4px, #272343 4px), linear-gradient(225deg, transparent 4px, #272343 4px), linear-gradient(315deg, transparent 4px, #272343 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 1px;
}

.btn--exhibitor .border .text {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFAF37 4px), linear-gradient(135deg, transparent 3px, #FFAF37 4px), linear-gradient(225deg, transparent 3px, #FFAF37 4px), linear-gradient(315deg, transparent 3px, #FFAF37 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.btn--exhibitor .border .text else {
  letter-spacing: 0.03em;
}

.btn--exhibitor .border .text:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

.btn--yellow {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: 12px solid;
  -o-border-image: url(../images/common/btn_border_yellow.svg) round;
     border-image: url(../images/common/btn_border_yellow.svg) round;
  border-image-slice: 12 fill;
}

.btn--yellow:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #272343;
}

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> module -> _entry-content.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* ==================================================
  .entry-content
  ================================================== */
.entry-content {
  /* img */
  /* clearfix */
}

.entry-content p, .entry-content a {
  word-break: break-all;
}

.entry-content > *:nth-child(n+2) {
  margin-top: 2em;
}

.entry-content strong {
  font-weight: bold;
}

.entry-content em {
  font-style: italic;
}

.entry-content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.entry-content .aligncenter {
  display: block !important;
  margin: 0 auto !important;
}

.entry-content .alignright {
  float: right;
}

.entry-content .alignleft {
  float: left;
}

.entry-content img[class*="wp-image-"],
.entry-content img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.entry-content .clearfix {
  overflow: hidden;
  zoom: 1;
}

.entry-content .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.entry-content .wp-block-table table {
  width: 100%;
  font-size: 0.92em;
  border: 1px solid #efefef;
  margin-bottom: 1.5em;
}

.entry-content .wp-block-table table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content .wp-block-table table tr {
  border-bottom: 1px solid #efefef;
}

.entry-content .wp-block-table table td {
  padding: .8em;
  border: 1px solid #cfcfcf;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
}

.entry-content .wp-block-table table td input {
  margin: 3px 0;
}

.entry-content .wp-block-table table th {
  background-color: #eee;
  border: 1px solid #dedede;
  padding: .8em;
}

.entry-content ul:not([class]) li {
  position: relative;
  padding-left: 1.5em;
  margin: 1em 0;
}

.entry-content ul:not([class]) li:before {
  content: " ";
  width: 9px;
  height: 9px;
  background: #3E3E3E;
  -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
          box-shadow: 0 0 20px rgba(51, 51, 51, 0.15) inset;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: 2px;
  top: 0.5em;
}

.entry-content ul:not([class]) li ul li:before {
  width: 5px;
  height: 5px;
  top: 10px;
  border-radius: 0;
}

.entry-content ul:not([class]) li ul li ul li:before {
  width: 14px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2px;
  border-radius: 0;
}

.entry-content ol {
  counter-reset: number;
}

.entry-content ol:not([class]) > li {
  list-style: none;
  position: relative;
  padding-left: 2.2em;
  margin: 10px 0;
}

.entry-content ol:not([class]) > li:before {
  counter-increment: number;
  content: counter(number);
  background: #3E3E3E;
  -webkit-box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
          box-shadow: 0 0 5em rgba(51, 51, 51, 0.15) inset;
  color: #fff;
  width: 2em;
  height: 2em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  font-size: 0.9em;
  display: block;
  text-align: center;
  line-height: 2em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.3em;
}

.entry-content li ol:not([class]) li:before {
  background: #999;
  background: none;
  color: #555;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 0.9em;
  border-radius: 50%;
  top: 3px;
}

/* entry content */
.entry-content {
  padding: 0 0 1.5em;
  overflow: hidden;
}

#post-not-found .entry-content {
  overflow: inherit;
}

.entry-content blockquote {
  padding: 20px 3%;
  margin: 2.5em 0 3em;
  position: relative;
  opacity: .8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=90)";
  display: block;
  text-align: center;
  font-size: 1.3em;
  line-height: 1;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.entry-content blockquote:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/top/blockquote-start.svg") no-repeat left top;
  background-size: contain;
}

.entry-content blockquote:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: 0;
  background: url("../img/top/blockquote-end.svg") no-repeat left top;
  background-size: contain;
}

.entry-content blockquote h1,
.entry-content blockquote h2,
.entry-content blockquote h3,
.entry-content blockquote h4 {
  margin-top: 0 !important;
}

.entry-content dt {
  font-weight: bold;
  margin-bottom: 2%;
}

.entry-content dd {
  margin-left: 0;
  font-size: .95em;
  margin-bottom: 4%;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .blocks-gallery-item img {
  margin-bottom: 0;
}

.entry-content .size-auto, f .entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #666;
  background: rgba(0, 0, 0, 0.54);
  color: #f8f9fa;
  font-size: 0.88em;
  padding: 1.2em 1.7em;
  margin: 0.2em 0 2.2em;
  border-radius: 5px;
}

.entry-content .wp-block-image figcaption {
  display: block;
  width: 100%;
  margin-top: 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 1.25em;
  font-weight: 600;
}

.wp-caption {
  max-width: 100%;
  background: #fff;
  padding: 5px;
  margin-bottom: 1.8em;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.75em;
  margin: 4px 0;
  text-align: center;
}

iframe {
  max-width: 100%;
}

iframe.wp-embedded-content {
  width: 100%;
}

.entry-content h1:nth-child(n+2),
.entry-content h2:nth-child(n+2),
.entry-content h3:nth-child(n+2),
.entry-content h4:nth-child(n+2),
.entry-content h5:nth-child(n+2) {
  margin-top: 3em;
}

.entry-content h1 a,
.entry-content .h1 a,
.entry-content h2 a,
.entry-content .h2 a,
.entry-content h3 a,
.entry-content .h3 a,
.entry-content h4 a,
.entry-content .h4 a,
.entry-content h5 a,
.entry-content .h5 a {
  text-decoration: none;
}

.entry-content h1,
.entry-content .h1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.333em;
}

.entry-content h2,
.entry-content .h2 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-bottom: 0.375em;
}

.entry-content h3,
.entry-content .h3 {
  margin-bottom: 2em;
  font-size: 1.06666em;
  font-weight: bold;
}

.entry-content h4,
.entry-content .h4 {
  font-size: 1.2em;
  font-weight: 700;
}

.entry-content h5,
.entry-content .h5 {
  font-size: 1em;
  font-weight: 700;
  line-height: 2em;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wp-block-columns {
  margin-top: 3em;
}

/* ==================================================
   Fonts
================================================== */
@font-face {
  font-family: 'Lato Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Lato Regular"), url("../fonts/lato/Lato-Regular.woff") format("woff");
}

/* ==================================================
   Common
================================================== */
/* Table
-------------------------------------------------- */
.c-table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-table tr {
    display: block;
    width: 100%;
    border-bottom: 1px solid #FFCA37;
  }
}

.c-table th, .c-table td {
  padding: 1.8em 4em;
}

@media screen and (max-width: 767px) {
  .c-table th, .c-table td {
    padding: 1em 1em;
    display: block;
  }
}

.c-table th {
  width: 12.5em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .c-table th {
    width: 100%;
    padding-bottom: 0;
  }
}

.c-table td {
  color: #000;
}

.c-table tr:not(:last-child) th, .c-table tr:not(:last-child) td {
  border-bottom: 1px solid #FFCA37;
}

@media screen and (max-width: 767px) {
  .c-table tr:not(:last-child) th, .c-table tr:not(:last-child) td {
    border-bottom: none;
  }
}

/* Tab
-------------------------------------------------- */
.c-tab {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-tab__index, .c-tab__index:hover, .c-tab__index:visited {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.75em 0;
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.34;
  font-weight: 600;
  color: #FFCA37;
  background: linear-gradient(45deg, #2D334A 0.4em, #2D334A 0.4em), linear-gradient(135deg, transparent 0.4em, #2D334A 0.4em), linear-gradient(225deg, transparent 0.4em, #2D334A 0.4em), linear-gradient(315deg, #2D334A 0.4em, #2D334A 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-tab__index, .c-tab__index:hover, .c-tab__index:visited {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-tab__box {
  display: none;
  width: 100%;
  border: 10px solid;
  -o-border-image: url(../images/top/top_news_border.svg) 10 round;
     border-image: url(../images/top/top_news_border.svg) 10 round;
  padding: 5.26em 7.66em 4.6em;
}

.c-tab input[name*="tab_index"] {
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}

.c-tab input[name*="tab_index"]:not(:checked) + .c-tab__index {
  padding: 1px;
  color: #272343;
  opacity: 0.3;
}

.c-tab input[name*="tab_index"]:not(:checked) + .c-tab__index .border {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #CBCEDB 0.4em, #CBCEDB 0.4em), linear-gradient(135deg, transparent 0.4em, #CBCEDB 0.4em), linear-gradient(225deg, transparent 0.4em, #CBCEDB 0.4em), linear-gradient(315deg, #CBCEDB 0.4em, #CBCEDB 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.c-tab input[name*="tab_index"][data-index="1"]:checked ~ .c-tab__box[data-index="1"] {
  display: block;
}

.c-tab input[name*="tab_index"][data-index="2"]:checked ~ .c-tab__box[data-index="2"] {
  display: block;
}

.c-tab input[name*="tab_index"][data-index="3"]:checked ~ .c-tab__box[data-index="3"] {
  display: block;
}

.c-tab input[name*="tab_index"][data-index="4"]:checked ~ .c-tab__box[data-index="4"] {
  display: block;
}

/* 来場登録受付中バナー
-------------------------------------------------- */
.c-bnr-box.register {
  padding-top: 6.2em;
  text-align: center;
}

.c-bnr-box.register .c-bnr {
  display: inline-block;
}

.c-bnr-box.register .c-bnr .c-media {
  margin: 0;
}

/* ==================================================
   トップページ
================================================== */
.home #contents {
  padding-top: 0;
}

.l-mv {
  position: relative;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #3F4663;
  padding: 10em 2em 7.25em;
  height: 100vh;
  height: 100dvh;
}

@media screen and (max-width: 991px) {
  .l-mv {
    padding-top: 4em;
  }
}

@media screen and (max-width: 767px) {
  .l-mv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
}

.l-mv__box {
  display: block;
  margin: 0 1.866em;
  max-width: 33.3333%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-mv__box {
    max-width: 100%;
  }
  .l-mv__box:nth-child(n+2) {
    margin-top: 1em;
  }
}

.l-mv__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-mv__scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 6.25em;
  background-color: #2D334A;
}

/* About
-------------------------------------------------- */
.top-about__heading {
  text-align: center;
}

.top-about__heading img {
  max-width: 60vw;
}

.top-about__bg {
  padding-top: 20em;
  margin-top: -8em;
  background-image: url(../images/top/top_about_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 1040px;
}

@media screen and (max-width: 991px) {
  .top-about__bg {
    padding-top: 72vw;
    margin-top: -7.2vw;
    background-size: auto 84vw;
    min-height: 166vw;
  }
}

.top-about .circle1 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_1.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle2 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_2.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle3 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_3.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle4 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_4.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle5 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_5.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle6 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_6.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle7 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_7.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle8 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_8.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about .circle9 {
  display: block;
  min-height: 200px;
  min-width: 200px;
  width: 40vh;
  height: 40vh;
  background-image: url(../images/top/top_about_circle_9.png);
  background-size: cover;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
          animation: transform 50s ease-in-out infinite both alternate,
 movement 40s ease-in-out infinite both;
}

.top-about__text {
  margin: 0 0 0 auto;
  max-width: 700px;
  padding: 30px 0;
  border: 60px solid;
  -o-border-image: url(../images/top/top_about_text.png) 60 round;
     border-image: url(../images/top/top_about_text.png) 60 fill round;
}

.top-about__text .c-heading, .top-about__text .c-heading-1, .top-about__text .c-heading-2, .top-about__text .single-participation .entry-content h2, .single-participation .entry-content .top-about__text h2, .top-about__text .post-single__main h2, .post-single__main .top-about__text h2, .top-about__text .c-heading-3, .top-about__text .c-heading-4 {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  color: #2D334A;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-about__text .c-heading, .top-about__text .c-heading-1, .top-about__text .c-heading-2, .top-about__text .single-participation .entry-content h2, .single-participation .entry-content .top-about__text h2, .top-about__text .post-single__main h2, .post-single__main .top-about__text h2, .top-about__text .c-heading-3, .top-about__text .c-heading-4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@-webkit-keyframes transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@keyframes transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}

@-webkit-keyframes movement {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(20%) rotateY(10deg);
            transform: translateY(20%) rotateY(10deg);
  }
}

@keyframes movement {
  0%,
  100% {
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transform: translateY(20%) rotateY(10deg);
            transform: translateY(20%) rotateY(10deg);
  }
}

/* Movie
-------------------------------------------------- */
.top-movie{
  width: 100%;
  background-image:url(../images/top_2025_2_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 4em 0;
  margin: 4em auto 0 auto;
}
.top-movieInner {
    width: 100%;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.top-movieHead1 {
  width: calc(100% - 2em);
  max-width: 550px;
  margin: 0 auto 0.6em auto;
}

.top-movie__item {
  padding: 10px;
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
  flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
  justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
  align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.top-movie_objLeft{
  width: 15%;
  margin-top: 13%;
}
.top-movie_objRight{
  width: 15%;
  margin-top: 13%;
}
.top-movie__item video{
  width: 70%;
  position: relative;
  border: 10px solid #FFCA37;
}

.top-movie .c-iframe {
  width: 100%;
  position: relative;
  display: block;
}

.top-movie .c-iframe:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.top-movie .c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-movieP1 {
  margin-top: 3em;
  text-align: center;
  font-size: 0.9em;
  padding: 0 1em;
}

@media screen and (max-width: 767px) {
  .top-movie{
    background-image:url(../images/top_2025_2_bg_sp1.webp);
  }
  .top-movieP1 br {
    display: none;
  }

  .top-movie_objLeft{
    width: 10%;
    margin-top: 13%;
  }
  .top-movie_objRight{
    width: 10%;
    margin-top: 13%;
  }
  .top-movie__item video{
    width: 80%;
    border: 6px solid #FFCA37;
  }

}

/* Features
-------------------------------------------------- */
.top-features__list {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .top-features__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-features__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 27.33%;
          flex: 0 1 27.33%;
}

@media screen and (max-width: 767px) {
  .top-features__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .top-features__item:nth-child(n+2) {
    margin-top: 4em;
  }
}

.top-features__item .c-media {
  display: block;
}

.top-features__item .c-media img {
  border: 5px solid #BAE8E8;
  border-radius: 50%;
}

.top-features__item .c-text .c-heading, .top-features__item .c-text .c-heading-1, .top-features__item .c-text .c-heading-2, .top-features__item .c-text .single-participation .entry-content h2, .single-participation .entry-content .top-features__item .c-text h2, .top-features__item .c-text .post-single__main h2, .post-single__main .top-features__item .c-text h2, .top-features__item .c-text .c-heading-3, .top-features__item .c-text .c-heading-4 {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}

.top-features__item .c-btn-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3em;
}

.top-features__item .c-btn-box .c-btn:nth-child(n+2) {
  margin: 1em 0 0;
}

/* SNS
-------------------------------------------------- */
.top-sns__list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.top-sns__item {
  width: 4.25em;
  height: 4.25em;
  border-radius: 50%;
  background-color: #2D334A;
  margin: 0 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-sns__item {
    width: 3em;
    height: 3em;
  }
}

.top-sns__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Link
-------------------------------------------------- */
.top-link .inner {
  width: 100%;
  max-width: calc( 1520px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.top-link__list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .top-link__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-link__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2.6666em);
      flex-basis: calc( 33.3333% - 2.6666em);
}

@media screen and (max-width: 767px) {
  .top-link__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .top-link__item:nth-child(n+2) {
    margin-top: 2em;
  }
}

.top-link__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* News
-------------------------------------------------- */
.top-news__wrap {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-news__wrap input[name*="top-news-tab"] {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
}

.top-news__wrap input[name*="top-news-tab"] + label {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.75em 0;
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  cursor: pointer;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-news__wrap input[name*="top-news-tab"] + label {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.top-news__wrap input[name*="top-news-tab"] + label:before, .top-news__wrap input[name*="top-news-tab"] + label:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.top-news__wrap input[name*="top-news-tab"] + label:before {
  top: 0;
  right: 0;
  border-width: 0 0.4em 0.4em 0;
  border-color: transparent #fff transparent transparent;
}

.top-news__wrap input[name*="top-news-tab"] + label:after {
  top: 0;
  left: 0;
  border-width: 0.4em 0.4em 0 0;
  border-color: #fff transparent transparent transparent;
}

.top-news__wrap .top-news__box {
  display: none;
  width: 100%;
  border: 10px solid;
  -o-border-image: url(../images/top/top_news_border.svg) 10 round;
     border-image: url(../images/top/top_news_border.svg) 10 round;
  padding: 5.26em 7.66em 4.6em;
}

@media screen and (max-width: 767px) {
  .top-news__wrap .top-news__box {
    padding: 2em;
  }
}

.top-news__wrap .top-news__box .top-news__item {
  font-size: 16px;
  font-size: 1.6rem;
}

.top-news__wrap .top-news__box .top-news__item:not(:last-child) {
  border-bottom: 1px solid #77CBCB;
}

.top-news__wrap .top-news__box .top-news__item .c-link {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 2em 0;
}

@media screen and (max-width: 767px) {
  .top-news__wrap .top-news__box .top-news__item .c-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 1em;
  }
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .top-news__wrap .top-news__box .top-news__item .c-link .c-date {
    margin-bottom: 0.5em;
  }
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-cat-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6em;
          flex: 0 0 6em;
  margin: 0;
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-cat-box .c-cat {
  border: none;
  padding: 0.5em 2em;
  margin: 0 1em 0 0;
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-cat-box .c-cat.osaka {
  color: #2D334A;
  background-color: #FFAC41;
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-cat-box .c-cat.yokohama {
  color: #2D334A;
  background-color: #FFD6BB;
}

.top-news__wrap .top-news__box .top-news__item .c-link .c-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .top-news__wrap .top-news__box .top-news__item .c-link .c-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-news__wrap .top-news__box .top-news__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top-news__wrap .top-news__box .top-news__item:nth-child(n+2) .c-link {
    padding-top: 1em;
  }
}

.top-news__wrap .top-news__box .c-btn-box {
  margin-top: 3.6em;
}

.top-news__wrap #top-news-tab-all:checked ~ .top-news__box.all {
  display: block;
}

.top-news__wrap #top-news-tab-all + label {
  background-color: #1e1d21;
  color: #FFD803;
}
.topArchiveLeadText1{
  font-size: 0.9em;
  line-height: 1.8em;
  text-align: center;
  font-weight: normal;
  padding: 0 1em;
}
@media screen and (max-width: 499px) {
  .topArchiveLeadText1{
    font-size: 0.85em;
    text-align: left;
    
  }
}
/* topブースアルバム */
.top-boothalbum{
  width: 100%;
  background-color: #fff2d8;
  padding: 0 0 4em 0;
  margin: 2em auto 0 auto;
  background-image:url(../images/top_2025_obj4-3.gif);
  background-size: 200px;
  background-position: left 5% bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top-boothalbum{
    background-size: 29vw;
    background-position: left 0% bottom;
  }
}

/* topFOOD */
.top-food{
  width: 100%;
  background-color: #fff2d8;
  padding: 0 0 4em 0;
  margin: 2em auto 0 auto;
  background-image:url(../images/top_2025_obj6-3.gif);
  background-size: 200px;
  background-position: right 5% bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top-food{
    background-size: 29vw;
    background-position: right 0% bottom;
  }
}

 /* top開催イベント topプレゼント情報*/
@media screen and (max-width: 699px) {
.topSPMargin1{
  margin-top: 40px;
}
}
.topArchiveHeadBGDIV1_1{
  /* 開催イベント背景の鳥 */
  width: 100%;
  background-image:url(../images/top_2025_obj3-1.gif);
  background-size: 160px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 699px) {
  .topArchiveHeadBGDIV1_1{
    background-size: 20vw;
    padding-bottom: 10vw;
  }
}
.topArchiveHeadBGDIV2_1{
  /* ブースアルバム背景 */
  width: 100%;
  background-image:url(../images/top_2025_obj4-2.gif);
  background-size: 250px;
  background-position: right top 35%;
  background-repeat: no-repeat;
}
.topArchiveHeadBGDIV2_2{
  /* ブースアルバム背景 */
  width: 100%;
  background-image:url(../images/top_2025_obj4-1.gif);
  background-size: 250px;
  background-position: left top 35%;
  background-repeat: no-repeat;
  padding-top: 5em;
}
@media screen and (max-width: 999px) {
  .topArchiveHeadBGDIV2_1,.topArchiveHeadBGDIV2_2 {
    background-size: calc(50% - 200px);
  }
}
@media screen and (max-width: 699px) {
  .topArchiveHeadBGDIV2_1{
    background-size: 120px;
    background-position: right top 10%;
  }
   .topArchiveHeadBGDIV2_2{
    background-size: 120px;
    padding-top: 130px;
    background-position: left top 10%;
  }
}
.topArchiveHeadBGDIV3_1{
  /* プレゼント情報背景の栗 */
  width: 100%;
  background-image:url(../images/top_2025_obj5-1.gif);
  background-size: 160px;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media screen and (max-width: 899px) {
  .topArchiveHeadBGDIV3_1{
    background-size: 25vw;
    padding-bottom: 8vw;
  }
}
.topArchiveHeadBGDIV4_1{
  /* food背景 */
  width: 100%;
  background-image:url(../images/top_2025_obj6-2.gif);
  background-size: 330px;
  background-position: right bottom 30%;
  background-repeat: no-repeat;
}
.topArchiveHeadBGDIV4_2{
  /* food背景 */
  width: 100%;
  background-image:url(../images/top_2025_obj6-1.gif);
  background-size: 330px;
  background-position: left bottom 0%;
  background-repeat: no-repeat;
  padding-top: 5em;
}
@media screen and (max-width: 999px) {
  .topArchiveHeadBGDIV4_1,.topArchiveHeadBGDIV4_2 {
    background-size: calc(50% - 200px);
  }
}
@media screen and (max-width: 699px) {
  .topArchiveHeadBGDIV4_1{
            background-size: 34%;
        background-position: right bottom 67%;
    
  }
   .topArchiveHeadBGDIV4_2{
           background-size: 33%;
        background-position: left bottom 62%;
   
  }
}













/* ==================================================
   出展をお考えの方へ
================================================== */
.exhibitor-about .inner {
  width: 100%;
  max-width: calc( 1320px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.exhibitor-about__copy {
  font-size: min(3.75vw, 4rem);
  line-height: 1.3;
  margin: 4em 0;
  color: #2d958b;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__copy {
    font-size: min(7vw, 3.6rem);
  }
}

@media screen and (max-width: 767px) {
  .exhibitor-about__copy .c-heading__item {
    padding-left: 1.2em;
  }
}

.exhibitor-about__list {
  margin-top: 8em;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__list {
    margin-top: 4em;
  }
}

.exhibitor-about__item {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.exhibitor-about__item:nth-child(n+2) {
  margin-top: 8em;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__item:nth-child(n+2) {
    margin-top: 4em;
  }
}

.exhibitor-about__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.exhibitor-about__item .c-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.45%;
          flex: 0 0 45.45%;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__item .c-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.exhibitor-about__item .c-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.45%;
          flex: 0 0 45.45%;
}

@media screen and (max-width: 767px) {
  .exhibitor-about__item .c-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.exhibitor-venue .c-lead {
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .exhibitor-venue .c-lead br {
    display: none;
  }
}

.exhibitor-venue .inner {
  width: 100%;
  max-width: calc( 1520px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.exhibitor-venue__list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 4.6666em;
}

@media screen and (max-width: 767px) {
  .exhibitor-venue__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.exhibitor-venue__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2.6666em);
      flex-basis: calc( 33.3333% - 2.6666em);
  padding: 0 0 3em;
  border: 30px solid;
}

@media screen and (min-width: 768px) {
  .exhibitor-venue__item:not(:nth-child(3n)) {
    margin-right: 3.99em;
  }
}

@media screen and (max-width: 767px) {
  .exhibitor-venue__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .exhibitor-venue__item:nth-child(n+2) {
    margin-top: 2em;
  }
}

.exhibitor-venue__item.saitama {
  -o-border-image: url(../images/exhibitor/exhibitor_venue_border_saitama.png) 30 round;
     border-image: url(../images/exhibitor/exhibitor_venue_border_saitama.png) 30 fill round;
}

.exhibitor-venue__item.yokohama {
  -o-border-image: url(../images/exhibitor/exhibitor_venue_border_yokohama.png) 30 round;
     border-image: url(../images/exhibitor/exhibitor_venue_border_yokohama.png) 30 fill round;
}

.exhibitor-venue__item.osaka {
  -o-border-image: url(../images/exhibitor/exhibitor_venue_border_osaka.png) 30 round;
     border-image: url(../images/exhibitor/exhibitor_venue_border_osaka.png) 30 fill round;
}

.exhibitor-venue__item .c-logo {
  position: relative;
  overflow: hidden;
}

.exhibitor-venue__item .c-logo:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

.exhibitor-venue__item .c-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.exhibitor-venue__item .c-date img {
  width: 100%;
  vertical-align: top;
}

.exhibitor-venue__item .c-text {
  margin-top: 2.4em;
}

.exhibitor-venue__item .c-btn-box {
  margin-top: 2em;
}

.exhibitor-venue__item .c-btn-box .c-btn {
  width: 100%;
}

.exhibitor-venue__item .c-btn-box .c-btn:nth-child(n+2) {
  margin: 0.5em 0 0;
}

.exhibitor-target__item {
  position: relative;
}

.exhibitor-target__item:nth-child(n+2) {
  margin-top: 4em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item {
    padding-top: 30vw;
  }
}

.exhibitor-target__item .c-media {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22em;
  height: 22em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-media {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40vw;
    height: 40vw;
  }
}

.exhibitor-target__item .c-text {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: calc( 100% - 11em + 30px);
  border: 30px solid;
  margin-left: auto;
  padding: calc( 2.6em - 30px) calc( 6em - 30px) calc( 2.6em - 30px) calc( 8em - 30px);
  -o-border-image: url(../images/common/border_1.png) 30 round;
     border-image: url(../images/common/border_1.png) 30 fill round;
  min-height: 22em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-text {
    max-width: 100%;
    padding: 8vw 1em 1em;
  }
}

.exhibitor-target__item .c-text__top {
  border-bottom: 1px solid #FFCA37;
  padding-left: 10em;
  padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-text__top {
    padding-left: 0;
  }
}

.exhibitor-target__item .c-text .c-heading, .exhibitor-target__item .c-text .c-heading-1, .exhibitor-target__item .c-text .c-heading-2, .exhibitor-target__item .c-text .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-target__item .c-text h2, .exhibitor-target__item .c-text .post-single__main h2, .post-single__main .exhibitor-target__item .c-text h2, .exhibitor-target__item .c-text .c-heading-3, .exhibitor-target__item .c-text .c-heading-4 {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-text .c-heading, .exhibitor-target__item .c-text .c-heading-1, .exhibitor-target__item .c-text .c-heading-2, .exhibitor-target__item .c-text .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-target__item .c-text h2, .exhibitor-target__item .c-text .post-single__main h2, .post-single__main .exhibitor-target__item .c-text h2, .exhibitor-target__item .c-text .c-heading-3, .exhibitor-target__item .c-text .c-heading-4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .exhibitor-target__item .c-text .c-heading br, .exhibitor-target__item .c-text .c-heading-1 br, .exhibitor-target__item .c-text .c-heading-2 br, .exhibitor-target__item .c-text .single-participation .entry-content h2 br, .single-participation .entry-content .exhibitor-target__item .c-text h2 br, .exhibitor-target__item .c-text .post-single__main h2 br, .post-single__main .exhibitor-target__item .c-text h2 br, .exhibitor-target__item .c-text .c-heading-3 br, .exhibitor-target__item .c-text .c-heading-4 br {
    display: none;
  }
}

.exhibitor-target__item .c-text .service__list {
  padding-left: 10em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-text .service__list {
    padding-left: 0;
  }
}

.exhibitor-target__item .c-text .service__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .exhibitor-target__item .c-text .service__title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

.exhibitor-target__item .c-text .service__content ul {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.5em;
}

@media screen and (min-width: 768px) {
  .exhibitor-target__item .c-text .service__content ul {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(4, auto);
    grid-auto-flow: column;
  }
}

.exhibitor-target__item .c-text .service__content ul li {
  list-style-type: disc;
}

.exhibitor-target__item .c-text .service__content .etc {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}

.exhibitor-eventdata .inner {
  width: 100%;
  max-width: calc( 1458px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.exhibitor-eventdata .c-lead {
  text-align: center;
}

.exhibitor-eventdata__list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 4.6666em;
}

@media screen and (max-width: 767px) {
  .exhibitor-eventdata__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.exhibitor-eventdata__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .exhibitor-eventdata__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .exhibitor-eventdata__item:nth-child(n+2) {
    margin-top: 4em;
  }
  .exhibitor-eventdata__item:nth-child(-n+2) .c-heading, .exhibitor-eventdata__item:nth-child(-n+2) .c-heading-1, .exhibitor-eventdata__item:nth-child(-n+2) .c-heading-2, .exhibitor-eventdata__item:nth-child(-n+2) .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-eventdata__item:nth-child(-n+2) h2, .exhibitor-eventdata__item:nth-child(-n+2) .post-single__main h2, .post-single__main .exhibitor-eventdata__item:nth-child(-n+2) h2, .exhibitor-eventdata__item:nth-child(-n+2) .c-heading-3, .exhibitor-eventdata__item:nth-child(-n+2) .c-heading-4 {
    margin-bottom: 0;
  }
}

.exhibitor-eventdata__item .c-heading, .exhibitor-eventdata__item .c-heading-1, .exhibitor-eventdata__item .c-heading-2, .exhibitor-eventdata__item .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-eventdata__item h2, .exhibitor-eventdata__item .post-single__main h2, .post-single__main .exhibitor-eventdata__item h2, .exhibitor-eventdata__item .c-heading-3, .exhibitor-eventdata__item .c-heading-4 {
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .exhibitor-eventdata__item .c-heading, .exhibitor-eventdata__item .c-heading-1, .exhibitor-eventdata__item .c-heading-2, .exhibitor-eventdata__item .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-eventdata__item h2, .exhibitor-eventdata__item .post-single__main h2, .post-single__main .exhibitor-eventdata__item h2, .exhibitor-eventdata__item .c-heading-3, .exhibitor-eventdata__item .c-heading-4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.exhibitor-eventdata__item .c-media {
  margin: 0;
}

.exhibitor-voice .c-lead {
  text-align: center;
}

.exhibitor-voice__list {
  margin-top: 4.6666em;
}

.exhibitor-voice__item {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .exhibitor-voice__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.exhibitor-voice__item:nth-child(n+2) {
  margin-top: 4em;
}

.exhibitor-voice__item .c-media {
  -ms-flex-preferred-size: 7.33em;
      flex-basis: 7.33em;
}

@media screen and (max-width: 767px) {
  .exhibitor-voice__item .c-media {
    margin: 0 auto 1em;
  }
}

.exhibitor-voice__item .c-text {
  max-width: calc( 100% - 10.33em);
  border: 30px solid;
  margin-left: auto;
  padding: calc( 2.8em - 30px) calc( 6em - 30px);
  -o-border-image: url(../images/common/border_1.png) 30 round;
     border-image: url(../images/common/border_1.png) 30 fill round;
}

@media screen and (max-width: 767px) {
  .exhibitor-voice__item .c-text {
    padding: 1em;
    max-width: 100%;
  }
}

.exhibitor-voice__item .c-text .c-heading, .exhibitor-voice__item .c-text .c-heading-1, .exhibitor-voice__item .c-text .c-heading-2, .exhibitor-voice__item .c-text .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-voice__item .c-text h2, .exhibitor-voice__item .c-text .post-single__main h2, .post-single__main .exhibitor-voice__item .c-text h2, .exhibitor-voice__item .c-text .c-heading-3, .exhibitor-voice__item .c-text .c-heading-4 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2em;
}

.exhibitor-voice__item .c-text .c-desc {
  margin-bottom: 2em;
}

.exhibitor-voice__item .c-text .name {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right;
}

.exhibitor-promotion .inner {
  width: 100%;
  max-width: calc( 1325px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .exhibitor-promotion .c-heading-1 br {
    display: none;
  }
}

.exhibitor-promotion__list {
  padding-top: 4em;
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .exhibitor-promotion__list {
    max-width: 26em;
    margin: 0 auto;
  }
}

.exhibitor-promotion__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2.6666em);
      flex-basis: calc( 33.3333% - 2.6666em);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .exhibitor-promotion__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.exhibitor-promotion__item .c-heading, .exhibitor-promotion__item .c-heading-1, .exhibitor-promotion__item .c-heading-2, .exhibitor-promotion__item .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-promotion__item h2, .exhibitor-promotion__item .post-single__main h2, .post-single__main .exhibitor-promotion__item h2, .exhibitor-promotion__item .c-heading-3, .exhibitor-promotion__item .c-heading-4 {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  padding: 0 1.5em 0.5em;
  border-bottom: 1px solid #2D334A;
}

.exhibitor-promotion__item .c-heading:before, .exhibitor-promotion__item .c-heading-1:before, .exhibitor-promotion__item .c-heading-2:before, .exhibitor-promotion__item .single-participation .entry-content h2:before, .single-participation .entry-content .exhibitor-promotion__item h2:before, .exhibitor-promotion__item .post-single__main h2:before, .post-single__main .exhibitor-promotion__item h2:before, .exhibitor-promotion__item .c-heading-3:before, .exhibitor-promotion__item .c-heading-4:before, .exhibitor-promotion__item .c-heading:after, .exhibitor-promotion__item .c-heading-1:after, .exhibitor-promotion__item .c-heading-2:after, .exhibitor-promotion__item .single-participation .entry-content h2:after, .single-participation .entry-content .exhibitor-promotion__item h2:after, .exhibitor-promotion__item .post-single__main h2:after, .post-single__main .exhibitor-promotion__item h2:after, .exhibitor-promotion__item .c-heading-3:after, .exhibitor-promotion__item .c-heading-4:after {
  content: '';
  position: absolute;
  bottom: calc( -0.2em - 0.5px);
  border-style: solid;
}

.exhibitor-promotion__item .c-heading:before, .exhibitor-promotion__item .c-heading-1:before, .exhibitor-promotion__item .c-heading-2:before, .exhibitor-promotion__item .single-participation .entry-content h2:before, .single-participation .entry-content .exhibitor-promotion__item h2:before, .exhibitor-promotion__item .post-single__main h2:before, .post-single__main .exhibitor-promotion__item h2:before, .exhibitor-promotion__item .c-heading-3:before, .exhibitor-promotion__item .c-heading-4:before {
  left: 0;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #2D334A;
}

.exhibitor-promotion__item .c-heading:after, .exhibitor-promotion__item .c-heading-1:after, .exhibitor-promotion__item .c-heading-2:after, .exhibitor-promotion__item .single-participation .entry-content h2:after, .single-participation .entry-content .exhibitor-promotion__item h2:after, .exhibitor-promotion__item .post-single__main h2:after, .post-single__main .exhibitor-promotion__item h2:after, .exhibitor-promotion__item .c-heading-3:after, .exhibitor-promotion__item .c-heading-4:after {
  right: 0;
  border-width: 0.2em 0.4em 0.2em 0;
  border-color: transparent #2D334A transparent transparent;
}

.exhibitor-promotion__item:nth-child(n+4) {
  margin-top: 8em;
}

@media screen and (max-width: 767px) {
  .exhibitor-promotion__item:nth-child(n+2) {
    margin-top: 4em;
  }
}

.exhibitor-promotion__item:nth-child(even) .c-heading, .exhibitor-promotion__item:nth-child(even) .c-heading-1, .exhibitor-promotion__item:nth-child(even) .c-heading-2, .exhibitor-promotion__item:nth-child(even) .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-promotion__item:nth-child(even) h2, .exhibitor-promotion__item:nth-child(even) .post-single__main h2, .post-single__main .exhibitor-promotion__item:nth-child(even) h2, .exhibitor-promotion__item:nth-child(even) .c-heading-3, .exhibitor-promotion__item:nth-child(even) .c-heading-4 {
  border-bottom-color: #FFCA37;
}

.exhibitor-promotion__item:nth-child(even) .c-heading:before, .exhibitor-promotion__item:nth-child(even) .c-heading-1:before, .exhibitor-promotion__item:nth-child(even) .c-heading-2:before, .exhibitor-promotion__item:nth-child(even) .single-participation .entry-content h2:before, .single-participation .entry-content .exhibitor-promotion__item:nth-child(even) h2:before, .exhibitor-promotion__item:nth-child(even) .post-single__main h2:before, .post-single__main .exhibitor-promotion__item:nth-child(even) h2:before, .exhibitor-promotion__item:nth-child(even) .c-heading-3:before, .exhibitor-promotion__item:nth-child(even) .c-heading-4:before {
  border-left-color: #FFCA37;
}

.exhibitor-promotion__item:nth-child(even) .c-heading:after, .exhibitor-promotion__item:nth-child(even) .c-heading-1:after, .exhibitor-promotion__item:nth-child(even) .c-heading-2:after, .exhibitor-promotion__item:nth-child(even) .single-participation .entry-content h2:after, .single-participation .entry-content .exhibitor-promotion__item:nth-child(even) h2:after, .exhibitor-promotion__item:nth-child(even) .post-single__main h2:after, .post-single__main .exhibitor-promotion__item:nth-child(even) h2:after, .exhibitor-promotion__item:nth-child(even) .c-heading-3:after, .exhibitor-promotion__item:nth-child(even) .c-heading-4:after {
  border-right-color: #FFCA37;
}

.exhibitor-schedule .c-tab__container {
  visibility: hidden;
  height: 0;
  width: 100%;
}

.exhibitor-schedule .c-tab__index[for="schedule-tab-yokohama"] {
  color: #2D334A;
  background: linear-gradient(45deg, #FFD6BB 0.4em, #FFD6BB 0.4em), linear-gradient(135deg, transparent 0.4em, #FFD6BB 0.4em), linear-gradient(225deg, transparent 0.4em, #FFD6BB 0.4em), linear-gradient(315deg, #FFD6BB 0.4em, #FFD6BB 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.exhibitor-schedule .c-tab__index[for="schedule-tab-osaka"] {
  color: #2D334A;
  background: linear-gradient(45deg, #FFAC41 0.4em, #FFAC41 0.4em), linear-gradient(135deg, transparent 0.4em, #FFAC41 0.4em), linear-gradient(225deg, transparent 0.4em, #FFAC41 0.4em), linear-gradient(315deg, #FFAC41 0.4em, #FFAC41 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.exhibitor-schedule .c-tab__index[for="schedule-tab-saitama"] {
  color: #2D334A;
  background: linear-gradient(45deg, #BAE8E8 0.4em, #BAE8E8 0.4em), linear-gradient(135deg, transparent 0.4em, #BAE8E8 0.4em), linear-gradient(225deg, transparent 0.4em, #BAE8E8 0.4em), linear-gradient(315deg, #BAE8E8 0.4em, #BAE8E8 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.exhibitor-schedule .c-tab__index .border {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: none !important;
}

.exhibitor-schedule .c-tab__box {
  display: block;
  padding: 5.3333em;
}

@media screen and (max-width: 767px) {
  .exhibitor-schedule .c-tab__box {
    padding: 1em;
  }
}

.exhibitor-schedule .c-tab__box.yokohama {
  -o-border-image: url(../images/top/top_news_border_yokohama.svg) 10 round;
     border-image: url(../images/top/top_news_border_yokohama.svg) 10 round;
  background-color: #FFF8F3;
}

.exhibitor-schedule .c-tab__box.saitama {
  -o-border-image: url(../images/top/top_news_border_saitama.svg) 10 round;
     border-image: url(../images/top/top_news_border_saitama.svg) 10 round;
}

.exhibitor-schedule .c-tab__box.osaka {
  -o-border-image: url(../images/top/top_news_border_osaka.svg) 10 round;
     border-image: url(../images/top/top_news_border_osaka.svg) 10 round;
  background-color: #FFF8F3;
}

.exhibitor-schedule input[name*="tab_index"][data-index="1"]:checked ~ .c-tab__container[data-index="1"] {
  visibility: visible;
  height: auto;
}

.exhibitor-schedule input[name*="tab_index"][data-index="2"]:checked ~ .c-tab__container[data-index="2"] {
  visibility: visible;
  height: auto;
}

.exhibitor-schedule input[name*="tab_index"][data-index="3"]:checked ~ .c-tab__container[data-index="3"] {
  visibility: visible;
  height: auto;
}

.exhibitor-schedule__list {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3.2em 0;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .exhibitor-schedule__list {
    font-size: min(3.75vw, 2rem);
  }
}

.exhibitor-schedule__list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 20.4em;
  width: 3px;
  height: 100%;
  background-color: #498286;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .exhibitor-schedule__list:after {
    left: 7em;
    width: 2px;
  }
}

.exhibitor-schedule__title {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12em;
          flex: 0 0 12em;
  font-size: min(3.75vw, 2.8rem);
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  font-weight: 600;
  padding-right: 4em;
}

@media screen and (max-width: 991px) {
  .exhibitor-schedule__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8em;
            flex: 0 0 8em;
    font-size: min(3.75vw, 2rem);
    padding-right: 2em;
  }
}

@media screen and (min-width: 992px) {
  .exhibitor-schedule__title br {
    display: none;
  }
}

.exhibitor-schedule__title:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(11deg);
          transform: translateY(-50%) rotate(11deg);
  right: 0;
  content: '';
  background-image: url(../images/common/icon_star.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2em;
  height: 2em;
}

.exhibitor-schedule__title:nth-child(n+3) {
  margin-top: 3em;
}

.exhibitor-schedule__title .period {
  font-size: 0.78em;
  padding-left: 1em;
}

@media screen and (max-width: 991px) {
  .exhibitor-schedule__title .period {
    display: block;
    padding-left: 0;
  }
}

.exhibitor-schedule__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc( 100% - 14em);
          flex: 1 0 calc( 100% - 14em);
  padding-left: 2em;
  font-size: min(3.75vw, 2.8rem);
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
}

@media screen and (max-width: 991px) {
  .exhibitor-schedule__content {
    font-size: min(3.75vw, 2rem);
    padding-left: 1em;
  }
}

.exhibitor-schedule__content:nth-child(n+3) {
  margin-top: 3.5em;
}

.exhibitor-schedule__content .deadline {
  font-size: 0.83em;
  display: block;
  color: #A43131;
}

.exhibitor-attention__list {
  max-width: 1002px;
  border: 44px solid;
  margin: 0 auto;
  padding: calc( 3.2em - 44px) calc( 5em - 44px);
  -o-border-image: url(../images/common/border_2.png) 44 round;
     border-image: url(../images/common/border_2.png) 44 fill round;
}

@media screen and (max-width: 767px) {
  .exhibitor-attention__list {
    padding: 0;
  }
}

.exhibitor-attention__item {
  counter-increment: number;
}

.exhibitor-attention__item .c-heading, .exhibitor-attention__item .c-heading-1, .exhibitor-attention__item .c-heading-2, .exhibitor-attention__item .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-attention__item h2, .exhibitor-attention__item .post-single__main h2, .post-single__main .exhibitor-attention__item h2, .exhibitor-attention__item .c-heading-3, .exhibitor-attention__item .c-heading-4 {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 600;
  padding: 0 0 0.5em 3em;
  border-bottom: 1px solid #FFCA37;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .exhibitor-attention__item .c-heading, .exhibitor-attention__item .c-heading-1, .exhibitor-attention__item .c-heading-2, .exhibitor-attention__item .single-participation .entry-content h2, .single-participation .entry-content .exhibitor-attention__item h2, .exhibitor-attention__item .post-single__main h2, .post-single__main .exhibitor-attention__item h2, .exhibitor-attention__item .c-heading-3, .exhibitor-attention__item .c-heading-4 {
    padding-left: 1.5em;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.exhibitor-attention__item .c-heading:before, .exhibitor-attention__item .c-heading-1:before, .exhibitor-attention__item .c-heading-2:before, .exhibitor-attention__item .single-participation .entry-content h2:before, .single-participation .entry-content .exhibitor-attention__item h2:before, .exhibitor-attention__item .post-single__main h2:before, .post-single__main .exhibitor-attention__item h2:before, .exhibitor-attention__item .c-heading-3:before, .exhibitor-attention__item .c-heading-4:before {
  content: counter(number);
  position: absolute;
  font-size: 1.27em;
  bottom: 0.2em;
  left: 1em;
}

@media screen and (max-width: 767px) {
  .exhibitor-attention__item .c-heading:before, .exhibitor-attention__item .c-heading-1:before, .exhibitor-attention__item .c-heading-2:before, .exhibitor-attention__item .single-participation .entry-content h2:before, .single-participation .entry-content .exhibitor-attention__item h2:before, .exhibitor-attention__item .post-single__main h2:before, .post-single__main .exhibitor-attention__item h2:before, .exhibitor-attention__item .c-heading-3:before, .exhibitor-attention__item .c-heading-4:before {
    left: 0;
    top: calc( 50% - 0.2em);
    bottom: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.exhibitor-attention__item .c-desc em {
  font-style: normal;
  color: #A43131;
}

.exhibitor-attention__item:nth-child(n+2) {
  margin-top: 3em;
}

.exhibitor-cta .c-lead {
  text-align: center;
  font-weight: 600;
  margin: 6em 0 2em;
}

.exhibitor-cta .c-btn-box .c-btn {
  width: 100%;
  max-width: 22.8em;
}

/* ==================================================
   会場案内
================================================== */
.visitor-info-about .inner {
  width: 100%;
  max-width: calc( 1320px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.visitor-info-about__list {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.visitor-info-about__title {
  width: 100%;
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 4em 0 1.5em;
  color: #498286;
}

.visitor-info-about__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 25% - 1.75em);
          flex: 0 0 calc( 25% - 1.75em);
}

@media screen and (max-width: 767px) {
  .visitor-info-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  .visitor-info-about__item:nth-of-type(n+2) {
    margin-top: 2em;
  }
}

.visitor-info-about__item .c-media {
  margin-bottom: 2em;
}

.visitor-info-about__item .c-text {
  text-align: center;
}

.visitor-info-about__item .c-text .c-heading, .visitor-info-about__item .c-text .c-heading-1, .visitor-info-about__item .c-text .c-heading-2, .visitor-info-about__item .c-text .single-participation .entry-content h2, .single-participation .entry-content .visitor-info-about__item .c-text h2, .visitor-info-about__item .c-text .post-single__main h2, .post-single__main .visitor-info-about__item .c-text h2, .visitor-info-about__item .c-text .c-heading-3, .visitor-info-about__item .c-text .c-heading-4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 0.5em;
}

.visitor-info-about__item .c-text .c-desc {
  font-size: 14px;
  font-size: 1.4rem;
}

.visitor-info-outline__table .c-table th {
  color: #498286;
  text-align: left;
  width: 17em;
}

@media screen and (max-width: 767px) {
  .visitor-info-outline__table .c-table th {
    width: 100%;
  }
}

.visitor-info-venue__wrap {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .visitor-info-venue__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.visitor-info-venue__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.55%;
          flex: 0 0 55.55%;
  padding: 10px;
  background-color: #FFD6BB;
}

@media screen and (max-width: 767px) {
  .visitor-info-venue__map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 2em;
  }
}

.visitor-info-venue__map .c-iframe {
  width: 100%;
  position: relative;
  display: block;
}

.visitor-info-venue__map .c-iframe:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.visitor-info-venue__map .c-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visitor-info-venue__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 100% - 66.55%);
          flex: 0 0 calc( 100% - 66.55%);
}

@media screen and (max-width: 767px) {
  .visitor-info-venue__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.visitor-info-venue__text .c-list-1 {
  /*margin-top: 4em;*/
}

.visitor-info-access__item:nth-child(n+2) {
  margin-top: 3em;
}

.visitor-info-access__item .c-heading, .visitor-info-access__item .c-heading-1, .visitor-info-access__item .c-heading-2, .visitor-info-access__item .single-participation .entry-content h2, .single-participation .entry-content .visitor-info-access__item h2, .visitor-info-access__item .post-single__main h2, .post-single__main .visitor-info-access__item h2, .visitor-info-access__item .c-heading-3, .visitor-info-access__item .c-heading-4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  line-height: 1.3;
  font-weight: 600;
  padding: 0 0 0.8em 1em;
  border-bottom: 1px solid #FFCA37;
  margin-bottom: 1.2em;
  color: #498286;
}

@media screen and (max-width: 767px) {
  .visitor-info-access__item .c-heading, .visitor-info-access__item .c-heading-1, .visitor-info-access__item .c-heading-2, .visitor-info-access__item .single-participation .entry-content h2, .single-participation .entry-content .visitor-info-access__item h2, .visitor-info-access__item .post-single__main h2, .post-single__main .visitor-info-access__item h2, .visitor-info-access__item .c-heading-3, .visitor-info-access__item .c-heading-4 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0 0 0.8em;
  }
}

.visitor-info-access__item .c-desc {
  padding: 0 4em;
}

@media screen and (max-width: 767px) {
  .visitor-info-access__item .c-desc {
    padding: 0;
  }
}

.visitor-info-access__item .c-desc a {
  text-decoration: underline;
}

.visitor-info-parking .c-desc a {
  text-decoration: underline;
}

/* ==================================================
   運営会社について
================================================== */
.company-info .c-table td dl {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company-info .c-table td dl dt {
  -ms-flex-preferred-size: 9em;
      flex-basis: 9em;
  position: relative;
}

.company-info .c-table td dl dt:after {
  content: '：';
  position: absolute;
  right: 0;
  top: 0;
}

.company-info .c-table td dl dd {
  -ms-flex-preferred-size: calc( 100% - 10em);
      flex-basis: calc( 100% - 10em);
}

.company-info .c-bnr-box {
  padding-top: 6.2em;
  text-align: center;
}

.company-info .c-bnr-box .c-bnr {
  display: inline-block;
}

/* ==================================================
   お問い合わせ
================================================== */
.contact-form__wrap {
  padding-top: 5.53em;
}

.contact-form__wrap .c-tab__index {
  padding: 1em 0;
}

.contact-form__wrap .c-tab__index.visitor {
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap .c-tab__index.visitor {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.contact-form__wrap .c-tab__index.exhibitor {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap .c-tab__index.exhibitor {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.contact-form__wrap .c-tab__index:not(.current) {
  padding: 1px;
  color: #2D334A;
}

.contact-form__wrap .c-tab__index:not(.current) .border {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #CBCEDB 0.4em, #CBCEDB 0.4em), linear-gradient(135deg, transparent 0.4em, #CBCEDB 0.4em), linear-gradient(225deg, transparent 0.4em, #CBCEDB 0.4em), linear-gradient(315deg, #CBCEDB 0.4em, #CBCEDB 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.contact-form__wrap .c-tab__box {
  display: block;
}

@media screen and (max-width: 767px) {
  .contact-form__wrap .c-tab__box {
    padding: 2em;
  }
}

.contact-form__wrap .c-tab__box .c-bnr-box {
  text-align: center;
  margin-bottom: 4.66em;
}

.contact-form.thanks .c-btn-box {
  margin-top: 3.6em;
}

.contact-form__input {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .contact-form__input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.contact-form__input dt:nth-child(n+3), .contact-form__input dd:nth-child(n+3) {
  margin-top: 2.33em;
}

.contact-form__input dt {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: 16em;
      flex-basis: 16em;
  position: relative;
  margin-right: 2em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .contact-form__input dt {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.contact-form__input dt .required {
  font-size: 11px;
  font-size: 1.1rem;
  border-radius: 2px;
  background-color: #272343;
  color: #fff;
  text-align: center;
  width: 5em;
  line-height: 2;
}

.contact-form__input dd {
  -ms-flex-preferred-size: calc( 100% - 18em);
      flex-basis: calc( 100% - 18em);
}

@media screen and (max-width: 767px) {
  .contact-form__input dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 1em;
  }
}

.contact-form__input dd input:not([type="radio"]):not([type="checkbox"]),
.contact-form__input dd select,
.contact-form__input dd textarea {
  display: block;
  padding: 0.7em;
  border: 1px solid #2D334A;
  border-radius: 2px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 26.66em;
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
}

.contact-form__input dd textarea {
  max-width: 100%;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"],
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"],
.contact-form__input dd .mwform-radio-field input[type="radio"],
.contact-form__input dd .mwform-radio-field input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"] + span,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"] + span,
.contact-form__input dd .mwform-radio-field input[type="radio"] + span,
.contact-form__input dd .mwform-radio-field input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding-left: 45px;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"] + span:before, .contact-form__input dd .mwform-checkbox-field input[type="radio"] + span:after,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"] + span:before,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"] + span:after,
.contact-form__input dd .mwform-radio-field input[type="radio"] + span:before,
.contact-form__input dd .mwform-radio-field input[type="radio"] + span:after,
.contact-form__input dd .mwform-radio-field input[type="checkbox"] + span:before,
.contact-form__input dd .mwform-radio-field input[type="checkbox"] + span:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"] + span:before,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"] + span:before,
.contact-form__input dd .mwform-radio-field input[type="radio"] + span:before,
.contact-form__input dd .mwform-radio-field input[type="checkbox"] + span:before {
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #272343;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"] + span:after,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"] + span:after,
.contact-form__input dd .mwform-radio-field input[type="radio"] + span:after,
.contact-form__input dd .mwform-radio-field input[type="checkbox"] + span:after {
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #272343;
  opacity: 0;
}

.contact-form__input dd .mwform-checkbox-field input[type="radio"]:checked + span:after,
.contact-form__input dd .mwform-checkbox-field input[type="checkbox"]:checked + span:after,
.contact-form__input dd .mwform-radio-field input[type="radio"]:checked + span:after,
.contact-form__input dd .mwform-radio-field input[type="checkbox"]:checked + span:after {
  opacity: 1;
}

.contact-form__input dd .mwform-checkbox-field:nth-child(n+2),
.contact-form__input dd .mwform-radio-field:nth-child(n+2) {
  margin-top: 18px;
}

.contact-form__input dd .mwform-zip-field {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.contact-form__input dd .mwform-zip-field input[name="zip[data][0]"] {
  max-width: 4em;
  margin: 0 0.5em;
}

.contact-form__input dd .mwform-zip-field input[name="zip[data][1]"] {
  max-width: 6em;
  margin: 0 0.5em;
}

.contact-form__submit {
  margin-top: 6em;
}

.contact-form__submit .c-btn {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 19.6em;
  margin: 0 auto;
  background-color: transparent;
  padding: 0;
}

.contact-form__submit .c-btn input {
  display: block;
  width: 100%;
  height: 100%;
  background: none;
  border: 14px solid;
  -o-border-image: url(../images/common/btn_bg_1.svg) round;
     border-image: url(../images/common/btn_bg_1.svg) round;
  border-image-slice: 14 fill;
  font-family: Kiwi Maru, serif !important;
  font-weight: 400;
  cursor: pointer;
}

/* ==================================================
   会場別トップページ
================================================== */
.c-empty {
  text-align: center;
  margin-top: 4em;
}

.c-teaser {
  text-align: center;
  margin-top: 4em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
}

.top-bnr {
  margin-bottom: 6.2em;
  text-align: center;
}

.top-bnr .c-bnr {
  display: inline-block;
}

.top-bnr .c-bnr .c-media {
  margin: 0;
}

.featured__list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.featured__item {
  -ms-flex-preferred-size: calc( 50% - 1.14em);
      flex-basis: calc( 50% - 1.14em);
  border: 24px solid;
  -o-border-image: url(../images/yokohama/top/top_featured_border.svg) round;
     border-image: url(../images/yokohama/top/top_featured_border.svg) round;
  border-image-slice: 24 fill;
}

.featured__item:nth-child(n+3) {
  margin-top: 1.14em;
}

@media screen and (max-width: 767px) {
  .featured__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .featured__item:nth-child(n+2) {
    margin-top: 1.14em;
  }
}

.featured__item .c-link {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.featured__item .c-media {
  position: relative;
  width: 40%;
  overflow: hidden;
  background-color: #ddd;
  margin-right: 1em;
}

.featured__item .c-media:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66%;
}

.featured__item .c-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.featured__item .c-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.featured__item .c-text .c-date {
  font-size: 0.92em;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
}

.featured__item .c-text .c-title {
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.5em;
}

.featured .c-btn-box {
  margin-top: 6em;
}

.c-cat-box {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-cat-box:nth-child(n+2) {
  margin-top: 0.5em;
}

.c-cat {
  display: inline-block;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 1em;
  border: 8px solid;
  -o-border-image: url(../images/common/cat_border_1.svg) round;
     border-image: url(../images/common/cat_border_1.svg) round;
  border-image-slice: 8 fill;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0.5em 0.5em 0;
}

@media screen and (max-width: 767px) {
  .c-cat {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ==================================================
   お知らせ
================================================== */
.post-archive .inner {
  width: 100%;
  max-width: calc( 1425px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.post-archive__container {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 991px) {
  .post-archive__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.post-archive__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 991px) {
  .post-archive__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.post-archive__main .c-heading-1 {
  color: #498286;
}

.post-archive__side {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.93em;
          flex: 0 0 24.93em;
  margin-left: 10em;
}

@media screen and (max-width: 991px) {
  .post-archive__side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 4em 0 0;
  }
}

.post-archive__side .c-heading-3 {
  color: #498286;
}

.post-archive__side .c-heading-3:nth-child(n+2) {
  margin-top: 2.5em;
}

.post-archive__side .featured__item {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.post-archive__side .featured__item:nth-child(n+2) {
  margin-top: 1.5em;
}

.post-archive__side .category__list {
  font-size: 16px;
  font-size: 1.6rem;
}

.post-archive__side .category__item {
  border-bottom: 1px solid #498286;
}

.post-archive__side .category__item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1em;
}

.post-archive__side .category__item a:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #498286;
}

.post-archive__side .archive__list {
  position: relative;
}

.post-archive__side .archive__list:after {
  content: '';
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.2em 0 0.2em;
  border-color: #498286 transparent transparent transparent;
}

.post-archive__side .archive__list select {
  padding: 1em;
  border: 1px solid #498286;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.post-archive__side .archive__list select:focus {
  outline: none;
}

.post-archive__list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-size: 1.4rem;
}

.post-archive__item .c-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  margin-right: 1em;
}

.post-archive__item .c-media:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66%;
}

.post-archive__item .c-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-archive__item .c-text .c-date {
  font-size: 0.92em;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
}

.post-archive__item .c-text .c-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.5em 0;
}

.post-single__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.post-single__header {
  margin-bottom: 2em;
}

.post-single__main {
  font-size: 14px;
  font-size: 1.4rem;
}

.blog .post-archive__item,
.category .post-archive__item,
.tag .post-archive__item,
.date .post-archive__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2em);
      flex-basis: calc( 33.3333% - 2em);
}

@media screen and (min-width: 768px) {
  .blog .post-archive__item:not(:nth-child(3n)),
  .category .post-archive__item:not(:nth-child(3n)),
  .tag .post-archive__item:not(:nth-child(3n)),
  .date .post-archive__item:not(:nth-child(3n)) {
    margin-right: 3em;
  }
  .blog .post-archive__item:nth-child(n+4),
  .category .post-archive__item:nth-child(n+4),
  .tag .post-archive__item:nth-child(n+4),
  .date .post-archive__item:nth-child(n+4) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .blog .post-archive__item,
  .category .post-archive__item,
  .tag .post-archive__item,
  .date .post-archive__item {
    -ms-flex-preferred-size: calc( 50% - 1.5em);
        flex-basis: calc( 50% - 1.5em);
  }
  .blog .post-archive__item:not(:nth-child(2n)),
  .category .post-archive__item:not(:nth-child(2n)),
  .tag .post-archive__item:not(:nth-child(2n)),
  .date .post-archive__item:not(:nth-child(2n)) {
    margin-right: 3em;
  }
  .blog .post-archive__item:nth-child(n+3),
  .category .post-archive__item:nth-child(n+3),
  .tag .post-archive__item:nth-child(n+3),
  .date .post-archive__item:nth-child(n+3) {
    margin-top: 3em;
  }
}

.top-participation .post-archive__main,
.post-type-archive-participation .post-archive__main,
.post-type-archive-exhibitors .post-archive__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.top-participation .post-archive__list,
.post-type-archive-participation .post-archive__list,
.post-type-archive-exhibitors .post-archive__list {
  padding-top: 8em;
}

.top-participation .post-archive__item,
.post-type-archive-participation .post-archive__item,
.post-type-archive-exhibitors .post-archive__item {
  -ms-flex-preferred-size: calc( 25% - 2.5em);
      flex-basis: calc( 25% - 2.5em);
}

@media screen and (min-width: 992px) {
  .top-participation .post-archive__item:nth-child(3n):not(:nth-child(4n)), .top-participation .post-archive__item:not(:nth-child(4n)),
  .post-type-archive-participation .post-archive__item:nth-child(3n):not(:nth-child(4n)),
  .post-type-archive-participation .post-archive__item:not(:nth-child(4n)),
  .post-type-archive-exhibitors .post-archive__item:nth-child(3n):not(:nth-child(4n)),
  .post-type-archive-exhibitors .post-archive__item:not(:nth-child(4n)) {
    margin-right: 3em;
  }
  .top-participation .post-archive__item:nth-child(n+5),
  .post-type-archive-participation .post-archive__item:nth-child(n+5),
  .post-type-archive-exhibitors .post-archive__item:nth-child(n+5) {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .top-participation .post-archive__item,
  .post-type-archive-participation .post-archive__item,
  .post-type-archive-exhibitors .post-archive__item {
    -ms-flex-preferred-size: calc( 50% - 1em);
        flex-basis: calc( 50% - 1em);
  }
  .top-participation .post-archive__item:nth-child(odd),
  .post-type-archive-participation .post-archive__item:nth-child(odd),
  .post-type-archive-exhibitors .post-archive__item:nth-child(odd) {
    margin-right: 2em;
  }
  .top-participation .post-archive__item:nth-child(n+3),
  .post-type-archive-participation .post-archive__item:nth-child(n+3),
  .post-type-archive-exhibitors .post-archive__item:nth-child(n+3) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 479px) {
  .top-participation .post-archive__item,
  .post-type-archive-participation .post-archive__item,
  .post-type-archive-exhibitors .post-archive__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    /*
          &:not(:nth-child(2n)) {
            margin-right: 3em;
          }
          &:nth-child(n+3) {
            margin-top: 3em;
          }*/
  }
  .top-participation .post-archive__item:nth-child(n+2),
  .post-type-archive-participation .post-archive__item:nth-child(n+2),
  .post-type-archive-exhibitors .post-archive__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.top-participation .sort__heading,
.post-type-archive-participation .sort__heading,
.post-type-archive-exhibitors .sort__heading {
  font-size: 20px;
  font-size: 2rem;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__heading,
  .post-type-archive-participation .sort__heading,
  .post-type-archive-exhibitors .sort__heading {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}

.top-participation .sort__container,
.post-type-archive-participation .sort__container,
.post-type-archive-exhibitors .sort__container {
  padding: 1.66em;
  background-color: #FFCA37;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__container,
  .post-type-archive-participation .sort__container,
  .post-type-archive-exhibitors .sort__container {
    padding: 0.6em;
    border-radius: 6px;
    background-color: rgb(255 202 56 / 60%);
  }
}

.top-participation .sort__form,
.post-type-archive-participation .sort__form,
.post-type-archive-exhibitors .sort__form {
  background-color: #fff;
  padding: 2em;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__form,
  .post-type-archive-participation .sort__form,
  .post-type-archive-exhibitors .sort__form {
    padding: 0.8em 0.8em 1.2em;
  }
}

.top-participation .sort__item,
.post-type-archive-participation .sort__item,
.post-type-archive-exhibitors .sort__item {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__item,
  .post-type-archive-participation .sort__item,
  .post-type-archive-exhibitors .sort__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.top-participation .sort__item:nth-child(n+2),
.post-type-archive-participation .sort__item:nth-child(n+2),
.post-type-archive-exhibitors .sort__item:nth-child(n+2) {
  margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__item:nth-child(n+2),
  .post-type-archive-participation .sort__item:nth-child(n+2),
  .post-type-archive-exhibitors .sort__item:nth-child(n+2) {
    margin-top: 1em;
  }
}

.top-participation .sort__item .c-cat,
.post-type-archive-participation .sort__item .c-cat,
.post-type-archive-exhibitors .sort__item .c-cat {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11em;
          flex: 0 0 11em;
  padding-left: 0;
  padding-right: 0;
  margin: 0 2em 0 0;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__item .c-cat,
  .post-type-archive-participation .sort__item .c-cat,
  .post-type-archive-exhibitors .sort__item .c-cat {
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 1em;
    text-align: left;
    padding: 0.5em 1em;
    background-color: #eee;
    border: none;
  }
}

.top-participation .sort__input,
.post-type-archive-participation .sort__input,
.post-type-archive-exhibitors .sort__input {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.2em;
}

.top-participation .sort__input input[type="checkbox"],
.post-type-archive-participation .sort__input input[type="checkbox"],
.post-type-archive-exhibitors .sort__input input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  height: 0;
  width: 0;
}

.top-participation .sort__input input[type="checkbox"] + label,
.post-type-archive-participation .sort__input input[type="checkbox"] + label,
.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 45px;
  margin: 0 1.5em 1.5em 0;
  /*
          flex: 0 0 calc( 33.3333% - 1em );

          &:not(:nth-child(3n)) {
            margin-right: 1.5em;
          }
          &:nth-child(n+9) {
            margin-top: 1.5em;
          }
          */
}

@media screen and (max-width: 767px) {
  .top-participation .sort__input input[type="checkbox"] + label,
  .post-type-archive-participation .sort__input input[type="checkbox"] + label,
  .post-type-archive-exhibitors .sort__input input[type="checkbox"] + label {
    padding-left: 35px;
    margin: 0 1em 1em 0;
  }
}

.top-participation .sort__input input[type="checkbox"] + label:before, .top-participation .sort__input input[type="checkbox"] + label:after,
.post-type-archive-participation .sort__input input[type="checkbox"] + label:before,
.post-type-archive-participation .sort__input input[type="checkbox"] + label:after,
.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:before,
.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 1;
  border-radius: 50%;
}

.top-participation .sort__input input[type="checkbox"] + label:before,
.post-type-archive-participation .sort__input input[type="checkbox"] + label:before,
.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:before {
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #272343;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__input input[type="checkbox"] + label:before,
  .post-type-archive-participation .sort__input input[type="checkbox"] + label:before,
  .post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:before {
    left: 5px;
    width: 20px;
    height: 20px;
    border-color: #aaa;
  }
}

.top-participation .sort__input input[type="checkbox"] + label:after,
.post-type-archive-participation .sort__input input[type="checkbox"] + label:after,
.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:after {
  left: 6px;
  width: 15px;
  height: 15px;
  background-color: #272343;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__input input[type="checkbox"] + label:after,
  .post-type-archive-participation .sort__input input[type="checkbox"] + label:after,
  .post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:after {
    left: 10px;
    width: 12px;
    height: 12px;
  }
}

.top-participation .sort__input input[type="checkbox"]:checked + label:after,
.post-type-archive-participation .sort__input input[type="checkbox"]:checked + label:after,
.post-type-archive-exhibitors .sort__input input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.top-participation .sort__submit,
.post-type-archive-participation .sort__submit,
.post-type-archive-exhibitors .sort__submit {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top-participation .sort__submit,
  .post-type-archive-participation .sort__submit,
  .post-type-archive-exhibitors .sort__submit {
    height: 48px;
    min-height: auto;
  }
}

.top-participation .sort .c-btn-box,
.post-type-archive-participation .sort .c-btn-box,
.post-type-archive-exhibitors .sort .c-btn-box {
  margin-top: 3.33em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top-participation .sort .c-btn-box,
  .post-type-archive-participation .sort .c-btn-box,
  .post-type-archive-exhibitors .sort .c-btn-box {
    margin-top: 2em;
  }
}

.top-participation .booth,
.post-type-archive-participation .booth,
.post-type-archive-exhibitors .booth {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}

.top-participation .booth .booth-badge,
.post-type-archive-participation .booth .booth-badge,
.post-type-archive-exhibitors .booth .booth-badge {
  font-size: 15px;
  font-size: 1.5rem;
  margin-left: 0.5em;
}

.top-participation .copy,
.post-type-archive-participation .copy,
.post-type-archive-exhibitors .copy {
  margin: 1em 0 2em;
}

.post-type-archive-exhibitors .booth-badge,
.single-exhibitors .booth-badge {
  display: inline-block;
  background-color: #FFCA37;
  text-align: center;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  font-size: 0.625em;
  line-height: 1;
  border-radius: 3px;
  padding: 0.3em 1.5em;
  margin-right: 2em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .post-type-archive-exhibitors .booth-badge,
  .single-exhibitors .booth-badge {
    margin-right: 1em;
  }
}

.single-participation .post-archive .inner,
.single-exhibitors .post-archive .inner {
  width: 100%;
  max-width: calc( 1080px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.single-participation .post-single,
.single-exhibitors .post-single {
  /*
    .eyecatch {
      border-radius: 8px;
      padding: 8px;
      background-color: #FFCA37;
      margin: 0 0 4em;

      .c-media {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 8px;
        margin: 0;

        &:after{
          content: '';
          display: block;
          width: 100%;
          padding-bottom: 56%;
        }

        img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
    */
}

.single-participation .post-single__title,
.single-exhibitors .post-single__title {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single__title,
  .single-exhibitors .post-single__title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.single-participation .post-single .copy,
.single-exhibitors .post-single .copy {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single .copy,
  .single-exhibitors .post-single .copy {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.single-participation .post-single .eyecatch,
.single-exhibitors .post-single .eyecatch {
  text-align: center;
}

.single-participation .post-single .eyecatch .c-media,
.single-exhibitors .post-single .eyecatch .c-media {
  /*
        border-radius: 8px;
        padding: 8px;
        background-color: #FFCA37;
        */
  display: inline-block;
  /*
        @include max-width(sm) {
          border-radius: 4px;
          padding: 4px;
        }
        */
}

.single-participation .post-single .eyecatch .c-media img,
.single-exhibitors .post-single .eyecatch .c-media img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60vh;
  vertical-align: top;
}

.single-participation .post-single .entry-content,
.single-exhibitors .post-single .entry-content {
  margin-top: 2em;
}

.single-participation .post-single.seminar .post-single__main, .single-participation .post-single.fitness .post-single__main,
.single-exhibitors .post-single.seminar .post-single__main,
.single-exhibitors .post-single.fitness .post-single__main {
  /* width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; */
}

.single-participation .post-single.seminar .post-single__main .eyecatch,
.single-participation .post-single.seminar .post-single__main .participation-gallery, .single-participation .post-single.fitness .post-single__main .eyecatch,
.single-participation .post-single.fitness .post-single__main .participation-gallery,
.single-exhibitors .post-single.seminar .post-single__main .eyecatch,
.single-exhibitors .post-single.seminar .post-single__main .participation-gallery,
.single-exhibitors .post-single.fitness .post-single__main .eyecatch,
.single-exhibitors .post-single.fitness .post-single__main .participation-gallery {
  /* -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; */
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.seminar .post-single__main .eyecatch,
  .single-participation .post-single.seminar .post-single__main .participation-gallery, .single-participation .post-single.fitness .post-single__main .eyecatch,
  .single-participation .post-single.fitness .post-single__main .participation-gallery,
  .single-exhibitors .post-single.seminar .post-single__main .eyecatch,
  .single-exhibitors .post-single.seminar .post-single__main .participation-gallery,
  .single-exhibitors .post-single.fitness .post-single__main .eyecatch,
  .single-exhibitors .post-single.fitness .post-single__main .participation-gallery {
   /*  -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%; */
  }
}

.single-participation .post-single.seminar .post-single__main .eyecatch img,
.single-participation .post-single.seminar .post-single__main .participation-gallery img, .single-participation .post-single.fitness .post-single__main .eyecatch img,
.single-participation .post-single.fitness .post-single__main .participation-gallery img,
.single-exhibitors .post-single.seminar .post-single__main .eyecatch img,
.single-exhibitors .post-single.seminar .post-single__main .participation-gallery img,
.single-exhibitors .post-single.fitness .post-single__main .eyecatch img,
.single-exhibitors .post-single.fitness .post-single__main .participation-gallery img {
  /* max-height: none; */
}

.single-participation .post-single.seminar .post-single__main .entry-content, .single-participation .post-single.fitness .post-single__main .entry-content,
.single-exhibitors .post-single.seminar .post-single__main .entry-content,
.single-exhibitors .post-single.fitness .post-single__main .entry-content {
  /* margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 4em; */
}

.single-participation .post-single.seminar .post-single__main .entry-content h2, .single-participation .post-single.fitness .post-single__main .entry-content h2,
.single-exhibitors .post-single.seminar .post-single__main .entry-content h2,
.single-exhibitors .post-single.fitness .post-single__main .entry-content h2 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.seminar .post-single__main .entry-content, .single-participation .post-single.fitness .post-single__main .entry-content,
  .single-exhibitors .post-single.seminar .post-single__main .entry-content,
  .single-exhibitors .post-single.fitness .post-single__main .entry-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    padding-top: 3em;
  }
}

.single-participation .post-single.seminar .post-single__main .entry-content *:first-child, .single-participation .post-single.fitness .post-single__main .entry-content *:first-child,
.single-exhibitors .post-single.seminar .post-single__main .entry-content *:first-child,
.single-exhibitors .post-single.fitness .post-single__main .entry-content *:first-child {
  margin-top: 0;
}

.single-participation .post-single.seminar .participation-box.schedule, .single-participation .post-single.fitness .participation-box.schedule,
.single-exhibitors .post-single.seminar .participation-box.schedule,
.single-exhibitors .post-single.fitness .participation-box.schedule {
  text-align: center;
  margin-bottom: 2em;
}

.single-participation .post-single.seminar .participation-box.schedule dl, .single-participation .post-single.fitness .participation-box.schedule dl,
.single-exhibitors .post-single.seminar .participation-box.schedule dl,
.single-exhibitors .post-single.fitness .participation-box.schedule dl {
  padding: 2em;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  margin: 0.5em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.seminar .participation-box.schedule dl, .single-participation .post-single.fitness .participation-box.schedule dl,
  .single-exhibitors .post-single.seminar .participation-box.schedule dl,
  .single-exhibitors .post-single.fitness .participation-box.schedule dl {
    margin: 0.5em 1.5em;
  }
}

.single-participation .post-single.seminar .participation-box.talent dl, .single-participation .post-single.fitness .participation-box.talent dl,
.single-exhibitors .post-single.seminar .participation-box.talent dl,
.single-exhibitors .post-single.fitness .participation-box.talent dl {
  margin: 2em 3.3333em 0;
  padding: 2em;
  background-color: #FFF3EB;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.seminar .participation-box.talent dl, .single-participation .post-single.fitness .participation-box.talent dl,
  .single-exhibitors .post-single.seminar .participation-box.talent dl,
  .single-exhibitors .post-single.fitness .participation-box.talent dl {
    margin: 0 1.5em;
  }
}

.single-participation .post-single.seminar .participation-box.instractor .c-media, .single-participation .post-single.fitness .participation-box.instractor .c-media,
.single-exhibitors .post-single.seminar .participation-box.instractor .c-media,
.single-exhibitors .post-single.fitness .participation-box.instractor .c-media {
  padding: 0 3.3333em;
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.seminar .participation-box.instractor .c-media, .single-participation .post-single.fitness .participation-box.instractor .c-media,
  .single-exhibitors .post-single.seminar .participation-box.instractor .c-media,
  .single-exhibitors .post-single.fitness .participation-box.instractor .c-media {
    padding: 0;
  }
}

.single-participation .post-single.seminar .participation-box.instractor .c-media img, .single-participation .post-single.fitness .participation-box.instractor .c-media img,
.single-exhibitors .post-single.seminar .participation-box.instractor .c-media img,
.single-exhibitors .post-single.fitness .participation-box.instractor .c-media img {
  max-width: 70%;
  max-height: 320px;
  width: auto;
  height: auto;
}

.single-participation .post-single.seminar .participation-cta, .single-participation .post-single.fitness .participation-cta,
.single-exhibitors .post-single.seminar .participation-cta,
.single-exhibitors .post-single.fitness .participation-cta {
  width: 100%;
  margin-top: 4em;
  padding: 2em;
  border: 10px solid;
  -o-border-image: url(../images/top/top_news_border_yokohama.svg) 10 round;
     border-image: url(../images/top/top_news_border_yokohama.svg) 10 round;
  background-color: #FFF8F3;
  text-align: center;
}

.single-participation .post-single.seminar .participation-cta h2, .single-participation .post-single.fitness .participation-cta h2,
.single-exhibitors .post-single.seminar .participation-cta h2,
.single-exhibitors .post-single.fitness .participation-cta h2 {
  text-align: center;
  border-bottom: none;
  padding: 0;
  margin-top: 0;
  font-size: 24px;
  font-size: 2.4rem;
}

.single-participation .post-single.seminar .participation-cta h2:before, .single-participation .post-single.seminar .participation-cta h2:after, .single-participation .post-single.fitness .participation-cta h2:before, .single-participation .post-single.fitness .participation-cta h2:after,
.single-exhibitors .post-single.seminar .participation-cta h2:before,
.single-exhibitors .post-single.seminar .participation-cta h2:after,
.single-exhibitors .post-single.fitness .participation-cta h2:before,
.single-exhibitors .post-single.fitness .participation-cta h2:after {
  content: none;
}

.single-participation .post-single.seminar .participation-cta .c-btn-box, .single-participation .post-single.fitness .participation-cta .c-btn-box,
.single-exhibitors .post-single.seminar .participation-cta .c-btn-box,
.single-exhibitors .post-single.fitness .participation-cta .c-btn-box {
  margin-top: 2em;
}

.single-participation .post-single.seminar .participation-cta .c-btn-box .c-btn, .single-participation .post-single.fitness .participation-cta .c-btn-box .c-btn,
.single-exhibitors .post-single.seminar .participation-cta .c-btn-box .c-btn,
.single-exhibitors .post-single.fitness .participation-cta .c-btn-box .c-btn {
  min-width: auto;
  width: 100%;
  max-width: 30em;
}

.single-participation .post-single.stage .participation-box.schedule,
.single-exhibitors .post-single.stage .participation-box.schedule {
  text-align: center;
  margin-bottom: 2em;
}

.single-participation .post-single.stage .participation-box.schedule dl,
.single-exhibitors .post-single.stage .participation-box.schedule dl {
  padding: 2em;
  border-radius: 6px;
  border: 1px solid #ddd;
  display: inline-block;
  text-align: center;
  margin: 0.5em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  font-size: 1.3em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-single.stage .participation-box.schedule dl,
  .single-exhibitors .post-single.stage .participation-box.schedule dl {
    margin: 0 1.5em;
  }
}

.single-participation .post-box:nth-of-type(n+2),
.single-exhibitors .post-box:nth-of-type(n+2) {
  padding-top: 4em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-box:nth-of-type(n+2),
  .single-exhibitors .post-box:nth-of-type(n+2) {
    padding-top: 2em;
  }
}

.single-participation .post-box__contents,
.single-exhibitors .post-box__contents {
  padding: 0 3.3333em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-box__contents,
  .single-exhibitors .post-box__contents {
    padding: 0 1.5em;
  }
}

.single-participation .post-box .c-heading-2, .single-participation .post-box .entry-content h2, .single-participation .entry-content .post-box h2, .single-participation .post-box .post-single__main h2, .post-single__main .single-participation .post-box h2,
.single-exhibitors .post-box .c-heading-2,
.single-exhibitors .post-box .single-participation .entry-content h2,
.single-participation .entry-content .single-exhibitors .post-box h2,
.single-exhibitors .post-box .post-single__main h2,
.post-single__main .single-exhibitors .post-box h2 {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .single-participation .post-box .c-heading-2, .single-participation .post-box .entry-content h2, .single-participation .entry-content .post-box h2, .single-participation .post-box .post-single__main h2, .post-single__main .single-participation .post-box h2,
  .single-exhibitors .post-box .c-heading-2,
  .single-exhibitors .post-box .single-participation .entry-content h2,
  .single-participation .entry-content .single-exhibitors .post-box h2,
  .single-exhibitors .post-box .post-single__main h2,
  .post-single__main .single-exhibitors .post-box h2 {
    margin-bottom: 1.5em;
  }
}

.single-participation .exhibitors-cat__list,
.single-exhibitors .exhibitors-cat__list {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single-participation .exhibitors-cat__item,
.single-exhibitors .exhibitors-cat__item {
  width: 9em;
  margin-right: 1.6666em;
}

.single-participation .exhibitors-sns__item,
.single-exhibitors .exhibitors-sns__item {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.single-participation .exhibitors-sns__item:nth-child(n+2),
.single-exhibitors .exhibitors-sns__item:nth-child(n+2) {
  margin-top: 1em;
}

.single-participation .exhibitors-sns__item img,
.single-exhibitors .exhibitors-sns__item img {
  width: 3.33em;
  height: 3.33em;
  border-radius: 50%;
  background-color: #2D334A;
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .single-participation .exhibitors-sns__item img,
  .single-exhibitors .exhibitors-sns__item img {
    width: 2.8em;
    height: 2.8em;
  }
}

.single-participation .exhibitors-sns__item .c-text h4,
.single-exhibitors .exhibitors-sns__item .c-text h4 {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.single-participation .exhibitors-sns__item .c-text p,
.single-exhibitors .exhibitors-sns__item .c-text p {
  text-decoration: underline;
  word-break: break-all;
}

.single-participation .exhibitors-site__item h4,
.single-exhibitors .exhibitors-site__item h4 {
  font-weight: 600;
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.single-participation .exhibitors-site__item a,
.single-exhibitors .exhibitors-site__item a {
  text-decoration: underline;
}

.single-participation .exhibitors-site__item:nth-child(n+2),
.single-exhibitors .exhibitors-site__item:nth-child(n+2) {
  margin-top: 1em;
}

.single-participation .exhibitors-products .post-box__contents,
.single-exhibitors .exhibitors-products .post-box__contents {
  padding: 0;
}

.single-participation .exhibitors-products__item,
.single-exhibitors .exhibitors-products__item {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-participation .exhibitors-products__item .c-text,
.single-exhibitors .exhibitors-products__item .c-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 2em;
}

.single-participation .exhibitors-products__item .c-text h4,
.single-exhibitors .exhibitors-products__item .c-text h4 {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  color: #56443a;
  line-height: 1.3;
  background-color: #d9e8e9;
  padding: 0.5em 1em;
  border-radius: 4px;
  margin-bottom: 1.5em;
}

.single-participation .exhibitors-products__item .c-text p,
.single-exhibitors .exhibitors-products__item .c-text p {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .single-participation .exhibitors-products__item .c-text p,
  .single-exhibitors .exhibitors-products__item .c-text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.single-participation .exhibitors-products__item .c-media,
.single-exhibitors .exhibitors-products__item .c-media {
  margin-left: 4em;
}

@media screen and (max-width: 767px) {
  .single-participation .exhibitors-products__item .c-media img,
  .single-exhibitors .exhibitors-products__item .c-media img {
    max-height: 48vh;
  }
}

.single-participation .exhibitors-products__item:nth-child(n+2),
.single-exhibitors .exhibitors-products__item:nth-child(n+2) {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px dotted #ddd;
}

.single-participation .exhibitors-products__item.column_100 .c-text,
.single-exhibitors .exhibitors-products__item.column_100 .c-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .single-participation .exhibitors-products__item.column_100 .c-text,
  .single-exhibitors .exhibitors-products__item.column_100 .c-text {
    margin-bottom: 2em;
  }
}

.single-participation .exhibitors-products__item.column_100 .c-media,
.single-exhibitors .exhibitors-products__item.column_100 .c-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-left: 0;
  text-align: center;
}

.single-participation .exhibitors-products__item.column_70_30 .c-media,
.single-exhibitors .exhibitors-products__item.column_70_30 .c-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.single-participation .exhibitors-products__item.column_50_50 .c-media,
.single-exhibitors .exhibitors-products__item.column_50_50 .c-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.single-participation .exhibitors-products__item.column_80_20 .c-media,
.single-exhibitors .exhibitors-products__item.column_80_20 .c-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

@media screen and (max-width: 767px) {
  .single-participation .exhibitors-products__item.column_70_30 .c-text, .single-participation .exhibitors-products__item.column_50_50 .c-text, .single-participation .exhibitors-products__item.column_80_20 .c-text,
  .single-exhibitors .exhibitors-products__item.column_70_30 .c-text,
  .single-exhibitors .exhibitors-products__item.column_50_50 .c-text,
  .single-exhibitors .exhibitors-products__item.column_80_20 .c-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 2em;
  }
  .single-participation .exhibitors-products__item.column_70_30 .c-media, .single-participation .exhibitors-products__item.column_50_50 .c-media, .single-participation .exhibitors-products__item.column_80_20 .c-media,
  .single-exhibitors .exhibitors-products__item.column_70_30 .c-media,
  .single-exhibitors .exhibitors-products__item.column_50_50 .c-media,
  .single-exhibitors .exhibitors-products__item.column_80_20 .c-media {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    text-align: center;
  }
}

.single-participation .toback,
.single-exhibitors .toback {
  padding-top: 8em;
}

@media screen and (max-width: 767px) {
  .single-participation .toback,
  .single-exhibitors .toback {
    padding-top: 4em;
  }
}

.single-participation .c-bnr-box,
.single-exhibitors .c-bnr-box {
  padding-top: 8em;
  text-align: center;
}

.single-participation .c-bnr-box .c-bnr,
.single-exhibitors .c-bnr-box .c-bnr {
  display: inline-block;
}

.single-participation .c-bnr-box .c-bnr .c-media,
.single-exhibitors .c-bnr-box .c-bnr .c-media {
  margin: 0;
}

.single-participation .c-bnr-box .c-bnr .c-media img,
.single-exhibitors .c-bnr-box .c-bnr .c-media img {
  vertical-align: top;
}

.single-participation .post-archive__main {
  width: 100%;
}

.single-participation .post-single .participation-gallery {
  width: 100%;
  margin: 0 0 4em;
}

.single-participation .post-single .participation-gallery .swiper-slide {
  margin: 0;
}

.single-participation .post-single .participation-gallery .swiper-slide figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.single-participation .post-single .participation-gallery .swiper-slide figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 56%;
}

.single-participation .post-single .participation-gallery .swiper-slide figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.single-participation .post-single .participation-gallery__main .swiper-slide figure img {
  border-radius: 14px;
  padding: 8px;
  background-color: #FFCA37;
}

.single-participation .post-single .participation-gallery__thumbnail .swiper-slide figure {
  border-radius: 4px;
}

.single-participation .post-single .participation-gallery__thumbnail .swiper-slide figure:after {
  padding-bottom: 100%;
}

.single-participation .post-single .participation-gallery__thumbnail .swiper-slide figure img {
  top: 0;
  left: 0;
  -webkit-transform: none;
          transform: none;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
}

.single-participation .post-single .participation-gallery hr {
  border: none;
  margin: 10px 0;
}

.single-participation .entry-content h2 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .single-participation .entry-content h2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 0 0.5em 0.5em;
  }
}

.single-participation .entry-content h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
  padding: 0 2.66664em;
}

@media screen and (max-width: 767px) {
  .single-participation .entry-content h3 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0;
  }
}

.single-participation .entry-content p,
.single-participation .entry-content ol,
.single-participation .entry-content ul,
.single-participation .entry-content .wp-block-table {
  padding: 0 3.3333em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .single-participation .entry-content p,
  .single-participation .entry-content ol,
  .single-participation .entry-content ul,
  .single-participation .entry-content .wp-block-table {
    /* padding: 0 1.5em; */
    padding: 0;
  }
}

.single-participation .entry-content .balloon1 {
  text-align: center;
  margin: 1.5em 0;
}

.single-participation .entry-content .balloon1 p {
  position: relative;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #5FAEB3;
  border-radius: 10px;
}

.single-participation .entry-content .balloon1 p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5FAEB3;
}

.single-participation .entry-content .balloon1 .balloon-block {
  position: relative;
  display: inline-block;
  padding: 1em;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #5FAEB3;
  border-radius: 10px;
}

.single-participation .entry-content .balloon1 .balloon-block:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #5FAEB3;
}

.post-single__main h2 {
  margin: 2em 0 1em;
}

.post-single__main a:not([class]) {
  text-decoration: underline;
}

/* ==================================================
   トップページ（会場別）
================================================== */


.topkv2025Sec{
    width: 100%;
    position: relative;
    height: 80vh;
    min-height: 800px;
    background-color: #fff;
    top: 80px;
    overflow: hidden;
}
.topkv2025DIVL{
    width: 50%;
    position: relative;
    height: 100%;
    background-color: #fff;
    background-image:url(../images/top_kv2025_obj_city_pc.webp);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 10;
}
.topkv2025TextDIV1{
    width: 72%;
    max-width: 520px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 15;
}
.topkv2025Text1{
    width: 100%;
}
.topkv2025Text2{
    width: 80%;
    margin: 2% auto 0 auto;
}
.topkv2025Text3{
    width: 80%;
    margin: 2% auto 0 auto;
}
.topkv2025DIVLObj1PC{
    width: 24%;
    display: block;
    position: absolute;
    left: -5%;
    top: 9%;
    z-index: 11;
}
.topkv2025DIVLObj3SP{
    width: 28%;
    display: none;
    position: absolute;
    right: -5%;
    top: 26%;
    z-index: 11;
}
.topkv2025DIVLObj2PC{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 8%;
    z-index: 12;
}
.topkv2025DIVLObj4SP{
    width: 94%;
    display: none;
    position: absolute;
    left: 3%;
    top: 0%;
    z-index: 12;
}


.topkv2025DIVR{
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 20;
    overflow: hidden;
}
.topkv2025DIVRMaskPC{
    height: 100%;
    display: block;
    position: absolute;
    left: -0.5px;
    top: 0;
    z-index: 23;
}
.topkv2025DIVRObj1PC{
    width: 27%;
    display: block;
    position: absolute;
    right: 0;
    top: 19%;
    z-index: 24;
}
.topkv2025DIVRMaskSP{
    display: none;
    position: absolute;
    width: 100%;
    
    z-index: 24;
    top: -0.5%;
    left: 0;
}
.topkv2025DIVR .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    left: 1px;
}
.topkv2025DIVR .swiper-container img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.topkv2025scrollBTN {
    background-color: #E75B42;
    display: block;
    width: 100%;
    text-align: center;
    margin: 79px auto 0 auto;
    padding: 25px 0 20px 0;
}
.topkv2025CharaPC{
    width: 19%;
    bottom: 0%;
    position: absolute;
    left: 44%;
    z-index: 30;
}
@media screen and (max-width: 1099px) {
    .topkv2025TextDIV1{
      width: 85%;
    }
}
@media screen and (max-width: 991px) {
    .topkv2025Sec {
        position: relative;
        height: initial;
        min-height: initial;
        top: 60px;
    }
   .topkv2025DIVL{
        width: 100%;
        height: initial;
        background: none;
       
        z-index: 20;
    }
    .topkv2025DIVR{
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        padding-top: 6em;
        margin-top: -5vw;
    }
    .swiper-container {
        left: 0;
    }
    .topkv2025TextDIV1 {
        width: 95%;
        max-width: 450px;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        margin: auto;
        padding: 6em 1em 0 1em;
    }
    .topkv2025DIVRMaskSP{
        display: block;
    }
    .topkv2025DIVRMaskPC{
        display: none;
    }
    .topkv2025CharaPC {
        width: 46%;
        left: 38%;
        display: none;
    }
    .topkv2025scrollBTN {
        margin: 50px auto 0 auto;
        z-index: 30;
        position: relative;
    }
    .topkv2025DIVLObj1PC {
        width: 31%;
        left: -5%;
        top: 26%;
    }
    .topkv2025DIVRObj1PC{
        display: none;
    }
    .topkv2025DIVLObj2PC{
        display: none;
    }
    .topkv2025DIVLObj3SP{
        display: block;
    }
    .topkv2025DIVLObj4SP{
        display: block;
    }
}
/* 
「.l-mv」がついているものは旧キービジュアルのCSSなので2026年1月以降削除して構いません。

.l-mv-sub {
  position: relative;
  height: 100vh;
  height: 100dvh;
  min-height: 880px;
  padding-bottom: 6.25em;
}

@media screen and (max-width: 767px) {
  .l-mv-sub {
    height: auto;
  }
}

.l-mv-sub__top {
  border: 20px solid #FFD6BB;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 1em 2em;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 2em 2em;
  }
}

.l-mv-sub__venue {
  position: relative;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin: 0.5em 0 1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__venue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-mv-sub__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.25%;
          flex: 0 0 31.25%;
  padding: 0 3.125%;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.l-mv-sub__text .c-logo {
  position: relative;
  overflow: hidden;
}

.l-mv-sub__text .c-logo:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 70%;
}

.l-mv-sub__text .c-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.l-mv-sub__text .c-date {
  margin: 1em 0;
}

.l-mv-sub__text .c-copy {
  position: relative;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 1em 0;
  line-height: 1.3;
  border-bottom: 1px solid #498286;
  border-top: 1px solid #498286;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__text .c-copy {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.l-mv-sub__text .c-copy:before, .l-mv-sub__text .c-copy:after {
  content: '';
  position: absolute;
  bottom: -0.175em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background-color: #498286;
}

.l-mv-sub__text .c-copy:before {
  left: 0;
}

.l-mv-sub__text .c-copy:after {
  right: 0;
}

.l-mv-sub__text .c-copy__inner:before, .l-mv-sub__text .c-copy__inner:after {
  content: '';
  position: absolute;
  top: -0.175em;
  width: 0.35em;
  height: 0.35em;
  border-radius: 50%;
  background-color: #498286;
}

.l-mv-sub__text .c-copy__inner:before {
  left: 0;
}

.l-mv-sub__text .c-copy__inner:after {
  right: 0;
}

.l-mv-sub__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68.75%;
          flex: 0 0 68.75%;
  max-width: 68.75%;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-top: 2em;
  }
}

.l-mv-sub__slider .mv-sub-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide {
  width: auto !important;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure {
  position: relative;
  width: auto;
  margin: 0;
  padding: 10px;
  background-color: #498286;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure:before, .l-mv-sub__slider .mv-sub-slider .swiper-slide figure:after {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure:before {
  left: 0;
  border-width: 11px 13px 0 0;
  border-color: #fff transparent transparent transparent;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure:after {
  right: 0;
  border-width: 0 13px 11px 0;
  border-color: transparent #fff transparent transparent;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:before,
.l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-style: solid;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:before {
  right: 0;
  border-width: 0 0 11px 13px;
  border-color: transparent transparent #fff transparent;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:after {
  left: 0;
  border-width: 11px 0 0 13px;
  border-color: transparent transparent transparent #fff;
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide figure img {
  max-height: 70.55vh;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .l-mv-sub__slider .mv-sub-slider .swiper-slide figure img {
    max-height: 40vh;
  }
}

.l-mv-sub__slider .mv-sub-slider .swiper-slide:nth-child(even) figure {
  background-color: #FFD6BB;
}

.l-mv-sub__scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 6.25em;
  background-color: #5FAEB3;
} */

.top-participation .c-lead {
  text-align: center;
  max-width: 100%;
}

.top-participation .c-btn-box {
  margin-top: 0em;
}

.top-gallery .c-lead {
  text-align: center;
  max-width: 100%;
}

.top-gallery__slider {
  margin: 4em 0;
}

.top-gallery__slider .top-gallery-slider .swiper-slide {
  width: auto !important;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure {
  position: relative;
  width: auto;
  margin: 0;
  padding: 10px;
  background-color: #FFD6BB;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure:before, .top-gallery__slider .top-gallery-slider .swiper-slide figure:after {
  content: '';
  position: absolute;
  top: 0;
  border-style: solid;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure:before {
  left: 0;
  border-width: 11px 13px 0 0;
  border-color: #fff transparent transparent transparent;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure:after {
  right: 0;
  border-width: 0 13px 11px 0;
  border-color: transparent #fff transparent transparent;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure span:before,
.top-gallery__slider .top-gallery-slider .swiper-slide figure span:after {
  content: '';
  position: absolute;
  bottom: 0;
  border-style: solid;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure span:before {
  right: 0;
  border-width: 0 0 11px 13px;
  border-color: transparent transparent #fff transparent;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure span:after {
  left: 0;
  border-width: 11px 0 0 13px;
  border-color: transparent transparent transparent #fff;
}

.top-gallery__slider .top-gallery-slider .swiper-slide figure img {
  max-height: 70.55vh;
  vertical-align: top;
}

.top-gallery__slider .top-gallery-slider .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
}

.top-gallery__slider .top-gallery-slider .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}

.top-gallery__slider .top-gallery-slider .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 4.66em;
  height: 4.66em;
  border-radius: 50%;
  background-color: #498286;
}

.top-gallery__slider .top-gallery-slider .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
}

.top-gallery__slider .top-gallery-slider .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}

.top-gallery__slider .top-booth-slider .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}

.top-gallery__slider .top-booth-slider .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
}

.top-gallery__slider .top-booth-slider .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}

.top-gallery__slider .top-booth-slider .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}

/*トップページのスライダーの各画像にフォトフレームを載せる*/
.swiper_flameRoot{
  /*※フレームを入れたい画像サムネイルの親のfigureタグにこのクラスをつけること*/
  position:relative;
}
.swiper_flameRoot img{
  transform: scale(0.96);
  z-index: 10;
}
.swiper_flame{
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale(1)!important;
  z-index: 11;
}

/*topページNEWS注目情報用スライダー*/
.topEventSliderWrap {
    margin: 0 auto 2em auto;
}
.topNewsChumokuSwiper{
    padding: 0 0 3em 0;
  }
  .topNewsChumokuSwiper .swiper-slide{
    padding: 1em;
  }
  .topNewsChumokuSwiper img{
    width: 100%;
    display: block;
    height: auto;
    margin: auto;
  }

  .topNewsChumokuSwiper .c-text {
    position: relative;
    margin-top: 0.5em;
}
  .topNewsChumokuSwiper .c-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    font-family: Lobster Two, cursive !important;
    font-weight: 400;
}
.topNewsChumokuSwiper .c-cat {
    border: none;
    padding: 0.25em 0.5em;
    margin: 0 0em 0 0;
    min-width: 7em;
    position: absolute;
    right: 0;
    top: 0em;
}
.topNewsChumokuSwiper .c-title {
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.3em;
    font-size: 1.1em;
}
.topEventSliderWrap .c-media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 4/3;
}
.topNewsChumokuSwiper .copy {
    margin: 0.4em 0 0 0;
}
.topNewsChumokuSwiper-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.topNewsChumokuSwiper-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topNewsChumokuSwiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.topNewsChumokuSwiper .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top: 7vw;
}
.topNewsChumokuSwiper .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top: 7vw;
}
@media screen and (max-width: 1499px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next {
    top: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next {
    top: 10vw;
  }
}
@media screen and (max-width: 699px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next {
    top: 15vw;
  }
  .topNewsChumokuSwiper-pagination,.topNewsPickupSwiper-pagination{
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next {
    top: 34vw;
  }
}
.topNewsChumokuSwiper .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}
.topNewsChumokuSwiper .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topNewsChumokuSwiper .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}
.topNewsChumokuSwiper .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topNewsChumokuSwiper .swiper-button-next, .swiper-button-prev{
  background-image: none!important;
}
/*topページNEWS注目情報とPickup用スライダー*/
.topEventSliderWrap {
    margin: 0 auto 2em auto;
}
.topNewsChumokuSwiper ,.topNewsPickupSwiper{
    padding: 0 0 3em 0;
  }
  .topNewsChumokuSwiper .swiper-slide ,.topNewsPickupSwiper .swiper-slide{
    padding: 1em;

  }
  .topEventNewsThumb{
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    height: auto;
    margin: auto;
  }

  .topNewsChumokuSwiper .c-text ,.topNewsPickupSwiper .c-text{
    position: relative;
    margin-top: 0.5em;
}
  .topNewsChumokuSwiper .c-date ,.topNewsPickupSwiper .c-date{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    font-family: Lobster Two, cursive !important;
    font-weight: 400;
}
.topNewsChumokuSwiper .c-cat ,.topNewsPickupSwiper .c-cat {
    border: none;
    padding: 0.25em 0.5em;
    margin: 0 0em 0 0;
    min-width: 7em;
    position: absolute;
    right: 0;
    top: 0em;
}
.topNewsChumokuSwiper .c-title ,.topNewsPickupSwiper .c-title{
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.3em;
    font-size: 1.1em;
}
.topEventSliderWrap .c-media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 4/3;
}
.topNewsChumokuSwiper .copy ,.topNewsPickupSwiper .copy{
    margin: 0.4em 0 0 0;
}
.topNewsChumokuSwiper-pagination,.topNewsPickupSwiper-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.topNewsChumokuSwiper-pagination .swiper-pagination-bullet-active,.topNewsPickupSwiper-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topNewsChumokuSwiper-pagination .swiper-pagination-bullet,.topNewsPickupSwiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.topNewsChumokuSwiper .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-prev{
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top: 7vw;
}
.topNewsChumokuSwiper .swiper-button-next ,.topNewsPickupSwiper .swiper-button-next{
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top: 7vw;
}
@media screen and (max-width: 1499px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next ,.topNewsPickupSwiper .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-next {
    top: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next ,.topNewsPickupSwiper .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-next {
    top: 10vw;
  }
}
@media screen and (max-width: 699px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next ,.topNewsPickupSwiper .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-next {
    top: 15vw;
  }
}
@media screen and (max-width: 439px) {
  .topNewsChumokuSwiper .swiper-button-prev ,.topNewsChumokuSwiper .swiper-button-next ,.topNewsPickupSwiper .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-next {
    top: 34vw;
  }
}
.topNewsChumokuSwiper .swiper-button-prev:before ,.topNewsPickupSwiper .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}
.topNewsChumokuSwiper .swiper-button-prev:after ,.topNewsPickupSwiper .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topNewsChumokuSwiper .swiper-button-next:before ,.topNewsPickupSwiper .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}
.topNewsChumokuSwiper .swiper-button-next:after ,.topNewsPickupSwiper .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topNewsChumokuSwiper .swiper-button-next, .swiper-button-prev ,.topNewsPickupSwiper .swiper-button-next{
  background-image: none!important;
}
/*topページNEWS2024年～版*/
.topNewsTabArea{
  width: 100%;
  border-bottom: 4px solid #FFCA37;
  display: flex;
  flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
  flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
  justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
  align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}
.topNewsTab{
  width: 45%;
  background-color: #FFCA37;
  padding: 0.25em;
  margin: 0 1%;
  max-width: 350px;
  text-align: center;
  color: #782c2c;
  font-size: 2.2rem;
  font-family: 'Lobster Two', 'Kaisei Tokumin', serif !important;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
}
.topNewsTabNega{
  opacity: 0.5;
  cursor: pointer;
}
.topNewsTabNega:hover{
  opacity: 0.75;
}
.topNewsChumokuSelectDIV{
  width: 100%;
  padding: 0 1em 1em 1em;
  margin:0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
  flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
  justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
  align-items: center;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
  
}
.topNewsChumokuSelectP{
  padding:0 1em 0 0;
  width: 140px;
  font-family: Kaisei Tokumin, serif !important;
}
.topNewsChumokuSelect{
  width: calc(100% - 150px);
  padding: 0.75em;
  border-radius: 8px;
}
.topNewsListArea {
  width: calc(100% - 2em);
  max-width: 600px;
  margin:auto;
  -ms-flex-preferred-size: calc( 50% - 1.14em);
      flex-basis: calc( 50% - 1.14em);
  border: 24px solid;
  -o-border-image: url(../images/osaka/top/top_featured_border.svg) round;
     border-image: url(../images/osaka/top/top_featured_border.svg) round;
  border-image-slice: 24 fill;
}

.topNewsListDIV .c-text{
  border-bottom: 1px dotted #ccc;
  padding: 0.3em;

}




/*topページ開催イベント用スライダー*/
.topEventSliderWrap {
    margin: 0 auto 2em auto;
}
.topEventSwiperNews{
    padding: 0 0 3em 0;
  }
  .topEventSwiperNews .swiper-slide{
    padding: 1em;

  }
  .topEventNewsThumb{
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    height: auto;
    margin: auto;
  }

  .topEventSwiperNews .c-text {
    position: relative;
    margin-top: 0.5em;
}
  .topEventSwiperNews .c-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    font-family: Lobster Two, cursive !important;
    font-weight: 400;
}
.topEventSwiperNews .c-cat {
    padding: 0.0em 0.0em;
    margin: 0.5em 0.75em 0.5em 0;
    min-width: 7em;
    font-size: 1.1rem;
}
.topEventSwiperNews .c-title {
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.3em;
    font-size: 1.0em;
}
.topEventSliderWrap .c-media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 4/3;
}
.topEventSwiperNews .copy {
    margin: 0.4em 0 0 0;
}
.topEventSwiper-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.topEventSwiper-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topEventSwiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.topEventSwiperNews .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top: 7vw;
}
.topEventSwiperNews .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top: 7vw;
}
@media screen and (max-width: 1499px) {
  .topEventSwiperNews .swiper-button-prev ,.topEventSwiperNews .swiper-button-next {
    top: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .topEventSwiperNews .swiper-button-prev ,.topEventSwiperNews .swiper-button-next {
    top: 10vw;
  }
}
@media screen and (max-width: 699px) {
  .topEventSwiperNews .swiper-button-prev ,.topEventSwiperNews .swiper-button-next {
    top: 15vw;
  }
  .topEventSwiper-pagination{
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .topEventSwiperNews .swiper-button-prev ,.topEventSwiperNews .swiper-button-next {
    top: 34vw;
  }
}
.topEventSwiperNews .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}
.topEventSwiperNews .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topEventSwiperNews .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}
.topEventSwiperNews .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topEventSwiperNews .swiper-button-next, .swiper-button-prev{
  background-image: none!important;
}

/*topページ子育てブース用スライダー*/
.topSliderBoothWrap {
    margin: 4em auto 2em auto;
}
.topSliderBooth{
    padding: 0 0 3em 0;
  }
  .topSliderBooth .swiper-slide{
    padding: 1em;

  }
  .topSliderBooth .c-text {
    position: relative;
    margin-top: 1em;
}
  .topSliderBooth .c-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    font-family: Lobster Two, cursive !important;
    font-weight: 400;
}
.topSliderBooth .c-title {
    line-height: 1.25em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.3em;
    font-size: 1.1em;
}
.topSliderBoothWrap .c-media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 4/3;
}
.topSliderBooth .copy {
    margin: 0.4em 0 0 0;
    font-size: 0.9em;
}
.topSliderBooth-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
/*スライダーのページ数が多い場合はmax-widthを設定する*/
.topSliderPaginationMini{
  max-width: 600px;
}
.topSliderBooth-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topSliderBooth-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.topSliderBooth .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top: 7vw;
}
.topSliderBooth .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top: 7vw;
}
@media screen and (max-width: 1499px) {
  .topSliderBooth .swiper-button-prev ,.topSliderBooth .swiper-button-next {
    top: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .topSliderBooth .swiper-button-prev ,.topSliderBooth .swiper-button-next {
    top: 10vw;
  }
}
@media screen and (max-width: 699px) {
  .topSliderBooth .swiper-button-prev ,.topSliderBooth .swiper-button-next {
    top: 15vw;
  }
  .topSliderBooth-pagination{
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .topSliderBooth .swiper-button-prev ,.topSliderBooth .swiper-button-next {
    top: 34vw;
  }
}
.topSliderBooth .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}
.topSliderBooth .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topSliderBooth .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}
.topSliderBooth .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topSliderBooth .swiper-button-next, .swiper-button-prev{
  background-image: none!important;
}
.topSliderBooth .swiper-slide figure {
  position: relative;
  width: auto;
  margin: 0;
  /*padding: 10px;*/
  /*background-color: #FFCA37;*/
}

.topSliderBooth .swiper-slide figure:before, .topSliderBooth .swiper-slide figure:after {
  /*content: '';*/
  position: absolute;
  top: 0;
  border-style: solid;
}

.topSliderBooth .swiper-slide figure:before {
  /*left: 0;
  border-width: 11px 13px 0 0;
  border-color: #fff transparent transparent transparent;*/
}

.topSliderBooth .swiper-slide figure:after {
  /*right: 0;
  border-width: 0 13px 11px 0;
  border-color: transparent #fff transparent transparent;*/
}

.topSliderBooth .swiper-slide figure span:before,
.topSliderBooth .swiper-slide figure span:after {
  /*content: '';*/
  position: absolute;
  bottom: 0;
  border-style: solid;
}

.topSliderBooth .swiper-slide figure span:before {
  /*right: 0;
  border-width: 0 0 11px 13px;
  border-color: transparent transparent #fff transparent;*/
}

.topSliderBooth .swiper-slide figure span:after {
  /*left: 0;
  border-width: 11px 0 0 13px;
  border-color: transparent transparent transparent #fff;*/
}




/*topページプレゼント用スライダー*/
.topPresentSliderWrap {
    margin: 0 auto 2.5em auto;
}
.topPresentSwiper{
    padding: 0 0 3em 0;
  }
  .topPresentSwiper .swiper-slide{
    padding: 1em;

  }
  .topEventNewsThumb{
    width: 100%;
    aspect-ratio: 8/5;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
    height: auto;
    margin: auto;
  }

  .topPresentSwiper .c-text {
    position: relative;
    margin-top: 0.5em;
    padding: 0 0 0 0.5em;
}
  .topPresentSwiper .c-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 6em;
    flex: 0 0 6em;
    font-family: Lobster Two, cursive !important;
    font-weight: 400;
}
.topPresentSwiper .c-cat {
    border: none;
    padding: 0.25em 0.5em;
    margin: 0 0em 0 0;
    min-width: 7em;
    position: absolute;
    right: 0;
    top: 0em;
}
.topPresentSwiper .c-title {
    line-height: 1.4em;
    text-align: left;
    font-weight: bold;
    margin-top: 0.3em;
    font-size: 1.0em;
}
.topPresentSliderWrap .c-media img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: 50% 50%;
  aspect-ratio: 4/3;
  /*background-color: #fff;*/
  /*border: 4px solid #FFCA37;*/
  margin-bottom: 1em;
  border-radius: 10px;
}
.topPresentSwiper .copy {
    margin: 0.4em 0 0 0;
    font-size: 0.9em;
}
.topPresentSwiper-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.topPresentSwiper-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topPresentSwiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
.topPresentSwiper .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top: 7vw;
}
.topPresentSwiper .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top: 7vw;
}
.swiper-button-prev {
    left: 0!important;
}
.swiper-button-next {
    right: 0!important;
}
.swiper-navigation-icon{
    height: 0!important;
}
@media screen and (max-width: 1499px) {
  .topPresentSwiper .swiper-button-prev ,.topPresentSwiper .swiper-button-next {
    top: 8vw;
  }
}
@media screen and (max-width: 999px) {
  .topPresentSwiper .swiper-button-prev ,.topPresentSwiper .swiper-button-next {
    top: 10vw;
  }
}
@media screen and (max-width: 699px) {
  .topPresentSwiper .swiper-button-prev ,.topPresentSwiper .swiper-button-next {
    top: 15vw;
  }
  .topPresentSwiper-pagination{
    display: none;
  }
}
@media screen and (max-width: 439px) {
  .topPresentSwiper .swiper-button-prev ,.topPresentSwiper .swiper-button-next {
    top: 34vw;
  }
}
.topPresentSwiper .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}
.topPresentSwiper .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topPresentSwiper .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}
.topPresentSwiper .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topPresentSwiper .swiper-button-next, .swiper-button-prev{
  background-image: none!important;
}



/*food用スライダー*/
.topFoodSliderThumbDIV{
  padding:1.0em;
  }
.topFoodSliderIMG{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: 50% 50%;
  /*margin-bottom: 1em;*/
}
.topFoodSliderThumbDIV .c-title{
   font-weight: bold;
}
.top-gallery__slider .top-food-slider .swiper-button-prev {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  left: 0;
  top:40%;
}

.top-gallery__slider .top-food-slider .swiper-button-prev:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 8px 4px 0;
  border-color: transparent #FFCA37 transparent transparent;
  z-index: 2;
}

.top-gallery__slider .top-food-slider .swiper-button-prev:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}

.top-gallery__slider .top-food-slider .swiper-button-next {
  width: 2.33em;
  height: 4.66em;
  overflow: hidden;
  right: 0;
  top:40%;
}

.top-gallery__slider .top-food-slider .swiper-button-next:before {
  content: '';
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #FFCA37;
  z-index: 2;
}

.top-gallery__slider .top-food-slider .swiper-button-next:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  border-radius: 50%;
  background-color: #498286;
}
.topFoodSwiper-pagination{
  text-align: center;
  width: 100%;
  margin: 0.5em auto 0 auto;
}
.topFoodSwiper-pagination .swiper-pagination-bullet-active{
  background-color: #498286;
}
.topFoodSwiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 699px) {
  .topFoodSwiper-pagination{
    display: none;
  }
}

/*トップページのページネーションのボタンを星型などにするCSSここから*/
/* ページネーションの基本スタイル ※星型用、大きいボタン*/
.topNewsPickupSwiper .swiper-pagination-bullet,.topSliderBooth .swiper-pagination-bullet,.topFoodSwiper-pagination .swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_star1_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 25px;
  opacity: 1; /* 画像の透過を無くす */
  width: 25px;
}
/* 選択されているページネーション ※星型用、大きいボタン*/
.topNewsPickupSwiper .swiper-pagination-bullet-active,.topSliderBooth .swiper-pagination-bullet-active,.topFoodSwiper-pagination .swiper-pagination-bullet-active {
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_star1_on.png);
  height: 25px;
  width: 25px;
}
/* ページネーションの基本スタイル ※花型用、大きいボタン*/
.topNewsChumokuSwiper .swiper-pagination-bullet,.topEventSwiperNews .swiper-pagination-bullet{
  background-color: transparent; /* 背景色を透明に */
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_flower1_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 25px;
  opacity: 1; /* 画像の透過を無くす */
  width: 25px;
}
/* 選択されているページネーション ※花型用、大きいボタン*/
.topNewsChumokuSwiper .swiper-pagination-bullet-active,.topEventSwiperNews .swiper-pagination-bullet-active{
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_flower1_on.png);
  height: 25px;
  width: 25px;
}
/* 画像サイズ調整 ※星型、花形など両用 */
.topNewsChumokuSwiper .swiper-slide img,.topNewsPickupSwiper .swiper-slide img,.topSliderBooth .swiper-slide img,.topPresentSwiper .swiper-slide img,.topEventSwiperNews .swiper-slide img,.topFoodSwiper-pagination .swiper-slide img{
  height: auto;
  width: 100%;
}
/* ページネーションの基本スタイル ※星型用、小さいボタン*/
.topSliderBooth .swiper-pagination-bullet{
  background-color: transparent; /* 背景色を透明に */
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_star1_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 22px;
  opacity: 1; /* 画像の透過を無くす */
  width: 22px;
}
/* 選択されているページネーション ※星型用、小さいボタン*/
.topSliderBooth .swiper-pagination-bullet-active{
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_star1_on.png);
  height: 22px;
  width: 22px;
}
/* ページネーションの基本スタイル ※プレゼント用、小さいボタン*/
.topPresentSwiper .swiper-pagination-bullet{
  background-color: transparent; /* 背景色を透明に */
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_present_off.png);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 27px;
  opacity: 1; /* 画像の透過を無くす */
  width: 27px;
}
/* 選択されているページネーション ※プレゼント用、小さいボタン*/
.topPresentSwiper .swiper-pagination-bullet-active{
  background-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta-osaka/images/common/swiper_present_on.png);
  height: 27px;
  width: 27px;
}
/*トップページのページネーションのボタンを星型などにするCSSここまで*/



/* ==================================================
   横浜
================================================== */
.yokohama .l-header .g-nav {
  background-color: #FFD6BB;
}

.yokohama .l-header .g-nav__item a {
  color: #498286;
}

.yokohama .l-header .c-logo a {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.yokohama .l-header .c-logo a:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 52%;
}

.yokohama .l-header .c-logo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 66%;
}

.yokohama #hamburger span {
  background: #5faeb3;
}

.yokohama .footer-cta {
  background-color: #5FAEB3;
}

.yokohama .l-footer {
  background-color: #FFF3EB;
}

.yokohama .c-heading-1 {
  color: #407E82;
}

.yokohama .bg-flag .flag.flag--right {
  background-image: url(../images/yokohama/common/flag_right.svg);
}

.yokohama .bg-flag .flag.flag--left {
  background-image: url(../images/yokohama/common/flag_left.svg);
}

.yokohama .c-heading-2, .yokohama .single-participation .entry-content h2, .single-participation .entry-content .yokohama h2, .yokohama .post-single__main h2, .post-single__main .yokohama h2 {
  color: #498286;
}

.yokohama.post-type-archive-exhibitors .booth-badge, .yokohama.single-exhibitors .booth-badge {
  background-color: #FFD6BB;
  color: #498286;
}

.yokohama.post-type-archive-participation .c-lead, .yokohama.post-type-archive-exhibitors .c-lead {
  text-align: center;
  margin-bottom: 4.6666em;
}

.yokohama.post-type-archive-participation .sort .inner, .yokohama.post-type-archive-exhibitors .sort .inner {
  width: 100%;
  max-width: calc( 1080px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.yokohama.post-type-archive-participation .sort__heading, .yokohama.post-type-archive-exhibitors .sort__heading {
  color: #498286;
}

.yokohama.post-type-archive-participation .sort__container, .yokohama.post-type-archive-exhibitors .sort__container {
  background-color: #FFD6BB;
}

.yokohama.post-type-archive-participation .sort__form, .yokohama.post-type-archive-exhibitors .sort__form {
  background-color: #fff;
  padding: 2em;
  border-radius: 5px;
}

.yokohama.post-type-archive-participation .sort__input input[type="checkbox"] + label:before, .yokohama.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:before {
  border-color: #498286;
}

.yokohama.post-type-archive-participation .sort__input input[type="checkbox"] + label:after, .yokohama.post-type-archive-exhibitors .sort__input input[type="checkbox"] + label:after {
  background-color: #FFD6BB;
}

.yokohama.single-participation .exhibitors-sns__item img, .yokohama.single-exhibitors .exhibitors-sns__item img {
  background-color: #5FAEB3;
}

.yokohama .l-mv-sub__top {
  position: relative;
  background-image: url(../images/yokohama/top/mv_bg_yokohama.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .yokohama .l-mv-sub__top {
    background-position: center bottom 50%;
    background-size: 100% auto;
  }
}

/* ==================================================
   大阪
================================================== */

.osaka .l-header .c-logo a{
  padding: 0;
}

.osaka .l-header .c-logo a img{
  width: 100%;
  max-width: 66%;
  display: block;
  margin: 0 auto;
}

.osaka .l-header .c-logo a img.testlogo{
  max-width: 75%;
}

.osaka #hamburger span {
  background: #fff;
}

.osaka .l-header .g-nav {
  background-color: #FFCA37;
}

.osaka .l-header .g-nav__item a {
  color: #272343;
}

.osaka .l-mv-sub{
  background-color: #E75B42;
  height: 102dvh;
}

.osaka .l-mv-sub__top {
  position: relative;
  background-image: url(../images/osaka/top/mv_bg_osaka.png);
  background-position: left top;
  background-repeat: no-repeat;
  border: none;
  padding: 1em 0em 1em 2em;
  justify-content: end;
  flex-flow: row-reverse;
  /*clip-path: path('M0,0H1920V894s-484.424,87.516-964.424,87.516S0,894,0,894Z');*/
  clip-path: url(#clipshape2);
  background-color: #FFFDF2;
  overflow: hidden;
}

.osaka .l-mv-sub .mv-deco{
  position: absolute;
}

.osaka .l-mv-sub .mv-deco.deco01 {
 display: none;
 z-index: 9;
} 

.osaka .l-mv-sub .mv-deco.deco02 {
  display: none;
  z-index: 9;
} 

.osaka .l-mv-sub .mv-deco.deco08 {
  top: 8em;
  left: 46%;
  transform: translate(-50%, 0);
  z-index: 9;
} 
 
.osaka .l-mv-sub .mv-deco.deco09 {
  top: 35em;
  left: 3em;
  z-index: 9;
} 

.osaka .l-mv-sub .mv-deco.deco03{
  top: auto;
  right: auto;
  z-index: 9;
  left: 62em;
  bottom: 6em;
  width: 100%;
  max-width: 8%;
  display: none;
}
.osaka .l-mv-sub .mv-demvCharaPCosaka .l-mv-sub__texco.deco04{
  display: none;
  z-index: 9;
}

.osaka .l-mv-sub .mv-deco.deco05{
  top: 67em;
  right: 17px;
  z-index: 9;
  width: 7em;
}

.osaka .l-mv-sub .mv-deco.deco06{
  bottom: 35px;
  left: 58px;
  max-width: 10%;
  width: 100%;
  z-index: 9;
}

.osaka .l-mv-sub .mv-deco.deco07{
  bottom: 45px;
  right: 0;
  z-index: 9;
}
.mvCharaPC{
  z-index: 2;
  width: 40%;
  max-width: 280px;
  display: block;
  position: relative;
  margin: 1em 0 0 0;
  left: 30%;
}
.mvCharaSP{
    width: 50%;
    max-width: 250px;
    margin: 2em auto -1em auto;
    display: none;
}
@media (max-width: 766px) {
  .mvCharaPC{
    display: none;
  }
  .mvCharaSP{
    display: block;
  }
  .osaka .l-mv-sub .mv-deco.deco05{
    top: 40em;
    right: 17px;
    width: 3.2em;
  }
}
.osaka .l-mv-sub__top::before{
  content: '';
  background: url(../images/osaka/top/bg_orange.png) no-repeat;
  background-size: contain;
  width: 61%;
  height: 1185px;
  position: absolute;
  top: -222px;
  right: 0;
}

.osaka .l-mv-sub__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.25%;
  flex: 0 0 28.25%;
  padding: 0 1.125%;
  text-align: center;
  margin-top: 2%;
}

.osaka .l-mv-sub__slider{
  background: url(../images/osaka/top/bg_yellow.png) no-repeat;
  background-size: cover;
  background-position-y: 26%;
  background-position-x: -65%;
  position: relative;
}

.osaka .l-mv-sub .swiper-wrapper{
  clip-path: url(#clipshape);
}

.osaka .l-mv-sub .swiper-wrapper img{
  width: 100%;
}

.osaka .l-mv-sub__slider .mv-sub-slider .swiper-slide figure{
  background-color: transparent;
  background-color: transparent;
  padding: 0;
}

.osaka .l-mv-sub__slider .mv-sub-slider .swiper-slide figure:before, 
.osaka .l-mv-sub__slider .mv-sub-slider .swiper-slide figure:after {
  content: none;
}

.osaka .l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:before,
.osaka .l-mv-sub__slider .mv-sub-slider .swiper-slide figure span:after {
  content: none;
}

.osaka .l-mv-sub__scroll{
  background-color: #E75B42;
  z-index: 1;
}

.osaka .c-heading-1 .c-heading__item{
  color: #782C2C;
}

.osaka .c-heading-4{
  color: #782C2C;
}

.osaka .l-mv-sub__slider {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 53.75%;
    flex: 0 0 53.75%;
    max-width: 53.75%;
    position: relative;
   
    margin-left: 5%;
    top:-10%;
}

.osaka .top-gallery__slider .top-gallery-slider .swiper-slide figure {
  background-color: #FFCA37;
}

.osaka .top-gallery__slider .top-gallery-slider .swiper-slide figure:before, 
.osaka .top-gallery__slider .top-gallery-slider .swiper-slide figure:after {
  content: none;
}

.osaka .top-gallery__slider .top-gallery-slider .swiper-slide figure span:before,
.osaka .top-gallery__slider .top-gallery-slider .swiper-slide figure span:after {
  content: none;
}


.osaka .l-mv-sub__text .c-copy{
  font-family: 'Kaisei Tokumin', serif !important;
  color: #E50050;
  font-size: 2.5rem;
}

.osaka .l-mv-sub__text .c-copy {
  padding: 0.5em 0;
  border-bottom: none;
  border-top: none;
}

.osaka .l-mv-sub__text .c-copy:before, 
.osaka .l-mv-sub__text .c-copy:after {
  content: none;
}

.osaka .l-mv-sub__text .c-copy__inner:before, 
.osaka .l-mv-sub__text .c-copy__inner:after {
  content: none;
}

.osaka .btn--yokohama,
.btn--osaka {
  background: linear-gradient(45deg, transparent 6px, #FFAC41 6px), linear-gradient(135deg, transparent 6px, #FFAC41 6px), linear-gradient(225deg, transparent 6px, #FFAC41 6px), linear-gradient(315deg, transparent 6px, #FFAC41 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .btn--yokohama .border .text,
.btn--osaka .border .text {
  background: linear-gradient(45deg, transparent 3px, #FFAC41 4px), linear-gradient(135deg, transparent 3px, #FFAC41 4px), linear-gradient(225deg, transparent 3px, #FFAC41 4px), linear-gradient(315deg, transparent 3px, #FFAC41 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .footer-cta{
  background-color:#E75B42;
}

.osaka .l-footer{
  background-color: #FFFAD8;
}

.osaka .bg-flag .flag.flag--right{
  top: 0;
  right: 0;
  background-image: url(../images/top_2025_obj1-2.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

.osaka .bg-flag .flag.flag--left {
  top: 0;
  left: 0;
  background-image: url(../images/top_2025_obj1-1.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}

.osaka .btn--more {
  background: linear-gradient(45deg, transparent 6px, #FFAC41 6px), linear-gradient(135deg, transparent 6px, #FFAC41 6px), linear-gradient(225deg, transparent 6px, #FFAC41 6px), linear-gradient(315deg, transparent 6px, #FFAC41 6px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .btn--more .border .text {
  padding: 9px 2em;
  height: 100%;
  background: linear-gradient(45deg, transparent 3px, #FFAC41 4px), linear-gradient(135deg, transparent 3px, #FFAC41 4px), linear-gradient(225deg, transparent 3px, #FFAC41 4px), linear-gradient(315deg, transparent 3px, #FFAC41 4px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .top-sns__item {
  background-color: #E75B42;
}

.osaka .featured__item {
  -ms-flex-preferred-size: calc( 50% - 1.14em);
  flex-basis: calc( 50% - 1.14em);
  border: 24px solid;
  -o-border-image: url(../images/osaka/top/top_featured_border.svg) round;
  border-image: url(../images/osaka/top/top_featured_border.svg) round;
  border-image-slice: 24 fill;
}

.osaka .post-archive__side .featured__item {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.osaka .post-archive__side .c-heading-3 {
  color: #782C2C;
}

.osaka .post-archive__side .archive__list select {
  border: 1px solid #FFA32C;
}

.osaka .post-archive__side .category__item {
  border-bottom: 1px solid #FFA32C;
}

.osaka .post-archive__side .category__item {
  border-bottom: 1px solid #FFA32C;
}

.osaka .post-archive__side .category__item a:after {
  border-color: transparent transparent transparent #FFA32C;
}

.osaka .post-archive__side .archive__list:after {
  border-color: #FFA32C transparent transparent transparent;
}

.osaka .c-cat {
  display: inline-block;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding: 0 1em;
  border: 8px solid;
  -o-border-image: url(../images/osaka/common/cat_border_1.svg) round;
  border-image: url(../images/osaka/common/cat_border_1.svg) round;
  border-image-slice: 8 fill;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0.5em 0.5em 0;
}

.osaka .top-gallery__slider .top-gallery-slider .swiper-button-prev:after,
.osaka .top-gallery__slider .top-gallery-slider .swiper-button-next:after{
  background-color: #272343;
}


.osaka .visitor-info-outline__table .c-table th{
  color: #782C2C;
}

.osaka .visitor-info-venue__map{
  background-color: #FFCA37;
}

.osaka .visitor-info-access__item .c-heading, 
.osaka .visitor-info-access__item .c-heading-1, 
.osaka .visitor-info-access__item .c-heading-2, 
.osaka .visitor-info-access__item .single-participation .entry-content h2, 
.osaka .single-participation .entry-content .visitor-info-access__item h2, 
.osaka .visitor-info-access__item .post-single__main h2, 
.osaka .post-single__main .visitor-info-access__item h2, 
.osaka .visitor-info-access__item .c-heading-3, 
.osaka .visitor-info-access__item .c-heading-4 {
  color: #782C2C;
}

.osaka .c-list-1__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8em;
  flex: 0 0 8em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border: 8px solid;
  -o-border-image: url(../images/osaka/common/cat_border_1.svg) round;
  border-image: url(../images/osaka/common/cat_border_1.svg) round;
  border-image-slice: 8 fill;
  font-weight: 600;
  line-height: 1;
  margin: 0 0.5em 0.5em 0;
}

.osaka .visitor-info-about__title {
  color: #782C2C;
}

.osaka .present__list .c-list-1__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8em;
  flex: 0 0 8em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border: 8px solid;
  -o-border-image: url(../images/osaka/common/cat_border_3.svg) round;
  border-image: url(../images/osaka/common/cat_border_3.svg) round;
  border-image-slice: 8 fill;
  font-weight: 600;
  line-height: 1;
  margin: 0 0.5em 0.5em 0;
}

.osaka .present__list .present__item .c-media {
  border: 4px solid #FFCA37;
}

.osaka .top-participation .post-archive__item{
  -ms-flex-preferred-size: calc( 25% - 3em);
  flex-basis: calc( 25% - 3em);
}

.osaka .c-tab__index, .c-tab__index:hover, 
.osaka .c-tab__index:visited {
  position: relative;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 1px;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 0.75em 0;
  text-align: center;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  cursor: pointer;
  line-height: 1.34;
  font-weight: 600;
  color: #2D334A;
  background: linear-gradient(45deg, #FFA32C 0.4em, #FFA32C 0.4em), linear-gradient(135deg, transparent 0.4em, #FFA32C 0.4em), linear-gradient(225deg, transparent 0.4em, #FFA32C 0.4em), linear-gradient(315deg, #FFA32C 0.4em, #FFA32C 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .c-tab input[name*="tab_index"]:not(:checked) + .c-tab__index .border {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  color: #2D334A;
  background: linear-gradient(45deg, #FFCA37 0.4em, #FFCA37 0.4em), linear-gradient(135deg, transparent 0.4em, #FFCA37 0.4em), linear-gradient(225deg, transparent 0.4em, #FFCA37 0.4em), linear-gradient(315deg, #FFCA37 0.4em, #FFCA37 0.4em);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.osaka .event-schedule .event-timetable__item {
  color: #2D334A;
}

.osaka .event-schedule .event-timetable__title {
  color: #782C2C;
}

.osaka .c-tab__box {
  display: none;
  width: 100%;
  border: 10px solid;
  -o-border-image: url(../images/osaka/top/top_news_border.svg) 10 round;
  border-image: url(../images/osaka/top/top_news_border.svg) 10 round;
  padding: 5.26em 7.66em 4.6em;
}

.osaka.single-participation .post-single.seminar .participation-cta, 
.osaka.single-participation .post-single.fitness .participation-cta, 
.osaka.single-exhibitors .post-single.seminar .participation-cta, 
.osaka.single-exhibitors .post-single.fitness .participation-cta {
  width: 100%;
  margin-top: 4em;
  padding: 2em;
  border: 10px solid;
  -o-border-image: url(../images/osaka/top/top_news_border.svg) 10 round;
  border-image: url(../images/osaka/top/top_news_border.svg) 10 round;
  background-color: #FFEBB5;
  text-align: center;
}

.osaka.single-participation .exhibitors-products__item .c-text h4, 
.osaka.single-exhibitors .exhibitors-products__item .c-text h4{
  background-color: #FFFAD8;
}



@media screen and (max-width: 1600px) {

  .osaka .l-mv-sub .mv-deco.deco09 {
    left: 1em;
    max-width: 9%;
    width: 100%;
  }

  .osaka .l-mv-sub__text .c-copy {
    font-size: 1.6rem;
  }

  .osaka .l-mv-sub .mv-deco.deco03 {
    left: 48em;
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .osaka .l-mv-sub {
      background-color: #E75B42;
      height: 92dvh;
  }

  .osaka .l-mv-sub__top::before {
    width: 70%;
    height: 1185px;
    top: -209px;
    right: -67px;
  }

  .osaka .l-mv-sub .mv-deco.deco08 {
    max-width: 16%;
    width: 100%;
  }

  .osaka .l-mv-sub__text {
    padding: 0 0;
  }
}

@media screen and (max-width: 767px) {

  .osaka .l-mv-sub {
    height: auto;
    padding-bottom: 4.25em;
  } 

  .osaka .l-mv-sub__top {
    display: block;
    background-image: none;
    background-size: cover;
    background-position: center;
    clip-path: url(#clipshape3);
    padding: 0 0 6em;
  }

  .osaka .l-mv-sub__top::before{
    content: '';
    background: url(../images/osaka/top/bg_orange.png) no-repeat;
    background-size: contain;
    width: 380px;
    height: 360px;
    position: absolute;
    top: -50px;
    left: -52px;
    right: auto;
  }

  .osaka .l-mv-sub .mv-deco.deco01 {
    top: 0em;
    left: 1em;
    z-index: 2;
    display: block;
  } 

  .osaka .l-mv-sub .mv-deco.deco02 {
    top: 25em;
    left: 1em;
    max-width: initial;
    width: auto;
    display: block;
    z-index: 2;
  } 

  .osaka .l-mv-sub .mv-deco.deco03{
    top: 26em;
    right: 1em;
    left: auto;
    z-index: 2;
    max-width: initial;
    width: auto;
    display: block;
  }

  .osaka .l-mv-sub .mv-deco.deco04{
    top: 42em;
    left: 17px;
    display: block;
  }

  .osaka .l-mv-sub .mv-deco.deco05{
    top: 40em;
    right: 17px;
  }

  .osaka .l-mv-sub .mv-deco.deco06{
    bottom: 34px;
    left: 0;
    width: auto;
    max-width: inherit;
  }

  .osaka .l-mv-sub .mv-deco.deco07{
    bottom: 45px;
    right: 0;
    F
  }

  .osaka .l-mv-sub .mv-deco.deco08,
  .osaka .l-mv-sub .mv-deco.deco09{
    display: none;
  }


  .osaka .l-mv-sub__text {
    padding: 0 3em;
  }

  .osaka .l-mv-sub__scroll {
    height: 4.25em;
  }

  .osaka .l-mv-sub__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 94.75%;
    flex: 0 0 94.75%;
    max-width: 94.75%;
    margin-left: 5%;
    margin-top: 14%;
  }

  .osaka .l-mv-sub__text .c-copy {
    font-size: 1.6rem;
  }

  .osaka .featured__item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .osaka .top-participation .post-archive__item {
    flex-basis: 100%;
    margin-right: 0;
  }
  
}

@media only screen and (min-width: 480px) and (max-width: 991px){
  .osaka .top-participation .post-archive__item {
      -ms-flex-preferred-size: calc( 50% - 1em);
      flex-basis: calc( 50% - 1em);
      margin-right: 0;
  }

  .osaka .top-participation .post-archive__item:nth-child(n+3) {
    margin-top: 0em;
  }

  .osaka .top-participation .post-archive__item:nth-child(odd) {
    margin-right: 2em;
  }

}

@media screen and (min-width: 768px){
  .osaka .top-participation .post-archive__item:nth-child(n+4) {
    margin-top: 0em;
  }
}



/* ==================================================
   Q&A
================================================== */
.qa__list:nth-of-type(n+2) {
  padding-top: 6em;
}

.qa__item:nth-of-type(n+2) {
  margin-top: 2em;
}

.qa__item .accordion__title,
.qa__item .accordion__content__inner {
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__title,
  .qa__item .accordion__content__inner {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.qa__item .accordion__title:before,
.qa__item .accordion__content__inner:before {
  position: absolute;
  top: 0;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__title:before,
  .qa__item .accordion__content__inner:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

.qa__item .accordion__title {
  padding: 1em 6em 1em 6em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__title {
    padding: 0.5em 2em 1em 4em;
  }
}

.qa__item .accordion__title:before {
  content: 'Q';
  left: 0;
  background-color: #2D334A;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__title:before {
    width: 2em;
    height: 2em;
  }
}

.qa__item .accordion__title:after {
  position: absolute;
  top: 1.5em;
  right: 2.64em;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.72em 0.36em 0 0.36em;
  border-color: #272343 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__title:after {
    top: 1em;
    right: 0.6em;
  }
}

.qa__item .accordion__title span {
  font-size: 1.1333em;
}

.qa__item .accordion__content__inner {
  margin-top: 1.5em;
  padding: 0.75em 6em 0.75em 6em;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__content__inner {
    margin-top: 1em;
    padding: 0.5em 2em 1em 4em;
  }
}

.qa__item .accordion__content__inner:before {
  content: 'A';
  left: 0.2em;
  background-color: #FFCA37;
  width: 1.78em;
  height: 1.78em;
  line-height: 1.78em;
}

@media screen and (max-width: 767px) {
  .qa__item .accordion__content__inner:before {
    width: 2em;
    height: 2em;
    left: 0;
  }
}

.accordion__title {
  cursor: pointer;
}

.accordion__content {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease height;
  transition: 0.2s ease height;
}

/* ==================================================
   プレゼント情報
================================================== */
.present .c-lead {
  text-align: center;
  max-width: 100%;
  margin-bottom: 4em;
}

.present__list {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.present__list .present__item .c-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 4px solid #d8544f;
  margin-bottom: 1em;
  border-radius: 10px;
}

.present__list .present__item .c-media:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66%;
}

.present__list .present__item .c-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.present__list .present__item .c-text .c-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.present__list .present__item .c-text .c-list-1 {
  margin-top: 1em;
}

.present__list.visitor .present__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2em);
      flex-basis: calc( 33.3333% - 2em);
}

@media screen and (min-width: 768px) {
  .present__list.visitor .present__item:not(:nth-child(3n)) {
    margin-right: 3em;
  }
  .present__list.visitor .present__item:nth-child(n+4) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .present__list.visitor .present__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .present__list.visitor .present__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.present__list.past .present__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2em);
      flex-basis: calc( 33.3333% - 2em);
}

@media screen and (min-width: 768px) {
  .present__list.past .present__item:not(:nth-child(3n)) {
    margin-right: 3em;
  }
  .present__list.past .present__item:nth-child(n+4) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .present__list.past .present__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .present__list.past .present__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.present__list.cat1 .present__item {
  -ms-flex-preferred-size: calc( 50% - 1.5em);
      flex-basis: calc( 50% - 1.5em);
}

@media screen and (min-width: 768px) {
  .present__list.cat1 .present__item:not(:nth-child(2n)) {
    margin-right: 3em;
  }
  .present__list.cat1 .present__item:nth-child(n+3) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .present__list.cat1 .present__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .present__list.cat1 .present__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.present__list.cat2 .present__item {
  -ms-flex-preferred-size: calc( 33.3333% - 2em);
      flex-basis: calc( 33.3333% - 2em);
}

@media screen and (min-width: 768px) {
  .present__list.cat2 .present__item:not(:nth-child(3n)) {
    margin-right: 3em;
  }
  .present__list.cat2 .present__item:nth-child(n+4) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .present__list.cat2 .present__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .present__list.cat2 .present__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.present__list.cat3 .present__item {
  -ms-flex-preferred-size: calc( 25% - 1.5em);
      flex-basis: calc( 25% - 1.5em);
}

@media screen and (min-width: 768px) {
  .present__list.cat3 .present__item:not(:nth-child(4n)) {
    margin-right: 2em;
  }
  .present__list.cat3 .present__item:nth-child(n+5) {
    margin-top: 2em;
  }
}

@media screen and (max-width: 767px) {
  .present__list.cat3 .present__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .present__list.cat3 .present__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.present__list:nth-of-type(n+2) {
  margin-top: 4em;
}

.present .inner {
  width: 100%;
  max-width: calc( 1425px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.present .c-tab__container {
  visibility: hidden;
  height: 0;
  width: 100%;
}

.present .c-tab__box {
  display: block;
  padding: 5.3333em;
}

@media screen and (max-width: 767px) {
  .present .c-tab__box {
    padding: 1em;
  }
}

.present input[name*="tab_index"][data-index="1"]:checked ~ .c-tab__container[data-index="1"] {
  visibility: visible;
  height: auto;
}

.present input[name*="tab_index"][data-index="2"]:checked ~ .c-tab__container[data-index="2"] {
  visibility: visible;
  height: auto;
}

.present .c-empty {
  margin: 4em 0;
}

.c-list-1 {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-list-1__title:nth-child(n+3), .c-list-1__content:nth-child(n+3) {
  margin-top: 0.5em;
}

.c-list-1__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  border: 8px solid;
  -o-border-image: url(../images/common/cat_border_1.svg) round;
     border-image: url(../images/common/cat_border_1.svg) round;
  border-image-slice: 8 fill;
  font-weight: 600;
  line-height: 1;
  margin: 0 0.5em 0.5em 0;
}

.c-list-1__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc( 100% - 8em);
          flex: 0 0 calc( 100% - 8em);
  padding-left: 1em;
  padding-top: 0.2em;
  font-size: 13px;
  font-size: 1.3rem;
}

/* ==================================================
   フード情報
================================================== */
.food .top-gallery__slider{
  margin: 0;
}
.food .c-lead {
  text-align: center;
  max-width: 100%;
  margin-bottom: 4em;
}

.food__list {
  width: 100%;
  
}

.food__item {
  -ms-flex-preferred-size: calc( 25% - 2.5em);
      flex-basis: calc( 25% - 2.5em);
}

.home .food__list {
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .food__item:not(:nth-child(4n)) {
    margin-right: 3em;
  }
  .food__item:nth-child(n+5) {
    margin-top: 3em;
  }
}

@media screen and (max-width: 767px) {
  .food__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .food__item:nth-child(n+2) {
    margin-top: 3em;
  }
}

.food__item .c-media {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
  margin: 0;
}

.food__item .c-media:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66%;
}

.food__item .c-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.food__item .c-text {
  margin-top: 2em;
}

.food__item .c-text .c-cat {
  margin-bottom: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 0.2em;
}
.food__item .food__itemc-catSP {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    margin-bottom: 1.2em;
    font-size: 1.1em;
}

.food__item .c-text .c-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.food__item .c-text .c-price {
  margin-top: 0.5em;
  font-size: 14px;
  font-size: 1.4rem;
}

.food__image {
  position: relative;
  padding: 8px;
  background-color: #FFD6BB;
}

@media screen and (max-width: 767px) {
  .food__item .c-text .c-cat {
    display: none;
  }
  .food__item .food__itemc-catSP {
    display: inline-block;
  }
  .food__image {
    max-width: 26em;
    margin: 0 auto;
  }
}

.food__image:before, .food__image:after {
  content: '';
  position: absolute;
  top: 8px;
  border-style: solid;
  z-index: 10;
}

.food__image:before {
  left: 8px;
  border-width: 11px 13px 0 0;
  border-color: #FFD6BB transparent transparent transparent;
}

.food__image:after {
  right: 8px;
  border-width: 0 13px 11px 0;
  border-color: transparent #FFD6BB transparent transparent;
}

.food__image__inner:before, .food__image__inner:after {
  content: '';
  position: absolute;
  bottom: 8px;
  border-style: solid;
  z-index: 10;
}

.food__image__inner:before {
  right: 8px;
  border-width: 0 0 11px 13px;
  border-color: transparent transparent #FFD6BB transparent;
}

.food__image__inner:after {
  left: 8px;
  border-width: 11px 0 0 13px;
  border-color: transparent transparent transparent #FFD6BB;
}

@media screen and (max-width: 767px) {
  .food__image {
    padding: 4px;
  }
  .food__image:before, .food__image:after {
    top: 4px;
  }
  .food__image:before {
    left: 4px;
  }
  .food__image:after {
    right: 4px;
  }
  .food__image__inner:before, .food__image__inner:after {
    bottom: 4px;
  }
  .food__image__inner:before {
    right: 4px;
  }
  .food__image__inner:after {
    left: 4px;
  }
}

.food__menu__title {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 2em;
  padding: 0.5em 1em;
  background-color: #eee;
  font-weight: 600;
}

.food__menu__item {
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .food__menu__item {
    padding: 0 1em;
  }
}

.food__menu__item__title {
  font-weight: 600;
}

.food__menu__item__price {
  margin-top: 0;
}

.food__menu__item:nth-child(n+2) {
  /*margin-top: 1em;*/
}

.food .inner {
  width: 100%;
  max-width: calc( 1425px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

.food .c-empty {
  margin: 4em 0;
}

.food .c-btn-box {
  margin-top: 2em;
}

.page-template-page-food .food__item {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

.page-template-page-food .food__item:nth-child(n+2) {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 2px dotted #ddd;
}

@media screen and (max-width: 767px) {
  .page-template-page-food .food__item:nth-child(n+2) {
    margin-top: 2em;
    padding-top: 2em;
  }
}

.page-template-page-food .food__item .food__gallery {
  margin-right: 3em;
  width: 50%;
}


@media screen and (max-width: 767px) {
  .page-template-page-food .food__item {
    display: block;
  }
  .page-template-page-food .food__item .food__gallery {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: 0 auto 2em auto;
  }
}

.page-template-page-food .food__item .food__gallery .food__image:nth-child(n+2) {
  margin-top: 1em;
}

.page-template-page-food .food__item .food-gallery__main {
  margin-top: 0em;
}

.page-template-page-food .food__item .food-gallery__main .swiper-slide {
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.page-template-page-food .food__item .food-gallery__main .swiper-slide img {
  /*max-height: 30em;*/
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  object-fit: contain;
}

.page-template-page-food .food__item .c-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .page-template-page-food .food__item .c-text {
    margin-top: 0;
  }
}

.page-template-page-food .food__item .c-text .food__menu {
  margin-top: 0.5em;
  display: flex;
  flex-wrap: wrap;/*アイテムの折り返し 折り返さない:nowrap 折り返す:wrap*/
  flex-direction: row;/*アイテムの並び順 左：row 右：row-reverse*/
  justify-content: center;/*水平方向の位置を指定() 中央:center 左揃:flex-start 右揃:flex-end 両端の余白を空けずに均等:space-between*/
  align-items: stretch;/*垂直方向の位置 上下埋:stretch 上揃え:flex-start 上下中央揃:center*/
}

@media screen and (max-width: 767px) {
  .page-template-page-food .food__item .c-text .food__menu__item {
    padding: 0;
  }
}

.page-template-page-food .food__item .c-text .c-desc {
  margin-top: 0em;
  word-break: break-all;
}

.page-template-page-food .food__item .c-text .c-desc a {
  text-decoration: underline;
}

.page-template-page-food .food .inner {
  width: 100%;
  max-width: calc( 1080px + 5% * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
}

/* ==================================================
   Instagram
================================================== */
.instagram {
  padding-left: 3%;
  padding-right: 3%;
}

/* ==================================================
   Foot Print
================================================== */
@-webkit-keyframes footFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes footFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes footPrint {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes footPrint {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.foot {
  width: 1em;
  height: 3em;
  border-radius: 50% 50% 0 0;
  opacity: 1;
  -webkit-animation: footFadeOut 0.5s forwards 2s linear;
          animation: footFadeOut 0.5s forwards 2s linear;
  pointer-events: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .foot {
    display: none !important;
  }
}

.foot .foot-1 {
  -webkit-animation: footPrint 0.05s forwards linear;
          animation: footPrint 0.05s forwards linear;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.foot .foot-2 {
  -webkit-animation: footPrint 0.05s forwards linear;
          animation: footPrint 0.05s forwards linear;
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}

.foot .foot-3 {
  -webkit-animation: footPrint 0.05s forwards linear;
          animation: footPrint 0.05s forwards linear;
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}

.foot .foot-4 {
  -webkit-animation: footPrint 0.05s forwards linear;
          animation: footPrint 0.05s forwards linear;
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

.foot.left .foot-1 {
  background-image: url(../images/common/foot_l_1.png);
}

.foot.left .foot-2 {
  background-image: url(../images/common/foot_l_2.png);
}

.foot.left .foot-3 {
  background-image: url(../images/common/foot_l_3.png);
}

.foot.left .foot-4 {
  background-image: url(../images/common/foot_l_4.png);
}

.foot.right .foot-1 {
  background-image: url(../images/common/foot_r_1.png);
}

.foot.right .foot-2 {
  background-image: url(../images/common/foot_r_2.png);
}

.foot.right .foot-3 {
  background-image: url(../images/common/foot_r_3.png);
}

.foot.right .foot-4 {
  background-image: url(../images/common/foot_r_4.png);
}

.foot span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
}

/* ==================================================
   イベント・プログラム詳細
================================================== */
.single-participation .entry-content .price {
  font-family: Kaisei Tokumin, serif !important;
}

.single-participation .entry-content .reserve {
  padding: 2em;
  font-family: Kaisei Tokumin, serif !important;
  border: 10px solid;
  -o-border-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta/images/top/top_news_border_yokohama.svg) 10 round;
     border-image: url(https://maternity-babyfesta.jp/system/wp-content/themes/maternity-babyfesta/images/top/top_news_border_yokohama.svg) 10 round;
}

.single-participation .entry-content .nodisplay{
  display: none;
}

.wp-block-image .aligncenter img{
  display: block;
  margin: 1em auto;
}

@media screen and (max-width: 767px) {
  .single-participation .entry-content .reserve {
    padding: 1.5em 1em;
  }
}

.single-participation .entry-content .reserve h3 {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 600;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #f5a977;
}

.single-participation .entry-content .reserve h3:nth-child(n+2) {
  margin-top: 1em;
}

.single-participation .entry-content .reserve .wp-block-buttons:nth-child(n+2) {
  margin-top: 1em;
}

.single-participation .entry-content .reserve p:nth-child(n+2) {
  margin-top: 2em;
}

.single-participation .entry-content .reserve .wp-block-spacer + p {
  margin-top: 0;
}

.participation-fitness__list {
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.participation-fitness__item {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5em 1em;
  border: 1px solid #d8544f;
  color: #d8544f;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0.5em 0.5em 0;
}

@media screen and (max-width: 767px) {
  .participation-fitness__item {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ==================================================
   プライバシーポリシー
================================================== */
.privacy-list h2 {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  margin-bottom: 1em;
}

.privacy-list > ol > li:nth-child(n+2) {
  margin-top: 2em;
}

.privacy-list a {
  text-decoration: underline;
}

.btn--youtube {
  background-color: #fff;
  border: 1px solid #9e9e9e;
  padding: 1em;
}

.btn--youtube img {
  display: inline;
  vertical-align: middle;
  margin-right: 0.5em;
  height: 2em;
}

/* ==================================================
   イベントステージタイムテーブル
================================================== */
.event-schedule {
  margin: 0 auto;
}

.event-schedule .c-note {
  text-align: center;
  margin-top: 2em;
}

.event-schedule .c-tab__container {
  visibility: hidden;
  height: 0;
  width: 100%;
}

.event-schedule .c-tab__box {
  display: block;
  padding: 3em;
  position: relative;
}

@media screen and (max-width: 991px) {
  .event-schedule .c-tab__box:before {
    content: '';
    position: absolute;
    top: calc( 1em + 10px);
    left: 1em;
    width: 1px;
    height: calc( 100% - 20px);
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .event-schedule .c-tab__box {
    padding: 1em;
  }
}

.event-schedule input[name*="tab_index"][data-index="1"]:checked ~ .c-tab__container[data-index="1"] {
  visibility: visible;
  height: auto;
}

.event-schedule input[name*="tab_index"][data-index="2"]:checked ~ .c-tab__container[data-index="2"] {
  visibility: visible;
  height: auto;
}

.event-schedule .event-timetable {
  width: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 60em;
  margin: 0 auto;
  width: 100%;
  overflow-x: auto;
}

.event-schedule .event-timetable__box {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__box {
    min-width: 14em;
  }
}

.event-schedule .event-timetable__box.times {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8em;
          flex: 0 0 8em;
  background-color: #fff;
  min-width: 6em;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__box.times {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6em;
            flex: 0 0 6em;
    -webkit-box-ordinal-group: -2;
        -ms-flex-order: -3;
            order: -3;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

.event-schedule .event-timetable__box.times .event-timetable__item {
  font-style: italic;
}

.event-schedule .event-timetable__box.fitness {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
}

.event-schedule .event-timetable__box.fitness .event-timetable__list {
  background-color: #FFFCFB;
}

.event-schedule .event-timetable__box.fitness .event-timetable__btn {
  color: #782613;
}

.event-schedule .event-timetable__box.stage {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.event-schedule .event-timetable__box.stage .event-timetable__list {
  background-color: #FFF8E5;
}

.event-schedule .event-timetable__box.stage .event-timetable__btn {
  -o-border-image: url(../images/common/btn_border_pyellow.png) 12 fill;
     border-image: url(../images/common/btn_border_pyellow.png) 12 fill;
  color: #69490b;
}

.event-schedule .event-timetable__box.maternitybabyschool .event-timetable__list {
  background-color: #f4fbf3;
}

.event-schedule .event-timetable__box.maternitybabyschool .event-timetable__btn {
  -o-border-image: url(../images/common/btn_border_green.png) 12 fill;
     border-image: url(../images/common/btn_border_green.png) 12 fill;
  color: #105136;
}

.event-schedule .event-timetable__box.experience .event-timetable__list {
  background-color: #ebf6ff;
}

.event-schedule .event-timetable__box.experience .event-timetable__btn {
  -o-border-image: url(../images/common/btn_border_pblue.png) 12 fill;
     border-image: url(../images/common/btn_border_pblue.png) 12 fill;
  color: #08273a;
}

.event-schedule .event-timetable__title {
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-weight: 600;
  color: #407E82;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.event-schedule .event-timetable__list {
  position: relative;
}

.event-schedule .event-timetable__item {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: Lobster Two, cursive !important;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #407E82;
  height: 60px;
  line-height: 1;
  padding: 1px;
}

.event-schedule .event-timetable__item:not(:last-child) {
  border-bottom: 1px solid #DCB69E;
}

.event-schedule .event-timetable__btn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 90%;
  min-height: 80px;
  border: 12px solid;
  -o-border-image: url(../images/common/btn_border_pink.png) 12 fill;
     border-image: url(../images/common/btn_border_pink.png) 12 fill;
}

.event-schedule .event-timetable__btn:hover {
  opacity: 1;
  letter-spacing: 0;
}

.event-schedule .event-timetable__btn h3 {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.2;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__btn h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.event-schedule .event-timetable__btn p {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__btn p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.event-schedule .event-timetable__pin {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 94%;
  height: 40px;
  padding-top: 3px;
  background-color: #ffc7ad;
  border-radius: 22px;
}

.event-schedule .event-timetable__pin h3 {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__pin h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.event-schedule .event-timetable__pin p {
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (max-width: 991px) {
  .event-schedule .event-timetable__pin p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* ==================================================
   タイムカプセルコーナー
================================================== */
.entry-content .single-eyecatch {
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.entry-content .letter {
  position: relative;
  background-image: url(../images/participation/letter_middle.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 14em 6em;
  max-width: 60em;
  margin: 6em auto 0;
}

.entry-content .letter2 {
  position: relative;
  background-image: url(../images/participation/letter_middle2.png);
  background-repeat: repeat-y;
  background-size: 100% auto;
  padding: 14em 6em;
  max-width: 60em;
  margin: 6em auto 0;
}

@media screen and (max-width: 991px) {
  .entry-content .letter {
    padding: 18vw 3vw;
  }
}

.entry-content .letter:before, .entry-content .letter:after,
.entry-content .letter2:before, .entry-content .letter2:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
}

.entry-content .letter:before {
  top: 0;
  background-image: url(../images/participation/letter_top.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 18%;
}

.entry-content .letter2:before {
  top: 0;
  background-image: url(../images/participation/letter_top2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 18%;
}

.entry-content .letter:after {
  bottom: 0;
  background-image: url(../images/participation/letter_bottom.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 15%;
}

.entry-content .letter2:after {
  bottom: 0;
  background-image: url(../images/participation/letter_bottom2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-bottom: 26%;
}

.entry-content .letter p {
  color: #da627d;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}

.entry-content .letter2 p {
  color: #A24C14;
  font-family: Kaisei Tokumin, serif !important;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .entry-content .letter p,
  .entry-content .letter2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.entry-content .letter p:nth-child(n+2),
.entry-content .letter2 p:nth-child(n+2) {
  margin-top: 2em;
}

/* ==================================================
   イベント終了告知
================================================== */

.event-closed {
  margin: 4em 0;
  text-align: center;
  padding: 2em;
  background-color: #FFF7E2;
  border-radius: 6px;
}
.event-closed h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
.event-closed a {
  text-decoration: underline;
}

.event-closed .c-btn-box {
  margin-top: 0;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .event-closed {
    padding: 1.5em;
  }
}

/* ==================================================
   2023.06.26 追加
================================================== */

.toportal-btn{
  color: #782C2C!important;
  background-color: #fff;
  border: 1px solid #782C2C;
  padding-right: 2em;
  padding: 0.5em 2em 0.5em 1em!important;
  font-size: 0.9em;
  max-width: 100px;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
}

.toportal-btn:after {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2em 0 0.2em 0.4em;
  border-color: transparent transparent transparent #782C2C;
}

.toportal-btn.pc{
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(0px, -50%);

}


@media screen and (max-width: 1280px) {

  .l-header .g-nav__item a {
    padding: 0 1em;
    font-size: 1.3rem;
  }

  .l-header .c-logo {
    flex: 0 0 13.6em;
  }

}

@media screen and (max-width: 1227px) {

  .toportal-btn.pc{
    max-width: 58px;
    padding: 0.5em 1em 0.5em 0.5em;
  }
  
}


@media screen and (max-width: 991px) {

  .toportal-btn.pc{
    display: none;
  }

}

.l-header .g-nav__btn {
  position: fixed;
  top: 5em;
  right: 0em;
}

.l-header .g-nav__btn a {
  display: block;
  max-width: 200px;
}

.l-header .g-nav__btn .btn-register{
  display: none;
}

#drawer-menu .other-btn a{
  max-width: 185px;
  width: 100%;
  margin: 0 auto;
  display: block;
}

#drawer-menu .other-btn a img{
  display: block;
  width: 100%;
}

@media screen and (max-width: 1279px){
  .l-header .g-nav__btn {
    max-width: 15vw;
    top: auto;
    bottom: 0;
    right: 0;
    width: auto;
    max-width: none;
    text-align: center;
    display: flex;
    justify-content: flex-end;
  }

  .l-header .g-nav__btn a {
    display: inline-block;
    max-width: 60%;
  } 

  .l-header .g-nav__btn .btn-register{
    display:none;
  }

  .l-header .g-nav__btn .hidesp{
    display: none;
  }

}

@media screen and (min-width: 1280px){
  .l-header .g-nav__btn {
      max-width: 15vw;
  }
}


/* ==================================================
   イベント終了告知
================================================== */

.event-closed {
  margin: 4em 0;
  text-align: center;
  padding: 2em;
  background-color: #FFF7E2;
  border-radius: 6px;
}
.event-closed h2 {
  font-size: 2.4rem;
  font-weight: 600;
}
.event-closed a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .event-closed {
    padding: 1.5em;
  }
}

/*トップページ等のリビールのアニメーション要素ここから*/

/*アニメさせたい全ての要素にこのクラスをつけてください*/
.AnimateRoot{
  opacity: 0;
}
/*汎用パララックスアニメーション*/
.fadeAndZoom{
animation-name:fadeAndZoom;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeAndZoom{
  from {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }
  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

.fadeUp{
animation-name:fadeUp;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeUp{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeDown{
animation-name:fadeDown;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeDown{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeRight{
animation-name:fadeRight;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeRight{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.fadeLeft{
animation-name:fadeLeft;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
@keyframes fadeLeft{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*トップページ等のリビールのアニメーション要素ここまで*/