@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;
}

.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;
}

.item-list_slick li a .price {
    color: #000;
}

.item-list_slick li a:hover p {
    text-decoration: underline!important;
}

.item-list_slick li a .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: #535353;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.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: #52bec1;
}

.ladieswatch-brand .brand-list_slick li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
    box-sizing: border-box;
}

.jewelry-brand .brand-list_slick li.brand-box {
    background-color: #2A142F;
}

.jewelry-brand .brand-list_slick li.brand-box a .img-wrap {
    border: 1px solid #2A142F;
    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: 250px;
}

.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: 1280px;
    margin: 0 auto;
}

.category-icon-list li.category-box ul.category-brand::after {
    content: "";
    display: block;
    width: 24%;
    }

.category-icon-list li.category-box ul.category-brand::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
}

.category-icon-list li.category-box ul.category-brand li.brand-box {
    width: 24%;
    margin: 0 0 1%;
}

.category-icon-list li.ladies-watch ul.category-brand li.brand-box {
    background-color: #52bec1;
}

.category-icon-list li.ladies-watch ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
}

.category-icon-list li.jewelry ul.category-brand li.brand-box {
    background-color: #2A142F;
}

.category-icon-list li.jewelry ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #2A142F;
}

.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 h2 {
    font-size: 18px;
    text-align: center;
    background-color: #535353;
    color: #fff;
    padding: 16px;
    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;
    width: 100%;
    background-color: #f7f7f7;
    color: #000;
    box-sizing: border-box;
    padding: 10px;
    border: 3px double #535353;
    transition: background-color 0.3s;
}

#simu_subbanner .simu_btn a:hover {
    background-color: #fafafa;
}

#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: #52bec1;
}

#ladies #category-intro .category-intro_img img {
    border: 1px #52bec1 solid;
}

#ladies .lineup ul.category-brand li.brand-box {
    border-color: #52bec1;
}

#jewelry #category-intro {
	background-color: #2A142F;
}

#jewelry #category-intro .category-intro_img img {
    border: 1px #2A142F solid;
}

#jewelry .lineup ul.category-brand li.brand-box {
    border-color: #2A142F;
}

#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 ul.category-brand {
    list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    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;
}

.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: #52bec1;
}

#ladies .grand-category ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #52bec1;
}

#jewelry .grand-category ul.category-brand li.brand-box {
    background-color: #2A142F;
}

#jewelry .grand-category ul.category-brand li.brand-box a .img-wrap {
    border: 1px solid #2A142F;
}

#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: #535353!important;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.ec-productRole .ec-productRole__tag {
    font-size: 93%;
    color: #fff!important;
    background-color: #535353!important;
    border-radius: 4px;
    padding: 4px 6px;
    margin: 0 6px 6px 0;
}

.ec-productItemRole .ec-productItemRole__cornerTags .tag {
    margin-top: 1px;
}

.ec-productItemRole .ec-productItemRole__cornerTags .tag span {
    color: #fff!important;
    background-color: #535353!important;
}

.ec-productItemRole .ec-productItemRole__tags {
    margin-left: 0px!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;
}

.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;
}

.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 {
    background-color: #666;
}

.ladies-watch .category-brand-link {
    background-color: #52bec1;
}

.ladies-watch .category-brand-link:hover {
    background-color: #56a9ab;
}

.jewelry .category-brand-link {
    background-color: #2A142F;
}

.jewelry .category-brand-link:hover {
    background-color: #583161;
}

.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: #dd0000;
    color: #fff;
    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: 36px;
    font-weight: 500;
    padding-bottom: 10px;
}

.members-price span {
    font-size: 12px;
}

.members-price_annotation {
    font-size: 12px;
    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.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;
}

.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;
}