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

a:visited {
  text-decoration: none;
}

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

/*                トップページ用
======================================================= */
/*TOP共通*/
#home {
  letter-spacing: 0.05em;
}

/*                新着記事
======================================================= */
#article {
  margin-top: 89px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #article {
    padding: 0 10px;
    margin-top: 42px;
  }
}

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

.article__main {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .article__main {
    margin-top: 37px;
    padding: 0 20px;
  }
}

.article__main_inr {
  display: flex;
  justify-content: space-between;
}

.article__list {
  max-width: 842px;
}
@media only screen and (max-width: 1279px) {
  .article__list {
    width: calc(100% - 290px);
  }
}
@media only screen and (max-width: 1023px) {
  .article__list {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 767px) {
  .article__list {
    width: 100%;
  }
}

.article__list_ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 40px;
}
@media only screen and (max-width: 1023px) {
  .article__list_ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_ul {
    gap: 15px 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.article__list_li {
  position: relative;
  max-width: 360px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .article__list_li:first-child {
    grid-column: 1/3;
  }
}
.article__list_li:first-child .article__cat {
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .article__list_li:first-child .article__cat {
    height: 28px;
    line-height: 28px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:first-child .article__ttl {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:first-child .article__ttl_inr {
    line-height: 1.625;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(2) {
    grid-column: 1/3;
  }
}
.article__list_li:nth-child(2) .article__cat {
  height: 34px;
  line-height: 34px;
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(2) .article__cat {
    height: 28px;
    line-height: 28px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(2) .article__ttl {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(2) .article__ttl_inr {
    line-height: 1.625;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(n+3) .archive__list_cat {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(n+3) .article__ttl {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .article__list_li:nth-child(n+3) .article__ttl_inr {
    -webkit-line-clamp: 3;
  }
}
.article__list_li:nth-child(n+3) .article__date {
  margin-top: 14px;
}

.article__list_link {
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .article__list_link:hover {
    opacity: 0.6;
  }
}

.article__img_main {
  border-radius: 10px;
  max-width: none;
  width: 100%;
  aspect-ratio: 400/225;
  -o-object-fit: cover;
     object-fit: cover;
}

#article__movie .article__img_main {
  border-radius: 0;
}

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

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

.article__ttl {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .article__ttl {
    margin-top: 8px;
  }
}

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

.article__date {
  margin-top: 13px;
  padding-bottom: 20px;
}
.article__date--flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .article__date {
    margin-top: 16px;
    margin-left: 0;
  }
}

.article__date_inr {
  font-size: 14px;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .article__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;
}

.article__fav_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}

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

.fav_icon {
  width: 34px;
  height: 34px;
  transition: 0.5s;
}
.fav_icon:hover {
  cursor: pointer;
}
.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;
  display: none;
}
.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;
}

.search__item {
  margin-top: 110px;
  margin-bottom: 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .search__item {
    margin-top: 48px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.search__item .custom__search {
  margin-top: 30px;
}

.search__item_inr {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .search__item_inr {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .search__item_inr {
    margin-top: 40px;
    gap: 20px;
  }
}

.archive__group {
  background-color: #ffffff;
  border-radius: 30px 30px 30px 30px;
  padding: 45px 40px 46px 40px;
  border: 4px solid #dbe1ea;
  position: relative;
  margin: 50px 0 0 0;
}
@media only screen and (max-width: 1023px) {
  .archive__group {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__group {
    margin-top: 27px;
    padding: 27px 21px 27px 21px;
  }
}

.archive__group_inr {
  max-width: 1115px;
  margin-left: auto;
}

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

.archive__group_li {
  text-align: center;
  width: 33.3333333333%;
  position: relative;
  padding: 0 39px;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #bfcad6;
}
.archive__group_li:first-child {
  padding-left: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .archive__group_li:first-child {
    padding: 0 0 17px;
  }
}
.archive__group_li:nth-child(2) {
  width: calc(33.3333333333% + 40px);
}
@media only screen and (max-width: 767px) {
  .archive__group_li:nth-child(2) {
    padding: 19px 0 18px;
    width: 100%;
  }
}
.archive__group_li:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .archive__group_li:last-child {
    padding: 19px 0 0;
  }
}
@media only screen and (max-width: 1023px) {
  .archive__group_li {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .archive__group_li {
    width: 100%;
    padding: 19px 0 17px;
    border: none;
    height: auto;
    text-align: left;
    border-top: 2px solid #bfcad6;
  }
}

@media only screen and (max-width: 767px) {
  .archive__icon_group {
    display: flex;
    align-items: center;
    margin-top: 5px;
    position: relative;
  }
}

.archive__group_img {
  text-align: center;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .archive__group_img {
    width: 30px;
    height: 30px;
  }
}

.archive__group_ttl {
  margin-top: 8px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .archive__group_ttl {
    white-space: pre-wrap;
    font-size: 18px;
    margin-top: 0px;
    margin-left: 5px;
  }
}

.archive__group_txt {
  flex: 1;
  margin-top: 19px;
  line-height: 1.625;
  text-align: left;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .archive__group_txt {
    margin-top: 18px;
    line-height: 1.71;
    font-size: 14px;
    height: auto;
  }
}

.archive__group_link {
  margin: 30px auto 0;
  display: inline-block;
  background-color: #003670;
  color: #ffffff;
  border-radius: 35px;
  padding: 17px 0px;
  width: 134px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .archive__group_link {
    margin-top: -4px;
    position: absolute;
    transform: translateX(-50%);
    width: 114px;
    top: -2px;
    right: -61px;
    padding: 9px 0;
    font-size: 15px;
    text-align: center;
    height: 39px;
    line-height: 39px;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .archive__group_link:hover {
    opacity: 0.6;
  }
}

/*                編集部おすすめ動画
======================================================= */
#recomend {
  margin-top: 130px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  #recomend {
    padding: 0 10px;
    margin-top: 108px;
  }
}
@media only screen and (max-width: 767px) {
  #recomend .more__btn {
    margin-top: 28px;
  }
}

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

@media only screen and (max-width: 767px) {
  .recomend__main {
    padding: 0 20px;
  }
}

.recomend__list {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .recomend__list {
    margin-top: 35px;
  }
}

.recomend__list_ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}
@media only screen and (max-width: 1023px) {
  .recomend__list_ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .recomend__list_ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 15px;
  }
}

.recomend__list_li {
  position: relative;
  max-width: 100%;
}
.recomend__list_li:nth-child(4) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .recomend__list_li:nth-child(4) {
    display: block;
  }
}

.recomend__list_link {
  position: relative;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .recomend__list_link:hover {
    opacity: 0.6;
  }
}

.recomend__img {
  position: relative;
}

.crown_icon {
  position: absolute;
  top: 5%;
  left: 4%;
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1023px) {
  .crown_icon.circle {
    width: 40px;
    height: 40px;
    left: 0;
  }
}

.recomend__img_main {
  border-radius: 10px;
  max-width: none;
  width: 100%;
}

#recomend__movie .recomend__img_main {
  border-radius: 0;
}

.recomend__cat {
  height: 34px;
  line-height: 1;
  margin-top: 15px;
  padding: 0 12px;
  background-color: #6a768b;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .recomend__cat {
    height: 28px;
    line-height: 28px;
    margin-top: 18px;
  }
}

.recomend__cat_txt {
  color: #ffffff;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recomend__cat_txt {
    text-align: left;
  }
}

.recomend__ttl {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .recomend__ttl {
    margin-top: 12px;
  }
}

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

.recomend__date {
  margin-top: 12px;
  padding-bottom: 20px;
}
.recomend__date--flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .recomend__date {
    margin-top: 15px;
    margin-left: 0;
  }
}

.recomend__date_inr {
  font-size: 14px;
  color: #6a768b;
}
@media only screen and (max-width: 767px) {
  .recomend__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;
}
@media only screen and (max-width: 767px) {
  .new__icon {
    top: -18px;
    left: -20px;
  }
}

.new__icon_txt {
  color: #003670;
  font-size: 16px;
  font-weight: 600;
}

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

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

.fav_icon {
  transition: 0.5s;
}
.fav_icon:hover {
  cursor: pointer;
}
.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;
  display: none;
}
.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;
}

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

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

/*                新着イベント
======================================================= */
#event {
  margin: 115px 0 0;
  padding: 22px 30px 20px;
  background-color: #e2f0fa;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #event {
    margin-top: 56px;
    padding: 20px 10px 20px;
  }
}

.wave_top {
  background-image: url("/media/images/common/wave_top.svg");
  background-repeat: repeat-x;
  background-position: left top;
  height: 70px;
  width: 100%;
  position: absolute;
  top: -15px;
  left: 0;
}

.wave_bottom {
  background-image: url("/media/images/common/wave_bottom.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 70px;
  width: 100%;
  position: absolute;
  bottom: -58px;
  left: 0;
}
.wave_bottom img {
  width: 100%;
}

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

.event__main {
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .event__main {
    margin-top: 38px;
  }
}
.event__main:nth-child(n+3) {
  margin-top: 41px;
}
@media only screen and (max-width: 767px) {
  .event__main:nth-child(n+3) .event__main_inr {
    padding-bottom: 20px;
  }
}
.event__main:nth-child(n+4) {
  margin-top: 22px;
}
.event__main:nth-child(n+4) .event__main_inr {
  padding-bottom: 39px;
}
@media only screen and (max-width: 767px) {
  .event__main:nth-child(n+4) .event__main_inr {
    padding-bottom: 20px;
  }
}
.event__main.reserve .event__main_inr {
  display: block;
}

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

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

.event__cat {
  display: flex;
}

.event__cat_inr {
  height: 34px;
  padding: 0px 11px;
  border: 1px solid #6a768b;
  font-size: 12px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .event__cat_inr {
    padding: 7px 8px;
    height: 28px;
  }
}
.event__cat_inr:nth-child(n+2) {
  margin-left: 5px;
}
.event__cat_inr.dark {
  background-color: #6a768b;
  color: #ffffff;
}
.event__cat_inr.white {
  background-color: #ffffff;
  color: #6a768b;
}

.event__ttl {
  margin-top: 20px;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .event__ttl {
    margin-top: 14px;
  }
}

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

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

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

.event__list {
  margin-top: 39px;
}
@media only screen and (max-width: 767px) {
  .event__list {
    margin-top: 28px;
  }
}

.event__list_ttl {
  display: flex;
  align-items: center;
  font-weight: 600;
  width: 100%;
  background-color: #dbe1ea;
  padding: 14px 30px 12px;
  border-radius: 35px;
}

.event__list_ttl_inr {
  width: 160px;
  font-size: 14px;
  display: inline-block;
}
.event__list_ttl_inr:nth-child(n+2) {
  margin-left: 10px;
}
@media only screen and (max-width: 1279px) {
  .event__list_ttl_inr:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_inr:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_inr {
    display: none;
  }
}
.event__list_ttl_inr.sp {
  width: 100%;
  display: none;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .event__list_ttl_inr.sp {
    display: block;
  }
}

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

.event__list_li {
  border-bottom: 1px solid #dbe1ea;
}
@media only screen and (max-width: 767px) {
  .event__list_li:nth-child(n+2) .event__list_link {
    padding: 7px 0 15px;
  }
}
.event__list_li:last-child {
  border: none;
}

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

.event__date {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .event__date {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .event__date {
    margin-bottom: 0;
  }
}

.event__list_link_txt {
  width: 160px;
  font-size: 14px;
  line-height: 1.71;
}
@media only screen and (max-width: 1023px) {
  .event__list_link_txt {
    width: 135px;
  }
}
.event__list_link_txt:nth-child(n+2) {
  margin-left: 10px;
}
@media only screen and (max-width: 1279px) {
  .event__list_link_txt:nth-child(n+2) {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .event__list_link_txt:nth-child(n+2) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px) {
  .event__list_link_txt {
    max-width: 100%;
    width: 100%;
  }
}
.event__list_link_txt.fin {
  width: 160px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .event__list_link_txt.fin {
    margin-top: 5px;
  }
}
.event__list_link_txt.few {
  width: 160px;
  font-weight: 600;
  color: #e33665;
}
@media only screen and (max-width: 480px) {
  .event__list_link_txt.few {
    margin-top: 5px;
  }
}
.event__list_link_txt.reception {
  width: 160px;
  font-weight: 600;
}
@media only screen and (max-width: 480px) {
  .event__list_link_txt.reception {
    margin-top: 5px;
  }
}
.event__list_link_txt span {
  width: 70px;
  height: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 13px;
  margin-right: 10px;
  padding-top: 0px;
}
.event__list_link_txt .dark {
  background-color: #6a768b;
  color: #ffffff;
}
.event__list_link_txt .pink {
  background-color: #e33665;
  color: #ffffff;
}
.event__list_link_txt .blue {
  background-color: #65aadd;
  color: #ffffff;
}

.event__img_wrap {
  grid-column: 3/4;
  grid-row: 1/3;
}
@media only screen and (max-width: 767px) {
  .event__img_wrap {
    grid-column: 1/2;
    grid-row: 1/2;
    order: 1;
    width: 100%;
  }
}

.event__img_main {
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .event__img_main {
    max-width: none;
    width: 100%;
  }
}

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

.event__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;
  transition: 0.5s;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .event__btn_link:hover {
    opacity: 0.6;
  }
}
.event__btn_link.entry {
  margin-top: 15px;
  background-color: #003670;
}
@media only screen and (max-width: 767px) {
  .event__btn_link.entry {
    margin-top: 10px;
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .event__btn_link.seemore {
    max-width: 315px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .event__btn_link {
    max-width: 100%;
    width: 100%;
    line-height: 62px;
  }
}

/*                コミュニティ
======================================================= */
#community {
  padding: 178px 30px 113px;
  margin: 0 auto;
  background: url(/media/images/home/community_wall.webp) no-repeat bottom center;
  background-size: contain;
  height: 100%;
}
@media only screen and (max-width: 1279px) {
  #community {
    padding: 80px 30px;
  }
}
@media only screen and (max-width: 767px) {
  #community {
    background: url(/media/images/home/home_community_wall_sp.svg) no-repeat bottom center/contain;
    padding: 116px 10px 120px;
  }
}

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

.community__main {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .community__main {
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }
}

.community_main_inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .community_main_inr {
    display: block;
  }
}

.community__l {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .community__l {
    padding: 0 0px;
  }
}

.community__r {
  width: calc(100% - 510px);
  margin-left: 90px;
  margin-top: 17px;
  padding: 0;
  flex: 1;
}
@media only screen and (max-width: 1279px) {
  .community__r {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .community__r {
    margin-left: 10px;
    width: calc(100% - 405px);
  }
}
@media only screen and (max-width: 767px) {
  .community__r {
    margin-left: 0;
    width: 100%;
    padding: 0 0px;
    margin-top: 11px;
  }
}
.community__r .submit_btn__wrap {
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .community__r .submit_btn__wrap {
    margin-top: 13px;
  }
}
.community__r .submit_btn__wrap .submit_btn.login {
  margin-top: 15px;
  line-height: 58px;
}
@media only screen and (max-width: 767px) {
  .community__r .submit_btn__wrap .submit_btn.login {
    margin-top: 10px;
    max-width: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .community__r .submit_btn__wrap .submit_btn.entry {
    max-width: 315px;
  }
}

.community__r_inr {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 45px 20px 50px;
}
@media only screen and (max-width: 1023px) {
  .community__r_inr {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .community__r_inr {
    padding: 25px 20px 30px;
  }
}

.community__txt_inr {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 1023px) {
  .community__txt_inr {
    font-size: 17px;
  }
}

.community__txt_block {
  display: inline-block;
}

.baloon__ttl.event {
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .baloon__ttl.event {
    margin-bottom: 15px;
  }
}

.baloon__ttl_inr {
  max-width: 316px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  background: #65aadd;
  color: #ffffff;
  padding: 6px 20px 6px;
  border-radius: 25px;
  margin: 0 auto;
  position: relative;
  line-height: 1.5;
  font-weight: 600;
}
.baloon__ttl_inr::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 12px;
  border-style: solid;
  border-color: #65aadd transparent transparent transparent;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .baloon__ttl_inr {
    max-width: 266px;
    font-size: 18px;
    padding: 3px 18px 4px;
  }
}
.baloon__ttl_inr.event_baloon {
  background-color: #6a768b;
  max-width: 156px;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .baloon__ttl_inr.event_baloon {
    max-width: 142px;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding: 0;
    text-align: center;
  }
}
.baloon__ttl_inr.event_baloon::before {
  bottom: -20px;
  border-color: #6a768b transparent transparent transparent;
}

.point {
  margin-top: 20px;
  background-color: #ffffff;
  width: 500px;
  border: 3px solid #bfcad6;
  border-radius: 20px;
  padding: 27px 50px 24px;
  position: relative;
  font-weight: 600;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .point {
    width: 405px;
    padding: 20px 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .point {
    padding: 20px 15px 16px;
  }
}
.point:nth-child(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .point {
    width: 100%;
    margin-top: 15px;
    padding-top: 25px;
  }
}

.point__inr {
  text-align: center;
}

.point__txt_inr {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .point__txt_inr {
    font-size: 16px;
  }
}
.point__txt_inr--big {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .point__txt_inr--big {
    font-size: 20px;
  }
}
.point__txt_inr--line {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgba(101, 170, 221, 0.3);
  text-underline-offset: -0.3em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 767px) {
  .point__txt_inr--line {
    font-size: 20px;
  }
}

.point__txt_subinr {
  font-weight: 400;
  line-height: 1.625;
}
@media only screen and (max-width: 767px) {
  .point__txt_subinr {
    margin-top: 8px;
    font-size: 14px;
  }
}
.point__txt_subinr--blue {
  font-weight: 600;
}
.point__txt_subinr--black {
  color: #222124;
}

.point__icon {
  position: absolute;
  top: -13px;
  left: -13px;
  width: 60px;
  height: 60px;
  background: #6a768b;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .point__icon {
    width: 50px;
    height: 50px;
    top: -10px;
    left: -8px;
  }
}

.point__icon_inr {
  position: relative;
  height: 100%;
}

.point__icon_txt {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .point__icon_txt {
    font-size: 10px;
    top: 15px;
  }
}

.point__icon_number {
  font-size: 24px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.33;
  margin-top: 4px;
}
@media only screen and (max-width: 767px) {
  .point__icon_number {
    font-size: 20px;
    top: 35px;
    margin-top: 0;
  }
}

.submit_btn__wrap {
  text-align: center;
  margin: 24px auto 0;
}
@media only screen and (max-width: 767px) {
  .submit_btn__wrap {
    margin: 20px auto 0;
  }
}

.submit_btn {
  max-width: 400px;
  width: 100%;
  color: #fff;
  background: #003670;
  text-align: center;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border-radius: 5px;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .submit_btn {
    max-width: 100%;
  }
}
.submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .submit_btn:hover {
    opacity: 0.6;
  }
}
.submit_btn.login {
  border: 2px solid #003670;
  color: #003670;
  background-color: #ffffff;
}
.submit_btn:nth-child(n+2) {
  margin-top: 15px;
}
.submit_btn.entry {
  background-color: #003670;
}

/*                要望ボタン
======================================================= */
.send__btn {
  margin: 103px auto 0;
  padding: 0 37px 0 30px;
}
@media only screen and (max-width: 767px) {
  .send__btn {
    margin-top: 103px;
    padding: 0 10px 0 10px;
  }
}

.send__btn_inr {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
  width: 100%;
  background-color: #ffffff;
  position: relative;
  border-radius: 20px;
}
.send__btn_inr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #bee3ff;
  top: 5px;
  left: 5px;
  z-index: -1;
  border-radius: 20px 20px 20px 20px;
}
@media only screen and (max-width: 767px) {
  .send__btn_inr {
    max-width: 355px;
    width: 100%;
    margin-top: 50px;
    padding: 0 20px;
  }
}

.send__btn_link {
  display: flex;
  padding: 32px 58px 30px 65px;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .send__btn_link {
    padding: 32px 58px 30px 45px;
  }
}
@media only screen and (min-width: 1024px) {
  .send__btn_link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 767px) {
  .send__btn_link {
    max-width: none;
    padding: 35px 0px 33px;
    margin: 0 auto;
  }
}

.send__btn_img {
  width: 106px;
  height: 134px;
}
@media only screen and (max-width: 767px) {
  .send__btn_img {
    display: none;
  }
}

.send__btn_txt {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  padding-top: 12px;
  letter-spacing: 0.05em;
  margin-left: -83px;
}
.send__btn_txt span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .send__btn_txt span {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .send__btn_txt {
    font-size: 16px;
    padding-top: 0;
    padding-right: 0px;
    text-align: left;
    margin-left: 0;
    line-height: 1.625;
  }
}
@media only screen and (max-width: 374px) {
  .send__btn_txt {
    font-size: 15px;
  }
}

.arrow_right {
  width: 36px;
  height: 34px;
  margin-right: -5px;
}
@media only screen and (max-width: 767px) {
  .arrow_right {
    margin-right: 0;
    width: 23px;
    height: 23px;
    margin-left: 22px;
  }
}

/*                カテゴリー・キーワード
======================================================= */
.item__group {
  border: 3px solid #dbe1ea;
  padding: 46px 47px 46px;
  background-color: #ffffff;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .item__group {
    padding: 33px 17px;
  }
}

.group__ttl_inr {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .group__ttl_inr {
    font-size: 18px;
  }
}

.cat__tag,
.key__tag {
  margin-top: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .cat__tag,
  .key__tag {
    margin-top: 18px;
  }
}

.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: 7px 5px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_link,
  .key__tag_link {
    padding: 5px 3px;
  }
}

.cat__tag_item {
  display: inline-block;
  height: 50px;
  background-color: #6a768b;
  color: #ffffff;
  padding: 0 25px 0 25px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 35px;
}
@media only screen and (max-width: 767px) {
  .cat__tag_item {
    padding: 0 15px;
    font-size: 12px;
    border-radius: 25px;
    height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .cat__tag_item:hover {
    opacity: 0.6;
  }
}

.key__tag_item {
  display: inline-block;
  height: 50px;
  background-color: #ffffff;
  color: #003670;
  padding: 0 23px 0 24px;
  line-height: 1;
  border-radius: 10px;
  border: 1px solid #dbe1ea;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .key__tag_item {
    padding: 0 15px;
    font-size: 12px;
    height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .key__tag_item:hover {
    background-color: #dbe1ea;
  }
}

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

.search__input {
  background-color: #ffffff;
  border: 1px solid #dbe1ea;
  border-radius: 10px;
  height: 70px;
  width: 100%;
  padding: 26px 80px 24px 30px;
}
@media only screen and (max-width: 767px) {
  .search__input {
    height: 60px;
    padding: 21px 55px 19px 20px;
    font-size: 14px;
  }
}
.search__input::-moz-placeholder {
  color: #bfcad6;
}
.search__input::placeholder {
  color: #bfcad6;
}
.search__input:hover {
  cursor: text;
}
.search__input::-webkit-search-cancel-button {
  position: absolute;
  top: 0;
  right: -20px;
  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 15px;
  }
}
.search__btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .search__btn:hover {
    opacity: 0.6;
  }
}

.side__cat_link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .side__cat_link:hover {
    opacity: 0.6;
  }
}

.side__key_link {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .side__key_link:hover {
    background-color: #dbe1ea;
  }
}

.archive__list_cat {
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat {
    margin-top: 20px;
  }
}

.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;
  line-height: 1.5;
  padding: 8px 10px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .archive__list_cat_txt_inr {
    text-align: left;
  }
}

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

.article__side .search__btn {
  padding: 0 15px;
}
.article__side .search__input {
  padding: 22px 60px 22px 16px;
}

.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;
}

.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;
  display: none;
}
.side__btn_link:hover {
  opacity: 0.6;
}

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