@charset "utf-8";

/*============================
共通
============================*/
header {
  border-bottom: 1px solid #cccccc;
}

/* タイトル */
.lower_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.5rem;
}

.lower_title .jp {
  font-size: 0.34rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .lower_title .jp {
    font-size: 0.26rem;
  }
}

.lower_title .en {
  font-size: 0.18rem;
  font-weight: bold;
  margin-left: 0.15rem;
  color: #e5007f;
}
@media screen and (max-width: 640px) {
  .lower_title .en {
    font-size: 0.14rem;
  }
}

.lower_title .note {
  font-size: 0.12rem;
  width: 100%;
  margin-top: 0.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .lower_title .note {
    font-size: 0.1rem;
  }
}

/*============================
パンくず
============================*/
#breadcrumb {
  padding: 0.3rem 0 0.5rem;
}

#breadcrumb .list {
  display: flex;
  align-items: center;
  gap: 0 0.3rem;
}

#breadcrumb .list .item {
  font-size: 0.14rem;
  color: #000;
  position: relative;
}

#breadcrumb .list .item a {
  color: #e5007f;
  text-decoration: underline;
}
/* アイコンのスタイル */
#breadcrumb .list .item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.2rem;
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#breadcrumb .list .item a:hover {
  text-decoration: none;
}

#breadcrumb .list .item.current a {
  color: #000;
  pointer-events: none;
  text-decoration: none;
}
#breadcrumb .list .item.current::after {
  content: "";
  display: none;
}

/*============================
下層コンテンツ、サイドバー
============================*/

.main_cont .cont_wrap {
  display: flex;
  justify-content: space-between;
  gap: 0 0.5rem;
}
@media screen and (max-width: 640px) {
  .main_cont .cont_wrap {
    flex-wrap: wrap;
  }
}

.main_cont .cont_wrap .main_cont {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .main_cont .cont_wrap .main_cont {
    width: 100%;
  }
}

.main_cont .cont_wrap .side_bar {
  width: 25%;
  padding-bottom: 0.70rem;
}
@media screen and (max-width: 640px) {
  .main_cont .cont_wrap .side_bar {
    width: 100%;
  }
}

.main_cont .cont_wrap .side_bar .sakka_box {
  margin-bottom: 0.5rem;
}

/* サイドバータイトル */
.main_cont .cont_wrap .side_bar .side_title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #e5007f;
  padding-bottom: 0.1rem;
  color: #e5007f;
}

.main_cont .cont_wrap .side_bar .side_bar_list .item {
  font-size: 0.14rem;
  margin-bottom: 0.17rem;
}

.main_cont .cont_wrap .side_bar .side_bar_list .item a {
  color: #000;
  text-decoration: none;
}

.main_cont .cont_wrap .side_bar .side_bar_list .item a:hover {
  color: #e5007f;
}

.main_cont .cont_wrap .side_bar .tag_wrap .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 0.15rem;
}

.main_cont .cont_wrap .side_bar .tag_wrap .tag_list .item {
  font-size: 0.12rem;
  color: #000;
}

.main_cont .cont_wrap .side_bar .tag_wrap .tag_list .item a {
  color: #000;
  background: #fde5f2;
  padding: 0.02rem 0.15rem 0.05rem;
  border-radius: 0.2rem;
}

.main_cont .cont_wrap .side_bar .tag_wrap .tag_list .item a:hover {
  background: #e5007f;
  color: #fff;
}

/* タブ */
.main_cont .top_tab_wrap {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .main_cont .top_tab_wrap {
    margin-bottom: 0;
  }
}

.main_cont .top_tab_wrap .top_tab_wrap_list {
  display: flex;
  justify-content: space-between;
  border-bottom: 5px solid #e5007f;
}
@media screen and (max-width: 640px) {
  .main_cont .top_tab_wrap .top_tab_wrap_list {
    flex-wrap: wrap;
    border: none;
  }
}

.main_cont .top_tab_wrap .top_tab_wrap_list .item {
  font-size: 0.16rem;
  color: #000;
  position: relative;
  width: 19.5%;
}
@media screen and (max-width: 640px) {
  .main_cont .top_tab_wrap .top_tab_wrap_list .item {
    font-size: 0.14rem;
    width: 50%;
  }
}

.main_cont .top_tab_wrap .top_tab_wrap_list .item a {
  color: #000;
  text-decoration: underline;
  display: block;
  text-align: center;
  background-color: #fef2f8;
  box-sizing: border-box;
  padding: 0.15rem 0;
  border-radius: 0.2rem 0.2rem 0 0;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .main_cont .top_tab_wrap .top_tab_wrap_list .item a {
    font-size: 0.13rem;
    font-weight: 500;
    padding: 0.15rem 0;
    border-radius: 0;
    border: 1px solid #fff;
  }
}

.main_cont .top_tab_wrap .top_tab_wrap_list .item a:hover {
  color: #fff;
  background-color: #e5007f;
}

.main_cont .top_tab_wrap .top_tab_wrap_list .item.active a {
  color: #fff;
  background-color: #e5007f;
  pointer-events: none;
}

/*============================
下部新作ループ
============================*/
.sinkan_wrap {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .sinkan_wrap {
    margin-bottom: 0.6rem;
  }
}

.sinkan_wrap .sinkan_title {
  font-size: 0.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #e5007f;
  padding-bottom: 0.1rem;
  color: #e5007f;
}

.sinkan_wrap .slick-initialized .slick-slide {
  margin-right: 0.1rem;
  margin-left: 0.1rem;
}

.sinkan_wrap .sinkan_item a {
  display: block;
  color: #000;
}

.sinkan_wrap .sinkan_item a:hover {
  color: #e5007f;
  opacity: 0.7;
}

.sinkan_wrap .sinkan_item .ph_wrap {
  /* width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden; */
  position: relative;
}

.sinkan_wrap .sinkan_item .ph_wrap img {
  width: 100%;
}

.sinkan_wrap .sinkan_item .news_item_date {
  font-size: 0.12rem;
  color: #000;
  margin-top: 0.1rem;
}

.sinkan_wrap .sinkan_item .category {
  width: fit-content;
  font-size: 0.12rem;
  font-weight: 600;
  color: #fff;
  background: #008de5;
  margin-top: 0.1rem;
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  z-index: 2;
  box-sizing: border-box;
  padding: 0.05rem 0.1rem 0.07rem;
  border: 1px solid #fff;
}

.sinkan_wrap .sinkan_item .category.rensai {
  background: #008de5;
}

.sinkan_wrap .sinkan_item .category.ansoro {
  background: #ab3add;
}

.sinkan_wrap .sinkan_item .category.tanwa {
  background: #15a820;
}

.sinkan_wrap .sinkan_item .news_item_title {
  font-size: 0.16rem;
  color: #000;
  margin-top: 0.1rem;
  font-weight: bold;
}

.sinkan_wrap .btn {
  margin-top: 0.5rem;
  text-align: center;
}

.sinkan_wrap .btn a {
  display: block;
  width: 1.6rem;
  margin: 0 auto;
  background: #e5007f;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 0.12rem 0 0.15rem;
  border-radius: 0.2rem;
  font-size: 0.15rem;
  position: relative;
}

.sinkan_wrap .btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.1rem;
  width: 0.06rem;
  height: 0.09rem;
  transform: translateY(-50%);
  background: url(../img/common/btn_arrow_wh.svg) no-repeat center center /
    contain;
}

.sinkan_wrap .btn a:hover {
  opacity: 0.7;
}

.slick-next:before {
  background: url(../img/common/slick_arrow_prev.svg) !important;
  background-size: contain !important;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  content: "" !important;
}

.slick-prev:before {
  background: url(../img/common/slick_arrow_next.svg) !important;
  background-size: contain !important;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  content: "" !important;
}

.slick-prev {
  left: -0.15rem;
  top: 40%;
  z-index: 10;
}

.slick-next {
  top: 40%;
  right: 0;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .slick-next {
    top: 30%;
  }
  .slick-prev {
    top: 30%;
  }
}
