@charset "UTF-8";

/* ----トップページ予備テンプレート2---- */
.block-top-free2-wrapper {
    background-color: #fff;
}

.block-top-free2--body {
    width: 1200px;
    margin: auto;
}

.block-top-free2--header {
    font-size: 1.75rem;
    font-family: 'Oswald', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-size: 2.5rem;
}

.block-top-free2--box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.block-top-free2--box span {
    background-color: transparent !important;
}

.block-top-free2--body {
    padding: 120px 0 150px 0;
}

.block-top-free2--text {
    font-size: 0.875rem;
}

.block-top-free2--items,
.block-top-free2--box {
    display: flex;
    align-items: center;
}

.block-top-free2--items li:nth-of-type(1) {
    margin-right: 100px;
}

.block-top-free2--body .alpha {
    font-family: 'Oswald', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
}

.block-top-free2--box-left {
    margin-right: 18px;
}

.block-top-free2--box-left img {
    width: 150px;
    height: auto;
}

.block-top-free2--text {
    font-size: 0.875rem;
    margin-bottom: 60px;
}

.block-top-free2--caption {
    font-size: 1.5625rem;
}

.block-top-free2--btn {
    width: 164px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000000;
    margin-top: 23px;
}

.block-top-free2--btn a {
    color: #ffffff;
    font-size: 0.9375rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.block-top-free2--btn a:after {
    content: "";
    display: inline-block;
    background-image: url('../../img/usr/common/icon-ex_link-white.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    margin-left: 8px;
    translate: 0 -2px;
}

/* ----ヘッダー---- */
#header {
    min-width: 1200px;
    border-bottom: 4px solid #6c3;
}

#header .container {
    width: 1200px;
    height: 76px;
    margin: auto;
}

#header .header-bg {
    background-color: #000000;
    background-image: url('../../img/usr/header/green_lines.jpg');
    background-repeat: repeat-x;
    background-position: left bottom;
    height: 24px;
}

.block-header-logo {
    font-size: 0;
    flex-grow: 1;
}

.block-header-logo a {
    display: block;
}

.block-header-logo img {
    width: auto;
    height: 58px;
}

#header nav {
    width: 1200px;
    margin: auto;
}

#header nav .navbar {
    padding: 0;
}

#header nav .block-headernav.rightBar {
    display: flex;
    align-items: center;
}

#header nav .navi-title {
    margin-right: 15px;
    margin-left: 80px;
}

#header nav .navi-title a {
    font-family: 'Fira Sans', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    color: #5a5a60;
}

#header nav .forTop {
    position: relative;
}

#header nav .navbar .navbar-brand {
    margin-right: 0;
    padding: 0;
}


#header nav .navbar .navbar-brand img {
    height: 60px;
}

/* 
#header nav .navbar .logo-desktop {
    margin-left: 20px;
    margin-right: 83px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: normal;
    font-family: 'Oswald', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header nav .navbar .logo-desktop svg {
    width: 350px;
    position: relative;
    top: -6px;
} */

#header .navbar-expand-lg>.container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
}

.block-headernav--items {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block-headernav--items li {
    position: relative;
    display: inline-block;
    font-size: .8125rem;
    text-align: center;
    border-right: 1px solid #b2b2b8;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.block-headernav--items li a {
    color: #5a5a60;
}

.block-headernav--items li.hn-parts {
    padding-left: 10px;
    padding-right: 10px;
}

.block-headernav--items li.hn-quickorder {
    padding-left: 10px;
    padding-right: 10px;
}

.block-headernav--items li.hn-login {
    border-left: 1px solid #b2b2b8;
    padding-left: 10px;
    padding-right: 10px;
}

.block-headernav--items li.hn-mypage {
    padding-left: 10px;
    padding-right: 10px;
}

.block-headernav--items li.hn-cart {
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
}

.block-headernav--items li.hn-guide {
    padding-left: 10px;
    padding-right: 10px;
}

.block-headernav--items li.hn-shop {
    padding-left: 10px;
    padding-right: 10px;
    border-right: none;
}

.block-headernav--items li.hn-search {
    border-right: none;
}

.block-headernav--items li.hn-detail {
    border-right: none;
    /*padding-right: 15px;*/
}

.block-headernav--items .hn-parts a:before {
    content: '';
    background-image: url('../../../img/usr/header/parts.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: 3px;
}

.block-headernav--items .hn-quickorder a:before {
    content: '';
    background-image: url('../../../img/usr/header/quickorder.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 19px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.block-headernav--items .hn-login a:before {
    content: '';
    background-image: url('../../../img/usr/header/login-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.block-headernav--items .hn-mypage a:before {
    content: '';
    background-image: url('../../../img/usr/header/login-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.block-headernav--items .hn-cart a:before {
    content: '';
    background-image: url('../../../img/usr/header/cart-black.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 21px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    bottom: 2px;
}

.block-headernav--items .block-global-search--submit {
    width: 15.97px;
    height: auto;
}

.block-headernav--items .qty {
    color: #5a5a60;
}

.block-headernav--items .qty:before {
    content: '(';
}

.block-headernav--items .qty:after {
    content: ')';
}

.block-headernav--items li a {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.block-headernav--items li a:hover {
    text-decoration: none;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.6875rem;
    background-color: #e61d50;
    color: #fff;
    border-radius: 10px;
    top: -5px;
    right: -2px;
    z-index: 2;
}

.block-globalnav {
    min-width: 1200px;
    width: 1200px;
    margin: auto;
}

.pane-globalnav .nav-link:focus {
    outline: 2px solid #66cc33;
}

.pane-globalnav .tab-content {
    border-radius: 0;
    padding: 0;
}

.pane-globalnav .tab-content .tab-pane {
    background: #fff;
    width: 100%;
    left: 0;
    top: 138px;
    z-index: 10;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 62px;
}

.globalnav-blur {
    filter: blur(4px);
}

.block-general-information.globalnav-blur {
    margin-top: 4px;
}

.closeBackground {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, .25);
    position: absolute;
    cursor: pointer;
    display: none;
    top: 54px;
    z-index: 10;
}

.pane-globalnav .nav-tabs {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    width: 1200px;
    padding: 34px 0 30px;
}

.pane-globalnav .nav-pills .nav-link.active,
.pane-globalnav .nav-pills .show>.nav-link {
    background-color: #000;
}

.pane-globalnav #nav-dummy-init {
    display: none;
}

.block-globalnav--items [data-toggle="pill"][aria-selected="true"] {
    color: #66cc33;
    background-color: #000;
    border-radius: 0;
}

.block-globalnav--items [data-toggle="pill"][aria-selected="true"]:after {
    content: "";
    display: inline-block;
    background-image: url(../../img/usr/common/triangle-green-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 4.5px;
    margin-left: 5px;
    transform: rotate(180deg);
    transition: all .4s;
}

.tab-content .topMonkie {
    width: 145px;
}

.tab-content .subMonkey {
    border: 1px solid #b2b2b8;
    border-bottom: 0;
    padding: 0 10px;
    position: relative;
    display: none;
}

.tab-content .topMonkie li {}

.tab-content .nav-tabs .nav-item.show .nav-link,
.tab-content .nav-tabs .nav-link.active {
    background-color: transparent;
    font-weight: bold;
    color: #000000;
    padding: 0;
}


.tab-content .nav-tabs .nav-item.show .nav-link:hover,
.tab-content .nav-tabs .nav-link.active:hover {
    color: #5a5a60;
    text-decoration: none;
}

.tab-content .nav-link {
    color: #000;
    background: none;
    border: 0;
    min-height: 40px;
}

.tab-content .nav-link-image {
    width: 140px;
    height: 140px;
}

.tab-content .nav-link-image > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.tab-content .nav-link-text {
    margin-top: 10px;
}

.tab-content .subMonkey .subTwo {
    margin: -10px auto 0;
    display: table;
    padding: 0 5px;
    background: #d7d7da;
    text-transform: uppercase;
    color: #5a5a60;
    font-size: 12px;
}

.tab-content .subMonkey .fa-caret-down {
    position: absolute;
    left: 50%;
    top: 5px;
    margin-left: -4px;
    color: #5a5a60;
    display: none;
}

/* ----ヘッダー検索---- */
.block-global-search {
    display: flex;
    align-items: center;
}

.block-global-search--keyword {
    width: 280px;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
    border: none;
    background-color: #d7d7da;
    width: 215px;
    border-radius: 4px;
    padding: 4.5px 8px;
    margin-right: 10px;
    height: 30px;
}

input.block-global-search--keyword::placeholder {
    color: #000000;
    font-size: 0.6875rem;
}

button.block-global-search--submit {
    border: none;
    background-color: transparent;
    width: 33px;
}

.block-global-search--searchdetail {
    margin-left: 15px;
}

.block-global-search--search-detail-link {
    color: #6fb4c3;
    text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
    text-decoration: none;
}

/* ----グローバルナビ---- */
.block-globalnav--items {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #454548;
}

.block-globalnav--items i {
    margin-right: 10px;
}

.block-globalnav--items > li {
    height: 100%;
    font-size: 1.125rem;
    line-height: 1;
    text-align: center;
    border-left: 1px solid #5a5a60;
}

.block-globalnav--items > li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px 0;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: bold;
    min-height: 62px;
}

.block-globalnav--items>li>a:hover {
    color: #fff;
}

.block-globalnav--items>li>a:focus {
    outline: none!important;
    -moz-outline-style: none;
}

.block-globalnav--items>li>a:after {
    content: "";
    display: inline-block;
    background-image: url('../../img/usr/common/arrow-gray-down.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 4.5px;
    margin-left: 5px;
    transition: all .4s;
}

.block-globalnav--items>li>a.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
}

.block-globalnav--items .gn-parts {
    width: 76px;
}

.block-globalnav--items .gn-wear {
    width: 150px;
}

.block-globalnav--items .gn-goods {
    width: 150px;
}

.block-globalnav--items .gn-gear {
    width: 150px;
}

.block-globalnav--items .gn-other {
    width: 150px;
}

.block-globalnav--items .gn-sale {
    width: 100px;
    border-right: 1px solid #5a5a60;
}

.block-globalnav--items .gn-jetski {
    width: 150px;
}

.block-globalnav--items .gn-oil {
    width: 150px;
}

.block-globalnav--items .gn-plaza {
    width: 140px;
}

.block-globalnav--items .gn-photo {}

.block-globalnav--items .gn-photo a {
    justify-content: start;
    color: #b2b2b8;
}

.block-globalnav--items .gn-photo a span {
    padding-left: 82px;
}

.block-globalnav--items .gn-sale a {
    padding-left: 8px;
    padding-right: 7px;
}

.block-globalnav--items .gn-quickorder {
    margin-left: 12px;
}

.block-globalnav--items .gn-other-menu {
    margin-left: auto;
}

.block-globalnav--items .gn-other-menu {
    position: relative;
}

.block-globalnav--items .gn-quickorder,
.block-globalnav--items .gn-beginners,
.block-globalnav--items .gn-guide,
.block-globalnav--items .gn-faq,
.block-globalnav--items .gn-contact,
.block-globalnav--items .gn-other-menu {
    min-height: auto;
    color: #b2b2b8;
    border-left: 0;
}

.block-globalnav--items .gn-quickorder,
.block-globalnav--items .gn-beginners,
.block-globalnav--items .gn-guide {
    width: 147px;
    width: auto;
}

.block-globalnav--items .gn-quickorder {
    margin-left: auto;
}

.block-globalnav--items .gn-quickorder a,
.block-globalnav--items .gn-beginners a,
.block-globalnav--items .gn-guide a,
.block-globalnav--items .gn-contact a,
.block-globalnav--items .gn-faq a,
.block-globalnav--items .gn-other-menu a {
    padding: 0 15px;
    min-height: auto;
    color: #b2b2b8;
    font-size: 13px;
}

.block-globalnav--items .gn-parts a:after,
.block-globalnav--items .gn-quickorder a:after,
.block-globalnav--items .gn-beginners a:after,
.block-globalnav--items .gn-guide a:after,
.block-globalnav--items .gn-contact a:after,
.block-globalnav--items .gn-faq a:after {
    content: '';
    display: none;
}

.block-globalnav-menu {
    position: absolute;
    background-color: #191919;
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 30px 0 20px;
    text-align: left;
    z-index: 10;
}

.block-globalnav-menu * {
    color: #fff;
}

.block-globalnav-menu>div {
    width: 1200px;
    margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
    display: flex;
    align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
    width: 20%;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

.block-globalnav-menu--freespace * {
    font-size: 0.875rem;
}

.block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.block-globalnav-menu--freespace p {
    font-size: 0.75rem;
    margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

/* ---- ヘッダーロゴ押下時メニュー ---- */
.logo-menu {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 100;
}
.logo-menu-container {
    position: relative;
    background: #fff;
    padding: 16px;
    transform: translateZ(0);
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}
.logo-menu-container::before {
    position: absolute;
    content: '';
    display: block;
    border-top: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
    top: -24px;
    left: 24px;
}
.logo-menu-container ul {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
}
.logo-menu-container ul li{
    width: 176px;
    height: 48px;
}
.logo-menu-container ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    position: relative;
}
.logo-menu-container ul li a:hover {
    text-decoration: none;
    opacity: .7;
}
.logo-menu-storetop {
    background-color: #69BE28;
    background-image: url(../../img/usr/header/cart-white.png);
    background-size: 22px 20px;
    background-position: 22px center;
    color: #fff;
    padding-left: 25px;
    border: 1px solid #69BE28;
}
.logo-menu-storetop:hover {
    color: #fff;
}
.logo-menu-officialtop {
    background-color: #fff;
    background-image: url(../../img/usr/header/icon-ex_link-green.png);
    background-size: 11px 11px;
    background-position: right 20px top 16px;
    color: #69BE28;
    padding-right: 20px;
    border: 1px solid #69BE28;
}
.logo-menu-officialtop:hover {
    color: #69BE28;
}

/* ---- その他押下時メニュー ---- */
.gn-other-menu-wrapper {
    display: none;
    width: 150px;
    background-color: #454548;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 23px);
    right: 0;
    z-index: 100;
}
.gn-other-menu-list {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.gn-other-menu-list-item + .gn-other-menu-list-item {
    border-top: 1px solid#6c3;
}
.gn-other-menu-list-item a {
    display: block;
    color: #fff !important;
    padding: 10px 16px !important;
}
.nav-link.-is-open {
    color: #66cc33 !important;
}
.nav-link.-is-open::after {
    background-image: url(../../img/usr/common/triangle-green-down.png);
    transform: rotate(180deg);
}

/* ----フッター---- */
.pane-footer {
    background-color: #0f0f10;
}

.pane-footer--inner {
    margin: auto;
    position: relative;
    width: 1200px;
}

.block-footernav {
    padding: 65px 0 40px 0;
    margin: auto;
    background-color: #0f0f10;
}

.block-footernav h3 {
    font-size: 1.125rem;
    margin: auto;
    font-weight: bold;
    text-align: left;
}

.block-footernav li a {
    font-size: 0.75rem;
    color: #ffffff;
}

.block-footernav h3,
.block-footernav a,
.block-footernav p {
    color: #ffffff;
}

.block-footernav--box-row {
    display: flex;
}

.block-footernav--box-col {
    width: 375px;
}

.block-footernav--box-col:nth-of-type(1),
.block-footernav--box-col:nth-of-type(2) {
    margin-right: 40px;
}

.block-footernav--box-col:nth-of-type(1) .block-footernav--box:nth-of-type(1),
.block-footernav--box-col:nth-of-type(2) .block-footernav--box:nth-of-type(1),
.block-footernav--box-col:nth-of-type(3) .block-footernav--box:nth-of-type(1) {
    height: 190px;
}

.block-footernav--box-col:nth-of-type(1) .block-footernav--box:nth-of-type(2),
.block-footernav--box-col:nth-of-type(2) .block-footernav--box:nth-of-type(2) {
    height: 150px;
}

.block-footernav--box-col:nth-of-type(2) .block-footernav--box:nth-of-type(2) .block-footernav--items {
    flex-direction: column;
    align-items: baseline;
}

.block-footernav--box-col li {
    margin-bottom: 15px;
}

.block-footernav--items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.block-footernav--items li {
    width: 50%;
    text-align: left;
}

.block-footernav--box-col {
    display: flex;
    flex-direction: column;
}

.block-footernav--hr {
    margin-top: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #454548;
}

.block-footernav--text {
    text-align: left;
    font-size: 0.75rem;
    margin-bottom: 15px;
    display: block;
}

.block-footernav-btn-request {
    background-color: #66cc33;
    height: 45px;
    width: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9375rem;
    margin-bottom: 15px;
}

.block-footernav-btn-request a {
    color: #000000;
    display: block;
    line-height: 45px;
    height: 100%;
    width: 100%;
    text-align: center;
    font-family: 'Oswald', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.block-footernav-btn-request a:before {
    content: "";
    display: inline-block;
    background-image: url('../../img/usr/common/arrow-black-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 7.5px;
    margin-right: 11px;
}

.block-footernav-btn-cancel {
    font-size: 0.75rem;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}

.block-footernav-btn-cancel a {
    font-size: 0.75rem;
}

/* ----ページトップに戻る---- */
.block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

#footer_pagetop {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: calc((100vw - 1200px) / 2);
    z-index: 1;
}

/* ----ブランド画面---- */
.block-brand-list {
    margin: 40px 0 60px;
}

.block-brand-list .block-topic-path {
    margin-bottom: 40px;
}

.block-brand-list--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-brand-list--item {
    flex-grow: 1;
    flex-basis: 390px;
    max-width: 390px;
    margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
    margin-left: 0;
}

.block-brand-list--item-img {
    width: 390px;
    height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
    border: #ddd 1px solid;
    border-top: none;
    border-bottom: none;
}

.block-brand-list--item-name {
    padding: 15px 35px 0;
}

.block-brand-list--item-comment {
    border-bottom: #ddd 1px solid;
    padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
    display: block;
    text-align: center;
    width: 240px;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 0.875rem;
    margin: 15px auto 0;
    background: #e5e5e5;
}

.block-brand-detail--image {
    margin-top: 40px;
}

.block-brand-detail--description {
    margin-bottom: 30px;
}

/* ----商品詳細画面---- */
/*CSSによる商品詳細画面の項目の並び順変更用*/
.pane-goods-right-side form {}

.block-goods-sns {
    order: 10;
}

.page-goods .block-icon {
    order: 20;
}

.block-goods-comment {
    order: 30;
}

.block-goods-name {
    order: 40;
}

.block-goods-price {
    order: 50;
}

.block-goods-code {
    order: 60;
}

.block-goods-item-code {
    order: 70;
}

.block-goods-item-code2 {
    order: 80;
}

.block-goods-item-code3 {
    order: 90;
}

.block-goods-release-dt {
    order: 100;
}

.block-goods-class1 {
    order: 110;
}

.block-goods-class2 {
    order: 120;
}

.block-goods-attr1 {
    order: 130;
}

.block-goods-attr2 {
    order: 140;
}

.block-goods-attr3 {
    order: 150;
}

.block-goods-size {
    order: 160;
}

.block-goods-color {
    order: 170;
}

.block-goods-point {
    order: 180;
}

.block-goods-postage {
    order: 190;
}

.block-goods-stock {
    order: 200;
}

.block-goods-spec {
    order: 210;
}

.block-goods-sales-detail-append {
    order: 220;
}

.block-variation {
    order: 230;
}

.block-custom-order {
    order: 240;
}

.block-add-cart {
    order: 250;
}

.block-no-stock {
    order: 260;
}

.block-outside-sales-period {
    order: 260;
}

.block-arrival-notice {
    order: 270;
}

.block-goods-store-stock {
    order: 280;
}

.block-goods-set {
    order: 290;
}

.block-accessory-list {
    order: 300;
}

.block-variation-back-order {
    order: 310;
}

.block-contact-about-goods {
    order: 320;
}

.block-goods-favorite {
    order: 330;
}

.block-goods-link {
    order: 340;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
    text-align: center;
    margin-top: 50px;
}

/* ----定期購入商品サイクル情報変更画面---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 5px 0 0 5px;
}

.block-footer-sub {
    background-color: #000000;
}

.block-footer-sub--inner {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: auto;
    padding: 30px 0 40px 0;
}

.block-copyright {
    font-family: 'Fira Sans', "メイリオ", Meiryo, "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 0.8125rem;
    text-align: center;
    color: #ffffff;
    text-align: left;
    width: 790px;
}

.sns-items {
    display: flex;
    align-items: center;
    width: 233px;
}

.sns-items img {
    width: 100%;
    height: auto;
}

.sns-items .sns-facebook {
    width: 11.5px;
    height: auto;
    margin-right: 29px;
}

.sns-items .sns-twitter {
    width: 20px;
    height: auto;
    margin-right: 29px;
}

.sns-items .sns-instagram {
    width: 18.5px;
    height: auto;
    margin-right: 29px;
}

.sns-items .sns-youtube {
    width: 20.5px;
    height: auto;
    margin-right: 29px;
}

.sns-items .sns-linkedin {
    width: 17px;
    height: auto;
    margin-right: 29px;
}

.block-switcher--switch {
    border: 1px solid #5a5a60;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 172.5px;
}

.block-switcher--switch a {
    color: #5a5a60;
    font-size: 0.75rem;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.block-switcher--switch a:before {
    content: "";
    display: inline-block;
    background-image: url('../../img/usr/common/arrow-gray-right.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 7.5px;
    margin-right: 11px;
}

/*-- フリースペース3 --*/
.block-category-list--freespace3 {
    text-align: center;
    background-color: #000000;
}

.block-category-list--freespace3 img {
    object-fit: cover;
    min-width: 1200px;
}

/*-- category tree / genre tree --*/
.menu .menu-level-0 {
    background-color: #202021;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #454548;
}

.menu .menu-level-0 a {
    color: #ffffff;
}

.menu .menu-level-1 {
    background-color: #d7d7da;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.menu .menu-level-1 a {
    font-size: 0.75rem;
    color: #5a5a60;
}

.menu .menu-level-2 {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
}

.menu .menu-level-2:last-of-type {
    border-bottom: none;
}

.menu .menu-level-2 a {
    color: #000000;
    font-size: 0.75rem;
}

.menu .menu-cart,
.menu .menu-mypage {
    background-color: #000000;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #454548;
    height: 55px;
}

.menu .menu-cart *,
.menu .menu-mypage * {
    font-weight: bold;
    color: #76767c;
}

.menu .menu-wrapper {
    width: 100%;
    height: 100%;
}

.menu .menu-box {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.menu .menu-level-0 .menu-main {
    height: 75px;
    font-weight: bold;
}

.menu .menu-level-1 .menu-main {
    height: 50px;
    font-weight: bold;
}

.menu .menu-level-2 .menu-main {
    height: 40px;
    font-weight: normal;
}

.menu .menu-main {
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 1;
}

.menu a {
    display: block;
}

.menu .menu-sub {
    width: calc(100% - 15px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu .menu-level-0>.menu-wrapper>[data-has-child="true"].shown>a {
    color: #69bd27;
    transition: all 1s;
}

.menu .menu-level-0>.menu-wrapper>[data-has-child="true"].showing>a {
    color: #69bd27;
    transition: all 0.4s;
}

.menu .menu-level-0>.menu-wrapper>[data-has-child="true"].hiding>a {
    color: #ffffff;
    transition: all 0.4s;
}

.menu .menu-level-0>.menu-wrapper>[data-has-child="true"].hide>a {
    color: #ffffff;
    opacity: 1;
    transition: all 1s;
}

.menu .menu-level-1>.menu-wrapper>[data-has-child="true"].showing,
.menu .menu-level-1>.menu-wrapper>[data-has-child="true"].shown {
    border-left: 3px solid #69bd27;
    border-bottom: 1px solid #f1f1f1;
    background-color: #ffffff;
    color: #000000;
    padding-left: 12px;
}

.menu .menu-level-0 [data-toggle="collapse"][aria-expanded="false"]:after {
    content: '';
    background-image: url(../../img/usr/common/triangle-gray-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5px;
    height: 8.5px;
    display: block;
    position: relative;
    left: 1px;
}

.menu .menu-level-0 [data-toggle="collapse"][aria-expanded="true"]:after {
    content: '';
    background-image: url(../../img/usr/common/triangle-green-up.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 7px;
    height: 5px;
    display: block;
    position: relative;
    left: 1px;
}

.menu .menu-level-1 [data-toggle="collapse"][aria-expanded="false"]:after {
    content: '';
    background-image: url(../../img/usr/common/plus-gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    position: relative;
    left: 0;
}

.menu .menu-level-1 [data-toggle="collapse"][aria-expanded="true"]:after {
    content: '';
    background-image: url(../../img/usr/common/minus-green.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 10px;
    height: 2px;
    display: block;
    position: relative;
    left: 0;
}

.menu .menu-level-2 [data-toggle="collapse"][aria-expanded="false"]:after {
    content: '';
    background-image: url(../../img/usr/common/caret-gray-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5px;
    height: 8.5px;
    display: block;
    position: relative;
    left: 3px;
}

.menu [data-has-child="false"] [data-toggle="collapse"][aria-expanded="false"]:after {
    content: '';
    background-image: url(../../img/usr/common/caret-gray-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 5px;
    height: 8.5px;
    display: block;
    position: relative;
    left: 3px;
}

.menu [data-has-child="false"] .menu-main {
    width: calc(100%);
    position: relative;
    z-index: 1;
}

.menu img.cart {
    width: auto;
    height: 15px;
    margin-right: 8px;
}

.menu img.mypage {
    width: 15px;
    height: auto;
    margin-right: 8px;
}

.menu .qty {
    color: #ffffff;
    font-weight: normal;
}

.menu li a.parts {
    padding-left: 18px;
    color: #ffffff;
}

/*-- カレンダー --*/
:root {
    --calendar-color-normal: #fff;
    --calendar-color-holiday: #cc0000;
    --calendar-color-holiday2: #FDCF74;
    --calendar-color-today: #7299FE;
    --calendar-color-head: #0f0f10;
    --calendar-color-border: #454548;
    --calendar-color-border2: #fff;
    --calendar-background-color: #0f0f10;
}

.calendar-wrapper-wrapper .calendar-title {
    text-align: center;
    margin: 0 0 8px 0;
}

.calendar-wrapper {
    background-color: var(--calendar-background-color);
}

.calendar-wrapper li {
    margin: 0;
    color: var(--calendar-color-normal);
}

.calendar-wrapper .cal_wrapper {
    border: 1px solid var(--calendar-color-border2);
    width: 322px;
}

.calendar-wrapper .cal_wrapper table {
    font-size: 0.75rem;
    line-height: 1.2;
    width: 100%;
    border-collapse: collapse;
    background-color: var(--calendar-background-color);
}

.calendar-wrapper .cal_wrapper table td {
    position: relative;
    height: 30px;
    vertical-align: middle;
    border: 1px solid var(--calendar-color-border);
}

.calendar-wrapper .cal_wrapper table tr td:first-of-type {
    border-left: none;
}

.calendar-wrapper .cal_wrapper table tr td:last-of-type {
    border-right: none;
}

.calendar-wrapper .cal_wrapper table td div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    padding: 2px 0;
    border: none;
    color: var(--calendar-color-normal);
}

.calendar-wrapper .cal_wrapper table td div span {
    display: none;
    position: absolute;
    bottom: 90%;
    left: 30%;
    z-index: 100;
    color: #fff;
    padding: 1px 5px;
    font-size: 1.0rem;
    line-height: 1.2;
    min-width: 10em;
    text-align: left;
}

.calendar-wrapper .cal_wrapper table td:hover div span {
    display: block;
}

.calendar-wrapper .cal_wrapper table .cal_ui {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: var(--calendar-color-head);
    padding: 5px 0;
    font-weight: bold;
}

.calendar-wrapper .cal_wrapper table .cal_ui .disabled {
    display: none;
}

.calendar-wrapper .cal_wrapper table .cal_ui>p {
    font-size: 0.75rem;
    color: var(--calendar-color-normal);
}

.calendar-wrapper .cal_wrapper table .cal_ui ul li:first-of-type {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-wrapper .cal_wrapper table .cal_ui ul li:last-of-type {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-wrapper .cal_wrapper table .cal_ui ul li a {
    padding: 0 10px;
    color: var(--calendar-color-normal);
    font-weight: bold;
}

.calendar-wrapper .cal_wrapper .headline {
    display: none;
}

.calendar-wrapper .cal_wrapper td div.Today {
    background-color: var(--calendar-color-today);
}

.calendar-wrapper .cal_wrapper td div.Holyday {
    background-color: var(--calendar-color-holiday);
}

.calendar-wrapper .cal_wrapper td div.HolydayWork {
    background-color: var(--calendar-color-holiday2);
}

.calendar-wrapper .cal_info {
    padding: 20px 0 0 0;
    font-size: 0.75rem;
    line-height: 1.2;
}

.calendar-wrapper .cal_info ul {
    display: flex;
    gap: 0 10px;
}

.calendar-wrapper .cal_info li:before {
    display: inline-block;
    margin: 0 7px 0 0;
    width: 10px;
    height: 10px;
    content: '';
    vertical-align: middle;
}

.calendar-wrapper .cal_info li.day--today:before {
    background: var(--calendar-color-today);
}

.calendar-wrapper .cal_info li.day--holiday:before {
    background: var(--calendar-color-holiday);
}

.calendar-wrapper .cal_info li.day--holidaywork:before {
    background: var(--calendar-color-holiday2);
}

.block-order-info-ac {
    margin-top: 70px;
    margin-bottom: 40px;
    background: #F1F1F1;
}

.block-order-info-ac .nav-open {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.block-order-info-ac .nav-open::before,
.block-order-info-ac .nav-open::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 25px;
	display: block;
	width: 14px;
	height: 2px;
	margin-top: auto;
	margin-bottom: auto;
	background: #76767C;
	transition: all .3s;
}

.block-order-info-ac .nav-open::after {
	transform: rotate(-90deg);
}

.block-order-info-ac .nav-open.active::after {
	transform: rotate(0);
	transform-origin: center center;
}

.block-order-info-ac .nav-contents {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}

.page-cart .block-order-flex {
    display: flex;
    gap: 0 40px;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 32px 40px;
}

.block-order-info-ac .nav-open + * {
	display: none;
}

.block-order-info-definition-list {
    font-size: 16px;
    line-height: calc(24 / 16);
}

.block-order-info-definition-list + .block-order-info-definition-list {
    margin-top: 24px;
}

.block-order-info-definition-title {
    font-weight: 700;
    margin-bottom: 8px;
}

.block-order-info-definition-detail a {
    text-decoration: underline;
}

.page-cart .pane-main .calendar-wrapper {
    background-color: #fff;
}

.page-cart .pane-main .calendar-wrapper .cal_wrapper {
    border: 1px solid #333;
    border-bottom: none;
}

.page-cart .pane-main .calendar-wrapper li,
.page-cart .pane-main .calendar-wrapper .cal_wrapper table .cal_ui,
.page-cart .pane-main .calendar-wrapper .cal_wrapper table {
    background-color: #fff;
    color: #333;
}

.page-cart .pane-main .calendar-wrapper .cal_wrapper table td div,
.page-cart .pane-main .calendar-wrapper .cal_wrapper table .cal_ui>p,
.page-cart .pane-main .calendar-wrapper .cal_wrapper table .cal_ui ul li a {
    color: #333;
}

.page-cart .pane-main .calendar-wrapper-wrapper {
    padding: 20px 20px;
    border: 1px solid #333;
}

.page-cart .pane-main .calendar-wrapper-wrapper .calendar-title {
    font-weight: bold;
}

.page-cart footer .calendar-wrapper {
    display: none;
}