@charset "UTF-8";
.bg__wrapper-type1 {
  position: relative;
}

.bg__wrapper-type1::before {
  content: "";
  display: block;
  width: 76.5%;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg__wrapper-type1::before {
    width: 100%;
  }
}

.bg__wrapper-type2 {
  position: relative;
}

.bg__wrapper-type2::before {
  content: "";
  display: block;
  width: 76.5%;
  height: 100%;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg__wrapper-type2::before {
    width: 100%;
  }
}

.news {
  background: #fff;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 9px 15px;
  }
}

.news__list {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .news__list {
    width: 100%;
  }
}

.news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .news__item {
    font-size: 13px;
  }
}

.news__item:first-child {
  margin-top: 0;
}

.news__item a {
  text-decoration: underline;
  color: #BE2900;
}

.news__ttl {
  padding: 5px 18px;
  background: #BE2900;
  color: #fff;
  white-space: nowrap;
  margin-right: 12px;
}

@media screen and (max-width: 767px) {
  .news__ttl {
    padding: 5px 9px;
  }
}

.news__txt {
  width: 888px;
  line-height: 1.5;
  color: #BE2900;
}

@media screen and (max-width: 767px) {
  .news__txt {
    white-space: normal;
    width: auto;
    background: #fff;
    position: relative;
    line-height: 1.3;
  }
}

.news__txt a {
  text-decoration: underline;
}

.news__txt b, .news__txt strong {
  font-weight: bold;
}

.news__txt em, .news__txt i {
  font-style: italic;
}

.news__date {
  margin-right: 10px;
}

.mv__item {
  height: 44vw;
}

@media screen and (max-width: 1280px) {
  .mv__item {
    height: calc(1280px * 0.44);
  }
}

@media screen and (max-width: 767px) {
  .mv__item {
    height: 44vw;
  }
}

.mv__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.nav {
  width: 1200px;
  height: 140px;
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  margin: 0 auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .nav {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    height: 35.2vw;
  }
}

.nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .nav__list {
    width: 100%;
  }
}

.nav__item {
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #333333;
  background: #1A1311;
}

@media screen and (max-width: 767px) {
  .nav__item {
    background: #fff;
    border-right: none;
    position: relative;
    width: calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .nav__item:hover {
    background: #FFE100;
  }
  .nav__item:hover .nav__place {
    color: #1A1311;
  }
  .nav__item:hover .nav__place-en {
    color: #1A1311;
  }
  .nav__item:hover .nav__icon {
    display: none;
  }
  .nav__item:hover .hover {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .nav__item::after {
    content: "";
    display: block;
    width: 1px;
    height: 79.5%;
    background: #E8E8E8;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.nav__item:last-child {
  border-right: 0;
}

.nav__item .hover {
  display: none;
}

.nav__content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .nav__icon {
    height: 45px;
  }
}

.nav__place {
  font-size: 14px;
  color: #fff;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .nav__place {
    font-size: 12px;
    color: #231815;
    line-height: 1.3;
  }
}

.nav__place-en {
  font-size: 9px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #656565;
  margin-top: 9px;
}

.terminal {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .terminal {
    background: #DDDDDD;
    position: relative;
    overflow: hidden;
    margin: 0;
  }
}

.terminal__ttl {
  position: absolute;
  font-size: 180px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  opacity: 0.3;
  top: -22px;
  right: 38px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .terminal__ttl {
    font-size: 90px;
    top: -9px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.terminal__wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 37px;
}

@media screen and (max-width: 767px) {
  .terminal__wrapper {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

.terminal__badge {
  position: absolute;
  top: 0;
  width: 291px;
  height: 291px;
  border-radius: 40px 0 40px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 10px 10px 20px -4px #ccc;
          box-shadow: 10px 10px 20px -4px #ccc;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .terminal__badge {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
  }
}

.terminal__badge__wrapper {
  text-align: center;
}

.terminal__badge__place {
  font-family: 'VenusSB-MediumExtended', sans-serif;
  font-size: 37px;
  color: #231815;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .terminal__badge__place {
    font-size: 30px;
    margin-top: 8px;
  }
}

.terminal__badge__place-ja {
  font-size: 14px;
  color: #231815;
}

@media screen and (max-width: 767px) {
  .terminal__badge__place-ja {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .terminal__badge__img {
    width: 76px;
  }
}

.terminal__info {
  background: #DDDDDD;
  margin-left: 101px;
  padding: 61px 39px 45px 230px;
  border-radius: 0 0 40px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .terminal__info {
    padding: 0;
    margin-left: 0;
    margin-top: 12px;
  }
}

.terminal__info__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .terminal__info__flex {
    display: block;
  }
}

.terminal__info__ttl {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .terminal__info__ttl {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .terminal__info__ttl__circle {
    width: 9px;
    margin-bottom: 2px;
  }
}

.terminal__info__caution {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .terminal__info__caution {
    font-size: 12px;
    text-align: center;
    margin: 24px 10px 0;
    line-height: 1.5;
  }
}

.terminal__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 17px;
  position: relative;
}

.terminal__tr__ttl {
  background: #FFE100;
  border-bottom: 1px solid #DDDDDD;
}

.terminal__tr__exp {
  background: #fff;
  border-bottom: 2px solid #DDDDDD;
}

.terminal__tr__exp:last-child {
  border-bottom: none;
}

.terminal th {
  padding: 8px 0;
  text-align: center;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 12px;
  border-right: 1px solid #DDDDDD;
}

.terminal th:last-child {
  border-bottom: none;
}

.terminal td {
  height: 60px;
  vertical-align: middle;
  text-align: center;
  border-right: 1px solid #DDDDDD;
  font-size: 14px;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
}

.terminal td:last-child {
  border-bottom: none;
}

.terminal__th__starttime, .terminal__th__arrivaltime {
  width: 140px;
}

.terminal__th__date {
  width: 100px;
}

.terminal__th__name {
  width: 200px;
}

.terminal__th__start, .terminal__th__dest {
  width: 60px;
}

.terminal__td__name {
  text-align: left !important;
}

.terminal__td__name-en {
  font-size: 8px;
  display: block;
  font-family: 'VenusSB-MediumExtended', sans-serif;
}

.terminal .terminal__td__other {
  text-align: left;
  line-height: 1.3;
  font-size: 12px;
}

.terminal__more {
  text-align: right;
  margin-top: 10px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .terminal__more {
    text-align: center;
    width: 228px;
    margin: 25px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
  }
}

.terminal__more__link {
  font-size: 18px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #231815;
  position: relative;
}

.terminal__more__link:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 17px;
  height: 17px;
  background: url("/assets/images/top/more_icon.png") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .terminal__more__link:after {
    width: 16px;
    height: 16px;
  }
}

.terminal__list {
  margin: 16px 15px 0;
}

.terminal__list__item {
  background: #fff;
  border-radius: 20px 0 20px 0;
  padding: 18px 28px 29px;
  margin-top: 15px;
}

.terminal__list__item:first-child {
  margin-top: 0;
}

.terminal__list__item__ttl {
  text-align: center;
  font-size: 18px;
}

.terminal__list__item__ttl-en {
  font-size: 12px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  text-align: center;
  margin-top: 10px;
}

.terminal__explist {
  margin-top: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.terminal__explist__item-type1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.terminal__explist__item-type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45.38%;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.terminal__explist__item__ttl {
  width: 30px;
  font-size: 13px;
  margin-right: 15px;
}

.terminal__explist__item__detail {
  font-size: 14px;
  margin-bottom: 4px;
}

.terminal__explist__item__detail-type2 {
  margin-bottom: 4px;
  line-height: 1.3;
  width: 84.46%;
}

.select {
  margin-top: 125px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .select {
    margin-top: 0;
  }
}

.select__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .select__list {
    display: block;
  }
}

.select__item {
  width: calc(100%/3);
  height: 28vw;
  border-right: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .select__item {
    height: 358px;
  }
}

@media screen and (max-width: 767px) {
  .select__item {
    width: 100%;
    height: 37.6vw;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.select__item:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .select__item:last-child {
    border-bottom: none;
  }
}

.select__link {
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  overflow: hidden;
  z-index: 0;
}

.select__link svg {
  width: 101%;
  height: 101%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.select__link:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .select__link:hover .select__item__bg {
    opacity: 0;
  }
}

.select__hotel .select__item__bg {
  width: 100%;
  height: 100%;
  background: url("/assets/images/top/bg_hotel.png") no-repeat;
  background-size: cover;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .select__hotel .select__item__bg {
    background: url("/assets/images/top/bg_hotel-sp.png") no-repeat;
    background-size: cover;
  }
}

.select__shop .select__item__bg {
  width: 100%;
  height: 100%;
  background: url("/assets/images/top/bg_shop.png") no-repeat;
  background-size: cover;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .select__shop .select__item__bg {
    background: url("/assets/images/top/bg_shop-sp.png") no-repeat;
    background-size: cover;
  }
}

.select__park .select__item__bg {
  width: 100%;
  height: 100%;
  background: url("/assets/images/top/bg_park.png") no-repeat;
  background-size: cover;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .select__park .select__item__bg {
    background: url("/assets/images/top/bg_park-sp.png") no-repeat;
    background-size: cover;
  }
}

.select__ttl {
  font-size: 52px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  opacity: 0.6;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50px;
  left: 45px;
}

@media screen and (max-width: 767px) {
  .select__ttl {
    font-size: 28px;
    top: 25px;
    left: 15px;
  }
}

.select__content {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  width: 100%;
  text-align: center;
}

.select__content__ttl {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .select__content__ttl {
    font-size: 18px;
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .select__content__img {
    width: 54px;
  }
}

.select__content__caution {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .select__content__caution {
    font-size: 13px;
    margin-top: 10px;
  }
}

.feature__wrapper {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .feature__wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
}

.feature__ttl {
  font-size: 180px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  margin-left: 22px;
}

@media screen and (max-width: 767px) {
  .feature__ttl {
    font-size: 90px;
    position: absolute;
    top: -8px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    letter-spacing: 0.1em;
  }
}

.feature__list {
  margin-top: -45px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .feature__list {
    padding: 0 15px;
    margin-top: 70px;
  }
}

.feature__link {
  color: #231815;
  display: block;
}

.feature__link:hover {
  opacity: 0.7;
}

.feature__item {
  width: 291px;
}

@media screen and (max-width: 767px) {
  .feature__item {
    width: 49.4%;
    margin-bottom: 15px;
  }
}

.feature__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.feature__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.feature__item__img__area {
  border-radius: 40px 0 0 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .feature__item__img__area {
    border-radius: 20px 0 0 0;
    height: 32.26vw;
  }
}

.feature__item__exp {
  width: 264px;
  margin: -24px 0 0 auto;
  background: #fff;
  position: relative;
  border-radius: 0 0 40px 0;
  padding: 17px 20px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .feature__item__exp {
    width: 92%;
    border-radius: 0 0 20px 0;
    padding: 10px 10px 25px;
    margin: -18px 0 0 auto;
  }
}

.feature__item__txt {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .feature__item__txt {
    font-size: 13px;
  }
}

.event {
  margin-top: 120px;
  background: url("/assets/images/top/bg_event.png") no-repeat;
  background-size: 100%;
  padding-top: 118px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .event {
    margin-top: 50px;
    background: url("/assets/images/top/bg_event-sp.png") no-repeat;
    background-size: 100%;
    padding-top: 40px;
  }
}

.event__wrapper {
  width: 1200px;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .event__wrapper {
    width: 100%;
  }
}

.event__ttl {
  position: absolute;
  top: -15px;
  right: 50%;
  -webkit-transform: translateX(55%);
          transform: translateX(55%);
  font-size: 180px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  opacity: 0.1;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .event__ttl {
    width: 100%;
    font-size: 90px;
    top: -6px;
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }
}

.event__subttl {
  text-align: center;
  font-size: 42px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .event__subttl {
    font-size: 27px;
  }
}

.event__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.event__list:after {
  content: "";
  display: block;
  width: 392px;
  height: 0;
}

@media screen and (max-width: 767px) {
  .event__list:after {
    width: 49.4%;
  }
}

@media screen and (max-width: 767px) {
  .event__list {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.event__item {
  width: 392px;
}

@media screen and (max-width: 767px) {
  .event__item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.event__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .event__item:first-child {
    margin-bottom: 15px;
  }
}

.event__item__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
  position: relative;
}

.event__item__img__area {
  width: 100%;
  height: 300px;
  border-radius: 40px 0 0 0;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .event__item__img__area {
    border-radius: 20px 0 0 0;
    height: 70.66vw;
  }
}

.event__item__img__blur {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.event__item__img__blur svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.event__item__exp {
  width: 360px;
  margin: -26px 0 0 auto;
  background: #fff;
  border-radius: 0 0 40px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .event__item__exp {
    width: 92%;
    border-radius: 0 0 20px 0;
    margin: -24px 0 0 auto;
  }
}

.event__item__category {
  font-size: 12px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  padding: 7px 14px;
}

@media screen and (max-width: 767px) {
  .event__item__category {
    font-size: 10px;
    padding: 7px 12px;
  }
}

.event__item__detail {
  padding: 10px 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .event__item__detail {
    padding: 9px 18px 5px;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

.event__item__ttl {
  color: #231815;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .event__item__ttl {
    font-size: 14px;
  }
}

.event__item__date, .event__item__place {
  font-size: 14px;
  color: #696969;
  margin-top: 8px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .event__item__date, .event__item__place {
    font-size: 13px;
    margin-top: 10px;
  }
}

.event__item__date {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .event__item__date {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .event__item-type2 {
    width: 49.4%;
  }
}

@media screen and (max-width: 767px) {
  .event__item-type2 .event__item__img__area {
    height: 34.8vw;
  }
}

@media screen and (max-width: 767px) {
  .event__item-type2 .event__item__detail {
    padding: 9px 10px 15px;
  }
}

.event__link {
  display: block;
}

.event__link:hover {
  opacity: 1;
}

.event .category-event .event__item__category {
  display: inline-block;
  background: #FF3EA6;
  color: #fff;
}

.event .category-news .event__item__category {
  display: inline-block;
  background: #FFE100;
  color: #000;
}

.event__more {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .event__more {
    margin-top: 33px;
  }
}

.event__more__btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
  color: #231815;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .event__more__btn {
    width: 228.5px;
    padding-bottom: 10px;
  }
}

.event__more__btn:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/assets/images/top/more_icon.png") no-repeat;
  background-size: cover;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 2px;
}

.instagram {
  margin-top: 83px;
  position: relative;
  padding-top: 87px;
}

@media screen and (max-width: 767px) {
  .instagram {
    margin-top: 35px;
    padding-top: 38px;
    overflow: hidden;
  }
}

.instagram__wrapper {
  margin-top: 38px;
}

.instagram__ttl {
  position: absolute;
  top: 0;
  right: 23.5%;
  font-size: 180px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .instagram__ttl {
    font-size: 90px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

.instagram__subttl {
  font-size: 42px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  text-align: center;
  color: #231815;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .instagram__subttl {
    font-size: 27px;
  }
}

.instagram__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .instagram__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.instagram__item {
  width: calc(100%/6);
  padding-top: calc(100%/6);
  position: relative;
}

@media screen and (max-width: 767px) {
  .instagram__item {
    width: 33.333%;
    padding-top: 33.333%;
  }
}

.instagram__item__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.instagram__more {
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .instagram__more {
    margin-top: 32px;
  }
}

.instagram__more__btn {
  display: block;
  width: 480px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-family: 'VenusSB-MediumExtended', sans-serif;
  padding-bottom: 14px;
  border-bottom: 1px solid #707070;
  color: #231815;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .instagram__more__btn {
    width: 100%;
    font-size: 14px;
    width: 314px;
    padding-bottom: 11px;
  }
}

.instagram__more__btn:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("/assets/images/top/instagram_icon.png") no-repeat;
  background-size: cover;
  margin-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 767px) {
  .instagram__more__btn:after {
    width: 15px;
    height: 15px;
    top: 3px;
    margin-left: 30px;
  }
}

.bnr {
  margin-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .bnr {
    margin-top: 45px;
    padding-bottom: 50px;
  }
}

.bnr__list {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bnr__list {
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bnr__item {
  width: 291px;
  margin-right: 12px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .bnr__item {
    width: 49.2%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.bnr__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .bnr__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .bnr__img {
    width: 100%;
  }
}

.underline {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(0%, #FFE100)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 67%, #FFE100 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 67%, #FFE100 0%) repeat scroll 0 0;
}
