@charset "UTF-8";
/*---_setting------------------------------------------------------------------*/
.main_v {
  width: 95%;
  height: calc(100vh - 233px);
  min-height: 480px;
  margin: 20px 2.5% 0;
  position: relative;
  /* 画像サイズ調整 */
}
@media screen and (max-width: 767px) {
  .main_v {
    width: 100%;
    height: 40vh;
    min-height: auto;
    margin: 1px 0 0;
  }
}
.main_v .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: calc(100vh - 233px);
  min-height: 480px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main_v .swiper-slide {
    height: 40vh;
    min-height: auto;
  }
}
.main_v .swiper-pagination {
  position: absolute;
  left: 20px !important;
  bottom: 20px !important;
  width: auto !important;
}
.main_v .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.main_v .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px !important;
}
.main_v .swiper-pagination-bullet {
  background-color: #FFFFFF !important;
  height: 8px;
  width: 8px;
}
.main_v .swiper-slide img {
  height: auto;
  width: 100%;
}

.top_section {
  position: relative;
  margin: 90px auto 120px;
}
@media screen and (max-width: 767px) {
  .top_section {
    margin: 45px auto 60px;
  }
}
.top_section .top_section_title {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .top_section .top_section_title {
    margin-bottom: 30px;
  }
}
.top_section .top_section_title h2 {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_section .top_section_title h2 {
    font-size: 2.2rem;
  }
}
.top_section .top_section_title p {
  font-family: "Libre Baskerville", serif;
  font-size: 1.2rem;
  line-height: 1.4;
  position: relative;
  color: #500606;
}
.top_section .top_section_title p:after {
  content: "";
  display: inline-block;
  width: 3em;
  border-top: 1px solid #500606;
  vertical-align: middle;
  margin-left: 0.7em;
}
@media screen and (min-width: 768px) {
  .top_section .btn_more {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.pickup_news {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .pickup_news {
    margin-bottom: 0;
  }
}
.pickup_news .topics_card {
  background: #FCF7F7;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .pickup_news .topics_card a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.onegai_area {
  border: 1px solid #E6E6E6;
  padding: 30px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .onegai_area {
    padding: 20px;
  }
}
.onegai_area:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 0;
  border-color: #500606 transparent transparent transparent;
}
.onegai_area .title {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.4;
  width: 270px;
  text-align: center;
  border-right: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .onegai_area .title {
    width: 100%;
    font-size: 1.8rem;
    border: none;
    text-align: left;
  }
}
.onegai_area .inr {
  width: calc(100% - 270px);
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .onegai_area .inr {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
}
.onegai_area .inr a {
  color: #500606;
  text-decoration: underline;
}

.top_exhibition_list {
  margin: 90px auto;
  overflow: hidden;
  /* swiper
  ---------------------------------------------------------------------------------------*/
  /* ページネーションの余白 */
  /* ページネーションのサイズと色 */
}
@media screen and (max-width: 767px) {
  .top_exhibition_list {
    margin: 45px auto 60px;
  }
}
.top_exhibition_list .event_swiper {
  position: relative;
  padding: 0 30px 70px;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .event_swiper {
    padding: 0 0 60px;
  }
}
.top_exhibition_list .block_card a {
  display: flex;
  flex-wrap: wrap;
}
.top_exhibition_list .block_card a:hover {
  opacity: 0.7;
}
.top_exhibition_list .block_card a:hover .inr .view_more {
  margin-right: -5px;
}
.top_exhibition_list .block_card a .img {
  width: 235px;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .img {
    width: 40%;
  }
}
.top_exhibition_list .block_card a .inr {
  width: calc(100% - 235px);
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .inr {
    width: 60%;
  }
}
.top_exhibition_list .block_card a .inr .cat_name {
  display: inline-block;
  background: #500606;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 3px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .inr .cat_name {
    font-size: 1.1rem;
  }
}
.top_exhibition_list .block_card a .inr .title {
  line-height: 1.45;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .inr .title {
    font-size: 1.5rem;
  }
}
.top_exhibition_list .block_card a .inr .date {
  margin-bottom: 1.5em;
}
.top_exhibition_list .block_card a .inr .the_excerpt {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .inr .the_excerpt {
    display: none;
  }
}
.top_exhibition_list .block_card a .inr .view_more {
  margin-top: 30px;
  text-align: right;
  background: url(../images/common/ico_btn.png) right center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  color: #500606;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .block_card a .inr .view_more {
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
  }
}
.top_exhibition_list .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.top_exhibition_list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 10px !important;
}
.top_exhibition_list .swiper-pagination-bullet {
  background-color: #500606 !important;
  height: 10px !important;
  width: 10px !important;
}
.top_exhibition_list .swiper-button-next:after,
.top_exhibition_list .swiper-button-prev:after {
  font-size: 1.6rem !important;
}
.top_exhibition_list .swiper-button-next,
.top_exhibition_list .swiper-button-prev {
  color: #500606 !important;
  background: #F5F0F0 !important;
  width: 35px !important;
  height: 55px !important;
}
@media screen and (max-width: 767px) {
  .top_exhibition_list .swiper-button-next,
.top_exhibition_list .swiper-button-prev {
    display: none;
  }
}
.top_exhibition_list .swiper-button-next,
.top_exhibition_list .swiper-rtl .swiper-button-prev {
  right: 0 !important;
  margin-top: -40px;
}
.top_exhibition_list .swiper-button-prev,
.top_exhibition_list .swiper-rtl .swiper-button-next {
  left: 0 !important;
  margin-top: -40px;
}

.top_event_list {
  position: relative;
}
.top_event_list .block_card {
  margin-bottom: 35px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 35px;
}
.top_event_list .block_card a {
  display: block;
}
.top_event_list .block_card a:hover {
  opacity: 0.7;
}
.top_event_list .block_card a .inr .label {
  display: inline-block;
  background: #500606;
  color: #FFFFFF;
  font-size: 1.3rem;
  padding: 3px 20px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .top_event_list .block_card a .inr .label {
    font-size: 1.2rem;
  }
}
.top_event_list .block_card a .inr .title {
  line-height: 1.45;
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  margin: 1em 0;
}
@media screen and (max-width: 767px) {
  .top_event_list .block_card a .inr .title {
    font-size: 1.8rem;
  }
}
.top_event_list .block_card a .inr .the_excerpt {
  font-size: 1.4rem;
}
.top_event_list .block_card a .inr .view_more {
  margin-top: 30px;
  text-align: right;
  background: url(images/common/ico_btn.png) right 5px center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  line-height: 2.2;
  color: #500606;
}
@media screen and (max-width: 767px) {
  .top_event_list .block_card a .inr .view_more {
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
  }
}

.top_row {
  display: flex;
  flex-wrap: wrap;
}
.top_row .top_event_list {
  width: calc(100% - 500px);
}
@media screen and (max-width: 767px) {
  .top_row .top_event_list {
    width: 100%;
    margin-bottom: 45px;
  }
}
.top_row .btn_tiken {
  width: 500px;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .top_row .btn_tiken {
    width: 100%;
    padding: 0;
  }
}
.top_row .btn_tiken a {
  display: block;
}
.top_row .btn_tiken a:hover {
  opacity: 0.7;
}
.top_row .btn_tiken a:hover .view_more {
  margin-right: -5px;
}
.top_row .btn_tiken a h3 {
  text-align: center;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 20px 12px;
  background: -webkit-gradient(180deg, #190101 35%, #761F0E);
  background: linear-gradient(180deg, #190101 35%, #761F0E);
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_row .btn_tiken a h3 {
    font-size: 1.5rem;
  }
}
.top_row .btn_tiken a p {
  font-size: 1.4rem;
}
.top_row .btn_tiken a .view_more {
  margin-top: 10px;
  text-align: right;
  background: url(../images/common/ico_btn.png) right center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  color: #500606;
}
@media screen and (max-width: 767px) {
  .top_row .btn_tiken a .view_more {
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
  }
}

.top_topics_list {
  background: #F5F0F0;
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .top_topics_list {
    padding: 45px 0;
  }
}
.top_topics_list .top_topics_list_inr {
  position: relative;
}

.top_main_link_area {
  display: flex;
  flex-wrap: wrap;
}
.top_main_link_area a {
  display: block;
}
.top_main_link_area a:hover {
  opacity: 0.7;
}
.top_main_link_area a:hover .view_more {
  margin-right: -5px;
}
.top_main_link_area a .img {
  margin-bottom: 20px;
}
.top_main_link_area a .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top_main_link_area a .title {
    display: block;
  }
}
.top_main_link_area a h3 {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_main_link_area a h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.top_main_link_area a p {
  font-size: 1.4rem;
}
.top_main_link_area a .view_more {
  text-align: right;
  background: url(../images/common/ico_btn.png) right center no-repeat;
  background-size: 30px;
  padding: 0 40px 0 0;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  color: #500606;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .top_main_link_area a .view_more {
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 0 30px 0 0;
  }
}
.top_main_link_area .left_area {
  width: 65%;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  .top_main_link_area .left_area {
    width: 100%;
    padding: 0;
    margin-bottom: 35px;
  }
}
.top_main_link_area .right_area {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .top_main_link_area .right_area {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 45px 5%;
  }
}
.top_main_link_area .right_area .jyosetsu {
  margin-bottom: 9%;
}
@media screen and (max-width: 767px) {
  .top_main_link_area .right_area .jyosetsu {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .top_main_link_area .right_area .shop {
    width: 47.5%;
  }
}

.top_sub_link_area {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 0 5%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area {
    gap: 0 0;
  }
}
.top_sub_link_area .col_2 {
  width: 47.5%;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .col_2 {
    width: 100%;
  }
}
.top_sub_link_area .link_block:nth-last-child(1) a {
  border-bottom: 1px solid #E6E6E6;
}
.top_sub_link_area .link_block:nth-last-child(2) a {
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .link_block:nth-last-child(2) a {
    border-bottom: none;
  }
}
.top_sub_link_area .link_block a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 30px 0;
  border-top: 1px solid #E6E6E6;
  background: url(../images/common/ico_btn.png) right 5px center no-repeat;
  background-size: 30px;
  margin-right: 5px;
  line-height: 2.2;
  transition-property: all;
  transition-duration: 0.5s;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Noto Serif JP", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .link_block a {
    border-bottom: none;
    background: url(../images/common/ico_btn.png) right center no-repeat;
    background-size: 20px;
    padding: 20px 0;
    font-size: 1.4rem;
  }
}
.top_sub_link_area .link_block a:hover {
  background: url(../images/common/ico_btn.png) right 0 center no-repeat;
  background-size: 30px;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .link_block a:hover {
    background: url(../images/common/ico_btn.png) right 0 center no-repeat;
    background-size: 20px;
  }
}
.top_sub_link_area .link_block a .img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .link_block a .img {
    width: 90px;
  }
}
.top_sub_link_area .link_block a .title {
  width: calc(100% - 120px);
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .top_sub_link_area .link_block a .title {
    width: calc(100% - 90px);
    padding: 0 20px;
  }
}