.pane-left-menu,
h1.block-genre-page--header,
h2.block-genre-awoo-tags--title,
.block-genre-awoo-tags,
.pane-topic-path {
    display: none !important;
}
.pane-contents {
    padding-top: 0 !important;
}
.pane-main {
    width: 1200px;
    margin: 0 auto;
}
/* MV */
.tetsudo_mv {
    margin: 0 auto 73px;
    background-color: #EAF2F4;
    padding-bottom: 32px;
}
.tetsudo_mv .tetsudo__nav {
    width: 959px;
    margin: 0 auto;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 21px;
    margin: 0 auto 24px;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li {
    width: 224px;
    height: 80px;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 16.3px 0 12px;
    box-sizing: border-box;
    box-shadow:0 3px 0px #348B9E;
    background:linear-gradient(180deg, #3E86BD 0%, #3EA6BD 100%);
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a:hover {
    text-decoration: unset;
    opacity: 0.8;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a .anchor-btn__icon {
    width: 40px;
    height: 40px;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a .anchor-btn__icon img {
    width: 100%;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a .anchor-btn__label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #FFF;
    margin-left: 12px;
}
.tetsudo_mv .tetsudo__nav .tetsudo__nav-list li a .anchor-btn__arrow {
    width: 8px;
    height: 8px;
    box-sizing: border-box;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
    margin-left: auto;
}
.tetsudo_mv .tetsudo__nav p.tetsudo__all {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.tetsudo_mv .tetsudo__nav p.tetsudo__all a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-decoration: underline;
    color: #0068B7;
    text-align: center;
}
/* //MV */

/* 特集 */
.tetsudo_topics.tetsudo_topics_new {
    margin: 0 auto 80px;
}
.tetsudo_topics.tetsudo_topics_past {
    margin: 0 auto 120px;
}
.tetsudo_topics h2 {
    font-family: 'Noto Serif JP', "serif";
    text-align: center;
    margin: 0 auto 40px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.tetsudo_topics .block_inner {
    width: 1064px;
    margin: 0 auto;
    position: relative;
}
.tetsudo_topics .topics_con {
    width: 960px;
    margin: 0 auto;
}
.tetsudo_topics.tetsudo_topics_new .topics_slider .swiper-slide {
    width: 293px !important;
    height: 293px;
}
.tetsudo_topics.tetsudo_topics_past .topics_slider .swiper-slide {
    width: 210px !important;
    height: 210px;
}
.tetsudo_topics .topics_slider .swiper-slide {
    transition: opacity 0.3s;
}
.tetsudo_topics .topics_slider .swiper-slide:hover {
    opacity: 0.7;
}
.tetsudo_topics .topics_slider .swiper-slide a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tetsudo_topics .topics_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 72px;
    background-color: #FFF;
    border: 1px solid #CBD1D6;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
}
.tetsudo_topics .topics_arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 1px solid #7E8184;
    border-right: 1px solid #7E8184;
}
.tetsudo_topics .topics_arrow.topics_arrow-prev {
    left: 0;
}
.tetsudo_topics .topics_arrow.topics_arrow-prev::after {
    transform: rotate(-135deg);
    margin-left: -2px;
}
.tetsudo_topics .topics_arrow.topics_arrow-next {
    right: 0;
}
.tetsudo_topics .topics_arrow.topics_arrow-next::after {
    transform: rotate(45deg);
    margin-left: -7px;
}
/* //特集 */

/* ランキング */
.tetsudo_ranking {
    margin: 0 auto 80px;
}
.tetsudo_ranking .ranking_inner h2 {
    font-family: 'Noto Serif JP', "serif";
    text-align: center;
    margin: 0 auto 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
}
.tetsudo_ranking .ranking_tab {
    width: 790px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    gap: 10px;
}
.tetsudo_ranking .ranking_tab li.tab_block {
    width: 190px;
    height: 40px;
    border: 1px solid #3E86BD;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3E86BD;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.tetsudo_ranking .ranking_tab li.tab_block.selected_ {
    background: linear-gradient(180deg, #3E86BD 0%, #3EA6BD 100%);
    border: 0;
    color: #FFF;
}
.tetsudo_ranking .ranking_tab li.tab_block:hover {
    background: linear-gradient(180deg, #3E86BD 0%, #3EA6BD 100%);
    border: 0;
    color: #FFF;
}
.tetsudo_ranking .block_inner {
    width: 1064px;
    margin: 0 auto;
    position: relative;
}
.tetsudo_ranking .ranking_con {
    width: 960px;
    margin: 0 auto;
    display: none;
}
.tetsudo_ranking .ranking_con.selected_ {
    display: block;
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide {
    width: 210px !important;
    height: auto !important;
    position: relative;
    counter-increment: rank;
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide::before {
    content: counter(rank);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    min-width: 43px;
    height: 43px;
    padding: 2px 0 0 9px;
    box-sizing: border-box;
    background: linear-gradient(to top left, transparent 50%, #6A6E71 50%);
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide:nth-child(1)::before {
    background: linear-gradient(to top left, transparent 50%, #ADA142 50%);
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide:nth-child(2)::before {
    background: linear-gradient(to top left, transparent 50%, #D2D5D8 50%);
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide:nth-child(3)::before {
    background: linear-gradient(to top left, transparent 50%, #C66047 50%);
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide dl.block-thumbnail-t--goods {
    width: 210px !important;
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide dl.block-thumbnail-t--goods .block-thumbnail-t--goods-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tetsudo_ranking .ranking_con .ranking_con_slider .swiper-slide dl.block-thumbnail-t--goods a figure {
    width: 210px !important;
    height: 210px !important;
}
.tetsudo_ranking .ranking_con .block-thumbnail-t--goods-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 34px;
}
.tetsudo_ranking .ranking_con .block-thumbnail-t--gift,
.tetsudo_ranking .ranking_con .block-thumbnail-t--remain-goods-stock,
.tetsudo_ranking .ranking_con .block-thumbnail-t--supplier,
.tetsudo_ranking .ranking_con .block-thumbnail-t--comment {
    display: none !important;
}
.tetsudo_ranking .ranking_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 72px;
    background-color: #FFF;
    border: 1px solid #CBD1D6;
    border-radius: 3px;
    padding: 0;
    margin: 0;
    z-index: 10;
    font-size: 0;
    cursor: pointer;
}
.tetsudo_ranking .ranking_arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border-top: 1px solid #7E8184;
    border-right: 1px solid #7E8184;
}
.tetsudo_ranking .ranking_arrow.ranking_arrow-prev {
    left: 0;
}
.tetsudo_ranking .ranking_arrow.ranking_arrow-prev::after {
    transform: rotate(-135deg);
    margin-left: -2px;
}
.tetsudo_ranking .ranking_arrow.ranking_arrow-next {
    right: 0;
}
.tetsudo_ranking .ranking_arrow.ranking_arrow-next::after {
    transform: rotate(45deg);
    margin-left: -7px;
}
/* //ランキング */

.block-goods-list--sort-order-items {
    width: 1000px !important;
    margin: 0 auto;
}
.block-goods-list--pager-top.block-goods-list--pager.pager {
    width: 1000px;
    margin: 10px auto;
}
ul.block-thumbnail-t {
    width: 1000px;
    margin: 0 auto;
}
ul.block-thumbnail-t li {
    width: 960px;
    margin: 0 auto 32px;
}

.block-genre-page--goods {
    display: none !important;
}

.swiper-button-disabled {
    display: none !important;
}