body {
  min-width: 1200px;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background: #000000;
  font-weight: 400;
}
body.is-hidden {
  overflow: hidden;
}

.container {
  overflow: hidden;
}

.c-section {
  margin: 150px 0;
}

.c-heading-background {
  padding: 59px 0;
}
.c-heading-background--ambassador {
  background: transparent url(/90th/img/top/background_ambassador.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-ambassador 20s linear infinite;
          animation: bg-ambassador 20s linear infinite;
}
.c-heading-background--special {
  background: transparent url(/90th/img/top/background_special.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-special 25s linear infinite;
          animation: bg-special 25s linear infinite;
}
.c-heading-background--farm {
  background: transparent url(/90th/img/top/background_farm.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-farm 22s linear infinite;
          animation: bg-farm 22s linear infinite;
}
.c-heading-background--b-luck-dynamite {
  background: transparent url(/90th/img/top/background_b-luck.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-b-luck-dynamite 40s linear infinite;
          animation: bg-b-luck-dynamite 40s linear infinite;
}
.c-heading-background--goods {
  background: transparent url(/90th/img/top/background_goods.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-goods 19s linear infinite;
          animation: bg-goods 19s linear infinite;
}
.c-heading-background--movie {
  background: transparent url(/90th/img/top/background_movie.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bg-movie 25s linear infinite;
          animation: bg-movie 25s linear infinite;
}
.c-heading-background--gourmet {
  background: transparent url(/90th/img/top/background_gourmet.png) no-repeat center center;
  background-size: cover;
}
.c-heading-background--rekishikan {
  background: transparent url(/90th/img/top/background_rekishikan.png) no-repeat center center;
  background-position: 0 0;
  -webkit-animation: bg-rekishikan 60s linear infinite;
          animation: bg-rekishikan 60s linear infinite;
}

@-webkit-keyframes bg-movie {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1880px 0;
  }
}

@keyframes bg-movie {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1880px 0;
  }
}
@-webkit-keyframes bg-ambassador {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2080px 0;
  }
}
@keyframes bg-ambassador {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2080px 0;
  }
}
@-webkit-keyframes bg-farm {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2320px 0;
  }
}
@keyframes bg-farm {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2320px 0;
  }
}
@-webkit-keyframes bg-special {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2660px 0;
  }
}
@keyframes bg-special {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2660px 0;
  }
}
@-webkit-keyframes bg-b-luck-dynamite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4580px 0;
  }
}
@keyframes bg-b-luck-dynamite {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -4580px 0;
  }
}
@-webkit-keyframes bg-goods {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}
@keyframes bg-goods {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1920px 0;
  }
}
@-webkit-keyframes bg-rekishikan {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6000px 0;
  }
}
@keyframes bg-rekishikan {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -6000px 0;
  }
}
.c-heading {
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}

.c-hide--pc {
  display: none;
}

.c-hide--sp {
  display: block;
}

.c-list-notes {
  font-size: 14px;
}
.c-list-notes li {
  text-indent: -1em;
  margin: 5px 0 0 1em;
  line-height: 1.5;
}

.c-footer {
  text-align: center;
  margin: 80px 0;
}
.c-footer__copy {
  font-size: 16px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .c-section {
    margin: 60px 0;
  }
  .c-heading-background {
    padding: 10px 0;
  }
  .c-heading-background--ambassador {
    background-size: auto 100%;
    -webkit-animation: bg-ambassador 40s linear infinite;
            animation: bg-ambassador 40s linear infinite;
  }
  .c-heading-background--special {
    background-size: auto 100%;
    -webkit-animation: bg-special 40s linear infinite;
            animation: bg-special 40s linear infinite;
  }
  .c-heading-background--farm {
    background-size: auto 100%;
    -webkit-animation: bg-farm 40s linear infinite;
            animation: bg-farm 40s linear infinite;
  }
  .c-heading-background--b-luck-dynamite {
    background-size: auto 100%;
    -webkit-animation: bg-special 40s linear infinite;
            animation: bg-special 40s linear infinite;
  }
  .c-heading-background--goods {
    background-size: auto 100%;
    -webkit-animation: bg-special 40s linear infinite;
            animation: bg-special 40s linear infinite;
  }
  .c-heading-background--movie {
    background-size: auto 100%;
    -webkit-animation: bg-movie 40s linear infinite;
            animation: bg-movie 40s linear infinite;
  }
  .c-heading-background--rekishikan {
    background-size: auto 100%;
    -webkit-animation: bg-rekishikan 100s linear infinite;
            animation: bg-rekishikan 100s linear infinite;
  }
  .c-heading {
    font-size: 28px;
  }
  .c-hide--pc {
    display: block;
  }
  .c-hide--sp {
    display: none;
  }
  .c-list-notes {
    font-size: 11px;
  }
  .c-footer {
    margin: 40px 0;
  }
  .c-footer__copy {
    font-size: 12px;
  }
}
.c-global-menu__button {
  height: 90px;
  position: absolute;
  right: 0;
  top: 0;
  width: 95px;
  z-index: 1002;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #000000;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.c-global-menu__button.is-fixed {
  position: fixed;
}
.c-global-menu__button__line {
  background: #c6a648;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.c-global-menu__button__line:first-child {
  top: -30px;
}
.c-global-menu__button__line:nth-child(2) {
  top: 0;
}
.c-global-menu__button__line:last-child {
  bottom: -30px;
}
.c-global-menu__button.is-active .c-global-menu__button__line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.c-global-menu__button.is-active .c-global-menu__button__line:nth-child(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.c-global-menu__button.is-active .c-global-menu__button__line:last-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  bottom: 0;
}
.c-global-menu__nav {
  background: #000000 url(/90th/img/background_menu.jpg) no-repeat center center;
  background-size: cover;
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1001;
  top: 0;
  left: 0;
  color: #FFFFFF;
}
.c-global-menu__wrapper {
  width: 1200px;
  height: 670px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-global-menu__heading {
  text-align: center;
  margin-bottom: 0px;
}
.c-global-menu__mainmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 514px;
  position: relative;
}
.c-global-menu__category {
  width: 420px;
  margin-top: 25px;
}
.c-global-menu__official {
  position: absolute;
  bottom: 20px;
  right: 150px;
  text-decoration: underline;
}
.c-global-menu__link {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  padding-left: 30px;
}
.c-global-menu__link:hover {
  text-decoration: underline;
}
.c-global-menu__link::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 20px;
  background: #c6a648;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: auto;
}
.c-global-menu__link.off {
  opacity: 0.5;
}
.c-global-menu__link.off:hover {
  text-decoration: none;
}
.c-global-menu__submenu {
  margin: 0 0 0 30px;
}
.c-global-menu__submenu li {
  margin-top: 15px;
}
.c-global-menu__submenu li a {
  position: relative;
  display: block;
  padding-left: 15px;
}
.c-global-menu__submenu li a:hover {
  text-decoration: underline;
}
.c-global-menu__submenu li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #c6a648;
}
.c-global-menu__submenu li a.c-link-blank {
  position: relative;
}
.c-global-menu__submenu li a.c-link-blank::after {
  width: 20px;
  height: 12px;
  display: inline-block;
  content: "";
  background: url(/90th/img/history/icon_blank.png) no-repeat center right;
  background-size: contain;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .c-global-menu__button {
    height: 50px;
    width: 52px;
  }
  .c-global-menu__button__line:first-child {
    top: -20px;
  }
  .c-global-menu__button__line:nth-child(2) {
    top: 0;
  }
  .c-global-menu__button__line:last-child {
    bottom: -20px;
  }
  .c-global-menu__wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto;
    position: static;
  }
  .c-global-menu__heading {
    margin: 80px auto 30px auto;
    max-width: 340px;
  }
  .c-global-menu__heading img {
    width: 100%;
    height: auto;
  }
  .c-global-menu__mainmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 60vh;
    overflow: scroll;
  }
  .c-global-menu__category {
    width: auto;
    margin-top: 20px;
  }
  .c-global-menu__official {
    position: static;
    margin-top: 40px;
    font-size: 12px;
  }
  .c-global-menu__link {
    font-size: 16px;
    position: relative;
    padding-left: 20px;
  }
  .c-global-menu__link::before {
    width: 16px;
  }
  .c-global-menu__link.off {
    opacity: 0.5;
  }
  .c-global-menu__link.off:hover {
    text-decoration: none;
  }
  .c-global-menu__submenu {
    margin: 0 0 0 20px;
  }
  .c-global-menu__submenu li {
    margin-top: 10px;
  }
  .c-global-menu__submenu li a {
    position: relative;
    display: block;
    padding-left: 12px;
    font-size: 12px;
  }
  .c-global-menu__submenu li a::before {
    width: 6px;
    height: 8px;
  }
  .c-global-menu__submenu li a.c-link-blank::after {
    width: 16px;
    height: 8px;
    margin-left: 2px;
  }
}
.c-button-block {
  display: block;
  text-align: center;
  background: #000000;
  color: #FFFFFF;
  font-size: 20px;
  width: 480px;
  height: 100px;
  line-height: 100px;
  border: 1px solid #FFFFFF;
  position: relative;
  margin: 80px auto 0 auto;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.c-button-block::after {
  content: "";
  display: block;
  height: 1px;
  background: #c6a648;
  width: 70px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
}
.c-button-block:hover {
  background: #c6a648;
  color: #000000;
}
.c-button-block:hover::after {
  background: #000000;
}
.c-button-block--return::after {
  display: none;
}

.c-button-details {
  display: block;
  width: 200px;
  height: 64px;
  line-height: 64px;
  color: #FFFFFF;
  font-size: 18px;
  background: #000000 url(/90th/img/arrow.png) no-repeat center right 15px;
  background-size: 8px auto;
  text-align: center;
  -webkit-transition: background 0.3s ease-in;
  transition: background 0.3s ease-in;
}
.c-button-details--m {
  width: 250px;
}
.c-button-details:hover {
  background: #c6a648 url(/90th/img/arrow_black.png) no-repeat center right 15px;
  background-size: 8px auto;
  color: #000000;
}

@media (max-width: 767px) {
  .c-button-block {
    font-size: 13px;
    width: 75%;
    max-width: 360px;
    height: 64px;
    line-height: 64px;
    margin: 30px auto 0 auto;
  }
  .c-button-block::after {
    width: 24px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .c-button-block:hover {
    background: #000000;
    color: #FFFFFF;
  }
  .c-button-block:hover::after {
    background: #c6a648;
  }
  .c-button-details {
    display: block;
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
  .c-button-details--m {
    width: 200px;
  }
  .c-button-details:hover {
    background: #000000 url(/90th/img/arrow.png) no-repeat center right 15px;
    background-size: 8px auto;
    color: #FFFFFF;
  }
}
/*# sourceMappingURL=common.css.map */