@charset "UTF-8";
/* ============================================================================

　TOP

=============================================================================== */
body {
  opacity: 0;
}

/* ----------------------------------------------------------------------------
　main
---------------------------------------------------------------------------- */
main {
  font-size: 16px;
}

/* ----------------------------------------------------------------------------
　font-family
---------------------------------------------------------------------------- */
main input,
main button,
main select,
main textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/* ----------------------------------------------------------------------------
　overflow
---------------------------------------------------------------------------- */
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

/* ----------------------------------------------------------------------------
　kv
---------------------------------------------------------------------------- */
#kv {
  padding-top: 1rem;
  margin-bottom: 1rem;
}
#kv .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #kv .inner {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #kv .inner {
    width: 100%;
  }
}
#kv .inner h1 {
  width: 470px;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #kv .inner h1 {
    width: 75%;
    margin: 0 auto 1rem;
  }
}
#kv .inner h1 img {
  width: 100%;
}
#kv .inner .txt {
  font-size: 18px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #kv .inner .txt {
    font-size: 14px;
    text-align: center;
    margin-bottom: 1rem;
  }
}
#kv .inner .common_btn_style1 {
  width: 470px;
}
@media screen and (max-width: 767px) {
  #kv .inner .common_btn_style1 {
    width: 80%;
    margin: 0 auto 0.5rem;
  }
}
#kv .inner .photo {
  position: absolute;
  top: 0rem;
  right: -150px;
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  #kv .inner .photo {
    top: 0rem;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  #kv .inner .photo {
    width: 100%;
    position: relative;
    top: 0rem;
    right: 0rem;
    margin: 0 auto;
  }
}
#kv .inner .photo img {
  width: 100%;
  position: relative;
  top: -3.8rem;
}
@media screen and (max-width: 1023px) {
  #kv .inner .photo img {
    top: 0rem;
  }
}

/* ----------------------------------------------------------------------------
　choose
---------------------------------------------------------------------------- */
#choose {
  width: 1200px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  #choose {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #choose {
    display: block;
    width: 100%;
    display: none;
  }
}
#choose .block1 {
  width: 39%;
}
@media screen and (max-width: 767px) {
  #choose .block1 {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#choose .block2 {
  width: 58%;
}
@media screen and (max-width: 767px) {
  #choose .block2 {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　month_pickup
---------------------------------------------------------------------------- */
#month_pickup .common_ttl_style01 {
  margin-bottom: 0.5rem;
}
#month_pickup .scroll {
  overflow-y: auto;
  padding-right: 2rem;
}
#month_pickup .scroll::-webkit-scrollbar {
  width: 6px;
}
#month_pickup .scroll::-webkit-scrollbar-thumb {
  background-color: #eee;
  border-radius: 100px;
}
#month_pickup ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#month_pickup ul li a {
  text-decoration: none;
}
#month_pickup ul li a:hover {
  opacity: 0.8;
}
#month_pickup ul li a h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #97c725;
  margin-bottom: 0.4rem;
}
#month_pickup ul li a .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
}
#month_pickup ul li a .block .photo {
  width: 48.3%;
  overflow: hidden;
  aspect-ratio: 1/0.626;
  border-radius: 8px;
}
#month_pickup ul li a .block .photo img {
  width: 100%;
}
#month_pickup ul li a .block .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  line-height: 150%;
}
#month_pickup .common_btn_style1 {
  width: 90%;
}
@media screen and (max-width: 767px) {
  #month_pickup .common_btn_style1 {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------
　search_category
---------------------------------------------------------------------------- */
#search_category {
  margin-bottom: 0rem;
  position: relative;
  z-index: 2;
}
#search_category .common_ttl_style01 {
  margin-bottom: 0.7rem;
}
#search_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25%;
}
@media screen and (max-width: 767px) {
  #search_category ul {
    display: block;
  }
}
#search_category ul li {
  width: 32.5%;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1023px) {
  #search_category ul li {
    width: 49%;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #search_category ul li {
    width: 100%;
  }
}
#search_category ul li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #f8b62d;
  border-radius: 5px;
  text-decoration: none;
  padding: 0.2rem 0.5rem;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1200px) {
  #search_category ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #search_category ul li a {
    font-size: 14px;
  }
}
#search_category ul li a span {
  position: relative;
  padding: 0 18px 0 0;
  display: block;
}
#search_category ul li a span::after {
  content: "";
  position: absolute;
  top: calc((100% - 11px) / 2);
  right: 0.3rem;
  width: 9px;
  height: 11px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background-color: #f8b62d;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#search_category ul li a:hover {
  opacity: 1;
  background-color: #f8b62d;
  color: #fff;
}
#search_category ul li a:hover span:after {
  background-color: #fff;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/* ----------------------------------------------------------------------------
　search_topics
---------------------------------------------------------------------------- */
#search_topics .common_ttl_style01 {
  margin-bottom: 0.8rem;
}
#search_topics .common_btn_style1 {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #search_topics .common_btn_style1 {
    width: 100%;
  }
}

.swiper-custom-parent {
  position: relative;
  opacity: 0;
  margin-bottom: 0.5rem;
}
.swiper-custom-parent.active {
  opacity: 1;
}
.swiper-custom-parent .swiper-container {
  width: 100%;
  position: relative;
  margin: 0 0 0 auto;
}
.swiper-custom-parent .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide {
  display: block;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.8;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a .photo {
  margin-bottom: 0.3rem;
  aspect-ratio: 1/0.64;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a .photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a .date {
  font-weight: 500;
}
.swiper-custom-parent .swiper-wrapper .swiper-slide a h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #8d93c8;
}
.swiper-custom-parent .swiper-wrapper .error {
  text-align: center;
  padding: 2rem 0;
  width: 100%;
}
.swiper-custom-parent .swiper-pagination {
  display: none;
}
.swiper-custom-parent .swiper-button-prev,
.swiper-custom-parent .swiper-button-next {
  width: 45px;
  margin-top: 0rem;
  top: 0rem !important;
  height: 100% !important;
  border-radius: 0px;
  background: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
}
.swiper-custom-parent .swiper-button-prev:after, .swiper-custom-parent .swiper-button-prev:before,
.swiper-custom-parent .swiper-button-next:after,
.swiper-custom-parent .swiper-button-next:before {
  font-size: 0rem;
}
.swiper-custom-parent .swiper-button-prev:hover,
.swiper-custom-parent .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-custom-parent .swiper-button-prev.swiper-button-disabled,
.swiper-custom-parent .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-custom-parent .swiper-button-prev {
  left: -22.5px;
  background: url("../images/top/swiper_arrow.svg") center 35% no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .swiper-custom-parent .swiper-button-prev {
    left: -10px;
  }
}
.swiper-custom-parent .swiper-button-prev:hover {
  -webkit-transform: translateX(-5px) scale(-1, 1);
          transform: translateX(-5px) scale(-1, 1);
}
.swiper-custom-parent .swiper-button-next {
  right: -22.5px;
  background: url("../images/top/swiper_arrow.svg") center 35% no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .swiper-custom-parent .swiper-button-next {
    right: -10px;
  }
}
.swiper-custom-parent .swiper-button-next:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

/* ----------------------------------------------------------------------------
　container
---------------------------------------------------------------------------- */
#container #sub {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  #container #sub {
    margin-bottom: 1rem;
  }
}