@charset "UTF-8";
:root {
  /* color */
  --base-color: #fff;
  --base2-color: #f3f2f2;
  --main-color: #000;
  --accent-color: #f00;
}

/* -- FOUNDATION -- */
body {
  position: relative;
  width: 100%;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: var(--main-color);
  line-height: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: var(--main-color);
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

@media (min-width:769px) {
  a:hover {
    opacity: 0.7;
  }
}
/* -- LAYOUT -- */
#overlay {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

#overlay.hidden {
  opacity: 0;
}

/* -- CONTENTS -- */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 26px;
  padding: 48px 10px 69px;
  background-color: var(--accent-color);
}
@media (max-width:768px) {
  .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0;
    padding: 3.0667vw 0 12.9333vw;
  }
}
.header .header_kv {
  width: 658px;
  max-width: 48.1698vw;
}
@media (max-width:768px) {
  .header .header_kv {
    width: 87.7333vw;
    max-width: unset;
    margin: 8.8vw auto 0;
  }
}
.header .header_info {
  position: relative;
  margin-top: min(109px, 7.9795vw);
}
@media (max-width:768px) {
  .header .header_info {
    width: 86vw;
    margin-top: 3.8667vw;
  }
}
.header .header_logo-pc {
  display: block;
  width: 499px;
  max-width: 36.53vw;
  margin-left: auto;
}
@media (max-width:768px) {
  .header .header_logo-pc {
    display: none;
  }
}
.header .header_logo-pc img {
  width: 100%;
  height: auto;
}
.header .header_logo-sp {
  display: none;
}
.header .header_logo-sp img {
  width: 100%;
  height: auto;
}
@media (max-width:768px) {
  .header .header_logo-sp {
    display: block;
    width: 66.5333vw;
    margin: 0 6vw 0 auto;
  }
}
.header .header_date {
  width: 356px;
  max-width: 26.0615vw;
}
@media (max-width:768px) {
  .header .header_date {
    width: 56.5333vw;
    max-width: unset;
  }
}
.header .header_badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 211px;
  max-width: 15.4466vw;
}
@media (max-width:768px) {
  .header .header_badge {
    width: 28.1333vw;
    max-width: unset;
  }
}
.header .header_list {
  margin-top: min(45px, 3.2943vw);
}
@media (max-width:768px) {
  .header .header_list {
    margin-top: 6vw;
  }
}
.header .header_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-column-gap: min(18px, 1.3177vw);
     -moz-column-gap: min(18px, 1.3177vw);
          column-gap: min(18px, 1.3177vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width:768px) {
  .header .header_list dl {
    -webkit-column-gap: 2.1333vw;
       -moz-column-gap: 2.1333vw;
            column-gap: 2.1333vw;
  }
}
.header .header_list dl + dl {
  margin-top: 20px;
}
@media (max-width:768px) {
  .header .header_list dl + dl {
    margin-top: 3.3333vw;
  }
}
.header .header_list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74px;
          flex: 0 0 74px;
  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;
  width: 74px;
  max-width: 5.4173vw;
  min-height: min(29px, 2.3vw);
  margin-top: 7px;
  padding-bottom: 2px;
  color: var(--base-color);
  font-size: min(21.67px, 1.5864vw);
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--main-color);
  border-radius: 4px;
}
@media (max-width:768px) {
  .header .header_list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.8667vw;
            flex: 0 0 9.8667vw;
    width: 9.8667vw;
    max-width: unset;
    height: 3.7333vw;
    margin-top: 0.9333vw;
    padding-bottom: 0.2667vw;
    font-size: 2.8893vw;
    border-radius: 0.5333vw;
  }
}
.header .header_list dd {
  color: var(--base-color);
  font-size: min(37.02px, 2.7101vw);
  font-weight: 700;
}
@media (max-width:768px) {
  .header .header_list dd {
    font-size: 4.936vw;
  }
}
.header .header_list dd .small_1 {
  font-size: min(22.74px, 1.6647vw);
}
@media (max-width:768px) {
  .header .header_list dd .small_1 {
    font-size: 3.032vw;
  }
}
.header .header_list dd .small_2 {
  font-size: min(22.74px, 1.6647vw);
  font-weight: 400;
}
@media (max-width:768px) {
  .header .header_list dd .small_2 {
    font-size: 3.032vw;
  }
}
.header .header_list dd .big {
  font-size: min(33.83px, 2.4766vw);
}
@media (max-width:768px) {
  .header .header_list dd .big {
    font-size: 4.5107vw;
  }
}

.about {
  width: 100%;
  padding: 50px 0 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/about_bg.png);
  background-size: 2000px;
  background-position: top center;
  background-repeat: repeat-y;
  overflow: hidden;
}
@media (max-width:768px) {
  .about {
    padding: 6.6667vw 0 8.6667vw;
    background: none;
  }
}
.about .about_car {
  display: block;
  width: 111px;
  margin: 0 auto;
}
@media (max-width:768px) {
  .about .about_car {
    width: 13.7333vw;
  }
}
.about .about_heading {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 38px auto 0;
  color: var(--accent-color);
  font-size: min(46.07px, 5.4173vw);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5;
  font-weight: 900;
  text-align: center;
}
@media (max-width:768px) {
  .about .about_heading {
    margin: 6.6667vw auto 0;
    font-size: 6.4vw;
    line-height: 1.25;
  }
}
.about .about_heading:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -84px;
  display: block;
  width: 44px;
  height: 99px;
  margin: auto;
  background: url(../img/about_line.png);
  background-size: 44px;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width:768px) {
  .about .about_heading:before {
    left: -14.55vw;
    width: 8.8vw;
    height: 19.7vw;
    background-size: 8.8vw;
    height: 19.7vw;
  }
}
.about .about_heading:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -84px;
  display: block;
  width: 44px;
  height: 99px;
  margin: auto;
  background: url(../img/about_line.png);
  background-size: 44px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
}
@media (max-width:768px) {
  .about .about_heading:after {
    right: -14.55vw;
    width: 8.8vw;
    height: 19.7vw;
    background-size: 8.8vw;
    height: 19.7vw;
  }
}
.about .about_heading .small {
  font-size: 0.86em;
}
.about .about_txt {
  margin: 36px auto 0;
  color: var(--accent-color);
  font-size: min(21.97px, 2.4vw);
  font-weight: 500;
  line-height: 1.6632;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  text-align: center;
}
@media (max-width:768px) {
  .about .about_txt {
    margin: 6.6667vw auto 0;
    font-size: 3.7vw;
  }
}
.about .about_btn {
  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;
  width: 590px;
  max-width: 100%;
  height: 68px;
  margin: 50px auto 0;
  color: var(--base-color);
  font-size: 36px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  background: var(--main-color);
  border-radius: 34px;
}
@media (max-width:768px) {
  .about .about_btn {
    width: 78.6667vw;
    height: 10vw;
    margin: 6.6667vw auto 0;
    font-size: 4.8vw;
    border-radius: 5vw;
  }
}

.news {
  padding: 72px 10px 87px;
  background: var(--base2-color);
}
@media (max-width:768px) {
  .news {
    padding: 9.6vw 1.3333vw 11.6vw;
  }
}
.news .news_heading {
  color: var(--accent-color);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:768px) {
  .news .news_heading {
    font-size: 5.3333vw;
  }
}
.news .news_container {
  max-width: 1000px;
  margin: 70px auto 0;
}
@media (max-width:768px) {
  .news .news_container {
    max-width: 96%;
    margin: 9vw auto 0;
  }
}
.news .news_list {
  list-style: none;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.news .news_list li {
  max-height: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.25s ease;
  transition: max-height 0.2s ease, opacity 0.2s ease, padding 0.25s ease;
}
.news .news_list li.is-collapsed {
  max-height: 0;
  padding: 0;
  opacity: 0;
}
.news .news_listInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 20px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1.5px dashed var(--accent-color);
}
@media (max-width:768px) {
  .news .news_listInner {
    padding: 2.6667vw 0;
    font-size: 3vw;
    border-bottom: 1px dashed var(--accent-color);
  }
}
.news .news_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 9em;
          flex: 0 0 9em;
  display: block;
  width: 9em;
  color: var(--accent-color);
}
@media (max-width:768px) {
  .news .news_date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.5em;
            flex: 0 0 8.5em;
    width: 8.5em;
  }
}
.news .news_ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news .news_btn {
  width: 370px;
  margin: 34px 0 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width:769px) {
  .news .news_btn {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .news .news_btn:hover {
    opacity: 0.7 !important;
  }
}
.news .news_btn img {
  display: block;
}
@media (max-width:768px) {
  .news .news_btn {
    width: 45vw;
    margin: 4vw 0 0 auto;
  }
}

.contents {
  padding: 61px 10px 82px;
  background: url(../img/contents_bg.png);
  background-size: 2000px;
  background-position: top center;
}
@media (max-width:768px) {
  .contents {
    padding: 18.9333% 1.3333vw 26.6667%;
    background: url(../img/contents_bg-top.png) top center/contain no-repeat, url(../img/contents_bg-bottom.png) bottom center/contain no-repeat;
  }
}
.contents .contents_heading {
  color: var(--accent-color);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:768px) {
  .contents .contents_heading {
    font-size: 5.3333vw;
  }
}
.contents .contents_box {
  margin: 61px auto 0;
  max-width: 1366px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/contents_border.png);
  background-size: 18px;
  background-repeat: repeat;
  background-position: top center;
}
@media (max-width:768px) {
  .contents .contents_box {
    max-width: 96%;
    margin: 8.1333vw auto 0;
    padding: 1.8vw;
    background: url(../img/contents_border.png);
    background-size: 9px;
    background-repeat: repeat;
    background-position: top center;
  }
}
.contents .contents_inner {
  padding: 49px 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  background: var(--base-color);
}
.contents .contents_inner img {
  display: block;
  max-width: min(1000px, 100%);
  height: auto;
  margin: 0 auto;
}
@media (max-width:768px) {
  .contents .contents_inner {
    padding: 4vw;
  }
}
.contents .contents_ttl {
  max-width: 1000px;
  margin: 36px auto 0;
  color: var(--accent-color);
  font-size: 24.92px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width:768px) {
  .contents .contents_ttl {
    margin: 4.8vw auto 0;
    font-size: 4.2667vw;
  }
}
.contents .contents_body {
  position: relative;
  max-width: 1000px;
  max-height: 4.8em;
  margin: 15px auto 0;
  font-size: 18px;
  line-height: 1.6em;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
@media (max-width:768px) {
  .contents .contents_body {
    font-size: 3.7vw;
  }
}
.contents .contents_body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.5em;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(255, 255, 255, 0.85)), to(transparent));
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 20%, transparent);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
}
.contents .contents_btn {
  display: block;
  width: 450px;
  max-width: 100%;
  height: 66px;
  margin: 30px auto 0;
  padding: 0;
  font-size: 23.76px;
  font-weight: 700;
  line-height: 1;
  color: var(--base-color);
  background: var(--main-color);
  border-radius: 33px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width:768px) {
  .contents .contents_btn {
    width: 60vw;
    height: 10vw;
    margin: 4vw auto 0;
    font-size: 3.7vw;
    border-radius: 5vw;
  }
}

.contents_inner.is-open .contents_body {
  max-height: 100vh;
}

.contents_inner.is-open .contents_body::after {
  opacity: 0;
}

.event {
  padding: 73px 10px 79px;
  background: var(--accent-color);
}
@media (max-width:768px) {
  .event {
    padding: 9.7333vw 1.3333vw 10.5333vw;
  }
}
.event .event_heading {
  color: var(--base-color);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:768px) {
  .event .event_heading {
    font-size: 5.3333vw;
  }
}
.event .event_container {
  position: relative;
  max-width: 1366px;
  margin: 58px auto 0;
  padding: 74px 36px 86px;
  background: var(--base-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 15px 16px 0 var(--main-color);
          box-shadow: 15px 16px 0 var(--main-color);
}
@media (max-width:768px) {
  .event .event_container {
    width: 96%;
    margin: 7.7333vw auto 0;
    padding: 9.7333vw 4.8vw 11.4667vw;
    -webkit-box-shadow: 2vw 2vw 0 var(--main-color);
            box-shadow: 2vw 2vw 0 var(--main-color);
  }
}
.event .event_inner {
  max-width: 924px;
  margin: 0 auto;
}
.event .event_ttl {
  position: relative;
  padding-bottom: 20px;
  color: var(--accent-color);
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  border-bottom: 10px solid var(--accent-color);
}
@media (max-width:768px) {
  .event .event_ttl {
    padding-bottom: 2.6667vw;
    font-size: 4.3vw;
    border-bottom: 1.3333vw solid var(--accent-color);
  }
}
.event .event_ttl:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 19px 0 19px;
  border-color: var(--accent-color) transparent transparent transparent;
}
@media (max-width:768px) {
  .event .event_ttl:after {
    bottom: -3.8667vw;
    border-width: 2.8vw 2.5333vw 0 2.5333vw;
  }
}
.event .event_ttl .small {
  font-size: 0.7273em;
}
.event .event_list {
  margin: 0 auto;
  padding: 79px 0 83px min(45px, 3.2943vw);
  background: url(../img/event_badge.png);
  background-size: min(274px, 29vw);
  background-repeat: no-repeat;
  background-position: top min(38px, 2.7818vw) right 30px;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media (max-width:768px) {
  .event .event_list {
    padding: 9.3333vw 0 0;
    background: none;
  }
}
.event .event_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 22px;
}
@media (max-width:768px) {
  .event .event_list dl {
    gap: 2.5vw;
  }
}
.event .event_list dl + dl {
  margin-top: 20px;
}
@media (max-width:768px) {
  .event .event_list dl + dl {
    margin-top: 5.3333vw;
  }
}
.event .event_list dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  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;
  min-width: 53px;
  height: 21px;
  padding: 0 3px;
  color: var(--base-color);
  font-size: 15.47px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--main-color);
  border-radius: 4px;
}
@media (max-width:768px) {
  .event .event_list dt {
    min-width: 13vw;
    margin-top: 0.5vw;
    height: 4.2vw;
    padding: 0.4vw;
    font-size: 3.4vw;
  }
}
.event .event_list dl:nth-child(even) dt {
  background: var(--accent-color);
}
.event .event_list dd {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width:768px) {
  .event .event_list dd {
    font-size: 3.7vw;
  }
}
.event .event_badge {
  margin: 5vw auto 7vw;
  width: 50%;
}
.event .event_map {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}
.event .event_map:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.event .event_map iframe {
  height: 450px;
}
@media (max-width:768px) {
  .event .event_map iframe {
    height: 60vw;
  }
}
.event .event_dot {
  position: absolute;
  width: 22px;
}
@media (max-width:768px) {
  .event .event_dot {
    width: 2.9333vw;
  }
}
.event .event_dot.-topLeft {
  top: 21px;
  left: 15px;
}
@media (max-width:768px) {
  .event .event_dot.-topLeft {
    top: 2.8vw;
    left: 2vw;
  }
}
.event .event_dot.-topRight {
  top: 21px;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width:768px) {
  .event .event_dot.-topRight {
    top: 2.8vw;
    right: 3.3333vw;
  }
}
.event .event_dot.-bottomLeft {
  bottom: 29px;
  left: 15px;
}
@media (max-width:768px) {
  .event .event_dot.-bottomLeft {
    bottom: 3.8667vw;
    left: 2vw;
  }
}
.event .event_dot.-bottomRight {
  bottom: 29px;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width:768px) {
  .event .event_dot.-bottomRight {
    bottom: 3.8667vw;
    right: 3.3333vw;
  }
}

.schedule {
  padding: 149px 10px 81px;
  background: #f3f2f2;
  overflow: hidden;
}
@media (max-width:768px) {
  .schedule {
    padding: 12.6667vw 1.3333vw 10.8vw;
  }
}
.schedule .schedule_heading {
  position: relative;
  width: 1351px;
  max-width: 100%;
  margin: 0 auto;
  color: var(--accent-color);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:768px) {
  .schedule .schedule_heading {
    font-size: 5.3333vw;
  }
}
.schedule .schedule_illust {
  position: absolute;
  top: -20px;
  right: -125px;
  display: block;
  width: 312px;
  height: auto;
  z-index: 2;
}
@media (min-width: 769px) and (max-width: 1610px) {
  .schedule .schedule_illust {
    top: 0;
    right: 0;
    width: 210px;
  }
}
@media (max-width:768px) {
  .schedule .schedule_illust {
    top: -2.4vw;
    right: 2.2667vw;
    width: 21.0667vw;
  }
}
.schedule .schedule_note {
  display: none;
}
@media (max-width:768px) {
  .schedule .schedule_note {
    display: block;
    width: 92.8%;
    margin: 11.2vw auto 0;
    font-size: 3.2vw;
    font-weight: 500;
  }
}
.schedule .schedule_note .red {
  font-weight: 400;
}
.schedule .schedule_img {
  position: relative;
  display: block;
  width: 1351px;
  max-width: 100%;
  margin: 117px auto 0;
}
@media (max-width:768px) {
  .schedule .schedule_img {
    width: 92.8%;
    margin: 4.6667vw auto 0;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
}
@media (max-width:768px) {
  .schedule .schedule_img .schedule_table {
    width: 800px;
    max-width: 800px;
    height: auto;
  }
}
.schedule .schedule_cs {
  display: block;
  width: 332px;
  margin: 36px auto 0;
}
@media (max-width:768px) {
  .schedule .schedule_cs {
    width: 44.2667vw;
    margin: 4.8vw auto 0;
  }
}
.schedule .schedule_list {
  width: 1351px;
  max-width: 100%;
  margin: 50px auto 0;
  font-size: 24px;
  list-style: none;
  line-height: 1.08;
}
@media (max-width:768px) {
  .schedule .schedule_list {
    width: 87.8667vw;
    margin: 5vw auto 0;
    font-size: 3.216vw;
  }
}
.schedule .schedule_list li {
  margin-top: 25px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width:768px) {
  .schedule .schedule_list li {
    margin-top: 3.0667vw;
  }
}
.schedule .schedule_pdf {
  display: none;
}
@media (max-width:768px) {
  .schedule .schedule_pdf {
    display: block;
    width: 53.0667vw;
    margin: 6vw auto 0;
  }
}
.schedule .schedule_pdf img {
  width: 100%;
  height: auto;
}
.schedule .red {
  color: #f00;
}

.goods {
  padding: 63px 10px 79px;
  background: var(--accent-color);
}
@media (max-width:768px) {
  .goods {
    padding: 8.4vw 1.3333vw 10.5333vw;
  }
}
.goods .goods_heading {
  color: var(--base-color);
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}
@media (max-width:768px) {
  .goods .goods_heading {
    font-size: 5.3333vw;
  }
}
.goods .goods_cs {
  display: block;
  width: 335px;
  margin: 43px auto 0;
}
@media (max-width:768px) {
  .goods .goods_cs {
    width: 44.6667vw;
    margin: 5.7333vw auto 0;
  }
}
.goods .goods_container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1366px;
  margin: 58px auto 0;
  background: var(--base-color);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 15px 16px 0 var(--main-color);
          box-shadow: 15px 16px 0 var(--main-color);
}
@media (max-width:768px) {
  .goods .goods_container {
    width: 96%;
    margin: 7.7333vw auto 0;
    -webkit-box-shadow: 2vw 2vw 0 var(--main-color);
            box-shadow: 2vw 2vw 0 var(--main-color);
  }
}
.goods .goods_dot {
  position: absolute;
  width: 22px;
}
@media (max-width:768px) {
  .goods .goods_dot {
    width: 2.9333vw;
  }
}
.goods .goods_dot.-topLeft {
  top: 21px;
  left: 15px;
}
@media (max-width:768px) {
  .goods .goods_dot.-topLeft {
    top: 2.8vw;
    left: 2vw;
  }
}
.goods .goods_dot.-topRight {
  top: 21px;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width:768px) {
  .goods .goods_dot.-topRight {
    top: 2.8vw;
    right: 3.3333vw;
  }
}
.goods .goods_dot.-bottomLeft {
  bottom: 29px;
  left: 15px;
}
@media (max-width:768px) {
  .goods .goods_dot.-bottomLeft {
    bottom: 3.8667vw;
    left: 2vw;
  }
}
.goods .goods_dot.-bottomRight {
  bottom: 29px;
  right: 25px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width:768px) {
  .goods .goods_dot.-bottomRight {
    bottom: 3.8667vw;
    right: 3.3333vw;
  }
}

.footer {
  padding-top: 56px;
  background: var(--main-color);
}

.credit_area {
  padding: 0 20px 180px;
  position: relative;
}

.credit_area .bldg {
  position: absolute;
}

.credit_area .bldg.rpnghills_2 {
  width: 27px;
  left: 14vw;
  bottom: 0;
}

.credit_area .bldg.rpnghills_1 {
  width: 32px;
  left: 21.5vw;
  bottom: 0;
}

.credit_area .bldg.skytree {
  width: 21px;
  right: 5.1vw;
  bottom: 0;
}

.credit_area .bldg.tokyotower {
  width: 40px;
  left: 0.7vw;
  bottom: 2px;
}

.credit_area .bldg.dng {
  width: 36px;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}

.credit_area::after {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: url(https://www.tfm.co.jp/abe/images_2024/foot_bldgs.svg) center bottom/auto 100% repeat-x;
}

/* フッタ */
footer .logos {
  margin-top: 80px;
  list-style: none;
}

footer .logos li {
  margin: 40px auto 0;
}

footer .logos li.dng {
  width: 168px;
}

footer .logos li.tfm {
  width: 108px;
}

footer .logos li.nissan {
  width: 160px;
}

footer .logos li a {
  display: block;
}

footer .copy {
  margin: 100px 10px 0;
  padding-bottom: 20px;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 11px;
  text-align: center;
}

@media (min-width: 960px) {
  .credit_area {
    padding: 0 20px 180px;
  }
  .pc_flex.credit_up_area #staff {
    min-width: 480px;
  }
  .credit_area .bldg.rpnghills_2 {
    width: 69px;
  }
  .credit_area .bldg.rpnghills_1 {
    width: 80px;
  }
  .credit_area .bldg.skytree {
    width: 50px;
  }
  .credit_area .bldg.tokyotower {
    width: 100px;
  }
  .credit_area .bldg.dng {
    width: 72px;
  }
  .credit_area::after {
    height: 112px;
  }
  /* フッタ */
  footer .logos {
    margin-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  footer .logos li {
    margin: 0;
  }
  footer .copy {
    margin-top: 160px;
  }
}
/* -- UTILITY -- */
.u-fadeInUp {
  opacity: 0;
  will-change: opacity, transform, filter;
}

/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.floating_content {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 114px;
  z-index: 9999;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
@media (max-width:768px) {
  .floating_content {
    width: 60vw;
    bottom: 0;
  }
}
.floating_content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}