@charset "utf-8";
/* CSS Document */

body#page_homepage {
    background: #f7f7f7;
}

.bgc-white {
    background-color: #fff;
}

.ec-shopCollectionBtn::before {
    background-color: rgb(0, 79, 57);
}

.ec-shopCollectionBtn::after {
    background-color: rgb(88, 56, 34);
}

.ec-bannermanager .ec-bannermanager__item:nth-child(n + 5) {
    width: calc(25% - 15px);
}

.ec-bannermanager::after {
    content: "";
    display: block;
    width: calc(50% - 10px);
    }

.ec-bannermanager::before {
    content: "";
    display: block;
    width: calc(50% - 10px);
    order: 1;
}

.ec-shopCollectionBtn {
    font-size: 14px;
}

.splitting .word {
    background-color: rgba(247, 247, 247, 0.6);
    padding: 6px 4px 10px 0px;
}

.slider-inner .ec-shopCollectionBtn {
    margin: 30px auto 0;
}

.item-list_slick {
    padding: 0;
    margin-bottom: 0;
}

.item-list_slick li {
    margin: 0 20px;
}

.item-list_slick li a .img-wrap {
    cursor: pointer;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
}

.item-list_slick li a .img-wrap img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

.item-list_slick li a:hover .img-wrap img {
    transform: scale(1.1); /* 拡大 */
}

.item-list_slick li a .item-name {
    font-size: 1.1rem;
    font-weight: 400;
    color: #000;
    padding-top: 20px;
	margin-bottom: 0;
    word-break: break-all;
}

.item-list_slick li a .price {
    color: #000;
    font-weight: bold;
}

.item-list_slick li a .ec-strikethrough {
    text-decoration: line-through;
    margin-bottom: 4px;
}

.item-list_slick li a .ec-saleprice {
    color: #B22222;
}

.ec-price .ec-price__price {
    font-weight: bold;
}

.item-list_slick li a:hover p {
    text-decoration: underline!important;
}

.item-list_slick li .condition {
    list-style: none;
    padding: 0;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin-bottom: -6px;
}

.item-list_slick li .condition li {
    font-size: 93%;
    color: #fff;
    background-color: #008080;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.item-list_slick li .condition li a {
    color: #fff;
	text-decoration: none;
}

.slick-slider .next-arrow {
    position: absolute;
    right: -30px;
    z-index: 99;
    width: auto;
    height: 60px;
}

.slick-slider .prev-arrow {
    position: absolute;
    left: -30px;
    z-index: 99;
    width: auto;
    height: 60px;
}

.slick-slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    opacity: .8;
    padding: 0px;
}

.brand-list_slick {
    padding: 0;
    margin-bottom: 0;
}

li.brand-box {
    width: 100%;
    height: 100%;
    aspect-ratio: 19 / 8.4;
    margin: 0 14px;
    background-color: #333;
}

li.brand-box a {
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
}

li.brand-box a .brand-name {
    aspect-ratio: 53 / 42;
    width: auto;
    height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    color: #fff!important;
}

li.brand-box a .brand-name p {
    text-align: center;
    line-height: 32px;
    margin-bottom: 0;
}

li.brand-box a .brand-name p .en-name {
    font-size: 120%;
}

li.brand-box a .brand-name p .jp-name {
    font-size: 93%;
}

li.brand-box a .img-wrap {
    aspect-ratio: 1 / 1;
    width: auto;
    height: 100%;
    overflow: hidden;
    border: 1px solid #333;
    box-sizing: border-box;
}

li.brand-box a .img-wrap img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
}

li.brand-box a:hover .img-wrap img {
    transform: scale(1.1); /* 拡大 */
}

.slick-slider .slick-dots {
    padding-top: 24px;
}

.ladieswatch-brand .brand-list_slick li.brand-box {
    background-color: #f79f9d;
}

.ladieswatch-brand .brand-list_slick li.brand-box a .img-wrap {
    border: 1px solid #f79f9d;
    box-sizing: border-box;
}

.jewelry-brand .brand-list_slick li.brand-box {
    background-color: #52bec1;
}

.jewelry-brand .brand-list_slick li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
    box-sizing: border-box;
}

.bag-brand .brand-list_slick li.brand-box {
    background-color: #C8AF75;
}

.bag-brand .brand-list_slick li.brand-box a .img-wrap {
    border: 1px solid #C8AF75;
    box-sizing: border-box;
}

.ec-newProductsRole, .ec-featureProductsRole {
    margin-top: 0px!important;
    margin-bottom: 0px!important;
    padding: 100px 40px!important;
}

.ec-shopMapRole .ec-shopMapRole__container {
    background-position: center bottom;
}

.ec-shopMapRole .ec-shopMapRole__content .logo img {
    width: 180px;
}

.ec-footerGuide__item .ec-footerGuide__itemIcon {
    display: none;
}

.ec-footerGuide__item .ec-footerGuide__itemText h3 {
    display: none;
}

.ec-footerGuide__item .ec-footerGuide__itemText p {
    color: #fff;
    font-size: 12.5px;
}

.ec-footerNavi .ec-footerNavi__wrap {
    justify-content: center;
}

.ec-footerNavi__item:nth-child(4) {
    display: none;
}

.ec-footerNavi .ec-footerNavi__item {
    width: 30%;
}

.ec-contactUsRole .ec-contactUsRole__address i {
    display: none;
}

.ec-contactUsRole .ec-contactUsRole__address span {
    margin-left: 0;
}

.category-icon-list {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    height: 100px; 
    margin-bottom: 0;
    padding-left: 0;
    transition: 0.3s;
}

.category-icon-list li.category-box {
    width: 80px;
    height: 100px;
    padding: 10px 0px;
    transition: 0.3s;
    position: static;
    box-sizing: border-box;
    margin: 0px 5px;
}

.category-icon-list li.category-box a.category-link {
	display: flex;
	align-items: center;
    width: 80px;
    height: 80px;
    background-color: #004f39;
    border-radius: 6px;
}

.category-icon-list li.category-box a.category-link::after {
    display: none;
}

.category-icon-list li.category-box a.category-link img.category-icon-image {
    display: block;
    margin: 0 auto 3px;
    width: 54%;
    height: auto;
}

.category-icon-list li.category-box a.category-link p.category-title {
    line-height: 13px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}

.category-icon-list li.category-box a.category-link p.category-title .kana {
    font-size: 78%;
}

.category-icon-list li.category-box .submenu {
    min-width: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%)!important;
    transition: 0.3s;
    background-color: rgba(207, 207, 207, .85);
}

body.scrolled .category-icon-list li.category-box .submenu {
    top: 100px;
    transition: 0.3s;
    background-color: rgba(207, 207, 207, 1);
}

.category-icon-list li.category-box ul.category-brand {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-left: 0px;
    width: 960px;
    margin: 0 auto;
}

.category-icon-list li.category-box ul.category-brand::after {
	display: block;
	content:"";
	width: 32%;
}

.category-icon-list li.category-box ul.category-brand li.brand-box {
    width: 32%;
    margin: 0 0 1%;
}

.category-icon-list li.ladies-watch ul.category-brand li.brand-box {
    background-color: #f79f9d;
}

.category-icon-list li.ladies-watch ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #f79f9d;
}

.category-icon-list li.jewelry ul.category-brand li.brand-box {
    background-color: #52bec1;
}

.category-icon-list li.jewelry ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
}

.category-icon-list li.wallet ul.category-brand li.brand-box {
    background-color: #C8AF75;
}

.category-icon-list li.wallet ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #C8AF75;
}

.ec-productRole .ec-productRole__description table {
    border-top: 2px #999 solid;
    border-bottom: 2px #999 solid;
    margin-top: 50px;
}

.ec-productRole .ec-productRole__description table tr {
    border-top: 1px #999 dotted;
}

.ec-productRole .ec-productRole__description table th {
    text-align: center;
    padding: 12px;
    white-space: nowrap;
    font-weight: bold;
    width: 28%;
    vertical-align: middle;
    box-sizing: border-box;
}

.ec-productRole .ec-productRole__description table td {
    padding: 12px;
    box-sizing: border-box;
    width: 72%;
    vertical-align: middle;
}

.ec-productRole .ec-productRole__description table td a {
    color: #00ccff;
}

.loansimulation {
    margin-top: 40px;
    background-color: #ebebeb;
}

.loansimulation .loan_simu_title {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px;
}

.loansimulation .jaccs {
    background-color: #009944;
}

.loansimulation .orico {
    background-color: #ea5405;
}

.loansimulation .aplus {
    background-color: #e8380d;
}

.loansimulation .loan_simu_title img {
    width: auto;
    height: 30px;
    margin-right: 16px;
}

.loansimulation .loan_simu_title h2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
}

#simulation {
    padding: 20px;
}

#simulation .loan-price-kaisu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#simulation .loan-price-kaisu p {
    margin-bottom: 4px;
}

#simulation .loankaisu {
    margin-left: 60px;
}

#simulation .loanbtn_wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
}

#simulation .loanbtn_wrap .loanbtn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-block: 0px;
    padding-inline: 0px;
    border-width: 0px;
    border-style: none;
    background-color: #535353;
    color: #fff;
    padding: 10px 60px;
    border-radius: 24px;
    font-size: 16px;
    transition: background-color 0.3s;
}

#simulation .loanbtn_wrap .loanbtn:hover {
    background-color: #777;
}
#simulation .kingaku {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: flex-end;
}

#meyasu {
    border-bottom: 1px solid #000;
    padding-left: 4px;
}

#osiharaigaku {
    font-size: 150%;
    font-weight: bold;
    padding: 0 30px;
    border-bottom: 1px solid #000;
}

.oshiharaiyen{
    border-bottom: 1px solid #000;
    padding-right: 4px;
}

#simu_banner {
    display: none;
}

#simu_subbanner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#simu_subbanner .simu_btn {
	width: 32%;
    margin-top: 10px;
}

#simu_subbanner .simu_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border: 3px double #535353;
    transition: background-color 0.3s;
}

#simu_subbanner .simu_btn a:hover .jaccs {
    color: #009944;
}

#simu_subbanner .simu_btn a:hover .orico {
    color: #ea5405;
}

#simu_subbanner .simu_btn a:hover .aplus {
    color: #e8380d;
}

#simu_subbanner .simu_btn a img {
    display: block;
}

#simu_subbanner .simu_btn a p {
	font-size: 13px;
    margin-bottom: 0;
    display: inline-block;
}

.ec-quantityRole {
    font-size: 16px;
}

.ec-quantityRole .ec-numberInput {
    height: 50px;
}

.ec-quantityRole .ec-numberInput input {
    height: 50px;
    width: 50px;
}

.ec-blockBtn--cartin {
    font-size: 16px;
}

.ec-productRole .ec-productRole__cartinRow .ec-productRole__btn button {
    height: 50px;
    line-height: 50px;
    width: 100%;
}

.ec-quantityRole .ec-quantityRole__btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}

.ec-blockBtn--cartin {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.ec-productRole .ec-productRole__cartinRow {
    margin-top: 16px;
}

.ec-blockBtn--favorite i {
    width: 60px;
    height: 60px;
}

.ec-blockBtn--favorite i:before {
    font-size: 40px;
    line-height: 66px;
}

.ec-footerRole .fixed-menu {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 998;
    background-color: #ccc;
}

.fixed-menu-list {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    height: 80px; 
    margin-bottom: 0;
    padding-left: 0;
    transition: 0.3s;
}

.fixed-menu-list li {
    width: 60px;
    height: 80px;
    padding: 10px 0px;
    transition: 0.3s;
    position: static;
    box-sizing: border-box;
    margin: 0px 5px;
}

.fixed-menu-list li a.fixed-menu-link {
	display: flex;
	align-items: center;
    width: 60px;
    height: 60px;
    background-color: #004f39;
    border-radius: 6px;
}

.fixed-menu-list li a.fixed-menu-link::after {
    display: none;
}

.fixed-menu-list li a.fixed-menu-link img.fixed-menu-image {
    display: block;
    margin: 0 auto 6px;
    width: 60%;
    height: auto;
}

.fixed-menu-list li a.fixed-menu-link p.fixed-menu-title {
    line-height: 10.5px;
    text-align: center;
    font-size: 10.5px;
    color: #fff;
    margin-bottom: 0;
}

.fixed-menu-list li a.fixed-menu-link p.fixed-menu-title .kana {
    display: none;
}

.ec-footerNavi .ec-footerNavi__itemList li a {
    display: inline-block;
}

#category-intro {
    width: 100%;
	background-color: #333;
    color: #fff;
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 60px;
}

#category-intro .category-intro_txt {
    width: 65%;
    padding: 42px;
    display: flex;
	align-items: center;
    box-sizing: border-box;
}

#category-intro .category-intro_txt h1 {
    color: #fff;
    margin-bottom: 30px;
    line-height: 110%;
}

#category-intro .category-intro_txt h1 .en-name {
    font-size: 130%;
}

#category-intro .category-intro_txt h1 .jp-name {
    font-size: 70%;
}

#category-intro .category-intro_img {
    width: 35%;
}

#category-intro .category-intro_img img {
    display: block;
    width: 100%;
    border: 1px #333 solid;
    box-sizing: border-box;
}

.lineup ul.category-brand {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
}

.lineup ul.category-brand::after {
	display: block;
	content:"";
	width: 32%;
}

/*.lineup ul.category-brand::after {
    content: "";
    display: block;
    width: 24%;
}

.lineup ul.category-brand::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}*/

.lineup ul.category-brand li.brand-box {
    width: 32%;
    margin: 0 0 20px;
    background: none;
    border: 3px solid #333;
    box-sizing: border-box;
}

.lineup ul.category-brand li.brand-box a .brand-name {
    color: #000!important;
}

.lineup ul.category-brand li.brand-box a .img-wrap {
    border: 0px;
}

#ladies #category-intro {
	background-color: #f79f9d;
}

#ladies #category-intro .category-intro_img img {
    border: 1px #f79f9d solid;
}

#ladies .lineup ul.category-brand li.brand-box {
    border-color: #f79f9d;
}

#jewelry #category-intro {
	background-color: #52bec1;
}

#jewelry #category-intro .category-intro_img img {
    border: 1px #52bec1 solid;
}

#jewelry .lineup ul.category-brand li.brand-box {
    border-color: #52bec1;
}

#wallet #category-intro {
	background-color: #C8AF75;
}

#wallet #category-intro .category-intro_img img {
    border: 1px #C8AF75 solid;
}

#wallet .lineup ul.category-brand li.brand-box {
    border-color: #C8AF75;
}

.grand-category_slick {
    padding-left: 0;
    margin-bottom: 50px;
}

.grand-category {
    position: relative;
}

.grand-category ul.category-brand {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
}

.grand-category ul.category-brand::after {
	display: block;
	content:"";
	width: 32%;
}

/*.grand-category ul.category-brand::after {
    content: "";
    display: block;
    width: 24%;
}

.grand-category ul.category-brand::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}*/

.grand-category ul.category-brand li.brand-box {
    width: 32%;
    margin: 0 0 20px;
}

.grand-category ul.category-brand li.brand-box.brand-list-atoz {
    height: 100px;
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grand-category ul.category-brand li.brand-box.brand-list-atoz a {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.grand-category ul.category-brand li.brand-box.brand-list-atoz a .brand-name {
    aspect-ratio: auto;
}

.grand-category ul.category-brand li.brand-box.brand-list-atoz a .brand-name p {
    line-height: 20px;
}

.grand-category ul.brand-list-atoz {
    align-items: stretch;
}

.sort-btn {
    position: absolute;
    top: -46px;
    right: 0;
    overflow: hidden;
}

.sort-btn a {
    display: block;
    float: left;
    width: 120px;
    text-align: center;
    background-color: #eee;
    color: #000;
    font-size: 14px;
    margin-left: 12px;
    padding: 3px 0;
    border: 1px solid #aaa;
    border-radius: 4px;
}

.sort-btn a:hover {
    background-color: #fafafa;
}

.sort-btn a.active {
    background-color: #666;
    color: #fff;
    border: 1px solid #666;
    pointer-events: none;
}

.readmore_container {
    position: relative;
    height: auto;
    /*max-height: 620px;*/
    overflow: hidden;
    transition: max-height 0.6s;
}

.readmore_container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: linear-gradient(to bottom, transparent 65%, #ffffff 100%);
    pointer-events: none;
}

.readmore_container.show:after {
    z-index: -1;
    opacity: 0;
}

.readMoreBtn {
    font-size: 15px;
    font-weight: 500;
    width: 300px;
    display: block;
    padding: 12px 40px;
    border: 0;
    color: #ffffff;
    background-color: #004f39;
    cursor: pointer!important;
    border-radius: 28px;
    margin: 0 auto;
}

#ladies .grand-category ul.category-brand li.brand-box {
    background-color: #f79f9d;
}

#ladies .grand-category ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #f79f9d;
}

#jewelry .grand-category ul.category-brand li.brand-box {
    background-color: #52bec1;
}

#jewelry .grand-category ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
}

#wallet .grand-category ul.category-brand li.brand-box {
    background-color: #C8AF75;
}

#wallet .grand-category ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #C8AF75;
}

#google_translate_element {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1010;
	margin-left: -160px;
	padding: 9px;
	background: #acd5d5;
	border-radius: 5px 5px 5px 5px
}

#google_translate_element img {
    width: auto;
}

.ec-productItemRole .ec-productItemRole__tags .tag {
    font-size: 93%;
    color: #fff!important;
    background-color: #008080!important;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.ec-productItemRole .ec-productItemRole__tags .tag a {
	color: #fff;
	text-decoration: none;
}

.ec-productRole .ec-productRole__tag {
    font-size: 93%;
    color: #fff!important;
    background-color: #008080!important;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.ec-productRole .ec-productRole__tag a {
	color: #fff;
	text-decoration: none;
}

.ec-productItemRole .ec-productItemRole__cornerTags .tag {
    margin-top: 1px;
}

.ec-productItemRole .ec-productItemRole__cornerTags .tag span {
    color: #fff!important;
    background-color: #008080!important;
}

.ec-productItemRole .ec-productItemRole__tags {
    margin-left: 0px!important;
}

.item-list_slick li .condition li.tag_4 {
    background-color: #552b20!important;
}

.item-list_slick li .condition li.tag_5 {
    background-color: #01d1ff!important;
}

.item-list_slick li .condition li.tag_6 {
    background-color: #01d1ff!important;
}

.item-list_slick li .condition li.tag_7 {
    background-color: #552b20!important;
}

.item-list_slick li .condition li.tag_10 {
    background-color: #00387f!important;
}

.item-list_slick li .condition li.tag_11 {
    background-color: #f79f9d!important;
}

.item-list_slick li .condition li.tag_12 {
    background-color: #610a8e!important;
}

.item-list_slick li .condition li.tag_14 {
    background-color: #ff5019!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_4 {
    background-color: #552b20!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_5 {
    background-color: #01d1ff!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_6 {
    background-color: #01d1ff!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_7 {
    background-color: #552b20!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_10 {
    background-color: #00387f!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_11 {
    background-color: #f79f9d!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_12 {
    background-color: #610a8e!important;
}

.ec-productItemRole .ec-productItemRole__tags .tag_14 {
    background-color: #ff5019!important;
}

.ec-productRole .ec-productRole__tags .tag_4 {
    background-color: #552b20!important;
}

.ec-productRole .ec-productRole__tags .tag_5 {
    background-color: #01d1ff!important;
}

.ec-productRole .ec-productRole__tags .tag_6 {
    background-color: #01d1ff!important;
}

.ec-productRole .ec-productRole__tags .tag_7 {
    background-color: #552b20!important;
}

.ec-productRole .ec-productRole__tags .tag_10 {
    background-color: #00387f!important;
}

.ec-productRole .ec-productRole__tags .tag_11 {
    background-color: #f79f9d!important;
}

.ec-productRole .ec-productRole__tags .tag_12 {
    background-color: #610a8e!important;
}

.ec-productRole .ec-productRole__tags .tag_14 {
    background-color: #ff5019!important;
}

.accordion  {
  margin-inline: 0;
  border-bottom:1px solid #a9a9a9
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding: 1.4em 2em 1.4em 0;
  line-height: 1.6em;
}

.accordion_title a img {
  margin-right: 6px;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title .toggleButton:after {
  content: "＋";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 2em 0 3em;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  padding: 0 2em 1.4em 3em;
}

.accordion[open] > .accordion_title .toggleButton:after {
  content: "－";
}

.ec-itemNav__nav {
    list-style: none;
}

.ec-drawerRole .ec-headerSearch {
    display: none;
}

.ec-categoryTree li a img {
    margin-right: 6px;
}

.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.85);
}

.ec-productRole .ec-productRole__price .ec-price__price {
    font-size: 3rem;
}

.ec-productRole .ec-productRole__tags {
    margin-left: 0;
}

.ec-footerSocial .ec-footerSocial__itemList li a {
    font-size: 30px;
}

.ec-footerSocial .ec-footerSocial__itemList li.x-twitter a {
    background-color: hsla(0, 0%, 100%, 0.2)!important;
}

.ec-footerSocial .ec-footerSocial__itemList li.x-twitter a:hover {
    background-color: hsla(0, 0%, 100%, 0.2)!important;
    opacity: .8;
}

.ec-footerSocial .ec-footerSocial__itemList li.instagram a {
    background-color: #f00075!important;
}

.ec-footerSocial .ec-footerSocial__itemList li.instagram a:hover {
    background-color: #f00075!important;
    opacity: .8;
}

.ec-footerSocial .ec-footerSocial__itemList li.line a {
    background-color: #06c755!important;
}

.ec-footerSocial .ec-footerSocial__itemList li.line a:hover {
    background-color: #06c755!important;
    opacity: .8;
}

.ec-footerSocial .ec-footerSocial__itemList li.whatsapp a {
    background-color: #25d366!important;
}

.ec-footerSocial .ec-footerSocial__itemList li.whatsapp a:hover {
    background-color: #25d366!important;
    opacity: .8;
}

.ec-footerSocial .ec-footerSocial__itemList {
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../icon/icon_whatsapp.png");
    background-size: contain;
    vertical-align: middle;
}

.phone-icon:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url("../icon/icon_phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.ec-footerSocial .ec-footerSocial__itemList li i {
    display: flex;
    align-items: center;
}

.ec-productItemRole .ec-productItemRole__image a {
    border: 1px solid #ccc;
    box-sizing: border-box;
	overflow: hidden;
	position: relative;
}

.ec-blockTopBtn {
    bottom: 66px;
}

.ec-layoutRole .ec-layoutRole__header {
    position: fixed;
    width: 100%;
}

.category-brand-link {
    width: 600px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 20px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 0 16px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 22px;
}

.mens-watch .category-brand-link {
    background-color: #333;
}

.mens-watch .category-brand-link:hover {
    filter: brightness(1.8);
}

.ladies-watch .category-brand-link {
    background-color: #f79f9d;
}

.ladies-watch .category-brand-link:hover {
    filter: brightness(1.1);
}

.jewelry .category-brand-link {
    background-color: #52bec1;
}

.jewelry .category-brand-link:hover {
    filter: brightness(1.1);
}

.wallet .category-brand-link {
    background-color: #C8AF75;
}

.wallet .category-brand-link:hover {
    filter: brightness(1.1);
}

.members-price_area {
    width: 90%;
    box-sizing: border-box;
    border: 1px solid #004f39;
    border-radius: 8px;
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

.members-price_left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 56px;
    background-color: #004f39;
    color: #fff;
    padding: 0 24px;
    box-sizing: border-box;
    border-radius: 7px 7px 0 0;
}

.members-price_left_head {
    font-weight: 500;
    font-size: 15px;
}

.members-price_number {
    font-size: 33px;
    font-weight: 600;
    color: yellow;
    margin-left: 8px;
}

.members-price_left_txt {
    color: yellow;
    font-weight: 600;
}

.members-price_left_txt .members-price_percent {
    margin: 0 2px;
}

.members_encourage {
    display: block;
    width: 200px;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #004f39;
    margin-left: 20px;
    text-align: center;
    border-radius: 18px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    transition: .3s;
}

.members_encourage:hover {
    filter: brightness(1.1);
}

.members-price_right {
    box-sizing: border-box;
    padding: 16px 24px;
    text-align: center;
}

.members-price_right p {
    margin-bottom: 0px;
    line-height: 1;
}

.members-price {
    font-size: 45px;
    font-weight: 500;
    padding-bottom: 10px;
}

.members-price span {
    font-size: 12px;
}

.members-price_annotation {
    font-size: 14px;
    padding-bottom: 4px;
}

.sns_fixed {
    position: fixed;
    top: 120px;
    left: 6px;
}

.sns_fixed .ec-footerSocial {
    padding: 0;
    margin: 0;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList {
    flex-direction: column;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.line a {
    background-color: rgba(6, 199, 85, .8)!important;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.whatsapp a {
    background-color: rgba(37, 211, 102, .8)!important;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.x-twitter a {
    background-color: rgba(51, 51, 51, .8)!important;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.instagram a {
    background-color: rgba(240, 0, 117, .8)!important;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.phone a {
    background-color: rgba(235, 120, 43, .8)!important;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.line a:hover {
    background-color: rgba(6, 199, 85, 1)!important;
    opacity: 1;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.whatsapp a:hover {
    background-color: rgba(37, 211, 102, 1)!important;
    opacity: 1;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.x-twitter a:hover {
    background-color: rgba(51, 51, 51, 1)!important;
    opacity: 1;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.instagram a:hover {
    background-color: rgba(240, 0, 117, 1)!important;
    opacity: 1;
}

.sns_fixed .ec-footerSocial .ec-footerSocial__itemList li.phone a:hover {
    background-color: rgba(235, 120, 43, 1)!important;
}

.insta_fixed {
    position: fixed;
    top: 120px;
    right: 6px;
}

.insta_fixed .insta_bn {
    width: 150px;
}

.insta_fixed .insta_bn .insta_bn__itemList {
    list-style: none;
    width: 100%;
    max-width: 500px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    padding: 0;
    margin: 0 auto;
}

.insta_fixed .insta_bn .insta_bn__itemList li {
    width: 100%;
    margin-bottom: 10px;
}

.insta_fixed .insta_bn .insta_bn__itemList li img {
    display: block;
    width: 100%;
}

.ec-headerNav nav {
    width: 370px;
    display: flex;
    flex-wrap: wrap;
}

.ec-headerNav__item {
    margin-right: 24px;
}

.ec-headPromotionRole {
    width: calc(100% - 40px);
    margin-left: auto;
}

.ec-drawerRole {
    z-index: 1010;
}

.ec-searchDetai__togglelBtn span {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    font-size: 18px;
}

.ec-searchDetailClose {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    margin-left: 6px!important;
}

.ec-searchDetailCloseBtn {
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    width: 30px!important;
    height: 30px!important;
}

.fa-angle-down:before {
    font-size: 24px;
}

.search_block .ec-input input, .ec-telInput input, .ec-zipInput input, .ec-numberInput input, .ec-halfInput input {
    border: 1px solid #000!important;
}

.search_block .ec-checkbox input[type=checkbox] + label:before, .ec-blockCheckbox input[type=checkbox] + label:before {
    color: #000;
}

.search_block .ec-select select, .ec-birth select {
    border: 1px solid #000;
}

.ec-headerSearch .ec-headerSearch__wrap {
    background-color: #f8f8f8;
}

.ec-headerSearch .ec-headerSearch__wrap .ec-headerSearch__keyword .ec-input .search-name::placeholder {
    color: #000;
    font-size: 12px;
}

 .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    max-width: 580px;
}

.tag-new::before {
    content: "新着";
    position: absolute;
    top: -16px;
    left: -39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #02b900;
    color: #fff;
    width: 110px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    padding: 30px 0px 10px 0px;
    transform: rotate(-45deg);
    z-index: 50;
    writing-mode: vertical-lr;
    box-sizing: content-box;
}

.tag-sale::after {
    content: "SALE";
    position: absolute;
    bottom: -16px;
    left: -39px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f95a22;
    color: #fff;
    width: 110px;
    height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 0px 30px 0px;
    transform: rotate(45deg);
    z-index: 50;
    box-sizing: content-box;
}

.ec-newsRole {
    padding-top: 40px;
    padding-bottom: 50px;
}

.ec-newsRole__list {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.slickGutter .slick-list {
    margin-left: 0px;
    clip-path: inset(0 0 0 0px);
}

.ec-newsRole .slickGutter .slick-list .slick-slide {
    margin-left: 0;
}

.ec-newsRole__list .ec-slickContainer .slick-list {
    width: 100%!important;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track {
    width: 100%!important;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole {
    width: 100%!important;
    border-bottom: 1px dotted #ccc;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole:nth-child(n + 4) {
    display: none!important;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole .ec-newsItemRole__thumbnail {
    display: none;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole .ec-newsItemRole__content {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole .ec-newsItemRole__content .ec-newsItemRole__title {
    order: 2;
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.ec-newsRole__list .ec-slickContainer .slick-list .slick-track .ec-newsItemRole .ec-newsItemRole__content .ec-newsItemRole__date {
    order: 1;
    margin-right: 20px;
    color: #866629;
    font-size: 16px;
    font-weight: 500;
}

/*.slick-arrow {
    display: none!important;
}*/

.slick-slider .slick-arrow {
    color: #000;
}

.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-prev {
    transform: translate3d(0, 0, 0);
}

.ec-productRole__visual .ec-productVisualNav.desktop .slick-arrow.slick-next {
    transform: translate3d(0, 0, 0);
}

.ec-categoryTree li ul.child {
    display: none;
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
    font-size: 4.5vw;
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item.slick-current .description {
    animation: animeCategoryRoleTile-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(15ms * var(--char-index));
}

.ec-headPromotionRole .ec-headPromotionRole__inner .item.slick-current .ec-shopCollectionBtn {
    animation: animeCategoryRoleTile-in 0.7s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation-delay: calc(15ms * var(--char-index));
}

.ec-footerSocial .ec-footerSocial__itemList li.phone {
    display: none;
}

.ec-shopMapRole__content .shopimage {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.ec-shopMapRole .ec-shopMapRole__content address {
    margin: 8px 0 0;
    line-height: 26px;
}

.ec-productRole__share p.favorite {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.ec-productRole__share p.favorite::before {
    content: "";
    display: inline-block;
    background-image: url('/html/template/dtJEIA4010/assets/icon/icon_favorite.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.ec-productRole__view p {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.ec-productRole__view p::before {
    content: "";
    display: inline-block;
    background-image: url('/html/template/dtJEIA4010/assets/icon/icon_view.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 6px
}

.ec-blockBtn--cartin {
    color: #fff;
    background-color: #a00100;
    border-color: #a00100;
}

.product-detail_contact {
    background-color: #898989;
    border-color: #898989;
}

.product-detail_line {
    background-color: #06c755;
    border: none;
}

.product-detail_line::before {
    content: "\e937";
    margin-right: 0.7em;
}

.product-detail_favorite {
    background-color: #ca9d04;
    border: none;
}

.ec-blockBtn--cartin:before {
    transform: scale(1.5);
}

.ec-cloneCartinRole .ec-productRole__btn .ec-blockBtn--cartin {
    background-color: #a00100;
    border-color: #a00100;
}

.ec-cloneCartinRole .ec-productRole__btn .product-detail_contact {
    background-color: #898989;
    border-color: #898989;
}

.ec-cloneCartinRole .ec-productRole__btn .product-detail_line {
    background-color: #06c755;
    border-color: #06c755;
}

.ec-cloneCartinRole .ec-productRole__btn .product-detail_favorite {
    background-color: #ca9d04;
    border-color: #ca9d04;
}

.ec-productItemRole .ec-productItemRole__title {
    word-break: break-all;
}

.ec-cartRow .ec-cartRow__delColumn .ec-icon::before {
    font-family: "Noto Sans JP", sans-serif;
    content: "削除する";
    font-size: 12px;
    font-weight: 500;
    width: 60px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #999;
    box-sizing: border-box;
    background-color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-grid2 {
    justify-content: space-between;
}

.ec-login .ec-login__link {
    margin-top: 6px;
    margin-left: 0;
    margin-bottom: 1.0em;
}

.ec-productRole__price .ec-saleprice {
    color: #B22222;
}

.ec-shopMapRole .ec-secHeading h2 {
    color: #fff;
}

.ec-cloneCartinRole .ec-cloneCartinRole__actions {
    width: 680px;
    max-width: 100%;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ec-cloneCartinRole .ec-cloneCartinRole__actions .ec-productRole__cartinRow {
    width: 320px;
    margin: 10px;
    padding: 0;
}

.ec-headerMenu .phone {
    display: none;
}

.ec-headerMenu .phone > a {
    border-color: rgba(235, 120, 43, 1);
    background-color: rgba(235, 120, 43, 1);
}

.ec-headerMenu__item .phone-icon:before {
    width: 20px;
    height: 20px;
}

.ec-footerRole .ec-footerSocial {
    padding-top: 0;
    padding-bottom: 16px;
    background-color: #777;
}

.ec-footerRole .ec-footerSocial .ec-footerSocial__itemList li.x-twitter a {
    background-color: #333!important;
}

.ec-footerRole .ec-footerSocial .ec-footerSocial__itemList li.phone a {
    background-color: rgba(235, 120, 43, 1)!important;
}

.ec-footerRole .insta_bn {
    display: none;
    background-color: #777;
}

.ec-footerRole .insta_bn .insta_bn__itemList {
    width: 100%;
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 0;
    padding: 20px 8px 16px 8px;
}

.ec-footerRole .insta_bn .insta_bn__itemList li {
    width: calc(100% / 3);
    max-width: 220px;
}

.ec-footerRole .insta_bn .insta_bn__itemList li img {
    display: block;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.ec-footerRole {
    padding-bottom: 30px;
}

.loansimulation .loan_simu_title h2 span {
    margin-right: 12px;
}

.title_atoz {
    margin-top: 70px!important;
}

.grand-category ul.brand-list-atoz li.brand-box {
    width: 24%;
    height: auto;
    aspect-ratio: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grand-category ul.brand-list-atoz li.brand-box a {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.grand-category ul.brand-list-atoz li.brand-box a .brand-name {
    aspect-ratio: auto;
}

.grand-category ul.brand-list-atoz li.brand-box a .brand-name p {
    line-height: 20px;
}

.grand-category ul.brand-list-atoz::after {
    content: "";
    display: block;
    width: 24%;
    }

.grand-category ul.brand-list-atoz::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}

.ec-productRole__visual .ec-productVisualNav.sphone {
    z-index: 9999;
}

.ec-headerMenu .has-popup > a {
    background-color: var(--clrHeaderMenuHoverBg, #C8AF75);
    border-color: var(--clrHeaderMenuHoverBg, #C8AF75);
    color: #fff;
}

.ec-headerMenu .has-popup > a:hover {
    background-color: #000;
    border: solid 1px var(--clrDrawerBorder, rgba(0, 0, 0, 0.4));
}

.ec-productRole .ec-productRole__share .shareBtnList li a.x-twitter {
    background-color: #000000;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.facebook {
    background-color: #3B5999;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.line {
    background-color: #06c755;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.pocket {
    background-color: #EE4056;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.hatena {
    background-color: #00a4de;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.pinterest {
    background-color: #cb2027;
}

.ec-productRole .ec-productRole__share .shareBtnList li a:hover {
    filter: brightness(1.1)!important;
}

.ec-productRole .ec-productRole__share .shareBtnList li a.x-twitter:hover {
    opacity: .8;
}

ul.guide_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
  padding: 0 0 20px 0;
}
ul.guide_menu li {
   width: 16%;
   margin: 0 0 12px 0;
   background-color: #787878;
   text-align: center;
   padding: 10px 0 10px 0;
   list-style: none;
}
ul.guide_menu li a {
  display: block;
  color: #fff;
}

.ec-productRole .ec-productRole__actions {
    margin: 30px 0;
    padding-top: 30px;
}

.translate_btn {
    margin-top: -14px;
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
    height: 50px;
    content: "";
    display: block;
    background-image: url(../img/common/translate_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: none;
    background-color: #55aafd;
}

.ec-radio input[type=radio] + label span, .ec-blockRadio input[type=radio] + label span {
    display: inline;
}

