a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                login
======================================================= */
.lower {
  background-color: #e8f4fd;
}

.archive {
  letter-spacing: 0.05em;
}

#archive__main {
  margin-top: 180px;
  margin-bottom: 99px;
  padding: 0 80px;
}
@media only screen and (max-width: 1023px) {
  #archive__main {
    margin-top: 130px;
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #archive__main {
    padding: 21px 10px 0;
    margin-bottom: 65px;
    margin-top: 80px;
  }
}

.archive__main_inr {
  max-width: 1200px;
  margin: 0 auto;
}

.section__ttl {
  text-align: center;
}
.section__ttl + .archive__list {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .section__ttl + .archive__list {
    margin-top: 48px;
  }
}

.archivelist__ttl {
  margin-top: 5px;
  padding: 0 20px;
}
.archivelist__ttl + .archive__list {
  margin-top: 31px;
}

.archivelist__ttl_inr {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.archivelist__ttl_block {
  display: inline-block;
}

.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: linear-gradient(to right, #bfcad6 0%, #bfcad6 33%, #003670 33%, #003670 66%, #bfcad6 66%);
  height: 4px;
  width: 180px;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp::before {
    width: 140px;
    height: 3px;
    bottom: -12px;
  }
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp {
    font-size: 30px;
    line-height: 1.5;
  }
}
.section__ttl_jp span {
  display: inline-block;
}

.section__ttl_en {
  color: #6a768b;
  margin-top: 37px;
  display: block;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .section__ttl_en {
    margin-top: 27px;
  }
}

.section__ttl_jp.news::after {
  position: absolute;
  content: url("/media/images/common/god_news.svg");
  background-repeat: no-repeat;
  top: -90%;
  right: -140px;
  animation: wobbling_ry 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp.news::after {
    content: "";
    display: inline-block;
    width: 84px;
    height: 106px;
    background-image: url("/media/images/common/god_news.webp");
    background-size: contain;
    top: 10px;
    right: -115px;
  }
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp.news {
    font-size: 30px;
    display: inline-block;
  }
}
.section__ttl_jp.movie::after {
  position: absolute;
  content: url("/media/images/common/god_movie.svg");
  background-repeat: no-repeat;
  top: -90%;
  right: -140px;
  animation: wobbling_ry 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp.movie::after {
    content: "";
    display: inline-block;
    width: 84px;
    height: 106px;
    background-image: url("/media/images/common/god_movie.webp");
    background-size: contain;
    top: 10px;
    right: -65px;
  }
}
.section__ttl_jp.column::after {
  position: absolute;
  content: url("/media/images/common/god_column.svg");
  background-repeat: no-repeat;
  top: -90%;
  left: -168px;
  animation: wobbling_ry 1.2s ease-in-out infinite alternate;
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp.column::after {
    content: "";
    display: inline-block;
    width: 84px;
    height: 106px;
    background-image: url("/media/images/common/god_column.webp");
    background-size: contain;
    top: 10px;
    left: -115px;
  }
}

@keyframes wobbling_rx {
  0% {
    margin-right: 8px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes wobbling_ry {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
@keyframes wobbling_lx {
  0% {
    margin-left: 8px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes wobbling_ly {
  0% {
    margin-top: 0px;
  }
  100% {
    margin-top: 8px;
  }
}
.archive__list {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .archive__list {
    padding: 0 20px;
  }
}

.archive__list_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}
@media only screen and (max-width: 1279px) {
  .archive__list_ul {
    gap: 30px 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .archive__list_ul {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_ul {
    gap: 26px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive__list_ul.article__page {
  gap: 26px 60px;
}
@media only screen and (max-width: 1023px) {
  .archive__list_ul.article__page {
    gap: 5px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_ul.article__page {
    gap: 5px 15px;
  }
}

.archive__list_li {
  position: relative;
  max-width: 360px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .archive__list_li:first-child {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_li:nth-child(2) {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_li:nth-child(n+3) .archive__list_cat {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_li:nth-child(n+3) .archive__ttl {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_li:nth-child(n+3) .archive__date {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__list_li:nth-child(n+3) .archive__ttl_inr {
    font-size: 14px;
    line-height: 1.42;
    -webkit-line-clamp: 3;
  }
}

.archive__list_link {
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .archive__list_link:hover {
    opacity: 0.6;
  }
}

.archive__img {
  aspect-ratio: 150/83;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive__img_main {
  border-radius: 10px;
  max-width: none;
  width: 100%;
  display: block;
  aspect-ratio: 150/83;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive__cat {
  height: 34px;
  line-height: 34px;
  margin-top: 20px;
  padding: 0 12px;
  background-color: #6a768b;
  display: inline-block;
  border-radius: 25px;
}
@media only screen and (max-width: 767px) {
  .archive__cat {
    height: 28px;
    line-height: 28px;
    margin-top: 17px;
    overflow: hidden;
  }
}

.archive__cat_txt {
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .archive__cat_txt {
    white-space: pre-wrap;
  }
}

.archive__ttl {
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .archive__ttl {
    margin-top: 14px;
  }
}

.archive__ttl_inr {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 600;
  word-break: break-all;
}
@media only screen and (max-width: 767px) {
  .archive__ttl_inr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
  }
}

.archive__date {
  margin-top: 15px;
  padding-bottom: 20px;
}
.archive__date--flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .archive__date {
    margin-left: 0;
    margin-top: 11px;
  }
}
.archive__date.article_date {
  margin-top: 11px;
}

.archive__date_inr {
  font-size: 14px;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .archive__date_inr {
    font-size: 12px;
  }
}

.new__icon {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 60px;
  height: 60px;
  background-color: #fedb18;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.new__icon_txt {
  color: #003670;
  font-size: 16px;
  font-weight: 600;
}

.archive__fav_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .archive__fav_icon {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__fav_icon {
    bottom: 8px;
  }
}

#group_14712,
#circle {
  transition: 0.5s;
}

.fav_icon {
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .fav_icon {
    width: 28px;
    height: 28px;
  }
}
.fav_icon:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .fav_icon:hover {
    opacity: 0.6;
  }
}
.fav_icon:hover #circle {
  transition: 0.5s;
  fill: #65aadd;
  stroke: #65aadd;
}
.fav_icon:hover #Icon_awesome-heart {
  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;
  transition: 0.5s;
}
.tooltip::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 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;
}

.pagination {
  margin-top: 78px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .pagination {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 44px;
  }
}

.pagination__link {
  font-family: "Prompt", sans-serif;
  color: #003670;
  font-size: 18px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 39px;
  text-align: center;
  border: 1px solid #dbe1ea;
  border-radius: 5px;
  background-color: #ffffff;
  transition: 0.5s;
}
.pagination__link.active {
  color: #fff;
  background: #003670;
  pointer-events: none;
}
.pagination__link:nth-child(n+2) {
  margin-left: 5px;
}
@media only screen and (min-width: 1024px) {
  .pagination__link:hover {
    opacity: 0.6;
  }
}
.pagination__link.page_current {
  background-color: #003670;
  color: #ffffff;
  pointer-events: none;
}

.search__item {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .search__item {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .search__item {
    margin-top: 36px;
    gap: 10px;
  }
}

.item__group {
  border: 3px solid #dbe1ea;
  padding: 42px 48px 45px;
  background-color: #ffffff;
  border-radius: 20px;
}
.item__group:last-child {
  padding: 40px 47px 48px;
}
@media only screen and (max-width: 767px) {
  .item__group:last-child {
    padding: 30px 20px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .item__group {
    padding: 32px 17px 25px;
  }
}

.group__ttl_inr {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .group__ttl_inr {
    font-size: 18px;
  }
}

.cat__tag {
  margin-top: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cat__tag {
    margin-top: 15px;
  }
}

.key__tag {
  margin-top: 22px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .key__tag {
    margin-top: 15px;
  }
}

.cat__tag_item,
.key__tag_item {
  display: flex;
  flex-wrap: wrap;
  transition: 0.5s;
}

.cat__tag_inr,
.key__tag_inr {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_inr,
  .key__tag_inr {
    margin: -3px;
  }
}

.cat__tag_link,
.key__tag_link {
  padding: 9px 5px 8px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_link,
  .key__tag_link {
    padding: 5px 3px;
  }
}

.cat__tag_item {
  display: inline-block;
  background-color: #6a768b;
  color: #ffffff;
  padding: 14px 25px 12px 24px;
  line-height: 1.375;
  border-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_item {
    padding: 10px 15px 10px;
    font-size: 12px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .cat__tag_item:hover {
    opacity: 0.6;
  }
}

.key__tag_item {
  transition: 0.5s;
  display: inline-block;
  background-color: #ffffff;
  color: #003670;
  padding: 14px 23px 12px 24px;
  border-radius: 10px;
  border: 1px solid #dbe1ea;
  line-height: 1.375;
}
@media only screen and (max-width: 767px) {
  .key__tag_item {
    padding: 11px 15px 9px;
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .key__tag_item:hover {
    background-color: #dbe1ea;
  }
}

.side__btn {
  position: fixed;
  top: 305px;
  left: 50px;
  display: flex;
  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;
  writing-mode: vertical-lr;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(101, 170, 221, 0.2);
  font-size: 14px;
  transition: 0.5s;
  background: linear-gradient(to bottom, #65aadd, #003670);
}
.side__btn_link::before {
  position: absolute;
  top: 0;
  left: 0;
  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%;
  transform: translateX(-50%);
}
.side__btn_link span {
  writing-mode: vertical-lr;
  position: absolute;
  top: 35px;
  left: 49%;
  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 80px 25px 30px;
}
.search__input::-moz-placeholder {
  color: #bfcad6;
}
.search__input::placeholder {
  color: #bfcad6;
}
@media only screen and (max-width: 767px) {
  .search__input {
    height: 60px;
    padding: 21px 55px 19px 20px;
    font-size: 14px;
  }
}
.search__input::-webkit-search-cancel-button {
  position: absolute;
  top: 0;
  right: -18px;
  width: 11px;
  height: 11px;
}

input::-webkit-textfield-decoration-container {
  position: relative;
}

.search__btn {
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.5s;
  padding: 0 30px 0 35px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .search__btn {
    padding: 0 15px 0 35px;
  }
}
.search__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__btn:hover {
    opacity: 0.6;
  }
}

.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;
  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;
  transform: translateY(-50%);
}
.search__more_link::after {
  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;
  }
}

.category_big {
  display: inline-block;
  padding-right: 35px;
  font-size: 14px;
  color: #6a768b;
  margin-left: 7px;
}
@media only screen and (max-width: 1023px) {
  .category_big {
    display: block;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .category_big {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-left: 0;
  }
}

.switch__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 46px;
  margin-bottom: 16px;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .switch__btn {
    justify-content: center;
  }
}

.gallery {
  font-size: 14px;
  line-height: 1.71;
  position: relative;
  padding-left: 25px;
  transition: 0.5s;
  color: #6a768b;
}
.gallery::before {
  content: url("/media/images/common/gallery_icon.svg");
  position: absolute;
  top: 60%;
  left: 0;
  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;
}
.list::before {
  content: url("/media/images/common/list_icon.svg");
  position: absolute;
  top: 62%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
}
.list:hover {
  cursor: pointer;
}
.list.current::before {
  content: url("/media/images/common/list_current_icon.svg");
}

.year__select {
  max-width: 520px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.year__select_btn {
  width: calc(33.3333333333% - 1px);
  height: 30px;
  text-align: center;
  line-height: 1.55;
  padding: 0 10px;
  border-right: 1px solid #a8c4d7;
  display: block;
  color: #6a768b;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .year__select_btn {
    padding: 0;
  }
}
.year__select_btn:first-child {
  padding-left: 0;
}
.year__select_btn:last-child {
  border: none;
  padding-right: 0;
}
.year__select_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .year__select_btn:hover {
    opacity: 0.6;
  }
}
.year__select_btn.current {
  color: #003670;
  font-weight: 600;
}

.year__select_btn_inr {
  display: inline-block;
  padding-top: 8px;
}

.current {
  color: #003670;
}

.event__list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .event__list {
    margin-top: 20px;
    padding: 0px;
  }
}

.event__gallery_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px 60px;
}
@media only screen and (max-width: 1279px) {
  .event__gallery_ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1023px) {
  .event__gallery_ul {
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .event__gallery_ul {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .event__gallery_li {
    grid-column: 1/3;
  }
}

.event__gallery_link {
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .event__gallery_link {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .event__gallery_link:hover {
    opacity: 0.6;
  }
}

.event_gallery_img_main {
  display: block;
  border-radius: 10px;
}

.event_gallery_cat_wrap {
  display: flex;
  margin: -2px;
  margin-top: 18px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .event_gallery_cat_wrap {
    display: block;
    margin: 0;
    padding-left: 12px;
  }
}

.event_gallery {
  padding: 2px;
}

.event_gallery_inr {
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid #dbe1ea;
  display: inline-block;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .event_gallery_inr {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
  }
}

.event_gallery_txt {
  color: #6a768b;
  font-size: 12px;
}

.event_gallery__ttl {
  margin-top: 9px;
}
@media only screen and (max-width: 767px) {
  .event_gallery__ttl {
    margin-top: 15px;
    grid-column: 1/3;
  }
}

.event_gallery__ttl_inr {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .event_gallery__ttl_inr {
    font-size: 16px;
    line-height: 1.625;
  }
}

.event_gallery__date {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .event_gallery__date {
    margin-top: 5px;
    grid-column: 1/3;
  }
}

.event_gallery__date_inr {
  line-height: 1.375;
}
@media only screen and (max-width: 1023px) {
  .event_gallery__date_inr {
    font-size: 14px;
  }
}
.event_gallery__date_inr span {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .event_gallery__date_inr + .event_gallery__date_inr {
    margin-top: 5px;
  }
}

.event_gallery__organizer {
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .event_gallery__organizer {
    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;
}

@media only screen and (max-width: 767px) {
  .event__list_ttl {
    display: none;
  }
}

.event__list_ttl_inr {
  display: flex;
  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;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:first-child {
    width: 250px;
  }
}
.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: 80px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_txt:nth-child(3) {
    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: 20px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .event__list_wrap {
    padding: 0px;
  }
}

.event__list_ul {
  margin-top: 20px;
  padding: 31px 40px;
  background-color: #ffffff;
  border-radius: 20px;
  background: linear-gradient(to right, #ecf0f5 0%, #ecf0f5 350px, #fff 350px, #fff 100%);
}
@media only screen and (max-width: 1023px) {
  .event__list_ul {
    background: linear-gradient(to right, #ecf0f5 0%, #ecf0f5 190px, #fff 190px, #fff 100%);
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .event__list_ul {
    padding: 30px 20px;
    background: linear-gradient(to right, #fff 0%, #fff 100%);
  }
}

.event__list_li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dbe1ea;
  padding: 21px 0 20px;
}
@media only screen and (max-width: 767px) {
  .event__list_li {
    flex-direction: column-reverse;
    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;
  flex-shrink: 0;
}
@media only screen and (max-width: 1023px) {
  .event__list_li_inr.time {
    width: 160px;
  }
}
@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: flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .event__list_li_inr.title {
    margin-left: 20px;
  }
}
@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.title a {
  transition: 0.5s;
}
.event__list_li_inr.title a:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .event__list_li_inr.title a:hover {
    opacity: 0.6;
  }
}
.event__list_li_inr.category {
  font-size: 14px;
  max-width: 80px;
  margin-left: 30px;
}
@media only screen and (max-width: 1023px) {
  .event__list_li_inr.category {
    margin-left: 15px;
  }
}
@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: 1023px) {
  .event__list_li_inr.method {
    margin-left: 15px;
  }
}
@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: flex;
  }
}

@media only screen and (max-width: 767px) {
  .event__list_txt {
    display: inline;
  }
}

.event__list_txt_inr {
  display: inline-block;
}

.search__area {
  width: 1200px;
  height: 1361px;
  margin-top: 31px;
}

.search__area_inr {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 100px 100px 100px;
}

.archive__list_cat {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat {
    margin-top: 25px;
  }
}

.archive__list_cat_inr {
  display: flex;
  margin: -3px -3px;
  flex-wrap: wrap;
}

.archive__list_cat_txt {
  padding: 3px 3px;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat_txt {
    padding: 0 3px;
  }
}

.archive__list_cat_txt_inr {
  background-color: #6a768b;
  border-radius: 20px;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat_txt_inr {
    height: 28px;
    line-height: 26px;
  }
}

.current {
  color: #003670;
}
.current::before {
  color: #003670;
}

.event_link_icon {
  margin-left: 10px;
  width: 20px;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .event_link_icon {
    margin-left: 5px;
    width: 17px;
    height: 16px;
  }
}