@charset "UTF-8";
/* Foundation
========================================================*/
/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-break: break-all;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

div, p, dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6,
form, input, button, textarea, table, tr, th, td,
article, aside, header, footer, section, nav, a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

body .Contents,
html,
td,
th,
input[type="text"],
input[type="password"],
select,
textarea {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

body .Contents {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 170%;
  color: #404045;
  font-feature-settings: "palt";
  /* letter-spacing: 0.2em; */
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* font icons */
sup {
  font-size: 1.1rem;
  vertical-align: super;
}

sub {
  font-size: 1.1rem;
  vertical-align: sub;
}

/* CSS Document */
/* Scss Document */
html .Container {
  -webkit-text-size-adjust: 100%;
}

/* common tags
--------------------------------------------------------------------------- */
.Container a {
  text-decoration: none;
  color: #06c;
  transition: 0.3s;
}
.Container a:hover {
  opacity: 0.7;
}

.Container img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}

.Container p {
  margin-bottom: 20px;
}

.Container iframe {
  max-width: 100%;
}

.Container {
  width: 100%;
}

.Contents {
  position: relative;
}

/* common parts
--------------------------------------------------------------------------- */
.linkInline001 {
  font-weight: 700;
  text-decoration: underline;
}

.anchorPosition {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
  height: 0;
}
.anchorPosition--inline {
  position: absolute;
  left: 0;
  top: -70px;
}
@media screen and (min-width: 1025px) {
  .anchorPosition {
    margin-top: -60px;
    padding-top: 60px;
  }
}

a.linkDl002 {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
a.linkDl002::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url("../images/icon-right002.png") no-repeat center center;
  background-size: 19px auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.sectionNormal {
  background: #fff;
}

.blockNormal {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockNormal {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 6em 0;
  }
}

.caption001 {
  font-size: 1.2rem;
  margin-top: .3rem;
  text-align: center;
}

/* header
--------------------------------------------------------------------------- */
.mainVisual--pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .mainVisual--pc {
    display: block;
  }
}

.mainVisual--sp {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .mainVisual--sp {
    display: none;
  }
}
.mainVisual--sp img {
  width: 100%;
}

/* fixed buttons
--------------------------------------------------------------------------- */
.sectionTicket {
  position: fixed;
  left: 0;
  /*top: 60%;*/
  bottom: 10px;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .sectionTicket {
    right: 0;
    left: auto;
    bottom: 160px;
  }
}

.buttonTicket {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.buttonTicket a {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  background: url("../images/bg-button-ticket.png") no-repeat;
  background-size: cover;
  display: block;
  padding: .5em .2em .5em 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 1025px) {
  .buttonTicket a {
    border-left: 2px solid #fff;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 1.3em .4em 1.3em .4em;
  }
}

.sectionForContents {
  position: fixed;
  right: 1em;
  bottom: 10px;
  z-index: 10;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  .sectionForContents {
    width: 125px;
  }
}

.sectionForTop {
  position: fixed;
  right: 1em;
  bottom: 10px;
  z-index: 10;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  .sectionForTop {
    width: 160px;
  }
}

.buttonForTop {
  position: relative;
}
.buttonForTop a {
  display: block;
  width: 66px;
  height: auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .buttonForTop a {
    width: 140px;
    font-size: 2.0rem;
  }
}
.buttonForTop a img {
  transform: rotate(10deg);
}
@media screen and (min-width: 1025px) {
  .buttonForTop a img {
    width: 140px;
  }
}
.buttonForTop a span {
  position: absolute;
  top: calc(50% - 1em);
  left: calc(50% - 1.5em);
}
@media screen and (min-width: 1025px) {
  .buttonForTop a span {
    top: calc(50% - .5em);
  }
}

/* common
--------------------------------------------------------------------------- */
.titleCommon {
  font-weight: 800;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .titleCommon {
    font-size: 2.2rem;
  }
}
.titleCommon img {
  height: 50px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
@media screen and (min-width: 1025px) {
  .titleCommon img {
    height: 70px;
    top: 10px;
    margin-right: 10px;
  }
}

.titleSub-01 {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .titleSub-01 {
    font-size: 2.8rem;
  }
}

.titlePoint {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #059B66;
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .titlePoint {
    font-size: 2.8rem;
  }
}
.titlePoint::before {
  content: "";
  background: url("../images/title-point.png") no-repeat center center;
  background-size: auto 80px;
  width: 50px;
  height: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.titleNews {
  color: #fff;
}

.titleContents {
  color: #673E0B;
}
.titleContents img {
  height: 40px;
  top: -3px;
}
@media screen and (min-width: 1025px) {
  .titleContents img {
    height: 60px;
  }
}

.titleCommon-02 {
  font-weight: 800;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.0rem;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .titleCommon-02 {
    font-size: 3.2rem;
  }
}
.titleCommon-02 img {
  height: 50px;
  display: inline-block;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .titleCommon-02 img {
    height: 70px;
    top: 10px;
  }
}
.titleCommon-02 span {
  display: block;
}

.titleCommon-03 {
  font-weight: 800;
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 2.0rem;
  color: #059B66;
}
.titleCommon-03::before {
  content: "";
  background: url("../images/icon-001.png") no-repeat center center;
  background-size: auto 44px;
  width: 39px;
  height: 44px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .titleCommon-03 {
    font-size: 3.2rem;
  }
}

.titleCommon-04 {
  color: #059B66;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .titleCommon-04 {
    text-align: left;
    font-size: 2.8rem;
    margin-top: 0;
    line-height: 140%;
  }
}

.title-timetable-sub {
  text-align: center;
  margin-top: -1em;
  margin-bottom: 3em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .title-timetable-sub {
    margin-top: -2em;
  }
}
.title-timetable-sub a {
  color: #fff;
  text-decoration: underline;
}
.title-timetable-sub a::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/icon-right004.png) no-repeat center center;
  background-size: 19px auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.titleEnjoyvenue {
  color: #906024;
}
@media screen and (min-width: 1025px) {
  .titleEnjoyvenue {
    margin-bottom: 4em;
  }
}

.titleVenuemap {
  color: #FBF0D6;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .titleVenuemap img {
    height: 23px;
    margin-bottom: .5em;
  }
}

.title-venumap-sub {
  color: #FBF0D6;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 3em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .title-venumap-sub {
    margin-top: -3em;
  }
}

.titleAccess {
  color: #BA7A2B;
  font-size: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .titleAccess img {
    height: 42px;
  }
}

.title-access-sub {
  color: #BA7A2B;
  text-align: center;
  margin-top: -1em;
  margin-bottom: 3em;
  font-weight: 600;
}

.titleSubCommon {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 4em;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .titleSubCommon {
    margin-bottom: 4em;
    font-size: 2.5rem;
  }
}
.titleSubCommon img {
  display: inline-block;
  margin-bottom: .5em;
  height: 32px;
}
@media screen and (min-width: 1025px) {
  .titleSubCommon img {
    height: 44px;
  }
}
.titleSubCommon span {
  display: block;
}

.titleSubEnjoyvenue {
  color: #BA7A2B;
}

.notes001 {
  font-size: 1.3rem;
  margin-top: .5em;
  line-height: 140%;
}

.blockCenterButton {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 1025px) {
  .blockCenterButton {
    margin-top: 60px;
  }
}

p.blockCenterButton__caption {
  margin-bottom: .5em;
  text-align: center;
  color: #673E0B;
  font-weight: 600;
}

.blockCenterButton002 {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .blockCenterButton002 {
    margin-top: 20px;
  }
}

.blockTopVideo {
  margin-top: 2em;
  aspect-ratio: 16 / 9;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .blockTopVideo {
    width: 600px;
    margin-top: 3em;
  }
}
.blockTopVideo iframe {
  width: 100%;
  height: 100%;
}

a.button001 {
  display: inline-block;
  background: #8E4405;
  border-radius: 1000px;
  border: 3px solid #fff;
  padding: .3em 1.3em;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  a.button001 {
    font-size: 3.0rem;
    padding: .5em 1.5em;
  }
}
a.button001.buttonFoodGoods {
  background: #BA7A2B;
}

a.button002 {
  display: inline-block;
  background: #BA7A2B;
  padding: .3em 3em .3em 1.3em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
a.button002::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/icon-right002.png") no-repeat center center;
  display: block;
  position: absolute;
  right: .5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 1025px) {
  a.button002 {
    font-size: 1.8rem;
    padding: .5em 3em;
  }
}

a.button003 {
  display: inline-block;
  background: #059B66;
  border-radius: 1000px;
  border: 3px solid #fff;
  padding: .3em 1.3em;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  a.button003 {
    font-size: 3.0rem;
    padding: .5em 1.5em;
  }
}
a.button003.buttonFoodGoods {
  background: #BA7A2B;
}

a.button004 {
  display: inline-block;
  background: #059B66;
  border-radius: 1000px;
  border: 3px solid #fff;
  padding: .3em 1.3em;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (min-width: 1025px) {
  a.button004 {
    font-size: 2.1rem;
    padding: .5em 1.5em;
  }
}
a.button004 .button004__fileSize {
  display: block;
  text-align: center;
  font-size: 1.3rem;
  line-height: 120%;
}

.adjust001 {
  margin-top: -10em;
}
@media screen and (min-width: 1025px) {
  .adjust001 {
    margin-top: 40px;
  }
}

/* top news
--------------------------------------------------------------------------- */
.sectionNews {
  background: url("../images/bg-news.png") no-repeat;
  background-size: cover;
  /* background: #cc9f68; */
  color: #fff;
}

.blockNews {
  padding: 2em 1.5em 4em;
}
@media screen and (min-width: 1025px) {
  .blockNews {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 0 6em;
  }
}

.blockLang {
  text-align: center;
  padding-top: 1em;
  font-size: 1.3rem;
  line-height: 100%;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockLang {
    padding-top: 2em;
    font-size: 1.6rem;
  }
}
.blockLang li {
  display: inline-block;
  padding-right: 1em;
}
.blockLang li + li {
  border-left: 1px solid #fff;
  padding-left: 1em;
}
.blockLang a {
  color: #fff;
}

.blockNotice {
  margin: 2em 1em;
  color: #d0021b;
  font-weight: 600;
  padding: 1em;
  border: 4px solid #d0021b;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1025px) {
  .blockNotice {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.4rem;
  }
}

.blockNoticeDetail p {
  margin: 0;
}

.listNews {
  border-top: 1px solid #fff;
}
.listNews li {
  border-bottom: 1px solid #fff;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  padding-right: .5em;
}
@media screen and (min-width: 1025px) {
  .listNews li {
    font-size: 1.7rem;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }
}
.listNews li a {
  color: #fff;
}

/* top contents
--------------------------------------------------------------------------- */
.sectionContents {
  background: #F7EFE2;
}

.blockContents {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockContents {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 6em 0;
  }
}

@media screen and (min-width: 1025px) {
  .blockContentsData {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .blockContentsData__item {
    width: calc(100% / 3 - 20px);
  }
}

.blockContentsData__itemTitle {
  background: url("../images/bg-button-contents.png") no-repeat center 40%;
  background-size: auto;
  color: #fff;
  font-weight: 800;
  padding: .5em 1em;
  border-radius: 8px;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockContentsData__itemTitle {
    text-align: center;
    padding: 1em 0.7em;
    font-size: 2.2rem;
  }
}

.blockContentsDataList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 1025px) {
  .blockContentsDataList ul {
    display: block;
    padding-left: .5em;
    flex-wrap: nowrap;
  }
}
.blockContentsDataList ul li {
  width: 49%;
  margin-bottom: .5em;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
}
@media screen and (min-width: 1025px) {
  .blockContentsDataList ul li {
    width: 100%;
  }
}
.blockContentsDataList ul li::before {
  content: "";
  width: 16px;
  height: 14px;
  background: url("../images/icon-right001.png") no-repeat center center;
  background-size: 16px auto;
  display: inline-block;
  margin-right: 5px;
  order: 2;
}
@media screen and (min-width: 1025px) {
  .blockContentsDataList ul li::before {
    order: 1;
  }
}
.blockContentsDataList ul li a {
  order: 3;
  width: calc(100% - 25px);
}
@media screen and (min-width: 1025px) {
  .blockContentsDataList ul li a {
    order: 2;
    width: auto;
  }
}
.blockContentsDataList ul li span {
  font-size: 1.2rem;
  color: #BA7A2B;
  order: 1;
  width: 100%;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .blockContentsDataList ul li span {
    order: 3;
    font-size: 1.3rem;
    width: auto;
    margin-left: 5px;
  }
}
.blockContentsDataList a {
  color: #673E0B;
  text-decoration: underline;
}
.blockContentsDataList.adjustTop ul {
  display: block;
}
.blockContentsDataList.adjustTop ul li {
  width: 100%;
}

/* top enjoy trial gp
--------------------------------------------------------------------------- */
.blockEnjoyTrialGp__head {
  margin-bottom: 10em;
  position: relative;
}
.blockEnjoyTrialGp__head img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGp__head img {
    height: 658px;
  }
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGp__head::before {
    content: "";
    width: 270px;
    height: 610px;
    background-image: url("../images/bg-enjoy-trial-gp-02.png");
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    right: 0;
    bottom: -520px;
    background-size: auto 100%;
  }
}
.blockEnjoyTrialGp__head::after {
  content: "";
  width: 290px;
  height: 290px;
  background-image: url("../images/bg-enjoy-trial-gp-01.png");
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  left: 0;
  bottom: -120px;
  background-size: auto 100%;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGp__head::after {
    width: 530px;
    height: 610px;
    bottom: -200px;
  }
}

.titleEnjoyTrialGp {
  color: #059B66;
}

.blockEnjoyTrialGpData {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockEnjoyTrialGpData__item {
  background: url("../images/bg-top-001.png") repeat left top;
  border-radius: 12px;
  padding: 2em;
  margin-top: 8em;
  margin-bottom: 13em;
}
.blockEnjoyTrialGpData__item.theEnd {
  margin-bottom: 6em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 4em;
    padding: 3em 5em;
  }
}
.blockEnjoyTrialGpData__item:last-child {
  margin-bottom: 0;
}

.blockEnjoyTrialGpData__itemImage {
  /*
  border: 5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(0, 3, 6, .5);
  */
  position: relative;
  top: -12em;
  margin-bottom: -10em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemImage {
    width: 470px;
    top: initial;
    margin-bottom: 0;
  }
}
.blockEnjoyTrialGpData__itemImage img {
  border: 5px solid #fff;
  border-radius: 12px;
  box-shadow: 0 0 3px rgba(0, 3, 6, 0.5);
}

@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemData {
    width: calc(100% - 470px - 50px);
  }
}

.blockEnjoyTrialGpData__itemTitleEng {
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemTitleEng {
    text-align: left;
    height: 21px;
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemTitleEng img {
    height: 21px;
  }
}

.blockEnjoyTrialGpData__itemTitleJp {
  text-align: center;
  font-size: 2.4rem;
  color: #059B66;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemTitleJp {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}

p.blockEnjoyTrialGpData__itemDetail {
  color: #057E53;
  font-weight: 600;
  margin-bottom: 2em;
  font-size: 1.6rem;
}

.blockEnjoyTrialGpData__itemButton {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__itemButton {
    text-align: left;
  }
}
.blockEnjoyTrialGpData__itemButton .button004 {
  min-width: 14em;
}
.blockEnjoyTrialGpData__itemButton + .blockEnjoyTrialGpData__itemButton {
  margin-top: 1em;
}

/* top digital program mospo
--------------------------------------------------------------------------- */
.blockEnjoyTrialGpData__msItem + .blockEnjoyTrialGpData__msItem {
  margin-top: 6em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__msItem + .blockEnjoyTrialGpData__msItem {
    margin-top: 8em;
  }
}

.blockEnjoyTrialGpData__msItemTitle {
  color: #059B66;
  font-weight: 600;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__msItemTitle {
    font-size: 2.5rem;
  }
}
.blockEnjoyTrialGpData__msItemTitle:before {
  content: "";
  display: block;
  width: 21px;
  height: 24px;
  background-image: url("../images/icon-002.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: -1.4em;
  left: 0;
  right: 0;
  margin: auto;
}

.blockEnjoyTrialGpData__msItemDetail {
  color: #673E0B;
  font-weight: 600;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__msItemDetail {
    width: 710px;
  }
}

.blockEnjoyTrialGpData__msItemImage {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyTrialGpData__msItemImage {
    width: 710px;
  }
}
.blockEnjoyTrialGpData__msItemImage img {
  border-radius: 10px;
}

.blockEnjoyTrialGpData__msItemLink {
  text-align: center;
  padding-top: .5em;
}

a.link002 {
  color: #059B66;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 160%;
  font-weight: 600;
  font-size: 1.6rem;
}
a.link002:after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/icon-right003.png) no-repeat center center;
  background-size: 19px auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

/* top time table
--------------------------------------------------------------------------- */
.sectionTimetable {
  background: #059B8F;
  color: #fff;
}

.blockTimetable {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockTimetable {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 6em 0 10em;
  }
}

.blockTimetableDataItem__tab ul {
  margin: 0 0 -3px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.blockTimetableDataItem__tab li {
  cursor: pointer;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #059B8F;
  border: 3px solid #fff;
  padding: .5em 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .blockTimetableDataItem__tab li {
    font-size: 2.4rem;
    width: 180px;
  }
}
.blockTimetableDataItem__tab li.isOpen {
  background: #fff;
  color: #059B8F;
}

.blockTimetableDataItem__contents {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 1em;
}
@media screen and (min-width: 1025px) {
  .blockTimetableDataItem__contents {
    border-top-right-radius: 10px;
  }
}
.blockTimetableDataItem__contents dl {
  display: none;
  padding-top: 1em;
}
.blockTimetableDataItem__contents dl.isShow {
  display: block;
}
.blockTimetableDataItem__contents dt {
  color: #BA7A2B;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .blockTimetableDataItem__contents dt {
    margin-bottom: .5em;
  }
}
.blockTimetableDataItem__contents dd {
  color: #059B8F;
  font-weight: 600;
  font-size: 1.7rem;
  border-bottom: 3px dotted #059B8F;
  padding-bottom: .7em;
  margin-bottom: .7em;
}
@media screen and (min-width: 1025px) {
  .blockTimetableDataItem__contents dd {
    font-size: 2.2rem;
  }
}
.blockTimetableDataItem__contents dd:last-child {
  border: none;
}

/* top event
--------------------------------------------------------------------------- */
.sectionEvent {
  background: #fff url("../images/bg-event.png") no-repeat center center;
  background-size: cover;
}

.blockEvent {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockEvent {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding: 6em 0 10em;
  }
}

.titleEvent {
  color: #fff;
}

@media screen and (min-width: 1025px) {
  .blockEventData__item {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 2%;
  }
}
.blockEventData__item dl {
  display: block;
  background: #fff;
  padding: 1.5em;
  border-radius: 14px;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dl {
    width: 32%;
    padding: 1em 1em 4.5em;
    margin-bottom: 2em;
    position: relative;
  }
}
.blockEventData__item dl + dl {
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dl + dl {
    margin-top: 0;
  }
}
.blockEventData__item dt {
  color: #059B66;
  margin-bottom: .5em;
  position: relative;
}
.blockEventData__item dt.pickup::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url("../images/icon-pickup02.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -1em;
  top: -1em;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dt.pickup::before {
    width: 80px;
    height: 80px;
    left: -2em;
    top: -3em;
  }
}
.blockEventData__item dt img {
  border-radius: 10px;
}
.blockEventData__item dd:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: 600;
  color: #059B66;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(1) {
    font-size: 2.2rem;
    margin-top: 15px;
  }
}
.blockEventData__item dd:nth-of-type(2) {
  font-size: 1.1rem;
  color: #059B66;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(2) {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.blockEventData__item dd:nth-of-type(2) span {
  background: #BA7A2B;
  color: #fff;
  font-size: 1.1rem;
  display: inline-block;
  border-radius: 1000px;
  margin-right: 5px;
  line-height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  padding-top: .1em;
  padding-bottom: .3em;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(2) span {
    font-size: 1.6rem;
    padding: .3em 1em;
    margin-top: 10px;
  }
}
.blockEventData__item dd:nth-of-type(3) {
  font-size: 1.1rem;
  color: #673E0B;
  line-height: 140%;
  margin-top: 5px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(3) {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.blockEventData__item dd:nth-of-type(4) {
  text-align: center;
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(4) {
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.blockEventData__item dd:nth-of-type(4) a {
  display: inline-block;
  background: #059B66;
  border-radius: 1000px;
  border: 3px solid #fff;
  padding: .3em 2em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .blockEventData__item dd:nth-of-type(4) a {
    font-size: 2.1rem;
    padding: .3em 1.5em;
  }
}

/* top enjoy venue
--------------------------------------------------------------------------- */
.sectionEnjoyvenue {
  background: #FFF9EA;
}

.blockEnjoyvenue__head {
  margin-bottom: 4em;
  position: relative;
}
.blockEnjoyvenue__head img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenue__head img {
    height: 660px;
    object-position: top;
  }
}

.blockEnjoyvenueData {
  padding: 4em 1.5em;
}

.blockEnjoyvenueData__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -2em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -7em;
  }
}
.blockEnjoyvenueData__item a {
  width: 46%;
  margin-bottom: 3em;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item a {
    margin-bottom: 7em;
  }
}
.blockEnjoyvenueData__item dl {
  line-height: 140%;
}
.blockEnjoyvenueData__item dt {
  margin-bottom: .5em;
  position: relative;
}
.blockEnjoyvenueData__item dt.pickup::before {
  content: "";
  display: block;
  width: 53px;
  height: 53px;
  background: url("../images/icon-pickup.png") no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  left: -1em;
  top: -1em;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item dt.pickup::before {
    width: 105px;
    height: 105px;
    left: -3em;
    top: -3em;
  }
}
.blockEnjoyvenueData__item dt img {
  border-radius: 10px;
}
.blockEnjoyvenueData__item dd:nth-of-type(1) {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item dd:nth-of-type(1) {
    font-size: 2.2rem;
    margin-top: 15px;
    line-height: 140%;
  }
}
.blockEnjoyvenueData__item dd:nth-of-type(2) {
  font-size: 1.1rem;
  color: #059B66;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item dd:nth-of-type(2) {
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
.blockEnjoyvenueData__item dd:nth-of-type(3) {
  font-size: 1.1rem;
  color: #059B66;
  background: #C1D8B7;
  padding: .5em 1em;
  border-radius: 1000px;
  line-height: 100%;
  margin-top: 5px;
}
@media screen and (min-width: 1025px) {
  .blockEnjoyvenueData__item dd:nth-of-type(3) {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}

/* top venuemap
--------------------------------------------------------------------------- */
.sectionVenuemap {
  background: #FFF9EA;
}
@media screen and (min-width: 1025px) {
  .sectionVenuemap {
    padding-top: 4em;
  }
}

.blockVenuemap {
  padding: 4em 1.5em;
  background: #906025;
}
@media screen and (min-width: 1025px) {
  .blockVenuemap {
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 4em;
    border-radius: 22px;
  }
}

.mapImage {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .mapImage img {
    width: 891px;
    height: auto;
  }
}

.blockVenumapImageLink {
  text-align: center;
  margin-top: 2em;
}

.blockVenumapOthersLinks {
  margin-top: 2em;
}
.blockVenumapOthersLinks ul {
  background: #fff;
  padding: 1.5em;
  border-radius: 16px;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockVenumapOthersLinks ul {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.blockVenumapOthersLinks li {
  margin-bottom: .3em;
}
@media screen and (min-width: 1025px) {
  .blockVenumapOthersLinks li {
    width: 49%;
  }
}
.blockVenumapOthersLinks li::after {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/icon-right005.png) no-repeat center center;
  background-size: 19px auto;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.blockVenumapOthersLinks a {
  color: #673E0B;
  text-decoration: underline;
}

.blockVenumapOthersLinks__label {
  text-align: center;
  color: #fff;
  margin-bottom: .5em;
  font-weight: 600;
}

@media screen and (min-width: 1025px) {
  .blockAccessData__item {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1em;
  }
}
.blockAccessData__item a {
  display: block;
  background: #fff;
  padding: .5em 4em .5em 5em;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 1.5em;
  color: #333;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .blockAccessData__item a {
    width: 50%;
  }
}
.blockAccessData__item a::before {
  content: "";
  background: url("../images/icon-001.png") no-repeat center center;
  background-size: auto 32px;
  width: 29px;
  height: 32px;
  position: absolute;
  left: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blockAccessData__item a::after {
  content: "";
  background: url("../images/icon-right003.png") no-repeat center center;
  background-size: auto 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
.blockAccessData__item dt {
  font-size: 1.3rem;
  font-weight: 600;
  color: #906024;
}
@media screen and (min-width: 1025px) {
  .blockAccessData__item dt {
    font-size: 1.5rem;
  }
}
.blockAccessData__item dd {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockAccessData__item dd {
    font-size: 2.0rem;
  }
}

/* top access
--------------------------------------------------------------------------- */
.sectionAccess {
  background: #FFF9EA;
}

.blockAccess {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockAccess {
    padding-top: 10em;
  }
}

@media screen and (min-width: 1025px) {
  .blockAccessData {
    width: 710px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockAccessDataOthersLink {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .blockAccessDataOthersLink {
    margin-top: 4em;
  }
}

/* top outline
--------------------------------------------------------------------------- */
.sectionOutline {
  background: url("../images/bg-outline.png") no-repeat;
  background-size: cover;
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .sectionOutline {
    padding: 15em 1.5em;
  }
}

.blockOutline {
  background: #fff;
  border-radius: 30px;
  padding: 2em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockOutline {
    width: 890px;
    margin-left: auto;
    margin-right: auto;
    padding: 5em 4em;
  }
}

.titleContentsOutline {
  color: #059B8F;
  font-size: 2.3rem;
  font-weight: 800;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .titleContentsOutline {
    font-size: 3.0rem;
    margin-bottom: 2em;
  }
}

.listOutline {
  margin-left: .5em;
  margin-right: .5em;
}
@media screen and (min-width: 1025px) {
  .listOutline {
    font-size: 1.8rem;
  }
}
.listOutline dt {
  font-weight: 800;
  color: #059B8F;
}
.listOutline dd {
  font-weight: 800;
}
@media screen and (min-width: 1025px) {
  .listOutline dd {
    margin-top: 5px;
  }
}
.listOutline dd + dt {
  margin-top: 2em;
}

/* page:charm 観戦ガイド
--------------------------------------------------------------------------- */
.sectionRaceGuide {
  background: #fff url("../charm/images/bg-charm-001.png") no-repeat center bottom -20px;
  background-size: auto 30%;
  padding-bottom: 100px;
}
@media screen and (min-width: 1025px) {
  .sectionRaceGuide {
    background-position: center bottom -40px;
    background-size: auto 202px;
  }
}

.blockRaceGuide {
  padding: 4em 1.5em;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuide {
    padding-top: 10em;
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockDetailRaceGuide {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockDetailRaceGuide {
    width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.titleRaceGuide {
  color: #673E0B;
  font-size: 1.6rem;
  margin-bottom: 4em;
}

.titleSub-RaceGuide {
  color: #059B66;
}

.sectionRaceGuideDetail {
  background: #F4FCE0;
}

.blockRaceGuideDetail {
  padding: 0 1.5em 4em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideDetail {
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blockRaceGuideDetail dt {
  width: 100%;
  background: #BA7A2B;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: .5em 1em;
  border-radius: 12px;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideDetail dt {
    font-size: 2.0rem;
    text-align: left;
    padding-left: 3em;
  }
}
.blockRaceGuideDetail dt::before {
  position: absolute;
  margin: auto;
  left: 1em;
  font-size: 2.0rem;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideDetail dt::before {
    font-size: 3.0rem;
    top: 7px;
  }
}
.blockRaceGuideDetail dt::after {
  content: "+";
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.0rem;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 11px;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideDetail dt::after {
    font-size: 3.0rem;
    top: 7px;
    content: "";
  }
}
.blockRaceGuideDetail dt.isOpen::after {
  content: "-";
}
.blockRaceGuideDetail dt.point01::before {
  content: "1";
}
.blockRaceGuideDetail dt.point02::before {
  content: "2";
}
.blockRaceGuideDetail dt.point03::before {
  content: "3";
}
.blockRaceGuideDetail dt.point04::before {
  content: "4";
}
.blockRaceGuideDetail dt.point05::before {
  content: "5";
}
.blockRaceGuideDetail dt.point06::before {
  content: "6";
}
.blockRaceGuideDetail dt.point07::before {
  content: "7";
}
.blockRaceGuideDetail dd {
  margin-bottom: 3em;
}
.blockRaceGuideDetail dd + dt {
  margin-top: 1.5em;
}

.raceGuideDetailItem__image {
  margin-bottom: 1em;
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .raceGuideDetailItem__image {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.raceGuideDetailItem__image img {
  border-radius: 10px;
}

.raceGuideDetailItem__title {
  color: #059B66;
  font-weight: 600;
  font-size: 2.0rem;
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1025px) {
  .raceGuideDetailItem__title {
    font-size: 2.8rem;
    text-align: left;
    line-height: 140%;
  }
}

.blockPointReduction {
  margin-top: 4em;
  margin-bottom: 2em;
}

.blockPointReductionPoint {
  background: url("../charm/images/bg-charm-002.png") repeat center bottom;
  padding: 2em;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #673E0B;
  margin-top: 3em;
}
@media screen and (min-width: 1025px) {
  .blockPointReductionPoint {
    width: 648px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockPointReductionPoint__title {
  color: #673E0B;
  text-align: center;
  margin-bottom: 2em;
  font-weight: 600;
  font-size: 2.0rem;
}
@media screen and (min-width: 1025px) {
  .blockPointReductionPoint__title {
    font-size: 2.4rem;
  }
}

ul.listPointReductionPoint {
  color: #673E0B;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (min-width: 1025px) {
  ul.listPointReductionPoint {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  ul.listPointReductionPoint li {
    width: 49%;
  }
}
ul.listPointReductionPoint li::before {
  content: "●";
  color: #BA7A2B;
  display: inline-block;
  margin-right: 5px;
}

.listPointReductionEnd {
  text-align: right;
  margin-top: -1em;
  font-size: 1.5rem;
  padding-left: 3em;
  padding-right: 3em;
}
.listPointReductionEnd::before {
  content: "";
  background: url("../charm/images/img-charm-icon-001.png") no-repeat center center;
  background-size: auto 30px;
  width: 89px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
}

.blockCheckPoint {
  background: url("../charm/images/bg-charm-002.png") repeat center bottom;
  padding: 2em;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  color: #673E0B;
  margin-top: 3em;
}
@media screen and (min-width: 1025px) {
  .blockCheckPoint {
    width: 648px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blockCheckPoint::before {
  content: "";
  background: url("../charm/images/img-charm-icon-001.png") no-repeat center center;
  background-size: auto 30px;
  width: 89px;
  height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
}

.blockCheckPointTitle {
  font-weight: 600;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 1em;
  font-size: 2.0rem;
}
@media screen and (min-width: 1025px) {
  .blockCheckPointTitle {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .blockCheckPoint__image {
    text-align: center;
    margin-bottom: 2em;
  }
}

.blockCheckPoint__text {
  margin-top: 1em;
}

.blockNormalData__item {
  text-align: center;
}

.blockNormalDataOthersLink {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .blockRaceGuideRidersWrap,
  .blockRaceGuideIntroWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
  }
}

.blockRaceGuideRiders {
  text-align: center;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideRiders {
    width: 21%;
  }
}

.blockRaceGuideRiders__name {
  color: #059B66;
  font-weight: 600;
  font-size: 2.0rem;
  margin-top: 1em;
}

.blockRaceGuideRiders__detail {
  font-size: 1.4rem;
  margin-top: .5em;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideRiders__detail {
    margin-top: 0;
  }
}

.blockRaceGuideIntro {
  text-align: center;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideIntro {
    width: 21%;
  }
}

.blockRaceGuideIntro__title {
  color: #BA7A2B;
  font-weight: 600;
  font-size: 2.0rem;
  margin-top: 1em;
}
@media screen and (min-width: 1025px) {
  .blockRaceGuideIntro__title {
    font-size: 1.5rem;
  }
}

.blockRaceGuideIntro__detail {
  font-size: 1.4rem;
  margin-top: .5em;
}

.imageBringing {
  text-align: center;
}
.imageBringing img {
  width: 90%;
}
@media screen and (min-width: 1025px) {
  .imageBringing img {
    width: 509px;
  }
}

/* page:event イベント
--------------------------------------------------------------------------- */
.titleEventList {
  color: #673E0B;
  font-size: 1.6rem;
  margin-bottom: -1em;
}

.sectionEventList {
  padding: 4em 1.5em;
  /* background: #fff url(../images/bg-event.png) no-repeat center center; */
  background: #F4FCE0;
  background-size: cover;
}

@media screen and (min-width: 1025px) {
  .blockPageEvent {
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockPageEvent__item {
  background: #fff;
  border-radius: 2em;
  padding: 1.5em;
  margin-bottom: 2em;
}
@media screen and (min-width: 1025px) {
  .blockPageEvent__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.blockPageEvent__itemTitle {
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  background: #BA7A2B;
  border-radius: 12px;
  padding: .5em 1em;
}
@media screen and (min-width: 1025px) {
  .blockPageEvent__itemTitle {
    width: 100%;
    font-size: 2.0rem;
  }
}

.blockPageEvent__itemLead {
  font-weight: 600;
  margin-bottom: 2em;
}

@media screen and (min-width: 1025px) {
  .blockPageEvent__itemImage {
    width: 48%;
  }
}
.blockPageEvent__itemImage img {
  border-radius: 12px;
}

@media screen and (min-width: 1025px) {
  .blockPageEvent__itemDetail {
    width: 49%;
  }
}
.blockPageEvent__itemDetail .blockPageEvent__itemTableItem {
  display: none;
}
.blockPageEvent__itemDetail dl {
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .blockPageEvent__itemDetail dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.blockPageEvent__itemDetail dt {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockPageEvent__itemDetail dt {
    width: 5em;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
}
.blockPageEvent__itemDetail dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1025px) {
  .blockPageEvent__itemDetail dd {
    width: calc(100% - 5em - 1em);
  }
}

.blockPageEvent__itemTableButton {
  cursor: pointer;
  text-align: center;
  padding: .5em 2em;
  background: #BA7A2B;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: .5em 1em;
  border-radius: 12px;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
.blockPageEvent__itemTableButton:after {
  content: "+";
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.0rem;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 11px;
  line-height: 100%;
}
.blockPageEvent__itemTableButton.isOpen:after {
  content: "-";
}

.event-item-map {
  margin-top: .5em;
}

/* section top Sustainability
--------------------------------------------------------------------------- */
.blockSustainability {
  padding-bottom: 4em;
}

.blockSustainability__head {
  margin-bottom: 4em;
  position: relative;
}
.blockSustainability__head img {
  object-fit: cover;
  width: 100%;
  height: 360px;
}
@media screen and (min-width: 1025px) {
  .blockSustainability__head img {
    height: 660px;
  }
}

.titleSustainability {
  color: #059B8F;
}

.blockSustainabilityData {
  margin: 4em 1.5em 8em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/bg-sustainability.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-top: 4em;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}
.blockSustainabilityData::before {
  content: "";
  background: url(../images/icon-002.png) no-repeat center center;
  background-size: auto 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 1em;
  top: 0;
  margin: auto;
}
.blockSustainabilityData::after {
  content: "";
  background: url(../images/icon-002.png) no-repeat center center;
  background-size: auto 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 3em;
  bottom: -6em;
  margin: auto;
  transform: rotate(70deg);
}
@media screen and (min-width: 1025px) {
  .blockSustainabilityData {
    width: 680px;
    padding-left: 7em;
    padding-right: 7em;
    padding-top: 6em;
    padding-bottom: 4em;
    margin-bottom: 10em;
  }
  .blockSustainabilityData::before {
    background-size: auto 84px;
    width: 84px;
    height: 84px;
    right: 7em;
  }
  .blockSustainabilityData::after {
    background-size: auto 84px;
    width: 84px;
    height: 84px;
    left: 0em;
    bottom: -7em;
  }
}

.blockSustainabilityData__item {
  color: #fff;
  font-weight: 600;
}

.blockSustainabilityData__itemTitle {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .blockSustainabilityData__itemTitle {
    font-size: 2.5rem;
  }
}

.blockSustainabilityData__itemImage {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.blockSustainabilityData__itemImage img {
  border-radius: 12px;
}

.blockSustainablityDataOthersLink {
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .blockSustainablityDataOthersLink {
    margin-top: 3em;
  }
}

/* page Section Guide
--------------------------------------------------------------------------- */
.blockSectinMap {
  margin-bottom: 4em;
}

.blockSectionDetailItem {
  margin-bottom: 4em;
}

.blockSectionDetailItem__title {
  color: #059B66;
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockSectionDetailItem__title {
    text-align: left;
    font-size: 2.8rem;
  }
}

.blockSectionDetailItem__titleSub {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockSectionDetailItem__titleSub {
    text-align: left;
  }
}

.blockSectionDetailItem__image {
  width: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1025px) {
  .blockSectionDetailItem__image {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1025px) {
  .blockSectionDetailItem__image img {
    width: 100%;
  }
}

.sectionSectionFeature {
  background: #F4FCE0;
  margin-top: -4em;
}

.blockSectionFeatureDetail {
  padding: 4em 1.5em 4em;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureDetail {
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockSectionFeatureDetailTitle {
  color: #059B66;
  font-weight: 600;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureDetailTitle {
    font-size: 2.8rem;
    margin-bottom: 2em;
  }
}
.blockSectionFeatureDetailTitle::before {
  content: "";
  display: block;
  width: 31px;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/icon-002.png");
  background-size: auto 35px;
  margin-bottom: 5px;
}

.blockSectionFeatureItemList dt {
  width: 100%;
  background: #70A732;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: .5em 1em .5em .5em;
  border-radius: 12px;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureItemList dt {
    padding: 1em;
    font-size: 2.0rem;
  }
}
.blockSectionFeatureItemList dt.pt02 {
  background: #F5732E;
}
.blockSectionFeatureItemList dt::after {
  content: "+";
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 100%;
  margin-left: auto;
}
.blockSectionFeatureItemList dt.isOpen::after {
  content: "-";
}
.blockSectionFeatureItemList dt .blockSectionFeatureItemList__sec {
  text-align: center;
  line-height: 110%;
}
.blockSectionFeatureItemList dt .blockSectionFeatureItemList__sec::before {
  content: "SECTION";
  display: block;
  text-align: center;
  font-size: 1.2rem;
  width: 5em;
}
.blockSectionFeatureItemList dt .blockSectionFeatureItemList__title {
  margin-left: 10px;
  margin-right: 5px;
  line-height: 140%;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureItemList dt .blockSectionFeatureItemList__title {
    margin-left: 2em;
  }
}
.blockSectionFeatureItemList dd {
  margin-bottom: 2em;
  display: none;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureItemList dd {
    margin-bottom: 4em;
  }
}
.blockSectionFeatureItemList dd + dt {
  margin-top: 1em;
}
.blockSectionFeatureItemList dd .blockSectionFeatureItemList__text {
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureItemList dd .blockSectionFeatureItemList__text {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
.blockSectionFeatureItemList dd .blockSectionFeatureItemList__image {
  width: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 1025px) {
  .blockSectionFeatureItemList dd .blockSectionFeatureItemList__image {
    margin-left: auto;
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blockSectionFeatureItemList dd .blockSectionFeatureItemList__image img {
  width: 100%;
}

.blockSectionFeatureCopy001 {
  margin-top: 2em;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
}

.blockSectionBottomDetail {
  font-weight: 600;
  padding: 4em 1.5em 4em;
}
@media screen and (min-width: 1025px) {
  .blockSectionBottomDetail {
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockSectionBottomDetailTitle {
  color: #fff;
  font-size: 2.2rem;
  background-image: url("../images/bg-button-contents.png");
  background-position: center center;
  padding: 1em;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .blockSectionBottomDetailTitle {
    width: 500px;
    font-size: 2.4rem;
  }
}

.blockSectionBottomDetailText {
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .blockSectionBottomDetailText {
    text-align: center;
    font-size: 1.8rem;
  }
}

/* page Foods & Goods
--------------------------------------------------------------------------- */
.sectionFoodsItems {
  background: #F4FCE0;
}

.blockFoodsDetail {
  padding: 4em 1.5em 4em;
}
@media screen and (min-width: 1025px) {
  .blockFoodsDetail {
    width: 1053px;
    margin-left: auto;
    margin-right: auto;
  }
}

.foodsMap {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .foodsMap {
    width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
}

.blockFoodsItemsList dt {
  width: 100%;
  background: #BA7A2B;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: .5em 1em;
  border-radius: 12px;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .blockFoodsItemsList dt {
    font-size: 2.0rem;
    text-align: left;
    padding-left: 1em;
  }
}
.blockFoodsItemsList dt.pt01 {
  background: #6a3906;
}
.blockFoodsItemsList dt.pt02 {
  background: #ea617b;
}
.blockFoodsItemsList dt.pt03 {
  background: #ea5413;
}
.blockFoodsItemsList dt.pt04 {
  background: #a40a5e;
}
.blockFoodsItemsList dt.pt05 {
  background: #2e7710;
}
.blockFoodsItemsList dt.pt06 {
  background: #16a9a7;
}
.blockFoodsItemsList dt.pt07 {
  background: #132a88;
}
.blockFoodsItemsList dt .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.blockFoodsItemsList dt .icon-image {
  display: inline-block;
  margin-right: 5px;
}
.blockFoodsItemsList dt .icon-image img {
  height: 27px;
}
.blockFoodsItemsList dt::after {
  content: "+";
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 2.0rem;
  position: absolute;
  margin: auto;
  right: 10px;
  top: 11px;
  line-height: 100%;
}
@media screen and (min-width: 1025px) {
  .blockFoodsItemsList dt::after {
    top: 13px;
  }
}
.blockFoodsItemsList dt.isOpen::after {
  content: "-";
}
.blockFoodsItemsList dd {
  display: none;
  padding-top: 2em;
}
.blockFoodsItemsList dd + dt {
  margin-top: 1em;
}
.blockFoodsItemsList dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2%;
}
.blockFoodsItemsList dd ul li {
  width: 49%;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .blockFoodsItemsList dd ul li {
    width: 32%;
  }
}

@media screen and (min-width: 1025px) {
  .blockFoodsItemsList__image {
    margin-bottom: .5em;
  }
}

.blockFoodsItemsList__name {
  font-weight: 600;
  font-size: clamp(1.6rem, 2.66667vw, 2rem);
}

.blockFoodsItemsList__price {
  font-size: 1.4rem;
  font-weight: 600;
}

/* fotter 注記
--------------------------------------------------------------------------- */
.btm-Caution {
  margin: 20px auto 10px;
  overflow: hidden;
  width: 94%;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .btm-Caution {
    margin: 20px auto 30px;
    overflow: hidden;
    width: 980px;
    line-height: 160%;
  }
}

/* sp
--------------------------------------------------------------------------- */
.u-alCenterSp {
  text-align: center;
}

.u-alLeftSp {
  text-align: left;
}

/* sp - pc
--------------------------------------------------------------------------- */
.u-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .u-pc {
    display: inline-block;
  }
}

@media screen and (min-width: 1025px) {
  .u-sp {
    display: none;
  }
}

/* root style reset
--------------------------------------------------------------------------- */
#suzukaContentInner2016,
#emergencynews,
#suzukaFooterWrap2016 {
  letter-spacing: 0;
}

#suzukaHeaderWrap2016 #headerInner,
#suzukaHeaderWrap2016 #headerInner div,
#suzukaHeaderWrap2016 #headerInner p {
  box-sizing: content-box;
}

#suzukaFooterWrap2016 {
  z-index: 1 !important;
}

.btm-Caution p {
  letter-spacing: 0;
}

/* Layout
========================================================*/
/* Header */
/* Footer */
/* Object
========================================================*/
/* Component -------------------------------------------*/
/* button */
/* Project ---------------------------------------------*/
/* Utility - -------------------------------------------*/
.u-mt10:not(:root) {
  margin-top: 10px;
}

.u-mt20:not(:root) {
  margin-top: 20px;
}

.u-mt40:not(:root) {
  margin-top: 40px;
}

.u-mt60:not(:root) {
  margin-top: 60px;
}

.u-mt80:not(:root) {
  margin-top: 80px;
}

.u-mt100:not(:root) {
  margin-top: 100px;
}

.u-mt120:not(:root) {
  margin-top: 120px;
}

.u-mt140:not(:root) {
  margin-top: 140px;
}

.u-mt160:not(:root) {
  margin-top: 160px;
}

.u-mt180:not(:root) {
  margin-top: 180px;
}

.u-mt200:not(:root) {
  margin-top: 200px;
}

.u-mtM10:not(:root) {
  margin-top: -10px;
}

.u-mtM20:not(:root) {
  margin-top: -20px;
}

.u-mtM40:not(:root) {
  margin-top: -40px;
}

.u-mtM60:not(:root) {
  margin-top: -60px;
}

.u-mtM80:not(:root) {
  margin-top: -80px;
}

.u-mtM100:not(:root) {
  margin-top: -100px;
}

.u-mr10:not(:root) {
  margin-right: 10px;
}

.u-mr20:not(:root) {
  margin-right: 20px;
}

.u-mr40:not(:root) {
  margin-right: 40px;
}

.u-mr60:not(:root) {
  margin-right: 60px;
}

.u-mr80:not(:root) {
  margin-right: 80px;
}

.u-mr100:not(:root) {
  margin-right: 100px;
}

.u-mr120:not(:root) {
  margin-right: 120px;
}

.u-mr140:not(:root) {
  margin-right: 140px;
}

.u-mr160:not(:root) {
  margin-right: 160px;
}

.u-mr180:not(:root) {
  margin-right: 180px;
}

.u-mr200:not(:root) {
  margin-right: 200px;
}

.u-mb10:not(:root) {
  margin-bottom: 10px;
}

.u-mb20:not(:root) {
  margin-bottom: 20px;
}

.u-mb40:not(:root) {
  margin-bottom: 40px;
}

.u-mb60:not(:root) {
  margin-bottom: 60px;
}

.u-mb80:not(:root) {
  margin-bottom: 80px;
}

.u-mb100:not(:root) {
  margin-bottom: 100px;
}

.u-mb120:not(:root) {
  margin-bottom: 120px;
}

.u-mb140:not(:root) {
  margin-bottom: 140px;
}

.u-mb160:not(:root) {
  margin-bottom: 160px;
}

.u-mb180:not(:root) {
  margin-bottom: 180px;
}

.u-mb200:not(:root) {
  margin-bottom: 200px;
}

.u-ml10:not(:root) {
  margin-left: 10px;
}

.u-ml20:not(:root) {
  margin-left: 20px;
}

.u-ml40:not(:root) {
  margin-left: 40px;
}

.u-ml60:not(:root) {
  margin-left: 60px;
}

.u-ml80:not(:root) {
  margin-left: 80px;
}

.u-ml100:not(:root) {
  margin-left: 100px;
}

.u-ml120:not(:root) {
  margin-left: 120px;
}

.u-ml140:not(:root) {
  margin-left: 140px;
}

.u-ml160:not(:root) {
  margin-left: 160px;
}

.u-ml180:not(:root) {
  margin-left: 180px;
}

.u-ml200:not(:root) {
  margin-left: 200px;
}

.u-w10p:not(root) {
  width: 10%;
}

.u-w15p:not(root) {
  width: 15%;
}

.u-w20p:not(root) {
  width: 20%;
}

.u-w25p:not(root) {
  width: 25%;
}

.u-w40p:not(root) {
  width: 40%;
}

.u-w45p:not(root) {
  width: 45%;
}

.u-w50p:not(root) {
  width: 50%;
}

.u-w60p:not(root) {
  width: 60%;
}

.u-w70p:not(root) {
  width: 70%;
}

.u-w80p:not(root) {
  width: 80%;
}

.u-w90p:not(root) {
  width: 90%;
}

.u-w100p:not(root) {
  width: 100%;
}

.u-alLeft:not(:root) {
  text-align: left;
}

.u-alRight:not(:root) {
  text-align: right;
}

.u-alCenter:not(:root) {
  text-align: center;
}

.u-textBold:not(:root) {
  font-weight: bold;
}

.u-textNormal:not(:root) {
  font-weight: normal;
}

.u-textLarge:not(:root) {
  font-size: 110%;
}

.u-cellVMiddle {
  vertical-align: middle;
}

.bold {
  font-weight: bold;
}

.textV {
  display: inline-block;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  white-space: pre;
}

.u-vaM:not(:root) {
  vertical-align: middle;
}

/*# sourceMappingURL=common.css.map */
