/* カスタマイズ用CSS */
.ec-alert-warning__icon img {
    width: 30px !important;
}
.ec-alert-warning {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #FF2929 !important;
    background: #FFF2F2 !important;
    text-align: center !important;
}
.ec-alert-warning__text {
    color: #FF2929 !important;
}
.ec-role .ec-alert-warning {
    background: transparent !important;
    font-size: 24px !important;
    font-weight: bold !important;
    text-align: center !important;
}
.ec-role .ec-alert-warning .ec-alert-warning__text {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: bold !important;
    background: transparent !important;
}

.ec-progress .ec-progress__item {
    z-index: 1;
}
.product-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0,0, .4);
}
.inactive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px 0px;
    background: #ececec;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    font-size: .8em;
    color: #c2c2c2;
}
.ec-pager a:active,
.ec-pager a:focus,
.ec-pager a:hover {
    color: #14B087 !important;
}
.ec-pager__item {
    background: #14B087;
    border: 2px solid #14B087;
    color: #FFF;
}
.ec-pager .ec-pager__item,
.ec-pager .ec-pager__item--active {
    margin: 2px;
    border-radius: 6px;
}
.ec-pager .ec-pager__item--active {
    background: transparent;
    border: 2px solid #14B087;
    color: #14B087;
}
.tabacms_post_list li time {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
    color: #808080;
}

.cart_page .ec-blockBtn--action,
.other_page .ec-blockBtn--action {
    background: #FF2929;
    border-radius: 10px;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
}
.cart_page .ec-blockBtn--cancel,
.other_page .ec-blockBtn--cancel {
    background: transparent;
    text-decoration: underline !important;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: 500;
    color: #000 !important;
    border: 0;
}
.cart_page .ec-blockBtn--cancel:active:hover .ec-blockBtn--cancel:active,
.cart_page .ec-blockBtn--cancel:focus,
.cart_page .ec-blockBtn--cancel:hover,
.other_page .ec-blockBtn--cancel:active:hover .ec-blockBtn--cancel:active,
.other_page .ec-blockBtn--cancel:focus,
.other_page .ec-blockBtn--cancel:hover {
    background-color: transparent!important;
    color: #000 !important;
    border: 0!important;
    border-color: transparent!important;
    text-decoration: underline !important;
}
.ec-select select {
    background-color: #fff;
}
.ec-pageHeader h1 {
    margin-bottom: 62px;
}
.under__subtitle {
    border-bottom: 1px solid #DCDCDC;
}
.under__subtitle--value {
    position: relative;
    margin-top: 0;
    padding-bottom: 21.5px;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.under__subtitle--value:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 85px;
    content: "";
    border-bottom: 2px solid #14B087;
}
.ec-progress .ec-progress__item:after {
    background: #DCDCDC;
}
.ec-progress .ec-progress__number {
    background: #DCDCDC;
    font-family: "Inter";
    font-size: 20px;
    font-weight: normal;
}
.ec-progress .is-complete .ec-progress__number {
    background: #14B087;
}
.ec-progress .ec-progress__label {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    color: #DCDCDC;
}
.ec-progress .is-complete .ec-progress__label {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    color: #14B087;
}
/*********************************************
*
* 共通
*
*********************************************/
@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', serif;
}
html {
    height: 100%;
}
body {
    min-width: 100%;
    height: 100%;
    font-family: "Noto Sans JP", "Noto Serif JP", Roboto, "游明朝", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 16px;
    background-color: #fff;
    color: #000;
}
a {
    text-decoration: none;
}
a:hover,
a:active,
a:focus {
    text-decoration: none;
    opacity: .8;
}
button, input, optgroup, select, textarea {
	font-family: "Noto Sans JP";
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}

.primary {
    display: inline-block;
    color: #14B087;
}

.txt-primary {
    display: inline-block;
    color: #14B087;
    font-weight: bold;
}
.txt-yellow {
    display: inline-block;
    color: #FEDF59;
}
.strong-red {
    display: inline-block;
    color: #FF2929;
    font-size: 1.6em;
    font-weight: bold;
}

.mt-0 {
    margin-top: 0 !important;
}
.ml-10 {
    margin-left: 10px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-20 {
    margin-left: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.fs-16 {
	font-size: 16px !important;
}
.no-border {
    border: 0 !important;
}
.bd-dc {
	border: 1px solid #dcdcdc;
}


.ec-layoutRole .ec-layoutRole__main {
    font-size: 14px;
}
.row {
    max-width: 100%;
    margin: 0;
}

.ec-layoutRole,
.ec-sliderRole {
    padding: 0;
}
.ec-layoutRole__contents {
    max-width: 1300px;
    margin: 0 auto;
}
.icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
}
.icon:before,
.icon:after {
    position: absolute;
    content: "";
    display: block;
    /*transition: transform 0.4s;*/
    background: #808080;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 2px;
    transform: translate(-50%, -50%);
}
.icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.4s;
}
/*＋、－切り替え*/
.icon.open:before {
    transform: translate(-50%, -50%) rotate(0deg);
    transition: transform 0.4s;
}


.yellow {
    color: #fedf59;
}
.gray {
    color: #e0e0e0;
}


.overflow-hidden {
    overflow: hidden;
}

.footer__main__right--sns a img {
    width: 40px;
}
/*--- ページを更新するボタン ---*/
#page_reload {
	display: none;
}
	#page_reload #page_reload_btn {
		position: fixed;
		top: 95px;
		left: 0;
		right: 0;
		text-align: center;
		width: 150px;
		margin: 0 auto;
		padding: 12px;
		color: #111;
		font-size: 13px;
		border-radius: 32px;
		border: 1px solid #14B087;
		background: #fff;
		opacity: 1.0;
		/*background: rgba(0,123,255,0.75);*/
		box-shadow: 0 1px 6px 0px rgba(0,0,0,0.15);
        z-index: 997;
	}
	#page_reload #page_reload_btn svg {
		margin-right: 8px;
        color: #14B087;
        font-size: 16px;
        vertical-align: -4px;
	}
	#page_reload #page_reload_btn:hover {
		text-decoration: none;
		background: #ECECEC;
		opacity: 1.0;
		transition: all 0.3s ease;
	}
    #page_reload #page_reload_btn:active {
        -webkit-transform: translate(0,2px);
        -moz-transform: translate(0,2px);
        transform: translate(0,2px);
        border: 1px solid #DCDCDC;
	}
/*********************************************
*
* TOP:sectionタイトル
*
*********************************************/
.top__title {
    text-align: center;
    color: #000;
}
.top__title--en {
    font-family: "Catamaran";
    font-size: 44px;
    font-weight: bold;
    letter-spacing: .1em;
}
.top__title--ja {
    font-family: "Noto Sans JP";
    font-size: 12px;
    letter-spacing: -1px;
}
/*********************************************
*
* リンク
*
*********************************************/
.kaidoki--link {
    display: inline-block;
    color: #14B087;
    text-decoration: underline;
}
.kaidoki--link:active,
.kaidoki--link:hover,
.kaidoki--link:focus {
    color: #14B087;
    opacity: .8;
}
/*********************************************
*
* テキストボックス/テキストエリア/ドロップダウン
*
*********************************************/
input:focus, select:focus, textarea:focus {
    outline-color: #14B087 !important;
}
/*********************************************
*
* 入力欄
*
*********************************************/
input[type=tel],
input[type=text],
input[type=email],
input[type=password],
.ec-input textarea {
    font-size: 16px;
}
/*********************************************
*
* ラジオボタン
*
*********************************************/
input[type=radio] {
    opacity: 0;
    width: 0;
    height: 0;
}
input[type=radio] + label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    position: relative;
    top: 0;
    margin-top: 12px;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: transform 250ms ease;
}
input[type=radio]:checked + label:before {
    background-color: #14B087;
    box-shadow: inset 0 0 0 2px #f4f4f4;
    margin-top: 12px;
}
/*********************************************
*
* チェックボックス
*
*********************************************/
input[type=checkbox] {
    opacity: 0;
    width: 0;
}
input[type=checkbox] + label {
    position: relative;
    /*padding-left: 37px;*/
    padding-left: 25px;
    cursor: pointer;
}
input[type=checkbox] + label:before,
input[type=checkbox] + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
input[type=checkbox] + label:before {
    left: 2px;
    margin-top: -5px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    transform: rotate(-45deg);
    z-index: 2;
}
.sale-product input[type=checkbox] + label:before {
	left: 2px;
	margin-top: -6px;
	width: 18px;
	height: 9px;
    border-left: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;
    transform: rotate(-45deg);
    z-index: 2;
}
input[type=checkbox] + label:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 0;
    margin: -8px 0 0 -2px;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #b4b4b4;
    border-radius: 4px;
    background: #fff;
}
input[type=checkbox]:checked + label:before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    cursor: pointer;
}
input[type=checkbox]:checked + label:after {
    background: #14B087;
}
/*********************************************
*
* セレクトボックス
*
*********************************************/
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #fff;
    width: 220px;
    height: 35px;
    line-height: 1.5;
}
.vt4g_payment_cvs .select {
    width: 100%;
}
.vt4g_payment_cvs .select-options li {
    padding: 12px;
    text-indent: 0;
}
.select-styled {
    position: absolute; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #DCDCDC;
    background: #fff;
    color: #000;
    padding: 6px 15px;
    overflow: hidden;
}
.select-styled:after {
    content:"";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 13px;
    right: 10px;
}
.select-styled:active:after, 
.select-styled.active:after {
    top: 5px;
    border-color: transparent transparent #000 transparent;
}
.select-options {
    display: none; 
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    max-height: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #DCDCDC;
    background: #fff;
    color: #000;
    overflow-y: scroll;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid darken(#c0392b, 10);
}
.select-options li:hover, 
.select-options li.is-selected {
    background: #14B087;
    color: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}
/*********************************************
*
* 郵便番号入力欄
*
*********************************************/
.ec-zipInput input {
    max-width: 10em !important;

}
/*********************************************
*
* ボタン
*
*********************************************/
.btn-center {
    display: block;
    margin: 0 auto;
}
.kaidoki__btn--link {
    position: relative;
    width: 280px;
    padding: 20px;
    background: #14B087;
    color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    text-align: center;
}
.kaidoki__btn--link:hover,
.kaidoki__btn--link:active,
.kaidoki__btn--link:focus {
    color: #fff;
    opacity: .8;
}
.kaidoki__btn--link i {
    position: absolute;
    top: 23px;
    right: 20px;
}
.kaidoki__btn--cancel,
.kaidoki__btn--cancelA {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px 0px;
    background: #fff;
    color: #14B087;
    border: 1px solid #14B087;
    border-radius: 10px;
    /*font-size: 16px;*/
    font-size: .8em;
    font-family: "Noto Sans JP";
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
.entry--confirm .kaidoki__btn--cancel,
.btn--area .kaidoki__btn--cancel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    padding: 10px 0px;
    background: #fff;
    color: #14B087;
    border: 1px solid #14B087;
    border-radius: 10px;
    font-size: 16px;
    font-family: "Noto Sans JP";
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}
.mattoku__area .kaidoki__btn--cancel {
	font-size: .8em;
}
.product-cell .mattoku__area #favorite.kaidoki__btn--cancel {
	font-size: 20px;
}
#page_mypage_favorite .mattoku__area .kaidoki__btn--cancel {
	font-size: 16px;
}
.kaidoki__btn--cancel:hover,
.kaidoki__btn--cancel:active,
.kaidoki__btn--cancel:focus,
.kaidoki__btn--cancelA:hover,
.kaidoki__btn--cancelA:active,
.kaidoki__btn--cancelA:focus {
    color: #14B087;
    opacity: .8;
}
.line-btn-text {
    margin-top: 5px;
    max-width: 280px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
}
.line-btn-text.center {
    text-align: center;
}
.line-link .line-btn-text {
    margin: 0 auto;
    margin-top: 5px;
    max-width: 280px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
}
.line-link .line-btn-text a {
    color: #337ab7;
}
.mypage__body__right .line-btn-text {
    margin: 0 auto;
    margin-top: 5px;
    max-width: 280px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 1.3;
}
/*********************************************
*
* ヘッダーの高さ分下にずらす
*
*********************************************/
.ec-layoutRole__contents {
    padding-top: 80px;
}
.ec-layoutRole .ec-layoutRole__contents {
    overflow-x: hidden;
}


/*********************************************
*
* 仮
*
*********************************************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 10px;
    padding-right: 10px;
}

/*********************************************
*
* トップページ - 
*
*********************************************/
.main_visual-pc .slick-slide a {
    outline: none;
}
#kaidoki_null {
    margin-top: 60px;
}
#kaidoki_null .kaidoki-null-header {
    margin-bottom: 40px;
    font-family: "Noto Sans JP";
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
#kaidoki_null .kaidoki-null-image {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 40px;
}
#kaidoki_null .kaidoki-null-image img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#kaidoki_null .kaidoki-null-card {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #fff;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-image {
    width: 300px;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-image img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents {
    flex: 1;
    padding-left: 20px;
    text-align: left;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-title {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-title .txt-primary {
	font-size: 24px;
}
#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-text {
    font-size: 12px;
    line-height: 2;
}
ruby[data-ruby] {
  position:relative;
}
#ruby_kaidoki_null[data-ruby]::before {
	content: attr(data-ruby);
	position:absolute;
	left:-2em;
	top:-1em;
	right:-2em;
	text-align:center;
	font-size: 10px;
}
#ruby_kaidoki_null_matomegai[data-ruby]::before {
	content: attr(data-ruby);
	position:absolute;
	left: 0;
	top: -20px;
	text-align: center;
	font-size: 24px;
}
rt {
	display:none;
}
/*********************************************
*
* 下層ページ - 
*
*********************************************/
/* タイトル */
.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
    font-weight: bold;
    /*font-size: 22px;*/
}
/* 項目名 */
.ec-label {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
/* 必須マーク */
.ec-required {
    margin-left: 1em;
    padding: 2px 5px;
    background: #FF0000;
    border-radius: 3px;
    font-size: .5em;
    color: #fff;
}
/* 任意マーク */
.ec-any {
    margin-left: 1em;
    padding: 2px 5px;
    background: #14B087;
    border-radius: 3px;
    font-size: .5em;
    color: #fff;
}
.ec-layoutRole__main {
    padding-bottom: 100px;
    /*border-bottom: 1px solid #DCDCDC;*/
}
/* Plugin LimitedTimeProduct4のための表示 */
.sale-info-band {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    padding: 3px;
    text-align: center;
    background: #555555;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
/* SOLD OUT */
.sold-out-band {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    padding: 3px;
    text-align: center;
    background: #FF2929;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

@media only screen and (min-width: 1069px) {
    .ec-layoutRole__main {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 768px) {
}


/*********************************************
*
* 商品一覧 - 
*
*********************************************/
#page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.front_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding-right: 5px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
.front_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
.product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding-left: 5px;
}
/*商品*/
#page_product_list .product-item,
.front_page .product-item,
.product_page .product-item {
    /*
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-grow: 1;
    flex-direction: column;
    width: 100%;
    */
    height: 100%;
    background: #fff;
    border: 1px solid #E2E2E2;
    overflow: hidden;
    padding-bottom: 10px;
}
#page_product_list .ec-shelfGrid a,
.front_page .ec-shelfGrid a,
.product_page .ec-shelfGrid a {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*height: 100%;*/
    /*color: inherit;*/
    /*text-decoration: none;*/
}
/*商品画像*/
#page_product_list .product-item .product-image,
.front_page .product-item .product-image,
.product_page .product-item .product-image {
    position: relative;
    /*min-height: 120px;*/
}
.front_page .product-item .product-image,
#page_product_detail .product-item .product-image {
	position: relative;
    /*min-height: 120px;*/
}
#page_product_list .product-image img,
.front_page .product-item .product-image img,
.product_page .product-item .product-image img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*KAIDOKIアイコン*/
#page_product_list .product-image .kaidoki-icon,
.front_page .product-item .product-image .kaidoki-icon,
.product_page .product-item .product-image .kaidoki-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 50px !important;
    height: 50px;
    object-fit: cover;
}
.cart_page .kaidoki-icon,
.header-icon__item.cart .kaidoki-icon,
#page_shopping .kaidoki-icon,
#page_shopping_confirm .kaidoki-icon,
#page_mypage_history_list .kaidoki-icon,
#page_mypage_history .kaidoki-icon {
    position: absolute;
    left: 5px;
    bottom: 5px;
    width: 20px !important;
    height: 20px;
    object-fit: cover;
}
/*商品名*/
#page_product_list .product-name,
.front_page .product-item .product-name,
.product_page .product-item .product-name {
    display: flex;
    align-items: stretch;
    flex-grow: 1;
    /* height: auto !important; */
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
    font-size: 16px;
}
/*元値・現在額*/
#page_product_list .current-price,
#page_product_list .original-price,
#product_card_lists .current-price,
#product_card_lists .original-price,
.front_page .current-price,
.front_page .original-price,
.product_page .product-item .current-price,
.product_page .product-item .original-price {
    padding: 0 10px;
    font-size: 12px;
    color: #000;
}
/*現在額*/
#page_product_list .current-price,
.front_page .current-price,
.product_page .product-item .current-price {
    display: flex;
    align-items: center;
    margin-top: 0px;
}
#page_product_list .current-price--content__price,
#product_card_lists .current-price--content__price,
.front_page .current-price--content__price,
.product_page .product-item .current-price--content__price {
    color: #000; /* #FF2929; */
    font-size: 24px;
    font-family: "Inter";
    font-weight: 600;
}
/*元値*/
#page_product_list .original-price,
.front_page .original-price,
.product_page .product-item .original-price {
    display: flex;
    align-items: baseline;
    margin-top: 0px;
    /* margin-bottom: 10px; */
}
#page_product_list .original-price--content__price,
#product_card_lists .original-price--content__price,
.front_page .original-price--content__price,
.product_page .product-item .original-price--content__price {
    font-family: "Inter";
    font-size: 14px;
    font-weight: 500;
}
 /*商品の状態*/
#page_product_list .state,
.front_page .state,
.product_page .product-item .state {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 5px;
    display: flex;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
}
#page_product_list .condition--content,
.front_page .condition--content,
.product_page .product-item .condition--content {
    margin-left: 3px;
}
#page_product_list .condition--content .gray,
#page_product_list .explanation-content .gray,
.front_page .condition--content .gray,
.front_page .explanation-content .gray,
.product_page .product-item .condition--content .gray,
.product_page .product-item .explanation-content .gray {
    color: #DCDCDC;
}
#page_product_list .condition--content .yellow,
#page_product_list .explanation-content .yellow,
.front_page .condition--content .yellow,
.front_page .explanation-content .yellow,
.product_page .product-item .condition--content .yellow,
.product_page .product-item .explanation-content .yellow {
    color: #FEDF59;
}
#page_product_list .add-mattoku,
.front_page .add-mattoku,
.product_page .product-item .add-mattoku {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_product_list .kaidoki__btn--cancel.add-mattoku,
.front_page .kaidoki__btn--cancel.add-mattoku,
.product_page .product-item .kaidoki__btn--cancel.add-mattoku {
    width: 100%;
    border-radius: 30px;
    border-color: #DCDCDC;
    color: #000;
    /*font-size: .8em;*/
}
#page_product_list .kaidoki__btn--cancel.add-link,
.front_page .kaidoki__btn--cancel.add-link,
.product_page .product-item .kaidoki__btn--cancel.add-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    border-color: #DCDCDC;
    color: #000;
}
#page_product_list .sub-mattoku,
.front_page .sub-mattoku,
.product_page .product-item .sub-mattoku {
    display: flex;
    justify-content: center;
    align-items: center;
}
#page_product_list .kaidoki__btn--cancel.sub-mattoku,
.front_page .kaidoki__btn--cancel.sub-mattoku,
.product_page .product-item .kaidoki__btn--cancel.sub-mattoku {
    width: 100%;
    border-radius: 30px;
    border-color: #14B087;
    color: #14B087;
}
#page_product_list .kaidoki__btn--cancel.sub-link,
.front_page .kaidoki__btn--cancel.sub-link,
.product_page .product-item .kaidoki__btn--cancel.sub-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    border-color: #14B087;
    color: #14B087;
}
#page_product_list .add-mattoku img,
#page_product_list .sub-mattoku img,
#page_product_list .add-link img,
#page_product_list .sub-link img,
.front_page .add-mattoku img,
.front_page .sub-mattoku img,
.front_page .add-link img,
.front_page .sub-link img,
.product_page .product-item .add-mattoku img,
.product_page .product-item .sub-mattoku img,
.product_page .product-item .add-link img,
.product_page .product-item .sub-link img,
.product_page .product-item .inactive-detail img {
    width: 20px !important;
    margin-right: 10px;
}

/* 待っトク！ボタン配置変更後 */
#product_card_lists .product-item,
#product_card_lists .product-item,
.front_page .product-item,
.product_page .product-item {
	position: relative;
}
#product_card_lists .product-item .product-name,
#product_card_lists .product-item .product-name,
.front_page .product-item .product-name,
.product_page .product-item .product-name {
	height: 24px;
	padding: 5px 10px;
	margin-bottom: 10px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #000;
	font-size: 1em;
	font-weight: normal;
	text-overflow: ellipsis;
  	white-space: normal;
	display: -o-box;
	display: -ms-box;
	display: -moz-box;
	display: -webkit-box;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}
#product_card_lists .product-item .product-brand,
#product_card_lists .product-item .product-brand,
.front_page .product-item .product-brand,
.product_page .product-item .product-brand {
	/* height: 17px; 1行 */
    height: 34px;
	padding: 0px 10px;
	margin-bottom: 10px;
	line-clamp: 3;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #000;
	font-size: 0.75em;
	font-weight: normal;
	text-overflow: ellipsis;
  	white-space: normal;
	display: -o-box;
	display: -ms-box;
	display: -moz-box;
	display: -webkit-box;
	-o-box-orient: vertical;
	-ms-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-box-orient: vertical;
}
#product_card_lists .product-item .product-brand .brand-list,
#product_card_lists .product-item .product-brand .brand-list,
.front_page .product-item .product-brand .brand-list,
.product_page .product-item .product-brand .brand-list {
	margin-right: 5px;
}
#product_card_lists .product-item .product-size,
#product_card_lists .product-item .product-size,
.front_page .product-item .product-size,
.product_page .product-item .product-size {
    padding: 10px;
    padding-bottom: 0;
    color: #808080;
    font-size: 12px;
}
#product_card_lists .product-item .mattoku__area,
.front_page .product-item .mattoku__area,
.product_page .product-item .mattoku__area {
	display: none;
	position: absolute;
	/* top: 168px; */
	top: 45%;
	right: 6px;
	padding: 0;
}
.front_page .product-item .mattoku__area,
.product_page .product-item .hsd__area,
.product_page .product-item .joolen__area {
	display: none;
	position: absolute;
	/* top: 276px; */
	top: 45%;
	right: 6px;
	padding: 0;
}
#product_card_lists .kaidoki__btn--cancel.add-link, 
#product_card_lists .kaidoki__btn--cancel.sub-mattoku,
#product_card_lists .kaidoki__btn--cancel.add-mattoku,
#product_card_lists .inactive,
.front_page .product-item .kaidoki__btn--cancel.add-link, 
.front_page .product-item .kaidoki__btn--cancel.sub-mattoku,
.front_page .product-item .kaidoki__btn--cancel.add-mattoku,
.front_page .product-item .inactive,
.product_page .product-item .kaidoki__btn--cancel.add-link, 
.product_page .product-item .kaidoki__btn--cancel.sub-mattoku,
.product_page .product-item .kaidoki__btn--cancel.add-mattoku,
.product_page .product-item .inactive {
	/* padding: 3px 8px; */
    padding: 6px 12px;
	/*
	ボタンに枠線入れない時
	border: none;
	*/
}
#product_card_lists .add-mattoku img,
#product_card_lists .sub-mattoku img,
#product_card_lists .add-link img,
#product_card_lists .sub-link img,
#product_card_lists .add-mattoku img,
#product_card_lists .sub-mattoku img,
#product_card_lists .add-link img,
#product_card_lists .sub-link img,
#product_card_lists .inactive img,
.front_page .product-item .add-mattoku img,
.front_page .product-item .sub-mattoku img,
.front_page .product-item .add-link img,
.front_page .product-item .sub-link img,
.front_page .product-item .add-mattoku img,
.front_page .product-item .sub-mattoku img,
.front_page .product-item .add-link img,
.front_page .product-item .sub-link img,
.front_page .product-item .inactive img,
.product_page .product-item .add-mattoku img,
.product_page .product-item .sub-mattoku img,
.product_page .product-item .add-link img,
.product_page .product-item .sub-link img,
.product_page .product-item .add-mattoku img,
.product_page .product-item .sub-mattoku img,
.product_page .product-item .add-link img,
.product_page .product-item .sub-link img,
.product_page .product-item .inactive img {
	width: 12px !important;
	margin-right: 6px;
}

#product_card_lists .mattoku__area .btn-loading img,
.front_page .mattoku__area .btn-loading img,
.product_page .mattoku__area .btn-loading img {
	width: 14px !important;
	margin-right: 6px;
}

/* 待っトクモーダル */
.modal__mattoku,
.modal__mattoku__remove,
.modal__new,
.modal__new__remove,
.modal__mattoku__list,
.modal__mattoku__list__remove,
.modal__kaidoki,
.modal__kaidoki__remove,
.modal__hsd,
.modal__hsd__remove,
.modal__joolen,
.modal__joolen__remove {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.modal__mattoku.small,
.modal__mattoku__remove.small,
.modal__new.small,
.modal__new__remove.small,
.modal__mattoku__list.small,
.modal__mattoku__list__remove.small,
.modal__kaidoki.small,
.modal__kaidoki__remove.small,
.modal__hsd.small,
.modal__hsd__remove.small,
.modal__joolen.small,
.modal__joolen__remove.small {
    width: 30%;
}
.modal__mattoku.full,
.modal__mattoku__remove.full,
.modal__new.full,
.modal__new__remove.full,
.modal__mattoku__list.full,
.modal__mattoku__list__remove.full,
.modal__kaidoki.full,
.modal__kaidoki__remove.full,
.modal__hsd.full,
.modal__hsd__remove.full,
.modal__joolen.full,
.modal__joolen__remove.full {
    width: 100%;
    height: 100%;
}
.modal__mattoku-overlay,
.modal__mattoku__remove-overlay,
.modal__new-overlay,
.modal__new__remove-overlay,
.modal__mattoku__list-overlay,
.modal__mattoku__list__remove-overlay,
.modal__kaidoki-overlay,
.modal__kaidoki__remove-overlay,
.modal__hsd-overlay,
.modal__hsd__remove-overlay,
.modal__joolen-overlay,
.modal__joolen__remove-overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.modal__mattoku-wrap,
.modal__mattoku__remove-wrap,
.modal__new-wrap,
.modal__new__remove-wrap,
.modal__mattoku__list-wrap,
.modal__mattoku__list__remove-wrap,
.modal__kaidoki-wrap,
.modal__kaidoki__remove-wrap,
.modal__hsd-wrap,
.modal__hsd__remove-wrap,
.modal__joolen-wrap,
.modal__joolen__remove-wrap {
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 20px;
    padding: 40px 20px;
}
.img-wrap {
    display: block;
    width: 35px;
    margin: 0 auto;
}
.modal__hsd--close img,
.modal__hsd__remove--close img,
.modal__joolen--close img,
.modal__joolen__remove--close img,
.img-wrap img {
    width: 100% !important;
}
.modal__mattoku--close,
.modal__mattoku__remove--close,
.modal__new--close,
.modal__new__remove--close,
.modal__mattoku__list--close,
.modal__mattoku__list__remove--close,
.modal__kaidoki--close,
.modal__kaidoki__remove--close,
.modal__hsd--close,
.modal__hsd__remove--close,
.modal__joolen--close,
.modal__joolen__remove--close {
    position: absolute;
    display: flex;
    align-items: center;
    top: -50px; /* 外-50px */ /* 内10px */
    right: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding: 5px;
    padding-top: 3px;
    background: #4d4d4d;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
}
.modal__mattoku--close img,
.modal__mattoku__remove--close img,
.modal__new--close img,
.modal__new__remove--close img,
.modal__mattoku__list--close img,
.modal__mattoku__list__remove--close img,
.modal__kaidoki--close img,
.modal__kaidoki__remove--close img,
.modal__hsd--close img,
.modal__hsd__remove--close img,
.modal__joolen--close img,
.modal__joolen__remove--close img {
	width: 100% !important;
}
.modal__mattoku--close:hover,
.modal__mattoku__remove--close:hover,
.modal__new--close:hover,
.modal__new__remove--close:hover,
.modal__mattoku__list--close:hover,
.modal__mattoku__list__remove--close:hover,
.modal__kaidoki--close:hover,
.modal__kaidoki__remove--close:hover,
.modal__hsd--close:hover,
.modal__hsd__remove--close:hover,
.modal__joolen--close:hover,
.modal__joolen__remove--close:hover {
    color: #4b5361;
}
.modal__mattoku--close i,
.modal__mattoku__remove--close i,
.modal__new--close i,
.modal__new__remove--close i,
.modal__mattoku__list--close i,
.modal__mattoku__list__remove--close i,
.modal__kaidoki--close i,
.modal__kaidoki__remove--close i,
.modal__hsd--close i,
.modal__hsd__remove--close i,
.modal__joolen--close i,
.modal__joolen__remove--close i {
    color: #fff;
}
.modal__mattoku--box,
.modal__mattoku__remove--box,
.modal__new--box,
.modal__new__remove--box,
.modal__mattoku__list--box,
.modal__mattoku__list__remove--box,
.modal__kaidoki--box,
.modal__kaidoki__remove--box,
.modal__hsd--box,
.modal__hsd__remove--box,
.modal__joolen--box,
.modal__joolen__remove--box {
    text-align: center;
}
.modal__mattoku__remove--box .ec-role,
.modal__new__remove--box .ec-role,
.modal__mattoku__list__remove--box .ec-role,
.modal__kaidoki__remove--box .ec-role,
.modal__hsd__remove--box .ec-role,
.modal__joolen__remove--box .ec-role {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.modal__mattoku__remove--box .kaidoki__btn--cancel,
.modal__new__remove--box .kaidoki__btn--cancel,
.modal__mattoku__list__remove--box .kaidoki__btn--cancel,
.modal__kaidoki__remove--box .kaidoki__btn--cancel,
.modal__hsd__remove--box .kaidoki__btn--cancel,
.modal__joolen__remove--box .kaidoki__btn--cancel,
.modal__mattoku__remove--box .kaidoki__btn--cancelA {
    width: 20%;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}
.modal__mattoku__remove--box .kaidoki__btn--link,
.modal__new__remove--box .kaidoki__btn--link,
.modal__mattoku__list__remove--box .kaidoki__btn--link,
.modal__kaidoki__remove--box .kaidoki__btn--link,
.modal__hsd__remove--box .kaidoki__btn--link,
.modal__joolen__remove--box .kaidoki__btn--link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;
    padding: 0 10px;
    border-radius: 4px;
}
.modal__mattoku--header,
.modal__mattoku__remove--header,
.modal__new--header,
.modal__new__remove--header,
.modal__mattoku__list--header,
.modal__mattoku__list__remove--header,
.modal__kaidoki--header,
.modal__kaidoki__remove--header,
.modal__hsd--header,
.modal__hsd__remove--header,
.modal__joolen--header,
.modal__joolen__remove--header {
    margin-top: 20px;
    color: #14B087;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.modal__mattoku--text,
.modal__new--text,
.modal__new__remove--text,
.modal__mattoku__list--text,
.modal__mattoku__list__remove--text,
.modal__kaidoki--text,
.modal__kaidoki__remove--text,
.modal__hsd--text,
.modal__hsd__remove--text,
.modal__joolen--text,
.modal__joolen__remove--text {
    padding-top: 23px;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
}
/* ボタン */
.modal__mattoku--box .ec-role,
.modal__new--box .ec-role,
.modal__mattoku__list--box .ec-role,
.modal__kaidoki--box .ec-role,
.modal__hsd--box .ec-role,
.modal__joolen--box .ec-role {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.modal__mattoku--box .ec-role .kaidoki__btn--link,
.modal__new--box .ec-role .kaidoki__btn--link,
.modal__mattoku__list--box .ec-role .kaidoki__btn--link,
.modal__kaidoki--box .ec-role .kaidoki__btn--link,
.modal__hsd--box .ec-role .kaidoki__btn--link,
.modal__joolen--box .ec-role .kaidoki__btn--link {
    position: relative;
    display: inline-block;
    width: 250px;
    padding: 14px !important;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.modal__mattoku--box .ec-role .kaidoki__btn--link i,
.modal__new--box .ec-role .kaidoki__btn--link i,
.modal__mattoku__list--box .ec-role .kaidoki__btn--link i,
.modal__kaidoki--box .ec-role .kaidoki__btn--link i,
.modal__hsd--box .ec-role .kaidoki__btn--link i,
.modal__joolen--box .ec-role .kaidoki__btn--link i {
    position: absolute;
    top: 18px !important;
    right: 20px !important;
}
.modal__mattoku--box .ec-role .kaidoki__btn--cancel,
.modal__new--box .ec-role .kaidoki__btn--cancel,
.modal__mattoku__list--box .ec-role .kaidoki__btn--cancel,
.modal__kaidoki--box .ec-role .kaidoki__btn--cancel,
.modal__hsd--box .ec-role .kaidoki__btn--cancel,
.modal__joolen--box .ec-role .kaidoki__btn--cancel {
    display: inline-block;
    width: 200px;
    margin-left: 10px;
    padding: 10px !important;
    font-size: .8em;
}
/* 待っトク！リストを見る & LINE連携画像ボタン */
.modal__mattoku .kaidoki__btn--link,
.modal__new .kaidoki__btn--link,
.modal__mattoku__list .kaidoki__btn--link,
.modal__kaidoki .kaidoki__btn--link,
.modal__hsd .kaidoki__btn--link,
.modal__joolen .kaidoki__btn--link,
.modal__mattoku .line-link .btn img,
.modal__new .line-link .btn img,
.modal__mattoku__list .line-link .btn img,
.modal__kaidoki .line-link .btn img,
.modal__hsd .line-link .btn img,
.modal__joolen .line-link .btn img {
    border-radius: 10px;
}
/* LINE連携する */
.modal__mattoku .line-link .btn,
.modal__new .line-link .btn,
.modal__mattoku__list .line-link .btn,
.modal__kaidoki .line-link .btn,
.modal__hsd .line-link .btn,
.modal__joolen .line-link .btn {
    padding: 0 12px;
}
/* 戻るボタン */
.modal__mattoku__remove .kaidoki__btn--cancelA,
.modal__new__remove .kaidoki__btn--cancel,
.modal__mattoku__list__remove .kaidoki__btn--cancel,
.modal__kaidoki__remove .kaidoki__btn--cancel,
.modal__hsd__remove .kaidoki__btn--cancel,
.modal__joolen__remove .kaidoki__btn--cancel {
    display: inline-block;
    padding: 10px 10px;
    color: #14B087;
}
/* 待っトク！を解除するボタン */
.modal__mattoku__remove .kaidoki__btn--link,
.modal__new__remove .kaidoki__btn--link,
.modal__mattoku__list__remove .kaidoki__btn--link,
.modal__kaidoki__remove .kaidoki__btn--link,
.modal__hsd__remove .kaidoki__btn--link,
.modal__joolen__remove .kaidoki__btn--link {
    display: flex;
    margin-left: 10px;
    padding: 10px !important;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #14B087;
}
.modal__mattoku__list__remove--box .ec-role .kaidoki__btn--cancel,
.modal__mattoku__list__remove--box .ec-role .kaidoki__btn--link {
	border-radius: 10px !important;
}

.modal__mattoku--box .line-btn-text a {
    text-decoration: underline;
}

.modal__display-check {
    margin: 40px -20px;
    margin-bottom: -40px;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 2px 2px;
    background: #efefef;
}

.modal__display-check .display-check-close {
    width: 100px;
    margin-bottom: 5px;
    padding: 10px 15px;
    border: 1px solid #14B087;
    border-radius: 32px;
    background: #fff;
}
.modal__display-check .display-check {
    display: block;
}
.modal__display-check .display-check-btn {
    padding: 10px 15px;
    color: #14B087;
    text-decoration: underline;
    border: none;
    background: transparent;
}

/* 待っトクとは？モーダル */
.what-is-mattoku #whats__modal__mattoku--header img {
    width: 25px;
}
.whats__modal__top {
    display: flow-root;
    padding: 0;
    background-image: url("/html/user_data/assets/img/detail/popup-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.whats__modal__bottom {
    
}
.whats__modal__mattoku {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.whats__modal__mattoku.small {
    width: 30%;
}
.whats__modal__mattoku.full {
    width: 100%;
    height: 100%;
}
.whats__modal__mattoku-overlay {
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.whats__modal__mattoku-wrap {
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    max-width: 960px;
    margin: 100px 20px;
    padding: 0 20px;
}
.whats__modal__mattoku-wrap .img-wrap {
    display: block;
    width: 35px;
    margin: 0 auto;
}
.whats__modal__mattoku--close {
    position: absolute;
    display: flex;
    align-items: center;
    top: -50px;
    right: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding: 5px;
    padding-top: 3px;
    background: #4d4d4d;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
}
.whats__modal__mattoku--close:hover {
    color: #4b5361;
}
.whats__modal__mattoku--close i {
    color: #fff;
}
.whats__modal__mattoku--close img {
    width: 25px;
}
.whats__modal__mattoku--box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
}
#whats__modal__mattoku--header {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    color: #14B087;
    font-weight: bold;
    text-align: center;
}
.whats__modal__mattoku--header--comment {
    display: flex;
    align-items: baseline;
    padding-left: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #14B087;
}
.strong-green {
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
}
.whats__modal__mattoku--comment {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.green {
    display: contents;
    color: #14B087;
}
.whats__modal__mattoku--table {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    /*font-weight: bold;*/
}
.whats__modal__mattoku--table tbody,
.whats__modal__mattoku--table tbody tr {
    width: 100%;
}
.whats__modal__mattoku--table td {
    padding: 10px 20px;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    font-weight: bold;
}
.whats__modal__mattoku--table tr td:last-child {
    border-right: 1px solid #DCDCDC;
    white-space: nowrap;
}
.whats__modal__mattoku--table tr:last-child {
    border-bottom: 1px solid #DCDCDC;
}
.whats__modal__mattoku--cheapest-price {
    display: flex;
    justify-content: center;
    margin-top: 92px;
    text-align: center;
    font-weight: bold;
}
#page_mypage_favorite .whats__modal__mattoku--cheapest-price {
    margin-top: 60px;
    margin-bottom: 30px;
}
.whats__modal__mattoku--cheapest-price .inner {
    position: relative;
}
.whats__modal__mattoku--text {
    margin-left: 20px;
    padding-top: 10px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}
.speech-bubble {
    position: absolute;
    top: -66px;
    left: 80px;
    max-width: 215px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #fedf59;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
}
.speech-bubble:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -16px;
    border: 23px solid transparent;
    border-left: 7px;
    border-top: 24px solid #fedf59;
}
.speech-bubble .red {
    display: inline-block;
    color: #FF2929;
    font-weight: bold;
}

/* サイズガイドモーダル */
.size__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
}
.size__modal-overlay {
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
.size__modal-wrap {
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
    max-width: 960px;
    margin: 100px 20px;
    padding: 0;
}
.size__modal-wrap .img-wrap {
    display: block;
    width: 35px;
    margin: 0 auto;
}
.size__modal--close {
    position: absolute;
    display: flex;
    align-items: center;
    top: -50px;
    right: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding: 5px;
    padding-top: 3px;
    background: #4d4d4d;
    border-radius: 50%;
    cursor: pointer;
    opacity: .8;
}
.size__modal--close:hover {
    color: #4b5361;
}
.size__modal--close i {
    color: #fff;
}
.size__modal--close img {
    width: 25px;
}
.size__modal__top {
    padding: 20px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #14b087;
}
.size__modal__body {
    text-align: center;
}
.size__modal__body .size-label {
    margin-top: 40px;
    font-size: 24px;
}
.size__modal__body .size-image {
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 600px;
}

/*********************************************
*
* 商品詳細
*
*********************************************/
#page_product_detail .ec-layoutRole__mainBottom {
    margin-top: 170px;
}
.ec-productRole .ec-productRole__title .ec-headingTitle {
	font-size: 26px;
	line-height: 1.6;
}
.ec-productRole .ec-productRole__title .ec-headingTitle a {
	color: #000;
    text-decoration: none;
}
/*===== 商品画像スライダー =====*/
#swiper_block .swiper-main {
    position: relative;
    margin-bottom: 15px;
    overflow-x: hidden;
}
#swiper_block .swiper-main .swiper-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
}
#swiper_block .swiper-main li.swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#swiper_block .swiper-main li.swiper-slide .kaidoki-icon {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#swiper_block .swiper-thumb {
    margin-left: -9px;
    margin-right: -9px;
}
#swiper_block .swiper-thumb .swiper-wrapper {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
#swiper_block .swiper-main li.swiper-slide img,
#swiper_block .swiper-thumb li .slide-thumb img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#swiper_block .swiper-button-next,
#swiper_block .swiper-button-prev {
    width: 40px;
    height: 40px;
    z-index: 2;
    padding: 12px 14px;
    cursor: pointer;
    background: rgb(0, 0, 0, .7);
    border: 1px solid #fff;
    border-radius: 50%;
}
#swiper_block .swiper-button-next:after,
#swiper_block .swiper-button-prev:after {
    color: #fff;
    font-size: 14px;
}
#swiper_block .swiper-thumb li .slide-thumb {
    margin: 5px;
    border: 4px solid transparent;
}
#swiper_block .swiper-thumb li.swiper-slide-thumb-active .slide-thumb {
    border: 4px solid #14B087;
}
#hsd_related_product_area .swiper-container {
    display: none !important;
}
/*********************************************
*
* 特集・ニュース
*
*********************************************/
.tabacms_tagcloud_list li {
    padding: 5px 10px;
    border: 1px solid #DCDCDC;
    border-radius: 13px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tabacms_tagcloud_list li a {
    font-family: "Noto Sans JP";
    font-size: 12px !important;
    font-weight: normal;
    color: #000;
    margin: 0 !important;
    padding: 0 !important;
}
.tabacms_blog_list li {
    margin-bottom: 40px;
}
.tabacms_detail a {
    color: #000;
    margin: 0;
    padding:0;
}
.tabacms_ellipsis_2 {
    font-family: "Noto Sans JP";
    margin-top: 10px !important;
    font-size: 16px !important;
    font-weight: bold;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.tabacms_ellipsis_3 {
    margin-top: 10px !important;
    font-family: "Noto Sans JP";
    font-size: 14px !important;
    font-weight: normal;
    overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page_plugin_tabacms_list_2 #keyword,
.tabacms_blog_post_page #keyword {
        padding: 20px;
    height: 100%;
}
#page_plugin_tabacms_list_2 .search-btn,
.tabacms_blog_post_page .search-btn {
background: #14B087;
    padding: 20px;
    border-radius: 0 4px 4px 0;
    border: 1px solid #14B087;
}
#page_plugin_tabacms_list_2 {
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
}
.tabacms_widget h4 {
    padding-left: 10px;
    border-left: 4px solid #14B087;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-weight: bold;
}
.tabacms_category_list {
    border-bottom: 1px solid #DCDCDC;
}
.tabacms_category_list li {
    margin-bottom: 0 !important;
    padding: 22px 10px;
    border-top: 1px solid #DCDCDC;
}
.tabacms_category_list li a {
    position: relative;
        display: block;
        width: 100%;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.tabacms_category_list li a i {
    position: absolute;
    top: 30%;
    right: 0;
    color: #808080;
}
.square img {
    width: 100%;
    object-fit: cover;
}
.tabacms_thumbnail_wrapper img {
    width: 100%;
    height: initial;
}
.taba__list {
    width: initial;
    max-width: 1300px;
    padding-top: 0 !important;
}
.container taba__list {
    max-width: 1300px;
    margin: 0 auto;
}
.tabacms_post_list {
    border-bottom: 1px solid #DCDCDC;
}
.tabacms_post_list li {
    display: flex;
    padding: 31px 10px;
    border-top: 1px solid #DCDCDC;
}
.tabacms_post_list li a {
    text-decoration: underline;
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-weight: normal;
}
.tabacms_post_list li a:active,
.tabacms_post_list li a:focus,
.tabacms_post_list li a:hover {
    color: #000;
}

/* 特集・ニュース日付 */
.tabacms_blog_post_page time,
.tabacms_news_post_page time {
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    color: #808080;
}
/* 特集・ニュースタイトル */
.tabacms_blog_post_page h1,
.tabacms_news_post_page h1 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}
/* 特集タグ */
.tabacms_blog_post_page .tags {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
.tabacms_blog_post_page .tags > li {
    margin-right: 10px;
    padding: 5px;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: 500;
    background: #E7F7F3;
    color: #14B087;
}
/* 特集記事 */
.tabacms_blog_post_page .tabacms_body {
    padding: 40px 0;
    border-bottom: 1px solid #DCDCDC;
}
/* ニュース記事 */
.tabacms_news_post_page .tabacms_body {
    padding: 40px 0;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
.tabacms_blog_post_page .post_body,
.tabacms_news_post_page .post_body {
    margin-top: 20px;
}
/* 特集・ニュース戻るボタン */
.tabacms_blog_post_page .kaidoki__btn--cancel,
.tabacms_news_post_page .kaidoki__btn--cancel {
    position: relative;
    display: block;
    width: 300px;
    margin: 0 auto;
    margin-top: 41px;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.tabacms_blog_post_page .kaidoki__btn--cancel i,
.tabacms_news_post_page .kaidoki__btn--cancel i {
    position: absolute;
    top: 39%;
    left: 20px;
}
/* LINEログイン連携 */
.line-button {
	display: block !important;
	max-width: 280px !important;
	margin: 0 auto;
}
.line-button img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*
待っとくボタンモーダル
.modal__new .kaidoki__btn--link,
.modal__mattoku .kaidoki__btn--link,
.modal__hsd .kaidoki__btn--link,
.modal__joolen .kaidoki__btn--link {
    height: 60px;
    line-height: 60px;
    padding: 0 !important;
}
.modal__new .line-btn-text,
.modal__mattoku .line-btn-text,
.modal__hsd .line-btn-text,
.modal__joolen .line-btn-text {
    max-width: 280px;
}
.modal__new--box .ec-role .kaidoki__btn--link i,
.modal__mattoku--box .ec-role .kaidoki__btn--link i,
.modal__hsd--box .ec-role .kaidoki__btn--link i,
.modal__joolen--box .ec-role .kaidoki__btn--link i {
    top: 23px !important;
}
*/
/*********************************************
*
* カイドキってなに？固定画像
*
*********************************************/
.flow-kaidoki {
    display: none;
}
.flow-kaidoki {
    position: fixed;
    right: 0;
    bottom: 52px;
    z-index: 3;
}
.kaidoki__about--img {
    max-width: 620px;
}
.kaidoki__about--img img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*********************************************
*
* マンガでわかる
*
*********************************************/
.find_out_with_manga-main .inner .manga {
    width: 50%;
    margin: 0 auto;
}
.find_out_with_manga-main .inner .manga img {
    width: 100%;
}
/*********************************************
*
* お問い合わせ
*
*********************************************/
#contact_header_block {
    margin: 0 auto;
    width: 80%;
    font-size: 14px;
    text-align: center;
}
#contact_header_block .contact-header {
    
}
#contact_header_block .contact-body {
    margin: 20px 0;
    padding: 40px 20px;
    background: #f8f8f8;
}
#contact_header_block .contact-body .contact-body-title {
    margin-bottom: 20px;
    font-size: 16px;
    color: #07c755;
    font-weight: 600;
}
#contact_header_block .contact-body .contact-body-contents .contact-body-contents-title {
    margin-bottom: 20px;
}
#contact_header_block .contact-footer {
    margin: 20px 0;
    color: #bcbcbc;
    font-size: 12px;
    line-height: 2.0;
}
/*********************************************
*
* 初回モーダル
*
*********************************************/
.layer_board_bg,
.layer_board {
    position: absolute;
}
.layer_board_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1100;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
    background: #000;
}
.layer_board {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1200;
}
.layer_board .fs-modal {
    position: relative;
    padding: 40px;
    width: 480px;
    border: 1px solid #707070;
    border-radius: 24px;
    background: #fff;
    text-align: center;
}
.layer_board .fs-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    padding: 4px;
    padding-top: 1px;
    background: #5b5b5b;
    border-radius: 50%;
    cursor: pointer;
}
.layer_board .fs-modal-close img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.layer_board .fs-modal-title {
    margin: 20px;
    margin-top: 40px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.layer_board .fs-modal-title span.text-color {
    color: #14B087;
}
.layer_board .fs-modal-slider.slick-initialized {
    display: block;
}
.layer_board .fs-modal-signup {
    margin-bottom: 10px;
}
.layer_board .fs-modal-signup img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.layer_board .fs-modal-about a {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.layer_board .fs-modal-about a:hover {
    text-decoration: none;
}
.layer_board .fs-modal-slider {
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 60px;
    width: 60%;
    transition: all 0.3s ease;
}
.layer_board .fs-modal-slider .slick-slide img {
    margin: 0 auto;
    height: auto;
    transition: all 0.3s ease;
}
.btn_close {
    display: block;
    text-decoration: none;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 20px 40px;
    width: 200px;
    margin: 0 auto;
}
.layer_board .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.layer_board .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.layer_board .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;
}

.layer_board .slick-dots li button:hover,
.layer_board .slick-dots li button:focus {
    outline: none;
}

.layer_board .slick-dots li button:hover:before,
.layer_board .slick-dots li button:focus:before {
    opacity: 1;
}

.layer_board .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.layer_board .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.layer_board .slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
/*********************************************
*
* カイドキとは？
*
*********************************************/
#fs_about_block {
    margin: 0 auto;
    margin-top: 30px;
    padding: 20px;
    max-width: 900px;
    border: 2px solid #707070;
    border-radius: 12px;
}
.fs-about {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs-about .fs-modal-slider.slick-initialized {
    display: block;
}
.fs-about .fs-modal-signup {
    max-width: 480px;
}
.fs-about .fs-modal-signup img {
    width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.fs-about .fs-modal-slider {
    display: none;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-right: 20px;
    width: 300px;
    transition: all 0.3s ease;
}
.fs-about .fs-modal-slider .slick-slide img {
    margin: 0 auto;
    width: 300px;
    height: auto;
    transition: all 0.3s ease;
}
.fs-about .slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.fs-about .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.fs-about .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;
}

.fs-about .slick-dots li button:hover,
.fs-about .slick-dots li button:focus {
    outline: none;
}

.fs-about .slick-dots li button:hover:before,
.fs-about .slick-dots li button:focus:before {
    opacity: 1;
}

.fs-about .slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
    border-radius: 50%;

}

.fs-about .slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.fs-about .slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
/*********************************************
*
* カート モーダル含む
*
*********************************************/
.ec-modal .ec-modal-wrap {
    padding: 40px 20px !important;
}
.cart__content__left .item__card {
    position: relative;
}
.item__card--txt .item__card--txt--point {
    padding-left: 15px;
    color: #000;
    font-family: "Inter";
    font-size: 12px;
    font-weight: normal;
}
.item__card--txt .item__card--txt--start {
    margin-top: 5px;
    font-family: "Inter";
    font-size: 16px;
    /* text-decoration: line-through; */
}
.item__card--txt .item__card--txt--strike {
    position: relative;
}
.item__card--txt .item__card--txt--strike::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: #000;
    width: 100%;
    height: 1px;
    top: 55%;
    left: 0;
}
.item__card--txt .item__card--txt--start .small {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    /* text-decoration: line-through; */
}
.item__card--btn {
    align-items: end;
}
.item__card--btn .delete-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: auto !important;
    background: transparent;
}
.header-icon__cartIsset__cartContentPrice {
    color: #FF2929;
    font-family: "Inter";
    font-size: 20px;
    font-weight: 600;
}
.header-icon__cartIsset__cartContentPoint {
    padding-left: 15px;
    color: #000;
    font-family: "Inter";
    font-size: 12px;
    font-weight: normal;
}
.header-icon__cartIsset__cartContentStart {
    margin-top: 5px;
    font-family: "Inter";
    font-size: 16px;
    /* text-decoration: line-through; */
}
.header-icon__cartIsset__cartContentStart .txt-strike {
    position: relative;
}
.header-icon__cartIsset__cartContentStart .txt-strike::before {
    position: absolute;
    content: "";
    display: block;
    transform: rotate(0);
    background-color: #000;
    width: 100%;
    height: 1px;
    top: 55%;
    left: 0;
}
.header-icon__cartIsset__cartContentStart .small {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-weight: normal;
    /* text-decoration: line-through; */
}
/*********************************************
*
* カート画面以降
*
*********************************************/
.shopping__body .shopping__body__left {
    /* width: 70%; */
    flex: 1;
    margin-right: 60px;
    background: #fff;
}
.ec-totalBox {
	position: sticky;
	top: 100px;
    font-size: 14px;
}
.ec-totalBox dd {
    font-family: "Inter";
    font-size: 20px;
    font-weight: normal;
}
.ec-totalBox .ec-totalBox__spec {
	border-bottom: 1px solid #DCDCDC;
    padding: 20px 0;
    margin-bottom: 0;
}
.ec-totalBox .ec-totalBox__spec dt {
	line-height: 2;
}
.ec-totalBox .ec-totalBox__spec dd {
    flex: 1;
}
.ec-totalBox .ec-totalBox__postage-block {
    position: relative;
}
.ec-totalBox .ec-totalBox__postage-block .postage-info {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
}
.ec-totalBox__pointBlock .ec-totalBox__spec {
	margin: 10px 0;
	padding: 0;
	border: none;
}
.ec-totalBox__total {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0px !important;
	font-size: 16px !important;
}
.ec-totalBox__paymentTotal {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px !important;
	font-size: 16px !important;
}
.ec-totalBox .ec-totalBox__pointBlock {
	padding: 10px;
    margin-bottom: 25px;
}
.ec-totalBox .ec-totalBox__price {
	font-family: "Inter";
	font-size: 20px;
}
.ec-orderRole__summary {
    width: 400px;
}
.ec-orderDelivery__item .shopping__body--content {
	margin-bottom: 0;
}
ul.ec-borderedList {
	margin-bottom: 0;
}
ul.ec-borderedList li {
	padding: 10px 0;
}
ul.ec-borderedList li:last-child {
	border-bottom: none;
}
.ec-imageGrid .ec-imageGrid__img {
	display: table-cell;
	padding: 0px;
	width: 100px;
}
.ec-imageGrid__img img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.item__card--txt {
	flex: 1;
    padding-left: 20px;
}
.ec-orderPayment {
    margin-bottom: 40px;
}
.vt4g_payment_credit .ec-blockRadio input[type="radio"] {
    opacity: 1;
    width: auto;
    height: auto;
}
.vt4g_payment_credit input[type="radio"] + label::before {
    top: 13px !important;
}
.vt4g_payment_credit .accordion_inner {
    padding-left: 1em;
    padding-right: 1em;
}
.vt4g_payment_credit .ec-select {
    margin-left: 0;
}
.vt4g_payment_credit .ec-select .select {
    width: 120px;
}
.vt4g_payment_credit .ec-select .select-text {
    margin: 0 10px;
}
.vt4g_payment_credit .ec-select .select-styled {
    border: 1px solid #ccc !important;
    border-radius: 3px;
}
.vt4g_payment_credit .vt4g_toggle_title {
    padding: 10px 12px;
    border-radius: 3px;
}
.vt4g_payment_credit table > tbody > tr > td {
    padding: 8px 12px;
}
.vt4g_payment_credit .credit-list-info {
    color: #666 !important;
    font-size: 12px !important;
}
.ec-orderPayment .ec-para-normal {
    margin: 0;
    margin-bottom: 16px;
    font-size: 14px;
}
.ec-orderPayment .ec-para-normal a {
    text-decoration: underline;
}
.ec-orderPayment .ec-para-normal a:hover {
    text-decoration: none;
}
/*===== パンくず =====*/
.breadcrumb {
  /*padding: 8px 15px;*/
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 20px 25px;
  list-style: none;
  /*background-color: #f5f5f5;*/
  background-color: transparent;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
  color: #808080;
  font-size: .8em;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #808080;
  /*content: "/ ";*/
  content: "> ";
}
.breadcrumb > li > a {
    text-decoration: none;
    color: #808080;
}
.breadcrumb > .active {
  color: #777;
}
@media all and (max-width: 1068px) {
    .breadcrumb {
        padding: 20px 20px;
    }
    .ec-totalBox {
        position: sticky;
        top: 90px;
    }
    .ec-orderRole__summary {
        width: 30%;
    }
}
@media all and (max-width: 767px) {
    .breadcrumb {
        padding: 10px 0;
        margin-bottom: 15px;
    }
}

/*********************************************
*
* 画面の横幅が 768px 以上
*
*********************************************/
@media only screen and (min-width: 768px) {
    .ec-shelfGrid {
        margin-left: 0;
        margin-right: 0;
    }
    /* タイトル */
    .ec-pageHeader h1 {
        text-align: center !important;
        font-family: "Noto Sans JP";
        font-size: 32px !important;
        font-weight: bold !important;
        color: #000 !important;
        border-bottom: 0 !important;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding: 0 5px;
    }
    .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding: 0 5px;
    }
}


/*********************************************
*
* 画面の横幅が 768px 以上 1068px 以下
*
*********************************************/
@media all and (min-width: 768px) and (max-width: 1068px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .ec-layoutRole__main {
        margin-top: 0 !important;
        padding-bottom: 30px;
    }
    .col-xs-12 {
        /*padding-left: 0;*/
        /*padding-right: 0;*/
    }
    .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .ec-any {
        margin-left: 0;
    }
    .ec-required {
        margin-left: 0;
    }

    .ec-layoutRole__contents {
        padding-top: 70px;
    }
    #page_homepage .current-price--content__price,
    #page_product_list .current-price--content__price,
    .front_page .current-price--content__price {
        font-size: 20px !important;
    }
    /*********************************************
    *
    * 768px 以上 1068px 以下 - マイページ
    *
    *********************************************/
    .ec-registerRole {
        margin-bottom: 60px;
    }
    .ec-borderedDefs dt {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: baseline;
        padding: 20px 10px;
    }
    #page_mypage_change .ec-label {
        font-size: 16px;
        width: 100%;
    }
    .ec-borderedDefs dd {
        padding: 20px;
    }
    .mypage__body .mypage__body__left {
        padding-right: 0;
    }
    .ec-zipInputHelp {
        display: flex;
        align-items: baseline;
    }
    .ec-zipInputHelp span {
        font-size: 12px;
    }
    .ec-orderRole__summary {
        width: 30%;
    }
    /*********************************************
    *
    * 768px 以上 1068px 以下 - ポップアップ
    *
    *********************************************/
    .ec-modal .ec-modal-wrap {
        width: 80%;
    }
    .ec-modal .ec-role .kaidoki__btn--cancel {
        margin-top: 0;
    }
    /*********************************************
    *
    * 768px 以上 1068px 以下 - ポップアップ
    *
    *********************************************/
    #page_homepage .kaidoki__btn--cancel.sub-mattoku,
    #page_product_list .kaidoki__btn--cancel.sub-mattoku,
    #page_homepage .kaidoki__btn--cancel.add-mattoku,
    #page_product_list .kaidoki__btn--cancel.add-mattoku {
        font-size: 12px;
    }
    #page_product_list .size-select {
    	padding-left: 20px;
        padding-right: 20px;
    }
    #page_product_list .sale-sort {
        display: flex;
        justify-content: space-between;
    	padding-left: 20px;
        padding-right: 20px;
    }
    #page_reload #page_reload_btn {
		top: 85px;
	}
}

@media all and (max-width: 1068px) {
	.sp_fixed_bottom_menu .header-icon__item {
		padding-top: 5px !important;
	}
    .sp_fixed_bottom_menu .header-icon__item.mypage img {
		margin: 8px;
	}
	.sp_fixed_bottom_menu .header-icon__img {
		margin-top: 0;
	}
	.shopping__body .shopping__body__left {
    	margin-right: 20px;
    }
    .ec-orderRole__summary {
    	width: 30%;
        min-width: 300px;
    }
    #contact_header_block {
        width: 100%;
    }
}
/*********************************************
*
* 画面の横幅が 767px 以下
*
*********************************************/
@media all and (max-width: 767px) {
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .ec-pageHeader h1 {
        margin-bottom: 10px;
        color: #000;
    }
    .ec-role {
        padding-left: 0;
        padding-right: 0;
    }
    .ec-layoutRole__main {
        margin-top: 0 !important;
    }
    .ec-layoutRole__mainTop {
    	font-size: 12px;
    }
    .ec-registerRole,
    .ec-registerCompleteRole,
    .ec-productRole,
    .ec-layoutRole__contents {
        padding-left: 20px;
        padding-right: 20px;
    }
    .ec-layoutRole__contents {
        padding-top: 70px;
    }
    .top__title--en {
        font-size: 2.5em;
    }
    .ec-reportHeading {
        border: 0;
    }
    .ec-pageHeader h1 {
        border: 0;
        text-align: center;
        font-size: 1.6em;
    }
    .ec-layoutRole__main {
        padding-bottom: 30px;
    }
    #page_reload #page_reload_btn {
		top: 85px;
	}
    #page_product_detail .ec-layoutRole__mainBottom {
        margin-top: 85px;
    }
    .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .col-xs-6 {
        padding-left: 5px;
        padding-right: 5px;
    }
    /*現在額*/
    .current-price--content__price {
        font-size: 18px;
    }
    #page_homepage .current-price--content__price,
    #page_product_list .current-price--content__price {
        font-size: 18px !important;
    }
    .hsd_flex_area_rp .current-price--content__price {
        font-size: 18px !important;
    }
    /* パンくず */
    .breadcrumb {
        /*padding-top: 0 !important;*/
        /*padding-left: 0 !important;*/
        /*padding-right: 0 !important;*/
    }
    /*********************************************
    *
    * トップページ
    *
    *********************************************/
    #kaidoki_null {
	    margin-top: 30px;
	}
	#kaidoki_null .kaidoki-null-header {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	#kaidoki_null .kaidoki-null-image {
	    width: 120px;
	    margin-bottom: 20px;
	}
	#kaidoki_null .kaidoki-null-card {
	    max-width: 960px;
	    margin: 0 auto;
	    margin-bottom: 20px;
	    padding: 20px;
	    display: block;
	}
	#kaidoki_null .kaidoki-null-card .kaidoki-null-card-image {
	    width: 100%;
	}
	#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents {
	    padding-top: 30px;
	    padding-left: 0;
	    text-align: left;
	}
	#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-title {
	    margin-bottom: 20px;
	    font-size: 16px;
	    font-weight: bold;
	}
	#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-title .txt-primary {
		font-size: 20px;
	}
	#kaidoki_null .kaidoki-null-card .kaidoki-null-card-contents .contents-text {
	    font-size: 12px;
	    line-height: 2;
	}
	ruby[data-ruby] {
	  position:relative;
	}
	#ruby_kaidoki_null[data-ruby]::before {
		content: attr(data-ruby);
		position:absolute;
		left:-2em;
		top:-1em;
		right:-2em;
		text-align:center;
		font-size: 10px;
	}
	#ruby_kaidoki_null_matomegai[data-ruby]::before {
		content: attr(data-ruby);
		position:absolute;
		left: 0;
		top: -20px;
		text-align: center;
		font-size: 20px;
	}
    /*********************************************
    *
    * プログレス
    *
    *********************************************/
    .ec-progress .is-complete .ec-progress__label {
        font-size: 10px;
    }
    .ec-progress .ec-progress__label {
        font-size: 10px;
    }
    /*********************************************
    *
    * 767px 以下 - マイページ
    *
    *********************************************/
    .ec-reportHeading h2 {
        font-size: 22px;
    }
    .ec-registerRole {
        margin-bottom: 60px;
        padding: 0;
    }
    .ec-borderedDefs {
        margin-bottom: 0;
    }
    .ec-borderedDefs dt {
        padding: 20px;
        border-right: 0;
    }
    .ec-borderedDefs dd {
        padding: 20px;
        padding-bottom: 10px;
        line-height: 2;
    }
    .ec-borderedDefs dd.kinds-row {
        padding-bottom: 20px;
    }
    .ec-borderedDefs dd textarea {
        margin-bottom: 10px;
    }
    .ec-label {
        margin-bottom: 0;
    }
    .ec-zipInputHelp {
        display: flex;
        align-items: baseline;
    }
    .ec-zipInputHelp span {
        font-size: 12px;
    }
     /*********************************************
    *
    * 767px 以下 - 商品一覧
    *
    *********************************************/
    .sale-product input[type=checkbox] + label {
	    padding-left: 28px !important;
	}
    .sale-product input[type=checkbox] + label:before {
	    left: 1px;
		margin-top: -5px;
        width: 16px;
	    height: 8px;
	}
    .sale-product input[type="checkbox"] + label::after {
        top: 43% !important;
    }
    #page_product_list .search__area {
    	margin-left: -20px;
    	margin-right: -20px;
    	padding: 0;
    	padding-top: 12px;
    	padding-bottom: 10px;
    	background: #f8f8f8;
    }
    #page_product_list .select {
    	width: 180px;
    }
    #page_product_list .select-styled {
        padding: 6px 6px;
    }
    #page_product_list .select-styled:after {
        background: #fff;
    }
    #page_product_list .size-select {
    	padding-left: 20px;
        padding-right: 20px;
    }
    #page_product_list .sale-sort {
/*        display: flex;*/
        justify-content: space-between;
    	padding-left: 20px;
        padding-right: 20px;
    }
    #page_product_list .sale-product label {
        font-size: 14px;
    }
    #page_product_list .ec-shelfRole {
    	padding-top: 0;
    }
    .ec-shelfGrid .ec-shelfGrid__item {
        margin-bottom: 0;
    }
    #page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .front_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
    .product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
        padding-right: 0;
    }
    #page_product_list .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .front_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(even),
    .product_page .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
        padding-left: 0;
    }
    #page_product_list .ec-shelfGrid a,
    .front_page .ec-shelfGrid a,
    .product_page .ec-shelfGrid a {
        display: initial;
        height: initial;
    }
    #page_product_list .kaidoki__btn--cancel.add-link,
    .front_page .product-item .kaidoki__btn--cancel.add-link,
    .product_page .product-item .kaidoki__btn--cancel.add-link {
        padding: 0;
    }
    #page_product_list .add-mattoku img,
    #page_product_list .sub-mattoku img,
    #page_product_list .add-link img,
    #page_product_list .sub-link img,
    .front_page .add-mattoku img,
    .front_page .sub-mattoku img,
    .front_page .add-link img,
    .front_page .sub-link img,
    .product_page .product-item .add-mattoku img,
    .product_page .product-item .sub-mattoku img,
    .product_page .product-item .add-link img,
    .product_page .product-item .sub-link img {
        width: 14px !important;
        margin-right: 10px;
    }
    #page_product_list .product-image .kaidoki-icon,
    .front_page .product-item .product-image .kaidoki-icon,
    .product_page .product-item .product-image .kaidoki-icon {
	    position: absolute;
	    left: 5px;
	    bottom: 5px;
	    width: 30px !important;
	    height: 30px;
	    object-fit: cover;
	}
	
	/* 待っトク！ボタン配置変更後 */
    #product_card_lists.ec-shelfGrid,
    .product-card-lists {
	    margin-left: -20px;
	    margin-right: -19px;
	    margin-bottom: 30px;
	}
	#product_card_lists.ec-shelfGrid .ec-shelfGrid__item,
	.product-card-lists .ec-shelfGrid__item {
	    width: 33.333333333%;
	}
	#product_card_lists .product-item,
	.front_page .product-item,
	.product_page .product-item {
		position: relative;
		margin-right: -1px;
		margin-bottom: -1px;
	}
    #product_card_lists .product-item .product-size,
    #product_card_lists .product-item .product-size,
    .front_page .product-item .product-size,
    .product_page .product-item .product-size {
        padding: 5px 6px;
        font-size: 10px;
        padding-bottom: 0;
    }
	#product_card_lists .product-item a .product-name,
	#product_card_lists .product-item a .product-name,
	.front_page .product-item a .product-name,
	.product_page .product-item a .product-name {
        height: 14px;
		margin-bottom: 0px;
		padding: 6px 6px;
        padding-top: 0;
		font-size: 10px;
	}
    #product_card_lists .product-item a .product-brand,
	#product_card_lists .product-item a .product-brand,
	.front_page .product-item a .product-brand,
	.product_page .product-item a .product-brand {
        /* height: 20px; 1行 */
        /* margin-bottom: 10px; 1行 */
        /* padding: 6px 6px; 1行 */
        height: 30px;
        margin-bottom: 0;
        padding: 0px 6px;
		font-size: 10px;
	}
	#page_product_list .current-price--content__price,
    #product_card_lists .current-price--content__price,
    .front_page .current-price--content__price,
    .product_page .product-item .current-price--content__price {
        font-size: 18px !important;
    }
	#page_product_list .current-price,
	#page_product_list .original-price,
	#page_product_list .state,
	#product_card_lists .current-price,
	#product_card_lists .original-price,
	#product_card_lists .state,
	.front_page .product-item .current-price,
	.front_page .product-item .original-price,
	.front_page .product-item .state,
	.product_page .product-item .current-price,
	.product_page .product-item .original-price,
	.product_page .product-item .state {
		padding-left: 6px;
		padding-right: 6px;
		font-size: 10px;
	}
    #page_product_list .current-price,
	#product_card_lists .current-price,
	.front_page .product-item .current-price,
	.product_page .product-item .current-price {
		margin-top: 0px;
	}
	#page_product_list .state,
	.front_page .state,
	.product_page .product-item .state {
	    margin-top: 5px;
	}
	/*#page_product_detail .original-price--content__price,*/
	#product_card_lists .original-price--content__price,
	#product_card_lists .current-price--content__tax,
	#product_card_lists .original-price--content__tax,
	.front_page .product-item .original-price--content__price,
	.front_page .product-item .current-price--content__tax,
	.front_page .product-item .original-price--content__tax,
	.product_page .product-item .original-price--content__price,
	.product_page .product-item .current-price--content__tax,
	.product_page .product-item .original-price--content__tax {
		font-size: 10px;
	}
	#product_card_lists .product-item .mattoku__area,
	#product_card_lists .product-item .hsd__area,
	.front_page .product-item .mattoku__area,
	.product_page .product-item .mattoku__area,
	.product_page .product-item .hsd__area,
	.product_page .product-item .joolen__area {
		display: none;
		position: absolute;
		/* top: 109px; */
		right: 4px;
		padding: 0;
	}
	#product_card_lists .kaidoki__btn--cancel.add-link, 
	#product_card_lists .kaidoki__btn--cancel.add-link,
	#product_card_lists .inactive,
	.front_page .product-item .kaidoki__btn--cancel.add-link, 
	.front_page .product-item .kaidoki__btn--cancel.add-link,
	.front_page .product-item .inactive,
	.front_page .product-item .kaidoki__btn--cancel.add-mattoku,
	.front_page .product-item .kaidoki__btn--cancel.sub-mattoku,
	.product_page .product-item .kaidoki__btn--cancel.add-link, 
	.product_page .product-item .kaidoki__btn--cancel.add-link,
	.product_page .product-item .inactive,
	.product_page .product-item .kaidoki__btn--cancel.add-mattoku,
	.product_page .product-item .kaidoki__btn--cancel.sub-mattoku {
		/* padding: 3px 8px !important; */
		font-size: 10px !important;
	}
	#product_card_lists .add-mattoku img,
	#product_card_lists .sub-mattoku img,
	#product_card_lists .add-link img,
	#product_card_lists .sub-link img,
	#product_card_lists .add-mattoku img,
	#product_card_lists .sub-mattoku img,
	#product_card_lists .add-link img,
	#product_card_lists .sub-link img,
	#product_card_lists .inactive img,
	.front_page .product-item .add-mattoku img,
	.front_page .product-item .sub-mattoku img,
	.front_page .product-item .add-link img,
	.front_page .product-item .sub-link img,
	.front_page .product-item .add-mattoku img,
	.front_page .product-item .sub-mattoku img,
	.front_page .product-item .add-link img,
	.front_page .product-item .sub-link img,
	.front_page .product-item .inactive img,
	.product_page .product-item .add-mattoku img,
	.product_page .product-item .sub-mattoku img,
	.product_page .product-item .add-link img,
	.product_page .product-item .sub-link img,
	.product_page .product-item .add-mattoku img,
	.product_page .product-item .sub-mattoku img,
	.product_page .product-item .add-link img,
	.product_page .product-item .sub-link img,
	.product_page .product-item .inactive img {
		width: 8px !important;
		margin-right: 4px;
	}

    #product_card_lists .mattoku__area .btn-loading img,
    .front_page .mattoku__area .btn-loading img,
    .product_page .mattoku__area .btn-loading img {
        width: 12px !important;
        margin-right: 4px;
    }

	/* 待っトク！ポップアップ */
    .modal__mattoku-overlay .ec-role,
    .modal__new-overlay .ec-role,
    .modal__mattoku__list-overlay .ec-role,
    .modal__kaidoki-overlay .ec-role,
    .modal__hsd-overlay .ec-role,
    .modal__joolen-overlay .ec-role {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* 待っトク！解除ポップアップ */
    .modal__mattoku__remove-overlay .ec-role,
    .modal__new__remove-overlay .ec-role,
    .modal__mattoku__list__remove-overlay .ec-role,
    .modal__kaidoki__remove-overlay .ec-role,
    .modal__hsd__remove-overlay .ec-role,
    .modal__joolen__remove-overlay .ec-role {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    /* 戻るボタン */
    .modal__mattoku-overlay .ec-role .kaidoki__btn--cancel,
    .modal__mattoku__remove-overlay .ec-role .kaidoki__btn--cancel,
    .modal__new-overlay .ec-role .kaidoki__btn--cancel,
    .modal__new__remove-overlay .ec-role .kaidoki__btn--cancel,
    .modal__mattoku__list-overlay .ec-role .kaidoki__btn--cancel,
    .modal__mattoku__list__remove-overlay .ec-role .kaidoki__btn--cancel,
    .modal__kaidoki-overlay .ec-role .kaidoki__btn--cancel,
    .modal__kaidoki__remove-overlay .ec-role .kaidoki__btn--cancel,
    .modal__hsd-overlay .ec-role .kaidoki__btn--cancel,
    .modal__hsd__remove-overlay .ec-role .kaidoki__btn--cancel,
    .modal__joolen-overlay .ec-role .kaidoki__btn--cancel,
    .modal__joolen__remove-overlay .ec-role .kaidoki__btn--cancel {
        width: 100% !important;
        max-width: 280px;
        margin: 0 !important;
        margin-top: 10px !important;
    }
    /* OKボタン */
    .modal__mattoku-overlay .ec-role .kaidoki__btn--link,
    .modal__mattoku__remove-overlay .ec-role .kaidoki__btn--link,
    .modal__new-overlay .ec-role .kaidoki__btn--link,
    .modal__new__remove-overlay .ec-role .kaidoki__btn--link,
    .modal__mattoku__list-overlay .ec-role .kaidoki__btn--link,
    .modal__mattoku__list__remove-overlay .ec-role .kaidoki__btn--link,
    .modal__kaidoki-overlay .ec-role .kaidoki__btn--link,
    .modal__kaidoki__remove-overlay .ec-role .kaidoki__btn--link,
    .modal__hsd-overlay .ec-role .kaidoki__btn--link,
    .modal__hsd__remove-overlay .ec-role .kaidoki__btn--link,
    .modal__joolen-overlay .ec-role .kaidoki__btn--link,
    .modal__joolen__remove-overlay .ec-role .kaidoki__btn--link {
        width: 100% !important;
        max-width: 280px;
        margin: 0 !important;
        padding: 14px 36px !important;
    }
    .modal__mattoku--text,
    .modal__new--text,
    .modal__new__remove--text,
    .modal__mattoku__list--text,
    .modal__mattoku__list__remove--text,
    .modal__kaidoki--text,
    .modal__kaidoki__remove--text,
    .modal__hsd--text,
    .modal__hsd__remove--text,
    .modal__joolen--text,
    .modal__joolen__remove--text {
        margin-top: 20px;
        font-size: 10px;
    }
    .line-link {
		margin-top: 10px;
	}
    .modal__mattoku .line-link {
		margin-top: 0px;
	}
    .modal__mattoku .line-link .line-btn-text {
        font-size: 10px;
    }
	.product-cell .mattoku__area .kaidoki__btn--cancel {
		font-size: 16px;
	}
	.whats__modal__mattoku--box {
        display: block;
        text-align: center;
    }
    .whats__modal__mattoku--box img {
        width: 100%;
    }
    .whats__modal__mattoku--text {
	    margin-left: 0px;
	}
	 /*********************************************
    *
    * 767px 以下 - 商品詳細
    *
    *********************************************/
    .ec-productRole .ec-productRole__title .ec-headingTitle {
		font-size: 16px;
		line-height: 1.6;
	}
	.ec-sliderItemRole .item_nav {
		/*
		display: block;
		white-space: nowrap;
		overflow-x: scroll;
		margin-right: -20px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        */
	}
	/*スクロールバー非表示（Chrome・Safari）*/
    .ec-sliderItemRole .item_nav::-webkit-scrollbar{
        display:none;
    }
	.ec-sliderItemRole .slideThumb {
		width: 80px;
		display: inline-block;
	}
	.ec-sliderItemRole .slideThumb:last-child {
		margin-right: 20px;
	}
/*
.inactive {
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 3px 5px;
    width: 80px !important;
}
.inactive .btn-img-mattoku-wrap img {
    width: 14px !important;
}
*/
     /*********************************************
    *
    * 767px 以下 - 待っトクボタン
    *
    *********************************************/
    #page_homepage .kaidoki__btn--cancel.sub-mattoku,
    #page_homepage .kaidoki__btn--cancel.add-mattoku,
    #page_product_list .kaidoki__btn--cancel.sub-mattoku,
    #page_product_list .kaidoki__btn--cancel.add-mattoku,
    #product_card_lists .kaidoki__btn--cancel.sub-mattoku,
    #product_card_lists .kaidoki__btn--cancel.add-mattoku,
    #product_card_lists .inactive {
        font-size: 10px !important;
    }
    .sale-info-band,
    .sold-out-band {
    	font-size: 14px;
    }
     /*********************************************
    *
    * 767px 以下 - 特集一覧
    *
    *********************************************/
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    #page_plugin_tabacms_list_2 .col-md-3,
    #page_plugin_tabacms_list_2 .col-md-9 {
        padding-left: 0;
        padding-right: 0;
    }
    /*********************************************
    *
    * 767px 以下 - ニュース一覧
    *
    *********************************************/
    #page_plugin_tabacms_list_1 .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }
    /*********************************************
    *
    * 767px 以下 - カイドキとは？
    *
    *********************************************/
    .whats__modal__mattoku--table {
	    margin-top: 0;
	}
    .modal__mattoku .line-link .btn,
    .modal__new .line-link .btn,
    .modal__mattoku__list .line-link .btn,
    .modal__kaidoki .line-link .btn,
    .modal__hsd .line-link .btn,
    .modal__joolen .line-link .btn {
        padding: 0;
    }
    #product_card_lists .product-item .product-name,
    #product_card_lists .product-item .product-name,
    .front_page .product-item .product-name,
    .product_page .product-item .product-name {
        height: 44px;
    }
    .question-main {
    	padding-left: 20px;
    	padding-right: 20px;
    }
    /*********************************************
    *
    * マンガでわかる
    *
    *********************************************/
    .find_out_with_manga-main .inner .manga {
        width: 100%;
    }
    /*********************************************
    *
    * 767px 以下 - お問い合わせ
    *
    *********************************************/
    #contact_header_block .contact-footer {
        text-align: left;
        line-height: 1.5;
    }
    /*********************************************
    *
    * 767px 以下 - カート モーダル含む
    *
    *********************************************/
    .buy__area .ec-modal--text {
        font-size: 10px;
    }
    .ec-modal .ec-modal-wrap {
        padding: 40px 20px !important;
    }
    .item__card--btn .delete-icon {
        right: 0;
        bottom: 0;
    }
    /*********************************************
    *
    * 767px 以下 - カート以降
    *
    *********************************************/
    .shopping__body .shopping__body__left {
    	width: 100%;
    }
    .ec-totalBox {
		position: static;
	}
    .ec-orderRole__summary {
    	width: 100%;
    }
    .ec-totalBox__total {
		margin-top: 20px;
	}
	.ec-totalBox__paymentTotal {
		margin-bottom: 20px;
	}
    .ec-orderRole__summary {
        width: 100%;
    }
    .ec-orderPayment {
        margin-bottom: 40px;
    }
    .vt4g_payment_credit input[type="radio"] + label::before {
        top: 5px !important;
    }
    .vt4g_payment_credit .accordion_inner {
        padding-left: 0;
        padding-right: 0;
    }
    .vt4g_payment_credit .ec-borderedDefs dt {
        padding: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .vt4g_payment_credit .ec-borderedDefs dd {
        padding: 10px 0px;
        padding-top: 0;
    }
    .vt4g_payment_credit .ec-select {
        margin-left: 0;
    }
    .vt4g_payment_credit .ec-select .select {
        width: 100px !important;
    }
    .vt4g_payment_credit .ec-select .select-text {
        margin: 0 5px;
        font-size: 14px;
    }
    .ec-orderPayment .ec-para-normal {
        font-size: 12px;
    }
    .vt4g_payment_cvs .ec-borderedDefs dd {
        padding: 0;
        padding-bottom: 10px;
    }
    .vt4g_payment_cvs .select {
        height: 60px;
    }
    .shopping__body__left {
        /* .vt4g_payment_cvs .select-styledのはみ出し対策 */
        overflow: hidden;
    }
    /* 特集記事 */
    .tabacms_blog_post_page .tabacms_body {
        padding-top: 0;
    }
    /* お問い合わせ */
    #contact_kinds input[type=radio] + label:before,
	#contact_kinds input[type=radio]:checked + label:before {
	    margin-top: 4px;
	}
    .ec-totalBox .ec-totalBox__pointBlock {
        padding: 10px;
    }
    .ec-totalBox__pointBlock .ec-totalBox__spec {
        margin: 10px 0;
    }
    /*===== 商品画像スライダー =====*/
    #swiper_block {
        margin-bottom: 20px;
    }
    #swiper_block .swiper-main {
        margin-left: -20px;
        margin-right: -20px;
    }
    #swiper_block .swiper-thumb-block {
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: hidden;
    }
    #swiper_block .swiper-thumb {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 30px;
    }
    #swiper_block .swiper-thumb .swiper-wrapper {
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
        padding-left: 15px;
        padding-right: 20px;
        list-style: none;
    }
    #swiper_block .swiper-thumb li img {
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    #swiper_block .swiper-thumb li .slide-thumb {
        margin: 5px;
        border: 2px solid transparent;
    }
    #swiper_block .swiper-thumb li.swiper-slide-thumb-active .slide-thumb {
        border: 2px solid #14B087;
    }
    #swiper_block .swiper-thumb .swiper-button-next {
        right: 10px;
    }
    #swiper_block .swiper-thumb .swiper-button-prev {
        left: 10px;
    }
    .modal--header h2 {
        font-size: 24px !important;
    }
    .modal--header .modalClose {
        top: 24px !important;
        font-size: 12px !important;
    }
    .size__modal__body .size-label {
        margin-top: 20px;
    }
    .size-guide--link {
        margin-top: 15px;
    }
    /*===== 初回モーダル =====*/
    .layer_board {
        margin: 0;
    }
    .layer_board .fs-modal {
        position: relative;
        padding: 20px;
        max-width: 320px;
    }
    .layer_board .fs-modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 16px;
        width: 30px;
        height: 30px;
        padding: 4px;
        padding-top: 1px;
        background: #4d4d4d;
        border-radius: 50%;
        cursor: pointer;
    }
    .layer_board .fs-modal-title {
        margin-left: 0;
        margin-right: 0;
    }
    .layer_board .fs-modal-slider {
        margin-top: 30px;
        margin-bottom: 80px;
        width: 70%;
    }
    .fs-about {
        display: block;
    }
    .fs-about .fs-modal-signup {
        width: 100%;
        margin: 0 auto;
    }
    .fs-about .fs-modal-signup img {
        width: auto\9;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        border: 0;
        -ms-interpolation-mode: bicubic;
    }
    .fs-about .fs-modal-slider {
        width: 60%;
        display: none;
        margin: 0 auto;
        margin-top: 0px;
        margin-bottom: 60px;
        transition: all 0.3s ease;
    }
    .fs-about .fs-modal-slider .slick-slide img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
    }
}