@charset "UTF-8";

/* ----トピック---- */
.block-top-topic {
    border-top: 1px #dcdcdc solid;
    width: 1180px;
    margin: 50px auto 100px auto;
    padding-top: 60px;
}

.block-top-topic--header span {
    display: block;
    font-size: 13px;
    line-height: 110%;
    letter-spacing: 0;
}

.block-top-topic--header {
    font-size: 22px;
    text-align: center;
    line-height: 1.2;
    border-top: none;
    padding: inherit;
}

.block-top-topic--body {
    width: 800px;
    margin: 0 auto 60px auto;
}

.block-top-topic--items {
    border-top: 1px solid #ddd;
    margin: 0 auto 60px auto;
}

.block-top-topic--items li {
    border-bottom: 1px solid #ddd;
}

.block-top-topic--items li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

.block-top-topic--items dl {
    display: flex;
}

.block-top-topic--items dt {
    width: 8em;
}

.block-top-topic--items dd {}

.block-top-topic--next-page {
    text-align: center;
    margin-top: 20px;
}

.block-top-topic--next-page a {
    display: inline-block;
    max-width: 500px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 10px 2em;
    color: inherit;
    text-decoration: none;
}

.block-top-topic--next-page a:before {
    border-top: 1px #444 solid;
    border-bottom: 1px #444 solid;
}

.block-top-topic--next-page a:after {
    border-left: 1px #444 solid;
    border-right: 1px #444 solid;
}

.block-top-topic--next-page a:before,
.block-top-topic--next-page a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-topic--items img {
    vertical-align: middle;
}

.block-topic-page--article-icon {
    vertical-align: middle;
}

.block-topic-page--article figure {
    font-size: 0;
}

.block-topic-page--article figure img {
    padding-bottom: 10px;
}

.block-topic-details--items dl,
.block-topic-details--items dt,
.block-topic-details--items dd {
    display: inline;
}

.block-topic-details--items dt {
    margin-right: 10px;
}

.block-topic-details--items img {
    vertical-align: middle;
}

.block-topic-details--items li {
    border-bottom: #ddd 1px solid;
}

.block-topic-details--items li a {
    display: block;
    padding: 15px 0;
    text-decoration: none;
}

/* ----最近見た商品---- */
.block-recent-item {
    width: 1180px;
    margin: 0 auto;
    border-top: none;
    padding-top: 60px;
    padding-bottom: 60px;
}

.block-recent-item--header {
    font-size: 22px;
    text-align: center;
    border-top: none;
    padding: 0 0 35px;
    display: none;
}

.block-recent-item--items {
    overflow: hidden;
}

.block-recent-item--items a {
    text-decoration: none;
}

.block-recent-item--keep-history {
    text-align: right;
    margin-top: 30px;
}

.block-recent-item--keep-history a {
    font-size: 14px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

.block-recent-item--keep-history a:before,
.block-recent-item--keep-history a:after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 1px;
    top: 10px;
    left: 5px;
    background: #444;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-recent-item--keep-history a:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-recent-item--keep-history a:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.block-recent-item--keep-history a:hover:before,
.block-recent-item--keep-history a:hover:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.block-recent-item--empty-message {
    text-align: center;
}

/* ----最近チェックした商品(ブランド)---- */
.block-brand-recent-item {
    width: 900px;
}

.block-brand-recent-item--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px;
}

.block-brand-recent-item--items {
    width: 900px;
}

.block-brand-recent-item--keep-history {
    text-align: right;
    margin-top: 20px;
}

.block-brand-recent-item--keep-history a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px;
}

/* ----最近チェックした商品(カート)---- */
.block-cart-recent-item {
    width: 1180px;
    margin-bottom: 50px;
}

.block-cart-recent-item--header {
    text-align: center;
    line-height: 140%;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 22px;
    border-top: unset;
}

.block-cart-recent-item--header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background-color: #444;
}

.block-cart-recent-item--items {
    width: 1180px;
}

.block-cart-recent-item--keep-history {
    text-align: right;
    margin-top: 20px;
}

.block-cart-recent-item--keep-history a {
    color: #6fb4c3;
    text-decoration: underline;
    font-size: 14px;
}

/* ----検索サジェスト---- */
.block-search-suggest {
    position: absolute;
    display: block;
    z-index: 1000;
    text-align: left;
    padding: 5px;
    width: 370px;
    background-color: #fff;
    border: 1px solid #000;
}

.block-search-suggest--keyword {
    padding: 2px;
}

.block-search-suggest--keyword-entry {
    display: block;
    text-decoration: none;
}

.block-search-suggest--goods {
    min-height: 60px;
    padding: 2px;
    display: block;
    clear: both;
}

.block-search-suggest--goods-img {
    display: block;
    float: left;
    width: 60px;
    margin-right: 10px;
}

.block-search-suggest--goods-img img {
    width: 60px;
    height: 60px;
}

.block-search-suggest--goods-name,
.block-search-suggest--goods-comment,
.block-search-suggest--goods-price-items {
    width: 100%;
}

.block-search-suggest--keyword:hover,
.block-search-suggest--goods:hover {
    background-color: #dedede;
    cursor: pointer;
}

/* ----パンくず---- */
.block-topic-path {
    padding: 12px 0;
}

.block-topic-path--list li {
    display: inline-block;
    padding-right: 5px;
    position: relative;
}

/*.block-topic-path--list li:after {content: "";display: block;position: absolute;width: 6px;height: 6px;border-top: 1px #444 solid;border-right: 1px #444 solid;top: 50%;right: 10px;transform: rotate(45deg);margin-top: -3px;}.block-topic-path--list li:last-child:after {display: none;}*/
.block-topic-path--list a {
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 5px;
}

.block-topic-path--list a:hover {
    opacity: 0.7;
}

/* ----左メニューブロック共通---- */
.pane-left-menu h2 {
    font-size: 16px;
    padding: 12px 0 15px 5px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px #eee solid;
    border-top: none;
}

.pane-left-menu h2 span {
    font-size: 12px;
    font-weight: normal;
}

.pane-left-menu h3 {
    font-size: 14px;
    padding: 8px 0;
    font-weight: bold;
    border-bottom: #eee 1px solid;
    margin-bottom: 5px;
    cursor: pointer;
}

/* ----左メニュー / カテゴリから探す、ジャンルから探す---- */
#block_of_categorytree,
#block_of_genretree {
    border-top: 1px #9e9e9e solid;
    border-left: 1px #9e9e9e solid;
    margin-bottom: 30px;
    padding-left: 10px;
}

/* ----キーワード検索ブロック---- */
#block_of_searchbox {
    margin-bottom: 30px;
}

.block-search-box--search-detail a {
    display: inline-block;
    padding-left: 16px;
    position: relative;
    text-decoration: none;
    color: inherit;
}

.block-search-box--search-detail a:hover {
    text-decoration: underline;
}

.block-search-box--search-detail a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px #888 solid;
    border-right: 1px #888 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-search-box--form {
    border: 1px #ccc solid;
    display: flex;
    position: relative;
    background-color: inherit;
}

.block-search-box--form:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 26px;
    right: 40px;
    top: 50%;
    margin-top: -13px;
    background: #ccc;
}

input.block-search-box--keyword:hover,
input.block-search-box--keyword {
    border: none;
    background-color: transparent;
    flex-grow: 1;
}

button.block-search-box--search-submit {
    border: none;
    background-color: transparent;
    width: 40px;
    padding: 0;
}

.block-search-box--search-detail {
    text-align: right;
    margin: 5px 0;
}

/* ----Ajaxカートブロック---- */
#block_of_jscart {
    margin-bottom: 30px;
    position: relative;
    border-top: 1px #9e9e9e solid;
    border-left: 1px #9e9e9e solid;
    padding-left: 10px;
}

.block-jscart--body {
    position: relative;
    padding-top: 15px;
}

/*#block_of_jscart:before,#block_of_jscart:after,.block-jscart--body:before,.block-jscart--body:after{content: "";display: block;position: absolute;width: 14px;height: 14px;}#block_of_jscart:before,#block_of_jscart:after{border-top: 1px #888 solid;top: 0;}.block-jscart--body:before,.block-jscart--body:after{border-bottom: 1px #888 solid;bottom: 0;}#block_of_jscart:before,.block-jscart--body:before{border-left: 1px #888 solid;left: 0;}#block_of_jscart:after,.block-jscart--body:after{border-right: 1px #888 solid;right: 0;}*/
.block-jscart--title {
    display: none;
}

.block-jscart--items {
    border-bottom: #eee 1px solid;
    padding-bottom: 12px;
    padding-left: 5px;
    margin-bottom: 5px;
}

.block-jscart--items dd {
    text-align: right;
}

.block-jscart--name {
    margin-bottom: 5px;
}

.block-jscart--price {
    margin-top: 5px;
}

.block-jscart--delete {
    text-align: right;
    margin-bottom: 5px;
    display: none;
}

.block-jscart--cart-to-order {
    text-align: center;
    margin-top: 15px;
}

.block-jscart--cart-to-order a {
    width: 100%;
    color: #ffffff;
    background: #888;
    letter-spacing: 0.1em;
}

.block-jscart--total {
    text-align: right;
    margin-top: 10px;
}

.block-jscart--total dt,
.block-jscart--total dd {
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}

.block-jscart--total dd {
    font-size: 17px;
}

.block-jscart--empty {
    text-align: center;
    padding: 0 5px 10px 5px;
}

/* ----エラー画面---- */
.block-validation-alert {
    text-align: center;
    margin: 100px auto;
    padding: 30px;
    width: 500px;
    border: 1px solid #808080;
}

.block-validation-alert--title {
    font-weight: bold;
    margin-bottom: 10px;
}

.block-validation-alert--link {
    display: block;
    margin-top: 10px;
}

.block-common-alert {
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.block-common-alert--link {
    display: block;
    margin-top: 10px;
}

.block-common-alert-list {
    margin: 0 auto 20px;
    padding: 20px;
    border: 1px solid #999;
    background-color: #fff;
    width: 800px;
}

.block-common-alert-list--items {
    color: #a94442;
}

/* ----郵便番号サジェスト---- */
.block-ziplist--ziplist-frame {
    z-index: 2000;
}

/* ----サイクル情報編集---- */
.block-regular-cycle--cycle-sub-type {
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ccc;
}

.block-regular-cycle--deliv_date {
    width: 100%;
    margin: 20px 0;
}

.block-regular-cycle--deliv_date--prev-expected-dt {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--next-expected-dt {
    border: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-title,
.block-regular-cycle--deliv_date--next-expected-dt-title {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
    background-color: #f8f8f8;
    border-bottom: 1px dotted #ccc;
}

.block-regular-cycle--deliv_date--prev-expected-dt-date,
.block-regular-cycle--deliv_date--next-expected-dt-date {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}

/* ----商品詳細画面---- */
.block-goods-detail--promotion-freespace {
    margin-bottom: 10px;
}

.block-src-l {
    width: 600px;
    margin-bottom: 5px;
    overflow: hidden;
}

.block-src-l .slick-slider,
.block-src-l .slick-list,
.block-src-l .slick-track,
.block-src-l .slick-slide {
    z-index: 10;
}

.block-src-l figure {
    text-align: center;
    width: 600px;
    height: 600px;
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}

.block-src-l figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.block-src-l--comment {
    min-height: 22px;
}

.block-src-c {
    width: 600px;
    margin-bottom: 20px;
    overflow: hidden;
}

.block-src-c figure {
    margin-bottom: 5px;
}

.block-src-c figure img {
    display: block;
    margin: 0 auto;
}

.block-src-c>div {
    text-align: center;
    margin: 5px 0;
}

.block-goods-gallery .slider-nav {
    width: 600px;
}

.block-goods-gallery .slider-nav .slick-track {
    width: 608px !important;
    margin: 0 -4px;
    transform: translate3d(0px, 0px, 0px) !important;
    display: flex;
    flex-wrap: wrap;
}

.block-goods-gallery .slider-nav .slick-track li {
    float: none;
    width: 76px !important;
    margin: 0 !important;
    padding: 76px 0 0 0 !important;
    position: relative;
    height: 0;
}

.block-goods-gallery .slider-nav .slick-track li:nth-child(5n) {
    padding-right: 0 !important;
}

.block-goods-gallery .slider-nav .slick-track li figure {
    position: absolute;
    border: none;
    padding: 0 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-goods-gallery .slider-nav .slick-track li figure:hover {
    cursor: pointer;
}

.block-goods-gallery .slider-nav .slick-track li figure:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 8px);
    width: -moz-calc(100% - 8px);
    width: -webkit-calc(100% - 8px);
    height: calc(100% - 8px);
    height: -moz-calc(100% - 8px);
    height: -webkit-calc(100% - 8px);
    border: 3px #ccc solid;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-goods-gallery .slider-nav .slick-track li figure:hover:before {
    opacity: 1;
}

.block-goods-gallery .slider-nav .slick-track li.slick-active figure:before {
    border: 3px #525252 solid;
    opacity: 1;
}

.block-goods-gallery .slider-nav .slick-track li figure image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.slider-for .slick-arrow,
.block-goods-gallery .slick-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
    top: 50%;
    margin-top: -20px;
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: none;
    padding: 0;
}

.block-src-l .slick-arrow:before,
.block-goods-gallery .slick-arrow:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.block-src-l .slick-prev:after,
.block-src-l .slick-next:after,
.block-goods-gallery .slick-prev:after,
.block-goods-gallery .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px !important;
    height: 10px !important;
    border-top: 2px #525252 solid;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    background: none !important;
}

.block-src-l .slick-next:after,
.block-goods-gallery .slick-next:after {
    border-right: 2px #525252 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -5px 0 0 -7px;
}

.block-src-l .slick-prev:after,
.block-goods-gallery .slick-prev:after {
    border-left: 2px #525252 solid;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: -5px 0 0 -3px;
}

.block-goods-gallery .slick-arrow:hover {
    cursor: pointer;
}

.block-goods-gallery .slick-arrow.slick-disabled {
    display: none !important;
}

.block-src-l .slick-arrow.slick-prev,
.block-goods-gallery .slick-arrow.slick-prev {
    left: 10px;
}

.block-src-l .slick-arrow.slick-next,
.block-goods-gallery .slick-arrow.slick-next {
    right: 10px;
}

.block-goods-comment {
    font-size: 15px;
    font-weight: bold;
}

.block-goods-affix-list {
    margin-bottom: 10px;
}

.block-goods-affix-list dt {
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}

.block-goods-affix-list dd {
    padding: 5px 0 0 15px;
}

.block-goods-affix-list--link:before {
    font-family: FontAwesome;
    content: "\f15c";
    margin-right: 5px;
}

.block-add-cart,
.block-custom-order,
.block-no-stock {
    display: table;
    width: 500px;
    margin: 0 auto;
}

.block-add-cart .block-add-cart--btn,
.block-custom-order .block-custom-order--btn {
    display: table-cell;
    vertical-align: top;
    line-height: 36px;
    font-size: 18px;
    width: 430px;
}

.block-add-cart .block-variation-favorite,
.block-add-cart .block-goods-favorite,
.block-custom-order .block-goods-favorite {
    display: table-cell;
    vertical-align: top;
    width: 64px;
}

.block-variation-favorite .fa-heart:before {
    font-size: 20px;
}

.block-contact-about-goods {
    margin-top: 20px;
    text-align: center;
}

.block-contact-about-goods a {
    background: none;
    padding: 5px 0;
    display: inline-block;
    text-decoration: underline;
}

.block-contact-about-goods a:hover {
    text-decoration: none;
}

.block-goods-store-stock {
    text-align: center;
}

.block-goods-store-stock input {
    text-decoration: none;
}

.block-custom-order--btn {}

.block-goods-store-stock--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px;
    background: unset;
    text-decoration: underline;
}

.block-arrival-notice {
    text-align: center;
}

.block-arrival-notice--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px;
}

.block-contact-about-goods--btn {
    padding: 10px 0;
    font-size: 16px;
    width: 280px;
}

.block-variation-add-cart {
    margin-right: 5px;
}

.block-variation-add-cart--btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    width: 220px;
    height: 54px;
}

.block-variation-favorite--btn,
.block-goods-favorite--btn {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    width: 54px;
    height: 54px;
}

.block-goods-favorite--btn:before {
    content: "\02665";
    font-size: 20px;
}

.block-goods-favorite--btn+.block-goods-favorite--btn {
    display: none;
}

.block-no-stock--message {
    text-align: center;
    margin-top: unset;
    padding: 14px 0;
    font-size: 16px;
    width: 95%;
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.block-variation-no-stock,
.block-goods-variation-arrival-notice {
    margin-right: 5px;
}

.block-variation-no-stock--message,
.block-goods-variation-arrival-notice--btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 165px;
    height: 54px;
}

.block-variation-no-stock--message {
    border: 1px solid #ebccd1;
    color: #a94442;
    background-color: #f2dede;
}

.block-variation-no-stock .block-variation-no-stock--message {
    width: 220px;
}

.bx-wrapper {
    width: 600px;
    margin-bottom: 5px;
    overflow: hidden;
}

.block-goods-gallery ul {
    font-size: 0;
}

.block-goods-gallery li {
    display: inline-block;
    width: 100px;
    margin-right: 17px;
    margin-bottom: 10px;
}

.block-goods-gallery li {
    float: none;
    width: 76px !important;
    margin: 0 !important;
    padding: 76px 0 0 0 !important;
    position: relative;
    height: 0;
}

.block-goods-gallery li figure {
    border: 1px #cccccc solid;
    padding: 10px;
    width: 100px;
    height: 100px;
}

.block-goods-gallery li figure {
    position: absolute;
    border: none;
    padding: 0 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-goods-price {
    margin: 10px 0;
}

.block-goods-price--price {
    font-size: 24px;
    font-weight: bold;
}

.block-goods-price--on-sales-comment {
    color: #c30;
}

.block-accessory-list {
    width: 100%;
}

.pane-goods-right-side .block-check-list-a--item-body {
    width: auto;
}

.block-goods-footer-cart {
    text-align: center;
    display: none;
}

/* 注文明細拡張 */
.block-goods-sales-detail-append--item .form-label {
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
}

.block-goods-sales-detail-append--item input[type="text"],
.block-goods-sales-detail-append--item textarea {
    width: 100%;
}

.block-goods-sales-detail-append--item .constraint .required {
    margin: -38px 20px 16px 0;
    display: block;
    text-align: right;
}

.pane-goods-right-side .block-goods-sales-detail-append--item .constraint .required {
    margin-top: 14px;
}

/* バリエーション入荷案内申し込み */
.block-variation-back-order {
    margin-top: 10px;
}

.block-variation-arrival-notice {
    margin-right: 5px;
}

.block-variation-arrival-notice--btn {
    margin-top: 10px;
    padding: 6px 0;
    font-size: 16px;
    width: 280px;
}

/* バリエーション切り替えボタン */
.block-variation--item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.block-variation--item {
    padding: 0 5px 10px 5px;
}

.block-variation--item-description {
    display: inherit;
}

.block-variation--item dt {
    display: block;
    border: 2px solid #eee;
    background-color: #eee;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-variation--item:hover dt {
    border: 2px solid #a9a9a9;
}

.block-variation--item.color-disable-stock dt {
    border: 2px dashed #d0d0d0;
    background-color: #ffffff;
}

.block-variation--item.size-disable-stock dt {
    border: 2px dashed #d0d0d0;
    background-color: #ffffff;
}

.block-variation--item.active dt {
    border: 2px solid #525252;
}

.block-variation .block-variation--item-dropdown {
    margin: 20px 0;
}

.pane-goods-right-side .block-variation .block-variation.block-color {
    margin-bottom: 0;
    padding-bottom: 0;
}

.block-color--item-list {
    display: flex;
    flex-wrap: wrap;
}

.block-color--item {
    width: 20%;
}

.block-color--item dt {
    position: relative;
    width: 92px;
    height: 92px;
    margin-bottom: 3px;
    background: #ffffff;
}

.block-color--item dt a {
    display: block;
}

.block-color--item dt figure {
    position: absolute;
    width: 88px;
    height: 88px;
    padding: 3px;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-color--item dt figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.block-color--item-term img {
    max-width: 40px;
    max-height: 40px;
}

.block-color--item-term figure {
    width: 50px;
    height: 50px;
}

.block-color--item-description span {
    display: block;
    font-size: 13px;
    word-break: break-all;
    height: 19px;
    overflow: hidden;
    text-align: center;
}

.block-goods-detail .block-goods-detail--color-variation-goods-thumbnail-images .block-goods-detail--color-variation-goods-color-name {
    font-size: 12px !important;
    text-align: center;
}

.block-size--item-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.block-size--item-list dl {
    width: 25%;
    margin: 0 0 10px 0;
    padding: 0 5px;
}

.block-size--item-term {
    padding: 5px;
}

.block-size--item-term:hover {}

.block-size--item-term span {
    display: block;
    text-align: center;
    font-size: 13px;
    word-break: break-all;
    height: 19px;
    overflow: hidden;
    width: auto;
}

.block-size--item dt {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: auto;
    min-height: auto;
}

.block-size--item:hover dt {
    border-color: #cacaca;
    background-color: #cacaca;
}

.block-size--item.active dt {
    color: #fff;
    background-color: #525252;
}

.block-size--item.active:hover dt {
    border-color: #525252;
}

.block-size--item.size-disable-stock:hover dt {
    border-color: #d0d0d0;
    background-color: #ffffff;
}

.block-size--item.size-disable-stock dt.active {
    border-color: #848484;
}

.block-color--item.color-disable-stock.active dt {
    border: 2px #848484 dashed;
}

.block-color-size-with-cart--item-list {
    margin-bottom: 30px;
}

/* サイズ別カートボタン */
.block-size-with-cart--item {
    padding: 5px 0;
    width: 100%;
    display: flex;
}

.block-size-with-cart--item-term {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px;
}

.block-size-with-cart--item-term span {
    display: table-cell;
    word-break: break-all;
    text-align: center;
    vertical-align: middle;
    width: 96px;
    height: 50px;
    padding: 2px;
}

/* カラー別カートボタン */
.block-color-with-cart--item {
    padding: 5px 0;
    width: 100%;
    display: flex;
}

.block-color-with-cart--item-term {
    border: 2px solid #d0d0d0;
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px;
}

.block-color-with-cart--item-term figure {
    width: 50px;
    height: 50px;
}

.block-color-with-cart--item-term img {
    max-width: 40px;
    max-height: 40px;
}

/* カラーサイズ別カートボタン */
.block-color-size-with-cart--nocolor {
    width: 54px;
    height: 54px;
    margin-right: 5px;
}

.block-color-size-with-cart {
    border-top: 1px #eee solid;
    margin-top: 55px;
}

.block-color-size-with-cart--color-line {
    padding: 5px 0;
    width: 100%;
    display: flex;
}

.block-color-size-with-cart--color-line {
    border-bottom: 1px #eee solid;
    position: relative;
}

.block-color-size-with-cart--color-line .block-color-size-with-cart--size-item-term,
.block-color-size-with-cart--size-line .block-color-size-with-cart--size-item-term {
    border: unset;
    text-align: left;
}

.block-color-size-with-cart--item-list .block-color-size-with-cart--color-item-term {
    border: unset;
}

.block-color-size-with-cart--item-list .block-color-size-with-cart--size-item-term span {
    padding-left: 1em;
    text-align: left;
}

.block-color-size-with-cart--size-line {
    border-bottom: 1px #eee solid;
}

.block-color-size-with-cart--size-line {
    padding: 5px 0;
    width: 100%;
    display: flex;
}

.block-color-size-with-cart--size-item-term {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    width: 147px;
    height: 54px;
    margin-right: 5px;
}

.block-color-size-with-cart--size-item-term span {
    display: table-cell;
    word-break: break-all;
    vertical-align: middle;
    width: 137px;
    height: 54px;
    padding: 0 5px;
}

.block-color-size-with-cart--color-item-term {
    background-color: #fff;
    width: 54px;
    height: 54px;
    margin-right: 5px;
}

.block-color-size-with-cart--color-item-term figure {
    width: 54px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-color-size-with-cart--color-item-term img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

/* 商品詳細ユーザーレビュー */
.block-goods-user-review h2 {
    background-color: #f5f5f5;
    font-size: 22px;
    padding: 10px 15px;
}

.block-goods-user-review--nothing {
    margin: 50px 0;
}

.block-goods-user-review--nothing p {
    font-weight: bold;
    text-align: center;
}

.block-goods-user-review--score dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.block-goods-user-review--score dd {
    display: inline-block;
    vertical-align: top;
    height: 21px;
}

.block-goods-user-review--score dd img {
    height: 21px;
}

.block-goods-user-review--count dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
}

.block-goods-user-review--count dd {
    display: inline-block;
}

.block-goods-user-review--need-login-message a {
    text-decoration: underline;
}

.block-goods-user-review--write-review-link {
    text-decoration: underline;
}

.block-goods-user-review--description {
    margin: 10px 0;
}

.block-goods-user-review--count-summary {
    margin-bottom: 25px;
    padding: 15px;
    background: #fff;
    border: 1px solid #eee;
}

.block-goods-user-review--item {
    margin-top: 25px;
    border-bottom: #bfbfbf 1px dotted;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.block-goods-user-review--item .block-goods-user-review--item-moderate-vote {
    text-align: right;
    margin-top: 10px;
    font-size: 0.9em;
}

.block-goods-user-review--item .block-goods-user-review--item-moderate-info2 {
    text-align: right;
    margin-top: 10px;
    font-size: 0.9em;
}

.block-goods-user-review--item-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 3px 0;
}

.block-goods-user-review--item-score dt {
    margin: 0 0 8px 0;
    height: 14px;
}

.block-goods-user-review--item-name {
    margin: 0 0 8px 0;
}

.block-goods-user-review--item-moderate-other {
    padding-top: 10px;
}

.block-goods-user-review--item-moderate-underestimate,
.block-goods-user-review--item-moderate-overestimate {
    text-align: right;
}

.block-goods-user-review--item-score dt img {
    height: 14px;
}

.block-goods-user-review--item-size dt,
.block-goods-user-review--item-color dt,
.block-goods-user-review--item-name dt,
.block-goods-user-review--item-size dd,
.block-goods-user-review--item-color dd,
.block-goods-user-review--item-name dd,
.block-goods-user-review--item-moderate-underestimate dt,
.block-goods-user-review--item-moderate-underestimate dd,
.block-goods-user-review--item-moderate-overestimate dt,
.block-goods-user-review--item-moderate-overestimate dd {
    display: inline-block;
}

.block-goods-user-review--item-moderate-link,
.block-goods-user-review--item-moderate-other-link {
    text-decoration: underline;
}

.block-goods-user-review--pagenav {
    background: #f0f0f0 none repeat scroll 0 0;
    clear: both;
    margin: 0 0 10px;
    padding: 5px;
}

.block-goods-user-review--pager-now {
    color: #c00;
}

.block-goods-user-review--item-comment {
    margin: 5px 0;
}

.block-goods-user-review--write-review-btn {
    display: block;
    font-size: 14px;
    margin: 20px auto 0 auto;
    padding: 15px 0;
    width: 320px;
}

/* ----ユーザーレビュー画面---- */
.block-user-review--score .form-label,
.block-user-review--score .constraint {
    vertical-align: top;
    padding-top: 8px;
}

.block-user-review--review-body .form-label,
.block-user-review--review-body .constraint {
    vertical-align: top;
    padding-top: 8px;
}

.block-user-review--score .form-control,
.block-user-review--review-body .form-control {
    padding-top: 10px;
}

.block-user-review--score .form-control textarea,
.block-user-review--review-body .form-control textarea {
    max-width: 600px;
    padding: 10px;
}

.block-user-review--evaluation-score img {
    height: 21px;
}

.block-user-review--evaluator-name dt,
.block-user-review--evaluator-name dd {
    display: inline-block;
}

.block-user-review--review-comment {
    margin: 30px 0;
    padding: 25px;
    border: 1px #969696 dotted;
}

.block-user-review--footer h3 {
    padding: 40px 0 10px;
}

.block-user-review--evaluation-message {
    text-align: center;
    margin: 50px 0;
}

p.block-user-review--message {
    text-align: center;
    margin: 5em 0 0 0;
}

/* ----トップページイベント表示---- */
.block-top-event {
    width: 1180px;
    margin: 0 auto;
}

.block-top-event--header {
    text-align: center;
    line-height: 140%;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 22px;
    text-align: center;
    border-top: inherit;
    padding: inherit;
}

.block-top-event--header:after {
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background-color: #444;
}

.block-top-event--header a {
    text-decoration: none;
    padding-bottom: 35px;
}

#block_of_category {
    margin: 0 auto 100px auto;
}

.page-top #block_of_category {
    width: 1180px;
    margin: 0 auto 100px auto;
}

.block-common-btn {
    text-align: center;
}

.block-top-event .block-common-btn {}

.block-common-btn a {
    display: inline-block;
    max-width: 500px;
    position: relative;
}

.block-common-btn a:before,
.block-common-btn a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-common-btn a:before {
    border-top: 1px #444 solid;
    border-bottom: 1px #444 solid;
}

.block-common-btn a:after {
    border-left: 1px #444 solid;
    border-right: 1px #444 solid;
}

.block-common-btn a:hover:before {
    left: 50%;
    width: 0;
}

.block-common-btn a:hover:after {
    top: 50%;
    height: 0;
}

.block-common-btn a span {
    display: inline-block;
    text-align: center;
    padding: 10px 2em;
    letter-spacing: 0.2em;
}

/*.block-common-btn a span:before,.block-common-btn a span:after{content: "";position: absolute;display: block;top: 0;width: 1px;height: 100%;background-color: #444;-webkit-transition: all .4s ease;-moz-transition: all .4s ease;transition: all .4s ease;}.block-common-btn a span:hover:before,.block-common-btn a span:hover:after{top: 50%;height: 0;}.block-common-btn a span:before{left: 0;}.block-common-btn a span:after{right: 0;}*/
.block-top-event .block-top-event--goods {
    margin: 90px auto 60px auto;
    overflow: hidden;
}

.block-top-event--goods {
    margin-bottom: 120px;
    overflow: hidden;
}

/* ----店舗在庫画面---- */
.block-store-stock--goods-detail dt {
    float: left;
    font-weight: bold;
    width: 100px;
    padding: 3px;
}

.block-store-stock--goods-detail dd {
    margin-left: 120px;
    padding: 3px;
}

.block-store-stock--message {
    color: #a94442;
    margin: 10px 0;
}

.block-store-stock--list li {
    display: inline-block;
    margin: 0 10px 0 0;
}

/* ----アイコン---- */
.block-icon {
    margin-top: 5px;
}

.block-icon span {
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-bottom: 3px;
}

.block-icon span.block-icon--comment3 {
    display: inline-block;
    vertical-align: top;
    padding: 0 0.5em;
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    border: 1px #000 solid;
    background: #000;
    color: #ffffff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-bottom: 3px;
}

.block-icon img {
    height: 20px;
    width: inherit;
}

/* ----商品一覧画面----*/
div.variation-name {
    font-size: 0.85em;
}

.block-category-list--comment {
    margin-bottom: 40px;
}

.block-event-page--header+.block-event-page--comment {
    margin-top: -30px;
    margin-bottom: 30px;
}

.block-event-page--goods {
    margin-top: 30px;
}

.block-event-page--goods .block-check-list-a,
.block-event-page--goods .block-bulk-purchase-b,
.block-event-page--goods .block-goods-list-c,
.block-event-page--goods .block-goods-list-d,
.block-event-page--goods .block-thumbnail-h,
.block-event-page--goods .block-cart-i,
.block-event-page--goods .block-goods-detail-j,
.block-event-page--goods .block-goods-list-l,
.block-event-page--goods .block-goods-name-n,
.block-event-page--goods .block-pickup-list-p,
.block-event-page--goods .block-ranking-r,
.block-event-page--goods .block-list-s,
.block-event-page--goods .block-thumbnail-t,
.block-event-page--goods .block-pickup-list-w,
.block-event-page--goods .block-goods-list-x {
    margin-top: 60px;
}

.block-category-list--goods .block-check-list-a,
.block-category-list--goods .block-bulk-purchase-b,
.block-category-list--goods .block-goods-list-c,
.block-category-list--goods .block-goods-list-d,
.block-category-list--goods .block-thumbnail-h,
.block-category-list--goods .block-cart-i,
.block-category-list--goods .block-goods-detail-j,
.block-category-list--goods .block-goods-list-l,
.block-category-list--goods .block-goods-name-n,
.block-category-list--goods .block-pickup-list-p,
.block-category-list--goods .block-ranking-r,
.block-category-list--goods .block-list-s,
.block-category-list--goods .block-thumbnail-t,
.block-category-list--goods .block-pickup-list-w,
.block-category-list--goods .block-goods-list-x {
    margin-top: 60px;
}

.block-event-page--goods .block-check-list-a,
.block-category-list--goods .block-check-list-a {
    margin-bottom: 60px;
}

.block-category-list--goods {
    margin-bottom: 60px;
}

/* 表示方法・並べ替え・ページャ */
.block-goods-list--display-style-items .active,
.block-goods-list--sort-order-items .active {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.block-goods-list--display-style-items {
    padding: 0 0 10px 0;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
    line-height: 2;
}

.block-goods-list--display-style-items .active {}

.block-goods-list--display-style-items dt {
    display: inline-block;
    font-weight: normal;
}

.block-goods-list--display-style-items dd,
.block-goods-list--sort-order-items dd {
    display: inline-block;
    margin: 0 4px;
    padding: 0 8px;
}

.block-goods-list--display-style-items dd a,
.block-goods-list--sort-order-items dd a {
    text-decoration: none;
}

.block-goods-list--display-style-items dd a:hover,
.block-goods-list--sort-order-items dd a:hover {
    text-decoration: underline;
}

.block-goods-list--sort-order-items {
    padding: 0 0 10px 0;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
}

.block-goods-list--sort-order-items dt {
    display: inline-block;
    font-weight: normal;
}

.block-goods-list--sort-order-items dd {
    display: inline-block;
}

.block-goods-list--display-style-items>p,
.block-goods-list--sort-order-items>p {
    line-height: 40px;
    font-size: 0.85em;
    font-weight: bold;
    text-align: right;
    padding-right: 1em;
}

.block-goods-list--display-style-items>select,
.block-goods-list--sort-order-items>select {
    border: none;
    width: 15em;
    border-bottom: 1px #969696 solid;
}

.block-goods-list--style-sort-clear {
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.block-goods-list--filter {
    clear: both;
    display: none;
    width: 900px;
    margin: 30px auto;
    border: 3px #bdbdbd solid;
}

#block_of_itemhistory .block-goods-list--filter {
    display: none !important;
}

.block-goods-list--filter>h3 {
    text-align: center;
    padding: 15px 50px;
    margin: 0;
    position: relative;
}

.block-goods-list--filter>h3:hover {
    cursor: pointer;
}

.block-goods-list--filter>h3:before,
.block-goods-list--filter>h3:after {
    content: "";
    display: block;
    position: absolute;
    background: #444;
    top: 50%;
}

.block-goods-list--filter>h3:before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    right: 25px;
}

.block-goods-list--filter>h3:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    right: 31px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-goods-list--filter.active>h3:after {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.block-goods-list--filter>h3 span {
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-goods-list--filter>h3:hover span {
    opacity: 0.7;
}

.block-goods-list--filter .block-goods-list--filter-inner {
    display: none;
}

#block_of_filter {
    margin: 0 20px 20px 20px;
    padding-top: 20px;
    border-top: 1px #bdbdbd solid;
}

#block_of_filter h3 {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}

#block_of_filter form>div {
    margin-bottom: 20px;
}

#block_of_filter form>div>div {
    display: table;
    width: 100%;
}

#block_of_filter form>div>div h3 {
    display: table-cell;
    vertical-align: top;
    width: 7em;
    font-weight: bold;
}

#block_of_filter form>div>div>div {
    display: table-cell;
}

#block_of_filter form .block-filter-option-items {
    display: inline-block;
}

.block-category-list--sub .block-category-style-t {
    padding-top: 60px;
}

/* 商品0件時メッセージ */
.block-goods-notfound-message {
    background: #f1f1f1;
    padding: 50px;
    margin: 50px 0;
    text-align: center;
}

.block-recent-item .block-goods-notfound-message {
    display: none;
}

.block-top-event .block-goods-notfound-message {
    margin-top: 0;
}

.block-goods-notfound-message h2 {
    margin-top: 0;
    font-weight: bold;
}

.block-goods-notfound-message p {
    margin-bottom: 30px;
}

.block-top-event .block-goods-notfound-message p {
    margin-bottom: 0;
}

.block-goods-notfound-message a {
    min-width: 120px;
}

.block-top-event .block-goods-notfound-message a {
    display: none;
}

/* ----商品一覧画面：一覧：block-goods-list-l---- */
.block-goods-list-l--table {
    width: 100%;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
    border-collapse: collapse;
}

.block-goods-list-l--table td,
.block-goods-list-l--table th {
    padding: 10px;
}

.block-goods-list-l--table th {
    font-weight: bold;
    white-space: nowrap;
}

.block-goods-list-l--table,
.block-goods-list-l--table td,
.block-goods-list-l--table th {
    width: auto;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

.block-goods-list-l--add-cart {
    text-align: center;
}

.block-goods-list-l--stock {
    text-align: center;
}

.block-goods-list-l--goods-name a {
    color: #000;
}

.block-goods-list-l--add-cart .block-list-add-cart-btn {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
}

.block-goods-list-l--add-cart .block-list-custom-order-btn {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
    margin-bottom: 5px;
}

.block-goods-list-l .price {
    font-weight: bold;
}

.net-price {
    display: none;
}

.block-goods-list-l .price,
.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
    text-align: right;
}

.block-goods-list-l .net-price,
.block-goods-list-l .default-price,
.block-goods-list-l .exchange-price,
.block-goods-list-l .block-exchange-price--rate-dt {
    font-size: 12px;
}

.block-goods-list-l--scomment {
    font-size: 12px;
    color: #cc3302;
}

/* ----商品一覧画面：一括購入：block-goods-list-l---- */
.block-bulk-purchase-b--table {
    width: 900px;
    margin: 0 auto 40px auto;
}

.block-bulk-purchase-b--table,
.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
    border-collapse: collapse;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
    padding: 10px;
}

.block-bulk-purchase-b--table th {
    font-weight: bold;
    white-space: nowrap;
}

.block-bulk-purchase-b--table td,
.block-bulk-purchase-b--table th {
    width: 900px;
    margin: 0 auto;
    border: 1px solid #cccccc;
}

.block-bulk-purchase-b--stock {
    text-align: center;
}

.block-bulk-purchase-b--goods-name a {
    color: #000;
}

.block-bulk-purchase-b--add-cart {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: right;
}

.block-bulk-purchase-b--add-cart .block-list-add-cart-btn {
    display: inline-block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
}

.block-bulk-purchase-b .price {
    font-weight: bold;
}

.block-bulk-purchase-b .price,
.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
    text-align: right;
}

.block-bulk-purchase-b .net-price,
.block-bulk-purchase-b .default-price,
.block-bulk-purchase-b .exchange-price,
.block-bulk-purchase-b .block-exchange-price--rate-dt {
    font-size: 12px;
}

.block-bulk-purchase-b--scomment {
    font-size: 12px;
    color: #cc3302;
}

/* ----商品一覧画面：詳細一覧：block-goods-list-d---- */
.block-goods-list-d li {
    margin-bottom: 50px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}

.block-goods-list-d--image {
    width: 200px;
}

.block-goods-list-d--item-body {
    display: flex;
    width: 900px;
    margin: 0 auto;
}

.block-goods-list-d--image figure {
    background: #f5f5f5;
    width: 200px;
    height: 200px;
}

.block-goods-list-d--item-description {
    padding-left: 40px;
    width: 880px;
}

.block-goods-list-d--goods-name a {
    color: #000;
    font-size: 16px;
}

.block-goods-list-d--item-details {
    display: flex;
    margin-top: 10px;
}

.block-goods-list-d--item-details-left {
    width: 100%;
    padding-right: 20px;
}

.block-goods-list-d--item-details-left .block-goods-list-d--spec {
    display: inline-block;
}

.block-goods-list-d--item-details-left .block-goods-list-d--spec-title {
    display: inline-block;
}

.block-goods-list-d--add-cart {
    flex-basis: 300px;
    text-align: right;
}

.block-goods-list-d--add-cart .block-list-add-cart-btn {
    display: inline-block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
    margin: 0 auto;
}

.block-goods-list-d--add-cart .block-list-custom-order-btn {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.block-goods-list-d--price-infos {
    text-align: left;
}

.block-goods-list-d--price-title {
    display: inline-block;
}

.block-goods-list-d--price {
    display: inline-block;
}

.block-goods-list-d--stock-items {
    text-align: left;
}

.block-goods-list-d--stock-title {
    display: inline-block;
}

.block-goods-list-d--stock {
    display: inline-block;
}

.block-goods-list-d .price {
    font-weight: bold;
}

.block-goods-list-d .price,
.block-goods-list-d .net-price,
.block-goods-list-d .default-price,
.block-goods-list-d .exchange-price,
.block-goods-list-d .block-exchange-price--rate-dt {
    text-align: unset;
}

.block-goods-list-d--default-price.default-price {
    font-weight: normal;
    margin: 0px 0px 0px 30px;
    display: inline-block;
}

.block-goods-list-d--scomment {
    color: #cc3302;
}

.block-goods-list-d--comment {
    margin-top: 10px;
}

.block-goods-list-d--goods-comment {
    margin-top: 20px;
}

/* ----商品一覧画面：チェックリスト：block-check-list-a---- */
.block-check-list-a li {
    width: 100%;
    margin: 0 0 25px 0;
}

.block-check-list-a--price-infos,
.block-check-list-a--stock-items,
.block-check-list-a--select-item {
    text-align: left;
    margin: 5px 0;
}

.block-check-list-a--select-item .radio {
    margin-right: 0;
    width: 100%;
    display: block;
    padding: 10px 10px 10px 45px;
}

.block-check-list-a--select-item .radio:before {
    top: 11px;
    left: 16px;
}

.block-check-list-a--select-item .radio:after {
    top: 11px;
    left: 16px;
}

.block-check-list-a--image {
    width: 142px;
}

.block-check-list-a--items {
    display: flex;
    flex-wrap: wrap;
}

.block-check-list-a--items li {}

.block-check-list-a--item-body {
    display: flex;
    padding-bottom: 5px;
}

.block-check-list-a--items li:last-child .block-check-list-a--item-body {
    border-bottom: none;
}

.block-check-list-a--image figure {
    background: #f5f5f5;
    width: 142px;
    height: 142px;
}

.block-check-list-a--select-item {
    margin-top: 5px;
    margin-right: 50px;
    background: #f3f3f3;
    width: 100%;
}

.block-check-list-a--item-description {
    width: 100%;
    padding-left: 20px;
    padding-right: 50px;
}

.block-check-list-a--goods-name {
    margin-bottom: 10px;
}

.block-check-list-a--goods-name a {
    color: #000;
}

.block-check-list-a--price-title {
    display: inline-block;
}

.block-check-list-a--price {
    display: inline-block;
}

.block-check-list-a--stock-title {
    display: inline-block;
}

.block-check-list-a--stock {
    display: inline-block;
}

.block-check-list-a .price {
    font-weight: bold;
}

.block-check-list-a .price,
.block-check-list-a .net-price,
.block-check-list-a .default-price,
.block-check-list-a .exchange-price,
.block-check-list-a .block-exchange-price--rate-dt {
    text-align: left;
}

.block-check-list-a--scomment {
    color: #cc3302;
}

.block-check-list-a--goods-comment {
    margin-top: 10px;
}

.block-check-list-a--add-cart {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.block-check-list-a--add-cart .block-list-add-cart-btn {
    display: inline-block;
    padding: 12px 0;
    font-size: 16px;
    width: 220px;
}

.block-order-complete .block-check-list-a .block-check-list-a--comment,
.page-bookmark .block-check-list-a .block-check-list-a--comment {
    padding: 0 0 5px;
}

.block-order-complete .block-check-list-a .block-check-list-a--stock-items .page-bookmark .block-check-list-a .block-check-list-a--stock-items {
    padding: 5px 0;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-p---- */
.block-pickup-list-p li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-pickup-list-p--item-body {
    display: flex;
    width: 50%;
    margin: 0 0 50px 0;
}

.block-pickup-list-p--image {
    display: table-cell;
    vertical-align: top;
    width: 142px;
}

.block-pickup-list-p--image figure {
    background: #f5f5f5;
    width: 142px;
    height: 142px;
}

.block-pickup-list-p--item-description {
    display: table-cell;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 0;
    width: unset;
}

.block-pickup-list-p--comment {
    padding: 10px 0;
}

.block-pickup-list-p--goods-name a {
    color: #000;
}

.block-pickup-list-p--add-cart .block-list-add-cart-btn {
    display: inline-block;
    padding: 8px 0;
    width: 160px;
}

.block-pickup-list-p--add-cart .block-list-custom-order-btn {
    display: block;
    padding: 8px 0;
    width: 160px;
    margin-bottom: 5px;
}

.block-pickup-list-p .price {
    font-weight: bold;
}

.block-pickup-list-p .price,
.block-pickup-list-p .net-price,
.block-pickup-list-p .default-price,
.block-pickup-list-p .exchange-price,
.block-pickup-list-p .block-exchange-price--rate-dt {
    text-align: left;
}

.block-pickup-list-p--price {
    margin-top: 5px;
}

.block-pickup-list-p--scomment {
    color: #cc3302;
}

.block-pickup-list-p--add-cart {
    margin-top: 10px;
    text-align: right;
}

/* ----商品一覧画面：ピックアップ：block-pickup-list-w---- */
.block-pickup-list-w {
    width: 1180px;
    margin: 0 auto;
}

.block-pickup-list-w li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.block-pickup-list-w--item-body {
    display: flex;
    width: 590px;
}

.block-pickup-list-w--image {
    width: 242px;
}

.block-pickup-list-w--image figure {
    background: #f5f5f5;
    width: 242px;
    height: 242px;
}

.block-pickup-list-w--item-description {
    width: 408px;
    padding-left: 20px;
    padding-right: 20px;
}

.block-pickup-list-w--goods-name a {
    color: #000;
    text-decoration: underline;
}

.block-pickup-list-w--add-cart .block-list-add-cart-btn {
    display: block;
    padding: 8px 0;
    border-bottom-width: 2px;
    width: 160px;
}

.block-pickup-list-w--add-cart .block-list-custom-order-btn {
    display: block;
    padding: 8px 0;
    width: 160px;
    margin-bottom: 5px;
}

.block-pickup-list-w .price {
    font-weight: bold;
}

.block-pickup-list-w .price,
.block-pickup-list-w .net-price,
.block-pickup-list-w .default-price,
.block-pickup-list-w .exchange-price,
.block-pickup-list-w .block-exchange-price--rate-dt {
    text-align: right;
}

.block-pickup-list-w--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：サムネイル：block-thumbnail-t---- */
.block-thumbnail-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.block-thumbnail-t li {
    padding: 0 10px;
    margin-bottom: 50px;
    width: 100%;
}

.pane-right-menu .block-thumbnail-t li,
.pane-goods-footer .block-thumbnail-t li {
    width: calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
}

.block-thumbnail-t.block-thumbnail-u {
    margin: 0 -8px;
}

.block-thumbnail-t.block-thumbnail-u li {
    width: calc(100% / 5);
    width: -moz-calc(100% / 5);
    width: -webkit-calc(100% / 5);
    padding: 0 8px;
    margin-bottom: 40px;
}

.block-thumbnail-t.block-thumbnail-v {
    margin: 0 -6px;
}

.block-thumbnail-t.block-thumbnail-v li {
    width: calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
    padding: 0 6px;
    margin-bottom: 30px;
}

.block-thumbnail-t li>a {
    display: block;
    text-decoration: none;
}

.block-thumbnail-t--goods:first-of-type {
    margin-left: 8px;
}

.block-thumbnail-t--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.block-thumbnail-t--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-thumbnail-t--goods-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-thumbnail-t--goods-image figure img {
    opacity: 0.9;
}

.block-thumbnail-t--goods a {
    color: #000;
    text-decoration: none;
}

.block-thumbnail-t--goods-description {
    margin-top: 12px;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price {
    font-weight: bold;
}

.block-thumbnail-t--goods .price,
.block-thumbnail-t--goods .net-price,
.block-thumbnail-t--goods .default-price,
.block-thumbnail-t--goods .exchange-price,
.block-thumbnail-t--goods .block-exchange-price--rate-dt {}

.block-thumbnail-t--price-infos {
    margin-top: 3px;
}

.block-thumbnail-t--goods {
    width: 265px;
}

.block-thumbnail-t--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：ランキング：block-ranking-r---- */
.block-ranking-r {
    overflow: hidden;
}

.block-ranking-r ul {
    margin: 0 -7px 60px -7px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-ranking-r ul li {
    padding: 0 7px;
    margin-bottom: 30px;
    width: 100%;
}

/*.block-ranking-r li {}*/
.block-ranking-r li>a {
    flex-basis: 295px;
    margin-left: 33px;
    text-decoration: none;
}

.block-ranking-r li>a:first-of-type {
    margin-left: 0;
}

.block-ranking-r--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.block-ranking-r--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-ranking-r--goods-image figure img {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-ranking-r--goods-image figure img {
    opacity: 0.9;
}

.block-ranking-r--goods a {
    text-decoration: none;
}

.block-ranking-r--goods-description {
    margin-top: 62px;
    padding-left: 12px;
}

.block-ranking-r--goods-description .block-ranking-r--rank {
    display: table-cell;
    width: 2.5em;
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.block-ranking-r--goods-description .block-ranking-r--rank:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 15px;
    width: 1px;
    height: 3em;
    background-color: #444;
}

.block-ranking-r--goods-description .block-ranking-r--goods {
    display: table-cell;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price {
    font-weight: bold;
}

.block-ranking-r--goods .price,
.block-ranking-r--goods .net-price,
.block-ranking-r--goods .default-price,
.block-ranking-r--goods .exchange-price,
.block-ranking-r--goods .block-exchange-price--rate-dt {
    margin-top: 3px;
}

.block-ranking-r--scomment {
    color: #cc3302;
}

/* ランキングアイコン */
.block-ranking-r--goods-image {
    position: relative;
}

.block-ranking-r--goods-image .block-ranking-r--rank {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 210px;
    left: 0;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 32px;
    text-align: center;
    color: #444;
    background: no-repeat;
}

.block-ranking-r--goods-image .block-ranking-r--rank:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    right: -5px;
    width: 1px;
    height: 100%;
    transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    background-color: #444;
}

/* ----商品一覧画面：サムネイル(閲覧履歴)：block-thumbnail-h---- */
.block-thumbnail-h {
    margin: 10px 0 40px 0;
}

.block-thumbnail-h {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.block-thumbnail-h li {
    width: calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
    padding: 0 8px;
    margin-left: unset;
    margin-bottom: 30px;
}

.block-thumbnail-h li:nth-child(6n+1) {}

.block-thumbnail-h li>a {
    text-decoration: none;
}

.block-thumbnail-h--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.block-thumbnail-h--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 5px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-thumbnail-h--goods-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-thumbnail-h--goods-image figure img {
    opacity: 0.9;
}

.block-thumbnail-h--goods-description {
    margin-top: 12px;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price {
    font-weight: bold;
}

.block-thumbnail-h--goods .price,
.block-thumbnail-h--goods .net-price,
.block-thumbnail-h--goods .default-price,
.block-thumbnail-h--goods .exchange-price,
.block-thumbnail-h--goods .block-exchange-price--rate-dt {
    margin-top: 3px;
}

.block-thumbnail-h--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：リスト：block-list-s---- */
.block-list-s {
    width: 1100px;
    margin: 0 auto;
}

.block-list-s li:first-child {
    border-top: 1px solid #CCC;
}

.block-list-s li {
    display: block;
    border-bottom: 1px solid #CCC;
    margin: 0;
    padding: 17px 0;
}

.block-list-s div {
    display: inline;
}

.block-list-s--goods-name,
.block-list-s--price-items div {
    padding-right: 1em;
}

.block-list-s--goods-name a {
    color: #000;
}

.block-list-s .price {
    font-weight: bold;
}

.block-list-s--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：買い物かご：block-cart-i---- */
.block-cart-i {
    overflow: hidden;
}

.block-cart-i--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px 60px -10px;
}

.block-cart-i--items li {
    padding: 0 10px;
    margin-bottom: 50px;
    width: 100%;
}

.pane-right-menu .block-cart-i--items li,
.pane-goods-footer .block-cart-i--items li {}

.block-cart-i--items li a {
    display: block;
    text-decoration: none;
}

.block-cart-i--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.block-cart-i--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-cart-i--goods-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-cart-i figure img {
    opacity: 0.9;
}

.block-cart-i--goods {
    flex-basis: 200px;
    margin-left: 33px;
}

.block-cart-i--goods:first-of-type {
    margin-left: 0;
}

.block-cart-i--goods a {
    text-decoration: underline;
}

.block-cart-i--goods-description {
    margin-top: 20px;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price {
    font-weight: bold;
}

.block-cart-i--goods .price,
.block-cart-i--goods .net-price,
.block-cart-i--goods .default-price,
.block-cart-i--goods .exchange-price,
.block-cart-i--goods .block-exchange-price--rate-dt {
    text-align: right;
}

.block-cart-i--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：商品詳細：block-goods-detail-j---- */
.block-goods-detail-j {
    overflow: hidden;
}

.block-goods-detail-j--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px 60px -10px;
}

.block-goods-detail-j--items li {
    padding: 0 10px;
    margin-bottom: 50px;
    width: 100%;
}

.pane-right-menu .block-goods-detail-j--items li,
.pane-goods-footer .block-goods-detail-j--items li {}

.block-goods-detail-j li a {
    display: block;
    text-decoration: none;
}

.block-goods-detail-j--goods-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.block-goods-detail-j--goods-image figure {
    position: absolute;
    top: 0;
    left: 0;
    background: #f5f5f5;
    width: 100%;
    height: 100%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-goods-detail-j--goods-image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-goods-detail-j--goods-image figure img {
    opacity: 0.9;
}

.block-goods-detail-j--goods a {
    text-decoration: underline;
}

.block-goods-detail-j--goods-description {
    margin-top: 20px;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price {
    font-weight: bold;
}

.block-goods-detail-j--goods .price,
.block-goods-detail-j--goods .net-price,
.block-goods-detail-j--goods .default-price,
.block-goods-detail-j--goods .exchange-price,
.block-goods-detail-j--goods .block-exchange-price--rate-dt {
    text-align: right;
}

.block-goods-detail-j--scomment {
    color: #cc3302;
}

/* ----商品一覧画面：商品名：block-goods-name-n---- */
.block-goods-name-n {
    width: 900px;
    margin: 0 auto;
}

.block-goods-name-n li:first-child {
    border-top: 1px solid #ccc;
}

.block-goods-name-n li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 17px 0;
}

.block-goods-name-n dt {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-right: 1em;
}

.block-goods-name-n dd {
    display: inline-block;
    vertical-align: top;
}

.block-goods-name-n a {
    color: #000;
}

/* ----商品一覧画面：ブランド画面：block-goods-list-x---- */
.block-goods-list-x--items li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-goods-list-x--item-body {
    flex-basis: 200px;
    margin-left: 33px;
}

.block-goods-list-x--item-body:first-of-type {
    margin-left: 0;
}

.block-goods-list-x--image figure {
    background: #f5f5f5;
    width: 200px;
    height: 200px;
}

/* ----商品一覧画面：カート画面：block-goods-list-c---- */
.block-goods-list-c--items {
    overflow: hidden;
}

.block-goods-list-c--items li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px 20px;
}

.block-goods-list-c--items li>div {
    width: calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: -webkit-calc(100% / 6);
    padding: 0 10px;
}

.block-goods-list-c--item-body {}

.block-goods-list-c--item-body:first-of-type {
    margin-left: 0;
}

#cart_itemhistory .block-goods-list-c--item-body {
    flex-basis: unset;
    margin-left: unset;
}

.block-goods-list-c--image figure {
    background: #f5f5f5;
    width: 180px;
    height: 180px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-goods-list-c--image figure img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-goods-list-c--image a:hover figure img {
    opacity: 0.8;
}

/* ----カテゴリー画面：ピックアップ：block-category-style-p---- */
.block-category-style-p {
    padding-top: 50px;
    border-top: 1px #dcdcdc solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 80px 0 50px 0;
}

.block-category-style-p--item {
    flex-basis: 366px;
    overflow: hidden;
    margin: 0 0 40px 40px !important;
}

.block-category-style-p--item:nth-child(3n+1) {
    margin-left: 0 !important;
}

.block-category-style-p--item-name {
    font-size: 16px;
    border-bottom: #ccc dotted 1px;
    clear: both;
    padding-left: 20px;
    position: relative;
}

.block-category-style-p--item-name:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ccc;
}

.block-category-style-p--item-name a {
    display: block;
    text-decoration: none;
    padding-bottom: 10px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.block-category-style-p--item-name a:hover {
    opacity: 0.5;
}

.block-category-style-p--item-image {
    width: 120px;
    float: left;
}

.block-category-style-p--item-image a {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.block-category-style-p--item-image a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.block-category-style-p--item-comment {
    width: 240px;
    float: right;
}

/* ----カテゴリー画面：詳細：block-category-style-d---- */
/* ----カテゴリー画面：孫カテゴリ：block-category-style-g---- */
.block-category-style-g {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 50px 0;
}

.block-category-style-g--item:nth-child(2n) {
    margin: 0 0 40px 40px;
}

.block-category-style-g--item {
    flex-basis: 550px;
    margin: 0 0 40px 40px;
    overflow: hidden;
}

.block-category-style-g--item-name {
    font-size: 16px;
    border-bottom: #444 solid 1px;
    padding-bottom: 10px;
}

.block-category-style-g--item-name a {
    text-decoration: none;
}

.block-category-style-g--item-image {
    width: 143px;
    float: left;
}

.block-category-style-g--item-comment {
    width: 365px;
    margin: 10px 10px 0 10px;
    float: right;
}

.block-category-style-g--item ul {
    clear: both;
    margin: 10px 10px 0 10px;
    padding: 0;
}

.block-category-style-g--item ul li {
    margin: 0 0 0 2em;
    padding: 0;
    list-style: square;
}

/* ----カテゴリー画面：一覧：block-category-style-l---- */
.block-category-style-l--item-name {
    display: inline;
}

.block-category-style-l--splitter {
    margin: 0 5px;
}

/* ----カテゴリー画面：サムネイル：block-category-style-t---- */
.block-category-style-t {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px 30px -10px;
}

.block-category-style-t--item {
    flex-basis: 216px;
    overflow: hidden;
    padding: 0 10px;
    margin: 0 0 15px 0;
}

.block-category-style-t--item a {
    display: block;
    text-decoration: none;
}

.block-category-style-t--item-image {
    position: relative;
    padding-top: 100%;
    height: 0;
}

.block-category-style-t--item-image span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.block-category-style-t--item-image span img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover .block-category-style-t--item-image span img {
    opacity: 0.9;
}

.block-category-style-t--item-name {
    font-size: 15px;
    text-align: center;
}

/* ----カテゴリーツリー---- */
.block-category-tree--item__open,
.block-category-tree--item {
    border-top: none;
}

.block-category-tree--item__open a,
.block-category-tree--item a,
.block-category-tree--item__open>span,
.block-category-tree--item>span {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 5px 20px 5px 5px;
    border-bottom: #eee 1px solid;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    height: auto;
}

.block-category-tree--item__open a>span,
.block-category-tree--item a>span {
    display: flex;
    align-items: center;
    min-height: 35px;
}

.block-category-tree--item__open a:after,
.block-category-tree--item a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px #888 solid;
    border-right: 1px #888 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-category-tree--item__open a:before,
.block-category-tree--item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #888;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-category-tree--item__open a:hover:before,
.block-category-tree--item a:hover:before {
    width: 100%;
}

.block-category-tree--level-2>li {
    text-indent: 15px;
}

.block-category-tree--level-3>li {
    text-indent: 30px;
}

.block-category-tree--level-4>li {
    text-indent: 45px;
}

.block-category-tree--image {
    width: 35px;
    height: 35px;
    margin-right: 9px;
}

/* ----ジャンルツリー---- */
.block-genre-tree--item__open,
.block-genre-tree--item {
    border-top: none;
}

.block-genre-tree--item__open a,
.block-genre-tree--item a,
.block-genre-tree--item>span {
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 5px;
    border-bottom: #eee 1px solid;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}

.block-genre-tree--item__open a>span,
.block-genre-tree--item a>span {
    display: flex;
    align-items: center;
    min-height: 35px;
}

.block-genre-tree--item__open a:after,
.block-genre-tree--item a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-top: 1px #888 solid;
    border-right: 1px #888 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-genre-tree--item__open a:before,
.block-genre-tree--item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #888;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-genre-tree--item__open a:hover:before,
.block-genre-tree--item a:hover:before {
    width: 100%;
}

.block-genre-tree--level2>li {
    text-indent: 10px;
}

.block-genre-tree--level3>li {
    text-indent: 20px;
}

.block-genre-tree--level4>li {
    text-indent: 30px;
}

.block-genre-tree--image {
    width: 35px;
    height: 35px;
    margin-right: 9px;
}

/* ----絞り込み検索---- */
.block-filter--treeitem {}

.block-filter--treeitem {
    border-top: none;
}

.block-filter--tree-1 {}

.block-filter--tree-1>li {
    border-bottom: 1px #ccc solid;
}

.block-filter--tree-1>li:first-child {
    border-top: none;
    padding-bottom: 6px;
}

.block-filter--tree-2 {
    padding-bottom: 10px;
}

.block-filter--tree-2>li {
    padding-right: 10px;
}

.block-filter--tree-3>li {
    padding-left: 20px;
}

.block-filter--tree-4>li {
    padding-left: 30px;
}

.block-filter--treeitem-container {
    width: 100%;
}

.block-filter--treeitem-dir {
    display: table-cell;
    height: 43px;
    padding-right: 9px;
    vertical-align: middle;
    text-align: left;
    cursor: pointer;
}

.block-goods-list--filter .block-filter--treeitem-dir {
    display: block;
    height: auto;
    padding: 10px 0;
}

.block-goods-list--filter .block-filter--treeitem-dir span {
    padding-left: 5px;
}

.block-goods-list--filter .block-filter--tree-2 {
    display: flex;
    flex-wrap: wrap;
}

.block-goods-list--filter .block-filter--tree-2 .block-filter--treeitem-container {
    width: auto;
}

.block-goods-list--filter .block-filter--treeitem-name span {
    display: inline-block;
    background: #eaeaea;
    border-radius: 5px;
    padding: 6px 12px;
    margin-bottom: 5px;
    text-decoration: none;
}

.block-goods-list--filter .block-filter--treeitem-name span.block-filter--treeitem-selected {
    background: #444;
    color: #ffffff;
}

.block-filter--treeitem-dir i {
    transform: rotate(90deg);
}

.block-filter--treeitem-dir__close i {
    transform: rotate(0);
}

.block-filter--treeitem-name {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.block-filter--treeitem-dir+.block-filter--treeitem-name {
    display: none;
}

.block-filter--treeitem-selected {}

.block-filter--image {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 20px;
}

.block-filter--image-check {
    position: relative;
    display: block;
}

.block-filter--image-check i {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 20px;
}

.block-filter--image-check:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

/*.block-filter--close .block-filter--list-inner-accordion,.block-filter--close .block-filter--treelist-inner-accordion,.block-filter--close .block-filter--select-inner-accordion,.block-filter--close .block-filter--imagelist-inner-accordion {display: none;}*/
/* ----クイックビュー---- */
.block-quickview {
    display: none;
    position: absolute;
    z-index: 10000;
    overflow: visible;
    width: auto;
    max-width: 324px;
    height: auto;
    padding: 10px;
    border: 1px solid;
    background-color: #fff;
}

.block-quickview-line {
    overflow: hidden;
    width: 100%;
}

.block-quickview-item {
    display: inline-block;
    width: 242px;
}

/* ----商品購入規約---- */
.block-goods-agree--item {
    margin: 80px 0;
}

/* ----ジャンルページ/子ジャンル表示---- */
.block-genre-page--goods {
    border-top: 1px #dcdcdc solid;
    padding-top: 60px;
}

.block-genre-style {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0 50px;
}

.block-genre-style--item {
    flex-basis: 216px;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 15px;
}

.block-genre-style--item a {
    display: block;
    text-decoration: none;
    text-align: center;
}

/*---- parts---- */
.mb100 {
    margin-bottom: 100px;
}

.bg_gray_ {
    background-color: #f3f3f3;
}

.txt_center_ {
    text-align: center;
}

.anchor_ {
    margin-top: -70px;
    padding-top: 70px;
}

/*---- page---- */
.page_contents {
    overflow: hidden;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 200%;
}

.page_contents_inner {
    margin-bottom: 40px;
}

.page_contents p {
    padding: 0 10px;
    margin-bottom: 20px;
}

.page_contents h1 {
    text-align: center;
    line-height: 140%;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 26px;
    font-weight: normal;
}

.page_contents h1 span {
    display: block;
    font-size: 13px;
    line-height: 110%;
    letter-spacing: 0;
    padding-top: 5px;
}

.page_contents h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background-color: #444;
}

.page_contents h2 {
    line-height: 140%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: normal;
    border-bottom: 2px solid #444;
}

.page_contents h3 {
    margin: 10px 0;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    padding: 10px;
}

.page_contents h4 {
    font-weight: bold;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 14px;
    border-bottom: 1px solid #333;
}

.page_contents h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    margin: 10px 0;
    background-color: #f2f2f2;
    padding: 6px 6px 6px 10px;
}

.page_contents .page_box1 {
    text-align: center;
    padding: 20px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

.page_contents .page_box1 span {
    font-size: 13px;
}

.page_contents .page_box2 {
    background-color: #f2f2f2;
    padding: 20px;
}

.page_contents .txt_l {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.page_contents .txt_s {
    font-size: 12px;
    color: #808080;
}

.page_contents .page_button1 {
    margin: 0 auto 30px auto;
    width: 360px;
    display: block;
    font-size: 18px;
}

.page_contents a.page_button1 {
    text-decoration: none;
}

.page_contents .page_table {
    width: 100%;
    margin-bottom: 40px;
}

.block-order-estimate--dest-address-register-btn {
    padding: 10px 9px;
}

@charset "UTF-8";

/* ----トップページ本文---- */

.block-top-body {
    position: relative;
}

#top-slider-text {
    position: absolute;
    bottom: 4%;
    left: 4%;
    z-index: 10;
}

#top-slider-text>span {
    display: block;
    line-height: 130%;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
    /* letter-spacing: 0.5em; */
    padding: 5px 0;
}

#top-slider-text>span.top-slider-text--1 {}

#top-slider-text>span.top-slider-text--2 {
    letter-spacing: 0.65em;
}

#top-slider-text>span.top-slider-text--3 {
    letter-spacing: 1.5em;
}

#top-slider-text>h1 {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 10px;
}

.block-top-body--body {
    width: 100%;
    /* height: 581px; */
    margin-bottom: 30px;
    border-bottom: 1px #f5f5f5 solid;
}

.block-top-body--body .slick-slider {}

.block-top-body--body .top-slider-image {
    display: none;
}

.block-top-body--body .top-slider-image a,
.block-top-body--body .top-slider-image span {
    display: block;
    height: 580px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.block-top-body--body .top-slider-image a img,
.block-top-body--body .top-slider-image span img {
    opacity: 0;
}

.block-top-body--body .slick-arrow {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    border: none;
    z-index: 2;
}

.block-top-body--body .slick-arrow:hover {
    cursor: pointer;
}

.block-top-body--body .slick-arrow.slick-next {
    margin-left: 550px;
}

.block-top-body--body .slick-arrow.slick-prev {
    margin-left: 478px;
}

.block-top-body--body .slick-arrow.slick-next:after,
.block-top-body--body .slick-arrow.slick-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
}

.block-top-body--body .slick-arrow.slick-next:after {
    margin: -6px 0 0 -10px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-top-body--body .slick-arrow.slick-prev:after {
    margin: -7px 0 0 -4px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.block-top-body--body .slick-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    width: 100%;
    height: 12px;
    justify-content: center;
}

.block-top-body--body .slick-dots li {
    margin: 0 7px;
}

.block-top-body--body .slick-dots li button {
    border: none;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    background: #cccccc;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-body--body .slick-dots li.slick-active button {
    background: #000;
}

.block-top-body--body .slick-dots li button:hover {
    cursor: pointer;
}

/* ----トップページ予備テンプレート2---- */

.block-top-free-2 {
    width: 1180px;
    margin: 0 auto;
}

.block-top-free2--header {}

.block-top-free2--body {
    margin: 0 0 50px 0;
    overflow: hidden;
}

.block-top-free2--items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.block-top-free2--items li {
    width: calc(100% / 4);
    padding: 0 8px;
    margin-bottom: 32px;
}

.block-top-free2--items li:nth-child(3n) {}

.block-top-free2--items li a {
    display: block;
    position: relative;
}

.block-top-free2--items li a img {
    display: block;
}

.block-top-free2--items li a span {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-free2--items li a:hover span {
    background: rgba(0, 0, 0, 0);
}

/*.block-top-free2--items li {float: left;}.block-top-free2--items > li {width: 535px;height: auto;}.block-top-free2--items > li:first-child {width: 354px;height: auto;margin-right: 10px;}.block-top-free2--sub-items li {width: 172px;height: 172px;margin-left: 9px;margin-bottom: 9px;}.block-top-free2--sub-items li:nth-of-type(3n+1) {margin-left: 0;}*/


/* ----ヘッダー(パターン1)---- */

.header-pt1 #header {
    position: fixed;
    top: 44px;
    left: 0;
    width: 100%;
    /* height: 128px;
  background-color: #ffffff; */
    z-index: 100;
}

.header-pt1 .pane-header.active#header {
    /* height: 100px; */
    top: 0;
    background-color: #FFFFFFE6;
}

.header-pt1#customer-header #header {
    position: static;
    height: 70px;
    border-bottom: 1px #e4e4e4 solid;
}

.header-pt1#customer-header #header.active {
    height: 70px;
}

.header-pt1 #header .container {
    display: flex;
    justify-content: space-between;
}

.header-pt1 #header.active .container {
    height: 55px;
}

.header-pt1#customer-header #header.active .container {
    height: 70px;
}

.header-pt1 .block-header-logo {
    margin-left: 40px;
    width: 200px;
    font-size: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt1 .pane-header.active .block-header-logo {
    width: 200px;
}

.header-pt1#customer-header #header.active .block-header-logo {
    width: 300px !important;
}

.header-pt1 .block-header-logo a {
    display: block;
    padding: 10px 0;
}

.header-pt1 .block-header-logo--img {
    width: 100%;
}

.header-pt1 .block-headernav {
    width: 200px;
    text-align: right;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: right;
}

.header-pt1 .block-headernav--item-list {
    display: flex;
    padding-left: 40px;
}

.header-pt1 .block-headernav--item-list li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.header-pt1 .block-headernav--item-list li.block-headernav--search {
    padding-right: 15px;
}

.header-pt1 .block-headernav--item-list li.block-headernav--search:after {}

.header-pt1 .block-headernav--item-list li.block-headernav--favorite {
    padding-right: 15px;
}

.header-pt1 .block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 22px;
    z-index: 1;
    /* transform: scale(-1, 1); */
}

.fa-shopping-cart {
    content: '';
    background: url(../../img/usr/common/icon_cart.png) no-repeat 0 0;
    display: block;
    width: 25px;
    background-size: contain;
    height: 25px;
}

.pane-header.active .fa-shopping-cart {
    background: url(../../img/usr/common/icon_cart_bk.png) no-repeat 0 0;
    background-size: contain;
}

.fa-shopping-cart::before {
    content: none !important;
}

.fa-shopping-search {
    content: '';
    background: url(../../img/usr/common/icon_search.png) no-repeat 0 0;
    display: block;
    width: 25px;
    background-size: contain;
    height: 25px;
}

.pane-header.active .fa-shopping-search {
    background: url(../../img/usr/common/icon_search_bk.png) no-repeat 0 0;
    background-size: contain;
}

.fa-shopping-favorite {
    content: '';
    background: url(../../img/usr/common/icon_favorite.png) no-repeat 0 0;
    display: block;
    width: 25px;
    background-size: contain;
    height: 25px;
}

.pane-header.active .fa-shopping-favorite {
    background: url(../../img/usr/common/icon_favorite_bk.png) no-repeat 0 0;
    background-size: contain;
}

.header-pt1 .block-headernav--item-list li a {
    display: block;
    text-decoration: none;
    line-height: 40px;
}

.header-pt1 .block-headernav--item-list li a:hover {}

.header-pt1 .block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    border-radius: 10px;
    top: -8px;
    left: 18px;
    z-index: 2;
    background-color: #11233C;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -7px;
    width: 8px;
    height: 8px;
    border-right: 2px #444 solid;
    border-bottom: 2px #444 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user:hover:before {
    margin-top: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.header-pt1 .block-headernav--item-list li.block-headernav--user span {
    display: block;
    line-height: 40px;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user span:hover {
    cursor: pointer;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user span i {
    display: inline;
    font-size: 12px;
    padding-left: 10px;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    z-index: 101;
    border-bottom: 1px #ccc solid;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user ul li {
    position: static;
    display: block;
    width: 10em;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user ul li a {
    display: block;
    border: 1px #ccc solid;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: none;
}

.header-pt1 .block-headernav--item-list li.block-headernav--user:hover ul {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

/* ----ヘッダー(パターン2)---- */

.header-pt2 #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    z-index: 100;
}

.header-pt2 #header.active:after {
    content: "";
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    z-index: 99;
    opacity: 1;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

h1.optimaized-h1.container {
    position: fixed;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    top: 0;
    z-index: 9999;
}

h1.optimaized-h1.container+div#header-wrapper header {
    top: 12px;
    height: 113px;
}

h1.optimaized-h1.container+div#header-wrapper header:after {
    top: 84px;
}

h1.optimaized-h1.container+#header-wrapper.header-pt2 {
    height: 84px;
}

.header-pt2#customer-header #header {
    position: static;
    height: 70px;
    border-bottom: 1px #e4e4e4 solid;
}

.header-pt2 #header>.container {
    display: table;
    width: 1180px;
}

.header-pt2 .block-header-logo {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    font-size: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt2 .block-header-logo a {
    display: block;
    padding: 10px 0;
}

.header-pt2 .block-header-logo--img {
    width: 100%;
}

.header-pt2 .block-headernav {
    width: 100%;
    text-align: right;
}

.header-pt2 .block-headernav--item-list {
    display: inline-block;
    padding-left: 40px;
}

.header-pt2 .block-headernav--item-list li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.header-pt2 .block-headernav--item-list li.block-headernav--login {
    padding-right: 60px;
}

.header-pt2 .block-headernav--item-list li.block-headernav--login:after {
    content: "";
    display: block;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 25px;
    height: 1px;
    background-color: #444;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.header-pt2 .block-headernav--item-list li.block-headernav--entry {
    padding-right: 40px;
}

.header-pt2 .block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 22px;
    z-index: 1;
    transform: scale(-1, 1);
}

.header-pt2 .block-headernav--item-list li a {
    display: block;
    text-decoration: none;
    line-height: 40px;
}

.header-pt2 .block-headernav--item-list li a:hover {}

.header-pt2 .block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    border-radius: 10px;
    top: 50%;
    margin-top: -23px;
    left: -5px;
    z-index: 2;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user {
    padding-right: 40px;
    position: relative;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user span {
    display: block;
    line-height: 40px;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user span:hover {
    cursor: pointer;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user span i {
    display: inline;
    font-size: 12px;
    padding-left: 10px;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user ul {
    display: none;
    position: absolute;
    top: 37px;
    right: 40px;
    background-color: #ffffff;
    z-index: 101;
    border-bottom: 1px #ccc solid;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user ul li {
    position: static;
    display: block;
    width: 10em;
}

.header-pt2 .block-headernav--item-list li.block-headernav--user ul li a {
    display: block;
    border: 1px #ccc solid;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: none;
}

/* ----ヘッダー(パターン3)---- */

.header-pt3 #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 148px;
    background-color: #ffffff;
    z-index: 100;
}

.header-pt3.fixedheader #header {
    height: 90px !important;
}

.header-pt3 .pane-header.active#header {
    height: 100px;
}

.header-pt3#customer-header #header {
    position: static;
    height: 70px;
    border-bottom: 1px #e4e4e4 solid;
}

.header-pt3#customer-header #header.active {
    height: 70px;
}

.header-pt3 #header .container {
    display: flex;
    height: 90px;
    position: relative;
    z-index: 1002;
}

.header-pt3 #header .pane-globalnav .container {
    height: 58px;
}

.header-pt3.fixedheader #header .container {
    height: 90px !important;
}

.header-pt3 #header.active .container {
    height: 50px !important;
}

.header-pt3#customer-header #header .container {
    height: 70px !important;
}

.header-pt3 .block-header-logo {
    position: absolute;
    top: 0;
    left: 50%;
    width: 300px;
    height: 100%;
    margin-left: -150px;
    font-size: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1004;
    display: flex;
    align-items: center;
}

.header-pt3 .pane-header.active .block-header-logo {
    width: 250px;
    margin-left: -125px;
}

.header-pt3#customer-header .pane-header.active .block-header-logo {
    width: 300px;
    margin-left: -150px;
}

.header-pt3 .block-header-logo a {
    display: block;
}

.header-pt3 .block-header-logo--img {
    width: 100%;
}

.header-pt3 .block-headernav {
    width: 100%;
    text-align: right;
    z-index: 1003;
}

.header-pt3 .block-headernav--item-list {
    display: inline-block;
    padding-left: 40px;
}

.header-pt3 .block-headernav--item-list li {
    position: relative;
    display: inline-block;
    text-align: center;
}

.header-pt3 .block-headernav--item-list li.block-headernav--login {
    padding-right: 40px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--login:after {
    content: "";
    display: block;
    position: absolute;
    right: 7px;
    top: 50%;
    width: 25px;
    height: 1px;
    background-color: #444;
    transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}

.header-pt3 .block-headernav--item-list li.block-headernav--entry {
    padding-right: 20px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search {
    padding-right: 25px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search>span {
    display: block;
    padding: 15px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search>span:hover {
    cursor: pointer;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 89px;
    width: 100%;
    height: 80px;
    z-index: 1001;
    border-top: 1px #ccc solid;
    background: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt3 .active .block-headernav--item-list li.block-headernav--search .block-headernav--search-wrap {
    top: 60px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 0 100px 0 200px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 140px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-bg:hover {
    cursor: pointer;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:hover {
    cursor: pointer;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before,
.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 8px;
    width: 40px;
    height: 2px;
    background: #000;
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.header-pt3 .block-headernav--item-list li.block-headernav--search .block-headernav--search-close-btn:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header-pt3 .block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 22px;
    z-index: 1;
    transform: scale(-1, 1);
}

.header-pt3 .block-headernav--item-list li a {
    display: block;
    text-decoration: none;
    line-height: 40px;
}

.header-pt3 .block-headernav--item-list li a:hover {}

.header-pt3 .block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    color: #fff;
    border-radius: 10px;
    top: -8px;
    left: -15px;
    z-index: 2;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user {
    margin-right: 10px;
    padding-right: 40px;
    position: relative;
}

.header-pt3#customer-header .block-headernav--item-list li.block-headernav--user {
    margin-right: 30px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -7px;
    width: 8px;
    height: 8px;
    border-right: 2px #444 solid;
    border-bottom: 2px #444 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user:hover:before {
    margin-top: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.header-pt3 .block-headernav--item-list li.block-headernav--user span {
    display: block;
    line-height: 40px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user span:hover {
    cursor: pointer;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user span i {
    display: inline;
    font-size: 12px;
    padding-left: 10px;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background-color: #ffffff;
    z-index: 101;
    border-bottom: 1px #ccc solid;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user ul li {
    position: static;
    display: block;
    width: 10em;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user ul li a {
    display: block;
    border: 1px #ccc solid;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: none;
}

.header-pt3 .block-headernav--item-list li.block-headernav--user:hover ul {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

/* ----ヘッダー検索(パターン1)---- */

.header-pt1 .block-global-search {
    display: inline-block;
}

.header-pt1 .block-global-search--keyword {
    width: 250px;
}

.header-pt1 .block-global-search form {
    padding: 0 7px 0 14px;
    position: relative;
    background-color: #FFFFFFB3;
    border-radius: 25px;
    border: solid 1px #00000040;
}

.header-pt1 input.block-global-search--keyword:hover,
.header-pt1 input.block-global-search--keyword {
    border: none;
    background-color: transparent;
    height: 35px;
    line-height: 35px;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt1 .pane-header.active input.block-global-search--keyword:hover,
.header-pt1 .pane-header.active input.block-global-search--keyword {
    height: 35px;
    line-height: 27px;
}

.header-pt1#customer-header .pane-header input.block-global-search--keyword:hover,
.header-pt1#customer-header .pane-header input.block-global-search--keyword {
    height: 43px;
    line-height: 35px;
}

.header-pt1 button.block-global-search--submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    width: 45px;
    height: 100%;
    padding: 0;
}

.fa-search {
    font-size: 20px !important;
    color: #0D3E80;
    vertical-align: text-bottom;
}

.header-pt1 button.block-global-search--submit:after {}

.header-pt1 .block-global-search--searchdetail {
    margin-left: 15px;
}

/* ----ヘッダー検索(パターン3)---- */

.header-pt3 .block-headernav--search-inner form {
    margin-top: 12px;
    padding: 0 0 0 80px;
    position: relative;
}

.header-pt3 input.block-global-search--keyword:hover,
.header-pt3 input.block-global-search--keyword {
    border: none;
    width: 100%;
    background-color: transparent;
    line-height: 56px;
    height: 56px;
    padding: 0;
    font-size: 18px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt3 button.block-global-search--submit {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background-color: transparent;
    width: 60px;
    height: 100%;
    padding: 0;
}

.header-pt3 button.block-global-search--submit:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 40px;
    margin-top: -20px;
    background-color: #ccc;
}

.header-pt3 .block-global-search--searchdetail {
    margin-left: 15px;
}

/* ----グローバルナビ(全パターン共通)---- */

@keyframes fade-in {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fade-in70 {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 0.7;
    }
}

/* ----グローバルナビ(パターン1)---- */

.header-pt1 .block-globalnav {
    width: 496px;
    margin-left: -40px;
}

.header-pt1 .block-globalnav--item-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-pt1 .block-globalnav--item-list i {
    margin-right: 10px;
}

.header-pt1 .block-globalnav--item-list>li {
    display: table-cell;
    margin: 0 20px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.header-pt1 .block-globalnav--item-list>li>a {
    position: relative;
    display: block;
    padding: 18px 0 18px 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.header-pt1 .block-globalnav--item-list>li>a:hover {
    z-index: 11;
/* ----240328 UPD コメントアウト---- */
    /* ----color: #fff !important;---- */
/* ----240328 UPD END---- */
}

/* ----240328 ADD ---- */
.shotitle{
white-space: nowrap;
font-size:9px;
}
/* ----240328 ADD END ---- */

.header-pt1 .pane-header.active .block-globalnav--item-list>li>a {
    padding-bottom: 18px;
    color: #222;
}

.header-pt1 .block-globalnav--item-list>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover>a::after {
    left: 0%;
    width: 100%;
}

.header-pt1 .block-globalnav--item-list>li>a:hover:after {
    left: 10%;
    width: 80%;
}

.header-pt1 .block-globalnav--item-list>li>a:before {}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover>a:before {}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover>a:before {}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover>a {
    position: relative;
    z-index: 11;
/* ----240328 UPD コメントアウト---- */
    /* ----color: #fff !important;---- */
/* ----240328 UPD END---- */
}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover>div {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover>a:after {}

.header-pt1 .active .block-globalnav--item-list>li.js-animation-hover a:after {
    margin-top: -8px;
}

.header-pt1 .block-globalnav--item-list>li.js-animation-hover:hover a:after {}

.header-pt1 .active .block-globalnav--item-list>li.js-animation-hover:hover a:after {
    margin-top: -6px;
}

.header-pt1 .block-globalnav--item-list>li:last-child>a:before {}

.header-pt1 .block-globalnav--item-list>li>a.active {
    transition: color 0.2s linear 0;
    text-decoration: none;
}

.header-pt1 .block-globalnav-menu {
    position: absolute;
    background-color: #222222E6;
    opacity: 0.98;
    width: 100%;
/* ----240328 UPD コメントアウト---- */
    /* ----top: 0;---- */
/* ----240328 UPD END---- */
    left: 0;
    padding: 105px 0 40px;
    text-align: left;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt1 .pane-header.active .block-globalnav-menu {
/* ----240328 UPD コメントアウト---- */
    /* ----top: 0;---- */
/* ----240328 UPD END---- */
    padding-top: 95px;
}

.header-pt1 .block-globalnav-menu * {
    color: #fff;
}

.header-pt1 .block-globalnav-menu>div {
    width: 1200px;
    margin: auto;
}

.header-pt1 .block-globalnav-menu {
    display: none;
}

.header-pt1 .block-globalnav-menu .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.header-pt1 .block-globalnav-menu-main {
    width: 300px;
    padding: 0 20px;
    margin-bottom: 30px;
}

.header-pt1 .block-globalnav-menu-main h2 {
    margin: 0 0 20px 0;
    font-size: 16px;
    text-align: left;
    border-bottom: solid 1px;
    padding-bottom: 10px;
}

.header-pt1 .block-globalnav-menu-main figure {
    margin-bottom: 15px;
}

.header-pt1 .block-globalnav-menu-main figure a {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt1 .block-globalnav-menu-main figure a:hover {
    opacity: 0.8;
}

.header-pt1 .block-globalnav-menu-main figure a img {
    display: block;
    width: 100%;
}

.header-pt1 .block-globalnav-menu-main figure figcaption {
    font-size: 13px;
    line-height: 180%;
}

.header-pt1 .block-globalnav-menu-list {
    width: 480px;
    padding: 0 10px 0 70px;
}

.header-pt1 .block-globalnav-menu-list h2 {
    margin: 0 0 17px 0;
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px #ffffff solid;
}

.header-pt1 .block-globalnav-menu-main>ul,
.header-pt1 .block-globalnav-menu-list>ul {}

.header-pt1 .block-globalnav-menu-main>ul li,
.header-pt1 .block-globalnav-menu-list>ul li {
    margin: 15px 0;
}

.header-pt1 .block-globalnav-menu-main>ul li a,
.header-pt1 .block-globalnav-menu-list>ul li a {
    padding-left: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.header-pt1 .block-globalnav-menu-main>ul li a:hover,
.header-pt1 .block-globalnav-menu-list>ul li a:hover {
    text-decoration: underline;
}

.header-pt1 .block-globalnav-menu-main>ul li a:before,
.header-pt1 .block-globalnav-menu-list>ul li a:before {
    content: "";
    display: block;
    top: 50%;
    left: 3px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -3px 0 0 0;
}

.header-pt1 .block-globalnav-menu--freespace * {
    font-size: 14px;
}

.header-pt1 .block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.header-pt1 .block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.header-pt1 .block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.header-pt1 .block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

/* ----グローバルナビ(パターン2)---- */

.header-pt2 .pane-globalnav .container {
    width: auto;
}

.header-pt2 .block-globalnav {
    width: 100%;
}

.header-pt2 .block-globalnav--item-list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.header-pt2 .block-globalnav--item-list .block-globalnav--cart i {
    font-size: 22px;
    transform: scale(-1, 1);
}

.header-pt2 .block-globalnav--item-list>li {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 0 20px;
}

.header-pt2 .block-globalnav--item-list>li:hover {}

.header-pt2 .block-globalnav--item-list>li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    z-index: 100;
    opacity: 0;
}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover:hover:after {
    opacity: 1;
}

.header-pt2 .block-globalnav--item-list>li:first-child {
    padding-left: 0;
}

.header-pt2 .block-globalnav--item-list>li:last-child {
    padding-right: 0;
}

.header-pt2 .block-globalnav--item-list>li>a,
.header-pt2 .block-globalnav--item-list>li>span {
    position: relative;
    padding: 0 10px;
    display: block;
    line-height: 70px;
    text-decoration: none;
}

.header-pt2 .block-globalnav--item-list>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    z-index: 102;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt2 .block-globalnav--item-list>li>a:hover:after {
    left: -25%;
    width: 150%;
}

.header-pt2 .block-globalnav--item-list>li>a:before {}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover>a,
.header-pt2 .block-globalnav--item-list>li.js-animation-hover>span {
    padding-right: 25px;
}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover:hover {
    cursor: default;
}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover>a:after,
.header-pt2 .block-globalnav--item-list>li.js-animation-hover>span:after {
    content: "";
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -6px;
    width: 8px;
    height: 8px;
    border-right: 2px #444 solid;
    border-bottom: 2px #444 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover:hover a:after,
.header-pt2 .block-globalnav--item-list>li.js-animation-hover:hover span:after {
    margin-top: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.header-pt2 .block-globalnav--item-list>li:last-child>a:before {}

.header-pt2 .block-globalnav--item-list>li>a.active {
    transition: color 0.2s linear 0;
    text-decoration: none;
}

.header-pt2 .block-globalnav--item-list>li.js-animation-hover:hover>div {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login {
    position: relative;
    padding-left: 10px;
    z-index: 100;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login>a,
.header-pt2 .block-globalnav--item-list>li.block-globalnav--login div {
    color: #ffffff;
    padding: 0 20px;
    width: 5em;
    z-index: 101;
    line-height: 70px;
    height: 70px;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login div:hover {
    cursor: pointer;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login div i {
    font-size: 22px;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login ul {
    display: none;
    position: absolute;
    top: 69px;
    right: 0;
    background-color: #ffffff;
    z-index: 101;
    border-bottom: 1px #ccc solid;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login div:hover ul {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login ul li {
    position: static;
    display: block;
    width: 10em;
}

.header-pt2 .block-globalnav--item-list>li.block-globalnav--login ul li a {
    display: block;
    border: 1px #ccc solid;
    font-size: 13px;
    padding: 6px 10px;
    border-bottom: none;
    line-height: 40px;
    text-decoration: none;
}

.header-pt2 .block-globalnav-menu {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 70px;
    left: 0;
    padding: 20px 0 10px 0;
    text-align: left;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt2 .block-globalnav-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -6px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.2+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.header-pt2 .block-globalnav-menu>div {
    width: 1200px;
    margin: auto;
}

.header-pt2 .block-globalnav-menu {
    display: none;
}

.header-pt2 .block-globalnav-menu-main {}

.header-pt2 .block-globalnav-menu-main h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 40px;
}

.header-pt2 .block-globalnav-menu-main h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    letter-spacing: 0em;
}

.header-pt2 .block-globalnav-menu-main ul {
    display: flex;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-bottom: 40px;
}

.header-pt2 .block-globalnav-menu-main ul li {
    padding: 0 10px;
}

.header-pt2 .block-globalnav-menu-main ul li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt2 .block-globalnav-menu-main ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.header-pt2 .block-globalnav-menu-main ul li a img {
    display: block;
    height: 130px;
    margin: 0 auto 10px auto;
}

.header-pt2 .block-globalnav-menu-main ul li a div {
    margin-top: 5px;
    text-align: center;
}

.header-pt2 .block-globalnav-menu-sub {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 50px 10px;
}

.header-pt2 .block-globalnav-menu-sub h2 {
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.header-pt2 .block-globalnav-menu-sub>ul {
    display: table;
    table-layout: fixed;
    width: 930px;
}

.header-pt2 .block-globalnav-menu-sub>ul>li {
    display: table-cell;
    padding-left: 50px;
}

.header-pt2 .block-globalnav-menu-sub>ul>li h3 {
    font-size: 18px;
    font-weight: bold;
}

.header-pt2 .block-globalnav-menu-sub>ul>li h3 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin-top: 3px;
    padding-bottom: 15px;
    border-bottom: 1px #dcdcdc solid;
    margin-bottom: 20px;
}

.header-pt2 .block-globalnav-menu-sub>ul>li ul li {}

.header-pt2 .block-globalnav-menu-sub>ul>li ul li a {
    display: inline-block;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    position: relative;
}

.header-pt2 .block-globalnav-menu-sub>ul>li ul li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: #000;
    width: 6px;
    height: 1px;
}

.header-pt2 .block-globalnav-menu-sub>ul>li ul li a:hover {
    text-decoration: underline;
}

.header-pt2 .block-globalnav-menu--freespace * {
    font-size: 14px;
}

.header-pt2 .block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.header-pt2 .block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.header-pt2 .block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.header-pt2 .block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

/* ----グローバルナビ(パターン3)---- */

.header-pt3 .pane-globalnav>.container {
    width: 100%;
}

.header-pt3 .block-globalnav {
    width: 1180px;
    margin: 0 auto;
}

.header-pt3 .block-globalnav--item-list {
    display: table;
    width: 100%;
}

.header-pt3 .block-globalnav--item-list i {
    margin-right: 10px;
}

.header-pt3 .block-globalnav--item-list>li {
    display: table-cell;
    width: 20%;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.header-pt3 .block-globalnav--item-list>li>a {
    position: relative;
    display: block;
    padding: 16px 0 26px 0;
    text-decoration: none;
}

.header-pt3 .pane-header.active .block-globalnav--item-list>li>a {
    padding-bottom: 18px;
}

.header-pt3 .block-globalnav--item-list>li>a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt3 .block-globalnav--item-list>li>a:hover:after {
    left: 10%;
    width: 80%;
}

.header-pt3 .block-globalnav--item-list>li>a:before {}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover>a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    width: 0;
    height: 0;
    z-index: 10;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    opacity: 0;
    border-color: transparent transparent #000000 transparent;
}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover a {}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover a:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: auto;
    left: auto;
    margin-top: -12px;
    width: 8px;
    height: 8px;
    border-right: 2px #444 solid;
    border-bottom: 2px #444 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt3 .active .block-globalnav--item-list>li.js-animation-hover a:after {
    margin-top: -8px;
}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover:hover a:after {
    margin-top: -9px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.header-pt3 .active .block-globalnav--item-list>li.js-animation-hover:hover a:after {
    margin-top: -6px;
}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover .block-globalnav-menu a:after {
    display: none;
}

.header-pt3 .block-globalnav--item-list>li:last-child>a:before {}

.header-pt3 .block-globalnav--item-list>li>a.active {
    transition: color 0.2s linear 0;
    text-decoration: none;
}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover:hover>a:before {
    display: block;
    opacity: 0.7;
    animation-duration: 0.5s;
    animation-name: fade-in70;
}

.header-pt3 .block-globalnav--item-list>li.js-animation-hover:hover>div {
    display: block;
    opacity: 1;
    animation-duration: 0.5s;
    animation-name: fade-in;
}

.header-pt3 .block-globalnav-menu {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 40px 0;
    text-align: left;
    z-index: 10;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease
}

.header-pt3 .pane-header.active .block-globalnav-menu {
    top: 50px;
}

.header-pt3 .block-globalnav-menu * {
    color: #fff;
}

.header-pt3 .block-globalnav-menu>div {
    width: 1200px;
    margin: auto;
}

.header-pt3 .block-globalnav-menu {
    display: none;
}

.header-pt3 .block-globalnav-menu .inner {
    display: flex;
}

.header-pt3 .block-globalnav-menu-main {
    width: 240px;
    padding: 0 10px;
}

.header-pt3 .block-globalnav-menu-main h2 {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.header-pt3 .block-globalnav-menu-main figure {
    margin-bottom: 15px;
}

.header-pt3 .block-globalnav-menu-main figure a {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.header-pt3 .block-globalnav-menu-main figure a:hover {
    opacity: 0.8;
}

.header-pt3 .block-globalnav-menu-main figure a img {
    display: block;
    width: 100%;
}

.header-pt3 .block-globalnav-menu-main figure figcaption {
    font-size: 13px;
    line-height: 180%;
}

.header-pt3 .block-globalnav-menu-list {
    width: 480px;
    padding: 0 10px 0 70px;
}

.header-pt3 .block-globalnav-menu-list h2 {
    margin: 0 0 17px 0;
    padding-bottom: 8px;
    font-size: 18px;
    border-bottom: 1px #ffffff solid;
}

.header-pt3 .block-globalnav-menu-main>ul,
.header-pt3 .block-globalnav-menu-list>ul {}

.header-pt3 .block-globalnav-menu-main>ul li,
.header-pt3 .block-globalnav-menu-list>ul li {
    margin: 15px 0;
}

.header-pt3 .block-globalnav-menu-main>ul li a,
.header-pt3 .block-globalnav-menu-list>ul li a {
    padding-left: 20px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.header-pt3 .block-globalnav-menu-main>ul li a:hover,
.header-pt3 .block-globalnav-menu-list>ul li a:hover {
    text-decoration: underline;
}

.header-pt3 .block-globalnav-menu-main>ul li a:before,
.header-pt3 .block-globalnav-menu-list>ul li a:before {
    content: "";
    display: block;
    top: 50%;
    left: 3px;
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: -3px 0 0 0;
}

.header-pt3 .block-globalnav-menu--freespace * {
    font-size: 14px;
}

.header-pt3 .block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.header-pt3 .block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.header-pt3 .block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.header-pt3 .block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

/* ----フッター(全パターン共通)---- */


/*.block-footernav--sns-list li a.instagram{background-image: url(../../img/usr/ico_instagram.svg);}.block-footernav--sns-list li a.facebook{background-image: url(../../img/usr/ico_facebook.svg);}.block-footernav--sns-list li a.twitter{background-image: url(../../img/usr/ico_twitter.svg);}.block-footernav--sns-list li a.youtube{background-image: url(../../img/usr/ico_youtube.svg);}*/

.block-footernav--sns-list li a.instagram {
    background-image: url(../../img/usr/ico_instagram.png);
}

.block-footernav--sns-list li a.facebook {
    background-image: url(../../img/usr/ico_facebook.png);
}

.block-footernav--sns-list li a.twitter {
    background-image: url(../../img/usr/ico_twitter.png);
}

.block-footernav--sns-list li a.youtube {
    background-image: url(../../img/usr/ico_youtube.png);
}

/* ----フッター(パターン1)---- */

.footer-pt1 #pane-footer-link {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}

.footer-pt1 #pane-footer-link .container {
    overflow: hidden;
    width: 1000px;
}

.footer-pt1 #pane-footer-link .container .inner {
    margin-left: -10px;
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.footer-pt1 #pane-footer-link .container .inner div {
    display: table-cell;
    padding: 0 10px;
}

.footer-pt1 #pane-footer-link .container .inner div a {
    width: 100%;
    height: 4.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #bdbdbd solid;
    padding: 0 22px;
    position: relative;
    text-decoration: none;
}

.footer-pt1 #pane-footer-link .container .inner div a:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: #444 1px solid;
    border-right: #444 1px solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-pt1 #pane-footer-link .container .inner div a:hover:before {
    right: 6px;
}

.footer-pt1 #pane-footer-link .container .inner div a:hover {
    text-decoration: none;
}

.footer-pt1 footer .container {
    position: relative;
}

.footer-pt1 .block-footernav {
    margin-bottom: 30px;
    text-align: center;
}

.footer-pt1 .block-footernav li {
    padding: 0 1em;
    display: inline-block;
}

.footer-pt1 .block-footernav li a {
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.footer-pt1 .block-footernav li a:hover {
    opacity: 0.6;
}

.footer-pt1 .block-footernav--sns-list {
    margin-top: 30px;
}

.footer-pt1 .block-footernav--sns-list li {
    display: inline-block;
    padding: 0;
}

.footer-pt1 .block-footernav--sns-list li a {
    display: block;
    width: 40px;
    padding: 0 10px;
    height: 30px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
}

/* ----フッター(パターン2)---- */

.footer-pt2 #pane-footer-link {
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #f3f3f3;
}

.footer-pt2 #pane-footer-link .container {
    overflow: hidden;
    width: 1000px;
}

.footer-pt2 #pane-footer-link .container .inner {
    margin-left: -10px;
    margin-bottom: 20px;
    display: table;
    table-layout: fixed;
    width: calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
}

.footer-pt2 #pane-footer-link .container .inner div {
    display: table-cell;
    padding: 0 10px;
}

.footer-pt2 #pane-footer-link .container .inner div a {
    width: 100%;
    height: 4.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px #bdbdbd solid;
    padding: 0 22px;
    position: relative;
    text-decoration: none;
}

.footer-pt2 #pane-footer-link .container .inner div a:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    border-top: #444 1px solid;
    border-right: #444 1px solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-pt2 #pane-footer-link .container .inner div a:hover:before {
    right: 6px;
}

.footer-pt2 #pane-footer-link .container .inner div a:hover {
    text-decoration: none;
}

.footer-pt2 footer .container {
    position: relative;
}

.footer-pt2 .block-footernav {
    margin-bottom: 50px;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.footer-pt2 .block-footernav>div {
    display: table-cell;
    vertical-align: top;
    padding: 0 20px;
}

.footer-pt2 .block-footernav>div h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 15px 0;
}

.footer-pt2 .block-footernav>div>div {
    margin: 7px 0;
}

.footer-pt2 .block-footernav>div a {
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}

.footer-pt2 .block-footernav div a:hover {
    opacity: 0.6;
}

.footer-pt2 .block-footernav>div>div a {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}

.footer-pt2 .block-footernav>div>div a:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.footer-pt2 .block-footernav--sns-list {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.footer-pt2 .block-footernav--sns-list li {
    display: inline-block;
    padding: 0;
}

.footer-pt2 .block-footernav--sns-list li a {
    display: block;
    width: 40px;
    padding: 0 10px;
    height: 30px;
    text-indent: 300%;
    white-space: nowrap;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
}

/* ----フッター(パターン3)---- */

.footer-pt3 .block-footernav {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 30px;
    border-top: 1px #0F2744 solid;
}

.footer-pt3 .block-footernav ul {}

.footer-pt3 .block-footernav li {
    padding: 0 1em;
    display: inline-block;
}

.footer-pt3 .block-footernav li:first-child {
    padding-left: 0;
}

.footer-pt3 .block-footernav li:last-child {
    padding-right: 0;
}

.footer-pt3 .block-footernav li a {
    color: #ffffff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    padding-left: 15px;
    position: relative;
    display: inline-block;
}

.footer-pt3 .block-footernav li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -15px;
    height: 20px;
    /* border-top: 1px #fff solid; */
    border-right: 1px #222 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.footer-pt3 .block-footernav li a:hover {
    opacity: 0.6;
}

.footer-pt3 .block-footernav--sns-list {
    /* margin-bottom: 50px; */
    /* padding-bottom: 50px; */
    /* border-bottom: 1px #ffffff dotted; */
    text-align: left;
}

.footer-pt3 .block-footernav--sns-list li {
    display: inline-block;
    padding: 0;
}

.footer-pt3 .block-footernav--sns-list li a {
    display: block;
    padding: 0 0 0 30px;
    margin-right: 50px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    color: #222;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    -moz-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-pt3 .block-footernav--sns-list li a:hover {
    opacity: 0.6;
}

.footer-pt3 .block-footernav--sns-list li:last-child a {
    margin-right: 0;
}

.footer-pt3 .block-footernav--sns-list li a.instagram {
    background-image: url(../../img/usr/ico_instagram.svg);
}

.footer-pt3 .block-footernav--sns-list li a.facebook {
    background-image: url(../../img/usr/ico_facebook.svg);
}

.footer-pt3 .block-footernav--sns-list li a.twitter {
    background-image: url(../../img/usr/ico_twitter.svg);
}

.footer-pt3 .block-footernav--sns-list li a.youtube {
    background-image: url(../../img/usr/ico_youtube.svg);
}

.footer-pt3 .block-footernav--info {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    margin: 0 -30px 60px -30px;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block {
    display: table-cell;
    padding: 10px 30px;
    position: relative;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block:after {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ffffff;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block:last-child:after {
    display: none;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div {
    margin-bottom: 40px;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div:last-child {
    margin-bottom: 0;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dl {}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dt {
    font-size: 16px;
    /* font-weight: bold; */
    margin-bottom: 10px;
    position: relative;
    background-color: #0f452a;
    color: #fff;
    padding: 5px 15px;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dt:before {
    content: none;
    display: block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    top: 5px;
    left: 0;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dd {
    padding-left: 15px;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dd p {
    line-height: 190%;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dd strong {
    font-size: 1.4em;
    font-weight: bold;
    padding: 0 0.3em;
    display: inline;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a {
    display: inline-block;
    max-width: 250px;
    padding: 12px 20px;
    margin: 15px 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-pt3 .block-footernav--info .block-footernav--info-block div dd a:hover {
    opacity: 0.8;
}

/* ----ページトップに戻る---- */

.block-page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: #333;
}

.block-page-top a {
    display: block;
    height: 50px;
    width: 50px;
    margin: 0 auto 15px auto;
}

.block-page-top a:before,
.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -1px 0 0 -8px;
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-page-top a:hover:after {
    margin-top: -9px;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
    width: 400px;
    text-align: center;
    margin: 0 auto 20px;
}

.block-switcher li {
    display: inline-block;
}

.block-switcher--switch {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #444;
    color: #fff;
}

.block-switcher--switch:hover {
    text-decoration: none;
    background-color: #ccc;
}

.block-switcher--current {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
}

.block-switcher .fa {
    margin-right: 10px;
    vertical-align: middle;
}

.block-switcher .fa-mobile-phone {
    font-size: 22px;
}

.block-switcher .fa-desktop {
    font-size: 18px;
}

/* ----Copyright---- */

.block-copyright {
    font-size: 12px;
    text-align: center;
    background: #0f4533;
    color: #fff;
    padding: 10px;
}

/* ----ブランド画面---- */

.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;
    width: 1200px;
    margin: 0 auto;
}

.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-decoration: none;
    text-align: center;
    width: 240px;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    margin: 15px auto 0;
    background: #e5e5e5;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-brand-list--item-btn:hover {
    opacity: 0.7;
}

.block-brand-detail {
    width: 800px;
    margin: 0 auto 80px auto;
}

.block-brand-detail--header {
    text-align: center;
}

.block-brand-detail--image {
    margin-top: 40px;
}

.block-brand-detail--image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.block-brand-detail--description {
    margin-bottom: 30px;
}

/* ----商品詳細画面---- */


/*CSSによる商品詳細画面の項目の並び順変更用*/

.pane-goods-right-side form {
    display: flex;
    flex-flow: column wrap;
}

.page-goods .block-icon {
    order: 20;
}

.block-goods-name {
    order: 30;
    margin: 20px 0 0 0;
}

.block-goods-name h1 {
    margin: 0;
}

.block-goods-price {
    order: 40;
    margin: 10px 0 15px 0;
}

.block-goods-comment {
    order: 50;
    margin: 10px 0;
}

form .block-goods-comment1 {
    order: 55;
    margin: 10px 0;
}

.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-rules-comment {
    order: 215;
    margin: 10px 0;
}

.block-goods-sales-detail-append {
    order: 220;
}

.block-variation {
    order: 230;
    margin-top: 15px;
    padding: 3px 0 5px 0;
}

.block-variation>select {
    margin-top: 0;
    padding: 10px 0;
}

.block-variation>.block-variation {
    border-top: none;
    border-bottom: none;
}

.block-custom-order {
    order: 240;
}

.block-goods-set {
    order: 250;
}

.block-add-cart {
    order: 260;
}

.block-no-stock {
    order: 270;
}

.block-contact-about-goods {
    order: 280;
}

.block-arrival-notice {
    order: 290;
}

.block-goods-store-stock {
    order: 300;
}

.block-accessory-list {
    order: 310;
    margin-top: 100px;
}

.block-variation-back-order {
    order: 320;
}

.block-goods-favorite {
    order: 275;
}

.block-goods-link {
    order: 340;
}

.block-goods-sns {
    order: 350;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.block-goods-sns li {
    padding-right: 10px;
}

.block-goods-sns li:last-child {
    padding-right: 0;
}

.pane-goods-right-side .block-variation .block-variation {
    margin: 30px 0 20px 0;
}

.pane-goods-right-side .block-variation .block-variation h2 {
    font-size: 16px;
    margin: 0 0 10px 0;
    padding-right: 1em;
}

.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item {
    margin-bottom: 14px;
    font-size: 12px;
}

.pane-goods-right-side .block-variation .block-variation .block-variation--selected-item span {
    font-weight: normal;
    color: #888;
}

.pane-goods-right-side .block-custom-order {
    margin-bottom: 30px;
}

.block-goods-detail select {
    min-width: 400px;
}

@media all and (-ms-high-contrast: none) {
    .block-goods-detail-j--goods {
        flex-basis: calc((100% - 165px) / 5);
    }
}

.block-goods-set {
    margin-top: 20px;
}

.block-goods-set .legend {
    margin: 20px 0;
    font-size: 20px;
}

.block-goods-set .block-goods-set--header {
    border-bottom: none;
    margin: 10px 0 5px 0;
    font-size: 18px;
}

.block-goods-set .block-goods-set--item-list {
    margin-bottom: 60px;
    width: 100%;
}

.block-goods-set .block-goods-set--item-list th {
    text-align: center;
}

.block-goods-set .block-goods-set--item-list td.block-goods-set--item-name a {
    font-weight: bold;
}

.block-goods-set .block-goods-set--item-list td.block-goods-set--item-qty {
    text-align: center;
}

.block-goods-comment1,
.block-goods-comment2,
.block-goods-comment3,
.block-goods-comment4,
.block-goods-comment5 {
    margin: 30px 0;
}

.block-goods-comment5 {
    margin: 0 0 30px 0;
}

.pane-goods-center .block-top-event--header {
    padding-bottom: 20px;
    margin-bottom: 25px;
}

.block-accessory-list--name {
    text-align: center;
    line-height: 140%;
    padding-bottom: 35px;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 0.1em;
}

.block-accessory-list--name:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background-color: #444;
}

.pane-goods-right-side .block-accessory-list--name {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 0;
}

.pane-goods-right-side .block-accessory-list--name:after {
    display: none;
}

.pane-goods-right-side .form-group {
    position: relative;
}

.pane-goods-right-side .form-group .constraint {
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
}

.pane-goods-right-side .block-accessory-list {
    margin-top: 40px;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items {
    margin-bottom: 0;
}

.pane-goods-right-side .block-accessory-list .block-check-list-a--items li:last-child {
    margin-bottom: 0;
}

.pane-goods-right-side .block-accessory-list--name:after {}

.block-goods-user-review {
    width: 1000px;
    margin: 0 auto 40px auto;
    padding: 30px 0;
}

.block-goods-footer-cart .block-variation {
    display: block;
    margin-bottom: 30px;
}

.block-goods-footer-cart .block-add-cart {
    margin: 30px auto 30px auto;
}

.block-switcher-container {
    float: left;
    padding: 0 0 10px 10px;
    width: 50%;
}

.block-switcher .block-switcher-container .block-switcher--switch .block-switcher--switch--inline .block-icon-image-small {
    background-size: 10px auto;
}

.block-switcher--switch--inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.feature {
    display: flex;
}

.feature .large_img {
    width: 50%;
}

.feature_text {
    background-color: #0F2744;
    color: #fff;
    padding: 5%;

}

.large_img+.feature_text {
    width: 50%;
}

.subttl {
    font-family: "Montserrat";
}

.feature_ttl {
    font-family: "Montserrat";
    font-weight: bold;
    margin: 10px 0 40px;
    font-size: 22px;
}

 .view_more {
        font-family: "Montserrat";
        margin-top: 80px;
        text-align: right;
        color: #fff !important;
    }

    .feature_text a {
        text-decoration: none;
        color: #fff !important;
    }

    .feature_text a:hover {
        color: #fff !important;
    }

    .view_more span {
        border-radius: 50%;
        display: inline-block;
        border: solid 1px;
        padding: 7px;
        width: 35px;
        height: 35px;
        vertical-align: middle;
        text-align: center;
        margin-left: 10px;
        transition: 0.2s;
        font-family: "メイリオ";
    }

    .view_more:hover span {
        padding-left: 10px;
        transition: 0.2s;
    }

h2.new_ {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 50px;
    color: #222222;
    letter-spacing: 1.7px;
    margin-bottom: 40px;
}

h2.new_ span {
    font-size: 15px;
    color: #0d804e;
    letter-spacing: 1.7px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 10px;
    background-color: #EFEFEF;
    width: 100%;
    margin: 0 auto;
}

/*タブのスタイル*/
.tab_item {
    /*240329 UPD*/
    /*width: calc(100%/3);*/
    width: calc(100%/6);
    /*240329 UPD END*/
    height: 70px;
    border-bottom: 3px solid #0A331C;
    background-color: #E9ECF0;
    line-height: 70px;
    /*240329 UPD*/
    /*font-size: 20px;*/
    font-size: 15px;
    /*240329 UPD END*/
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
}

.tab_item:hover {
    /* opacity: 0.75; */
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 60px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked~#all_content,
#programming:checked~#programming_content,
/*240329 ADD*/
#fourthT:checked~#fourthT_content,
#fifthT:checked~#fifthT_content,
#sixthT:checked~#sixthT_content,
/*240329 ADD END*/
#design:checked~#design_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked+.tab_item {
    position: relative;
    background-color: #0A331C;
    color: #fff;
}

.tabs input:checked+.tab_item::after {
    position: absolute;
    left: 50%;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    content: "";
    background: #0A331C;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tabs input:checked+.tab_item::after {
    bottom: -12px;
    width: 28px;
    height: 13px;
}

label.tab_item:nth-child(4) {
    border-right: solid 1px #fff;
    border-left: solid 1px #fff;
}

h2.new_.rv_title {
    width: 1180px;
    margin: 0 auto;
}

.block-footernav--info h3 {
    border-bottom: solid 1px #0F2744;
    font-weight: bold;
    margin-bottom: 25px;
}

p.fotter_more {
    text-align: right;
}

.fotter_more a {
    background: unset !important;
    font-weight: bold;
    margin: 0 !important;
    padding: 0 0 20px 0 !important;
}

.footer-pt3 .block-footernav li:first-child a::before {
    content: none;
}

footer-pt3 .text-color {
    color: #0D3E80 !important;
    border: solid 1px #0D3E80;
    font-weight: bold;
    max-width: 350px !important;
    width: 55%;
    text-align: center;
    margin: 15px auto !important;
    display: block !important;
}

.footer_call {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_call p {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding-left: 20px;
    margin: 20px 0;
}

.footer_call p span {
    display: block;
    font-size: 25px;
}

.footer-pt3 .text-color {
    display: block !important;
    border: solid 1px #0a663e;
    color: #0a663e !important;
    font-weight: bold;
    width: 75%;
    margin: 20px auto !important;
    max-width: 350px !important;
    text-align: center;
}

.header-pt1 .block-globalnav-menu-main>ul li a::before {
    content: none !important;
}

.header-pt1 .block-globalnav-menu-main.pt2_ {
    width: 50%;
    padding: 0 30px;
    margin-bottom: 30px;
}

.header-pt1 .block-globalnav-menu-main {
/*240329 UPD コメントアウト*/
/*width: 150px !important;*/
/*240329 UPD END*/
padding: 0 10px !important;
}

.header-pt1 .block-globalnav-menu-main h2 {
font-size: 13px !important;
}

.header-pt1 .block-globalnav--item-list>li:nth-child(2) .block-globalnav-menu-main {
/*240329 UPD コメントアウト*/
/*width: 150px !important;*/
/*240329 UPD END*/
padding: 0 10px !important;
}

.header-pt1 .block-globalnav--item-list>li:nth-child(2) .block-globalnav-menu-main h2 {
font-size: 13px !important;
}
