@charset "UTF-8";
/* ja 12px sp: 12px*/
/* ja 14px 16px 18px 24px sp: 14px 16px 20px*/
/* ja 34px 40px sp: 27px 32px*/
/* en 14px 20px sp: 14px 16px*/
/* en 24px 40px 60px sp: 20px 32px 48px*/
.news-group {
  width: 980px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .news-group {
    margin-top: 10.6666666667vw;
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.news-form {
  width: 322px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .news-form {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
}
.news__list {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .news__list::after {
    content: "";
    display: block;
    width: 215px;
    height: 0;
  }
  .news__list::before {
    content: "";
    display: block;
    width: 215px;
    height: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  .news__list {
    margin-top: 10.6666666667vw;
  }
}
.news__list > li {
  width: 215px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .news__list > li {
    width: 41.6vw;
    margin-bottom: 10.6666666667vw;
  }
}
.news__store {
  font-size: 0.875rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
.news__store + .news__date {
  margin-top: 0.4em;
}
@media screen and (max-width: 767px) {
  .news__store {
    font-size: 3.7333333333vw;
  }
}
.news__store ~ .news__store {
  margin-top: 0.2em;
}
.news__thumb {
  width: 100%;
  aspect-ratio: 215/121;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news__thumb {
    aspect-ratio: 1.7931034483;
  }
}
.news__thumb img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 215px;
  height: 121px;
}
@media screen and (max-width: 767px) {
  .news__thumb img {
    width: 41.6vw;
    height: 23.2vw;
  }
}
.news__date {
  font-size: 0.75rem;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #BBBBBB;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .news__date {
    font-size: 3.2vw;
    margin-top: 0.857em;
  }
}
.news__txt {
  font-size: 0.875rem;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .news__txt {
    font-size: 3.7333333333vw;
    margin-top: 0.857em;
  }
}
.news__cat {
  display: inline-block;
  font-size: 0.75rem;
  margin-top: 1.17em;
  padding: 0 0.34em;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news__cat {
    font-size: 3.2vw;
    margin-top: 1em;
  }
}
.news__cat--notice {
  background-color: #282828;
}
.news__cat--open {
  background-color: #076BD8;
}
.news__cat--closed {
  background-color: #BBBBBB;
}
.news__link {
  display: block;
}
@media screen and (min-width: 768px) {
  .news__link .news__txt span {
    background-image: -webkit-gradient(linear, left top, right top, from(#076BD8), to(#076BD8));
    background-image: linear-gradient(90deg, #076BD8, #076BD8);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 0 1px;
    -webkit-transition: background-size 0.3s, color 0.3s;
    transition: background-size 0.3s, color 0.3s;
  }
  .news__link:hover .news__txt span {
    color: #076BD8;
    background-size: 100% 1px;
  }
}
.news__link--more {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .news__link--more {
    margin-top: 5.3333333333vw;
  }
}

.tabs__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs__list::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #BBBBBB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.tabs__link {
  width: 162px;
  height: 58px;
  display: -ms-grid;
  display: grid;
  place-items: center;
  color: #BBBBBB;
}
@media screen and (max-width: 767px) {
  .tabs__link {
    width: 100%;
    height: 14.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .tabs__link {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .tabs__link:hover {
    color: #282828;
  }
}
.tabs__item {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tabs__item {
    width: calc(50% + 1px);
  }
}
.tabs__item:first-child {
  border-right: 2px solid #BBBBBB;
}
.tabs__item:nth-child(n+2) {
  border-right: 2px solid transparent;
}
.tabs__item.is-active {
  border-top: 2px solid #BBBBBB;
  border-right: 2px solid #BBBBBB;
  border-left: 2px solid #BBBBBB;
}
.tabs__item.is-active .tabs__link {
  color: #282828;
  position: relative;
}
.tabs__item.is-active .tabs__link::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FBFBFB;
}
.tabs__item ~ .tabs__item {
  margin-left: -2px;
}
.tabs__section {
  display: none;
  scroll-margin-top: 100vh;
}
.tabs__section.is-active {
  display: block;
  -webkit-animation: show 0.6s forwards;
          animation: show 0.6s forwards;
}

/* post */
.post {
  width: 980px;
  margin: auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .post {
    width: 100%;
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.post-header {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .post-header {
    padding-top: 16vw;
  }
}
.post-header__title {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-header__title {
    font-size: 5.3333333333vw;
  }
}
.post-header__date {
  font-size: 0.875rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .post-header__date {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.post-header__image {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post-header__image {
    margin-top: 10.6666666667vw;
  }
}
.post-body {
  width: 726px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .post-body {
    width: 100%;
  }
}
.post-body a {
  color: #076BD8;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .post-body a:hover {
    text-decoration: none;
  }
}
.post-txt {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .post-txt {
    margin-top: 10.6666666667vw;
  }
}
.post-image {
  margin-top: 80px;
  text-align: center;
}
.post-image figcaption {
  text-align: left;
  font-size: 0.75rem;
  margin-top: 17px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .post-image figcaption {
    font-size: 3.2vw;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  .post-image {
    margin-top: 8vw;
  }
}
.post-event {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  row-gap: 0.25em;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .post-event {
    margin-top: 8vw;
    display: block;
  }
}
.post-event__head {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .post-event__head::after {
    content: "：";
    margin-left: 0.55em;
  }
  .post-event__head ~ .post-event__head {
    margin-top: 2.6666666667vw;
  }
}
.post-event__data {
  padding-left: 1.5em;
  text-indent: -1em;
}
.post-event__data::before {
  content: "：";
  margin-right: 0.55em;
}
@media screen and (max-width: 767px) {
  .post-event__data {
    padding-left: 0;
    text-indent: 0;
  }
  .post-event__data::before {
    content: none;
  }
}
.post-table {
  margin-top: 80px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .post-table {
    margin-top: 8vw;
    overflow: auto;
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.post-table table {
  width: 100%;
  border-top: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .post-table table {
    width: 186.6666666667vw;
  }
}
.post-table table td {
  border-bottom: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  padding: 0.25em;
  /*a {
      color: v.$gc_blue;
      text-decoration: underline;
      @include m.mq-up() {
          &:hover {
              text-decoration: none;
          }
      }
  }*/
}
.post-table table td.center {
  text-align: center;
}
.post-table table.table--monthly tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3em 2em 1fr 1fr;
  grid-template-columns: 3em 2em 1fr 1fr;
}
.post-list {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .post-list {
    margin-top: 10.6666666667vw;
  }
}
.post-list li {
  padding-left: 1.5em;
  position: relative;
}
.post-list li::before {
  content: "";
  position: absolute;
  width: 0.35em;
  height: 0.35em;
  background-color: #282828;
  border-radius: 50%;
  left: 0.5em;
  top: 0.76em;
}
.post-list li ~ li {
  margin-top: 0.25em;
}
.post-note {
  margin-top: 40px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .post-note {
    margin-top: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.post-note li {
  padding-left: 1em;
  text-indent: -1em;
}
.post-note li::before {
  content: "※";
}
.post-note li ~ li {
  margin-top: 0.5em;
}
.post-link {
  margin-top: 80px;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .post-link {
    margin-top: 10.6666666667vw;
    padding: 5.3333333333vw;
  }
}
.post-link__title {
  font-weight: 700;
  border-bottom: 1px solid #BBBBBB;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .post-link__title {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.post-link__url {
  word-break: break-all;
  line-height: 1.2;
}
.post-link__url ~ .post-link__url {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .post-link__url ~ .post-link__url {
    margin-top: 2.6666666667vw;
  }
}
.post-link ~ .post-link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .post-link ~ .post-link {
    margin-top: 5.3333333333vw;
  }
}
.post-title {
  margin-top: 80px;
  font-size: 1.125rem;
  font-weight: 700;
}
.post-title + .post-event {
  margin-top: 17px;
}
.post-title + .post-note {
  margin-top: 17px;
}
.post-title + .post-link {
  margin-top: 17px;
}
.post-title + .post-image {
  margin-top: 17px;
}
.post-title + .post-txt {
  margin-top: 17px;
}
.post-title + .post-list {
  margin-top: 17px;
}
.post-title + .post-table {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .post-title {
    margin-top: 10.6666666667vw;
    font-size: 4.8vw;
  }
  .post-title + .post-event {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-note {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-link {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-image {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-txt {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-list {
    margin-top: 2.6666666667vw;
  }
  .post-title + .post-table {
    margin-top: 2.6666666667vw;
  }
}
.post__link--back {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post__link--back {
    margin-top: 16vw;
  }
}

/* event */
.event {
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.event-hero {
  position: relative;
  width: 980px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .event-hero {
    width: 100%;
    padding: 0 5.3333333333vw;
  }
}
.event-body {
  padding-top: 108px;
  width: 980px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .event-body {
    padding: 18.1333333333vw 5.3333333333vw 0;
    width: 100%;
    display: block;
  }
}
.event-data {
  width: 470px;
}
@media screen and (max-width: 767px) {
  .event-data {
    width: 100%;
  }
}
.event-data__txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .event-data__txt {
    font-size: 3.7333333333vw;
  }
}
.event-data__link {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .event-data__link {
    margin-top: 5.3333333333vw;
    text-align: center;
  }
}
.event-store {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .event-store {
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.event-store__title {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .event-store__title {
    font-size: 4.2666666667vw;
  }
}
.event-store__list {
  font-family: "Poppins", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
}
.event-store__list li {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .event-store__list li {
    margin-top: 1em;
    font-size: 3.7333333333vw;
  }
}
.event-store__list li ~ li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .event-store__list li ~ li {
    margin-top: 1em;
  }
}
.event__link--back {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .event__link--back {
    margin-top: 16vw;
  }
}