@charset "UTF-8";
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
  width: 7px;
  height: 7px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #005834;
}

.kv-slide_caption {
  position: absolute;
  right: 10px;
  bottom: 10px !important;
  line-height: 1;
  top: auto !important;
  color: #fff;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .kv-slide_caption {
    font-size: 12px;
    right: auto;
    left: 10px;
    top: 10px !important;
    bottom: auto;
  }
}

.kv-slide {
  aspect-ratio: 1728/715;
}
@media screen and (max-width: 767px) {
  .kv-slide {
    aspect-ratio: 402/370;
  }
}
.kv-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  top: auto !important;
}
.newrelease {
  padding-top: 100px;
}

.newrelease_list {
  margin-top: 50px;
}

.newrelease_item {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .newrelease_item {
    flex-direction: column;
    gap: 20px;
  }
}
.newrelease_item + .newrelease_item {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .newrelease_item + .newrelease_item {
    margin-top: 30px;
  }
}
.newrelease_item.soldout .newrelease_imgWrap {
  position: relative;
}
.newrelease_item.soldout .newrelease_imgWrap::before, .newrelease_item.soldout .newrelease_imgWrap::after {
  position: absolute;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.newrelease_item.soldout .newrelease_imgWrap::before {
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.newrelease_item.soldout .newrelease_imgWrap::after {
  content: "完売御礼";
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .newrelease_item.soldout .newrelease_imgWrap::after {
    font-size: 32px;
  }
}
.newrelease_item.soldout:hover .newrelease_imgWrap::before, .newrelease_item.soldout:hover .newrelease_imgWrap::after {
  opacity: 1;
}

.newrelease_imgWrap {
  width: 48%;
  flex: 1 0 auto;
}
@media screen and (max-width: 767px) {
  .newrelease_imgWrap {
    width: 100%;
  }
}

.newrelease_txtWrap {
  display: flex;
  flex-direction: column;
  width: calc(58% - 50px);
}
@media screen and (max-width: 767px) {
  .newrelease_txtWrap {
    width: 100%;
  }
}

.newrelease_ttl {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .newrelease_ttl {
    font-size: 16px;
  }
}

.newrelease_dlWrap {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .newrelease_dlWrap {
    margin-top: 18px;
  }
}

.newrelease_dl {
  display: flex;
}

.newrelease_dt {
  color: #838383;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding-right: 34px;
  width: 96px;
}
@media screen and (max-width: 767px) {
  .newrelease_dt {
    font-size: 13px;
    width: 82px;
    max-width: 82px;
    flex: 1 0 auto;
  }
}

.newrelease_dd {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .newrelease_dd {
    font-size: 13px;
  }
}

.newrelease_linkWrap {
  display: flex;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .newrelease_linkWrap {
    margin-top: 12px;
  }
}
.newrelease_linkWrap.soldout {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .newrelease_linkWrap.soldout {
    margin-top: 20px;
    font-size: 13px;
  }
}

.newrelease_soldout {
  max-width: 124px;
  width: 100%;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #C8C8C8;
  pointer-events: none;
}

.achive {
  padding-top: 120px;
  padding-bottom: 100px;
}

.tab-list {
  display: flex;
  flex-wrap: wrap;
  color: #005834;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .tab-list {
    margin-top: 30px;
  }
}

.tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005834;
  border: 1px solid #005834;
  width: 20%;
  font-family: "Shippori Mincho B1", serif;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .tab-btn {
    width: 50%;
    border-bottom: none;
    border-left: none;
  }
  .tab-btn:nth-of-type(odd) {
    border-left: 1px solid #005834 !important;
  }
  .tab-btn:nth-of-type(4) {
    border-bottom: 1px solid #005834 !important;
  }
  .tab-btn:nth-of-type(5) {
    border-bottom: 1px solid #005834 !important;
  }
}
.tab-btn.active {
  color: #fff;
  background-color: #005834;
}
.tab-btn + .tab-btn {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .tab-btn + .tab-btn:nth-of-child(even) {
    border-left: none;
  }
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.achive_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .achive_list {
    gap: 12px;
  }
}

.achive_item {
  width: calc((100% - 60px) / 3);
  transition: 0.5s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .achive_item {
    width: calc((100% - 12px) / 2);
  }
}
@media screen and (min-width: 1272px) {
  .achive_item:hover .achive_hoverWrap {
    opacity: 1;
  }
}

.achive_hoverWrap {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  aspect-ratio: 1/1;
  opacity: 0;
  transition: 0.5s;
  z-index: 1;
  overflow: hidden;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .achive_hoverWrap {
    opacity: 1;
    background-color: transparent;
    position: static;
    aspect-ratio: auto;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }
}
@media screen and (max-width: 767px) {
  .achive_hoverWrap.is-open {
    max-height: 100dvh;
  }
}

.achive_hoverTtl,
.achive_hoverEn {
  font-size: 14px;
}

.achive_dlWrap {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .achive_dlWrap {
    padding-top: 6px;
  }
}

.achive_dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .achive_dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .achive_dl + .achive_dl {
    margin-top: 3px;
  }
}

.achive_dt,
.achive_dd {
  color: #fff;
  font-size: 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .achive_dt,
  .achive_dd {
    font-size: 10px;
  }
}

.achive_dt {
  width: 64px;
}
@media screen and (max-width: 767px) {
  .achive_dt {
    width: 100%;
    color: #005834;
  }
}

.achive_dd {
  width: calc(100% - 64px);
}
@media screen and (max-width: 767px) {
  .achive_dd {
    color: #333;
    width: 100%;
  }
}

.achive_hoverTtl {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achive_hoverTtl {
    display: none;
  }
}

.achive_hoverEn {
  color: #fff;
  font-size: 11px;
  font-family: "trajan-pro-3", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achive_hoverEn {
    display: none;
  }
}

.achive_ttl {
  font-size: 14px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .achive_ttl {
    font-size: 12px;
  }
}

.achive_txt {
  color: #609d84;
  font-size: 10px;
  font-family: "trajan-pro-3", serif;
}

@media screen and (max-width: 767px) {
  .achive_txtWrap {
    position: relative;
    padding-right: 1em;
  }
  .achive_txtWrap::after {
    transition: 0.5s;
    position: absolute;
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    right: 4px;
    top: 16px;
    transform: translateY(-25%) rotate(135deg);
  }
  .achive_txtWrap.is-open::after {
    transform: translateY(-25%) rotate(-45deg);
  }
}

.more-btn {
  color: #005834;
  font-weight: 400;
  font-size: 14px;
  font-family: "Shippori Mincho B1", serif;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding-right: 28px;
  margin: 50px auto 0;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .more-btn:hover {
    opacity: 0.7;
  }
}
.more-btn::after {
  transition: 0.5s;
  position: absolute;
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #005834;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  right: 4px;
  top: 48%;
  transform: translateY(-50%) rotate(135deg);
}

.bnr_area {
  margin-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .bnr_area {
    padding-bottom: 60px;
    margin-top: 60px;
  }
}

.bnr_capLink {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #005834;
  font-size: 12px;
  color: #005834;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .bnr_capLink:hover {
    opacity: 0.7;
  }
}

.bnr_link {
  display: flex;
  max-width: 300px;
  transition: 0.5s;
}
@media screen and (min-width: 1272px) {
  .bnr_link:hover {
    opacity: 0.7;
  }
}

.bnr_capWrap {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}/*# sourceMappingURL=bunjyou.css.map */