@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
.lower {
  background-color: #e8f4fd;
}

.event {
  letter-spacing: 0.05em;
}

#event__main {
  margin-top: 180px;
  margin-bottom: 100px;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  #event__main {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  #event__main {
    padding: 0 10px;
    margin-bottom: 50px;
    margin-top: 109px;
  }
}
@media only screen and (max-width: 374px) {
  #event__main {
    padding: 0 15px;
  }
}

.event__main_inr {
  max-width: 1200px;
  margin: 0 auto;
}

.section__ttl {
  text-align: center;
}

.section__ttl_jp {
  font-size: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
}
.section__ttl_jp::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#bfcad6), color-stop(33%, #bfcad6), color-stop(33%, #003670), color-stop(66%, #003670), color-stop(66%, #bfcad6));
  background: -webkit-linear-gradient(left, #bfcad6 0%, #bfcad6 33%, #003670 33%, #003670 66%, #bfcad6 66%);
  background: linear-gradient(to right, #bfcad6 0%, #bfcad6 33%, #003670 33%, #003670 66%, #bfcad6 66%);
  height: 4px;
  width: 180px;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp::before {
    width: 140px;
  }
}

.section__ttl_en {
  color: #6a768b;
  margin-top: 37px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.section__ttl_jp {
  display: inline-block;
}
.section__ttl_jp::after {
  -webkit-animation: wobbling_ly 1.2s ease-in-out infinite alternate;
          animation: wobbling_ly 1.2s ease-in-out infinite alternate;
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  background-image: url(/media/images/common/god_event.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 115px;
  height: 127px;
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp::after {
    width: 87px;
    height: 96px;
    left: -44%;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp {
    font-size: 30px;
  }
}

@-webkit-keyframes wobbling_rx {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}

@keyframes wobbling_rx {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@-webkit-keyframes wobbling_ry {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_ry {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@-webkit-keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@-webkit-keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.switch__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 42px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .switch__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.switch__btn .current {
  color: #003670;
}

.gallery {
  font-size: 14px;
  line-height: 1.71;
  position: relative;
  padding-left: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery::before {
  content: url("/media/images/common/gallery_icon.svg");
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gallery:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .gallery:hover {
    opacity: 0.6;
  }
}
.gallery.current::before {
  content: url(/media/images/common/gallery_current_icon.svg);
}

.list {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
}
.list::before {
  content: url("/media/images/common/list_icon.svg");
  position: absolute;
  top: 62%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.list:hover {
  cursor: pointer;
}
.list.current::before {
  content: url(/media/images/common/list_current_icon.svg);
}

.event__gallery_list {
  margin-top: 104px;
}
@media only screen and (max-width: 767px) {
  .event__gallery_list {
    padding: 0 20px;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 374px) {
  .event__gallery_list {
    padding: 0;
  }
}

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

.event__gallery_list_ttl_inr {
  font-size: 24px;
  line-height: 1.25;
  padding-left: 25px;
  font-weight: 600;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .event__gallery_list_ttl_inr {
    display: block;
    font-size: 18px;
  }
}
.event__gallery_list_ttl_inr::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #65aadd;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .event__gallery_list_ttl_inr::before {
    top: 18px;
  }
}
.event__gallery_list_ttl_inr span {
  color: #6a768b;
  font-size: 14px;
  padding-left: 10px;
  font-weight: 400;
  padding-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .event__gallery_list_ttl_inr span {
    display: block;
    padding-left: 0;
    margin-top: 5px;
  }
}

.event__gallery_list_ul {
  margin-top: 23px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 60px;
}
@media only screen and (max-width: 1279px) {
  .event__gallery_list_ul {
    gap: 26px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .event__gallery_list_ul {
    gap: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .event__gallery_list_ul {
    gap: 30px 15px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

#event__movie .pagination {
  margin-top: 100px;
}
@media only screen and (max-width: 1023px) {
  #event__movie .pagination {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #event__movie .pagination {
    margin-top: 30px;
  }
}

.event__gallery_list_li {
  position: relative;
  max-width: 360px;
  max-width: 100%;
}

.event__gallery_list_link {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .event__gallery_list_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .event__gallery_list_link:hover {
    opacity: 0.6;
  }
}

.event__img {
  aspect-ratio: 150/83;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__img_main {
  border-radius: 10px;
  max-width: none;
  display: block;
  width: 100%;
  aspect-ratio: 360/203;
  -o-object-fit: cover;
     object-fit: cover;
}

#event__movie .event__img_main {
  border-radius: 0;
}

.event__gallery_cat {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .event__gallery_cat {
    margin-top: 0;
    margin-left: 10px;
  }
}

.event__gallery_cat_inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -3px -3px;
}
@media only screen and (max-width: 767px) {
  .event__gallery_cat_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.event__gallery_cat_txt {
  padding: 3px 3px;
}

.event__gallery_cat_txt_inr {
  background-color: #ffffff;
  border-radius: 20px;
  border: 1px solid #dbe1ea;
  height: 28px;
  line-height: 1px;
  padding: 2px 10px 0;
  font-size: 12px;
  color: #6a768b;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.event__cat {
  height: 32px;
  line-height: 32px;
  margin-top: 18px;
  padding: 0 12px;
  background-color: #6a768b;
  display: inline-block;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .event__cat {
    height: 28px;
    line-height: 28px;
    margin-top: 17px;
  }
}

.event__cat_txt {
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}

.event__gallery_ttl {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .event__gallery_ttl {
    margin-top: 15px;
    grid-column: 1/3;
    grid-row: 2/3;
  }
}

.event__gallery_ttl_inr {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .event__gallery_ttl_inr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}

.event__gallery_date {
  margin-top: 8px;
}
.event__gallery_date--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 only screen and (max-width: 767px) {
  .event__gallery_date {
    margin-left: 0;
    margin-top: 5px;
    grid-column: 1/3;
  }
}

.event__gallery_date_txt {
  font-size: 16px;
  color: #6a768b;
  line-height: 1.375;
}
@media only screen and (max-width: 767px) {
  .event__gallery_date_txt {
    font-size: 12px;
  }
}
.event__gallery_date_txt + .event__gallery_date_txt {
  margin-top: 6px;
}

.event__gallery_date_time {
  display: block;
}

.event_gallery__organizer {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .event_gallery__organizer {
    margin-top: 5px;
    grid-column: 1/3;
  }
}

.event_gallery__organizer_txt {
  font-size: 14px;
  color: #6a768b;
  line-height: 1.71;
}
@media only screen and (max-width: 767px) {
  .event_gallery__organizer_txt {
    font-size: 12px;
    line-height: 1.5;
  }
}

.event_gallery__organizer_txt_inr {
  word-break: break-all;
}

.event__fav_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .event__fav_icon {
    bottom: -4px;
  }
}

#group_14712,
#circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fav_icon {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fav_icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .fav_icon:hover {
    opacity: 0.6;
  }
}
.fav_icon:hover #circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #65aadd;
  stroke: #65aadd;
}
.fav_icon:hover #Icon_awesome-heart {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  stroke: #65aadd;
}
@media only screen and (min-width: 1024px) {
  .fav_icon {
    opacity: 0.6;
  }
}

.tooltip {
  position: absolute;
  bottom: 55px;
  right: -25px;
  width: 82px;
  height: 50px;
  background-color: #222124;
  padding: 8px 0;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #222124 transparent transparent transparent;
  z-index: 0;
}

.tooltip__txt {
  font-size: 12px;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
}

.side__btn {
  position: fixed;
  top: 305px;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
}
@media only screen and (max-width: 1439px) {
  .side__btn {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .side__btn {
    display: none;
  }
}

.side__btn_link {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 140px;
  text-align: center;
  line-height: 38px;
  color: #6a768b;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(101, 170, 221, 0.2);
          box-shadow: 0 0 10px rgba(101, 170, 221, 0.2);
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left top, left bottom, from(#65aadd), to(#003670));
  background: -webkit-linear-gradient(top, #65aadd, #003670);
  background: linear-gradient(to bottom, #65aadd, #003670);
}
.side__btn_link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 2px;
  background: #ffffff;
  background-clip: content-box;
  content: "";
}
.side__btn_link img {
  position: absolute;
  top: 13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.side__btn_link span {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: 35px;
  left: 49%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  color: #003670;
}
.side__btn_link:nth-child(n+2) {
  margin-top: 10px;
}
.side__btn_link:hover {
  opacity: 0.6;
}

.side__btn_img {
  margin-bottom: 3px;
  width: 13px;
}

.custom__search {
  margin-top: 26px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .custom__search {
    margin-top: 18px;
  }
}

.search__input {
  border: 1px solid #dbe1ea;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  padding: 25px 30px;
}
.search__input::-webkit-input-placeholder {
  color: #bfcad6;
}
.search__input::-moz-placeholder {
  color: #bfcad6;
}
.search__input:-ms-input-placeholder {
  color: #bfcad6;
}
.search__input::-ms-input-placeholder {
  color: #bfcad6;
}
.search__input::placeholder {
  color: #bfcad6;
}
@media only screen and (max-width: 767px) {
  .search__input {
    height: 60px;
    padding: 20px;
    font-size: 14px;
  }
}

.search__btn {
  position: absolute;
  top: 53%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__btn:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .search__btn {
    right: 20px;
  }
}

#event__article .event__list {
  margin-top: 30px;
}
#event__article .event__cat {
  margin-top: 17px;
  height: 30px;
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  #event__article .event__cat {
    margin-top: 15px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__ttl {
    margin-top: 12px;
  }
}
#event__article .event__date {
  margin-top: 12px;
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  #event__article .event__date {
    margin-left: 0;
    margin-top: 9px;
  }
}
#event__article .event__fav_icon {
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  #event__article .event__fav_icon {
    bottom: -4px;
  }
}
#event__article .event__list_ul {
  gap: 19px 60px;
}
@media only screen and (max-width: 1279px) {
  #event__article .event__list_ul {
    gap: 19px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__list_ul {
    gap: 20px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__list_li:nth-child(n+3) .event__cat {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__list_li:nth-child(n+3) .event__ttl {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__list_li:nth-child(n+3) .event__date {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .event__list_li:nth-child(n+3) .event__fav_icon {
    bottom: 0px;
  }
}
#event__article .pagination {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  #event__article .pagination {
    margin-top: 39px;
  }
}
#event__article .tooltip {
  bottom: 60px;
}

@media only screen and (max-width: 767px) {
  #event__article .archivelist__ttl {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  #event__article .archivelist__ttl_inr {
    font-size: 24px;
  }
}

.search__more {
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .search__more {
    margin-top: 50px;
  }
}

.search__more_link {
  color: #6a768b;
  position: relative;
  padding-left: 31px;
  padding-top: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .search__more_link {
    font-size: 14px;
  }
}
.search__more_link::before, .search__more_link::after {
  position: absolute;
  content: "";
  width: 21px;
  height: 5px;
  top: 50%;
  left: 0;
  background-color: #6a768b;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search__more_link::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.search__more_link:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__more_link:hover {
    opacity: 0.6;
  }
}

/*                新着イベント
======================================================= */
#mobievent_gallery {
  margin: 23px 0 0;
  position: relative;
}
.mobievent_gallery__inr {
  max-width: 1200px;
  margin: 0 auto;
}

#mobievent_list {
  margin: 23px 0 0;
  position: relative;
  display: none;
}
@media only screen and (max-width: 767px) {
  #mobievent_list .mobievent_gallery__ttl {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  #mobievent_list .mobievent_gallery__list_ttl {
    margin-top: 29px;
  }
}

.mobievent_list__inr {
  max-width: 1200px;
  margin: 0 auto;
}

.mobievent_gallery__main {
  margin-top: 20px;
}
.mobievent_gallery__main:nth-child(n+2) .mobievent_gallery__main_inr {
  padding-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__main {
    margin-top: 20px;
  }
}
.mobievent_gallery__main.reserve .mobievent_gallery__main_inr {
  display: block;
}

.mobievent_gallery__main_inr {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 40px 27px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 360px;
  gap: 0 42px;
  grid-template-rows: 203px auto;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__main_inr {
    gap: 0 20px;
    grid-template-columns: 1fr 1fr 300px;
    grid-template-rows: 169px auto;
  }
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__main_inr {
    grid-template-columns: 1fr 1fr 250px;
    grid-template-rows: 152px auto;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__main_inr {
    padding: 18px 20px 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}

.mobievent_gallery__info_wrap {
  grid-column: 1/3;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__info_wrap {
    margin-top: 18px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.mobievent_gallery__info_wrap .mobievent_gallery__list {
  margin-top: 29px;
}

.mobievent_gallery__cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobievent_gallery__cat_inr {
  padding: 10px 11px;
  border: 1px solid #6a768b;
  font-size: 12px;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__cat_inr {
    padding: 7px 8px;
  }
}
.mobievent_gallery__cat_inr:nth-child(n+2) {
  margin-left: 5px;
}
.mobievent_gallery__cat_inr.dark {
  background-color: #6a768b;
  color: #ffffff;
}
.mobievent_gallery__cat_inr.white {
  background-color: #ffffff;
  color: #6a768b;
}

.mobievent_gallery__ttl {
  margin-top: 15px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__ttl {
    margin-top: 11px;
  }
}

.mobievent_gallery__ttl_inr {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__ttl_inr {
    font-size: 18px;
  }
}

.mobievent_gallery__txt {
  margin-top: 7px;
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__txt {
    margin-top: 10px;
  }
}

.mobievent_gallery__txt_inr {
  line-height: 1.625;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__txt_inr {
    line-height: 1.71;
  }
}

.mobievent_gallery__list {
  margin-top: 0px;
}

.mobievent_gallery__list_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  width: 100%;
  background-color: #dbe1ea;
  padding: 15px 20px 11px 20px;
  border-radius: 35px;
}

.mobievent_gallery__list_ttl_inr {
  width: 150px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-size: 14px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__list_ttl_inr {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
  }
}
.mobievent_gallery__list_ttl_inr:nth-child(n+2) {
  margin-left: 20px;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__list_ttl_inr:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__list_ttl_inr:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__list_ttl_inr {
    display: none;
  }
}
.mobievent_gallery__list_ttl_inr.sp {
  width: 100%;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__list_ttl_inr.sp {
    display: block;
  }
}

.event__top_ttl_inr {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .event__top_ttl_inr {
    font-size: 18px;
    line-height: 1.55;
    padding-left: 27px;
  }
}
.event__top_ttl_inr::before {
  content: "";
  position: absolute;
  background-color: #65aadd;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .event__top_ttl_inr::before {
    width: 5px;
    height: 5px;
    left: 5px;
  }
}

.mobievent_gallery__list_ul {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__list_ul {
    margin-top: 3px;
  }
}

.mobievent_gallery__list_li {
  border-bottom: 1px solid #dbe1ea;
}
.mobievent_gallery__list_li:last-child {
  border: none;
}

.mobievent_gallery__list_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 20px 15px 30px;
  border-radius: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__list_link {
    display: block;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__list_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .mobievent_gallery__list_link {
    display: block;
  }
}

.mobievent_gallery__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__date {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__date {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__date .mobievent_gallery__list_link_txt {
    width: 140px;
  }
}

.mobievent_gallery__list_link_txt {
  width: 150px;
  font-size: 14px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__list_link_txt {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.mobievent_gallery__list_link_txt:nth-child(n+2) {
  margin-left: 20px;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__list_link_txt:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .mobievent_gallery__list_link_txt:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .mobievent_gallery__list_link_txt {
    max-width: none;
    width: 100%;
  }
}
.mobievent_gallery__list_link_txt.fin {
  font-weight: 600;
  width: 153px;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__list_link_txt.fin {
    margin-left: 0;
  }
}
.mobievent_gallery__list_link_txt.few {
  font-weight: 600;
  color: #e33665;
  width: 153px;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__list_link_txt.few {
    margin-left: 0;
  }
}
.mobievent_gallery__list_link_txt.reception {
  font-weight: 600;
  width: 153px;
  white-space: nowrap;
}
@media only screen and (max-width: 1279px) {
  .mobievent_gallery__list_link_txt.reception {
    margin-left: 0;
  }
}
.mobievent_gallery__list_link_txt span {
  width: 70px;
  height: 22px;
  line-height: 24px;
  display: inline-block;
  text-align: center;
  border-radius: 13px;
  margin-right: 10px;
}
.mobievent_gallery__list_link_txt .dark {
  background-color: #6a768b;
  color: #ffffff;
}
.mobievent_gallery__list_link_txt .pink {
  background-color: #e33665;
  color: #ffffff;
}
.mobievent_gallery__list_link_txt .blue {
  background-color: #65aadd;
  color: #ffffff;
}

.mobievent_gallery__img_wrap {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__img_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.mobievent_gallery__img_main {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__img_main {
    max-width: none;
    width: 100%;
  }
}

.mobievent_gallery__btn_wrap {
  margin-top: 29px;
  grid-column: 3/4;
  grid-row: 2/3;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__btn_wrap {
    margin-top: 15px;
    grid-column: 1/2;
    grid-row: 3/4;
  }
}

.mobievent_gallery__btn_link {
  max-width: 360px;
  width: 100%;
  height: 60px;
  display: block;
  line-height: 60px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  background-color: #65aadd;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .mobievent_gallery__btn_link:hover {
    opacity: 0.6;
  }
}
.mobievent_gallery__btn_link.entry {
  margin-top: 15px;
  background-color: #003670;
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__btn_link.entry {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_gallery__btn_link {
    width: 100%;
    line-height: 62px;
  }
}

.more__btn {
  margin: 61px auto 0;
  background-color: #ffffff;
  width: 315px;
  height: 60px;
  border-radius: 5px;
  clear: both;
  border: 2px solid #003670;
}
@media only screen and (max-width: 767px) {
  .more__btn {
    width: 100%;
    margin-top: 40px;
    max-width: 315px;
  }
}

.more__btn_link {
  display: block;
  line-height: 58px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .more__btn_link:hover {
    background-color: #003670;
    color: #ffffff;
  }
}

/*              event_list
======================================================= */
.event__list_ttl {
  margin-top: 26px;
  width: 1200px;
}
@media only screen and (max-width: 767px) {
  .event__list_ttl {
    width: 100%;
    display: none;
  }
}

.event__list_ttl_inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #dbe1ea;
  height: 60px;
  border-radius: 30px;
  padding: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_inr {
    padding: 0 30px;
  }
}

.event__list_ttl_txt {
  font-weight: 600;
  font-size: 14px;
  width: 100%;
  padding-top: 2px;
}
.event__list_ttl_txt:first-child {
  width: 290px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 1279px) {
  .event__list_ttl_txt:first-child {
    width: 160px;
  }
}
.event__list_ttl_txt:nth-child(2) {
  max-width: 560px;
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:nth-child(2) {
    margin-left: 25px;
  }
}
.event__list_ttl_txt:nth-child(3) {
  max-width: 200px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:nth-child(3) {
    margin-left: 15px;
  }
}
.event__list_ttl_txt:nth-child(4) {
  max-width: 80px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:nth-child(4) {
    margin-left: 15px;
  }
}
.event__list_ttl_txt:last-child {
  max-width: 90px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:last-child {
    margin-left: 15px;
  }
}

.event__list_wrap {
  margin-top: 100px;
  overflow-x: scroll;
}
@media only screen and (max-width: 767px) {
  .event__list_wrap {
    width: 100%;
    margin-top: 60px;
    padding: 0px;
  }
}

.event__list_ul {
  width: 1200px;
  margin-top: 20px;
  padding: 27px 40px;
  background-color: #ffffff;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, #ecf0f5 0%, #ecf0f5 350px, #fff 350px, #fff 100%);
  background: linear-gradient(to right, #ecf0f5 0%, #ecf0f5 350px, #fff 350px, #fff 100%);
}
@media only screen and (max-width: 767px) {
  .event__list_ul {
    width: 100%;
    padding: 30px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
    background: -webkit-linear-gradient(left, #fff 0%, #fff 100%);
    background: linear-gradient(to right, #fff 0%, #fff 100%);
  }
}
.event__list_ul .title .event__list_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.event__list_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dbe1ea;
  padding: 21px 0 20px;
}
@media only screen and (max-width: 767px) {
  .event__list_li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px 0;
  }
}
.event__list_li:first-child {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .event__list_li:first-child {
    padding-top: 0;
  }
}
.event__list_li:last-child {
  border: none;
  padding-bottom: 0;
}

.event__list_li_inr {
  width: 100%;
  line-height: 1.42;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr {
    padding: 0;
  }
}
.event__list_li_inr.time {
  font-size: 14px;
  width: 310px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr.time {
    width: auto;
    margin-top: 5px;
  }
}
.event__list_li_inr.title {
  font-size: 18px;
  max-width: 560px;
  margin-left: 20px;
  font-weight: 600;
  line-height: 1.33;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr.title {
    display: inline-block;
    margin-left: 0;
    font-size: 16px;
    line-height: 1.625;
    margin-top: 10px;
  }
}
.event__list_li_inr.organizer {
  max-width: 200px;
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr.organizer {
    display: block;
    margin-left: 0;
    max-width: 100%;
  }
}
.event__list_li_inr.category {
  font-size: 14px;
  max-width: 80px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr.category {
    max-width: none;
    width: auto;
    margin-left: 0;
    border: 1px solid #dbe1ea;
    border-radius: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
  }
}
.event__list_li_inr.method {
  font-size: 14px;
  max-width: 90px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .event__list_li_inr.method {
    max-width: none;
    width: auto;
    margin-left: 0;
    border: 1px solid #dbe1ea;
    border-radius: 20px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    margin-left: 5px;
    font-size: 12px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .event__list_sp_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .event__list_txt {
    display: inline;
    font-size: 12px;
    line-height: 1.5;
  }
}
.event__list_txt a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.event__list_txt a:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .event__list_txt a:hover {
    opacity: 0.6;
  }
}

.event__list_txt_inr {
  display: inline-block;
}

.link__icon {
  position: relative;
}
.link__icon::after {
  position: absolute;
  content: "";
  top: 2px;
  left: 1px;
  background-image: url(/media/images/common/link_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
}
@media only screen and (max-width: 767px) {
  .link__icon::after {
    top: 0;
    left: 5px;
    width: 16px;
    height: 16px;
  }
}

.link__icon_pc {
  width: 20px;
  height: 18px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .link__icon_pc {
    display: none;
  }
}

.mobievent_list__main + .mobievent_list__main {
  margin-top: 20px;
}
.mobievent_list__main.reserve {
  margin-top: 23px;
}
.mobievent_list__main.reserve .mobievent_list__main_inr {
  display: block;
}

.mobievent_list__main_inr {
  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;
  gap: 0 39px;
  background-color: #ffffff;
  padding: 40px 40px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 1279px) {
  .mobievent_list__main_inr {
    gap: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .mobievent_list__main_inr {
    display: block;
    padding: 20px 20px 20px;
  }
}

.event__submit_wrap {
  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;
  gap: 0 10px;
}
@media only screen and (max-width: 767px) {
  .event__submit_wrap {
    display: block;
  }
}

.event__submit_btn {
  height: 60px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 265px;
}
@media only screen and (max-width: 767px) {
  .event__submit_btn {
    max-width: 315px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.event__submit_btn.light {
  background-color: #65aadd;
}
.event__submit_btn.blue {
  background-color: #003670;
}
.event__submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .event__submit_btn:hover {
    opacity: 0.6;
  }
}

.event__reserve {
  margin-top: 80px;
}

.event__reserve_inr {
  text-align: center;
}

.event__reserve_txt {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.event__reserve_img {
  margin-top: 30px;
  margin-bottom: 80px;
  width: 106px;
  height: 39px;
}