﻿@charset "UTF-8";

/* ----トップページ本文---- */
#top-slider-warp {
    width: 100%;
}

#top-slider-warp li img {
    vertical-align: top;
    width: 100vw;
    aspect-ratio: auto;
}

#top-slider-warp .swiper-pagination-bullets {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    margin: auto;
}

#top-slider-warp span.swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 14px 0 0;
    font-size: 0;
    background: none;
}

#top-slider-warp span.swiper-pagination-bullet:last-of-type {
    margin-right: 0;
}

#top-slider-warp span.swiper-pagination-bullet::before {
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    border-radius: 10px;
    content: "";
}

#top-slider-warp span.swiper-pagination-bullet-active::before {
    background: #0054A6;
}

.swiper-slide-active.swiper-slide-lazy {
    height: auto;
}

.swiper-slide-lazy {
    height: 0;
}

.block-top-body-topic {
    padding: 13px 10px;
    background-color: #FFECEA;
}

.block-top-body-topic dt {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.block-top-body-topic dt span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 23px;
    margin-right: 8px;
    border: 1px solid #182028;
}

/* ----トップページ---- */
.block-top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.333;
    color: #0054A6;
    background: none;
}

.block-top-title::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0054A6;
    margin-top: 10px;
}

.block-top-more a {
    display: block;
    width: 68vw;
    margin: 0 auto;
    padding: 10px 5px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
    background: #fff;
}

.block-top-topic--body {
    padding: 0;
}

.block-top-topic--header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 0 30px;
    padding: 0;
    border: 0;
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.333;
    color: #0054A6;
    background: none;
}

.block-top-topic--header::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: #0054A6;
    margin-top: 10px;
}

ul.block-topic--items {
    margin-bottom: 30px;
}

ul.block-topic--items>li {
    border-bottom: 1px solid #E0E0E0;
}

ul.block-topic--items .block-icon-image--table {
    padding: 17px 16px 16px 12px;
}

.page-top ul.block-topic--items>li .block-icon-image--table-cell {
    display: block;
    width: 95%;
}

.page-top ul.block-topic--items>li dt,
.page-brandtop ul.block-topic--items>li dt,
.page-category ul.block-topic--items>li dt {
    width: 100%;
    font-size: 12px;
    margin: 0 0 8px;
}

.page-top ul.block-topic--items>li dd,
.page-brandtop ul.block-topic--items>li dd,
.page-category ul.block-topic--items>li dd {
    width: 100%;
    display: flex;
    align-items: center;
}

.page-top ul.block-topic--items>li dt {
    font-size: 13px;
    font-weight: bold;
}

.block-top-topic--icon {
    margin-left: 15px;
    color: #EA4B5D;
    font-size: 14px;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul.block-topic--items>li dd .block-top-topic--icon-image img {
    width: auto;
    max-width: none;
    height: 100%;
}

.block-top-topic--comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 95%;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-topic--items .block-icon-image--table-cell-angle-right {
    width: 5%;
    height: 15px;
    padding-left: 0;
}

.block-topic--items .block-icon-image--angle-right:after {
    margin: 0;
}

.block-topic--items .block-icon-image-double-small {
    width: 30px;
    text-align: center;
    padding-top: 0;
}

.block-top-topic--next-page {
    padding: 0;
}

.block-top-topic--next-page a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 42px;
    margin: 0 auto;
    border: 1px solid #0054A6;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #0054A6;
    background: #fff;
}

.block-top-event {
    padding: 0 0 40px;
}

.block-top-event--header {
    margin: 0 0 24px;
    padding: 40px 0 0;
    border: 0;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    background: none;
}

/* 書籍一覧 */
.block-book-list-wrap {
    padding-bottom: 34px;
}

.block-book-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
}

.block-book-list-item {
    width: calc(50% - 6px);
    margin-bottom: 16px;
    border: 1px solid #E2E2E2;
}

.block-book-list-item:nth-of-type(odd) {
    margin-right: 12px;
}

.block-book-list-item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 54px;
    background-color: #E2F3FF;
    font-size: 12px;
}

.TelecommunicationConstructionManagement_50 dt {
    font-size: 13px;
}

.block-book-list-item dt img {
    width: 22px;
    height: 22px;
}

.block-book-list-item dd {
    padding: 14px 16px 16px;
}

.block-book-list-item dd img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
}

.block-book-list-item-link {
    margin-top: 16px;
}

.block-book-list-item-link li {
    width: 100%;
    height: 36px;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    margin-bottom: 6px;
    font-size: 12px;
}

.block-book-list-item-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.block-book-list-item-link span {
    font-size: 17px;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block-book-list-item-link li:last-of-type {
    margin-bottom: 0;
}

.block-book-list-item-link li:nth-of-type(-n+2) {
    background-color: #FBFFD5;
}

.block-book-list-item-link li:nth-last-of-type(-n+2) {
    background-color: #FDE2C9;
}

.block-book-list-item-link li:nth-of-type(-n+2).block-book-list-item-link-exception {
    background-color: #FBFFD5;
}

/* ----トップページ予備テンプレート1---- */
.block-top-cic {
    background: url(../../img/usr/top/cic_bg_sb.png) center / cover no-repeat;
}

.block-top-cic-inner {
    padding: 30px 12px 46px;
}

.block-top-cic-title {
    border: none;
    text-align: center;
    margin: 26px 0 30px;
    padding: 0;
}

.block-top-cic-title span {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.75;
}

.block-top-cic-title span {
    border-bottom: 6px solid #FFCE00;
}

.block-top-cic-text+.block-top-cic-text {
    margin-top: 26px;
}

.block-top-support-course {
    margin: 60px 0 56px;
    padding: 0 12px;
}

.block-top-support-course-title {
    font-size: 20px;
    border: none;
    text-align: center;
    margin: 30px 0;
}

.block-top-support-course-title span {
    background: linear-gradient(transparent 80%, #FFCE00 80%);
    padding-bottom: 7px;
    line-height: 1.75;
}

.block-top-subjects-list {
    margin: 0 12px 50px;
    padding: 25px 30px;
    background-color: #F5F5F5;
}

.block-top-subjects-list .block-top-title {
    margin-bottom: 24px;
}

.block-top-subjects--list-items {
    display: flex;
    flex-wrap: wrap;
}

.block-top-subjects--list-items li {
    width: calc(50% - 17px);
    margin-bottom: 18px;
    font-size: 12px;
}

.block-top-subjects--list-items li:nth-child(odd) {
    margin-right: 34px;
}

.block-top-subjects--list-items li:last-child {
    margin-bottom: 0;
}

/* ----トップページ予備テンプレート2---- */
/* ----ヘッダー---- */
.block-header-info-frame {
    padding: 11px 5px;
    background: #f8e5de;
}

.block-header-info-frame .block-header-info {
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #4e2110;
}

.block-header-nav {
    width: 100%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-header-nav #header_menu {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../../img/usr/common/headernav_menu.png) left center / 24px auto no-repeat;
}

.block-header-nav #header_menu span {
    font-size: 0;
}

.block-header-nav #header_menu.active span {
    display: none;
}

.block-headernav--item-list {
    display: flex;
    align-items: center;
}

.block-header-nav .block-headernav--item-list {
    margin-right: auto;
}

.block-header-nav .block-headernav--item-list.right-list {
    margin-left: auto;
    margin-right: 0;
}

.block-header-nav .block-headernav--item-list>li {
    width: inherit;
    height: inherit;
}

.menu_inner .block-headernav--item-list {
    padding: 0 38px;
    justify-content: space-between;
}

.menu_inner .block-headernav--item-list li {
    width: 60px;
    height: 53px;
}

.menu_inner .block-headernav--item-list a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.menu_inner .block-headernav--item-cart a {
    background: url(../../img/usr/common/ico_cart_b_sp.png) top center / 36px auto no-repeat;
}

.block-headernav--item-login a {
    background: url(../../img/usr/common/ico_login.png) top center / 32px auto no-repeat;
    font-size: 12px;
}

.block-headernav--item-mypage a {
    background: url(../../img/usr/common/ico_mypage.png) top center / 32px auto no-repeat;
    font-size: 12px;
}

.menu_inner .block-headernav--item-boookmark a {
    display: block;
    background: url(../../img/usr/common/ico_bookmark.png) top center / 36px auto no-repeat;
    font-size: 0;
}

.block-header-logo {
    width: 120px;
    margin: auto;
    padding: 0;
    vertical-align: top;
}

.page-login .block-header-logo, .page-cart .block-header-logo, .page-method .block-header-logo, .page-estimate .block-header-logo, .page-order .block-header-logo {
    margin: auto 0px;
}

.menu_inner .block-header-logo {
    width: 100%;
    background-color: #fff;
}

.menu_inner .block-header-logo--link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0 30px;
}

.menu_inner .block-header-logo--link img {
    width: 120px;
    flex-shrink: 0;
}

.block-header-nav .block-headernav--item-list>li.block-headernav--item-login a,
.block-header-nav .block-headernav--item-list>li.block-headernav--item-mypage a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../../img/usr/common/ico_mypage_sp.png) center center / 24px auto no-repeat;
}

.block-header-nav .block-headernav--item-list>li.block-headernav--item-cart a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 11px;
    background: #0054A6 url(../../img/usr/common/ico_cart_sp.png) top 4px center / 28px auto no-repeat;
}

.block-headernav--item-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.menu_inner .block-headernav--item-text {
    color: #353737;
    font-size: 12px;
    bottom: 0;
    text-align: center;
}

.block-header-nav .block-headernav--item-list>li.block-headernav--item-cart .block-headernav--cart-count,
.menu_inner .block-headernav--cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #EA4B5D;
}

.block-header-menu-list--user {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 5vw;
}

.block-header-menu-list--user>a {
    display: block;
    width: 44vw;
    padding: 10px 5px;
    margin: 0;
    border: 1px solid #707070;
    text-align: center;
    font-size: 14px;
}

.block-header-menu-list--user>a:nth-of-type(2n) {
    margin-left: 2vw;
}

/* 検索窓 */
.block-global-search {
    position: relative;
    margin: auto 10px;
}

.block-global-search::after {
    content: '';
    display: block;
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.block-global-search.active::after {
    display: none;
}

.block-global-search-wrap {
    display: flex;
}

.block-global-search--keyword[type="text"][disabled] {
    background: #fff url(../../img/usr/common/Icon_feather_search.png) center left 20px / 16px no-repeat;
    padding-left: 78px;
    opacity: 1;
    color: #B2B2B2;
}

.block-global-search--keyword[type="text"] {
    width: calc(100% - 80px);
    height: 38px;
    padding-left: 78px;
    background: #fff url(../../img/usr/common/Icon_feather_search.png) center left 20px / 16px no-repeat;
    border-color: #0054A6;
    color: black;
}

.block-global-search--submit {
    width: 80px;
    height: 38px;
    background-color: #0054A6;
    border-color: #0054A6;
    color: #fff;
}

.block-global-search--submit[disabled] {
    opacity: 1;
}

/* 検索モーダル */
.block-header-search--link-wrap {
    width: calc(50% - 7.5px);
}

.block-header-search--book-list {
    width: 100%;
    margin-bottom: 12px;
}

.block-header-search--book-list:last-of-type {
    margin-bottom: 0;
}

.block-header-search--book-list dt {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #E2F3FF;
    padding-left: 10px;
    padding-right: 35px;
}

.block-header-search--book-list dt::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 2px solid #0054A6;
    border-right: 2px solid #0054A6;
    border-radius: 2px;
    transform: rotate(135deg);
    font-size: 0;
    z-index: 1;
    background: none;
}

.block-header-search--book-list dt.active::after {
    transform: rotate(-45deg);
}

.block-header-search--book-list dd {
    display: none;
    border: 1px solid #E2E2E2;
    border-top: none;
    box-sizing: border-box;
    width: calc(100% - 1px);
}

.block-header-search--book-list dd:has(.block-header-search--book-list-link) {
    padding: 16px 0;
}

.block-header-search--book-list img {
    width: 20px;
    margin-right: 8px;
}

.block-header-search--book-list table {
    border-collapse: separate;
    border-spacing: 8px;
    width: 100%;
}

.block-header-search--book-list table+table {
    margin-top: -8px;
}

.block-header-search--book-list tbody {
    padding: 10px 8px;
}

.block-header-search--book-list td[rowspan="2"] {
    width: 40%;
    font-size: 13px;
}

.block-header-search--book-list td[rowspan="2"] span {
    font-size: 16px;
}

.block-header-search--book-list td {
    width: 60%;
    background-color: #F7FCCD;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ddd;
}

.block-header-search--book-list td.color-orange {
    background-color: #FDE2C9;
}

.block-header-search--book-list td a {
    display: block;
    width: 100%;
    padding: 10px 12px;
}

.block-header-search--book-list table+table td {
    background-color: #FDE2C9;
}

.block-header-search--book-list-link {
    width: 120px;
    height: 32px;
    margin: 0 auto;
}

.block-header-search--book-list-link+.block-header-search--book-list-link {
    margin-top: 8px;
}

.block-header-search--book-list-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #FDE2C9;
    border: 1px solid #ddd;
}

#search_view .search_inner .block-header-search--link.hidden-fb {
    display: flex;
    justify-content: space-between;
    padding: 70px 15px 32px;
    background-color: #fff;
}

.page-top #search_view .search_inner .block-header-search--link.hidden-fb {
    padding-top: 80px;
}

#search_view .search_inner .block-header-search--close {
    background: #fff;
    padding-bottom: 22px;
}

#search_view .search_inner .block-header-search--close button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62.666%;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #0054A6;
    border: none;
    background: #fff;
}

#search_view .search_inner .block-header-search--close button span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 0;
    margin-right: 20px;
}

#search_view .search_inner .block-header-search--close button span::before,
#search_view .search_inner .block-header-search--close button span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.5px;
    height: 30px;
    background-color: #0054A6;
    border-radius: 1.25px;
}

#search_view .search_inner .block-header-search--close button span::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

#search_view .search_inner .block-header-search--close button span::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* ハンバーガーメニュー */
.block-header-sub-menu-book-list {
    margin: 32.3px 0 10px;
    padding: 0 20px;
}

.block-header-sub-menu-book-item {
    position: relative;
    border-top: solid 1px #ddd;
    width: 100%;
    min-height: 45px;
}

.block-header-sub-menu-book-item:has(.active)+.block-header-sub-menu-book-item {
    border: none;
}

.block-header-sub-menu-book-item a[target="_blank"]::after {
    content: "";
    display: block;
    width: 10px;
    height: 8.73px;
    background: url(../../img/usr/common/icon_target_blank.png) center / 10px auto no-repeat;
    margin-left: 8px;
}

.block-header-sub-menu-book-list li a,
.block-header-sub-menu-book-list li span {
    display: flex;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 14px;
}

.block-header-sub-menu-book-list li span::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 2px solid #0054A6;
    border-right: 2px solid #0054A6;
    border-radius: 2px;
    transform: rotate(135deg);
    font-size: 0;
    z-index: 1;
    background: none;
}

.block-header-sub-menu-book-list li img {
    width: 24px;
    margin-right: 12px;
}

.block-header-sub-menu-book-sub-list {
    display: none;
    background-color: #E2F3FF;
    padding: 0 20px;
    margin: 0 -20px;
}

.block-header-sub-menu-book-sub-list li+li {
    border-top: 1px solid #ddd;
}

.block-header-sub-menu-book-sub-list a {
    position: relative;
}

.block-header-sub-menu-book-sub-list a::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 10px;
    height: 10px;
    border: 0;
    border-top: 2px solid #0054A6;
    border-right: 2px solid #0054A6;
    border-radius: 2px;
    transform: rotate(45deg);
    font-size: 0;
    z-index: 1;
    background: none;
}

.block-header-sub-menu-book-item .block-header-sub-menu-book-sub-list img {
    margin-right: 20px;
}

.block-header-sub-menu-book-list .block-header-sub-menu-book-item .amazon-banner img {
    width: 145px;
}

/* ----ヘッドライン---- */
.block-head-line {
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    background-color: #0154A6;
}

.head-line-text {
    color: #fff;
    font-weight: bold;
    line-height: 1em;
}

.price-off {
    color: #FFD500;
}

.price-off-discount-rate {
    font-size: 18px;
}

/* ----ロゴ横の見出し---- */
.block-header-caption {
    margin: auto;
}

.block-header-caption .block-header-caption-text {
    display: flex;
    font-weight: bold;
    font-size: 14px;
}

/* ----フッター---- */
.pane-footer {
    padding: 30px 10px 30px;
    background: #1d55a8;
}

.pane-footer a {
    color: #111;
}

.pane-footer.pane-order-header {
    background: #fdeeee;
}

body.page-login .pane-footer {
    background-color: #fdeeee;
}

body.page-bookmark .pane-footer {
    background-color: #fdeeee;
}

body.page-guestbookmark .pane-footer {
    background-color: #fdeeee;
}

body.page-menu .pane-footer {
    background-color: #fdeeee;
}

body.page-logout .pane-footer {
    background-color: #fdeeee;
}

body.page-mailchange .pane-footer {
    background-color: #fdeeee;
}

body.page-customer .pane-footer {
    background-color: #fdeeee;
}

body.page-history .pane-footer {
    background-color: #fdeeee;
}

body.page-historydetail .pane-footer {
    background-color: #fdeeee;
}

body.page-passchange .pane-footer {
    background-color: #fdeeee;
}

body.page-cardedit .pane-footer {
    background-color: #fdeeee;
}

body.page-withdrawal .pane-footer {
    background-color: #fdeeee;
}

body.page-backorder .pane-footer {
    background-color: #fdeeee;
}

@media screen and (max-width: 932px) {
    .pane-footer.pane-order-header {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.block-footernav-top ul.block-footernav--item-list>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.block-footernav-top ul.block-footernav--item-list>li+li {
    margin-top: 14px;
}

.block-footernav-top ul.block-footernav--item-list>li a,
.block-footernav-top ul.block-footernav--item-list>li span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #fff;
    padding: 0 0 16px 19px;
}

.block-footernav-top ul.block-footernav--item-list>li span {
    position: relative;
}

.block-footernav-top ul.block-footernav--item-list>li span::after {
    content: '';
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(135deg);
    font-size: 0;
    z-index: 1;
    background: none;
}

.block-footernav--item-list-sub {
    display: none;
}

.block-footernav-top ul.block-footernav--item-list .block-footernav--item-list-sub a {
    position: relative;
    padding-left: 38px;
}

.block-footernav--item-list-sub a::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 19px;
    width: 8.75px;
    height: 8.75px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 2px;
    transform: rotate(45deg);
    font-size: 0;
    z-index: 1;
    background: none;
}

.block-footernav {
    margin-top: 30px;
}

.block-footernav ul.block-footernav--item-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-footernav ul.block-footernav--item-list>li+li {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.block-footernav ul.block-footernav--item-list>li+li a {
    padding-left: 8px;
}

.block-footernav ul.block-footernav--item-list>li a {
    font-size: 11px;
    padding-right: 8px;
    color: #fff;
}

.block-footernav ul.block-footernav--item-list>li:last-child a {
    padding-right: 0;
}

ul.block-footer-sns--list {
    display: flex;
    margin: 0 0 16px;
}

ul.block-footer-sns--list>li {
    margin-right: 20px;
}

ul.block-footer-sns--list>li.instagram img {
    width: 100%;
}

ul.block-footer-sns--list>li.line img {
    width: 100%;
}

ul.block-footer-sns--list>li.facebook img {
    width: 100%;
}

ul.block-footer-sns--list>li.twitter img {
    width: 100%;
}

ul.block-footer-sns--list>li:last-of-type {
    margin-right: 0;
}

.block-footer-sns--logo {
    text-align: center;
    margin: 50px 0 43px;
}

.block-footer-sns--logo img {
    width: 153.88px;
}

/* ----ページトップに戻る---- */
.block-page-top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(245, 245, 245, 0.9) url(../../img/usr/common/top_arrow.png) center / 17.72px auto no-repeat;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
    z-index: 2;
}

.page-method .block-page-top {
    position: fixed;
    top: auto;
    bottom: 74px;
    right: 26px;
    display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */
.block-switcher {
    display: flex;
    width: 84px;
    margin: 0;
    padding: 3px;
    border-radius: 2px;
    background: rgba(34, 34, 34, 0.1);
}

.block-switcher .block-switcher-container {
    width: 38px;
    margin-right: 2px;
}

.block-switcher .block-switcher-container+.block-switcher-container {
    margin-right: 0;
}

.block-switcher .block-switcher-container .block-switcher--current {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    background: #fff;
}

.block-switcher .block-switcher-container .block-switcher--current::before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 3px;
    background: url(../../img/usr/common/ico_sp.png) center center / 14px auto no-repeat;
    content: "";
}

.block-switcher .block-switcher-container .block-switcher--switch {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 4px 0;
    text-align: center;
    font-size: 10px;
    line-height: 1.5;
    opacity: 0.3;
}

.block-switcher .block-switcher-container .block-switcher--switch::before {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 0 3px;
    background: url(../../img/usr/common/ico_pc.png) center center / 24px auto no-repeat;
    content: "";
}

.block-switcher .block-switcher-container .block-icon-image-small {
    display: none;
}

.block-switcher .block-switcher-container .block-icon-image-switcher {
    display: none;
}

/* ----Copyright---- */
.block-copyright {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
}

body.page-login .block-copyright {
    color: #000;
}

body.page-bookmark .block-copyright {
    color: #000;
}

body.page-guestbookmark .block-copyright {
    color: #000;
}

body.page-menu .block-copyright {
    color: #000;
}

.pane-order-header .block-copyright {
    color: #000;
}

.page-logout .block-copyright {
    color: #000;
}

.page-mailchange .block-copyright {
    color: #000;
}

body.page-history .block-copyright {
    color: #000;
}

body.page-historydetail .block-copyright {
    color: #000;
}

body.page-passchange .block-copyright {
    color: #000;
}

body.page-cardedit .block-copyright {
    color: #000;
}

body.page-withdrawal .block-copyright  {
    color: #000;
}

body.page-backorder .block-copyright  {
    color: #000;
}

/* ----カテゴリ画面---- */
.block-category-list--header-img {
    padding: 0 0 20px;
}

.block-category-list--header-img img {
    width: 100%;
}

.block-category-list--header {
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin-top: 17px;
}

.block-category-list--header img {
    width: 28px;
    margin-right: 12px;
}

.block-category-list--comment {
    margin: 0 20px 32px;
}

/* ----ブランド画面---- */
.page-brandlist .block-topic-path {
    margin-top: 0;
}

.block-brand-list--item-img img {
    width: 100%;
    height: auto;
}

.block-brand-list--item-name {
    padding: 25px 20px 12px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
}

.block-brand-list--item-comment {
    padding: 0 20px 60px;
}

.block-brand-detail--image img {
    width: 100%;
    height: auto;
}

/* ----商品一覧---- */
.block-filter--header {
    position: fixed;
    right: 10px;
    bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    z-index: 99980;
    background: #222;
}

.block-filter--header.block-filter--open {
    display: none;
}

.block-filter--header .block-filter--header-label {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: none;
}

.block-filter--modal {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.block-filter--modal .block-filter--frame {
    position: absolute;
    top: 20px;
    left: 10px;
    width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
}

.block-filter--modal .block-filter--frame .block-filter--frame-header {
    margin: 0;
    padding: 18px 10px;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    color: #222;
    background: #dedede;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close {
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    background: #d53100;
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::before {
    position: absolute;
    top: 9px;
    left: 15px;
    width: 2px;
    height: 14px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #fff;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--frame-close::after {
    position: absolute;
    top: 9px;
    left: 15px;
    width: 2px;
    height: 14px;
    border-radius: 1px;
    transform: rotate(-45deg);
    background: #fff;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--list-item {
    display: block;
    border-bottom: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--select-label {
    height: 52px;
    padding-left: 20px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon {
    width: 50px;
    height: 52px;
    padding: 0 18px;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small {
    position: relative;
    width: 14px;
    height: 14px;
    background: none;
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: #222;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    transform: rotate(90deg);
    background: #222;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--expand-icon .block-icon-image-double-small.block-icon-image--minus::after {
    display: none;
}

.block-filter--modal .block-filter--frame .block-filter--element {
    border-bottom: 0;
}

.block-filter--modal .block-filter--frame .block-filter--filter-options {
    border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--option-items {
    height: 52px;
    padding-left: 20px;
    background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treelist-layer {
    border-top: #dedede 1px solid;
}

.block-filter--tree-2,
.block-filter--tree-3,
.block-filter--tree-4 {
    border-top: #dedede 1px solid;
    background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem {
    border-top: #dedede 1px solid;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem:first-of-type {
    border-top: 0;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem-name {
    height: 52px;
    text-decoration: none;
    background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir {
    width: 50px;
    height: 52px;
    padding: 0 18px;
    background: #f5f5f5;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small {
    position: relative;
    width: 14px;
    height: 14px;
    background: none;
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::before {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    background: #222;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small::after {
    position: absolute;
    top: 6px;
    left: 0;
    width: 14px;
    height: 2px;
    border-radius: 1px;
    transform: rotate(90deg);
    background: #222;
    content: "";
}

.block-filter--modal .block-filter--frame .block-filter--treeitem .block-filter--treeitem-dir .block-icon-image-double-small.block-icon-image--minus::after {
    display: none;
}

.block-filter--modal .block-filter--frame-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.block-goods-list--sort-order-items {
    display: flex;
    align-items: center;
    padding: 0 20px 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid #dedede;
}

.block-goods-list--sort-order-items .block-sort--header {
    display: block;
    width: 60px;
    background: none;
}

.block-goods-list--sort-order-items .block-sort--header h2 {
    width: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    background: none;
}

.block-goods-list--sort-order-items .block-sort--header .block-sort--expand-icon {
    display: none;
}

.block-goods-list--sort-order-items .block-sort--element {
    display: block;
    width: calc(100% - 60px);
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}

.block-goods-list--sort-order-items .block-sort--element .block-sort--select select {
    width: 100%;
    padding: 4px;
}

.block-goods-list--display-style-items {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 8px;
}

.block-goods-list--display-style-items .block-style--header {
    display: block;
    width: 60px;
    background: none;
}

.block-goods-list--display-style-items .block-style--header h2 {
    width: 60px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    color: #444;
    background: none;
}

.block-goods-list--display-style-items .block-style--header .block-style--expand-icon {
    display: none;
}

.block-goods-list--display-style-items .block-style--element {
    display: block;
    width: calc(100% - 60px);
}

.block-goods-list--display-style-items .block-style--element .block-style--select {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 12px;
}

.block-goods-list--display-style-items .block-style--element .block-style--select select {
    width: 100%;
    padding: 4px;
}

.pane-main .block-goods-list--params {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    width: 100%;
    margin: 20px 10px 20px 0;
}

.block-filter {
    visibility: hidden;
    height: 48px;
    margin: 20px 0;
}

.block-goods-list--display-style-items,
.block-goods-list--sort-order-items {
    display: none;
}

.block-goods-list--params .block-filter {
    visibility: visible;
    margin: 0 auto 0 0;
    height: auto;
}

.block-goods-list--params .block-goods-list--display-style-items,
.block-goods-list--params .block-goods-list--sort-order-items {
    display: flex;
}

.block-goods-list--params .block-filter .block-filter--header,
.block-goods-list--params .block-filter .block-filter--header.block-filter--header.block-filter--open {
    position: static;
    display: flex;
    width: 120px;
    height: auto;
    margin: 0 auto 0 0;
    padding: 14px 4px;
    border-radius: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background: #000;
}

.block-goods-list--params .block-filter .block-filter--header::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 11px;
    vertical-align: top;
    background: url(../../img/usr/common/ico_responsive_filter.png) center center / 100% auto no-repeat;
    content: "";
}

.block-goods-list--params .block-filter .block-filter--header h2 {
    border: 0;
    font-size: 12px;
    line-height: 1.5;
}

.block-goods-list--params .block-filter--modal .block-filter--frame {
    position: fixed;
    top: 0;
    left: 0;
    width: 83%;
    height: 100%;
    max-height: none;
    margin: 0;
    padding: 40px 0 68px;
    border-radius: 0;
    color: #fff;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
    background: #000;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar-track {
    background-color: transparent;
}

.block-goods-list--params .block-filter--modal .block-filter--frame::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-header {
    display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close {
    position: absolute;
    top: 17px;
    right: 25px;
    display: none;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close::before,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--frame-close::after {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 2px;
    height: 18px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item {
    border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--select-label {
    height: 52px;
    padding-left: 16px;
    font-size: 22px;
    font-weight: bold;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon {
    position: relative;
    width: 72px;
    height: 52px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon>div {
    position: static;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon>div.block-icon-image--plus::before {
    position: absolute;
    top: calc(50% - 8px);
    left: auto;
    right: 18px;
    width: 12px;
    height: 12px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transition: transform 0.3s, top 0.3s;
    transform: rotate(225deg);
    background: none;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon>div.block-icon-image--minus::before {
    position: absolute;
    top: calc(50% - 4px);
    left: auto;
    right: 18px;
    width: 12px;
    height: 12px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    transition: transform 0.3s, top 0.3s;
    transform: rotate(45deg);
    background: none;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--expand-icon>div::after {
    display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--filter-options {
    border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items {
    padding-left: 16px;
    height: auto;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox {
    position: relative;
    display: block;
    padding: 8px 0 8px 33px;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox.checked::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 6px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 2;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items label.checkbox input[type="checkbox"] {
    display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items.block-filter--image img {
    vertical-align: middle;
    margin-right: 8px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--list-item .block-filter--option-items.block-filter--image span {
    display: inline-block;
    vertical-align: middle;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--select {
    padding-left: 16px;
    height: 60px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--select select {
    min-width: 0;
    max-width: 240px;
    width: 100%;
    height: 40px;
    border: 1px solid #808080;
    border-radius: 0;
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    background: #000;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle {
    padding: 0 16px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treelist-layer {
    border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4 {
    margin: 0;
    border: 0;
    font-size: 14px;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2 {
    padding-bottom: 8px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem {
    padding: 0;
    border: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-1>.block-filter--treeitem {
    border-bottom: 1px solid #555;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2>.block-filter--treeitem {
    padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3>.block-filter--treeitem {
    padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4>.block-filter--treeitem {
    padding-left: 20px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name {
    position: relative;
    padding: 0 0 0 33px;
    color: #fff;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir {
    position: relative;
    width: 56px;
    height: 56px;
    padding: 0;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir>div {
    position: static;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir>div::before {
    position: absolute;
    top: calc(50% - 5px);
    left: auto;
    right: 3px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transition: transform 0.3s, top 0.3s;
    transform: rotate(225deg);
    background: none;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir.expand-tree-open>div::before {
    top: calc(50% - 3px);
    transform: rotate(45deg);
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-dir>div::after {
    display: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2>.block-filter--treeitem .block-filter--treeitem-name {
    height: 56px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2>.block-filter--treeitem .block-filter--treeitem-name,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3>.block-filter--treeitem .block-filter--treeitem-name,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4>.block-filter--treeitem .block-filter--treeitem-name {
    height: 38px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-2>.block-filter--treeitem .block-filter--treeitem-dir,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-3>.block-filter--treeitem .block-filter--treeitem-dir,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle ul.block-filter--tree-4>.block-filter--treeitem .block-filter--treeitem-dir {
    height: 38px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span,
.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span.block-filter--treeitem-selected {
    color: #fff;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span::before {
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    z-index: 1;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .block-filter--treelist-filterstyle .block-filter--treeitem-name span.block-filter--treeitem-selected::after {
    position: absolute;
    top: calc(50% - 5px);
    left: 6px;
    width: 10px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    z-index: 2;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    gap: 8px;
    width: 83%;
    background-color: rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(39px);
    backdrop-filter: blur(39px);
    padding: 12px 16px;
    z-index: 99;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-button--clear {
    display: block;
    width: 86px;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-button--clear .block-filter--clear-btn {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    padding: 11px 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: none;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-buttonr--search {
    width: calc(100% - 94px);
    padding: 0;
}

.block-goods-list--params .block-filter--modal .block-filter--frame .filter-button .filter-buttonr--search .block-filter--search-btn {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    padding: 12px 6px;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg {
    background: rgba(0, 0, 0, 0.85);
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg::before {
    position: absolute;
    top: 20px;
    right: calc(8.5% - 1px);
    width: 2px;
    height: 26px;
    transform: rotate(45deg);
    background: #fff;
    content: "";
}

.block-goods-list--params .block-filter--modal .block-filter--frame-bg::after {
    position: absolute;
    top: 20px;
    right: calc(8.5% - 1px);
    width: 2px;
    height: 26px;
    transform: rotate(-45deg);
    background: #fff;
    content: "";
}

.pane-main .block-goods-list--params .block-goods-list--display-style-items,
.pane-main .block-goods-list--params .block-goods-list--sort-order-items {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    border: 1px solid #000;
    display: flex;
    flex-grow: unset;
    flex-shrink: unset;
    width: unset;
    min-width: 0;
    max-width: none;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header {
    width: 90px;
    cursor: pointer;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2 {
    width: 90px;
    padding: 14px 4px;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}

.block-goods-list--params .block-goods-list--display-style-items .block-style--header h2::after {
    display: inline-block;
    width: 13px;
    height: 18px;
    margin-left: 10px;
    vertical-align: top;
    background: url(../../img/usr/common/ico_responsive_arrow.png) center center / 100% auto no-repeat;
    content: "";
}

.block-style--element-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0.0;
    cursor: pointer;
    z-index: 9997;
}

.block-style--element-bg.is-show {
    visibility: visible;
    opacity: 1.0;
}

.block-style--element {
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    min-width: 282px;
    padding: 20px 12px;
    border-radius: 7px;
    transition: all 0.3s;
    opacity: 0.0;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 9998;
}

.block-style--element.is-show {
    visibility: visible;
    opacity: 1.0;
}

.block-style--element select {
    display: none;
}

.block-style--element ul.block-style--list {
    display: block;
}

.block-style--element ul.block-style--list a,
.block-style--element ul.block-style--list span {
    position: relative;
    display: block;
    padding: 3px 0 3px 24px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    color: #fff;
}

.block-style--element ul.block-style--list span::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-35deg) skewY(-15deg);
    content: "";
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header {
    width: 104px;
    cursor: pointer;
}

.block-goods-list--params .block-goods-list--sort-order-items .block-sort--header h2 {
    display: flex;
    align-items: center;
    width: 104px;
    height: 33px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 10px;
    background: url(../../img/usr/common/icon_sort.png) center right 10px / 16px auto no-repeat;
}

.block-sort--element-bg {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    opacity: 0.0;
    cursor: pointer;
    z-index: 9997;
}

.block-sort--element-bg.is-show {
    visibility: visible;
    opacity: 1.0;
}

.block-sort--element {
    position: absolute;
    top: 34px;
    right: 0;
    visibility: hidden;
    min-width: 104px;
    padding: 14px 12px 22px;
    transition: all 0.3s;
    opacity: 0.0;
    background: #fff;
    box-shadow: 0px 1px 3px #00000029;
    z-index: 9998;
}

.block-sort--element.is-show {
    visibility: visible;
    opacity: 1.0;
}

.block-sort--element select {
    display: none;
}

.block-sort--element ul.block-sort--list {
    display: block;
}

.block-sort--element ul.block-sort--list li+li {
    margin-top: 10px;
}

.block-sort--element ul.block-sort--list a,
.block-sort--element ul.block-sort--list span {
    position: relative;
    display: block;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
}

.block-sort--element ul.block-sort--list span::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    height: 7px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-35deg) skewY(-15deg);
    content: "";
}

.block-thumbnail-t--items {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: 0 5px;
}

.block-thumbnail-t--item {
    width: calc((100% - 5px) / 2);
    margin: 0 5px 24px 0;
    padding: 0;
}

.block-thumbnail-t--item:nth-of-type(2n) {
    margin-right: 0;
}

.block-thumbnail-t--item .block-thumbnail-t--goods-image {
    margin: 0 0 16px;
}

.block-thumbnail-t--item .block-thumbnail-t--goods-image figure {
    min-width: 140px;
    min-height: 140px;
    padding: 0;
    background: none;
}

.block-thumbnail-t--item .block-thumbnail-t--goods-description {
    padding: 0 20px;
}

.block-thumbnail-t--item .block-thumbnail-t--goods-name {
    font-weight: normal;
    margin: 0 0 4px;
}

.block-thumbnail-t--item .block-thumbnail-t--comment {
    display: none;
}

.block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--scomment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .block-thumbnail-t--price {
    color: #d53115;
}

.block-thumbnail-t--item .block-thumbnail-t--price-infos .block-thumbnail-t--scomment+.block-thumbnail-t--price-items .block-thumbnail-t--default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-thumbnail-t--item .block-thumbnail-t--price {
    font-size: 13px;
    font-weight: 500;
}

.page-top .block-thumbnail-t--items {
    padding: 0 4vw;
}

.page-top .block-thumbnail-t--item {
    width: 45.25vw;
    margin: 0 1.5vw 4vw 0;
    padding: 0;
}

.page-top .block-thumbnail-t--item:nth-of-type(2n) {
    margin-right: 0;
}

.page-top .block-thumbnail-t--item .block-thumbnail-t--goods-description {
    padding: 0;
}

.page-top .block-thumbnail-t--item .block-thumbnail-t--goods-name {
    margin: 0 0 4px;
}

.page-top .block-thumbnail-t--item .block-thumbnail-t--price {
    font-size: 13px;
}

.block-ranking-r--item .block-ranking-r--goods-description .block-ranking-r--cart-btn .block-list-add-cart-btn {
    width: 100%;
    font-size: 13px;
    padding: 12px;
    border-radius: 22px;
}

.block-ranking-r--items {
    display: flex;
    flex-wrap: wrap;
    border: 0;
    padding: 0 5px;
}

.block-ranking-r--item {
    width: calc((100% - 5px) / 2);
    margin: 0 5px 24px 0;
    padding: 0;
}

.block-ranking-r--item:nth-of-type(2n) {
    margin-right: 0;
}

.block-ranking-r--items .block-ranking-r--goods-image {
    margin: 0 0 16px;
}

.block-ranking-r--items .block-ranking-r--goods-image figure {
    min-width: 140px;
    min-height: 140px;
    padding: 0;
    background: none;
}

.block-ranking-r--items .block-ranking-r--goods-description {
    padding: 0 20px;
}

.block-ranking-r--items .block-ranking-r--goods-name {
    font-weight: normal;
    margin: 0 0 4px;
}

.block-ranking-r--items .block-ranking-r--comment {
    display: none;
}

.block-ranking-r--items .block-ranking-r--price-infos .block-ranking-r--scomment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-ranking-r--items .block-ranking-r--price-infos .block-ranking-r--scomment+.block-ranking-r--price-items .block-ranking-r--price {
    color: #d53115;
}

.block-ranking-r--items .block-ranking-r--price-infos .block-ranking-r--scomment+.block-ranking-r--price-items .block-ranking-r--default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-ranking-r--items .block-ranking-r--price {
    font-size: 13px;
    font-weight: 500;
}

.block-ranking-r--items .block-ranking-r--rank {
    top: 10px;
    left: 10px;
    width: 33px;
    height: 26px;
    padding: 2px 0 6px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
    background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
    background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}

.block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
    background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-top-event--goods {
    position: relative;
}

.block-top-event .block-ranking-r {
    margin: 0 45px;
}

.block-top-event .block-ranking-r--items.swiper-wrapper {
    border: 0;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.block-top-event .block-ranking-r--items.swiper-wrapper>li {
    margin-right: 0;
}

.block-top-event .block-top-event--goods .swiper-button-prev::after {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 0;
    border-top: 2px solid #111;
    border-left: 2px solid #111;
    transform: rotate(-45deg);
    font-size: 0;
    z-index: 1;
    background: none;
    content: "";
}

.block-top-event .block-top-event--goods .swiper-button-next::after {
    position: absolute;
    width: 18px;
    height: 18px;
    border: 0;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    font-size: 0;
    z-index: 1;
    background: none;
    content: "";
}

.block-top-event .block-ranking-r--items .block-ranking-r--item {
    display: block;
    padding: 0;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank {
    top: 13px;
    left: 10px;
    width: 33px;
    height: 26px;
    padding: 2px 0 6px;
    border-radius: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: url(../../img/usr/common/ico_rank.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-1 {
    background: url(../../img/usr/common/ico_rank1.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-2 {
    background: url(../../img/usr/common/ico_rank2.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--rank.block-ranking-r--rank.block-ranking-r--rank-3 {
    background: url(../../img/usr/common/ico_rank3.png) center center / auto 26px no-repeat;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image {
    margin: 0 0 17px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-image figure img {
    width: 100%;
}

.block-top-event .block-ranking-r--items .block-ranking-r--goods-name {
    font-weight: normal;
    margin: 0 0 8px;
}

.block-top-event .block-ranking-r--items .block-ranking-r--comment {
    display: none;
}

.block-top-event .block-ranking-r--items .block-ranking-r--price {
    font-size: 15px;
}

.block-recent-item--header {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.333;
    color: #0054A6;
    background: none;
}

.block-recent-item--header span {
    display: block;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.block-recent-no-item {
    text-align: center;
    margin-bottom: 60px;
}

.block-thumbnail-h {
    width: 100%;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.block-thumbnail-h .block-thumbnail-h--items {
    display: flex;
    max-width: none;
    padding: 0 0 0 18px;
}

.block-thumbnail-h .block-thumbnail-h--item {
    display: block;
    width: 148px;
    min-width: 148px;
    margin-right: 18px;
    padding: 0;
}

.block-thumbnail-h--goods-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.block-thumbnail-h--price-items {
    text-align: right;
    margin-bottom: 10px;
}

.block-thumbnail-h--items .block-thumbnail-h--goods-description .block-thumbnail-h--price {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.block-thumbnail-h--items .block-thumbnail-h--goods-description .block-thumbnail-h--price::before,
.block-thumbnail-h--items .block-thumbnail-h--goods-description .block-thumbnail-h--price::after {
    font-size: 12px;
}

.block-thumbnail-h--items .block-thumbnail-h--goods-description .block-thumbnail-h--price::after {
    font-weight: normal;
    margin-left: .5em;
}

.block-thumbnail-h--default-price {
    font-size: 12px;
}

.block-thumbnail-h--default-price::before,
.block-thumbnail-h--default-price::after {
    font-size: 11px;
}

.block-goods-detail-j--item {
    width: calc(50% - 7.5px);
    padding: 14px 10px 20px;
    border: 0;
    border: 1px solid #E0E0E0;
}

.block-goods-detail-j--item:nth-child(odd) {
    margin-right: 0;
}

.block-goods-detail-j--item a {
    display: flex;
    justify-content: center;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description {
    width: 100%;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--goods-name {
    margin: 0 0 7px;
    font-weight: 500;
    line-height: 1.5;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--comment {
    margin: 0 0 8px;
    font-size: 11px;
    color: #808080;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos {
    margin: 0 0 4px;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment+.block-goods-detail-j--price-items .block-goods-detail-j--price {
    color: #d53115;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price-infos .block-goods-detail-j--scomment+.block-goods-detail-j--price-items .block-goods-detail-j--default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-goods-detail-j--price-items {
    text-align: right;
    margin-bottom: 10px;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price::before,
.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price::after {
    font-size: 12px;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--price::after {
    font-weight: normal;
    margin-left: .5em;
}

.block-goods-detail-j--default-price {
    font-size: 12px;
}

.block-goods-detail-j--default-price::before,
.block-goods-detail-j--default-price::after {
    font-size: 11px;
}

.block-goods-detail-j--qty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.block-goods-detail-j--qty span {
    margin-right: 12px;
}

.block-goods-detail-j--qty select {
    appearance: none;
    width: 80px;
    height: 33px;
    border: 1px solid #D5D5D5;
    background: url(../../img/usr/common/icon_qty.png) center right 8px / auto 23px no-repeat;
    text-align: center;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock {
    margin: 0 0 4px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt {
    font-weight: 500;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--stock dt::after {
    content: "：";
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--comment1 {
    margin: 0 0 16px;
    font-size: 11px;
    color: #808080;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 35px;
    font-size: 12px;
    font-weight: bold;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--cart-btn .block-list-add-cart-btn::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../img/usr/common/ico_cart_sp.png) center / 18px no-repeat;
    margin-right: 4px;
}

.block-goods-detail-j--items .block-goods-detail-j--goods-description .block-goods-detail-j--custom-order .block-list-custom-order-btn {
    width: 100%;
    font-size: 13px;
    padding: 12px;
    border-radius: 22px;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .price,
.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .net-price {
    font-size: 13px;
    font-weight: 500;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--price-items .default-price {
    font-size: 11px;
    font-weight: normal;
}

.block-pickup-list-p .block-pickup-list-p--item .block-pickup-list-p--price-infos .block-pickup-list-p--scomment+.block-pickup-list-p--price-items .price {
    color: #d53115;
}

/* ----パンくずリスト---- */
.block-topic-path {
    background: none;
}

.block-topic-path a {
    text-decoration: none;
}

.page-goods .block-topic-path {
    margin-top: 20px;
    margin-bottom: 30px;
    border-top: 0;
}

/* ----マイページ---- */
.block-favorite .block-accessory-list--name {
    padding: 16px 20px;
    background: none;
}

.block-store-coupon-list--table .block-store-coupon-list--bonus {
    font-size: 16px;
    font-weight: bold;
}

.block-login h2,
.block-login--snslogin-header,
.block-login--member-header,
.block-login--first-time-header {
    margin: 15px auto 10px;
}

.block-onetimepassword-certify--header,
.block-onetimepassword-send--header {
    padding-left: 0;
    padding-right: 0;
}

.block-inquiry-history--body li {
    padding: 8px 0;
}

.block-inquiry-history-detail--subject {
    padding: 8px 10px;
    background: none;
}

/* ----クイックオーダー---- */
.block-quick-order--price-pop {
    font-size: 12px;
    font-weight: bold;
    color: #d53115;
}

.block-quick-order--price {
    font-weight: 500;
    color: #c30;
}

.block-quick-order--price-price {
    color: #c30;
}

.block-quick-order--default-price {
    font-weight: normal;
}

.block-quick-order--subtotal-cell {
    color: #111;
}

/* ----購入フロー---- */
.block-cart-recent-item--header {
    margin: 0 0 24px;
    padding: 40px 0 0;
    border: 0;
    text-align: center;
    font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    background: none;
}

.block-cart-recent-item--header span {
    display: block;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.page-cart .block-search-box--form {
    display: none;
}

.block-cart--goods-list-item-delete-btn {
    text-decoration: none;
}

.block-cart--procedure-container {
    top: 0;
    transition: top 0.2s;
}

.block-cart--procedure-container.block-cart--procedure-container__fixed {
    top: 48px;
}

.block-order-method h2 {
    margin-top: 20px;
    margin-bottom: 8px;
    border: 0;
}

.block-order-estimate h2 {
    margin-bottom: 8px;
    border: 0;
}

.block-order-estimate--method h3 {
    border-bottom: 0;
}

.block-order-estimate--date-spec h3,
.block-order-estimate--time-spec h3,
.block-order-estimate--discount-info .block-order-estimate--point h3,
.block-order-estimate--discount-info .block-order-estimate--promotion-code h3,
.block-order-estimate--discount-info .block-order-estimate--promotion h3,
.block-order-estimate--discount-info .block-order-estimate--coupon h3,
.block-order-estimate--sales-append .block-order-estimate--confirmation-title h3 {
    border-bottom: 0;
}

.block-order-estimate--dest-address-item-buttons__selected {
    background: #ffebe8;
}

.block-order-gift-noshi h3 {
    margin-bottom: 8px;
}

.block-order-complete--wrapper {
    padding: 0 10px;
}

.block-order-complete--message {
    margin: 0 0 12px;
}

.block-order-complete--message p {
    padding: 0;
    font-size: 13px;
}

.block-order-complete--orderid {
    margin: 0 0 20px;
    border: 0;
}

.block-order-complete table.block-order-complete--orderid th {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    text-align: center;
    font-size: 11px;
    color: #808080;
    background: none;
}

.block-order-complete--orderid td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 12px;
    background: none;
}

.block-order-complete--orderid td a {
    font-size: 12px;
}

.block-regular-goods-add--header,
.block-regular-goods-change--header {
    margin: -10px -10px 0;
}

.block-goodschange-list {
    margin: 10px;
}

.block-goodsadd-list--customer-name,
.block-goodschange-list--customer-name {
    margin: 0 0 10px;
    font-weight: bold;
}

.block-regular-purcharse-list--info-withdrawal {
    display: block;
    width: auto;
}

.block-order-regular-add-confirm h2 {
    margin-bottom: 8px;
    border: 0;
}

.block-order-regular-add-complete--wrapper {
    padding: 0 10px;
}

.block-order-regular-add-complete--message {
    margin: 0 0 12px;
}

.block-order-regular-add-complete--message p {
    padding: 0;
    font-size: 13px;
}

.block-order-regular-add-complete--regular-sales {
    margin: 0 0 20px;
    border: 0;
}

.block-order-regular-add-complete table th {
    display: block;
    width: 100%;
    padding: 2px 0;
    border: 0;
    text-align: center;
    font-size: 11px;
    color: #808080;
    background: none;
}

.block-order-regular-add-complete table td {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    font-size: 12px;
    background: none;
}

.block-order-regular-add-complete table td a {
    font-size: 12px;
}

/* ----ページ機能---- */
.block-page-block--contents-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.block-page-block--contents-body-text-2column {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

.block-page-block--contents-body-text-2column:last-child {
    margin-right: 0;
}

.block-page-block--contents-img {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.block-page-block--contents-body-img-2column {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
}

.block-page-block--contents-body-img-2column:last-child {
    margin-right: 0;
}

.block-pagecategory-page-list {
    margin: 0 10px;
}

.block-pagecategory-page-list--frame {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
}

.block-pagecategory-page-list--frame .block-pagecategory-page-list--page:nth-of-type(2n) {
    margin-right: 0;
}

/* ----商品詳細画面---- */
.block-goods-top {
    padding: 0 20px;
    margin-bottom: 8px;
}

.block-goods-detail {
    margin: 8px 20px 60px;
    padding: 0;
}

.block-goods-detail .swiper-button-prev,
.block-goods-detail .swiper-button-next {
    width: 14.04px;
    height: 28.08px;
    background: url(../../img/usr/common/goods_arrow.png) center / 14.04px auto no-repeat;
}

.block-goods-detail .swiper-button-prev {
    left: 20px;
}

.block-goods-detail .swiper-button-next {
    transform: scale(-1, 1);
    right: 20px;
}

.block-goods-detail .swiper-button-prev::after,
.block-goods-detail .swiper-button-next::after {
    display: none;
}

.block-src-l {
    margin: -10px -20px 0;
}

.block-goods-gallery-wrap {
    position: relative;
}

.block-goods-gallery {
    margin: 0 -20px 20px 20px;
    overflow-x: auto;
    overflow-y: hidden;
}

.block-goods-gallery::-webkit-scrollbar {
    display: none;
}

.block-goods-gallery ul {
    display: flex;
    padding: 0;
}

.block-goods-gallery ul li {
    display: block;
    width: 64px;
    min-width: 64px;
    flex-basis: 64px;
    margin: 0 14px 0 0;
    padding: 0;
}

.block-goods-gallery ul li a {
    display: block;
}

.block-goods-gallery ul li figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.block-goods-gallery ul li.swiper-slide-thumb-active figure {
    border: 3px solid #0870D5;
}

.swiper-thumb-button-next,
.swiper-thumb-button-prev {
    position: absolute;
    top: calc(50% - 6px);
    width: 12px;
    height: 23px;
    background: url(../../img/usr/common/goods_arrow.png) center / 12px auto no-repeat;
}

.swiper-thumb-button-next {
    right: 0;
    transform: scale(-1, 1);
}

.swiper-thumb-button-prev {
    left: 0;
}

.block-icon {}

.block-icon img {
    height: 20px;
}

.page-goods .block-icon {
    margin: 0 0 8px;
}

.page-goods form div.hidden-fb {
    padding: 0 10px;
    overflow-wrap: break-word;
}

.block-goods-name {
    margin: 0 0 8px;
}

.block-goods-name h1 {
    padding: 0;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 0;
}

.block-goods-comment {
    font-size: 12px;
    line-height: 1.5;
}

.block-goods-comment.more-open {
    position: relative;
    max-height: 54px;
    padding-bottom: 16px;
}

.block-goods-comment.more-open .open-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    cursor: pointer;
}

.block-goods-comment.more-open .open-button::before {
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    display: block;
    width: 12px;
    height: 12px;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    transform: rotate(45deg);
    content: "";
}

/* 商品情報 */
.block-goods-detail-description {
    margin-top: 30px;
}

.goods-detail-description-title {
    margin: 0;
    padding: 16px 0;
    border: 0;
    font-size: 16px;
    color: #0054A6;
    background: none;
    border-bottom: 2px solid #0054A6;
}

.goods-detail-description-title::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../../img/usr/goods/icon_goods_detail_description.png) center / 100% auto no-repeat;
}

.goods-detail-description-wrap {
    border: 1px solid #ddd;
    margin-top: 16px;
}

.goods-detail-description {
    display: flex;
    font-size: 13px;
}

.goods-detail-description+.goods-detail-description {
    border-top: 1px solid #ddd;
}

.goods-detail-description dt {
    display: block;
    font-weight: normal;
    width: 100px;
    text-align: right;
    padding: 14px 6px;
    background-color: #F4F4F4;
    font-weight: bold;
}

.goods-detail-description dt::after {
    content: "：";
}

.goods-detail-description dd {
    display: block;
    padding: 14px 10px 14px 20px;
    width: calc(100% - 100px);
}

.block-goods-code {
    margin-bottom: 8px;
    display: flex;
}

.block-goods-code dt {
    width: auto;
}

.block-goods-code dt::after {
    content: "：";
}

.goods-detail-description.block-goods-spec {
    display: block;
    font-size: 12px;
}

.goods-detail-description.block-goods-spec dt {
    display: inline;
    font-weight: normal;
}

.goods-detail-description.block-goods-spec dd {
    display: inline;
}

.block-goods-price--on-sales-comment {
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #d53115;
}

.block-goods-price--on-sales-term {
    margin: 4px 0 10px;
    color: #EA4B5D;
}

.block-goods-price .block-goods-price--on-sales-off-percent {
    display: inline-block;
    padding: 2px 5px;
    margin: 4px 4px 4px 0;
    color: #f0f0f0;
    background-color: #E84343;
}

.block-goods-price .block-goods-price--on-sales-countdown,
.block-goods-price .block-goods-price--on-sales-countdown>div {
    display: inline-block;
    color: #d53115;
}

.block-goods-price--on-sales-comment~.block-goods-price--price,
.block-goods-price--on-sales-off-percent~.block-goods-price--price,
.block-goods-price--on-sales-countdown~.block-goods-price--price {
    color: #d53115;
}

.block-goods-price--on-sales-comment+.block-goods-price--price+.block-goods-price--default-price {
    font-size: 14px;
    font-weight: normal;
}

.block-goods-first-limited-order {
    margin-bottom: 10px;
}

.block-goods-price--price {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    text-align: right;
}

.block-goods-price--price::before {
    font-size: 20px;
}

.block-goods-price--price::after {
    font-size: 14px;
}

.block-goods-price--price::after,
.block-goods-price--net-price::after {
    font-size: 10px;
    font-weight: normal;
}

.block-goods-price--default-price {
    text-decoration: none;
    text-align: right;
}

.block-goods-price--default-price::before {
    content: "通常価格 &#165;";
}

.block-goods-price--default-price::after {
    font-size: 11px;
    content: "（税込）";
}

.block-goods-price--default-net::after {
    font-size: 11px;
    content: "（税抜）";
}

.block-goods-price--regular-repeat-price::after {
    font-size: 11px;
    content: "（税込）";
}

.block-goods-price--regular-repeat-net::after {
    font-size: 11px;
    content: "（税抜）";
}

.block-goods-detail--qty {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 9px;
}

.block-goods-detail--qty span {
    margin-right: 12px;
}

.block-goods-detail--qty select {
    appearance: none;
    width: 80px;
    height: 33px;
    border: 1px solid #D5D5D5;
    background: url(../../img/usr/common/icon_qty.png) center right 8px / auto 23px no-repeat;
    text-align: center;
}

.block-goods-term--sales-stock {
    padding: 6px 0;
    font-size: 12px;
    color: #d53115;
}

.block-goods-term--sales-term {
    padding: 6px 0;
    font-size: 14px;
    color: #d53115;
}

.block-variation--name {
    border: 0;
    border-top: 1px solid #dedede;
    padding: 12px 0 0;
    margin: 10px 0 4px;
    font-size: 14px;
    font-weight: bold;
}

.block-variation--item {
    margin-right: 4px;
}

.block-color--item-term,
.block-size--item-term {
    min-width: 56px;
    min-height: 56px;
}

.block-variation--item dt {
    border: 1px solid #dedede;
}

.block-variation--item.active dt {
    border: 1px solid #d53100;
}

.block-variation--item.size-disable-stock dt {
    border: 1px dashed #dedede;
}

.block-color--item-term figure {
    width: 54px;
    height: 54px;
}

.block-color--item-term img {
    max-width: 100%;
    max-height: 100%;
}

.block-size--item-term span {
    width: 54px;
    height: 54px;
    font-size: 13px;
}

.block-variation--selected-item {
    margin: 8px 0 16px;
}

.block-size-with-cart--item-term,
.block-color-with-cart--item-term,
.block-color-size-with-cart--color-item-term,
.block-color-size-with-cart--size-item-term {
    border: 1px solid #bbb;
    width: 48px;
    height: 48px;
    margin-right: 16px;
    flex-shrink: 0;
}

.block-color-size-with-cart--nocolor {
    width: 48px;
    height: 48px;
    margin-right: 4px;
    flex-shrink: 0;
}

.block-color-size-with-cart--color-item-term {
    margin-right: 4px;
}

.block-color-size-with-cart--size-item-term span,
.block-size-with-cart--item-term span {
    width: 46px;
    height: 46px;
    font-size: 12px;
}

.block-color-size-with-cart--color-item-term figure,
.block-color-with-cart--item-term figure {
    width: 46px;
    height: 46px;
}

.block-color-size-with-cart--color-item-term img,
.block-color-with-cart--item-term img {
    max-width: 100%;
    max-height: 100%;
}

.block-goods-not-available-method {
    margin: 10px 0 4px;
    padding: 12px 0 0;
    border-top: 1px solid #dedede;
}

.block-variation .block-variation-no-stock--message,
.block-variation .block-variation-outside-sales-period--message,
.block-variation .block-goods-variation-arrival-notice--btn,
.block-variation .block-variation-add-cart--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    border-radius: 3px;
}

.block-variation .block-variation-no-stock,
.block-variation .block-variation-outside-sales-period {
    width: 100%;
}

.block-variation .block-variation-no-stock--message,
.block-variation .block-variation-outside-sales-period--message {
    border: 0;
    color: #808080;
    background: #f5f5f5;
}

.block-goods-variation-arrival-notice {
    width: 100%;
}

.block-variation .block-goods-variation-arrival-notice--btn {
    border: 0;
    color: #fff;
    background: #73c3d6;
}

.block-variation .block-variation-add-cart--btn::before {
    display: inline-block;
    width: 21px;
    height: 23px;
    margin-right: 10px;
    vertical-align: top;
    background: url(../../img/usr/common/goods_cart_btn_sp.png) center center / 100% auto no-repeat;
    content: "";
}

.block-variation .block-variation-favorite {
    margin-left: 8px;
    flex-shrink: 0;
}

.block-variation .block-variation-favorite--btn,
.block-variation .block-variation-favorite-registed--btn {
    height: 48px;
    width: 48px;
    border-radius: 3px;
}

.block-variation .block-variation-favorite--btn {
    background: url(../../img/usr/common/goods_bookmark_val_btn_sp.png) center center / 18px auto no-repeat;
}

.block-variation .block-variation-favorite-registed--btn {
    background: #fff2ef url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center center / 18px auto no-repeat;
}

.block-variation .block-variation-favorite--btn .block-icon-image,
.block-variation .block-variation-favorite-registed--btn .block-icon-image {
    display: none;
}

.block-variation-add-cart {
    width: 100%;
}

.block-add-cart .block-add-cart--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 14px;
    font-size: 16px;
}

.block-add-cart .block-add-cart--btn::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../../img/usr/common/ico_cart_sp.png) center / 28px no-repeat;
    margin-right: 8px;
}

.block-custom-order--btn {
    margin: 10px 0;
    padding: 16px 0;
    border-radius: 3px;
    font-size: 15px;
}

.block-arrival-notice .block-arrival-notice--btn {
    width: 100%;
    margin: 10px 0;
    padding: 16px 0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    background: #73c3d6;
}

.block-no-stock .block-no-stock--message,
.block-outside-sales-period--message {
    width: 100%;
    margin: 20px 0 14px;
    padding: 16px 0;
    border: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #999;
}

.block-goods-bottom {
    display: flex;
    justify-content: space-between;
}

.block-contact-about-goods,
.block-goods-favorite {
    width: calc(50% - 7.5px);
    height: 50px;
}

.block-goods-favorite--btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
    border: 1px solid #0054A6;
    font-size: 13px;
    color: #0054A6;
    background: #fff;
}

.block-goods-favorite--btn::before {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 9px;
    vertical-align: initial;
    background: url(../../img/usr/common/goods_bookmark_btn_sp.png) center center / 18px auto no-repeat;
    content: "";
}

.block-goods-favorite-registed--btn {
    margin: 0 0 10px;
    padding: 16px 0;
    border-radius: 3px;
    border: 1px solid #d53100;
    font-size: 15px;
    color: #d53100;
    background: #fff2ef;
}

.block-goods-favorite-registed--btn::before {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 9px;
    vertical-align: initial;
    background: url(../../img/usr/common/goods_bookmark_reg_btn_sp.png) center center / 100% auto no-repeat;
    content: "";
}

.block-contact-about-goods {
    text-align: center;
}

.block-contact-about-goods .block-contact-about-goods-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-size: 13px;
    color: #0054A6;
    border: 1px solid #0054A6;
    background: none;
}

.block-contact-about-goods-btn::before {
    display: inline-block;
    width: 15px;
    height: 14px;
    margin-right: 9px;
    vertical-align: initial;
    background: url(../../img/usr/common/goods_contact_btn_sp.png) center center / 100% auto no-repeat;
    content: "";
}

.block-goods-link {
    text-align: center;
}

.block-goods-link .block-goods-link--btn {
    display: inline;
    padding: 0;
    border: 0;
    text-decoration: underline;
    font-size: 14px;
    color: #081f2c;
    background: none;
}

.block-goods-store-stock {
    text-align: center;
}

.block-goods-store-stock .block-goods-store-stock--btn {
    margin: 0 0 10px;
    padding: 16px 0;
    border-radius: 3px;
    border: 1px solid #d53100;
    font-size: 15px;
    color: #d53100;
    background: #fff;
}

.block-goods-detail dl[class^="block-goods-comment"] dt {
    display: block;
    margin: 0 0 14px;
    padding: 24px 0 0;
    font-size: 20px;
    font-weight: 500;
}

.block-goods-detail dl[class^="block-goods-comment"]+dl[class^="block-goods-comment"] dt {
    display: none;
}

.block-goods-detail dl[class^="block-goods-comment"] dt h3 {
    margin: 0;
    border: 0;
    font-size: 20px;
}

.block-goods-detail h3.block-goods-comment--title {
    margin: 0 0 12px;
    padding: 8px 0;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    line-height: 1.5;
}

.block-goods-comment--table-frame {
    width: 100%;
    margin: 0 0 15px;
    overflow-x: auto;
    overflow-y: hidden;
}

.block-goods-comment--table-frame .block-goods-comment--table {
    border-collapse: collapse;
}

.block-goods-comment--table-frame .block-goods-comment--table th,
.block-goods-comment--table-frame .block-goods-comment--table td {
    padding: 7px 22px;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #707070;
}

.block-goods-comment--table-frame .block-goods-comment--table tr.title th {
    background: #eee;
}

.block-goods-comment--table-frame .block-goods-comment--table tr th:first-of-type,
.block-goods-comment--table-frame .block-goods-comment--table tr.title th:first-of-type {
    min-width: 100px;
    text-align: left;
    font-weight: bold;
}

.block-goods-comment--table-frame .block-goods-comment--table td {
    white-space: nowrap;
}

.block-goods-user-review {
    margin: 0 20px;
}

.block-goods-user-review h2 {
    margin: 0;
    padding: 16px 0;
    border: 0;
    font-size: 16px;
    color: #0054A6;
    background: none;
    border-bottom: 2px solid #0054A6;
}

.block-goods-user-review h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../../img/usr/common/icon_review.png) center / 100% auto no-repeat;
}

.block-goods-user-review .block-goods-user-review--info {
    background: none;
}

.block-goods-user-review .block-goods-user-review--score dt {
    font-weight: normal;
}

.block-goods-user-review .block-goods-user-review--score dd img {
    height: 100%;
    top: -2px;
}

.block-goods-user-review .block-goods-user-review--description {
    margin: 0 0 24px;
    font-size: 11px;
}

.block-goods-user-review .block-goods-user-review--description p {
    margin-bottom: 22px;
}

.block-goods-user-review .block-goods-user-review--need-login-message {
    margin: 16px 0 12px;
    text-align: center;
    font-size: 12px;
}

.block-goods-user-review .block-goods-user-review--need-login-message a {
    text-decoration: underline;
}

.block-goods-user-review .block-goods-user-review--write-review-link,
.block-goods-user-review .block-goods-user-review--write-review-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #E84343;
    border: 1px solid #E84343;
}

.block-goods-user-review .block-goods-user-review--list .block-goods-user-review--item {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.block-goods-user-review .block-goods-user-review--list .block-goods-user-review--item:last-of-type {
    border-bottom: 0;
}

.block-goods-user-review .block-goods-user-review--item-title {
    border: 0;
    font-size: 15px;
    font-weight: 500;
}

.block-goods-user-review .block-goods-user-review--item-summary {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.block-goods-user-review .block-goods-user-review--item-summary .block-goods-user-review--item-name {
    margin: 0 0 8px;
    order: 20;
}

.block-goods-user-review .block-goods-user-review--item-summary .block-goods-user-review--item-score {
    margin: 0 0 8px;
    order: 10;
}

.block-goods-user-review .block-goods-user-review--item-summary .block-goods-user-review--item-score dt {
    display: none;
}

.block-goods-user-review .block-goods-user-review--item-summary .block-goods-user-review--item-score dd img {
    width: 30%;
    top: -2px;
}

.block-goods-detail-footer {
    display: none;
}

h2.block-accessory-list--name {
    padding: 16px 20px;
    border: 0;
    font-size: 19px;
    background: none;
}

.block-goods-uservoice {
    padding: 0 0 40px;
    background: #f5f5f5;
}

.block-goods-uservoice .block-goods-uservoice--title {
    margin: 0 0 24px;
    padding: 40px 0 0;
    border: 0;
    text-align: center;
    font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    background: none;
}

.block-goods-uservoice .block-goods-uservoice--title span {
    display: block;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.5;
}

.page-goods .block-search-box--form {
    display: none;
}

.block-goods-description {
    margin: 20px 0 30px;
}

.block-goods-description-link {
    color: #0054A6;
    text-decoration: underline;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.block-goods-detail .js-goods-variation-detail {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column nowrap;
}

.block-src-l {
    order: 10;
}

.block-src-c {
    order: 20;
}

.block-goods-gallery {
    order: 30;
}

.js-goods-variation-detail {
    order: 35;
}

.block-goods-name {
    order: 45;
}

.page-goods .block-icon {
    order: 40;
}

.block-goods-comment {
    order: 50;
}

.block-goods-spec {
    order: 60;
}

.block-goods-comment {
    order: 70;
}

.block-goods-detail--promotion-freespace {
    order: 80;
}

.block-goods-affix-list {
    order: 90;
}

.block-goods-price {
    order: 100;
}

.block-refill-goods {
    order: 105;
}

.block-goods-first-limited-order {
    order: 110;
}

.block-goods-code {
    order: 115;
}

.block-goods-item-code {
    order: 120;
}

.block-goods-item-code2 {
    order: 130;
}

.block-goods-item-code3 {
    order: 140;
}

.block-goods-release-dt {
    order: 150;
}

.block-goods-class1 {
    order: 160;
}

.block-goods-class2 {
    order: 170;
}

.block-goods-attr1 {
    order: 180;
}

.block-goods-attr2 {
    order: 190;
}

.block-goods-attr3 {
    order: 200;
}

.block-goods-point {
    order: 210;
}

.block-goods-postage {
    order: 220;
}

.block-goods-stock {
    order: 230;
}

.block-goods-coupon {
    order: 240;
}

.block-goods-promotion {
    order: 250;
}

.block-goods-sales-detail-append {
    order: 260;
}

.block-switch-goods {
    order: 263;
}

.block-goods-ship-schedule {
    order: 265;
}

.block-goods-not-available-method {
    order: 267;
}

.block-variation {
    order: 270;
}

.block-custom-order {
    order: 280;
}

.block-add-cart {
    order: 290;
}

.block-arrival-notice {
    order: 290;
}

.block-no-stock {
    order: 290;
}

.block-outside-sales-period {
    order: 290;
}

.block-goods-bottom {
    order: 291;
}

.block-goods-social-gift {
    order: 295;
}

.block-goods-favorite {
    order: 300;
}

.block-variation-back-order {
    order: 310;
}

.block-goods-store-stock {
    order: 320;
}

.block-goods-set {
    order: 330;
}

.block-goods-sns {
    order: 340;
}

.block-contact-about-goods {
    order: 350;
}

.block-goods-link {
    order: 360;
}

.block-unisize {
    order: 365;
}

.block-goods-detail-description {
    order: 369;
}

.block-goods-comment1 {
    order: 370;
}

.block-goods-comment2 {
    order: 380;
}

.block-goods-comment3 {
    order: 390;
}

.block-goods-comment4 {
    order: 400;
}

.block-goods-comment5 {
    order: 410;
}

.block-rules-comment {
    order: 420;
}

.block-goods-size--box .block-goods-size--body {
    padding-left: 10px;
    padding-right: 10px;
}

.block-goods-size--body .block-measured .block-measured--item-list,
.block-goods-size--body .block-measured .js-unisize-bunner,
.block-goods-size--body .block-measured .js-unisize-bunner>div {
    margin: 12px 0;
}

.block-goods-size--box .block-measured--item-list {
    width: 100%;
    border: 0;
}

.block-goods-size--box .block-measured--item-list th {
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
    border: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.block-goods-size--box .block-measured--item-list td {
    font-size: 11px;
    text-align: center;
    line-height: 1.3;
    vertical-align: middle;
    width: calc(100% / 6);
    padding: 5px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.block-goods-size--box .block-measured--item-list th:first-child {
    border-left: 0;
}

.block-goods-size--box .block-measured--item-list th.block-measured--header {
    border-top: 0;
}

.block-goods-size--box .block-measured--item-list tr:first-child th {
    border-top: 0;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize-title {
    font-weight: bold;
    font-size: 16px;
}

.block-guest-favorite-synchronize-description {
    font-size: 14px;
}

.block-guest-favorite-synchronize-link {
    text-align: center;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}

/* ----アプリログイン訴求画面---- */
.block-applogin-body {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.9em;
    text-align: center;
    margin: auto;
    height: 100px;
}

/* ---- LightningRecommend ---- */
.block-top-lightningrecommend,
.block-ranking-lightningrecommend {
    padding: 0 0 40px;
}

.block-top-lightningrecommend--header,
.block-ranking-lightningrecommend--header {
    margin: 0 0 24px;
    padding: 40px 0 0;
    border: 0;
    text-align: center;
    font-family: "Josefin Sans", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.333;
    color: #000;
    background: none;
}

.block-common-lightningrecommend {
    margin-top: 10px;
}

.block-common-lightningrecommend--header {
    padding: 16px 20px;
    border: 0;
    font-size: 19px;
    background: none;
}

.block-cart--lightningrecommend-wrapper {
    padding: 0 10px;
}

/* ----本品とレフィル切り替え画面---- */
.block-refillgoods-list {
    margin: 10px;
}

.block-regular-goods-refillgoods--header {
    margin: -10px -10px 0;
}