﻿@charset "UTF-8";

/* ----トップページMV---- */
.block-top-slider {
    overflow-x: hidden;
}

.block-top-slider-wrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 922px;
}

.block-top-slider-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 1;
    padding-bottom: 45px;
}

.swiper-slide img {
    display: block;
    margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 42px !important;
    height: 42px !important;
    background-color: rgba(43, 43, 43, 0.5);
    background-image: none !important;
    margin-top: -21px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(43, 43, 43, 0.9);
}

.swiper-button-prev {
    left: -21px !important;
}

.swiper-button-next {
    right: -21px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    border-top: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
}

.swiper-button-prev:after {
    margin-left: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.swiper-button-next:after {
    margin-left: -8px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.swiper-pagination-bullet {
    position: relative;
    width: 24px !important;
    height: 24px !important;
    background: none !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet:before {
    content: "";
    display: block;
}

.swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #DDDDDD;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background-color: #1C5A8F;
}

.swiper-pagination-bullet:hover:before {
    background-color: #afafaf;
}

.swiper-pagination {
    height: 24px;
    bottom: 13px !important;
}

.block-top-slider-contents {
    height: 339px;
    margin-bottom: 45px;
}

.block-top-slider-contents li {
    display: none;
}

.block-top-slider-contents li.slick-slide,
.block-top-slider-contents.active li,
.block-top-slider-contents .slick-dots li {
    display: block;
}

.block-top-slider-contents.active li img {
    display: block;
    margin: 0 auto;
}

.block-top-slider-contents .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    width: 42px !important;
    height: 42px !important;
    border: none;
    background-color: rgba(43, 43, 43, 0.5);
    background-image: none !important;
    margin-top: -21px !important;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 10;
}

.block-top-slider-contents .slick-prev:hover,
.block-top-slider-contents .slick-next:hover {
    cursor: pointer;
    background-color: rgba(43, 43, 43, 0.9);
}

.block-top-slider-contents .slick-prev {
    left: 50%;
    margin-left: -480px;
}

.block-top-slider-contents .slick-next {
    right: 50%;
    margin-right: -480px;
}

.block-top-slider-contents .slick-prev:after,
.block-top-slider-contents .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    border-top: 2px #ffffff solid;
    border-right: 2px #ffffff solid;
}

.block-top-slider-contents .slick-prev:after {
    margin-left: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.block-top-slider-contents .slick-next:after {
    margin-left: -8px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-top-slider-contents .slick-dots {
    position: absolute;
    bottom: -33px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-top-slider-contents .slick-dots li {
    width: 24px;
    height: 24px;
    background: none;
    opacity: 1;
    margin: 0 4px;
}

.block-top-slider-contents .slick-dots li button {
    position: relative;
    width: 24px;
    height: 24px;
    border: none;
    padding: 0;
    background-color: inherit;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.block-top-slider-contents .slick-dots li button:hover {
    cursor: pointer;
}

.block-top-slider-contents .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #DDDDDD;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-slider-contents .slick-dots li.slick-active button:before {
    background-color: #1C5A8F !important;
}

.block-top-slider-contents .slick-dots li button:hover:before {
    background-color: #afafaf;
}

/* ----トップページ本文---- */

.block-top-body--body {
    width: 100%;
    height: 390px;
}

/* ----トップページ/商品スライダー---- */
.block-top-event .block-ranking-r .noslider,
.block-top-event .block-thumbnail-t.noslider {
    width: 781px;
}

.block-top-event .block-ranking-r li,
.block-top-event .block-thumbnail-t li {
    display: none;
}

.block-top-event .block-ranking-r .slick-slider li,
.block-top-event .block-thumbnail-t.slick-slider li,
.block-top-event .block-ranking-r .noslider li,
.block-top-event .block-thumbnail-t.noslider li {
    display: block;
}

.block-top-event .block-ranking-r .noslider li,
.block-top-event .block-thumbnail-t.noslider li {
    margin-left: 4px;
}

.block-top-event .block-ranking-r li:nth-child(5n+1),
.block-top-event .block-thumbnail-t li:nth-child(5n+1) {
    margin-left: 5px;
}

.block-ranking-r .slick-arrow,
.block-thumbnail-t .slick-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    background-color: #F4F3F3;
    padding: 0;
    border: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-ranking-r .slick-arrow:hover,
.block-thumbnail-t .slick-arrow:hover {
    cursor: pointer;
    background-color: #cacaca;
}

.block-ranking-r .slick-prev,
.block-thumbnail-t .slick-prev {
    left: -42px;
}

.block-ranking-r .slick-next,
.block-thumbnail-t .slick-next {
    right: -42px;
}

.block-ranking-r .slick-prev:after,
.block-ranking-r .slick-next:after,
.block-thumbnail-t .slick-prev:after,
.block-thumbnail-t .slick-next:after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    border-top: 1px #808080 solid;
    border-right: 1px #808080 solid;
}

.block-ranking-r .slick-prev:after,
.block-thumbnail-t .slick-prev:after {
    margin-left: -3px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.block-ranking-r .slick-next:after,
.block-thumbnail-t .slick-next:after {
    margin-left: -8px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* ----トップページ/ランキング---- */
/* ランキングアイコン */
.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: 10px;
    left: 5px;
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 32px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/* ----トップページ/カテゴリランキング---- */
.block-top-event-ranking-wrapper {
    position: relative;
    margin-top: 25px;
}

.block-top-event-ranking-wrapper h3 {
    display: none;
}

.block-top-event-ranking-wrapper .block-top-event--goods {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
}

.block-top-event-ranking-wrapper .block-top-event--goods.active {
    position: relative;
    opacity: 1;
    z-index: 1;
}

#ranking-select {
    position: absolute;
    top: -65px;
    right: 0;
    max-width: 400px;
    line-height: 42px;
    height: 44px;
    border: 1px #EEEEEE solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


/* ----トップページ予備テンプレート2---- */

.block-top-free2--header {
    font-size: 28px;
    text-align: center;
    border-top: #444 2px solid;
    padding: 19px 0 30px;
}

.block-top-free2--body {
    margin: 47px 0 50px;
}

.block-top-free2--items {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.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;
}

/* ----トップページ/おすすめ特集---- */
.block-top-feature {
    margin-bottom: 55px;
}

.block-top-feature h2 {
    margin-bottom: 15px;
}

.block-top-feature ul {
    display: flex;
    flex-wrap: wrap;
}

.block-top-feature ul li {
    width: 252px;
    margin-right: 12px;
    border: 1px #E6E6E6 solid;
}

.block-top-feature ul li:nth-child(3n) {
    margin-right: 0;
}

.block-top-feature ul li a {
    display: block;
    text-decoration: none;
    padding-bottom: 23px;
}

.block-top-feature ul li a img {
    display: block;
}

.block-top-feature ul li a h3 {
    font-size: 115%;
    font-weight: bold;
    margin: 17px auto;
    padding: 0 5px;
    line-height: 130%;
    text-align: center;
}

.block-top-feature ul li a p {
    padding: 0 1.5em;
    font-size: 86%;
}

/* ----トップページ/PCボンバーのサービス---- */
.block-top-serveice {
    margin-bottom: 50px;
}

.block-top-serveice h2 {
    margin-bottom: 15px;
}

.block-top-serveice ul {
    display: flex;
    flex-wrap: wrap;
}

.block-top-serveice ul li {
    width: 152px;
    margin-right: 5px;
}

.block-top-serveice ul li:nth-child(5n) {
    margin-right: 0;
}

/* ----トップページ/カテゴリから選ぶ---- */
.block-top-category .block-category-style-p {
    display: block;
}

.block-top-category .block-category-style-p--line {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 12px;
}

.block-top-category .block-category-style-p--item {
    float: left;
    width: 252px;
    overflow: visible;
    margin-left: 12px;
}

.block-top-category .block-category-style-p--item:first-of-type {
    margin-left: 0;
}

.block-top-category .block-category-style-p--item-block {
    border: 1px #E6E6E6 solid;
    height: 92px;
    padding: 9px;
    display: table;
    width: 100%;
}

.block-top-category .block-category-style-p--item-block:hover {
    cursor: pointer;
}

.block-top-category .block-category-style-p--item-img {
    display: table-cell;
    width: 72px;
    height: 72px;
    vertical-align: middle;
    text-align: center;
}

.block-top-category .block-category-style-p--item-img img {
    max-width: 100%;
    max-height: 100%;
}

.block-top-category .block-category-style-p--item-name {
    display: table-cell;
    vertical-align: middle;
    width: 130px;
    padding: 0 8px;
    border: none;
    font-size: 122%;
    line-height: 135%;
}

.block-top-category .block-category-style-p--item-icon {
    display: table-cell;
    vertical-align: middle;
    width: 30px;
}

.block-top-category .block-category-style-p--item-icon span {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #F7F7F7;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-category .block-category-style-p--item-block:hover .block-category-style-p--item-icon span {
    background-color: #dedede;
}

.block-top-category .block-category-style-p--item-icon span:before,
.block-top-category .block-category-style-p--item-icon span:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #808080;
}

.block-top-category .block-category-style-p--item-icon span:before {
    width: 13px;
    height: 1px;
    top: 15px;
    left: 9px;
}

.block-top-category .block-category-style-p--item-icon span:after {
    width: 1px;
    height: 13px;
    left: 15px;
    top: 9px;
}

.block-top-category .block-category-style-p--item-expander {
    display: none;
    position: relative;
    margin-top: 15px;
    top: 0;
    left: 0;
    width: 780px;
    border: 1px #E6E6E6 solid;
    background-color: #F7F7F7;
    padding-right: 56px;
}

.block-top-category .block-category-style-p--item:nth-child(3n+2) .block-category-style-p--item-expander {
    left: -264px;
}

.block-top-category .block-category-style-p--item:nth-child(3n+3) .block-category-style-p--item-expander {
    left: -528px;
}

.block-top-category .block-category-style-p--item-expander:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    width: 17px;
    height: 15px;
    background-image: url(../../img/usr/ico_category_arrow.png);
    background-repeat: no-repeat;
}

.block-top-category .block-category-style-p--item:nth-child(3n+1) .block-category-style-p--item-expander:before {
    left: 120px;
}

.block-top-category .block-category-style-p--item:nth-child(3n+2) .block-category-style-p--item-expander:before {
    left: 385px;
}

.block-top-category .block-category-style-p--item:nth-child(3n+3) .block-category-style-p--item-expander:before {
    left: 650px;
}

.block-top-category .block-category-style-p--item-expander > ul {
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
}

.block-top-category .block-category-style-p--item-expander > ul li {
    padding-right: 2em;
}

.block-top-category .block-category-style-p--item-expander > ul li a {
    display: inline-block;
    text-decoration: none;
    color: #006BC4;
    padding: 3px 0;
}

.block-top-category .block-category-style-p--item-expander > ul li a:hover {
    text-decoration: underline;
}

.block-top-category .block-category-style-p--item-expander > span {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 100%;
    background-color: #808080;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-top-category .block-category-style-p--item-expander > span:hover {
    cursor: pointer;
    background-color: #585858;
}

.block-top-category .block-category-style-p--item-expander > span:before,
.block-top-category .block-category-style-p--item-expander > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 1px;
    margin-left: -7px;
    background-color: #ffffff;
}

.block-top-category .block-category-style-p--item-expander > span:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-top-category .block-category-style-p--item-expander > span:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}


/* ----ヘッダー---- */
.pane-header a {
    text-decoration: none;
}

.block-header-top {
    display: flex;
    height: 86px;
}

.block-header-logo {
    width: 180px;
    font-size: 0;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
}

.block-header-sitenav {
    width: 1020px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-header-sitenav > ul {
    display: flex;
}

.block-header-globalnav li {
    padding-left: 1.4em;
}

.block-header-globalnav li:first-child {
    padding-left: none;
}

.block-header-globalnav li a {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    font-size: 93%;
}

.block-header-globalnav li a:before,
.block-header-globalnav li a:after {
    content: "";
    display: block;
    position: absolute;
}

.block-header-globalnav li a:before {
    border: 1px #2B2B2B solid;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

.block-header-globalnav li a:after {
    width: 4px;
    height: 4px;
    border-top: 1px #2B2B2B solid;
    border-right: 1px #2B2B2B solid;
    top: 50%;
    left: 4px;
    margin-top: -2px;
    transform: rotate(45deg);
}

.block-header-globalnav li a span {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-header-globalnav li a:hover span {
    opacity: 0.7;
}

.block-header-usernav {
    padding-left: 32px;
}

.block-header-usernav li {
    padding: 0 13px;
    display: flex;
}

.block-header-usernav li a {
    display: block;
    position: relative;
    padding-top: 28px;
    color: #1C5A8F;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 24px auto;
    -moz-background-size: 24px auto;
    -webkit-background-size: 24px auto;
}

.block-header-usernav .block-header-usernav--entry a {
    background-image: url(../../img/usr/header/ico_entry.png)
}

.block-header-usernav .block-header-usernav--logout a {
    background-image: url(../../img/usr/header/ico_logout.png)
}

.block-header-usernav .block-header-usernav--login a {
    background-image: url(../../img/usr/header/ico_login.png)
}

.block-header-usernav .block-header-usernav--favorite a {
    background-image: url(../../img/usr/header/ico_favorite.png)
}

.block-header-usernav .block-header-usernav--cart a {
    background-image: url(../../img/usr/header/ico_cart.png)
}

.block-header-usernav .block-header-usernav--mail a {
    background-image: url(../../img/usr/header/ico_mail.png)
}

.block-header-usernav li a p {
    font-size: 86%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-header-usernav li a:hover p {
    opacity: 0.7;
}

.block-headernav--cart-count {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url(../../img/usr/header/ico_count.png);
    background-repeat: no-repeat;
    top: -12px;
    right: -2px;
    z-index: 2;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.block-header-bottom {
    background-color: #1C5A8F;
    height: 60px;
    display: flex;
    align-items: center;
}

.block-header-bottom .container {
    display: flex;
    justify-content: space-between;
}

.block-headernav-link {
    position: relative;
}

.block-headernav-link--btn {
    position: relative;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border: 1px #fff solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 0 1.4em 0 48px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 100;
}

.block-headernav-link--btn:hover {
    cursor: pointer;
}

.block-headernav-link--btn:after,
.block-headernav-link--btn span:before,
.block-headernav-link--btn span:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-headernav-link--btn span:before {
    transform-origin: left top;
}

.block-headernav-link--btn span:after {
    transform-origin: left bottom;
}

.block-headernav-link--btn:after {
    top: 50%;
    left: 15px;
    margin-top: -1px;
}

.block-headernav-link--btn span:before {
    top: 50%;
    left: 15px;
    margin-top: -7px;
}

.block-headernav-link--btn span:after {
    top: 50%;
    left: 15px;
    margin-top: 5px;
}

.block-headernav-link:hover .block-headernav-link--btn {
    background-color: #ffffff;
    color: inherit;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.block-headernav-link:hover .block-headernav-link--btn:after {
    opacity: 0;
}

.block-headernav-link:hover .block-headernav-link--btn span:before {
    width: 21px;
    background-color: #333333;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: -8px;
}

.block-headernav-link:hover .block-headernav-link--btn span:after {
    width: 21px;
    background-color: #333333;
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-top: 6px;
}

.block-headernav-link--list {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #ffffff;
    width: 800px;
    height: 460px;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
    z-index: 99;
    -webkit-box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 11px -2px rgba(0, 0, 0, 0.4);
}

.block-headernav-link--list:after {
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    background-color: #E6E6E6;
    height: calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    top: 2px;
    right: 400px;
}

.block-headernav-link--list_main {
    position: absolute;
    width: 390px;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.block-headernav-link--list_main ul {
    margin: 15px 0;
}

.block-headernav-link--list_main ul li a {
    display: block;
    position: relative;
    width: 374px;
    padding: 10px 35px 10px 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-headernav-link--list_main ul li a.active {
    background-color: #F4F3F3;
}

.block-headernav-link--list_main ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-top: 1px #333333 solid;
    border-right: 1px #333333 solid;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.block-headernav-link--list_child {
    position: absolute;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
    overflow-y: scroll;
}

.block-headernav-link--list_child div {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 23px 0 0 0;
}

.block-headernav-link--list_child div p {
    font-size: 114%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 30px;
}

.block-headernav-link--list_child div ul {
    padding-bottom: 15px;
}

.block-headernav-link--list_child div ul li a {
    display: block;
    width: 400px;
    padding: 10px 35px 10px 30px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-headernav-link--list_child div ul li a:hover {
    background-color: #F4F3F3;
}

.block-headernav--item-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.block-headernav--item-list li {
    position: relative;
    display: inline-block;
    font-size: 11px;;
    text-align: center;
}

.block-headernav--item-list li i.fa {
    position: relative;
    display: block;
    font-size: 28px;
    margin-bottom: 10px;
    z-index: 1;
}

.block-headernav--item-list li a {
    display: block;
}

.block-headernav--item-list li a:hover {
    text-decoration: none;
}

.block-head-bnr {
}

.block-head-bnr a {
    display: block;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-head-bnr a:hover {
    opacity: 0.8;
}


/* ----ヘッダー検索---- */

.block-global-search {
    width: 887px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.block-global-search--keyword {
    width: 280px;
}

.block-global-search form {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    padding-right: 80px;
    height: 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

input.block-global-search--keyword:hover,
input.block-global-search--keyword {
    border: none;
    background-color: transparent;
}

input.block-global-search--keyword {
    line-height: 40px;
    padding: 0 15px 0 44px;
    width: 100%;
    background-image: url(../../img/usr/header/ico_search.png);
    background-position: 12px center;
    background-repeat: no-repeat;
    font-size: 93%;
}

input.block-global-search--keyword::-webkit-input-placeholder {
    color: #B0B0B0;
}

input.block-global-search--keyword:-ms-input-placeholder {
    color: #B0B0B0;
}

input.block-global-search--keyword::placeholder {
    color: #B0B0B0;
}

button.block-global-search--submit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #DDDDDD;
    width: 80px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: 0.4em;
}

button.block-global-search--submit:hover {
    background-color: #bbbbbb;
}


.block-global-search--searchdetail {
    margin-left: 15px;
}

.block-global-search--search-detail-link {
    color: #6fb4c3;
    text-decoration: underline;
}

.block-global-search--search-detail-link:hover {
    text-decoration: none;
}

/* ----グローバルナビ---- */

.block-globalnav--item-list {
    display: table;
    width: 100%;
}

.block-globalnav--item-list i {
    margin-right: 10px;
}

.block-globalnav--item-list > li {
    display: table-cell;
    width: 20%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}

.block-globalnav--item-list > li > a {
    position: relative;
    display: block;
    color: #fff;
    padding: 20px 0;
}

.block-globalnav--item-list > li > a {
    text-decoration: none;
}

.block-globalnav--item-list > li > a:hover {
    color: #6fb4c3;
}

.block-globalnav--item-list > li > a:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 38px;
    border-left: 1px solid #666;
    top: 10px;
    left: 0;
}

.block-globalnav--item-list > li:last-child > a:before {
    border-right: 1px solid #666;
}

.block-globalnav--item-list > li > a .fa-chevron-down {
    position: absolute;
    font-size: 12px;
    right: 12px;
}

.block-globalnav--item-list > li > a.active {
    transition: color 0.2s linear 0;
    color: #6fb4c3;
    text-decoration: none;
}

.block-globalnav--item-list > li > a.active .fa-chevron-down {
    color: #fff;
    transform: rotate(180deg);
}

.block-globalnav-menu {
    position: absolute;
    background-color: #191919;
    opacity: 0.98;
    width: 100%;
    top: 58px;
    left: 0;
    padding: 30px 0 20px;
    text-align: left;
    z-index: 10;
}

.block-globalnav-menu * {
    color: #fff;
}

.block-globalnav-menu > div {
    width: 1200px;
    margin: auto;
}

.block-globalnav-menu .block-dynamic-category--body,
.block-globalnav-menu .block-dynamic-genre--body {
    display: flex;
    align-items: center;
}

.block-globalnav-menu .block-dynamic-category--body li,
.block-globalnav-menu .block-dynamic-genre--body li {
    width: 20%;
    font-size: 14px;
    margin-bottom: 20px;
}

.block-globalnav-menu .block-dynamic-category--body li a,
.block-globalnav-menu .block-dynamic-genre--body li a {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.block-globalnav-menu .block-dynamic-category--body li a:before,
.block-globalnav-menu .block-dynamic-genre--body li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
}

.block-globalnav-menu .block-dynamic-category--body li a img,
.block-globalnav-menu .block-dynamic-genre--body li a img {
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
}

.block-globalnav-menu--freespace * {
    font-size: 14px;
}

.block-globalnav-menu--freespace h3 {
    margin-top: 0;
}

.block-globalnav-menu--freespace p {
    font-size: 12px;
    margin: 10px 10px 10px 0;
}

.block-globalnav-menu--freespace ul {
    display: flex;
    align-items: center;
}

.block-globalnav-menu--freespace ul li img {
    vertical-align: middle;
}

/* ----フッター---- */
.block-footer {
    background-color: #F4F3F3;
    padding-bottom: 30px;
}

.block-footer a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-footer a:hover {
    opacity: 0.7;
}

.block-footerlogo {
    display: flex;
    justify-content: center;
    padding: 30px 0 40px 0;
}

.block-footerlogo img {
    display: block;
}

.block-footernav {
    margin-bottom: 15px;
}

.block-footernav--item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.block-footernav--item-list li {
    position: relative;
    padding-left: 1.2em;
    margin-left: 1.2em;
    margin-bottom: 15px;
    line-height: 1.2;
}

.block-footernav--item-list li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 10%;
    width: 1px;
    height: 90%;
    background-color: #2B2B2B;
}

.block-footernav--item-list li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.block-footernav--item-list li:first-child:before {
    display: none;
}

.block-footernav--item-list li a {
    text-decoration: none;
    font-size: 93%;
}

.block-footerlink {
    margin-bottom: 20px;
}

.block-footerlink ul {
    display: flex;
    justify-content: center;
}

.block-footerlink ul li {
    padding: 0 4px;
}

.block-footerlink ul li a,
.block-footerlink ul li a img {
    display: block;
}

.block-footerimg {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.block-footerimg img {
    display: block;
}

.block-copyright {
    font-size: 79%;
    text-align: center;
}


/* ----ページトップに戻る---- */

.block-page-top a {
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
}

.block-page-top a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.block-page-top {
    position: fixed;
    top: auto;
    bottom: 10px;
    right: 26px;
    display: none;
}

/* ----PC/スマホ切り替えスイッチ---- */

.block-switcher {
    width: 400px;
    height: 40px;
    border: 1px #DDDDDD solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    margin: 0 auto 30px;
}

.block-switcher ul {
    display: flex;
}

.block-switcher li {
    display: inline-block;
    width: 50%;
}

.block-switcher li a,
.block-switcher li div {
    text-align: center;
    text-decoration: none;
}

.block-switcher li div {
    background-color: #DDDDDD;
}

.block-switcher li a {
    display: block;
}

.block-switcher li span {
    display: inline-block;
    line-height: 38px;
    text-decoration: none;
    padding-left: 40px;
    font-size: 86%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.block-switcher li a:hover span {
    opacity: 0.7;
}

.block-switcher li.block-switcher--switch span {
    background-image: url(../../img/usr/footer/ico_sp.png);
    background-position: 12px center;
    color: #006BC4;
}

.block-switcher li.block-switcher--current span {
    background-image: url(../../img/usr/footer/ico_pc.png);
    background-position: left center;
}


/* ----ブランド画面---- */

.block-brand-list {
    margin: 15px 0 30px;
}

.block-brand-list .block-topic-path {
    margin-bottom: 40px;
}

.block-brand-list--items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.block-brand-list--item {
    flex-grow: 1;
    flex-basis: 390px;
    max-width: 390px;
    margin: 0 0 20px 15px;
}

.block-brand-list--item:nth-of-type(3n+1) {
    margin-left: 0;
}

.block-brand-list--item-img {
    width: 390px;
    height: 240px;
}

.block-brand-list--item-name,
.block-brand-list--item-comment {
    border: #ddd 1px solid;
    border-top: none;
    border-bottom: none;
}

.block-brand-list--item-name {
    padding: 15px 35px 0;
}

.block-brand-list--item-comment {
    border-bottom: #ddd 1px solid;
    padding: 15px 35px 35px;
}

.block-brand-list--item-btn {
    display: block;
    text-align: center;
    width: 240px;
    height: 48px;
    line-height: 48px;
    color: #333;
    font-size: 14px;
    margin: 15px auto 0;
    background: #e5e5e5;
}

.block-brand-detail--image {
    margin-top: 15px;
}

.block-brand-detail--description {
    margin-bottom: 30px;
}

/* ----商品詳細画面---- */
.pane-goods-right-side form {
    display: flex;
    flex-flow: column wrap;
    background-color: #F7F7F7;
    padding: 18px 20px 20px 20px;
    margin-bottom: 20px;
}

/*CSSによる商品詳細画面の項目の並び順変更用*/
.block-goods-sns {
    order: 10;
}

.page-goods .block-icon {
    order: 20;
}

.block-goods-comment {
    order: 30;
}

.block-goods-name {
    order: 40;
}

.block-goods-price {
    order: 50;
}

.block-goods-code {
    order: 60;
}

.block-goods-item-code {
    order: 70;
}

.block-goods-item-code2 {
    order: 80;
}

.block-goods-item-code3 {
    order: 90;
}

.block-goods-release-dt {
    order: 100;
}

.block-goods-class1 {
    order: 110;
}

.block-goods-class2 {
    order: 120;
}

.block-goods-attr1 {
    order: 130;
}

.block-goods-attr2 {
    order: 140;
}

.block-goods-attr3 {
    order: 150;
}

.block-goods-size {
    order: 160;
}

.block-goods-color {
    order: 170;
}

.block-goods-point {
    order: 180;
}

.block-goods-postage {
    order: 190;
}

.block-goods-stock {
    order: 200;
}

.block-goods-spec {
    order: 210;
}

.block-goods-sales-detail-append {
    order: 220;
}

.block-variation {
    order: 230;
}

.block-custom-order {
    order: 240;
}

.block-add-cart {
    order: 250;
}

.block-no-stock {
    order: 260;
}

.block-arrival-notice {
    order: 270;
}

.block-goods-store-stock {
    order: 280;
}

.block-goods-set {
    order: 290;
}

.block-accessory-list {
    order: 300;
}

.block-variation-back-order {
    order: 310;
}

.block-contact-about-goods {
    order: 320;
}

.block-goods-favorite {
    order: 330;
}

.block-goods-link {
    order: 340;
}

/* ----ゲストお気に入り画面---- */
.block-guest-favorite-synchronize {
    text-align: center;
    margin-top: 50px;
}

/* ----会員登録画面---- */
.block-member-info-confirmation--message.block-member-info-confirmation--message-member-info {
    margin-bottom: 30px;
}

.block-member-info-confirmation--login-state-saving {
    margin-top: 40px;
}

/* ----会員情報変更---- */
.block-member-info--customer-name,
.block-member-info-confirmation--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----アドレス帳の新規登録・変更---- */
.block-shipping-address-registration--message {
    margin-bottom: 30px;
}

.block-shipping-address--customer-name,
.block-shipping-address-confirmation--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-shipping-address-confirmation--message {
    margin-bottom: 30px;
}

/* ----購入履歴一覧---- */
.block-purchase-history--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----購入履歴詳細---- */
.block-purchase-history-detail--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----会員IDの変更---- */
.block-member-id--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-member-id--changed-message {
    display: inline-block;
    margin-bottom: 30px;
}

/* ----パスワードの変更---- */
.block-member-password--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-member-password--changed-message {
    display: inline-block;
    margin-bottom: 30px;
}

/* ----お気に入り---- */
.block-favorite--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----お問い合わせ履歴一覧---- */
.block-inquiry-history--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-inquiry-history--body {
    margin-bottom: 30px;
}

/* ----お問い合わせ履歴詳細---- */
.block-inquiry-history-detail--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-inquiry-history-detail--subject {
    font-size: 135%;
}

.block-inquiry-history-detail--contact-name,
.block-inquiry-history-detail--update-dt {
    font-size: 79%;
}

.block-inquiry-history-detail--title {
    margin-bottom: 20px;
}

.block-inquiry-history-detail--contact-info span:first-of-type:after {
    content: "/";
    display: inline-block;
    padding: 0 1em;
}

/* ----退会---- */
.block-withdrawal--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-withdrawal--message {
    display: inline-block;
    margin-bottom: 30px;
}

.block-withdrawal--pwd {
    border-bottom: #e5e5e5 1px solid;
}

/* ----メールアドレス変更---- */
.block-mail-address--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-mail-address--changed-message {
    display: inline-block;
    margin-bottom: 30px;
}

/* ----所持クーポン一覧---- */
.block-coupon-list--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----定期購入商品詳細---- */
.block-regular-purcharse-detail--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-regular-purcharse-detail--card-confirm {
    padding-left: 1em;
}

.block-regular-purcharse-detail--cycle-update {
    padding-left: 1em;
}

.block-regular-purcharse-detail--action-message {
    margin-bottom: 10px;
}

.block-regular-purcharse-detail--withdrawal {
    margin-top: 50px;
    margin-bottom: 30px;
}

/* ----定期購入商品配送先変更---- */
.block-regular-purcharse-shipment-info-update--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-regular-purcharse-shipment-info-update--new-info-items li {
    margin-bottom: 25px;
}

/* ----定期購入商品解約---- */
.block-regular-purcharse-cancellation--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----ポイント履歴一覧---- */
.block-point-history-list--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-point-history-list--items {
    margin-bottom: 35px;
}

/* ----アドレス帳の新規登録・変更---- */
.block-shipping-address-confirmation .fieldset .action-buttons {
    margin-top: 0;
    padding-top: 40px;
    border-top: #e5e5e5 1px solid;
}

/* ----入荷案内申し込み商品---- */
.block-arrival-notice-list--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-arrival-notice-list--delete {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* ----カード情報確認---- */
.block-credit-card-confirmation--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----カード情報変更---- */
.block-update-credit-card-info--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----ご注文キャンセル---- */
.block-order-cancellation--order-detail-header {
    margin-top: 0;
}

.block-order-cancellation--order-info-right {
    padding-left: 30px;
}

/* ----定期購入商品一覧---- */
.block-regular-purcharse-list--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-regular-purcharse-list--list {
    margin-bottom: 20px;
}

.block-regular-purcharse-detail--confirm-card,
.block-regular-purcharse-detail--update-cycle,
.block-regular-purcharse-detail--update-address-btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* ----定期購入商品サイクル情報変更---- */
.block-regular-purcharse-cycle-info-update--skip-cancel-message {
    margin: 10px 0 0 0;
}

.block-regular-purcharse-cycle-info-update--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

/* ----トピック---- */
.page-topic .pane-left-menu {
    padding-top: 15px;
}

/* ----詳細検索---- */
.page-search .pane-left-menu {
    padding-top: 15px;
}

/* ----ユーザーレビュー---- */
.block-user-review--item-header {
    font-size: 150%;
}

.block-user-review--message {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ----トップページトピック詳細一覧---- */
.page-topicdetaillist .pane-left-menu {
    padding-top: 15px;
}

.block-topic-details--items {
    margin-bottom: 40px;
}

.block-topic-details--items li a {
    text-decoration: none;
}

.block-topic-details--items li a dd {
    text-decoration: underline;
}

.block-topic-details--items li a:hover dd {
    text-decoration: none;
}

/* ----ブランドリスト---- */
.block-brand-list--item-comment a {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.block-brand-list--item-comment a:hover {
    background: #f3f3f3;
}

.page-brandtop .pane-left-menu {
    padding-top: 15px;
}

/* ----ブランド名---- */
.block-brand-detail--header {
    font-size: 145%;
    margin-top: 25px;
}

/* ----ページカテゴリ---- */
.page-pagecategory .pane-left-menu {
    padding-top: 15px;
}

.block-pagecategory-freespace--top {
    margin-bottom: 20px;
}

.block-pagecategory-page-list--frame {
    display: flex;
    flex-wrap: wrap;
}

/* ----ページ---- */
.page-page .pane-left-menu {
    padding-top: 15px;
}

.block-page-freespace--top,
.block-page-block,
.block-page-freespace--bottom {
    margin: 20px 0;
}

.block-page-block--freespace-top,
.block-page-block--contents-body-imgtext-1column {
    margin-bottom: 30px;
}

/* ----メールニュース---- */
.block-mail-news--register-header,
.block-mail-news--release-header {
    font-size: 140%;
}

/* ----クイックオーダー---- */
.block-quick-order--body {
    margin-top: 40px;
}

.block-quick-order--body .block-quick-order--price {
    margin-top: 10px;
}

.block-quick-order--delete-btn-cell {
    text-align: center;
}

.block-quick-order--delete-btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* ----パスワード再設定---- */
.block-reset-password--message {
    margin-bottom: 30px;
}

.block-reset-new-password--completed-message p {
    margin-bottom: 15px;
}

/* ----お問い合わせ---- */
.block-inquiry--message {
    margin-bottom: 20px;
}

.block-inquiry--customer-name,
.block-inquiry-completed--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-bottom: 20px;
}

.block-inquiry--goods-name .form-control,
.block-inquiry--confirmation-goods-name .form-control {
    padding-bottom: 20px;
}

.block-inquiry--inquiry-body .form-label,
.block-inquiry--inquiry-body .constraint,
.block-inquiry--confirmation-inquiry-body .form-label,
.block-inquiry--confirmation-inquiry-body .constraint {
    padding-top: 20px;
}

.block-inquiry--inquiry-body .form-control,
.block-inquiry--confirmation-inquiry-body .form-control {
    padding-top: 20px;
    padding-bottom: 20px;
}

.block-inquiry--name .form-control,
.block-inquiry--confirmation-name .form-control {
    padding-bottom: 20px;
}

.block-inquiry-completed {
    display: flex;
    flex-wrap: wrap;
}

.block-inquiry-completed .block-inquiry-completed--header {
    order: 1;
    width: 100%;
}

.block-inquiry-completed .block-inquiry-completed--customer-name {
    order: 2;
    width: 100%;
}

.block-inquiry-completed .block-inquiry-completed--message {
    order: 3;
    margin-top: 15px;
}

.block-inquiry-completed .action-buttons {
    order: 4;
}

/* ----アンケート---- */
.block-questionnaire--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-questionnaire--freespace-bottom {
    margin-top: 40px;
}

.block-questionnaire--confirmation-form .form-control {
    padding: 20px 0 20px 20px;
}

.block-questionnaire-completed--customer-name {
    font-size: 113%;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ----お気に入り---- */
.block-favorite--delete-item a {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* ----マスターテンプレート---- */
/* 共通 */
.page-template .pane-contents {
    padding-top: 40px;
}

.block-mt-common {
    width: 100%;
    /*max-width: 840px;*/
    margin: 20px auto 20px auto;
}

.block-mt-common.wide {
    /*max-width: 1000px;*/
}

.block-mt-common a {
    color: #006BC4;
}

.block-mt-common h1 {
    background-color: inherit;
    padding: 0;
    margin: 0;
}

.block-mt-common .img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* h1 */
.block-mt-h1-with-icon {
    display: flex;
    align-items: center;
}

.block-mt-h1-with-icon .img {
    width: 65px;
    margin-right: 15px;
}

/* h4 */
.block-mt-h4 h4 {
    font-size: 107%;
}

/* 画像(複数行) */
.block-mt-image-columns .wrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.block-mt-image-columns .img {
    margin: 0 10px;
}

/* テキスト(複数行) */
.block-mt-text-columns .wrap {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}

.block-mt-text-columns .text {
    margin: 0 10px;
}

/* 画像(左)＋テキスト(右) */
.block-mt-imgL-text,
.block-mt-imgR-text {
    display: flex;
}

.block-mt-imgL-text .img {
    width: 320px;
    margin-right: 20px;
    order: 1;
}

.block-mt-imgL-text .text {
    order: 2;
}

.block-mt-imgR-text .img {
    width: 320px;
    margin-left: 20px;
    order: 2;
}

.block-mt-imgR-text .text {
    order: 1;
}

.block-mt-imgL-text .text,
.block-mt-imgR-text .text {
    width: calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
}

/* アコーディオン */
.block-mt-accordion {
    border-bottom: 1px #E6E6E6 solid;
}

.block-mt-accordion li {
    border-top: 1px #E6E6E6 solid;
    border-left: 1px #E6E6E6 solid;
    border-right: 1px #E6E6E6 solid;
}

.block-mt-accordion li .title {
    background-color: #F5F5F5;
    padding: 11px 40px 11px 15px;
    font-size: 107%;
    font-weight: bold;
    position: relative;
}

.block-mt-accordion li .title:hover {
    cursor: pointer;
}

.block-mt-accordion li .title:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    display: block;
    border-right: 2px #006BC4 solid;
    border-bottom: 2px #006BC4 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-mt-accordion li .title.active:after {
    margin-top: -4px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.block-mt-accordion li .body {
    display: none;
    border-top: 1px #E6E6E6 solid;
    padding: 15px;
}

/* TABLE */
.block-mt-table {
    border-top: 1px #E6E6E6 solid;
    border-left: 1px #E6E6E6 solid;
}

.block-mt-table dl {
    display: flex;
    width: 100%;
    border-right: 1px #E6E6E6 solid;
    border-bottom: 1px #E6E6E6 solid;
}

.block-mt-table dt {
    min-width: 120px;
    border-right: 1px #E6E6E6 solid;
    background-color: #F5F5F5;
}

.block-mt-table dt,
.block-mt-table dd {
    padding: 5px 10px;
    font-weight: bold;
}

/* スライダー */
.block-mt-slider {
    width: 1200px;
}

.has-left-menu .block-mt-slider {
    width: 840px;
}

.block-mt-slider {
}

.block-mt-slider > ul {
    width: 100%;
}

.block-mt-slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}

.block-mt-slider .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.block-mt-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #E8E8E8;
    border: 1px #D5D5D5 solid;
    color: #E8E8E8;
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.block-mt-slider .slick-dots li:hover button {
    border: 1px #a2a2a2 solid;
    cursor: pointer;
}

.block-mt-slider .slick-dots li.slick-active button {
    border: 1px #1B72E9 solid;
    background-color: #1B72E9;
    color: #1B72E9;
}

/* モーダル */
.modaal-wrapper .modaal-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border: 1px #A2A2A2 solid !important;
    background-color: #6B6B6B !important;
}

.modaal-wrapper .modaal-close:after,
.modaal-wrapper .modaal-close:before {
    width: 2px;
    height: 19px;
    top: 14px;
    left: 23px;
}

.modaal-wrapper .modaal-close:hover:after,
.modaal-wrapper .modaal-close:hover:before {
    background-color: #a1a1a1;
}

a.modal-image {
    display: block;
    position: relative;
}

a.modal-image:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 48px;
    height: 48px;
    background-color: rgba(242, 244, 245, 0.8);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-image: url(../../img/usr/ico_zooming.png);
    background-repeat: no-repeat;
    background-position: 8px 8px;
}

