/* カスタマイズ用CSS */
/*========================================
    #common
========================================*/
* {
	/* outline: 1px solid magenta !important; */
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.ec-headerNaviRole,
.ec-layoutRole__contents {
    padding-top: 20px;
    max-width: 1120px !important;
}
.ec-headerNaviRole.ec-headerNaviFix,
.ec-layoutRole__contents {
    padding-top: 10px;
    max-width: 1120px !important;
}
.ec-headerNaviFix {
    height: 75px;
}
.ec-contentsHeading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
    padding-top: 20px;
}
.ec-contentsHeading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background: #1f1f1f;
}
.ec-contentsHeading span.heading-stroke {
    margin-right: 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    /* -webkit-text-stroke: 1px #9F9F9F;
    text-stroke: 1px #9F9F9F; */
    text-shadow: 1px 1px 0 #9F9F9F,-1px 1px 0 #9F9F9F,1px -1px 0 #9F9F9F,-1px -1px 0 #9F9F9F;
    letter-spacing: 1.62px;
}
.ec-contentsHeading span.heading-text {
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
}
.ec-contentsHeading a {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    vertical-align: 3px;
}
.ec-contentsHeading a img {
    width: 12px;
    vertical-align: 0px;
}
.ec-overlayRole {
    z-index: 3;
}
.ec-layoutRole__footer_guest {
    padding: 60px 0;
    text-align: center;
}
.ec-role,
.ec-mypageRole,
.ec-welcomeMsg,
.ec-orderRole,
.ec-contactRole {
    color: #1f1f1f;
}
.ec-totalBox {
    position: sticky;
    top: 75px;
}
.ec-borderedDefs dt {
    padding: 0;
}
.ec-borderedDefs dd {
    line-height: 1.5;
}
.other_page .ec-pageHeader h1 {
    font-weight: 400;
    border-color: #ddd;
    padding: 0 0 21.3px;
    margin: 0 0 48px;
}
.other_page .ec-layoutRole__contents {
    width: 100%;
    max-width: calc(1520px + 40px);
    padding: 0 20px;
    margin: 0 auto;
}
.ec-shelfGrid .ec-shelfGrid__item img {
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.ec-inlineBtn {
    background: #f3f3f3;
}
#page_shopping_shipping_multiple .ec-inlineBtn,
#page_shopping_shipping_multiple .ec-blockBtn--action,
#page_shopping_shipping_multiple .ec-blockBtn--cancel {
    font-size: 14px;
}
/*========================================
    #header
========================================*/
/*--- ヘッダー(商品検索・ログインナビ・カート) ---*/
.header-block {
    position: relative;
}
.sm-header-block {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    display: none;
    background: #fff;
    z-index: 5;
}
.ec-headerNewsRole {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    background: #9F9F9F;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
    
}
.ec-headerNaviRole .ec-headerRole {
    max-width: 358px;
    margin-right: 40px;
}
.ec-headerNaviRole .ec-headerNaviRole__center,
.ec-headerNaviRole .ec-headerNaviRole__right {
    flex: 1;
    margin-bottom: 10px;
}
.ec-headerTitle__title h1 {
    margin: 0 !important;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    width: 100%;
    margin: 0;
    border: 1px solid #D3D3D3;
    border-radius: 3px;
    background: #fff;
}
.ec-headerSearch {
    margin: 0;
}
.ec-headerSearch .searchform {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 34px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ec-headerNaviRole .ec-headerSearch__category {
    width: 122px;
    height: 14px;
    border-right: 1px solid #D3D3D3;
}
.ec-headerNaviRole .ec-headerSearch__category .ec-select.ec-select_search select,
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword,
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword .ec-headerSearch__keywordBtn {
    border: none;
}
.ec-headerNaviRole .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
    font-size: 14px;
    line-height: 1.0;
}
.ec-headerNaviRole .ec-headerSearch__category .ec-select.ec-select_search svg {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 2px;
    right: 10px;
    font-size: 14px;
}
.ec-drawerRole.is_active .ec-headerSearch__category .ec-select.ec-select_search {
    position: relative;
}
.ec-drawerRole.is_active .ec-headerSearch__category .ec-select.ec-select_search svg {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    right: 10px;
    font-size: 14px;
}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    display: none;
}
/* .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    top: -2px;
    content: '<>';
    font: 10px "Consolas", monospace;
    color: #009688;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    border: none;
    background: #fff;
} */
.ec-headerNaviRole .ec-headerSearch__category .ec-select.ec-select_search select {
    height: 14px;
    padding: 0 10px;
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
    width: 198px;
}
.ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword .ec-headerSearch__keywordBtn .ec-icon img {
    width: 16px;
}
.ec-headerNaviRole__right__upper {
    align-items: center;
    margin-bottom: 0;
}
.ec-headerNaviRole .ec-headerNav {
    padding-top: 0;
}
.ec-headerNaviRole .ec-headerNav__item {
    margin-right: 5px;
}
.ec-headerNaviRole .ec-cartNaviWrap {
    padding-top: 0;
}
/*--- ヘッダーアイコン ---*/
.ec-headerNaviRole .ec-headerContact img,
.ec-headerNaviRole .ec-headerMember img,
.ec-headerNaviRole .ec-headerFavorite img,
.ec-headerNaviRole .ec-headerLogin img {
    width: 24px;
}
/*--- カートアイコン ---*/
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__div {
    width: 18px;
    background: transparent;
}
.ec-headerNaviRole .ec-cartNavi__badge {
    min-width: auto;
    width: auto;
    height: auto;
    top: 7px;
    left: 25px;
    padding: 3px;
    color: #fff;
    font-size: 7px;
    border: none;
    border-radius: 50%;
    background: #FF4848;
}
.ec-headerNaviRole .ec-cartNavi__price {
    margin-left: 40px;
    font-size: 22px;
    font-weight: 600;
}
.ec-headerNaviRole .ec-cartNavi__price span {
    margin-right: 2px;
    font-size: 18px;
}
.ec-headerNaviRole .ec-cartNavi .ec-cartNavi__label {
    margin-top: 3px;
    margin-left: -5px;
    border-bottom: 1px solid #1f1f1f;
}
/*--- fix時の調整 ---*/
.ec-headerNaviFix .ec-headerNaviFix__inner .ec-headerNaviRole__left {
    padding: 0;
}
/*--- ヘッダーインフォメーション ---*/
.header-infomation-block {
    margin-bottom: 50px;
}
.header-infomation-block ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-infomation-block ul li {
    display: flex;
    margin-right: 5px;
    color: #1f1f1f;
    font-size: 13px;
}
.header-infomation-block ul li span.label {
    margin-right: 5px;
    padding: 2px 5px;
    color: #9F9F9F;
    border: 1px solid #9F9F9F;
    border-radius: 2px;
}
/*--- 2本線メニュー ---*/
.menubar {
    position: relative;
    margin-left: -6px;
    width: 24px;
    height: 50px;
    cursor: pointer;
    background:#fff;
}
.menubar span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 13px;
    height: 2px;
    background-color: #666;
}
.menubar span:nth-of-type(1) {
    top: 22px; 
    width: 14px;
}
.menubar span:nth-of-type(2) {
    top: 29px;
    width: 14px;
}
/*--- activeクラス->線が回転して× ---*/
.menubar.active span:nth-of-type(1) {
    top: 20px;
    left: 16px;
    transform: translateY(6px) rotate(-45deg);
    width: 35%;
}
.menubar.active span:nth-of-type(2) {
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(45deg);
    width: 35%;
}
.header-line-link {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 290px;
    text-align: center;
}
.header-line-link a {
    display: block;
    width: 100%;
    padding: 8px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #2EC755;
}
.header-line-link a:hover {
    text-decoration: none;
}
.header-line-link a span.line-icon {
    margin-right: 2px;
    vertical-align: 2px;
}
.header-line-link a span.line-icon img {
    width: 20px;
}
.header-line-link a span.arrow-icon {
    margin-left: 2px;
    vertical-align: 3px;
}
.header-line-link a span.arrow-icon img {
    width: 14px;
}
.header-summary-menu {
    position: relative;
    margin-bottom: 30px;
}
.header-summary-menu ul.nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.header-summary-menu ul.nav > li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-summary-menu ul.nav > li.active::after {
    content: '';
    position: absolute;
    left: 36%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 14px solid #a1a1a1;
    border-top: 0;
    top: 42px;
}
.header-summary-menu ul.nav > li span {
    margin-right: 5px;
    padding: 10px 0;
    padding-bottom: 3px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.header-summary-menu ul.nav > li span:hover {
    /* border-bottom: 2px solid #1f1f1f; */
    background: transparent;
}
.header-summary-menu ul.nav > li.active span {
    color: #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    background: transparent;
}
/* .header-summary-menu ul.nav > li a {
    padding: 10px 5px;
    padding-bottom: 3px;
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    border-bottom: 2px solid transparent;
}
.header-summary-menu ul.nav > li a:hover {
    border-bottom: 2px solid #1f1f1f;
    background: transparent;
}
.header-summary-menu ul.nav > li.active a {
    color: #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
    background: transparent;
} */
.header-summary-menu ul.nav > li img {
    margin-top: 5px;
    width: 12px;
}
.header-summary-menu ul.nav > li #summary_menu_close img {
    width: 18px;
    vertical-align: -2px;
}
.header-summary-menu #summary_menu_close {
    cursor: pointer;
}
.header-summary-menu .tab-content {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 3;
}
.header-summary-menu .tab-content .tab-pane {
    /* border-top: 1px solid #1f1f1f;
    border-bottom: 1px solid #1f1f1f; */
    border: 5px solid #a1a1a1;
}
/*========================================
    #main
========================================*/
/*--- TOP ---*/
.top-news-block {
    color: #1f1f1f;
}
.top-news-block .news-heading {
    display: block;
}
.top-news-block .news-heading .title {
    font-size: 28px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.top-news-block .news-heading .title-jp {
    font-size: 16px;
}
.top-news-block .news-more-link {
    margin-top: 40px;
}
.top-news-block .news-more-link a {
    color: #1f1f1f;
    font-size: 14px;
    text-decoration: underline;
}
#news_readmore {
    color: #1f1f1f;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}
#news_readmore svg {
    margin-left: 6px;
    transform: rotate(90deg);
}
.top-news-block .ec-newsRole__news {

}
.top-news-block .ec-newsRole__news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-news-block .ec-newsRole__news ul > li {
    
}
.top-news-block .ec-newsRole__news ul > li .news-list {
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    cursor: pointer;
}
.top-news-block .ec-newsRole__news ul > li .news-list:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    margin-right: 6px;
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 900;
}
.top-news-block .ec-newsRole__news ul > li .news-list .news-title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top-news-block .ec-newsRole__news ul > li .news-list .news-title.news-nowrap {
    white-space: nowrap;
}
.top-news-block .ec-newsRole__news ul > li .news-list .news-date {
    margin-left: auto;
    color: #9F9F9F;
    font-size: 14px;
}
.top-news-block .ec-newsRole__news ul > li .ec-newsRole__newsDescription .news-url {
    padding-right: 10px;
    text-align: right;
}
.top-news-block .ec-newsRole__news ul > li .ec-newsRole__newsDescription .news-url a {
    color: #1f1f1f;
    font-weight: normal;
    text-decoration: underline;
}
.top-news-block .ec-newsRole__news ul > li .ec-newsRole__newsDescription .news-url a:hover {
    text-decoration: none;
}
.front_page .ec-newsRole__newsItem:not(:last-of-type) {
    border: none;
}
.front_page .ec-newsRole__newsItem {
    margin-bottom: 15px;
    padding: 0;
}
.ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
    margin: 20px 0;
    padding-left: 20px;
}
.ec-newsHeading {
    position: relative;
    padding-top: 20px;
}
.ec-newsHeading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background: #1f1f1f;
}
.front_page .main_visual {
    position: relative;
    margin-bottom: 30px;
}
.front_page .main_visual.slick-slider {
    margin-bottom: 30px;
}

.front_page .main_visual .slick-slide {
    margin: 0 15px;
}
.front_page .main_visual .slick-slide img {
    border-radius: 12px;
}

.front_page .main_visual .slick-dots,
.front_page .ec-newItemRole__list .slick-dots,
.front_page .ec-recommendItemRole__list .slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.front_page .main_visual .slick-dots {
    bottom: -50px;
}

.front_page .ec-newItemRole__list .slick-dots,
.front_page .ec-recommendItemRole__list .slick-dots {
    bottom: -40px;
}

.front_page .main_visual .slick-dots li,
.front_page .ec-newItemRole__list .slick-dots li,
.front_page .ec-recommendItemRole__list .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    /* margin: 0 5px; */
    margin: 0 -2px;
    padding: 0;
    cursor: pointer;
}

.front_page .main_visual .slick-dots li button,
.front_page .ec-newItemRole__list .slick-dots li button,
.front_page .ec-recommendItemRole__list .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.front_page .main_visual .slick-dots li button:hover,
.front_page .main_visual .slick-dots li button:focus,
.front_page .ec-newItemRole__list .slick-dots li button:hover,
.front_page .ec-newItemRole__list .slick-dots li button:focus,
.front_page .ec-recommendItemRole__list .slick-dots li button:hover,
.front_page .ec-recommendItemRole__list .slick-dots li button:focus {
    outline: none;
}

.front_page .main_visual .slick-dots li button:hover:before,
.front_page .main_visual .slick-dots li button:focus:before,
.front_page .ec-newItemRole__list .slick-dots li button:hover:before,
.front_page .ec-newItemRole__list .slick-dots li button:focus:before,
.front_page .ec-recommendItemRole__list .slick-dots li button:hover:before,
.front_page .ec-recommendItemRole__list .slick-dots li button:focus:before {
    opacity: 1;
}

.front_page .main_visual .slick-dots li button:before,
.front_page .ec-newItemRole__list .slick-dots li button:before,
.front_page .ec-recommendItemRole__list .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    opacity: 1;
    border: 1px solid #9f9f9f;
    background-color: #FFFFFF;
    border-radius: 50%;

}

.front_page .main_visual .slick-dots li.slick-active button:before,
.front_page .ec-newItemRole__list .slick-dots li.slick-active button:before,
.front_page .ec-recommendItemRole__list .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f;
}

.front_page .main_visual .slick-dots li button.thumbnail img,
.front_page .ec-newItemRole__list .slick-dots li button.thumbnail img,
.front_page .ec-recommendItemRole__list .slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
.front_page .main_visual .slide-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    /* z-index: 2; */
    cursor: pointer;
}
.front_page .main_visual .prev-arrow {
    top: 43%;
    left: 40px;
    z-index: 2;
}
.front_page .main_visual .next-arrow {
    top: 43%;
    right: 40px;
}
.front_page .main_visual .prev-arrow img,
.front_page .main_visual .next-arrow img {
    width: 12px;
    vertical-align: -8px;
}
/*--- 新商品 ---*/
.front_page .ec-contentRole {
    padding-bottom: 60px;
}
.front_page .ec-contentRole__listItemTitle {
    color: #5C5C5C;
    font-weight: normal;
}
.front_page .ec-newItemRole__list,
.front_page .ec-recommendItemRole__list {
    position: relative;
    margin-bottom: 30px;
    max-width: 750px;
}
.front_page .ec-contentRole .slick-slide {
    margin: 6px 15px;
}
.front_page .ec-contentRole .slick-list {
    margin: 0 -15px;
}
.front_page .ec-newItemRole__list .slick-slide img,
.front_page .ec-recommendItemRole__list .slick-slide img {
    border-radius: 6px;
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
}
.front_page .ec-contentRole__listItem a img {
    margin-bottom: 10px;
}
.front_page .ec-newItemRole__list .slide-arrow,
.front_page .ec-recommendItemRole__list .slide-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    background: rgba(0,0,0,0.3);
    z-index: 2;
    cursor: pointer;
}
.front_page .ec-newItemRole__list .prev-arrow,
.front_page .ec-recommendItemRole__list .prev-arrow {
    top: 28%;
    left: -10px;
}
.front_page .ec-newItemRole__list .next-arrow,
.front_page .ec-recommendItemRole__list .next-arrow {
    top: 28%;
    right: -10px;
}
.front_page .ec-newItemRole__list .prev-arrow img,
.front_page .ec-newItemRole__list .next-arrow img,
.front_page .ec-recommendItemRole__list .prev-arrow img,
.front_page .ec-recommendItemRole__list .next-arrow img {
    width: 12px;
    vertical-align: -8px;
}

/*
*===== swiper ======
*/
.swiper-newitem-block,
.swiper-recommend-block,
.swiper-category-block,
.swiper-calendar-block {
    position: relative;
    /* margin: 0 -15px; */
}

.swiper-newitem,
.swiper-recommend,
.swiper-category,
.swiper-calendar {
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.swiper-newitem::-webkit-scrollbar,
.swiper-recommend::-webkit-scrollbar,
.swiper-category::-webkit-scrollbar,
.swiper-calendar::-webkit-scrollbar {
    display:none;
}
.swiper-newitem .swiper-wrapper,
.swiper-recommend .swiper-wrapper,
.swiper-category .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.swiper-calendar .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.swiper-newitem li .slide-thumb,
.swiper-recommend li .slide-thumb {
    margin: 3px 0;
    padding: 0 2px;
    display: block;
}
.swiper-category li .slide-thumb {
    display: block;
}
.swiper-newitem li .slide-thumb img,
.swiper-recommend li.swiper-slide img {
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.swiper-newitem li .slide-title,
.swiper-recommend li .slide-title,
.swiper-category li .slide-title {
    color: #5C5C5C;
    font-weight: normal;
}
.swiper-newitem .swiper-button-next,
.swiper-recommend .swiper-button-next,
.swiper-category .swiper-button-next {
    right: -10px;
}
.swiper-newitem .swiper-button-prev,
.swiper-recommend .swiper-button-prev,
.swiper-category .swiper-button-prev {
    left: -10px;
}
.swiper-newitem .swiper-button-next,
.swiper-newitem .swiper-button-prev,
.swiper-recommend .swiper-button-next,
.swiper-recommend .swiper-button-prev,
.swiper-category .swiper-button-next,
.swiper-category .swiper-button-prev {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 40px;
    z-index: 2;
    padding: 12px 14px;
    cursor: pointer;
    background: rgb(0, 0, 0, .3);
}
.swiper-newitem .swiper-button-next:after,
.swiper-newitem .swiper-button-prev:after,
.swiper-recommend .swiper-button-next:after,
.swiper-recommend .swiper-button-prev:after,
.swiper-category .swiper-button-next:after,
.swiper-category .swiper-button-prev:after {
    color: #fff;
    font-size: 11px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 1px solid #9f9f9f;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    border: 1px solid #1f1f1f;
    background: #1f1f1f;
}

/*--- LINE連携バナー ---*/
.ec-line-banner-block {
    margin-bottom: 50px;
}
/*--- ブランドから選ぶ ---*/
.front_page .ec-banner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}
.front_page .ec-banner a {
    color: #1f1f1f;
}
.front_page .ec-banner .ec-banner__list .ec-banner-text {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 600;
}
.front_page .ec-banner .ec-banner__list ul.brand-list-child {
    margin: 0;
    padding: 0;
    list-style: none;
}
.front_page .ec-banner .ec-banner__list ul.brand-list-child > li {
    float: left;
    margin-right: 10px;
}
.front_page .ec-banner .ec-banner__list ul.brand-list-child > li:last-child {
    margin-right: 0;
}
.front_page .ec-banner .ec-banner__list ul.brand-list-child > li a {
    font-size: 14px;
}
.front_page .ec-banner .ec-banner__list ul.brand-list-child > li a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    color: #9F9F9F;
    font-size: 12px;
    font-weight: 900;
}
/*--- カテゴリーから選ぶ ---*/
/*** slick時 /// ***/
/* .ec-category-block {
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.ec-category-block .ec-category__list a {
    position: relative;
    display: flex;
    align-items: center;
}
.ec-category-block .ec-category__list img {
    filter: grayscale(1);
}
.ec-category-block .ec-category__list:hover img {
    filter: grayscale(0);
    transition: all 0.3s ease;
}
.ec-category-block .ec-category__list .ec-category-text {
    position: absolute;
    left: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.ec-category-block .ec-category__list:hover .ec-category-text {
    background: #1f1f1f;
    transition: all 0.3s ease;
} */
/*** /// slick時  ***/
.swiper-category li.swiper-slide a {
    position: relative;
    display: flex;
    align-items: center;
    background: #000;
    overflow: hidden;
}
.swiper-category li.swiper-slide img {
    filter: grayscale(1);
    opacity: 0.6;
}
.swiper-category li.swiper-slide:hover img {
    filter: grayscale(0);
    opacity: 1.0;
    transition: all 0.3s ease;
}
.swiper-category li.swiper-slide .ec-category-text {
    position: absolute;
    left: 0;
    right: 0;
    padding: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.swiper-category li.swiper-slide:hover .ec-category-text {
    background: #1f1f1f;
    transition: all 0.3s ease;
}
/*--- コンテンツバナー ---*/
.contents-banner-block {
    max-width: 1120px;
    margin: 80px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}
.contents-banner-block .banner-list {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #d3d3d3;
}
.contents-banner-block a.banner-list {
    color: #1f1f1f;
}
.contents-banner-block a.banner-list:hover {
    text-decoration: none;
    background: #f8f9fa;
}
.contents-banner-block .banner-list img {
    height: 48px;
    margin-right: 32px;
}
.contents-banner-block .banner-list span.arrow-icon {
    position: absolute;
    right: 5px;
    bottom: 3px;
}
.contents-banner-block .banner-list span.arrow-icon svg {
    width: 18px;
    height: 18px;
}
.item-more-link {
    width: 280px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.item-more-link a {
    display: block;
    padding: 12px;
    color: #fff;
    text-align: center;
    border-radius: 32px;
    background: #1F1F1F;
    opacity: 0.3;
}
.item-more-link a:hover {
    text-decoration: none;
    background: #1F1F1F;
    opacity: 1;
    transition: all 0.3s ease;
}
/*========================================
    #side
========================================*/
/*--- サイドLINE連携 ---*/
.side-line-link {
    margin-bottom: 30px;
}
.side-line-link a {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
}
.side-line-link a span.line-icon {
    margin-right: 2px;
    vertical-align: 2px;
}
.side-line-link a span.line-icon img {
    width: 20px;
}
.side-line-link a span.arrow-icon {
    margin-left: 2px;
    vertical-align: 3px;
}
.side-line-link a span.arrow-icon img {
    width: 14px;
}
/*--- サイドメニュー ---*/
.ec-categoryNaviRole {
    border: none;
}
.ec-categoryNaviRole .ec-itemNav h4 {
    max-width: 280px;
    padding: 12px 0;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #1F1F1F;
}
.ec-categoryNaviRole .ec-itemNav h4 img {
    margin-right: 10px;
    width: 14px;
    vertical-align: 0px;
}
ul.ec-itemNav__nav {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 100% !important;
}
ul.ec-itemNav__nav > li {
    position: relative;
    max-width: 100%;
}
ul.ec-itemNav__nav > li a {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #D3D3D3;
    background: none;
}
ul.ec-itemNav__nav > li a:hover {
    background: #f8f9fa;
}
ul.ec-itemNav__nav > li:not(.maker) a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f0da';
    margin-right: 6px;
    color: #9F9F9F;
    font-size: 12px;
    font-weight: 900;
}
ul.ec-itemNav__nav > li a span img {
    width: 80px;
}
ul.ec-itemNav__nav > li.maker a .arrow img {
    position: absolute;
    top: 43%;
    right: 10px;
    width: 10px;
}
ul.ec-itemNav__nav > li a,
ul.ec-itemNav__nav > li.maker a {
    color: #1f1f1f;
}
ul.ec-itemNav__nav > li.maker a {
    font-size: 16px;
    font-weight: 600;
}
ul.ec-itemNav__nav > li:last-child {
    margin-bottom: 30px;
}
ul.ec-itemNav__nav > li span.menu-icon {
    position: absolute;
    top: 10px;
    right: 14px;
}
ul.ec-itemNav__nav > li span.menu-icon img {
    width: 12px;
}
.ec-categoryNaviRole .ec-itemNav__nav > li:last-child {
    margin-bottom: 30px;
}
    .tab-content ul.ec-itemNav__nav > li a {
        display: block;
        width: 100%;
        padding: 12px 30px;
        border-bottom: 1px solid #D3D3D3;
        background: none;
    }
    .tab-content ul.ec-itemNav__nav > li:first-child a {
        border-top: none;
    }
    .tab-content #_get_side_download ul.ec-itemNav__nav > li:first-child a {
        border-top: 1px solid #D3D3D3;
    }
    .tab-content ul.ec-itemNav__nav > li.maker a {
        padding: 20px;
    }
    .tab-content ul.ec-itemNav__nav > li a:hover {
        background: #f8f9fa;
    }
    .tab-content ul.ec-itemNav__nav > li:not(.maker) a:before {
        font-family: "Font Awesome 5 Free";
        content: '\f0da';
        margin-right: 6px;
        color: #9F9F9F;
        font-size: 10px;
        font-weight: 900;
        vertical-align: 1px;
    }
    .tab-content ul.ec-itemNav__nav > li a img {
        width: 60px;
        margin-right: 8px;
    }
    .tab-content ul.ec-itemNav__nav > li a {
        color: #1f1f1f;
        font-size: 14px;
        font-weight: 600;
    }
    .tab-content ul.ec-itemNav__nav > li.maker a {
        color: #1f1f1f;
        font-size: 14px;
        font-weight: 600;
    }
    .tab-content #_get_side_download  ul.ec-itemNav__nav > li a {
        font-weight: normal;
    }
    .tab-content ul.ec-itemNav__nav > li.maker a {
        font-size: 16px;
        font-weight: 600;
    }
    .tab-content ul.ec-itemNav__nav > li:last-child {
        margin-bottom: 0px;
    }
    .tab-content ul.ec-itemNav__nav > li span.menu-icon {
        position: absolute;
        top: 15px;
        right: 30px;
    }
    .tab-content ul.ec-itemNav__nav > li span.menu-icon img {
        width: 12px;
    }
    .tab-content .side-line-link {
        margin: 30px 0;
        text-align: center;
    }
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__list {
    border: none;
}
.side-accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    padding: 16px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d3d3d3;
}
.side-accordion-title {
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 0;
}
.side-accordion-content {
    display: none;
    padding: 0;
}
.side-accordion-content p {
    font-size: 13px;
    line-height: 1.5;
}
/* タイトルの背景色 */
.side-accordion-item .side-accordion-title {
    background-color: #fff;
    border-bottom: 1px solid #1f1f1f;
}
/* コンテンツボックスの枠線 */
.side-accordion-item .side-accordion-content {
    /* border-bottom: 1px solid #1f1f1f; */
}
/* 矢印 */
.side-accordion-title {
    position: relative;
}
.side-accordion-title::after {
    border-right: solid 2px #1f1f1f;
    border-top: solid 2px #1f1f1f;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 38%;
    transform: rotate(135deg);
    transition: transform .3s ease-in-out, top .3s ease-in-out;
    width: 8px;
}
.side-accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg);
}
    .side-accordion ul.ec-itemNav__nav > li a {
        display: block;
        width: 100%;
        padding: 12px 30px;
        border-bottom: 1px solid #D3D3D3;
        background: none;
    }
    .side-accordion ul.ec-itemNav__nav > li:first-child a {
        border-top: none;
    }
    /* .side-accordion #_get_side_download ul.ec-itemNav__nav > li:first-child a {
        border-top: 1px solid #D3D3D3;
    } */
    .side-accordion ul.ec-itemNav__nav > li.maker a {
        padding: 20px;
    }
    .side-accordion ul.ec-itemNav__nav > li a:hover {
        background: #f8f9fa;
    }
    .side-accordion ul.ec-itemNav__nav > li:not(.maker) a:before {
        font-family: "Font Awesome 5 Free";
        content: '\f0da';
        margin-right: 6px;
        color: #9F9F9F;
        font-size: 10px;
        font-weight: 900;
        vertical-align: 1px;
    }
    .side-accordion ul.ec-itemNav__nav > li a span img {
        width: 60px;
        margin-right: 8px;
    }
    .side-accordion ul.ec-itemNav__nav > li a {
        color: #1f1f1f;
        font-size: 14px;
        font-weight: normal;
    }
    .side-accordion ul.ec-itemNav__nav > li.maker a {
        color: #1f1f1f;
        font-size: 14px;
        font-weight: 600;
    }
    .side-accordion ul.ec-itemNav__nav > li.maker a .arrow img {
        position: absolute;
        top: 43%;
        right: 0;
        width: 10px;
    }
    .side-accordion #_get_side_download  ul.ec-itemNav__nav > li a {
        font-weight: normal;
    }
    .side-accordion ul.ec-itemNav__nav > li.maker a {
        font-size: 16px;
        font-weight: 600;
    }
    .side-accordion ul.ec-itemNav__nav > li:last-child {
        margin-bottom: 0px;
    }
    .side-accordion ul.ec-itemNav__nav > li span.menu-icon {
        position: absolute;
        top: 15px;
        right: 30px;
    }
    .side-accordion ul.ec-itemNav__nav > li span.menu-icon img {
        width: 12px;
    }
    .side-accordion .side-line-link {
        margin: 30px 0;
        text-align: center;
    }
/*--- インフォメーション ---*/
.ec-categoryNaviRole .ec-itemInfo {
    margin-bottom: 30px;
}
.ec-categoryNaviRole .ec-itemInfo h4 {
    position: relative;
    max-width: 280px;
    padding: 12px 0;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.9px;
}
.ec-categoryNaviRole .ec-itemInfo h4 span.info-logo {
    position: absolute;
    top: 6px;
    right: 0;
}
.ec-categoryNaviRole .ec-itemInfo h4 span.info-logo img {
    height: 22px;
}
.ec-categoryNaviRole .ec-itemInfo .info-text {
    margin-bottom: 20px;
    font-size: 14px;
}
.ec-categoryNaviRole .ec-itemInfo .info-text a {
    text-decoration: underline;
}
.ec-categoryNaviRole .ec-itemInfo .info-text a span svg {
    width: 16px;
    height: 16px;
}
.ec-categoryNaviRole .ec-itemInfo .info-link a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding: 20px;
    color: #fff;
    background: #1f1f1f;
}
.ec-categoryNaviRole .ec-itemInfo .info-link a img {
    max-width: 25px;
    height: 20px;
    vertical-align: -4px;
}
.ec-categoryNaviRole .ec-itemInfo .info-link a span.arrow-icon {
    position: absolute;
    top: 18px;
    right: 15px;
}
.ec-categoryNaviRole .ec-itemInfo .info-link a span.arrow-icon svg {
    width: 18px;
    height: 18px;
}
/*--- 営業カレンダー ---*/
.ec-calendar {
    display: block;
}
.ec-role .ec-sideHeading h4 {
    padding: 12px 0;
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 600;
}
.ec-role .ec-sideHeading h4 img {
    width: 14px;
    vertical-align: 0px;
}
.ec-role .ec-sideCalendar .calendar-text {
    font-size: 12px;
}
.ec-calendar,
.ec-calendar__month {
    margin: 0;
    width: 100%;
    font-size: 10px;
}
.ec-calendar__month {
    margin-bottom: 15px;
}
.ec-calendar__month tr > th.ec-calendar__title {
    color: #1f1f1f;
    font-size: 12px;
    font-weight: 600;
}
.ec-calendar__month tr:nth-child(2) > th {
    font-weight: normal;
    border-top: 1px solid #1f1f1f;
    border-bottom: none;
}
.ec-calendar__month tr:nth-child(2) > th.ec-calendar__sun {
    color: #fff;
    background: #F98585;
}
.ec-calendar__month tr:nth-child(2) > th.ec-calendar__sat {
    color: #fff;
    background: #85CDFF;
}
.ec-calendar__month tr:nth-child(3) > td {
    border-top: none;
}
.ec-calendar__month tr > td {
    border-bottom: 1px solid #d3d3d3;
}
.ec-calendar__month tr > th,
.ec-calendar__month tr > td {
    padding: 7px;
}
.ec-calendar .ec-calendar__today::before {
    width: 20px;
    height: 20px;
}

.ec-drawerRole .ec-headerSearch .ec-headerSearch__category .ec-select::before {
    top: 8px !important;
}
.ec-drawerRole .ec-headerSearch .ec-headerSearch__keyword {
    border: none;
    border-left: 1px solid #ccc;
}
/*** 当サイトについて ***/
.about-header-text {
    margin: 20px 0;
}
/*** マイページ ***/
.ec-historyListHeader .ec-historyListHeader__action a {
    background: #F2F4F5;
}
.ec-historyListHeader .ec-historyListHeader__action a:hover {
    opacity: 0.75;
}
/*** 最近チェックした商品 ***/
#check_item_lists .ec-headingTitle,
#RelatedProduct-product_area .ec-headingTitle {
    margin-bottom: 20px;
    font-size: 24px;
}
#check_item_lists .ec-shelfGrid__item,
#RelatedProduct-product_area .ec-shelfGrid__item {
    font-size: 14px;
}
#check_item_lists .ec-shelfGrid__item .item_name {
    font-weight: normal;
}
#check_item_lists .ec-shelfGrid__item img,
#RelatedProduct-product_area .ec-shelfGrid__item img {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
    box-shadow: 0 0px 6px rgba(0,0,0,0.1);
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/*** セット販売商品 ***/
#detail_description_box__productset {
    margin-top: 20px;
}
/*** 商品詳細 ***/
.product_detail .ec-grid2 {
    max-width: 760px;
}
/*========================================
    #カート
========================================*/
.ec-cartRole__progress {
    z-index: 1;
}
.ec-cartNaviIsset {
    max-height: initial;
    overflow-y: initial;
    z-index: 999;
}
.ec-cartNaviIsset__inner {
    width: 100%;
    max-height: 350px;
    margin-bottom: 16px;
    padding: 0;
    overflow-y: scroll;
}
.ec-cartNaviIsset .ec-cartNaviIsset__cartContent {
    padding-right: 8px;
}
.ec-cartNaviIsset__inner::-webkit-scrollbar {
  width: 0px !important;
  height: 0px !important;
}
    .ec-cartNaviIsset .simplebar-scrollbar::before {
        background: #aaa;
        border-radius: 4px;
        width: 4px;
        margin-left: 2px;
        margin-top: 2px;
    }
    .ec-cartNaviIsset .simplebar-scrollbar.simplebar-visible::before {
        opacity: 1;
    }
    .ec-cartNaviIsset .simplebar-track {
        background-color: #eee;
        opacity: 0.75;
    }
.ec-orderRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-orderRole .ec-orderRole__summary {
    padding: 0;
}
/*========================================
    #ご注文手続き
========================================*/
.ec-alert-warning__text a {
    text-decoration: none;
    color: #1f1f1f;
}
/*========================================
    #footer
========================================*/
/*--- フッター ---*/
.ec-footerRole {
    margin-top: 80px;
    padding-top: 80px;
    border: none;
    background: #F2F4F5;
}
.ec-footerRole .ec-footerNavi {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    color: #1f1f1f;
}
.ec-footerRole .ec-footerNavi__content {
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    border-right: 1px solid #d3d3d3;
}
.ec-footerRole .ec-footerNavi__content:last-child {
    border-right: none;
}
.ec-footerRole .ec-footerNavi__content .contents-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}
.ec-footerRole .ec-footerNavi__content .contents-title img {
    margin-right: 5px;
    width: 22px;
    height: 16px;
    vertical-align: -1px;
}
.ec-footerRole .ec-footerNavi__content .contents-title a {
    color: #5C5C5C;
    font-size: 13px;
    font-weight: normal;
    text-decoration: underline;
}
.ec-footerRole .ec-footerNavi__content .contents-text {
    font-size: 14px;
}
.ec-footerRole .ec-footerInfo {
    max-width: 640px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
    color: #1f1f1f;
    border-top: 1px solid #d3d3d3;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__sns .sns-list {
    margin-right: 12px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__sns .sns-list:last-child {
    margin-right: 0;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__sns .sns-list img {
    width: 24px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__shopname {
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1.38px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__address {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__address .list {
    margin-right: 10px;
    font-size: 13px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__address .list:last-child {
    margin-right: 0;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__address .list img {
    width: 12px;
    margin-right: 0;
    vertical-align: 0px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__link {
    margin-bottom: 50px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__link ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__link ul > li {
    font-size: 13px;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__link ul > li a {
    color: #1F1F1F;
}
.ec-footerRole .ec-footerInfo .ec-footerInfo__copy {
    color: #707070;
    font-size: 10px;
    text-align: center;
}
/*========================================
    #plugin
========================================*/
#page_plugin_tabacms2_list_3 .ec-layoutRole .ec-layoutRole__mainWithColumn,
#page_plugin_tabacms2_post_3 .ec-layoutRole .ec-layoutRole__mainWithColumn {
    width: 100%;
    padding-left: 0;
}
.tabacms_widget h2, .tabacms_widget h4 {
    font-size: 16px;
}
.tabacms_search input {
    font-size: 12px;
    border: 1px solid #ddd;
    border-right: none;
    box-shadow: none;
}
.tabacms_search .btn-light {
    border-radius: 0px .375rem .375rem 0;
    border: 1px solid #ddd;
    border-left: none;
    background: transparent;
}
.tabacms_search .btn-light img {
    width: 16px;
    height: 16px;
}
.tabacms_category_list li a {
    color: #1f1f1f;
    font-size: 16px;
}
.tabacms_tagcloud_list li {
    margin-right: 10px;
}
.tabacms_tagcloud_list li:last-child {
    margin-right: 0;
}
.tabacms_tagcloud_list li a {
    padding: 8px;
    color: #1f1f1f;
    font-size: 12px !important;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
}
.tabacms_tagcloud_list li a:hover {
    background: #f8f9fa;
}
.tabacms_list,
.tabacms_post {
    padding-right: 40px;
}
.tabacms_thumbnail_wrapper:before {
    padding: 0;
}
.tabacms_thumbnail_wrapper .tabacms_thumbnail {
    position: initial;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
}
.tabacms_thumbnail_wrapper .tabacms_thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1;
}
.tabacms_blog_list .tabacms_detail label {
    padding: 0;
    color: #1f1f1f;
    font-size: 12px;
    background: transparent;
}
.tabacms_blog_list .tabacms_detail time {
    color: #9F9F9F;
    font-size: 10px;
}
.tabacms_post header time {
    color: #1f1f1f;
    font-size: 10px;
}
.tabacms_body {
    word-break: break-all;
}
.tabacms_body p {
    margin: 10px 0;
    font-size: 16px;
}
.tabacms_body p img {
    margin: 10px 0;
}
.tabacms_body .tabacms_thumb {
    margin-bottom: 20px;
}
.tabacms_page_link {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
.tabacms_page_link a {
    display: block;
    width: 100%;
    padding: 20px;
    color: #1f1f1f;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.tabacms_page_link a:hover {
    text-decoration: none;
    background: #f8f9fa;
}
#page_plugin_tabacms2_list_3 h2.tabacms_ellipsis_2 {
    font-size: 16px;
    font-weight: bold;
}
#page_plugin_tabacms2_list_3 h2.tabacms_ellipsis_2 a {
    color: #1f1f1f;
}
#page_plugin_tabacms2_post_3 .ec-layoutRole__left {
    display: none;
}
#page_plugin_tabacms2_post_3 .tabacms_post label {
    padding: 0;
    color: #1f1f1f;
    font-size: 12px;
    text-align: left;
    background: transparent;
}
#page_plugin_tabacms2_post_3 .tabacms_post header h1 {
    font-size: 20px;
}
.tabacms_header_info {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabacms_header_info .header-info-tag-list {
    display: flex;
}
.tabacms_header_info .header-info-tag-list .header-info-tag {
    padding: 5px 10px;
    margin-right: 10px;
    color: #1f1f1f;
    font-size: 12px !important;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
}
.tabacms_post header time {
    margin-bottom: 0;
}
.tabacms_body .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.tabacms_body .youtube iframe {
  width: 100%;
  height: 100%;
}
/*=========================================
    #media_query
=========================================*/
@media all and (min-width: 768px) and (max-width: 992px) {
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 50%;
    }
}
@media all and (max-width: 992px) {
    /*** スクロールバー iOS対応 ***/
    .simplebar-scrollbar::before {
        background: #aaa;
        border-radius: 4px;
        width: 4px;
        margin-left: 2px;
        margin-top: 2px;
    }
    .simplebar-scrollbar.simplebar-visible::before {
        opacity: 1;
    }
    .simplebar-track {
        background-color: #eee;
        opacity: 0.75;
    }
    .ec-totalBox {
        position: initial;
    }
    .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
        border-radius: 0 3px 3px 0;
    }
    .ec-headerNaviRole .ec-headerNaviRole__search {
        display: block;
    }
    .ec-headerRole {
        flex-wrap: nowrap;
        align-items: center;
    }
    .ec-headerNaviRole .ec-headerRole {
        max-width: initial;
    }
    .ec-headerRole .ec-headerRole__title {
        width: 258px;
    }
    .ec-headerRole .ec-headerRole__searchIcon img {
        width: 30px;
        vertical-align: 1px;
    }
    .sm-header-block {
        top: 79px;
    }
    .sm-header-block .ec-headerNaviRole {
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-bottom: 10px;
        padding: 10px;
        background: #ececeb;
    }
    .sm-header-block .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword {
        width: 100%;
    }
    .header-infomation-block {
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .top-news-block .news-heading {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .top-news-block .news-heading-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .top-news-block .news-heading .title {
        margin-right: 10px;
        font-size: 22px;
    }
    .top-news-block .news-heading .title-jp {
        margin-top: 2px;
        font-size: 14px;
    }
    .front_page .ec-newsRole__news .ec-newsRole__newsItem {
        margin-bottom: 10px;
    }
    .top-news-block .news-more-link {
        margin-top: 0;
        font-size: 13px;
    }
    .top-news-block .ec-newsRole__news {
        margin-top: 15px;
    }
    .contents-banner-block .banner-list {
        height: 80px;
        padding-left: 25px;
        padding-right: 10px;
        font-size: 16px;
    }
    .contents-banner-block .banner-list img {
        height: 40px;
        margin-right: 15px;
    }
    .front_page .ec-banner .ec-banner__list .ec-banner-text {
        margin-top: 14px;
        font-size: 14px;
    }
    .ec-contentsHeading {
        margin-bottom: 10px;
        padding-top: 15px;
    }
    .ec-contentsHeading span.heading-stroke {
        margin-right: 5px;
        font-size: 20px;
    }
    .ec-contentsHeading span.heading-text {
        font-size: 14px;
    }
    .ec-contentsHeading a {
        font-size: 13px;
        vertical-align: 0px;
    }
    .ec-contentsHeading a img {
        vertical-align: -1px;
    }
    .front_page .ec-banner {
        gap: 14px;
        margin-bottom: 25px;
    }
    .front_page .ec-contentRole {
        padding-bottom: 40px;
    }
    .swiper-newitem li .slide-title,
    .swiper-recommend li .slide-title,
    .swiper-category li .slide-title {
        margin-bottom: 15px;
    }
    .swiper-newitem li .slide-thumb,
    .swiper-recommend li .slide-thumb {
        margin: 3px 0;
    }
    .swiper-newitem .swiper-button-next,
    .swiper-newitem .swiper-button-prev,
    .swiper-recommend .swiper-button-next,
    .swiper-recommend .swiper-button-prev {

    }
    .swiper-newitem-block,
    .swiper-recommend-block,
    .swiper-category-block {
        margin-right: -20px;
    }
    /* .swiper-newitem,
    .swiper-recommend,
    .swiper-category {
        margin-right: 20px;
    } */
    .swiper-category .swiper-button-next,
    .swiper-category .swiper-button-prev {
        top: 50%;
    }
    .swiper-newitem .swiper-button-next,
    .swiper-recommend .swiper-button-next,
    .swiper-category .swiper-button-next {
        right: 10px;
    }
    .front_page .main_visual .slick-slide {
        margin: 0;
    }
    .front_page .main_visual .prev-arrow {
        left: 15px;
    }
    .front_page .main_visual .next-arrow {
        right: 15px;
    }
    .contents-banner-block {
        max-width: 1120px;
        margin: 35px auto;
    }
    .ec-footerRole {
        margin-top: 35px;
        padding-top: 35px;
    }
    .ec-footerRole .ec-footerNavi {
        margin: 0;
        margin-top: -10px;
        padding: 15px 0;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
    }
    .ec-footerRole .ec-footerNavi__content {
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
        border-right: 1px solid #d3d3d3;
    }
    .ec-footerRole .ec-footerNavi__content .contents-title {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .ec-footerRole .ec-footerNavi__content .contents-title img {
        width: 22px;
        height: 16px;
        vertical-align: -1px;
    }
    .ec-footerRole .ec-footerNavi__content .contents-title a {
        font-size: 12px;
    }
    .ec-footerRole .ec-footerNavi__content .contents-text {
        font-size: 12px;
    }
    .ec-footerRole .ec-footerInfo {
        border: none;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__shopname {
        font-size: 18px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__address {
        margin-bottom: 10px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__address .list {
        font-size: 11px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__link ul > li {
        font-size: 11px;
    }
}
@media all and (max-width: 768px) {
    /* .front_page .ec-itemNav__nav li a {
        padding: inherit;
        padding-left: 20px;
    } */
    .tabacms_list {
        padding-right: 0;
        padding-left: 0;
    }
    .tabacms_post {
        padding-right: 0;
        padding-left: 0;
    }
    #page_plugin_tabacms2_post_3 .container-lg {
        padding-right: 20px;
        padding-left: 20px;
    }
    #page_plugin_tabacms2_post_3 .ec-pageHeader h1 {
        border: none;
    }
    ul.tabacms_blog_list > li {
        padding-left: 0;
        padding-right: 0;
    }
    .about #help_about_box__shop_name {
        padding: 10px 0 0;
    }
    .other_page .ec-pageHeader h1 {
        padding: 20px;
        margin: 0 0 20px;
    }
    .other_page .ec-shelfRole {
        padding-left: 0;
        padding-right: 0;
    }
    .tradelaw .ec-off1Grid .ec-borderedDefs {
        padding: 0;
    }
    .ec-totalBox {
        position: initial;
    }
    .front_page .ec-footerRole {
        margin-top: 0;
    }
    .ec-drawerRole .ec-headerSearch {
        background: #9f9f9f;
    }
    .ec-headerNaviRole .ec-headerSearch .ec-headerSearch__keyword .ec-headerSearch__keywordBtn {
        top: 17px;
        right: 0;
    }
    .sm-header-block .ec-headerNaviRole {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .front_page .ec-contentRole {
        padding-bottom: 30px;
    }
    .front_page .main_visual .next-arrow {
        top: 40%;
    }
    .sm-header-block {
        top: 57px;
    }
    .front_page .ec-layoutRole__mainBottom {
        margin-top: 40px;
    }
    .top-news-block .news-heading .title {
        margin-right: 10px;
        font-size: 18px;
    }
    .top-news-block .news-heading .title-jp {
        margin-top: 0px;
        font-size: 16px;
    }
    .top-news-block .news-more-link {
        margin-top: -1px;
    }
    .top-news-block .ec-newsRole__news {
        margin-top: 12px;
    }
    .front_page .ec-newsRole__news .ec-newsRole__newsItem {
        padding: 0;
    }
    .ec-newsRole__newsItem.is_active .ec-newsRole__newsDescription {
        margin: 10px 0;
    }
    .top-news-block .ec-newsRole__news ul > li .ec-newsRole__newsDescription .news-url {
        margin: 5px 0;
        padding-right: 0;
    }
    .ec-headerNaviRole .ec-headerNav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left {
        width: 74px;
    }
    .ec-headerNaviRole, .ec-layoutRole__contents {
        padding-top: 10px;
    }
    .header-block.header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 4;
    }
    .ec-headerNaviRole .ec-headerLogin {
        display: block;
        width: 24px;
    }
    .ec-headerNaviRole__right__upper .ec-headerNaviRole__nav .ec-headerMember {
        margin-right: 7px;
        width: 24px;
    }
    .ec-headerNaviRole__right__upper .ec-headerNaviRole__nav {
        margin: 0;
    }
    .ec-headerNaviRole .ec-cartNavi .ec-cartNavi__label {
        margin: 0;
        border: none;
    }
    .ec-headerNaviRole .ec-cartNavi .ec-cartNavi__div {
        width: 45px;
        height: 42px;
        margin-left: -7px;
    }
    .ec-headerNaviRole .ec-cartNavi img {
        width: 24px;
    }
    .ec-headerNaviRole__right__upper .ec-headerRole__searchIcon {
        width: 24px;
        margin-right: 7px;
    }
    .ec-headerNaviRole__right__upper .ec-headerRole__searchIcon img {
        width: 24px;
        vertical-align: -12px;
    }
    .ec-headerNaviRole__right__upper .ec-headerRole__menuIcon {
        width: 20px;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select {
        border: none !important;
    }
    .ec-headerSearch .ec-headerSearch__category .ec-select::before {
        top: -2px !important;
    }
    .ec-headerRole .ec-headerRole__title {
        width: 74px;
    }
    .contents-banner-block {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }
    .contents-banner-block .banner-list {
        height: 60px;
        padding: 0;
        border: none;
        border-top: 1px solid #d3d3d3;
    }
    .contents-banner-block .banner-list:last-child {
        border-bottom: 1px solid #d3d3d3;
    }
    .contents-banner-block .banner-list {
        padding-left: 20px;
    }
    .contents-banner-block .banner-list img {
        height: 24px;
        margin-right: 20px;
    }
    .contents-banner-block .banner-list span.arrow-icon {
        right: 15px;
        bottom: initial;
    }
    .front_page .ec-banner .ec-banner__list .ec-banner-text {
        margin-top: 10px;
        font-size: 16px;
    }
    .ec-contentsHeading span.heading-stroke {
        font-size: 18px;
    }
    .ec-contentsHeading span.heading-text {
        font-size: 16px;
    }
    .ec-contentsHeading a {
        vertical-align: 2px;
    }
    .front_page .ec-banner {
        flex-wrap: nowrap;
        gap: 20px;
        margin-bottom: 40px;
    }
    .swiper-calendar .swiper-wrapper {
        /* flex-wrap: nowrap; */
        flex-wrap: wrap;
    }
    .swiper-newitem-block,
    .swiper-recommend-block {
        margin-right: 0px;
    }
    .swiper-category-block {
        margin-left: -20px;
        margin-right: -20px;
    }
    .swiper-newitem,
    .swiper-recommend,
    .swiper-category {
        margin-right: 0;
    }
    .swiper-newitem .swiper-wrapper,
    .swiper-recommend .swiper-wrapper {
        flex-wrap: wrap;
    }
    .swiper-newitem li:nth-child(odd) .slide-thumb,
    .swiper-recommend li:nth-child(odd) .slide-thumb {
        margin-right: 5px;
    }
    .swiper-newitem li:nth-child(even) .slide-thumb,
    .swiper-recommend li:nth-child(even) .slide-thumb {
        margin-left: 5px;
    }
    .swiper-category .swiper-wrapper {
        flex-wrap: wrap;
    }
    .front_page .main_visual.slick-slider {
        margin-left: -20px;
        margin-right: -20px;
    }
    .front_page .main_visual .slick-slide img {
        border-radius: 0;
    }
    .front_page .main_visual .prev-arrow {
        left: 0;
    }
    .front_page .main_visual .next-arrow {
        right: 0;
    }
    .header-infomation-block {
        margin-bottom: 20px;
    }
    .header-infomation-block ul {
        display: block;
    }
    .header-infomation-block ul li {
        margin: 0;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .product_list .ec-mainImage {
        margin-top: 0;
    }
    .product_list .ec-mainImage img {
        max-width: initial;
    }
    /*** 最近チェックした商品・関連商品 ***/
    #check_item_lists,
    #RelatedProduct-product_area {
        padding-left: 0;
        padding-right: 0;
    }
    #check_item_lists .ec-headingTitle,
    #RelatedProduct-product_area .ec-headingTitle {
        font-size: 18px;
    }
    .ec-footerRole {
        margin-top: 25px;
        padding-top: 25px;
    }
    .ec-footerRole .ec-footerNavi {
        display: block;
        margin: 0 20px;
        padding: 0;
        border-bottom: none;
    }
    .ec-footerRole .ec-footerNavi__content {
        padding: 15px 10px;
        border: none;
        border-bottom: 1px solid #d3d3d3;
    }
    .ec-footerRole .ec-footerNavi__content:last-child {
        border: none;
    }
    .ec-footerRole .ec-footerNavi__content .contents-title {
        display: flex;
        justify-content: space-between;
        margin-bottom: 5px;
    }
    .ec-footerRole .ec-footerInfo {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__shopname {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__address {
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__address .list {
        margin-bottom: 6px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__link {
        /* max-width: 420px; */
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__link ul {
        display: block;
        text-align: center;
    }
    .ec-footerRole .ec-footerInfo .ec-footerInfo__link ul > li {
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 5px;
    }
    /* .ec-footerRole .ec-footerInfo .ec-footerInfo__link ul > li:nth-child(3) {
        margin-right: 0;
    } */
    #xs_footer_contents {
        padding: 20px;
        background: #F2F4F5;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo {
        margin-bottom: 20px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo h4 {
        position: static;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 10px 0;
        font-size: 16px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo h4 .info-logo {
        position: static;
        margin-left: 10px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo h4 .info-logo img {
        width: 70px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo .info-text {
        font-size: 13px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo .info-text a {
        color: #1f1f1f;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo .info-link a span.arrow-icon svg {
        height: auto;
    }
    #xs_footer_contents .ec-categoryNaviRole {
        display: block;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo .info-link a {
        padding: 15px;
        font-size: 16px;
    }
    #xs_footer_contents .ec-categoryNaviRole .ec-itemInfo .info-link a:last-child {
        margin-bottom: 0;
    }
    .ec-categoryNaviRole .ec-itemInfo .info-link a span.arrow-icon {
        top: 12px;
    }
    #xs_footer_contents .ec-sideHeading h4 {
        padding: 0;
        color: #1f1f1f;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
    }
    #xs_footer_contents .ec-sideHeading h4 img {
        width: 14px;
        vertical-align: 0px;
    }
    #xs_footer_contents .ec-sideCalendar .calendar-text {
        margin-bottom: 10px;
        font-size: 10px;
    }
}

@media all and (max-width: 576px) {
    .ec-totalBox {
        position: initial;
    }
    .ec-contentsHeading span.heading-stroke {
        font-size: 16px;
    }
    .ec-contentsHeading span.heading-text {
        font-size: 14px;
    }
    .ec-contentsHeading a {
        font-size: 12px;
    }
}