@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

body {
  position: relative;
  background-color: #ebebeb;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  line-height: calc(22.75 / 13);
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #474647;
  -webkit-font-smoothing: subpixel-antialiased;
}
a.click-area-link:hover path,
a.click-area-link:hover rect,
a.click-area-link:hover polygon{
  fill:#ebebeb;
}
@media (max-width: 799px) {
  body {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl,
dd {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  word-break: break-all;
}

figure {
  margin: 0;
  line-height: 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

pre {
  margin: 0;
  font-family: inherit;
  white-space: inherit;
}

p a,
dd a,
pre a {
  display: inline;
  border-bottom: 1px solid #FF4200;
  text-decoration: none;
  color: inherit;
}
p a:hover,
dd a:hover,
pre a:hover {
  border-bottom: 0;
}

html:not(.viewport--fixed) {
  -webkit-text-size-adjust: 100%;
}


/*巡回情報追記2022/08*/
.common-past__button{
        margin-top: 20px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 2px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#CCCCCC));
    background: linear-gradient(to bottom, #eee, #CCCCCC);
}
.common-past__message{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

/*巡回情報追記2022/08 ココマデ*/
.header {
  position: fixed;
  left: 50%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 3px 3px 5px #ffffff;
          box-shadow: 3px 3px 5px #ffffff;
  margin-top: 15px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #B3B3B3;
  padding: 5px 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (max-width: 799px) {
  .header {
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-top: 0;
    background-color: #ebebeb;
    border: 0;
    padding: 10px 15px;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.header-logo {
  margin-left: 10px;
  margin-right: 10px;
  width: 80px;
}
@media (max-width: 799px) {
  .header-logo {
    position: relative;
    z-index: 99999999;
    margin-left: 0;
    margin-right: 0;
    width: 120px;
  }
}
.header-menu {
  display: none;
}
@media (max-width: 799px) {
  .header-menu {
    position: relative;
    z-index: 99999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 3px 3px 5px #ffffff;
            box-shadow: 3px 3px 5px #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #B3B3B3;
    padding: 10px;
  }
}
.header-menu__inner {
  position: relative;
  width: 40px;
  height: 40px;
}
.header-menu__line {
  background-color: #f15a23;
  width: 100%;
  height: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-menu__line:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.header-menu__line:nth-of-type(1).is-active {
  -webkit-transform: translateY(7px) rotate(20deg);
          transform: translateY(7px) rotate(20deg);
}
.header-menu__line:nth-of-type(2) {
  position: absolute;
  top: 14px;
  left: 0;
}
.header-menu__line:nth-of-type(2).is-active {
  -webkit-transform: translateY(-7px) rotate(-20deg);
          transform: translateY(-7px) rotate(-20deg);
}
.header-menu__text {
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media (max-width: 799px) {
  .header-nav {
    position: fixed;
    top: 87px;
    left: 0;
    z-index: 999;
    background-color: #ebebeb;
    width: 100%;
    height: calc(100vh - 87px);
    -webkit-transform: translateY(-100vh);
            transform: translateY(-100vh);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    overflow-y: auto;
  }
}
@media (max-width: 799px) {
  .header-nav.is-active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 799px) {
  .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 15px;
  }
}
.header-nav__item {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 799px) {
  .header-nav__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 799px) {
  .header-nav__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
.header-nav__item--top {
  width: 35px;
}
@media (max-width: 799px) {
  .header-nav__item--top {
    margin-bottom: 30px;
  }
}
.header-nav__item--top img {
  vertical-align: bottom;
}
.header-nav__item--store {
  width: 135px;
    position: relative;
}
.header-nav__item--store:before {
        position: absolute;
    content: "";
    background-image: url(../images/common/nav_icon_new.svg);
    right: 0;
    top: -12px;
    width: 50px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.header-nav__item--about {
  width: 55px;
}
.header-nav__item--event {
  width: 53px;
}
.header-nav__item--ticket {
  width: 59px;
}
.header-nav__item--exhibition {
  width: 97px;
}
.header-nav__item--goods {
  width: 58px;
}
.header-nav__item--notice {
  width: 61px;
}
.header-nav__item--faq {
  width: 41px;
}
.header-nav__item--faq img {
  vertical-align: bottom;
}
@media (max-width: 799px) {
  .header-nav__link {
    text-align: center;
  }
}
.header-nav__link:hover {
  opacity: 0.8;
}

@media (min-width: 800px) {
  .home .header {
    position: absolute;
    left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    border: 0;
    margin-top: 0;
    padding: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (min-width: 800px) {
  .home .header-logo {
    margin: 10px 0 50px;
    width: 180px;
  }
}
@media (min-width: 800px) {
  .home .header-nav {
    position: relative;
  }
}
@media (min-width: 800px) {
  .home .header-nav::before {
    content: "";
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, from(#E50012), to(#F9BE00));
    background: linear-gradient(to bottom, #E50012, #F9BE00);
    width: 6px;
    height: 100%;
  }
}
@media (min-width: 800px) {
  .home .header-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item:not(:last-child) {
    margin-bottom: 36px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--top {
    margin-bottom: 30px !important;
    width: 58px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--store {
    width: 237px;
    position: relative;
  }
      .home .header-nav__item--store:before {
    position: absolute;
          content: "";
          background-image: url(../images/common/nav_icon_new.svg);
          right: 0;
          top:-18px;
          width:50px;
          height: 16px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: bottom right;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--about {
    width: 92px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--event {
    width: 89px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--ticket {
    width: 99px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--exhibition {
    width: 162px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--goods {
    width: 97px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--notice {
    width: 101px;
  }
}
@media (min-width: 800px) {
  .home .header-nav__item--faq {
    width: 68px;
  }
}
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 799px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer-copyright {
  display: block;
  text-align: center;
  line-height: calc(17 / 12);
  letter-spacing: 0.2em;
  font-size: 12px;
}

.common-br--pc {
  display: block;
}
@media (max-width: 799px) {
  .common-br--pc {
    display: none;
  }
}
.common-br--sp {
  display: none;
}
@media (max-width: 799px) {
  .common-br--sp {
    display: block;
  }
}
.common-container {
  padding-top: 150px;
}
@media (max-width: 799px) {
  .common-container {
    padding-top: 87px;
  }
}
.common-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 800px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 799px) {
  .common-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.common-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 799px) {
  .common-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common-content {
  margin-bottom: 60px;
  width: 100%;
}
@media (max-width: 799px) {
  .common-content {
    margin-bottom: 30px;
  }
}
.common-content--half {
  width: calc(385 / 800 * 100%);
}
@media (max-width: 799px) {
  .common-content--half {
    width: 100%;
  }
}
.common-content__heading {
  margin-bottom: 5px;
  text-align: right;
}
.common-content__heading img {
  width: auto;
  height: 30px;
}
.common-content__text-heading {
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 799px) {
  .common-content__text-heading {
    margin-bottom: 15px;
      font-size:14px;
  }
    
    .common-content__text-heading br{
        display:none;
    }
}
.common-content__container {
  -webkit-box-shadow: 3px 3px 5px #aaaaaa;
          box-shadow: 3px 3px 5px #aaaaaa;
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 799px) {
  .common-content__container {
    padding: 20px;
  }
}
.common-content__wrapper {
  margin-bottom: 40px;
}
@media (max-width: 799px) {
  .common-content__wrapper {
    margin-bottom: 20px;
  }
}
.common-content__wrapper:last-child {
  margin-bottom: 0;
}
.common-content__sub-heading {
  background-color: #CCCCCC;
  padding: 8px;
  text-align: center;
  line-height: calc(35 / 20);
  font-size: 20px;
}
@media (max-width: 799px) {
  .common-content__sub-heading {
    font-size: 16px;
  }
}
.common-content__sub-heading small {
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .common-content__sub-heading small {
    font-size: 14px;
  }
}
.common-content__inner {
  padding-top: 20px;
}
@media (max-width: 799px) {
  .common-content__inner {
    padding-top: 10px;
  }
}
.common-content__inner.common-accordion__content {
  border-left: 1px dotted #B3B3B3;
  border-right: 1px dotted #B3B3B3;
  border-bottom: 1px dotted #B3B3B3;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 799px) {
  .common-content__inner.common-accordion__content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.common-content__inner.common-accordion__content > * {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .common-content__inner.common-accordion__content > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.common-content__inner.common-accordion__content > *:first-child {
  margin-top: 0;
}
.common-content__explanation {
  margin-bottom: 20px;
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .common-content__explanation {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.common-content__explanation:last-child {
  margin-bottom: 0;
}
.common-content__explanation strong {
  line-height: calc(35 / 20);
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 799px) {
  .common-content__explanation strong {
    font-size: 16px;
  }
}
.common-content__caution {
  margin-top: 20px;
}
@media (max-width: 799px) {
  .common-content__caution {
    margin-top: 10px;
  }
}
.common-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #B3B3B3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.common-list__item:first-child {
  padding-top: 0;
}
.common-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.common-list__header {
  width: 8em;
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .common-list__header {
    width: 5em;
    font-size: 14px;
  }
}
.common-list.hakata .common-list__header {
  width: 11em;
}
.common-list__data {
  width: calc(100% - 8em);
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .common-list__data {
    width: calc(100% - 5em);
    font-size: 14px;
  }
}
.common-list__data small {
  line-height: calc(21 / 12);
  font-size: 12px;
}
.common-cautions {
  margin-top: 20px;
}
@media (max-width: 799px) {
  .common-cautions {
    margin-top: 10px;
  }
}
.common-cautions__item {
  position: relative;
  margin-left: 1em;
}
.common-cautions__item::before {
  position: absolute;
  left: -1em;
  content: "※";
}
.common-bullets {
  margin-top: 20px;
}
@media (max-width: 799px) {
  .common-bullets {
    margin-top: 10px;
  }
}
.common-bullets__item {
  position: relative;
  margin-left: 1em;
}
.common-bullets__item::before {
  position: absolute;
  left: -1em;
  content: "・";
}
@media (max-width: 599px) {
  .common-button {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}
.common-button:hover {
  opacity: 0.8;
}
.common-accordion__button {
  position: relative;
  cursor: pointer;
}
.common-accordion__button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #666666;
  margin: auto;
  width: 20px;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 799px) {
  .common-accordion__button::before {
    width: 15px;
  }
}
.common-accordion__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  background-color: #666666;
  margin: auto;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 799px) {
  .common-accordion__button::after {
    width: 15px;
  }
}
.common-accordion__button.is-active:after {
  opacity: 0;
}
.common-accordion__content {
  display: none;
}
.common-pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 66px;
  height: 35px;
  cursor: pointer;
}
@media (max-width: 799px) {
  .common-pagetop {
    width: 44px;
    height: 24px;
  }
}
.common-pagetop::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -4px;
  display: block;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(#E50012), to(#F9BE00));
  background: linear-gradient(to left, #E50012, #F9BE00);
  width: 45px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 799px) {
  .common-pagetop::before {
    top: 10px;
    left: -2px;
    width: 30px;
    height: 4;
  }
}
.common-pagetop::after {
  content: "";
  position: absolute;
  top: 15px;
  right: -4px;
  display: block;
  margin: auto;
  background: -webkit-gradient(linear, left top, right top, from(#E50012), to(#F9BE00));
  background: linear-gradient(to right, #E50012, #F9BE00);
  width: 45px;
  height: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 799px) {
  .common-pagetop::after {
    top: 10px;
    right: -2px;
    width: 30px;
    height: 4;
  }
}

@media (min-width: 800px) {
  .home.common-container {
    padding-top: 0;
  }
}

.home-first-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 799px) {
  .home-first-view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.home-main-visual {
  margin-left: auto;
  margin-bottom: 60px;
  width: calc(525 / 800 * 100%);
}
@media (max-width: 799px) {
  .home-main-visual {
    margin-bottom: 30px;
    width: 100%;
  }
}
.home-twitter iframe {
  -webkit-box-shadow: 3px 3px 5px #aaaaaa;
          box-shadow: 3px 3px 5px #aaaaaa;
}
.home-news {
  height: 385px;
  overflow-y: auto;
}
@media (max-width: 799px) {
  .home-news {
    height: auto;
    max-height: 385px;
  }
}
.home-news__item {
  border-bottom: 1px solid #B3B3B3;
  padding-top: 15px;
  padding-bottom: 15px;
}
.home-news__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.home-news__item:first-child {
  border-bottom: 1px solid #B3B3B3;
  padding-top: 0;
  padding-bottom: 15px;
}
.home-news__day {
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .home-news__day {
    font-size: 14px;
  }
}
.home-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px dotted #B3B3B3;
  padding: 20px;
}
@media (max-width: 799px) {
  .home-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-benefit__image {
  width: 37%;
}
@media (max-width: 799px) {
  .home-benefit__image {
    margin-bottom: 10px;
    width: 100%;
  }
}
.home-benefit__text {
  width: 60%;
}
@media (max-width: 799px) {
  .home-benefit__text {
    width: 100%;
  }
}
.home-benefit__title {
  margin-bottom: 20px;
  line-height: calc(35 / 20);
  font-size: 20px;
}
@media (max-width: 799px) {
  .home-benefit__title {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.home-faq__item {
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .home-faq__item {
    margin-bottom: 10px;
  }
}
.home-faq__question {
  position: relative;
  margin-left: 1em;
  margin-bottom: 5px;
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .home-faq__question {
    font-size: 14px;
  }
}
.home-faq__question strong {
  line-height: calc(35 / 20);
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 799px) {
  .home-faq__question strong {
    font-size: 16px;
  }
}
.home-faq__question::before {
  position: absolute;
  left: -1em;
  content: "▶";
}

.exhibition-world__container--blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#3FA8F4), to(#FFFFFF));
  background: linear-gradient(to bottom, #3FA8F4, #FFFFFF);
}
.exhibition-world__container--black {
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#FFFFFF));
  background: linear-gradient(to bottom, #000000, #FFFFFF);
}
.exhibition-world__container--green {
  background: -webkit-gradient(linear, left top, left bottom, from(#39B44A), to(#FFFFFF));
  background: linear-gradient(to bottom, #39B44A, #FFFFFF);
}
.exhibition-world__container--white {
  background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E5), to(#FFFFFF));
  background: linear-gradient(to bottom, #E5E5E5, #FFFFFF);
}
.exhibition-world__container--yellow {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF00), to(#FFFFFF));
  background: linear-gradient(to bottom, #FFFF00, #FFFFFF);
}
.exhibition-world__heading {
  margin-right: -40px;
  margin-bottom: 20px;
  text-align: right;
}
@media (max-width: 799px) {
  .exhibition-world__heading {
    margin-right: -20px;
    margin-bottom: 10px;
  }
}
.exhibition-world__heading span {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  padding: 0 20px 10px;
}
.exhibition-world__heading span img {
  width: auto;
  max-width: none;
  height: 30px;
}
@media (max-width: 799px) {
  .exhibition-world__heading span img {
    height: 20px;
  }
}
.exhibition-world__heading--black span {
  border-bottom: 2px solid #5A5D60;
}
.exhibition-world__explanation {
  margin-bottom: 20px;
  line-height: calc(28 / 16);
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 799px) {
  .exhibition-world__explanation {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.exhibition-world__explanation:last-child {
  margin-bottom: 0;
}
.exhibition-world__explanation--black {
  color: #474647;
}
.exhibition-world__explanation strong {
  line-height: calc(35 / 20);
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 799px) {
  .exhibition-world__explanation strong {
    font-size: 16px;
  }
}
.exhibition-world__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 799px) {
  .exhibition-world__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}
.exhibition-world__item {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 799px) {
  .exhibition-world__item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 799px) {
  .exhibition-world__item:last-child {
    margin-bottom: 0;
  }
}
.exhibition-world__caption {
  line-height: calc(24 / 14);
  font-size: 14px;
}
@media (max-width: 799px) {
  .exhibition-world__caption {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.exhibition-world__caption:last-child {
  margin-bottom: 0;
}

.goods-wrapper {
  max-width: 1000px;
}
.goods-category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  max-width: 720px;
}
@media (max-width: 799px) {
  .goods-category__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
  }
}
.goods-category__item {
  position: relative;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  line-height: calc(28 / 16);
  font-size: 16px;
  cursor: pointer;
}
@media (max-width: 799px) {
  .goods-category__item {
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .goods-category__item {
    margin-bottom: 10px;
  }
}
.goods-category__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#E50012), to(#F9BE00));
  background: linear-gradient(to right, #E50012, #F9BE00);
  width: 0;
  height: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.goods-category__item:hover::after {
  width: 100%;
}
.goods-category__item.is-active::after {
  width: 100%;
}
.goods-item {
  /*
  &__list{
  	display: flex;
  	flex-wrap: wrap;
  }

  &__item{
  	margin-right: 5%;
  	margin-bottom: 60px;
  	width: 30%;

  	@media (max-width: $breakPoint){
  		margin-bottom: 30px;
  	}

  	&:nth-child(3n){
  		margin-right: 0;
  	}
  }
  */
}
.goods-item__list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 300px));
  gap: 50px 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 799px) {
  .goods-item__list {
    gap: 30px;
  }
}
.goods-item__image {
  position: relative;
  -webkit-box-shadow: 3px 3px 5px #aaaaaa;
          box-shadow: 3px 3px 5px #aaaaaa;
  margin-bottom: 15px;
  background-color: #ffffff;
  padding: 10px;
  height: 300px;
  /*
  &::after{
  	content: "";
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	z-index: 9;
  	margin: auto;
  	background-image: url(/assets/images/pages/goods/mark_sample.svg);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-size: contain;
  	width: 60%;
  	height: 60%;
  }
  */
}
.goods-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.goods-item__name {
  line-height: calc(28 / 16);
  font-size: 16px;
}
@media (max-width: 799px) {
  .goods-item__name {
    font-size: 14px;
  }
}
.goods-item__price {
  margin-bottom: 5px;
  line-height: calc(32 / 18);
  font-size: 18px;
}
@media (max-width: 799px) {
  .goods-item__price {
    font-size: 16px;
  }
}
.goods-item__price .small {
  font-size: 14px;
}
@media (max-width: 799px) {
  .goods-item__price .small {
    font-size: 13px;
  }
}
.goods-item__order {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#E50012), to(#F9BE00));
  background: linear-gradient(to bottom, #E50012, #F9BE00);
  padding-left: 5px;
  padding-right: 5px;
  line-height: calc(28 / 16);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 799px) {
  .goods-item__order {
    font-size: 14px;
  }
}
.goods-item__presale {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#0B308D), to(#C62E89));
  background: linear-gradient(to bottom, #0B308D, #C62E89);
  padding-left: 5px;
  padding-right: 5px;
  line-height: calc(28 / 16);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 799px) {
  .goods-item__presale {
    font-size: 14px;
  }
}
/*# sourceMappingURL=style.css.map */