.page-top .pane-contents > .container {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}
.pane-main > * + *,
.block-top-event > * + .block-top-event-title {
    margin-top: clamp(50px, 10vw,130px);
}
/* -----------------------------------------
    MV
----------------------------------------- */
.block-top-body--body {
    overflow: hidden;
    opacity: 0;
    max-height: 80vh;
}
.block-top-body--body.is-active {
    opacity: 1;
    max-height: none;
}
.block-top-body--body .swiper-slide img,
.block-top-body--body .swiper-slide picture {
    width: 100%;
}
.block-top-body--body .mv-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-top-body--body .swiper-pagination {
    position: static;
    margin: 15px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1em;
}
.block-top-body--body .swiper-pagination .swiper-pagination-bullet-active {
    background-color: black;
}
.block-top-body--body .swiper-pagination .swiper-pagination-bullet {border-radius: 0;width: 5px;height: 5px;margin: 0;}
@media (min-width: 769px) {
    .block-top-body--body.no-more-items .swiper-slide {
        width: 100%;
    }
    .block-top-body--body li:not(.swiper-slide):first-child:last-child {
    max-width: calc(100vw * 0.8); margin: auto; }
}
@media (max-width: 768px) {
    .block-top-body--body .mv-inner {
        max-height: 85svh;
    }
}
@media (max-width: 768px) and (max-height: 700px) {
    .block-top-body--body .mv-inner{
        max-height: none;
    }
}
/* -----------------------------------------
    重要なお知らせ
----------------------------------------- */
.block-top-info-text {
    max-width: 100vw;
    overflow: hidden;
    padding: 10px 0;
}
.block-top-info-text .info-text-inner {
    overflow: visible;
}
.block-top-info-text .info-text {
    background: black;
    color: white;
    display: block;
}
.block-top-info-text .info-text-inner::-webkit-scrollbar{
    display: none;
}
.block-top-info-text .info-text {
    text-align: center;
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: clamp(14px , 3vw ,16px);
}
.block-top-info-text .info-text .inner-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    font-weight: bold;
}
.block-top-info-text .info-text.is-news .inner-text{
    padding-left: 90px;
}
.block-top-info-text .info-text.is-news .inner-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: url(../../img/usr/common/ico_news.svg) center / 120% no-repeat;
}
.block-top-info-text .info-text-inner .inner {
    width: 100vw;
    height: auto!important;
    overflow: visible;
    align-items: unset;
}
.block-top-info-text .info-text .inner-text .is-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: left;
}
.block-top-info-text [class*="swiper-button"] { width: 40px;}
.block-top-info-text [class*="swiper-button"]::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 1px solid white;
    border-top: 1px solid white;
    top: 0;
    bottom: 0;
    margin: auto;
}
.block-top-info-text .swiper-button-next {
    right: 0;
}
.block-top-info-text .swiper-button-next::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
}
.block-top-info-text .swiper-button-prev {
    left: 0;
}
.block-top-info-text .swiper-button-prev::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 10px;
}
.block-top-info-text a.info-text .is-text {
    position: relative;
    padding-right: 30px;
}
.block-top-info-text a.info-text .is-text::after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-top: 2px solid white;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media (min-width: 769px) {
    .block-top-info-text .info-text.is-news .inner-text {
        max-width: 60vw;
    }
    .block-top-info-text .info-text {
        padding: 23px 10px;
    }
}
@media (max-width: 768px) {
    .block-top-info-text {
        overflow: hidden;
    }
    .block-top-info-text .swiper-button-next {
        right: 2px;
    }
    .block-top-info-text .swiper-button-prev {
        left: 1px;
    }
    .block-top-info-text .info-text {
        padding: 10px;
    }
    .block-top-info-text .info-text.is-news .inner-text {
        padding-left: 50px;
    }
    .block-top-info-text .info-text.is-news .inner-text::before {
        width: 55px;
        height: 55px;
        left: 19px;
    }
    .block-top-info-text .info-text.is-news .inner-text .is-text {
        width: calc(100% - 40px);
        margin-left: auto;
        margin-right: 15px;
    	-webkit-line-clamp: 2;
    }
}
/* -----------------------------------------
    キーワード
----------------------------------------- */
.block-top-keyword_parent_wrap {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 120px;
}
.block-top-keyword-wrap {
  display: flex;
  overflow: hidden;
  margin: auto;
}
.block-top-keyword-wrap[data-move="true"] a {
  pointer-events: none;
}
.block-top-keyword-wrap .keyword-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  animation: infinity-scroll-left 25s infinite linear 0.5s both;
  min-width: fit-content;
}
.block-top-keyword-wrap[data-move="true"] .keyword-list {
  animation: none;
}
.block-top-keyword-wrap {
    opacity: 0;
    transition: var(--responsive-transition);
}
.block-top-keyword-wrap.active {
    opacity: 1;
}
.block-top-keyword-wrap .keyword-list .item {
  margin: 0 5px;
  white-space: nowrap;
}
.block-top-keyword-wrap:hover .keyword-list {
  animation-play-state: paused;
}
.block-top-keyword-wrap a {
  display: inline-block;
  flex: none;
  position: relative;
  z-index: 0;
  height: 36px;
  margin-left: 1px;
  padding: 0 20px;
  border: 1px solid #505050;
  border-radius: 18px;
  line-height: 33px;
  font-size: 12px;
  transition: .3s;
}
.block-top-keyword-wrap a:hover {
  text-decoration: none;
  background-color: black;
  border: 1px solid black;
  color: #fff;
}
.block-top-keyword-wrap a:focus,
.block-top-keyword-wrap a:focus-visible {
  outline: none;
  border: 1px solid #505050;
}
@media (max-width: 768px){
    .block-top-keyword_parent_wrap {
        margin: 10px 0 20px;
    }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* -----------------------------------------
    イベント
----------------------------------------- */
.block-top-event .block-top-event--goods:not(:last-child) {
    margin-bottom: clamp(50px, 20vw,120px);
  }
/* -----------------------------------------
    コンテンツ
----------------------------------------- */
.block-top-sec-contents:not(:last-child) {
    padding-bottom: 100px;
}
.block-top-sec-contents + .block-top-sec-contents {
    padding-top: 100px;
    border-top: 1px solid #ccc;
}
.sec-top-title {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.sec-top-title .more-btn {
    margin-bottom: 20px;
}
.sec-top-title .cm-sec-title {text-align: justify;max-width: 50%;}
.block-top-sec-contents .sec-contents-inner {
    display: flex;
    gap: 40px 10%;
}
.block-top-sec-contents .sec-contents-inner .img-block {
    width: calc(((100% - 30%) / 4) * 3);
    /* max-width: 560px; */
}
.block-top-sec-contents .sec-contents-inner .detail {
    width: calc(((100% - 30%) / 4) * 3);
    /* max-width: 560px; */
}
.block-top-sec-contents .sec-contents-inner .detail .js-goods-list-wrapper {
    gap: 40px 10%;
}
.block-top-sec-contents .sec-contents-inner .detail .block-top-event--goods > * { margin: 0; }
.block-top-sec-contents .sec-contents-inner .detail .js-enhanced-ecommerce-item {
    display: inline-block;
}
@media (min-width: 769px) {
    .block-top-sec-contents .sec-contents-inner .detail .js-enhanced-ecommerce-item {
        width: calc((100% - 10%) / 2);
    }
    .block-top-sec-contents .sec-contents-inner .detail .js-goods-list-wrapper {
        gap: 40px 9vw;
    }
    .block-top-sec-contents .sec-contents-inner .detail .js-enhanced-ecommerce-item {
        width: calc((100% - 9vw) / 2);
    }
}
@media (max-width: 768px) {
    .block-top-sec-contents + .block-top-sec-contents {
        padding-top: 60px;
        border-top: 1px solid #ccc;
    }
    .block-top-sec-contents .sec-contents-inner {
        flex-direction: column;
    }
    .block-top-sec-contents .sec-contents-inner .img-block {
        max-width: none;
        width: auto;
    }
    .block-top-sec-contents .sec-contents-inner .detail {
        max-width: none;
        width: auto;
        margin-top: 30px;
    }
    .block-top-sec-contents .sec-contents-inner .detail .js-enhanced-ecommerce-item {
        width: calc((100% - 10%) / 2);
    }
    .block-top-sec-contents {
        position: relative;
    }
    .sec-top-title .more-btn {
        font-size: 16px;
        text-align: right;
        margin: 10px 0 30px;
    }
    .block-top-sec-contents:not(:last-child) .more-btn {
        bottom: 50px;
    }
    .block-top-event .block-top-sec-contents .block-top-event--goods > * {
        width: auto;
    }
}
/* -----------------------------------------
    トピック
----------------------------------------- */
.block-top-event-topic {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top-event-topic-slider-wrap {
    position: relative;
    width: 100%;
}
.top-event-topic-slider .slider-item {
    width: 300px;
    height: auto;
    padding: 1em;
    border: 1px solid;
}
.top-event-topic-slider .slider-item a {
    display: block;
    width: 100%;
}
.top-event-topic-slider .slider-item img { width: 100%;}
.top-event-topic-slider .slider-item .is-name {
    margin-top: 1em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
    -webkit-line-clamp: 3;
}
.top-event-topic-slider-wrap [class*="swiper-button-"] {
    position: absolute;
    top: 25px;
    left: auto;
    display: block;
    width: 50px;
    height: auto;
    aspect-ratio: 1;
    background-color: white;
    border-radius: 100%;
    border: 1px solid #CCCCCC;
    transition: var(--responsive-transition);
}
.top-event-topic-slider-wrap [class*="swiper-button-"]::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-event-topic-slider-wrap [class*="swiper-button-"]::after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid black;
    border-top: 2px solid black;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-event-topic-slider-wrap .swiper-button-prev {
    right: calc(70px + clamp(10px, 2vw, 30px));
}
.top-event-topic-slider-wrap .swiper-button-prev::after {
    left: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.top-event-topic-slider-wrap .swiper-button-next {
    right: clamp(10px, 2vw, 30px);
}
.top-event-topic-slider-wrap .swiper-button-next::after {
    right: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.top-event-topic-slider-wrap [class*="swiper-button-"]:hover {
  border-color: black;
}

@media screen and (max-width: 1599px) and (min-width: 769px) {
    .top-event-topic-slider-wrap .swiper-button-prev {
        right: 110px;
    }
    .top-event-topic-slider-wrap .swiper-button-next {
        right: 40px;
    }
}
@media (min-width: 770px) {
    .top-event-topic-slider {
        display: flex;
        flex-direction: row;
        margin-left: auto;
    }
    .top-event-topic-slider .slider-item +  .slider-item {
        border-left: 0;
    }
    .top-event-topic-slider.swiper-wrapper {
        padding-top: 70px;
    }
    .top-event-topic-slider:not(.swiper-wrapper) .slider-item {
        width: calc(100% / 4);
    }
}
@media (max-width: 769px) {
    .top-event-topic-slider-wrap {padding-top: 0; overflow: visible;}
    .block-top-event-topic .block-top-topic--header { position: static;}
    .top-event-topic-slider-wrap [class*="swiper-button-"] { display: none; }
    .top-event-topic-slider {
        display: flex;
        flex-wrap: wrap;
        width: auto;
        height: auto;
    }
    .top-event-topic-slider .slider-item {
        width: calc(100% / 2);
        height: auto;
    }
    .top-event-topic-slider .slider-item:nth-child(n + 5) {
        display: none;
    }
    .top-event-topic-slider .slider-item:nth-child(2n) {
        border-left: 0;
    }
    .top-event-topic-slider .slider-item:nth-child(n + 3) {
        border-top: 0;
    }
    .block-top-event-topic.is-show .top-event-topic-slider .slider-item:nth-child(n + 5) {
        display: block;
    }
    .block-top-event-topic.is-show .topic-more-btn .inner::before {
        transform: rotate(-35deg);
    }
    .block-top-event-topic.is-show .topic-more-btn .inner::after {
        transform: rotate(35deg);
    }
}
/* -----------------------------------------
    ニュース
----------------------------------------- */
.block-top-topic--next-page {
    display: none;
}

@media (min-width: 769px) {
    .block-top-topic--body {
        display: flex;
        flex-wrap: wrap;
      gap: 30px 5%;
    }
    .block-top-topic--header-wrap {
        width: 15%;
        margin-left: 30px;
    }
    .block-top-topic--body .block-topic--items {
        width: 60%;
    }
    .block-top-topic--body .more-btn {
        margin-top: auto;
        margin-left: auto;
        margin-right: 30px;
    }
}
@media (max-width: 768px) {
    .block-top-topic {
        margin-left: 10px;
        margin-right: 10px;
    }
    .block-top-topic--body {
        position: relative;
        padding-bottom: 50px;
    }
    .block-top-topic--body .more-btn {
        position: absolute;
        top: 20px;
        right: 0;
    }
}
/* -----------------------------------------
    カテゴリ / ジャンル
----------------------------------------- */
.block-category-tree .js-category-style-g-navi,
.block-genre-tree .js-genre-style-navi {
    border-top: 1px solid var(--responsive-sys-border-color-gray-primary);
    border-bottom: 1px solid var(--responsive-sys-border-color-gray-primary);
    padding-top: 2em;
    padding-bottom: 2em;

}
[class*="block-category-style-g--items-"],
[class*="block-genre-style--items-"] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
    gap: 30px;
}
.block-category-style-g--item .block-category-style-g--body,
.block-genre-style--item .block-genre-style--body {
    display: flex;
    flex-direction: column;
    /* height: -webkit-fill-available; */
    justify-content: center;
    align-items: center;
    padding: 5px 15px 15px 15px;
}
.block-category-style-g--item img,
.block-genre-style--item img {
    transition: var(--responsive-transition);
}
.block-category-style-g--item a:hover img,
.block-genre-style--item a:hover img {
    transform: scale(1.1);
}
.block-genre-style--item-container {
    height: 100%;
}
.block-category-style-g--item .block-category-style-g--expand-icon {
    display: none;
}
.block-category-style-g--image + .block-category-style-g--name,
.block-genre-style--item .block-genre-style--image + .block-genre-style--name {
    text-align: center;
}
.block-genre-style--item .block-genre-style--image + .block-genre-style--name {
    margin: auto;
    font-size: 16px;
}
.block-genre-style--item .block-genre-style--name {
    display: inline-block;
    padding: 0;
    text-decoration: none;
    font-size: 30px;
}
.block-category-style-g--image .img-center {
    vertical-align: middle;
    margin-bottom: 0;
    aspect-ratio: 1;
    margin-left: auto;
    /* max-width: 100px; */
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.block-genre-style--image {
    vertical-align: middle;
    margin-bottom: 0;
    aspect-ratio: 1;
    width: 85%;
    margin-left: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
[class*="block-category-style-g--items-"] .block-category-style-g--item,
[class*="block-genre-style--items-"] .block-genre-style--item {
    height: auto;
}
[class*="block-category-style-g--items-"] .block-category-style-g--item .block-category-style-g--item-container {
    display: block;
    /* height: -webkit-fill-available; */
}
/* VIEW MORE */
.block-top-event-topic .topic-more-btn {
    order: 99;
    width: 100%;
    margin-top: 18px;
    text-align: center;
}
.block-top-event-topic .topic-more-btn .inner {
    padding: 0;
    display: block;
    padding-bottom: 25px;
    cursor: pointer;
}
.block-top-event-topic .topic-more-btn .inner::before ,
.block-top-event-topic .topic-more-btn .inner::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background: black;
    bottom: 0;
    margin: auto;
}
.block-top-event-topic .topic-more-btn .inner::before {
    transform: rotate(35deg);
    right: 0;
    left: 4px;
}
.block-top-event-topic .topic-more-btn .inner::after {
    transform: rotate(-35deg);
    right: 10px;
    left: 0;
}
@media (min-width: 769px) {
    .block-category-tree + .block-genre-tree,
    .block-genre-tree + .block-genre-tree,
    .block-genre-tree + .block-category-tree {
        padding-top: clamp(50px, 10vw,130px);
    }
}
@media (max-width: 768px) { 
    .block-category-tree + .block-genre-tree,
    .block-genre-tree + .block-genre-tree,
    .block-genre-tree + .block-category-tree {
        padding-top: clamp(50px, 10vw,130px);
    }
    .block-category-tree .block_of_category_inner,
    .block-genre-tree .block_of_genre_inner {
        display: block;
    }
    .block-category-tree .block-category-style-g,
    .block-genre-tree .block-genre-style {
        margin-left: 0;
        width: auto;
    }
    [class*="block-category-style-g--items-"],
    [class*="block-genre-style--items-"] {
        grid-template-columns: repeat(auto-fill, minmax(calc((100% - 3px) / 2), 1fr));
        gap: 3px;
    }
    .block-category-style-g--item .block-category-style-g--body,
    .block-genre-style--item .block-genre-style--body {
        padding: 0.5em;
    }
    .block-genre-style--item .block-genre-style--name {
        font-size: 20px;
    }
}
.block-recent-item.reco-history-wrap { margin-top: 0; }
