/* カスタマイズ用CSS */
body {
    font-family: Roboto, 'Noto Sans JP', sans-serif;
    background: url(../img/common/main_bk01.jpg);
    background-position: center top;
    color: #1a1a1a;
}

.ec-layoutRole {
    width: 100%;
    transition: transform 0.3s;
    background: transparent;
}

.ec-cartNavi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 0 10px 12px;
    width: auto;
    min-width: auto;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: none;
}
.ec-cartNavi__ttl {
	font-size: 0.7em;
	font-weight: bold;
}
.ec-hedtNavi_c2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
	padding: 0;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
/*     width: calc(100%); */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.ec-headerNaviRole {
    padding-top: 20px;
    padding-bottom: 20px;
/*     margin-bottom: 20px; */
    position: relative;
    z-index: 2;
    width: 94%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #f6325a;
}

img {
	-webkit-backface-visibility: hidden;
}

.ec-inlineBtn--action {
    background-color: #f6325a;
    border-color: #f6325a;
}

.ec-deliverry.step1 {
    text-align: center;
    margin: 45px auto;
    max-width: 436px;
    width: 90%;
}
.ec-deliverry .ch_txt {
    margin: 30px auto;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.8em;
    text-align: center;
}

.ec-deliverry input {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: none;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-radius: 3px;
}
.ec-deliverry .ttl_c2 {
	text-align: left;
	font-size: 16px;
}
.form_li {
	padding: 0;
}
.form_li li {
	list-style: none;
	margin: 7px auto;
}

.ec-cartRole__actions .ec-blockBtn--cancel {
  margin-bottom: 8px;
}

.ec-blockBtn--action {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 16px;
    text-decoration: none;
    color: #fff;
    background-color: #bc9449;
    border-color: #bc9449;
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-blockBtn--action:focus,
.ec-blockBtn--action:active,
.ec-blockBtn--action:hover {
	background-color: #997127 !important;
	border-color: #997127 !important;
}

.ec-cartRole__actions .ec-blockBtn--cancel {
      margin-bottom: 8px;
}

.ec-deliverry.step1 .ec-blockBtn--action {
	max-width: unset;
    margin: 10px auto 30px;
    background: #f6325a;
    border-color: #f6325a;
}

.ec-deliverry.step1 .ec-blockBtn--action:hover {
	background-color: #2b3935;
}
i.ec-cartNavi__icon.far.fa-file-alt {
    font-size: 20px;
}
.is-fixed i.ec-cartNavi__icon.far.fa-file-alt {
    font-size: 18px;
}

.search_shop_li {
	padding: 0;
	text-align: left;
	margin-top: 40px;
}
.search_shop_li li {
	list-style: none;
	background: #fff;
	border-left: 4px solid #f6325a;
	margin: 14px 0;
}
.search_shop_li li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #525263;
	padding: 14px 14px 14px 18px;
}
.search_shop_li li a:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.search_shop_li li a h3 {
	padding: 0;
	margin: 5px 0 7px;
	font-size: 1.5em;
	font-weight: 600;
}
.search_shop_li li a h3 .s_txt {
	font-weight: normal;
	font-size: 0.7em;
}

.ec-deliverry.addressee .search_shop_li li {
	list-style: none;
	background: #fff;
    border: 1px solid #ccc;
	border-left: 4px solid #f6325a;
	margin: 14px 0;
}


.ec-sliderRole,
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	padding: 0;
}
.ec-sliderRole {
    margin: 24px auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: 1130px;
    width: 100%;
}
.ec-sliderRole .slide_txt {
    width: 27%;
    position: absolute;
    right: 16.5%;
    bottom: 9%;
}

.ec-footerRole {
	border-top: none !important;
	background: #1a1a1a;
	font-family: 'Noto Serif JP', serif;
}
.ec-footerNavi {
    padding: 0;
    color: #525263;
    list-style: none;
    text-align: center;
}
.ec-footerTitle {
    padding: 40px 0 60px;
    text-align: center;
    color: #525263;
}
.ec-footerRole .ec-footerRole__inner img {
    width: auto;
}

.ec-blockTopBtn {
	background: #565656;
    text-decoration: none;
    color: #fff;
    padding: 12px 15px;
    text-align: center;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 40px;
    height: 40px;
}
.ec-blockTopBtn .triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ffffff transparent;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.ec-itemNav__owlnav {
	display: flex;
	justify-content: center;
	position: relative;
}
.ec-itemNav__owlnav li {
	list-style: none;
	margin: 0 0.5em;
}
.ec-itemNav__owlnav li a {
	padding: 0.5em;
	position: relative;
}
.ec-itemNav__owlnav li a:hover {
	color: #f6325a;
	text-decoration: none;
}
.ec-itemNav__owlnav li .parent_btn {
	display: block;
	min-width: 4em;
	text-align: center;
}
.ec-itemNav__owlnav li .parent_btn:hover:before,
.ec-itemNav__owlnav li.active .parent_btn:before {
	content: '';
    width: 100%;
    height: 6px;
    background: #f6325a;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
}
.ec-itemNav__owlnav li .parent_btn:hover:after,
.ec-itemNav__owlnav li.active .parent_btn:after {
	content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #f6325a transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.children_cat .children .ph {
	display: inline-block;
	max-width: 50px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 0.5em;
	border: 2px solid #fff;
}
.children_cat .children .ph img {
	border-radius: 50%;
}
.children_cat {
	position: relative;
    top: -6px;
    background: #fff;
}
.children_cat .children {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    top: 0;
    left: 0;
 }
 .ec-itemNav .children_cat .children_cat_li .children {
  	margin-bottom: 0;
}
.children_cat .children li {
	margin: 0;
	list-style: none;
}
.children_cat .children li a {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 1em;
	font-size: 0.8em;
	text-align: left;
}
.children_cat .children li a:hover {
	color: #f6325a;
}
.children_cat .children li a:hover .ph,
.children_cat .children li .active .ph {
	border: 2px solid #f6325a;
}
.ec-itemNav {
    margin-bottom: 0;
}
.ec-owl_page_ttl_outer {
    margin: 0 auto 24px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #bc9449;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1090px;
    text-align: center;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-owl_page_ttl_outer .page_ttl {
    padding: 0;
    margin: auto;
    background-size: cover;
    text-align: center;
    display: inline-block;
    min-width: 200px;
    color: #bc9449;
    font-family: 'Noto Serif JP', serif;
    font-size: 28px;
    line-height: 1.05em;
    letter-spacing: 0.1em;
}
.ec-owl_page_ttl_outer .page_ttl .s_txt {
    font-size: 0.5em;
    display: block;
}
.ec-owl_page_ttl_outer .inner {
    display: inline-block;
    padding: 0 0;
    margin: 30px auto;
}
.ec-searchnavRole .ec-searchnavRole__infos {

}
.ec-layoutRole .ec-layoutRole__main {
    font-family: 'Noto Serif JP', serif;
}
.ec-reportHeading h1, .ec-reportHeading h2, .ec-reportHeading h3, .ec-reportHeading h4, .ec-reportHeading h5, .ec-reportHeading h6, .ec-reportHeading p {
    font-size: 28px;
}
.ec-productRole {
    margin: 60px auto 0;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1130px;
}
.ec-productRole .ec-productRole__description {
    margin: 16px 0;
    line-height: 1.8em;
}
.ec-productRole .ec-productRole__price {
    padding: 0 0 7px;
    border-bottom: 0;
    color: #bc9449;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 2.2em;
}
.ec-productRole .ec-productRole__tags {
    border-bottom: 0;
}

.checkbox02 {
	position: relative;
	display: inline-block;
}
.checkbox02 .label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
	border-color: #00acc1;
}
.checkbox02 .label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {
	background-color: #00acc1;
}
.checkbox02 .label_list:nth-of-type(2) label input[type="checkbox"] + span::before {
	border-color: #ec407a;
}
.checkbox02 .label_list:nth-of-type(2) label input[type="checkbox"]:checked + span::before {
	background-color: #ec407a;
}
.checkbox02 label span {
	display: inline-block;
    margin: auto;
    margin-left: 14px;
}
.checkbox02 label input[type="checkbox"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.checkbox02 label input[type="checkbox"] + span::before, .checkbox02 label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.checkbox02 label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 2px #909090 solid;
	border-radius: 2px;
	top: 2px;
}
.checkbox02 label input[type="checkbox"] + span::after {
	z-index: 1;
    margin: 5px 8px;
    width: 6px;
    height: 12px;
    top: -1px
}
.checkbox02 label input[type="checkbox"]:checked + span::before {
	background-color: #909090;
}
.checkbox02 label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 28px;
    font-family: 'Noto Serif JP', sans-serif;
    color: #1a1a1a;
}

.plus_menu {
	margin: 20px auto;
}
.plus_menu dt {
	position: relative;
	background: #f6325a;
	color: #fff;
	padding: 14px;
}
.plus_menu dt .s_txt {
	font-size: 0.8em;
}
.plus_menu dd {
	background: #fff;
	padding: 14px 20px;
}
.plus_menu dd ul {
	padding: 0;
	margin: 0;
}
.plus_menu dd li {
	list-style: none;
	padding: 7px 0;
	border-top: 1px solid #b8b8b8;
}
.plus_menu dd li:first-of-type {
	border-top: 0;
	padding-top: 0;
}
.plus_menu dd li::after {
    content: "";
    clear: both;
    display: table;
}
.plus_menu dd li .txt {
	float: left;
	display: inline-block;
}
.plus_menu dd li .cheek_box {
	float: right;
	display: inline-block;
}
.plus_menu dd .checkbox02 {
    margin-left: 7px;
}

.plus_menu dt:after {
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
    position: absolute;
    top: 50%;
	right: 14px;
	transform: translateY(-50%);
	margin: auto;
}
.plus_menu dt.active:after {
    content: "";
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: 50%;
	right: 14px;
	transform: translateY(-50%);
	margin: auto;
}

.coment_box dt {
	margin: 34px 0 7px;
	font-weight: 500;
}
.tex_area {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    padding: 14px;
    width: 100%;
    height: 140px;
}

.ec-sliderItemRole .slideThumb {
    margin-bottom: 25px;
    width: 20%;
    opacity: .8;
    cursor: pointer;
}

.address_date {
    margin: 0 auto 24px;
    box-sizing: border-box;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1090px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.address_date dl {
	display: flex;
	width: 49%;
	align-items: center;
	background: #fff;
	border: 1px solid #808080;
	margin-bottom: 0;
}
.address_date dl dt {
	background: #f6325a;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 14px;
	white-space: nowrap;
	min-width: 9em;
    justify-content: center;
    min-height: 3.6em;
}
.address_date dl dt span {
	display: inline-block;
}
.address_date dl dt .icon {
	margin-right: 7px;
}
.address_date dl dd {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
}
.address_date dl dd a {
	padding: 14px 40px 14px 20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
	color: #525263;
	position: relative;
}
.address_date dl dd a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
	border-color: #525263 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    margin: auto;
}

.ec-progress .ec-progress__number {
    z-index: auto;
    background: #acacac;
}
.ec-progress .ec-progress__item {
    z-index: 1;
}
.ec-progress .ec-progress__item:after {
    background: #acacac;
}
.ec-progress .is-complete .ec-progress__number {
    background: #bc9449;
}
.ec-progress .is-complete .ec-progress__label {
    color: #bc9449;
}

.plus_submenu {
	font-size: 0.8em;
	font-weight: 500;
	padding-left: 1em;
}
.plus_submenu li {
	list-style: none;
	text-indent: -1em;
	margin-left: 1em;
}
.ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    width: 72%;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__name {
    margin-bottom: 5px;
    font-family: 'Noto Serif JP', sans-serif;
}
a {
    color: #bc9449;
}
.ec-cartRole {
    font-family: 'Noto Serif JP', sans-serif;
}
form.ec-cartRole {
	background: #fff;
    padding: 30px;
    width: 90%;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-cartRole .ec-cartRole__cart {
    margin: 0 0;
}
.ec-cartRole .ec-cartRole__actions {
    width: 20%;
    margin-right: 0;
}
.ec-cartRow .ec-cartRow__delColumn {
    border-bottom: 1px #ccc solid;
}
.ec-cartRow .ec-cartRow__contentColumn {
    border-bottom: 1px solid #ccc;
}
.ec-cartRow .ec-cartRow__amountColumn {
    border-bottom: 1px solid #ccc;
}

.ec-cartRole .ec-cartRole__actions {
    width: 35%;
    margin-right: 0;
    margin-top: 10px;
}
.price_details {
	margin: 0 0 20px;
    padding: 0;
}
.price_details li {
	list-style: none;
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.price_details .totalAmount {
	font-size: 1.6em;
	color: #bc9449;
	font-weight: 600;
}
.price_details .free_txt {
	font-size: 1.4em;
	color: #f6325a;
	font-weight: 600;
}

.estimated_delivery {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 14px;
	color: #fff;
	background: #525263;
	width: 100%;
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 20px;
}
.estimated_delivery span {
	display: inline-block;
}
.estimated_delivery .icon {
	margin: 6px;
}
.estimated_delivery .delivery_num {
	font-size: 1.6em;
}


.amazon_pay_btn {
	display: block;
	padding: 10px;
	margin: 10px auto;
	border: 2px solid #1a1a1a;
}
.amazon_pay_btn:hover {
	background: #f5f5f5;
}
.amazon_pay_btn img {
	height: 34px;
}
.ec-orderRole {
    color: #1a1a1a;
}
.ec-cartCompleteRole {
    color: #1a1a1a;
}
.ec-cartRole__cart .ordered_products {
    background: #e8e8e8;
    padding: 14px 20px;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.ec-login {
    background: #fff;
}
.ec-guest {
    background: #fff;
}

.ec-link {
	color: #bc9449;
}
.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #bc9449;
}
.ec-cartNaviIsset {
    background: #ffff;
    border: 1px solid #808080;
}
.ec-cartNaviIsset::before {
    border-color: transparent transparent #808080 transparent;
    top: -10px;
}

.login_choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}
.login_choice ._choice_contents {
	width: 48%;
	padding: 40px;
	background: #fff;
}
.login_choice ._choice_contents .login_choice_li {
	margin: 34px 0 0;
	padding: 0;
}
.login_choice ._choice_contents li {
	list-style: none;
	margin: 14px auto;
}
.login_choice ._choice_contents li .login_choice_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 2px solid #525263;
	color: #525263;
}
.login_choice ._choice_contents li .login_choice_btn:hover {
	text-decoration: none;
	background: #f5f5f5;
}
.login_choice ._choice_contents li .icon {
	height: 30px;
	margin-right: 7px;
}

/* 追加 */
.osusume_item {
	margin: 60px 0;
}
#product_review_area .ec-rectHeading h4 {
    background: #fff;
    padding: 22px 22px;
    font-size: 18px;
    font-weight: bold;
    border-left: 6px solid #bc9449;
    font-family: 'Noto Serif JP', sans-serif;
}
#product_review_area .ec-inlineBtn--action {
    background-color: #bc9449;
    border-color: #bc9449;
    margin-top: 20px;
}
#product_review_area .recommend_average {
    margin-left: 16px;
    color: #bc9449 !important;
}
.ec-role {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.5em;
    color: #1a1a1a;
    width: 90%;
    max-width: 1130px;
}
#product_review_area {
    border-top: none !important;
    padding-bottom: 0;
    margin-bottom: 20px;
}

._freearea {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.2em;
	line-height: 1.8em;
	width: 90%;
	max-width: 1130px;
	margin: 80px auto;
}
._freearea .freearea_ttl01 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.4em;
	color: #bc9449;
	margin: 14px auto;
}
._freearea .freearea_ttl02 {
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 1.4em;
	color: #bc9449;
	margin: 14px auto;
	text-align: center;
}
._freearea .freearea_c2 {
	margin-top: 80px;
}
.freearea_c2 ._inner {
	padding: 24px 34px;
	background: #fff;
}
.ec-productRole .ec-productRole__actions .ec-select select {
    min-width: 350px;
    max-width: unset;
    background: #fff;
}
.item_visual {
    margin-bottom: 20px;
}
.product_add_favorite_btn .ec-blockBtn--cancel {
    display: block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #1a1a1a;
    background-color: transparent;
    border-color: transparent;
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
}
.product_add_favorite_btn .ec-blockBtn--cancel .ec-headerNav__itemIcon {
    font-size: 1.8em;
    vertical-align: middle;
    color: #acacac;
}
.product_add_favorite_btn .ec-blockBtn--cancel[disabled] .ec-headerNav__itemIcon {
	color: #bc9449;
}
.product_add_favorite_btn .ec-blockBtn--cancel:active,
.product_add_favorite_btn .ec-blockBtn--cancel:focus,
.product_add_favorite_btn .ec-blockBtn--cancel[disabled]:hover,
.product_add_favorite_btn .ec-blockBtn--cancel[disabled]:hover  {
    background-color: transparent;
    border-color: transparent;
    color: #1a1a1a;
}
.ec-productRole .product_add_favorite_btn .ec-productRole__btn {
    width: 100%;
    margin-bottom: 0;
}
.product_add_favorite_btn {
    text-align: right;
    border-bottom: 1px #ccc dashed;
}
.ec-productRole .ec-productRole__category {
    border-bottom: 1px #ccc dashed;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-productRole .ec-productRole__price {
    padding: 0 0 7px;
    border-bottom: 1px #ccc dashed;
}
.ec-productRole .ec-productRole__category a {
    color: #bc9449;
    display: inline-block;
    margin-right: 1em;
}
.ec-productRole .ec-productRole__profile {
	font-family: 'Noto Serif JP', sans-serif;
}


.__topicpath {
	padding-bottom: 12px;
}
.ec-searchnavRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Noto Serif JP', sans-serif;	
}

.ec-numberInput {
	display: flex;
    align-items: center;
    margin-bottom: 1em;
    font-family: 'Noto Serif JP', sans-serif;	
}
.ec-numberInput span {
	width: 3em;
}
.ec-numberInput .form-control {
	width: 6em;
}

.ec-secHeading {
	font-family: 'Noto Serif JP', sans-serif;	
}

.item_price {
	font-family: 'Noto Serif JP', sans-serif;
	color: #bc9449;
}
.ttl_other01 {
	text-align: center;
}
.ttl_other01 h2 {
	display: inline-block;
	position: relative;
	font-size: 2.8em;
	line-height: 1.5em;
	font-family: 'Noto Serif JP', sans-serif;
	padding: 0;
	margin: 0;
	padding-bottom: 7px;
}
.ttl_other01 h2.sttl {
	font-size: 2em;
	margin-bottom: 30px;
}
.ttl_other01 h2:after {
	content: '';
	position: absolute;
	width: 2em;
	height: 2px;
	background: #bc9449;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ttl_other01 h2:first-letter {
	color: #bc9449;
}
._ec-category {
	background: #fff;
	margin-bottom: 80px;
}
._ec-category ._inner {
	background: #fff;
	width: 90%;
	max-width: 1130px;
	padding: 28px 0 20px;
	margin: auto;
}
._ec-category .ec-c3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
	padding: 0;
}
._ec-category .ec-c3 img {
	width: 100%;
}
._ec-category .ec-c3 a {
	display: block;
}
._ec-category .ec-c3 li {
	width: 31%;
	list-style: none;
	margin: 14px 0;
}
.ch_ttl {
	font-family: 'Noto Serif JP', sans-serif;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 40px;
}
.ec-shelfRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    color: #1a1a1a;
}
.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background-color: #bc9449 !important;
}
.ec-headerNaviRole_other {
	background: #1a1a1a;
}
.ec-layoutRole__header.is-fixed .ec-headerNaviRole_other {
	background: rgba(25, 25, 25, 0.9);
	z-index: 14;
}
.ec-categoryNaviRole {
    max-width: 100%;
    background: #fff;
    margin-bottom: 24px;
}
.ec-categoryNaviRole .ec-itemNav.c2 {
    max-width: 1130px;
    margin: auto;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-itemNav__nav li a {
    padding: 20px 16px;
    color: #1a1a1a;
}
.ec-itemNav__nav li a:hover {
    color: #bc9449;
}
.ec-headerSearch .ec-headerSearch__keyword {
	float: none;
    width: 100%;
    border-radius: 50px;
}
.ec-headerNaviRole .ec-headerNaviRole__search {
    display: block;
    margin-top: 5px;
    width: calc(100%);
}
.ec-headerNaviRole .ec-headerSearch {
    margin-left: 0;
}
.ec-headerNav .ec-headerNav__item {
    font-size: 20px;
}
.ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}
._ec-headerTitle__title h1 {
	margin: 0 20px 0 0;
    width: 266px;
    transition: all 0.3s ease;
}
.ec-footerNavi .ec-footerNavi__link a {
	color: #fff;
}
.ec-footerTitle .ec-footerTitle__copyright {
    color: #fff;
}
.ec-cartNaviIsset.is-active {
    display: block;
    overflow-y: scroll;
    max-height: 80vh;
}
._choice_contents .login_choice_li {
	margin: 34px 0 0;
	padding: 0;
}
._choice_contents li {
	list-style: none;
	margin: 14px auto;
}
._choice_contents li a {
	cursor: pointer;
}
._choice_contents li .login_choice_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	border: 2px solid #525263;
	color: #525263;
}
._choice_contents li .login_choice_btn:hover {
	text-decoration: none;
	background: #f5f5f5;
}
._choice_contents li .icon {
	height: 30px;
	margin-right: 7px;
}
.ec-guest {
    height: unset;
    margin: 0 16px;
}
._choice_contents {
	padding-top: 20px;
}
.login_choice_form,
.login__box {
	margin: 20px auto 50px;
}
._myLog_box {
	padding: 40px 60px;
	background: #fff;
}
._myLog_box ._choice_contents {
	padding-top: 0;
}
._myLog_box ._choice_contents .login_choice_li {
    margin: 0 0 0;
    padding: 0;
}
._myLog_box .ec-login {
    margin: 0 16px;
    padding: 30px 4% 60px;
}







.ec-off1Grid {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 0;
}
.ec-totalBox {
    background: #fff;
    padding: 16px;
    margin-bottom: 16px;
}
.ec-orderRole .ec-orderRole__detail {
    padding: 0 16px 16px;
    width: 66.66666%;
    background: #fff;
}

.details_data_oneset {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.ec-inlineBtn {
    color: #fff;
    background-color: #525263;
    border-color: #525263;
}
.ec-inlineBtn:hover {
	background-color: #363640;
	border-color: #363640;
	color: #fff;
}
.ec-rectHeading .icon img {
	height: 30px;
}
.ec-rectHeading .icon {
	display: inline-block;
	margin-right: 7px;
}
.ec-rectHeading .c2_ttl {
    display: flex;
    align-items: center;
}
.credit .credit_icon img {
	height: 20px;
}
.credit .credit_icon {
	margin-right: 10px;
}
.credit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ec-borderedList li,
.ec-borderedList .plus_submenu li {
    border-bottom: none;
}
.ec-imageGrid {
    display: table;
    border-top: 1px #ccc solid;
    width: 100%;
}
.ec-borderedList li:first-of-type  .ec-imageGrid{
    border-top: none;
}

.ec-orderDelivery__item .estimated_delivery {
    font-size: 1em;
}
.ec-totalBox .estimated_delivery {
    padding: 7px;
    color: #fff;
    background: #525263;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
}

.ec-totalBox__spec .strong {
	color: #bc9449;
}
.ec-totalBox__total .ec-totalBox__price {
	color: #bc9449;
}
.ec-totalBox .ec-totalBox__total {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ec-deliverry.addressee {
	padding: 20px 40px 40px;
	background: #fff;
	max-width: 600px;
	margin: auto;
}
.ec-deliverry .addressee_li {
	margin: 20px auto;
	padding: 0;
}
.ec-deliverry .addressee_li li {
	list-style: none;
	display: flex;
	align-items: center;
	padding: 14px 0;
	border-top: 1px solid #ccc;
}
.ec-deliverry .addressee_li li .icon {
	margin-right: 14px;
}
.date_li {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 14px auto;
}
.date_li li {
	width: 49%;
	list-style: none;
	text-align: center;
}
.date_li li a {
	padding: 14px;
	border: 2px solid #f6325a;
	color: #f6325a;
	display: block;
}
.date_li li a:hover,
.date_li li a.active {
	padding: 14px;
	border: 2px solid #f6325a;
	color: #fff;
	background: #f6325a;
	text-decoration: none;
}

.time_li {
    margin: 14px auto 24px;
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
    margin: 0;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect {
	position: relative;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 12px 12px;
    line-height: 1.42857;
}
.cp_ipselect::before {
	position: absolute;
	top: 45%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #525263;
	pointer-events: none;
}

.payment_li {
	margin: 14px 0;
	padding: 0;
}
.payment_li li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
    list-style: none;
    border-top: 1px solid #ccc;
}
.payment_li li .txt {
	display: flex;
	align-items: center;
}
.payment_li li .credit_icon {
	margin-right: 10px;
}

.ec-deliverry .add {
	margin-bottom: 30px;
}
.ec-deliverry .form_li li {
	list-style: none;
	margin: 14px auto;
}
.form_li.card_add {
    padding: 0;
    margin-bottom: 34px;
}

.ec-withdrawRole {
    padding: 0 26px 26px;
    width: calc(100% - 52px);
    background: #fff;
    max-width: 1098px;
}
.ec-mypageRole {
    padding-left: 26px;
    padding-right: 26px;
    background: #fff;
    padding: 26px 26px 0 26px;
    width: calc(100% - 52px);
    max-width: 1098px;
}
.ec-mypageRole.delivery_push {
    padding-left: 26px;
    padding-right: 26px;
    background: #fff;
    padding: 0 26px 26px 26px;
    width: calc(100% - 52px);
    max-width: 1098px;
}
.ec-navlistRole .active a {
    color: #bc9449;
    background: #f5f7f8;
}

.owl-historyRole {
	display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 14px 0 24px 0;
    border-top: 1px solid #dfdfdf;
}
.owl-historyRole__header {
	margin-bottom: 10px;
}
.owl-historyRole .owl-historyRole__contents {
	width: 48%;
	margin: 1% 0 2% 4%;
}
.owl-historyRole .owl-historyRole__contents ul {
	margin: 0;
	padding: 0;
}
.owl-historyRole .owl-historyRole__contents li {
	list-style: none;
}
.owl-historyRole .owl-historyRole__contents:nth-child(2n+1) {
	margin: 1% 0 2% 0;
}
.owl-historyRole .owl-historyRole__contents .owl-historyRole__detail {
    border: 1px solid #D0D0D0;
    border-top: 4px solid #D0D0D0;
    padding: 10px 16px 16px;
}

.owl-historyRole__detail .other {
	text-align: center;
	color: #868686;
	font-size: 0.9em;
	letter-spacing: 0.2em;
}
.owl-historyRole__detail .price {
	text-align: right;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 16px;
	border-top: 1px solid #D0D0D0;
	font-size: 0.9em;
}
.owl-historyRole__detail .price .num {
	font-size: 1.6em;
}
.owl-historyRole__detail .cat_icon {
	font-size: 0.9em;
	line-height: 1em;
	padding: 6px 10px;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	margin-right: -6px;
}
.owl-historyRole__detail .cat_icon.progress01 {
	background: #ffb226;
}
.owl-historyRole__detail .cat_icon.progress02 {
	background: #f6325a;
}
.owl-historyRole__detail .cat_icon.progress03 {
	background: #bfbfbf;
}
.owl-historyRole__detail ._cat_icon {
	text-align: right;
}

.owl-historyRole .owl-historyRole__contents .owl-historyRole__detail ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px auto;
}

.center {
    text-align: center;
}
.detail_btn {
    color: #fff;
    background-color: #525263;
    padding: 10px 24px;
    border-color: #525263;
    font-size: 0.9em;
    display: inline-block;
}
.detail_btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3e3e4c;
    border-color: #3e3e4c;
}

.owl-orderRole__detail {
    padding: 26px;
    width: calc(100% - 52px);
    background: #fff;
    margin: auto;
    font-size: 16px;
    max-width: 1098px;
}
.owl-orderRole__detail .inner {
    width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.owl-orderRole__detail .inner .flow_box {
	width: 48%;
}
.owl-orderRole__detail .inner .flow_box .ec-totalBox .ec-totalBox__total {
    border-top: 1px dotted #ccc;
    border-bottom: 1px solid #ccc;
    padding: 14px 0;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.owl-orderRole__detail .inner .flow_box .ec-totalBox {
    background: #fff;
    padding: 16px 0;
    margin-bottom: 0;
    border-top: 1px solid #ccc;
}
.owl-orderRole__detail .ec-rectHeading .c2_ttl {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.btn_li__detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
}
.btn_li__detail a {
	display: flex;
	align-items: center;
	margin: 7px;
	height: 3em;
}
.btn_li__detail ._back {
	color: #fff;
    background-color: #525263;
    padding: 10px 24px;
    border:1px solid #525263;
    font-size: 0.9em;
    display: inline-block;
}
.btn_li__detail ._back:hover {
	text-decoration: none;
    background-color: #393944;
    border:1px solid #393944;
}
.btn_li__detail ._print {
    background-color: #F3F3F3;
    color: #525263;
    padding: 10px 24px;
    border:1px solid #b8b8b8;
    font-size: 0.9em;
    display: inline-block;
}
.btn_li__detail ._print:hover {
    background-color: #e4e4e4;
    text-decoration: none;
}

.ec-shelfGrid__item .ttl {
	font-size: 1.2em;
    line-height: 1.5em;
    font-family: 'Noto Serif JP', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 14px;
}

.ec-shelfGrid__item .ch_txt {
	margin: 10px auto 16px;
	font-size: 0.8em;
	line-height: 1.5em;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-shelfGrid__item .price02-default {
	margin-bottom: 10px;
	color: #bc9449;
	font-family: 'Noto Serif JP', sans-serif;
}

.children_cat_li {
	display: none;
}

.sp_contents {
	display: none;
}


.menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.menu__wrapper > div {
  width: 36px;
  height: 36px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.menu__wrapper > div:hover, .menu__wrapper > div:focus {
  outline: none;
}
.menu__wrapper .box {
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu__wrapper .box {
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 3px 3px;
  display: inline-block;
}

.active .menu__item--bento .box:nth-child(2),
.active .menu__item--bento .box:nth-child(4),
.active .menu__item--bento .box:nth-child(6),
.active .menu__item--bento .box:nth-child(8),
.active .menu__item--bento:focus .box:nth-child(2),
.active .menu__item--bento .box:nth-child(4),
.active .menu__item--bento .box:nth-child(6),
.active .menu__item--bento .box:nth-child(8) {
  opacity: 0;
}

.ec-cart_btn_Navi {
    display: flex;
    justify-content: space-between;
    border-radius: 99999px;
    box-sizing: border-box;
    padding: 12px 0 10px 12px;
    width: auto;
    min-width: auto;
    height: 44px;
    white-space: nowrap;
    cursor: pointer;
    background: none;
    position: relative;
    z-index: 1;
}
.ec-cart_btn_Navi.open_menu_btn {
    z-index: 2;
}


.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 100px 160px 80px 60px;
	background: rgba(25, 25, 25, 0.9);
	font-family: 'Noto Serif JP', sans-serif;
}
.menu .ec-headerNaviRole__search {
	margin: 0 0 20px;
	display: none;
}
.menu .ec-itemNav__nav li {
	display: block;
}
.menu .ec-itemNav__nav li a {
	color: #fff;
}
.menu .ec-itemNav__nav li a:hover {
	color: #bc9449;
}
.menu ul {
  padding: 0;
}
.menu.is-active {
    transform: translateX(0);
    overflow-y: scroll;
}
.menu ul li {
  position: relative;
  list-style: none;
  border-bottom: 1px dashed #717171;
}
.menu li h3 {
    padding: 10px 10px 10px 25px;
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 1.1em;
    font-weight: 700;
}
.menu ul li a {
    padding: 20px 10px 20px 25px;
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 1em;
    color: #2e3233;
}
.menu ul li a:after {
    content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #bc9449;
	position: absolute;
	right: 4%;
    top: 40%;
}
.menu li .tog_btn:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e313";
    font-size: 120%;
    background: transparent;
    position: absolute;
    top: 35%;
    right: 10%;
}
.menu li .tog_btn.active:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e316";
    font-size: 120%;
    background: transparent;
    position: absolute;
    top: 35%;
    right: 10%;
}
.ec-itemNav__nav li ul li {
	padding-left: 2em;
}
.ec-itemNav__nav > li:hover > a {
  background: transparent;
}
.ec-itemNav__nav li ul li a {
    border-bottom: 0;
    padding: 16px 22px 16px 16px;
    font-size: 16px;
    font-weight: bold;
    color: #2e3233;
    text-align: left;
    background: transparent;
}
.menu .ec-itemNav__nav li ul li a:before {
     content: " − ";
     width: 1em;
}
.ec-itemNav__nav li a {
    border-bottom: 0;
    background: transparent;
}
.ec-itemNav__nav li a:hover {
	background: transparent;
}
.ec-headerCategoryArea__heading p {
    padding: 14px;
    background: #bc9449;
    color: #fff;
    text-align: left;
    border-radius: 2px;
}

.menu .ec-itemNav {
    margin-bottom: 40px;
    height: auto;
}
.menu {
  transform: translateX(100vw);
  transition: all .3s linear;
}

.menu.is-active {
  transform: translateX(0);
}

.ec-layoutRole__header {
	position: relative;
    z-index: 4;
    text-align: center;
/*     background: #1a1a1a; */
}
.ec-headerRole {
    width: auto;
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 2;
}
.ec-headerRole.active {
    z-index: 1;
}

.ec-itemNav__nav li ul li a:hover {
    background: transparent !important;
}
.ec-itemNav__nav li a:hover {
    background: transparent !important;
}

.ec-newsRole .ec-newsRole__news {
    border: 16px solid #fff;
    padding: 20px 30px;
    background: #fff;
}

.ec-secHeading .ec-secHeading__en {
    font-size: 1.6em;
	color: #bc9449;
}
.ec-secHeading .ec-secHeading__ja {
    font-size: 1em;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    background: #bc9449;
}

.ec-topicpath {
    color: #bc9449;
    padding: 0 0 10px;
    font-family: 'Noto Serif JP', sans-serif;
}
.ec-topicpath .ec-topicpath__item.first {
    color: #525263;
}
.ec-topicpath .ec-topicpath__divider {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #bc9449;
	min-width: unset;
    margin: 0 10px;
}

.productRole_detail .ec-searchnavRole__topicpath {
    margin: 0 20px 10px;
}
.ec-productRole.productRole_detail {
    margin: 0 auto 0;
}

.ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 40px 16px 48px;
    padding: 8px 0 1.25em;
    font-size: 28px;
    font-weight: 500;
    color: #bc9449;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
}


.radio input {
    display: none;
}

.radio label {
    display: block;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    padding: 7px 5px 7px 15px;
    border-radius: 2px;
    line-height: 1.5em;
}

.radio._inline label {
    display: inline-block;
}

.radio label:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 50%;
    border: 4px solid #bdc3c7;
}

.radio input[type="radio"]:checked+label:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -6px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    border-radius: 50%;
    background: #2a5aaa;
}

/*
.ec-headerRole .ec-headerRole__title {
    width: unset;
    margin: auto;
}
.ec-headerRole {
    width: unset;
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 2;
}
.ec-headerNaviRole {
    text-align: center;
}
.ec-headerRole .ec-headerRole__title {
    width: unset;
    margin: auto;
    display: inline-block;
}
*/

.ec-AddAddress .ec-AddAddress__item {
    display: table;
    padding: 16px;
    background: #fff;
    margin-bottom: 16px;
}
.ec-registerRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}



@media only screen and (min-width: 768px){
	
.ec-itemNav__nav {
    display: block;
}
.ec-itemNav__nav li a {
    text-align: left;
    border-bottom: none;
}
.ec-itemNav__nav li a:hover {
    background: transparent !important;
}
.ec-itemNav__nav li ul {
    z-index: 100;
    position: relative;
}
.ec-itemNav__nav li ul li {
    border: none;
}
.ec-itemNav__nav li ul li a:hover {
    background: transparent !important;
}


}

.ec-itemNav__nav li {
    float: unset;
    width: auto;
    display: inline-block;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
/*     border-bottom: 1px solid #f1f1f1; */
    width: 100%;
}
.ec-layoutRole__header,
.ec-headerTitle img,
.ec-cartNavi .ec-cartNavi__icon,
.ec-cart_btn_Navi .ec-cartNavi__icon,
.menu__wrapper > div,
.menu__wrapper .box {
    transition: all 0.3s ease;
}
.ec-cartNavi__icon {
	color: #fff;
}


.is-fixed .ec-headerTitle img {
    width: 80%;
}

.is-fixed ._ec-headerTitle__title h1 {
    width: 210px;
    transition: all 0.3s ease;
}
.is-fixed .ec-cartNavi .ec-cartNavi__icon {
    font-size: 18px;
}
.is-fixed .ec-cart_btn_Navi .ec-cartNavi__icon {
    font-size: 18px;
}
.is-fixed .menu__wrapper > div {
    width: 30px;
    height: 30px;
}
.is-fixed .menu__wrapper .box {
    width: 4px;
    height: 4px;
    margin: 2px 2px;
}
.is-fixed .ec-headerNaviRole {
    padding: 10px 0;
}
.is-fixed .ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 14px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 186px;
 }   
.ec-shelfGrid .ec-shelfGrid__item-image img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
 }   

.ec-borderedDefs {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-bottom: 16px;
    margin-top: 26px;
}

.ec-borderedDefs {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin-bottom: 16px;
    margin-top: 26px;
}


.mypage .ec-pageHeader h1 {
    border-top: none;
    border-bottom: 0;
    margin: 40px 16px 0;
    padding: 8px 0 1.25em;
    font-size: 28px;
    font-weight: 500;
    color: #bc9449;
    text-align: center;
}
.mypage .ec-orderRole .ec-orderRole__detail {
    padding: 16px 16px 16px;
}
.mypage .ec-orderRole .ec-orderRole__summary {
    padding: 0px 0 0 16px;
}


.thumb-main_visual .slick-track {
	margin: auto;
}
.thumb-main_visual .slick-track .slick-slide {
	margin: 0 5px;
	border: 3px solid #fff;
}
.thumb-main_visual .slick-track .slick-slide.slick-current {
	border: 3px solid #f6325a;
}

.ec-topicRole {
    padding: 40px 0 60px;
    background: transparent;
}


element.style {
}
.ec-shelfRole *, .ec-shelfRole *::before, .ec-shelfRole *::after {
    box-sizing: inherit;
}
.ec-inlineBtn--top {
    min-width: 200px;
    margin: auto;
}
.center {
	text-align: center;
}

    
@media screen and (max-width: 647px){

.menu {
    width: 100vw;
    padding: 60px 60px 80px 20px;
}
.is-fixed .ec-headerNaviRole {
    padding-top: 7px;
}
.is-fixed .ec-headerRole {
    padding-left: 14px;
    padding-top: 0px;
}
.is-fixed .ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 7px;
}

.pc_contents {
	display: none;
}
.sp_contents {
	display: block;
}
.ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
}
.ec-layoutRole__header {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
.ec-headerNaviRole {
	padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 96%;
}
.ec-headerRole {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 0;
    box-sizing: border-box;
    padding-top: 10px;
}
.ec-headerTitle .ec-headerTitle__title a {
    margin-bottom: 14px;
}    
.ec-hedtNavi_c2 {
	padding: 0;
	margin: 0;
}
.ec-cartNavi .ec-cartNavi__icon {
    font-size: 22px;
}
.ec-deliverry.step1 {
    margin: 20px auto 34px;
}
.ec-deliverry .ch_txt {
    margin: 20px auto;
}

.ec-shelfRole {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-categoryNaviRole {
	display: block;
	padding-left: 0;
    padding-right: 0;
}
.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 36px;
    width: calc( 50% - 10px);
    padding: 0;
    display: flex;
    flex-direction: column;
}
.ec-shelfGrid .ec-shelfGrid__item .ec-select select {
    display: inline-block;
    width: 100%;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(odd) {
    padding-right: 0;
}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding-left: 0;
    margin-left: 20px;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
    float: none;
    padding-left: 0;
}

.ec-itemNav__owlnav {
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0;
}

.ec-itemNav .parent_cat {
  	width: 100%;
  	overflow-x: hidden;
  	position: relative;
  	z-index: 2;
}
.ec-itemNav .children_cat .children_cat_li {
  	width: 100%;
  	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
  	position: relative;
}
.ec-itemNav .children_cat .children_cat_li .children {
  	margin-bottom: 0;
}

.children_cat .children .ph {
    display: inline-block;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 0;
    margin: auto;
    border: 2px solid #fff;
}
.children_cat .children li a {
    display: block;
    flex-wrap: wrap;
    min-width: 6em;
    margin: 1em 0.5em;
    text-align: center;
}
.children_cat .children li .txt {
    display: block;
    text-align: center;
    font-size: 0.8em;
    margin: auto;
}
.children_cat .children {
    justify-content: flex-start;
    top: 0;
    padding: 0;
}
.ec-itemNav__owlnav li {
    margin: 0 0;
}
.ec-owl_page_ttl_outer {
    margin: 0 auto 12px;
}
.ec-itemNav__owlnav li .parent_btn:hover:before {
	content: '';
    width: 100%;
    height: 0;
}
.ec-itemNav__owlnav li .parent_btn:hover:after {
	content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 0px;
	border-color: transparent;
}

.ec-itemNav__owlnav li.active .parent_btn:hover:before {
	content: '';
    width: 100%;
    height: 6px;
    background: #f6325a;
    position: absolute;
    bottom: -4px;
    left: 0;
    z-index: 2;
}
.ec-itemNav__owlnav li.active .parent_btn:hover:after {
	content: '';
    width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #f6325a transparent transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.address_date dl {
    display: block;
}
.address_date dl dt {
    align-items: center;
    padding: 7px;
}

.address_date dl dd a {
    padding: 7px 40px 7px 20px;
}
.address_date {
    margin: 0 auto 7px;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
}
.ec-searchnavRole .ec-searchnavRole__counter {
    margin-bottom: 16px;
    width: 30%;
}

.ec-shelfGrid__item .price02-default {
	font-size: 1.2em;
}
.ec-shelfGrid__item .ec-productRole__actions {
    margin: 14px 0;
}
.ec-shelfGrid__item .ec-productRole__actions .ec-select {
    margin: 7px 0;
}
.ec-productRole {
    margin: 30px auto 0;
}
.ec-productRole .ec-productRole__profile {
    width: 90%;
    margin: auto;
}

.ec-blockTopBtn {
    right: 14px;
    bottom: 15%;
}
.ec-footerTitle {
    padding: 40px 0 20px;
}
.ec-owl_page_ttl_outer .page_ttl {
    padding: 24px 20px;
    font-size: 24px;
}
form.ec-cartRole {
    background: #fff;
    padding: 10px;
    width: 100%;
}
.ec-cartRole {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-cartRole .ec-cartRole__totalText {
    margin-bottom: 20px;
}

.ec-cart_btn_Navi .ec-cartNavi__icon {
    font-size: 22px;
}
.ec-cartRow .ec-cartRow__summary {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 90%;
}
.ec-cartRow .ec-cartRow__img {
    display: table-cell;
    width: 30%;
    vertical-align: middle;
    padding-right: 10px;
}
.ec-cartRow .ec-cartRow__delColumn {
    border-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.ec-cartRow .ec-cartRow__delColumn .ec-icon img {
    width: 1.25em;
    height: 1.25em;
}
.ec-cartRow .ec-cartRow__delColumn a {
	display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}
.ec-cartRow .ec-cartRow__img {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    padding-right: 10px;
    padding-top: 2.2em;
}
.ec-cartRow .ec-cartRow__summary .ec-cartRow__sutbtotalSP {
    display: block;
    font-weight: bold;
}
.ec-cartRole .ec-cartRole__actions {
    width: 100%;
    margin-right: 0;
}
.ec-orderRole {
    margin: 20px auto;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-orderRole .ec-orderRole__detail {
    padding: 0 10px;
    width: 100%;
    background: #fff;
}
.ec-totalBox {
    background: #fff;
    padding: 10px;
    margin-bottom: 16px;
}
.ec-role {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-off1Grid {
    background: #fff;
    padding: 20px 20px;
    margin: 0 10px;
}
.ec-contactRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-deliverry.addressee {
    padding: 20px 20px 40px;
    background: #fff;
    max-width: 600px;
    margin: auto 10px;
}
.ec-mypageRole {
    padding-left: 0;
    padding-right: 0;
    background: #fff;
    padding: 10px 10px 0 10px;
    width: auto;
    margin: auto 10px;
}
.owl-historyRole .owl-historyRole__contents {
    width: 100%;
    margin: 20px 0 40px 0;
}
.ec-mypageRole .ec-editRole .ec-off1Grid {
    background: #fff;
    padding: 20px 0px;
    margin: 0 10px;
}
.login_choice ._choice_contents {
    width: 100%;
    padding: 20px;
    background: #fff;
}
.login_choice {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
}
.login_choice ._choice_contents .login_choice_li {
    margin: 24px 0 0;
    padding: 0;
}

.address_date dl dt {
    min-height: unset;
}
.ec-owl_page_ttl_outer .page_ttl {
    padding: 10px 10px;
    font-size: 24px;
}

.ec-deliverry.step1 .img_ttl {
	max-width: 260px;
	margin: auto;
	margin-bottom: 0;
}
.ec-deliverry.step1 .img_ttl img {
	width: 100%;
}
.ec-sliderRole .slide_txt {
    width: 49%;
    position: absolute;
    right: 1.5%;
    bottom: 10%;
}
.ec-footerRole .ec-footerRole__inner img {
    width: 55%;
}

.ec-pageHeader h1 {
    border-top: none;
    border-bottom: 1px solid #ccc;
    margin: 10px 16px 14px;
    padding: 8px 0 0.5em;
    font-size: 22px;
    font-weight: 500;
    color: #bc9449;
    font-family: 'Noto Serif JP', sans-serif;
    text-align: center;
}
.ec-secHeading {
    margin-bottom: 15px;
    color: black;
    margin: 20px 20px 10px;
}
.main_visual.slick-slider {
    margin-bottom: 14px;
}
.ec-topicRole {
    padding: 20px 0 20px;
    background: transparent;
}
.ec-topicRole .ec-topicRole__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 10px;
}
.front_page .ec-shelfRole .ec-secHeading {
    margin-bottom: 15px;
    color: black;
    margin: 20px 20px 10px 10px;
}


#page_shopping_login .ec-login {
    background: #fff;
    margin: 10px 10px 0;
}
#page_shopping_login .ec-guest {
    height: unset;
    margin: 0 0;
    padding: 6%;
}
#page_shopping_login .ec-grid3__cell2 .ec-login {
    margin: 0 0 20px;
    padding: 10px 6% 20px;
}
#page_shopping_login .ec-role {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

._myLog_box {
    padding: 10px 20px;
    background: #fff;
    margin: 10px;
}
._myLog_box .ec-login {
    margin: 0 0;
    padding: 30px 0 60px;
}
.ec-off1Grid {
    background: #fff;
    padding: 0 20px;
    margin: 0 0;
}
.ec-registerRole {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.ec-login {
    margin: 0 0 20px;
    padding: 10px 0% 20px;
    height: auto;
    background: #F3F4F4;
    box-sizing: border-box;
}
.registration_page .ec-off1Grid {
    background: #fff;
    padding: 10px 20px;
    margin: 0 10px;
}
.registration_page .ec-registerRole {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}
.ec-login {
    background: #fff;
}
._ec-category .ec-c3 li {
    width: 100%;
}
._ec-category .ec-c3 {
    margin: 10px 0;
}
.ec-headerNaviRole .ec-headerNaviRole__left {
	display: none;
}
._ec-headerRole__title {
	width: 50%;
}
._ec-headerTitle__title h1 {
    margin: 0 20px 0 0;
    width: 100%;
}
.ec-headerNav .ec-headerNav__itemIcon {
    margin-right: 0;
    margin-left: 0;
    font-size: 16px;
}
.ec-headerNaviRole .ec-headerNaviRole__right {
	width: calc(49%);
}
.is-fixed ._ec-headerTitle__title h1 {
    width: 80%;
    transition: all 0.3s ease;
    font-size: 1em;
}
.is-fixed .ec-headerNaviRole {
    padding: 5px 0;
}
.menu .ec-headerNaviRole__search {
    margin: 0 0 20px;
    display: block;
}
.ttl_other01 h2 {
    font-size: 2.4em;
}
.ttl_other01 h2.sttl {
    font-size: 1.6em;
}
.owl-orderRole__detail,
.ec-withdrawRole {
    width: calc(100% - 20px);
}
.owl-orderRole__detail .inner .flow_box {
    width: 100%;
}
.mypage .ec-pageHeader h1 {
    font-size: 24px;
}
._ec-category {
    margin: 40px 0;
}
.ch_ttl {
    line-height: 1.5em;
}
.ec-newsRole .ec-newsRole__news {
    border: 14px solid #fff;
    padding: 0 10px;
    background: #fff;
}
.ec-newsRole {
    padding: 0 0 20px;
}
.ec-topicpath {
    color: #bc9449;
    padding: 0 0 10px;
    font-family: 'Noto Serif JP', sans-serif;
    border: 0;
}
.ec-searchnavRole .ec-searchnavRole__infos {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}
.__topicpath {
    padding-bottom: 10px;
}
.ec-searchnavRole {
    width: 94%;
}

}