.hero-header {
  background: #000000 url(/90th/img/header_pc.jpg) no-repeat bottom center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  min-width: 1280px;
  min-height: 720px;
  opacity: 0;
  -webkit-animation: fadeIn 1.5s forwards;
          animation: fadeIn 1.5s forwards;
  position: relative;
}
.hero-header__logo {
  position: absolute;
  top: 22vh;
  left: 0;
  bottom: auto;
  right: 0;
  margin: auto;
  width: 680px;
  height: 188px;
  text-align: center;
}
.hero-header__logo img {
  width: 188px;
  height: 188px;
  vertical-align: middle;
}
.hero-header__slogan {
  overflow: hidden;
  width: 0;
  height: 188px;
  display: block;
  margin-top: -188px;
  -webkit-animation: op 1s ease-in 1s both;
          animation: op 1s ease-in 1s both;
  -webkit-transition: width 1s ease-in;
  transition: width 1s ease-in;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.hero-header__slogan.is-view {
  width: 680px;
}
.hero-header__slogan img.hide-sp {
  width: 680px;
  height: 188px;
}
.hero-header__slogan img.hide-pc {
  display: none;
}

.fadein-logo {
  -webkit-animation-name: fadein-logo;
          animation-name: fadein-logo;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  will-change: transform, opacity;
}

@media (max-width: 767px) {
  .hero-header {
    background: #000000 url(/90th/img/header_sp.jpg) no-repeat bottom center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    min-width: 100vw;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .hero-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 88px;
    height: 510px;
    text-align: center;
  }
  .hero-header__logo img {
    width: 88px;
    height: 88px;
  }
  .hero-header__slogan {
    width: 42px;
    height: 0;
    margin: 0 auto;
    display: block;
    margin-top: -42px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: height 1s ease-in;
    transition: height 1s ease-in;
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
  .hero-header__slogan.is-view {
    width: 42px;
    height: 420px;
  }
  .hero-header__slogan img.hide-pc {
    display: block;
    width: 42px;
    height: auto;
  }
  .hero-header__slogan img.hide-sp {
    display: none;
  }
}
@-webkit-keyframes fadein-logo {
  from {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(6, 6) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(6, 6) rotate(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes fadein-logo {
  from {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: translate(0px, 0px) scale(6, 6) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(6, 6) rotate(0deg) skew(0deg, 0deg);
    opacity: 0;
  }
  to {
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
            transform: translate(0px, 0px) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-bg-border {
  background: #FFFFFF url(/90th/img/background_border.jpg) repeat-y center center;
  background-size: contain;
  padding: 1px 0;
  position: relative;
}
.p-bg-border--top::before {
  content: "";
  display: block;
  width: 464px;
  height: 362px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/90th/img/top/decoration.png) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 767px) {
  .p-bg-border {
    background-size: contain;
  }
  .p-bg-border--top::before {
    width: 116px;
    height: 90px;
  }
}
.p-introduction {
  text-align: center;
  line-height: 3;
  font-weight: 600;
  font-size: 20px;
}

.is-blurAnime.visible {
  -webkit-animation: blurAnime 2s ease 0s 1 normal;
          animation: blurAnime 2s ease 0s 1 normal;
}

@-webkit-keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes blurAnime {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .p-introduction {
    font-size: 13px;
    padding: 0 5%;
    line-height: 2.5;
  }
}
.p-section-news {
  background: #FFFFFF;
  width: 80%;
  margin: 150px 0 150px auto;
  padding: 60px;
  position: relative;
}
.p-section-news::before {
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  width: 60px;
  height: 60px;
  background: #c6a648;
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-news h3 {
  font-weight: 700;
  font-size: 44px;
}
.p-section-news .is-scroll-area {
  height: 250px;
  overflow: hidden;
  margin-top: 30px;
}
.p-section-news .p-news-list {
  width: 1140px;
}
.p-section-news .p-news-list a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dotted #aaaaaa;
}
.p-section-news .p-news-list a dl {
  display: table;
}
.p-section-news .p-news-list a dl dt,
.p-section-news .p-news-list a dl dd {
  display: table-cell;
  vertical-align: middle;
}
.p-section-news .p-news-list a dl dt {
  font-weight: 400;
  width: 120px;
}

@media (max-width: 767px) {
  .p-section-news {
    width: 94%;
    margin: 60px 0 60px auto;
    padding: 30px 15px 30px 30px;
  }
  .p-section-news::before {
    width: 30px;
    height: 30px;
  }
  .p-section-news h3 {
    font-size: 22px;
  }
  .p-section-news .is-scroll-area {
    height: 220px;
    margin-top: 10px;
  }
  .p-section-news .p-news-list {
    width: 100%;
  }
  .p-section-news .p-news-list a {
    display: block;
    padding: 10px 0;
  }
  .p-section-news .p-news-list a dl {
    display: block;
  }
  .p-section-news .p-news-list a dl dt,
  .p-section-news .p-news-list a dl dd {
    display: block;
    font-size: 12px;
  }
  .p-section-news .p-news-list a dl dt {
    width: auto;
    margin-bottom: 5px;
  }
}
.p-movie-unit {
  width: 1020px;
  margin: 30px auto;
}

@media (max-width: 767px) {
  .p-movie-unit {
    width: 90%;
    height: 0;
    padding-top: 50.625%;
    position: relative;
    margin: 30px auto 0 auto;
  }
  .p-movie-unit iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.p-section-history {
  padding: 120px 0;
  margin: 0 auto;
  background: #000000 url(/90th/img/history/background_history.jpg) no-repeat top center;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}

.p-history-text {
  font-size: 20px;
  line-height: 2;
  margin: 80px 0 60px;
  text-align: center;
  color: #FFFFFF;
}

.p-history-photo {
  width: 100%;
  height: 620px;
  background: url(/90th/img/history/photo_history.png) repeat-x;
  background-position: 0 0;
  -webkit-animation: bgroop 50s linear infinite;
          animation: bgroop 50s linear infinite;
}

@-webkit-keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3840px 0;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3840px 0;
  }
}
@media (max-width: 767px) {
  .p-section-history {
    padding: 60px 0;
    background: #000000 url(/90th/img/history/background_history_sp.jpg) no-repeat bottom center;
    background-size: 100% auto;
  }
  .p-history-text {
    font-size: 13px;
    line-height: 2;
    margin: 30px 15px 30px 15px;
  }
  .p-history-photo {
    width: 100%;
    height: 310px;
    background-size: auto 100%;
    background-position: 0 0;
    -webkit-animation: bgroop 60s linear infinite;
            animation: bgroop 60s linear infinite;
  }
}
.p-section-ambassador {
  margin: 100px 0;
}
.p-section-ambassador ul.c-list-notes {
  text-align: center;
}

.p-ambassador-text {
  font-size: 20px;
  line-height: 2;
  margin: 30px 0;
  text-align: center;
}

.p-ambassador-list {
  width: 1200px;
  margin: 20px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-ambassador-list li {
  margin: 0 16px 30px 0;
  cursor: pointer;
}
.p-ambassador-list li:nth-chid(5) {
  margin-right: 0;
}
.p-ambassador-list__photo {
  width: 220px;
  height: 220px;
  position: relative;
}
.p-ambassador-list__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.p-ambassador-list__photo img:last-of-type {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.p-ambassador-list__photo:hover img {
  opacity: 1;
}
.p-ambassador-list__caption {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.p-modal-contents {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1500;
  display: none;
}
.p-modal-contents.is-modal-open {
  display: block;
}
.p-modal-contents__close {
  cursor: pointer;
  color: #000000;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 50px;
}
.p-modal-contents__wrapper {
  overflow: auto;
  height: 100vh;
  padding: 8rem 0;
}
.p-modal-contents__inner {
  background: #FFFFFF;
  padding: 50px;
  position: relative;
  width: 700px;
  margin: 0 auto;
}
.p-modal-contents__inner img {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.p-modal-contents__name {
  margin: 20px 0;
  font-weight: 700;
  font-size: 24px;
}
.p-modal-contents__about {
  margin-top: 20px;
  padding: 20px;
  background: #f1f1f1;
}
.p-modal-contents__about dt {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
}
.p-modal-contents__about dd {
  font-size: 14px;
  line-height: 1.6;
}

.p-ambassador-mourning {
  background: #000000;
  width: 1200px;
  margin: 60px auto 0 auto;
  padding: 30px;
  color: #FFFFFF;
  text-align: center;
  border: 6px double #FFFFFF;
}
.p-ambassador-mourning__text {
  font-weight: 600;
  line-height: 1.8;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .p-section-ambassador {
    margin: 50px 0;
  }
  .p-ambassador-text {
    font-size: 12px;
    margin: 20px 4%;
  }
  .p-ambassador-list {
    width: auto;
    margin: 15px auto 0 auto;
  }
  .p-ambassador-list li {
    margin: 0 1% 20px 1%;
    width: 30%;
  }
  .p-ambassador-list li:nth-chid(5) {
    margin-right: 1%;
  }
  .p-ambassador-list li img {
    width: 100%;
    height: auto;
  }
  .p-ambassador-list__photo {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }
  .p-ambassador-list__photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .p-ambassador-list__photo img:last-of-type {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
  }
  .p-ambassador-list__photo:hover img:last-of-type {
    opacity: 0;
  }
  .p-ambassador-list__caption {
    font-size: 11px;
    margin-top: 5px;
  }
  .p-modal-contents.is-modal-open {
    display: block;
  }
  .p-modal-contents__close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 40px;
  }
  .p-modal-contents__wrapper {
    overflow: auto;
    height: 100vh;
    padding: 4rem 1rem;
  }
  .p-modal-contents__inner {
    padding: 40px 15px 20px;
    width: auto;
    min-width: 280px;
  }
  .p-modal-contents__inner img {
    width: 150px;
    display: block;
    margin: 0 auto;
  }
  .p-modal-contents__name {
    margin: 20px 0 5px;
    font-size: 20px;
  }
  .p-modal-contents__about {
    margin-top: 15px;
    padding: 15px;
  }
  .p-modal-contents__about dt {
    font-size: 14px;
  }
  .p-modal-contents__about dd {
    font-size: 12px;
    line-height: 1.6;
  }
  .p-ambassador-mourning {
    width: auto;
    margin: 30px 4%;
    padding: 10px 4%;
    border: 4px double #FFFFFF;
  }
  .p-ambassador-mourning__text {
    font-size: 12px;
    margin: 10px 0;
    text-align: left;
  }
}
.p-section-legendsday {
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}
.p-section-legendsday::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(/90th/img/top/background_legendsday.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-section-legendsday h2 {
  color: #FFFFFF;
}

.p-legendsday-about {
  margin: 60px auto;
  width: 1200px;
  text-align: center;
}
.p-legendsday-about dt {
  width: 450px;
  margin: 0 auto 40px auto;
}
.p-legendsday-about dt img {
  width: 100%;
  height: auto;
}
.p-legendsday-about dd {
  color: #FFFFFF;
  line-height: 1.8;
  font-size: 20px;
}

.p-legendsday-sponsor {
  margin: 60px auto;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-legendsday-sponsor li {
  margin: 0 10px 25px 10px;
}
.p-legendsday-sponsor--middle {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 50px;
}
.p-legendsday-sponsor--middle li {
  text-align: center;
  background: #FFFFFF;
  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;
  font-size: 18px;
  height: 60px;
}
.p-legendsday-sponsor--small {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr 15px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 30px;
}
.p-legendsday-sponsor--small li {
  text-align: center;
  background: #FFFFFF;
  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;
  font-size: 16px;
  height: 50px;
}

.p-legendsday-sponsor-wrapper {
  background: #c6a648;
  padding: 60px 40px;
  width: 1000px;
  margin: 80px auto 0 auto;
}
.p-legendsday-sponsor-wrapper h3 {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor {
  margin-bottom: 0;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor li {
  width: 450px;
  margin: 0 0 20px 0;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor li img {
  width: 100%;
  height: auto;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub {
  margin-top: 0;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li {
  width: 230px;
  margin: 0 20px 20px 0;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li:nth-child(4n) {
  margin-right: 0;
}
.p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li img {
  width: 100%;
  height: auto;
}

.p-legendsday-game {
  width: 1000px;
  margin: 0 auto 60px auto;
}
.p-legendsday-game__heading {
  background: #c6a648;
  padding: 10px 20px;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
.p-legendsday-game__heading.middle {
  font-size: 30px;
  vertical-align: middle;
}
.p-legendsday-game__heading small {
  font-size: 24px;
  display: inline-block;
  margin: 0 10px;
}
.p-legendsday-game__heading__tag {
  display: inline-block;
  position: absolute;
  background: #FFFFFF;
  font-size: 24px;
  padding: 0 15px;
  border-radius: 30px;
  right: 20px;
  top: 0;
  bottom: 0;
  left: auto;
  height: 45px;
  line-height: 45px;
  margin: auto;
}
.p-legendsday-game__inner {
  background: #FFFFFF;
  padding: 40px;
  position: relative;
}
.p-legendsday-game__inner .c-button-details {
  margin: 20px auto;
  width: 350px;
}
.p-legendsday-game__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
.p-legendsday-game__title span {
  font-size: 24px;
  display: block;
}
.p-legendsday-game__sponsor {
  text-align: center;
  margin: 0 auto 20px auto;
}
.p-legendsday-game__sponsor img {
  border: 1px solid #dddddd;
}
.p-legendsday-game__sponsor img.no-border {
  border: none;
}
.p-legendsday-game__sponsor a {
  display: block;
}
.p-legendsday-game__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-legendsday-game__box--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-legendsday-game__guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.p-legendsday-game__guest li {
  width: 210px;
  margin: 0 20px 0 0;
  text-align: center;
}
.p-legendsday-game__guest li img {
  border: 1px solid #dddddd;
  width: 100%;
  height: auto;
}
.p-legendsday-game__caption {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.p-legendsday-game__present {
  width: 210px;
  margin-left: 20px;
  text-align: center;
}
.p-legendsday-game__present img {
  width: 100%;
  height: auto;
}
.p-legendsday-game__link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: #000000 url(/90th/img/top/icon_arrow.png) no-repeat bottom 15px right 10px;
  background-size: auto 18px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-legendsday-game__link:hover {
  background: #c6a648 url(/90th/img/top/icon_arrow_black.png) no-repeat bottom 15px right 10px;
  background-size: auto 18px;
}
.p-legendsday-game__text {
  width: 690px;
}
.p-legendsday-game__text.full-wide {
  width: auto;
}
.p-legendsday-game__text p {
  line-height: 1.8;
  margin-bottom: 20px;
}
.p-legendsday-game__text p.center {
  text-align: center;
}
.p-legendsday-game__text dl {
  display: table;
  width: 100%;
  border-top: 1px solid #dddddd;
}
.p-legendsday-game__text dl dt,
.p-legendsday-game__text dl dd {
  display: table-cell;
  padding: 10px 0;
  line-height: 1.5;
  vertical-align: middle;
}
.p-legendsday-game__text dl dt {
  width: 200px;
}
.p-legendsday-game__photo {
  width: 200px;
}
.p-legendsday-game__photo.full-wide {
  width: 500px;
  margin: 30px auto;
  text-align: center;
}
.p-legendsday-game__photo img {
  width: 100%;
  height: auto;
}

.p-legendsday-notice {
  width: 1000px;
  margin: 60px auto;
}
.p-legendsday-notice__title {
  background: #c6a648;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding: 10px;
}
.p-legendsday-notice__inner {
  padding: 40px;
  background: #FFFFFF;
}
.p-legendsday-notice__inner ul li {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-section-legendsday {
    padding: 40px 0 20px;
  }
  .p-section-legendsday::before {
    background-image: url(/90th/img/top/background_legendsday_sp.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
  }
  .p-legendsday-about {
    width: auto;
    margin: 30px auto;
  }
  .p-legendsday-about dt {
    width: 70%;
    max-width: 300px;
    margin: 0 auto 20px auto;
  }
  .p-legendsday-about dt img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-about dd {
    width: 92%;
    font-size: 13px;
    margin: 0 auto;
  }
  .p-legendsday-sponsor {
    margin: 30px 0;
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-legendsday-sponsor li {
    width: 45%;
    margin: 0 1% 2% 1%;
  }
  .p-legendsday-sponsor li img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-sponsor--middle {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 30px;
  }
  .p-legendsday-sponsor--middle li {
    font-size: 13px;
    height: auto;
    min-height: 42px;
    padding: 0 5px;
  }
  .p-legendsday-sponsor--small {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 20px;
  }
  .p-legendsday-sponsor--small li {
    font-size: 11px;
    height: auto;
    min-height: 32px;
    padding: 0 5px;
  }
  .p-legendsday-sponsor-wrapper {
    padding: 30px 10px;
    width: 94%;
    margin: 40px auto 30px auto;
  }
  .p-legendsday-sponsor-wrapper h3 {
    font-size: 20px;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor {
    margin-bottom: 0;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor li img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub {
    margin-top: 0;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li {
    width: 31%;
    margin: 0 2% 2% 0;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li:nth-child(4n) {
    margin-right: 2%;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li:nth-child(3n) {
    margin-right: 0;
  }
  .p-legendsday-sponsor-wrapper .p-legendsday-sponsor--sub li img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-game {
    width: 94%;
    margin: 0 3% 40px 3%;
  }
  .p-legendsday-game__heading {
    padding: 10px 15px;
    font-size: 24px;
  }
  .p-legendsday-game__heading.middle {
    font-size: 20px;
  }
  .p-legendsday-game__heading small {
    font-size: 17px;
    display: block;
    margin: 5px 0 0 0;
  }
  .p-legendsday-game__heading__tag {
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    right: 10px;
  }
  .p-legendsday-game__inner {
    padding: 30px 15px;
  }
  .p-legendsday-game__inner .c-button-details {
    margin: 30px auto 0 auto;
    width: 240px;
  }
  .p-legendsday-game__title {
    font-size: 24px;
    line-height: 1.5;
  }
  .p-legendsday-game__title span {
    font-size: 16px;
  }
  .p-legendsday-game__sponsor {
    width: 240px;
    margin: 0 auto 20px auto;
  }
  .p-legendsday-game__sponsor img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-game__sponsor a {
    display: block;
  }
  .p-legendsday-game__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-legendsday-game__guest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-legendsday-game__guest li {
    width: 32%;
    margin: 0 1%;
    text-align: center;
  }
  .p-legendsday-game__guest li img {
    width: 100%;
    height: auto;
  }
  .p-legendsday-game__caption {
    margin-top: 5px;
    font-size: 12px;
  }
  .p-legendsday-game__present {
    width: 70%;
    max-width: 180px;
    margin: 20px auto;
  }
  .p-legendsday-game__text {
    width: auto;
  }
  .p-legendsday-game__text.full-wide {
    width: auto;
  }
  .p-legendsday-game__text p {
    line-height: 1.6;
    font-size: 13px;
  }
  .p-legendsday-game__text dl {
    display: block;
    width: 100%;
    border-top: 1px solid #dddddd;
    font-size: 12px;
    padding: 10px 0;
  }
  .p-legendsday-game__text dl dt,
  .p-legendsday-game__text dl dd {
    display: block;
    padding: 0;
  }
  .p-legendsday-game__text dl dt {
    width: auto;
  }
  .p-legendsday-game__photo {
    margin: 20px auto 0 auto;
    width: 180px;
  }
  .p-legendsday-game__photo.full-wide {
    width: 100%;
    margin: 20px auto 0 auto;
    text-align: center;
  }
  .p-legendsday-game__link {
    width: 60px;
    height: 60px;
    background: #000000 url(/90th/img/top/icon_arrow.png) no-repeat bottom 15px right 10px;
    background-size: auto 12px;
  }
  .p-legendsday-game__link:hover {
    background: #000000 url(/90th/img/top/icon_arrow.png) no-repeat bottom 15px right 10px;
    background-size: auto 12px;
  }
  .p-legendsday-notice {
    width: 94%;
    margin: 0 3% 40px 3%;
  }
  .p-legendsday-notice__title {
    font-size: 16px;
  }
  .p-legendsday-notice__inner {
    padding: 15px;
    background: #FFFFFF;
  }
  .p-legendsday-notice__inner ul li {
    line-height: 1.5;
  }
}
.p-special-unit {
  border-bottom: 1px solid #000000;
  padding: 30px 0 60px 0;
  margin-bottom: 30px;
}
.p-special-unit .c-button-details--center {
  margin: 60px auto 0 auto;
}
.p-special-unit .c-button-details--center.p-button-umekita {
  margin-top: 30px;
}
.p-special-unit--last {
  border-bottom: none;
}
.p-special-unit__heading {
  width: 1200px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 700;
}
.p-special-unit__about {
  width: 1200px;
  margin: 15px auto;
}
.p-special-unit__about li {
  display: inline-block;
  margin: 0 20px 10px 0;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 600;
}
.p-special-unit__about li::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background: #c6a648;
  vertical-align: baseline;
  margin-right: 5px;
}
.p-special-unit__inner {
  width: 1200px;
  margin: 15px auto 0 auto;
  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;
}
.p-special-unit__photo {
  width: 540px;
}
.p-special-unit__photo--fullwide {
  width: 100%;
  margin: 10px auto 30px auto;
}
.p-special-unit__photo--songs {
  width: 400px;
}
.p-special-unit__photo img {
  width: 100%;
  height: auto;
}
.p-special-unit__photo span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.p-special-unit__photo--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-special-unit__photo--list li {
  width: 540px;
  margin: 0 20px;
}
.p-special-unit__photo--list li img {
  width: 100%;
  height: auto;
}
.p-special-unit__details {
  width: 620px;
}
.p-special-unit__details--songs {
  width: 760px;
}
.p-special-unit__details--fullwide {
  width: 100%;
}
.p-special-unit__details--fullwide .c-button-details {
  margin: 30px auto 0 auto;
  width: 400px;
}
.p-special-unit__details p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 20px;
}
.p-special-unit__event {
  margin: 10px 0;
  font-size: 16px;
  display: table;
}
.p-special-unit__event dt,
.p-special-unit__event dd {
  display: table-cell;
}
.p-special-unit__event dt {
  width: 120px;
}
.p-special-unit__event dd {
  line-height: 1.8;
}
.p-special-unit__event dd small {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}
.p-special-unit__list li {
  text-indent: -1em;
  margin-left: 1em;
}
.p-special-unit__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-special-unit__button-wrapper a {
  margin: 0 20px 0 0;
}
.p-special-unit__button-wrapper a:last-child {
  margin-right: 0;
}
.p-special-unit__text--end {
  background: #E7340C;
  color: #FFFFFF;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  line-height: 1.4 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .p-section-special {
    margin: 50px 0 0 0;
  }
  .p-special-unit {
    padding: 20px 0 40px 0;
    margin-bottom: 20px;
  }
  .p-special-unit .c-button-details--center {
    margin: 30px auto 0 auto;
  }
  .p-special-unit .c-button-details--center.p-button-umekita {
    margin-top: 0px;
  }
  .p-special-unit__heading {
    width: auto;
    margin: 0 4%;
    font-size: 24px;
  }
  .p-special-unit__about {
    width: auto;
    margin: 15px 4%;
  }
  .p-special-unit__about li {
    font-size: 14px;
    display: block;
    line-height: 1.5;
    text-indent: -1em;
    margin: 0 0 10px 1em;
  }
  .p-special-unit__about li::before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 12px;
  }
  .p-special-unit__inner {
    width: auto;
    margin: 10px 4% 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-special-unit__inner--reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-special-unit__inner--reverse-sp .p-special-unit__photo {
    margin-bottom: 15px;
  }
  .p-special-unit__photo {
    width: auto;
    margin-top: 10px;
  }
  .p-special-unit__photo--fullwide {
    width: 100%;
    margin: 10px auto 20px auto;
  }
  .p-special-unit__photo img {
    width: 100%;
    height: auto;
  }
  .p-special-unit__photo span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .p-special-unit__photo--songs {
    width: 200px;
    margin: 10px auto 0 auto;
  }
  .p-special-unit__photo--list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-special-unit__photo--list li {
    width: 48%;
    margin: 0;
  }
  .p-special-unit__photo--list li.is-full {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .p-special-unit__photo--list li img {
    width: 100%;
    height: auto;
  }
  .p-special-unit__details {
    width: auto;
  }
  .p-special-unit__details--songs {
    width: auto;
  }
  .p-special-unit__details p {
    font-size: 13px;
  }
  .p-special-unit__details .c-button-details {
    margin: 0 auto;
  }
  .p-special-unit__details--fullwide .c-button-details {
    margin: 30px auto 0 auto;
    width: 300px;
  }
  .p-special-unit__event {
    font-size: 12px;
  }
  .p-special-unit__event dt {
    width: auto;
    padding-right: 20px;
  }
  .p-special-unit__event--block {
    display: block;
  }
  .p-special-unit__event--block dt,
  .p-special-unit__event--block dd {
    display: block;
  }
  .p-special-unit__event--block dt {
    width: auto;
    margin: 0 0 5px 0;
  }
  .p-special-unit__list li {
    font-size: 12px;
  }
  .p-special-unit__button-wrapper a {
    margin: 0 auto 15px auto !important;
  }
  .p-special-unit__button-wrapper a:last-child {
    margin: 0 auto !important;
  }
}
.p-farm-unit {
  border-bottom: 1px solid #000000;
  padding: 30px 0 60px 0;
  margin-bottom: 30px;
}
.p-farm-unit--last {
  border-bottom: none;
}
.p-farm-unit__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-farm-unit__inner--2nd {
  margin-top: 60px;
}
.p-farm-unit__photo {
  width: 540px;
}
.p-farm-unit__photo img {
  width: 100%;
  height: auto;
}
.p-farm-unit__video {
  width: 540px;
}
.p-farm-unit__details {
  width: 600px;
}
.p-farm-unit__details p {
  line-height: 1.8;
  font-size: 19px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .p-section-farm {
    margin: 0;
  }
  .p-farm-unit {
    padding: 20px 0 40px 0;
    margin-bottom: 20px;
  }
  .p-farm-unit__inner {
    width: auto;
    margin: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-farm-unit__inner--2nd {
    margin-top: 40px;
  }
  .p-farm-unit__photo {
    width: auto;
  }
  .p-farm-unit__video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
  }
  .p-farm-unit__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p-farm-unit__details {
    width: auto;
  }
  .p-farm-unit__details p {
    font-size: 12px;
    margin: 15px 0 20px;
  }
  .p-farm-unit__details .c-button-details {
    margin: 0 auto;
  }
}
.p-section-b-luck-dynamite {
  margin: 100px 0;
}

.p-b-luck-dynamite__inner {
  width: 1200px;
  margin: 0px auto;
  text-align: center;
}
.p-b-luck-dynamite__text {
  font-size: 20px;
  line-height: 1.8;
  margin: 30px auto;
}
.p-b-luck-dynamite__overview {
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.p-b-luck-dynamite__logo {
  width: 350px;
  margin: 30px auto;
}
.p-b-luck-dynamite__logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-section-b-luck-dynamite {
    margin: 40px 0 60px 0;
  }
  .p-b-luck-dynamite__inner {
    width: auto;
    margin: 0px 4%;
  }
  .p-b-luck-dynamite__text {
    font-size: 13px;
    margin: 20px auto;
  }
  .p-b-luck-dynamite__overview {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-b-luck-dynamite__logo {
    width: 70%;
    max-width: 350px;
    margin: 20px auto;
  }
}
.p-goods__text {
  text-align: center;
  font-size: 20px;
  margin: 100px 0 80px 0;
}
.p-goods-slider {
  margin-top: 30px;
}
.p-goods-slider li {
  width: 320px;
  text-align: center;
  margin: 0 10px;
}
.p-goods-slider li img {
  width: 100%;
  height: auto;
}
.p-goods-slider li span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .p-section-goods {
    margin: 0;
  }
  .p-goods__text {
    text-align: center;
    font-size: 13px;
    margin: 50px 0 80px;
  }
  .p-goods-slider li {
    width: 240px;
  }
  .p-goods-slider li span {
    font-size: 14px;
  }
}
.p-gourmet-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1200px;
  margin: 30px auto 0 auto;
}
.p-gourmet-banner li {
  width: 360px;
}
.p-gourmet-banner li a {
  display: block;
}
.p-gourmet-banner li a img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-gourmet-banner {
    width: auto;
    margin: 20px auto 40px auto;
  }
  .p-gourmet-banner li {
    width: 50%;
    max-width: 360px;
  }
}
.p-section-rekishikan {
  margin: 0 2%;
  background: #455528;
  text-align: center;
  padding: 30px 0 120px 0;
}
.p-section-rekishikan h2.c-heading {
  color: #FFFFFF;
}

.p-rekishikan-banner {
  width: 900px;
  margin: 30px auto 0 auto;
}
.p-rekishikan-banner a {
  display: block;
}
.p-rekishikan-banner a img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .p-section-rekishikan {
    margin: 60px 4% 0 4%;
    padding: 20px 0 40px;
  }
  .p-rekishikan-banner {
    width: auto;
    margin: 20px 4% 40px 4%;
  }
  .p-rekishikan-button {
    width: 90%;
  }
}
/*# sourceMappingURL=top.css.map */