@charset "UTF-8";
/* SECTUON */
/*==================================================*/
.section--category-search {
  margin-bottom: 20px;
}

.section--cart:first-child {
  margin-bottom: 110px;
}

/* right-contents */
/*==================================================*/
.right-contents {
  width: 720px;
}

.right-contents .col-1 .grid-item-img__img--article {
  height: 960px;
}

.right-contents .col-2 .grid-item-img__img--article {
  height: 461px;
}

.right-contents .col-3 .grid-item-img__img--article {
  height: 306px;
}

.right-contents .col-4 .grid-item-img__img--article {
  height: 230px;
}

.right-contents .col-5 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-5 .label-item__list {
  font-size: 9px;
}

.right-contents .col-5 .grid-item-img__img--article {
  height: 184px;
}

.right-contents .col-6 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-6 .label-item__list {
  font-size: 9px;
}

.right-contents .col-6 .grid-item-img__img--article {
  height: 152px;
}

.right-contents .col-7 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-7 .label-item__list {
  font-size: 9px;
}

.right-contents .col-7 .grid-item-img__img--article {
  height: 130px;
}

.right-contents .col-8 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-8 .label-item__list {
  font-size: 9px;
}

.right-contents .col-8 .grid-item-img__img--article {
  height: 111px;
}

.right-contents .col-9 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-9 .label-item__list {
  font-size: 9px;
}

.right-contents .col-9 .grid-item-img__img--article {
  height: 98px;
}

.right-contents .col-10 .grid-item__text {
  font-size: 9px;
}

.right-contents .col-10 .label-item__list {
  font-size: 9px;
}

.right-contents .col-10 .grid-item-img__img--article {
  height: 87px;
}

.btn-area .btn:nth-child(n+2) {
  margin-top: 8px;
}

/* left-contents */
/*==================================================*/
.left-nav {
  width: 200px;
}

.left-nav-box {
  margin-bottom: 30px;
}

.left-nav-box-formarea {
  margin-bottom: 15px;
}

.left-nav-box-formarea__text {
  font-size: 10px;
  margin-bottom: 7px;
}

.left-nav-box-formarea-form {
  border: 1px solid #000000;
  width: 100%;
}

.left-nav-box-formarea-select {
  width: 100%;
  background: none;
  border: none;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1px 10px 0;
  font-size: 10px;
  background-image: url("/common/img/icon_arrow_light_down.svg");
  background-size: 12px 5px;
  background-position: 180px center;
  background-repeat: no-repeat;
}

.left-nav-box-formarea-select option {
  text-align: center;
}

.left-nav-box-linkarea {
  margin-bottom: 20px;
}

.left-nav-box-title {
  margin-bottom: 20px;
}

.left-nav-box__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.left-nav-box__title + .left-nav-box__text {
  margin-top: 5px;
}

.left-nav-box__head {
  margin-bottom: 15px;
}

.left-nav-box__text {
  font-size: 10px;
  margin-bottom: 5px;
}

.left-nav-box__text--linkarea {
  margin-top: 7px;
}

.left-nav-box__link {
  color: #000000;
  text-decoration: none;
}

.left-nav .btn input {
  cursor: pointer;
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.search {
  width: 175px;
}

.search__btn {
  /* background: $color-gray5;*/
  position: relative;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 8px;
  padding: 2px;
  cursor: pointer;
}

.search__btn:after {
  content: "x";
  position: absolute;
  top: 1px;
  right: 7px;
}

.search-box {
  margin-bottom: 30px;
}

.search-box--checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search-box--checkbox .search-box__list:not(:first-child) {
  margin-left: 10px;
}

.search-box__head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.search-box__list {
  font-size: 10px;
  margin-bottom: 8px;
}

.search-box__list.selected {
  background: #e5e5e5;
  position: relative;
  padding-left: 5px;
}

.search-box__list.selected:after {
  content: "x";
  position: absolute;
  right: 7px;
}

.search-box__list a {
  text-decoration: none;
  display: block;
}

.search-box__list a.selected {
  background: #e5e5e5;
  position: relative;
  padding-left: 5px;
}

.search-box__list a.selected:after {
  content: "x";
  position: absolute;
  right: 7px;
}

.search-box__list .search-box-checkbox {
  padding-top: 8px;
  padding-left: 10px;
}

.search-box__list--keyword {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 140px;
  border: 1px solid #000000;
  background-color: #ffffff;
  line-height: 18px;
  padding: 0 5px;
  display: block;
}

.search-box__list--submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 20px;
  background: #000000;
  border: none;
  display: block;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_search_white.svg);
}

.search-box__list--submit img {
  width: 15px;
  height: auto;
}

.search-box__btn {
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid #000000;
}

.search-box__btn input[type="text"] {
  width: 100%;
  height: 23px;
  line-height: 23px;
  border: none;
  font-size: 9px;
  padding-left: 5px;
  display: block;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search-box__btn a {
  display: block;
}

.search-box-btn {
  margin-top: 10px;
}

.search-box-checkbox-sub {
  margin-top: 10px;
}

/* logo & icon */
/*==================================================*/
.logo-area--brand-name {
  margin-right: 15px;
}

.logo-area--map {
  font-weight: bold;
  margin-bottom: 30px;
}

.logo-area .logo {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.logo-area .logo--rouge {
  width: 130px;
  height: 45.52px;
}

.logo-area .logo--devinette {
  width: 260px;
}

.logo-area .logo--qualite {
  width: 150px;
}

.logo-area .logo--dw {
  width: 200px;
}

.logo-area .logo--dw_ladies {
  width: 200px;
}

.logo-area .logo--myself_abahouse {
  width: 260px;
}

.logo-area .logo--grappe_bani {
  width: 190px;
}

.logo-area .logo--piche {
  width: 120px;
}

.logo-area .logo--interstaple {
  width: 160px;
}

.logo-area .logo--lowellthings {
  width: 120px;
  margin-bottom: 5px;
}

.logo-area .logo--collex {
  width: 130px;
}

.logo-area .logo--36quatreneuf {
  width: 200px;
}

.logo-area .logo--mavie {
  width: 130px;
}

.logo-area .logo--thestorebyc {
  width: 260px;
}

.logo-area .logo--atsceltaselect {
  width: 260px;
}

.logo-area .logo--atsceltaselectm {
  width: 260px;
}

.logo-area .logo--laroute {
  width: 150px;
}

.logo-area .logo--nomine {
  width: 130px;
}

.logo-area .logo--used {
  width: 200px;
}

.logo-area .logo--usedm {
  width: 200px;
}

.logo-area .logo--aba {
  width: 200px;
}

.logo-area .logo--abahousegray {
  width: 200px;
}

.logo-area .logo--5351h {
  width: 130px;
}

.logo-area .logo--bani_mens {
  width: 270px;
}

.logo-area.alter-brand-name-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* main */
/*==================================================*/
.main-visual {
  margin-bottom: 50px;
}

.main-visual-box {
  margin-right: 40px;
  margin-bottom: 20px;
}

.main-visual__img {
  margin-bottom: 20px;
}

.main-visual__img img {
  display: block;
  width: 100%;
  height: auto;
}

.main-visual__img--limited {
  position: relative;
}

.main-visual__img--limited:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(/common/img/icon_limited_sale.svg) no-repeat;
  background-size: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.main-visual__read {
  font-size: 12px;
  line-height: 1.6;
}

.main-visual__title, .main-visual__text {
  font-size: 10px;
}

.main-visual__title {
  font-weight: bold;
  margin-bottom: 10px;
}

.main-visual__text {
  margin-bottom: 5px;
}

.main-title {
  margin-bottom: 20px;
}

.main-title--shop-blog {
  margin-bottom: 40px;
}

.main-title__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
}

.main-title__heading--gender {
  font-size: 14px;
}

.main-title__heading--search {
  margin-bottom: 20px;
}

.main-title__heading--secondary {
  font-size: 12px;
  font-weight: bold;
  padding-left: 20px;
}

.main-title__img img {
  display: block;
  width: 175px;
  height: 175px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-head {
  position: relative;
}

.main-head__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0;
}

.main-head-staff__icon {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-head-staff__icon .icon__staff {
  width: 80px;
  height: 80px;
}

.main-head-staff__text {
  font-size: 14px;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 230px;
}

.main-head-staff .btn-area .btn {
  margin-top: 5px;
  margin-bottom: 0;
}

.main-head-shop {
  width: 600px;
}

.main-head-shop .logo {
  margin-bottom: 15px;
}

.main-head .btn-area__btn {
  margin-bottom: 0;
}

.main-list {
  margin-top: 40px;
}

.main-list-heading {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  line-height: 1.3;
}

.main-list-heading__title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
}

.main-list-heading--staff {
  border-bottom: none;
  padding-bottom: 0;
}

.main-list-heading__text {
  font-size: 14px;
  margin-left: 10px;
  font-weight: bold;
}

.main-list-heading__link {
  text-decoration: none;
}

.main-list-heading__link.active {
  padding: 5px 10px;
  background: #e5e5e5;
}

.main-list-contents {
  margin-top: 30px;
  /* .main-list-contents-list */
}

.main-list-contents-list {
  width: 137.5px;
  margin-right: 8px;
  margin-bottom: 20px;
}

.main-list-contents-list:nth-child(5n) {
  margin-right: 0;
}

.main-list-contents-list--single {
  width: 184px;
  margin-right: 10px;
}

.main-list-contents-list--single:nth-child(3n) {
  margin-right: 10px;
}

.main-list-contents-list--single:nth-child(5n) {
  margin-right: 0;
}

.main-list-contents-list--staff {
  width: 185px;
}

.main-list-contents-list__link {
  display: block;
  color: #000000;
  text-decoration: none;
  position: relative;
}

.main-list-contents-list__link--staff {
  margin-bottom: 10px;
}

.main-list-contents-list__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-list-contents-list__title {
  font-size: 11px;
  height: 30px;
  margin-top: 8px;
}

.main-list-contents-list__date {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

.main-list-contents-list__like {
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  padding: 10px 0;
}

.main-list-contents-list__time {
  font-size: 12px;
  color: #999999;
  font-weight: bold;
}

.main-list-contents-list__shop {
  font-size: 11px;
}

.main-list-contents-list__btn {
  font-size: 10px;
  margin-top: 10px;
}

.main-list-contents-list__btn--link {
  line-height: 15px;
}

.main-list-contents-list__price {
  margin-top: 5px;
}

.main-list-contents-list-staff__icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
}

.main-list-contents-list-staff__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.main-list-contents-list-staff__name {
  font-size: 11px;
}

.main-list-contents-list-staff__height {
  font-size: 12px;
}

.main-list-contents__head {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #000000;
  margin-bottom: 25px;
}

.main-list-contents__btn {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}

.main-list-contents__btn a {
  color: #000000;
  text-decoration: none;
}

.main-contents {
  /* .mypage-contents__head */
  /* .mypage-contents__text */
  /* .mypage-contents__point */
  /* .mypage-contents__Link */
  /* .mypage-contents__img */
  /* .mypage-contents__member-rank */
  /* .mypage-contents-rank */
  /* .main-contents-btn */
}

.main-contents--brand {
  margin-top: 20px;
  margin-bottom: 90px;
}

.main-contents--shop {
  margin-bottom: 30px;
  /* border-bottom: 1px solid $color-black;*/
  padding-bottom: 10px;
}

.main-contents--info {
  margin-bottom: 50px;
}

.main-contents__head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}

.main-contents__text {
  /* font-size: $font-10;*/
}

.main-contents__text--post {
  margin-left: 120px;
  margin-top: 10px;
}

.main-contents__text--about {
  margin-top: 20px;
}

.main-contents__text--mail-address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-contents__text--checkbox {
  margin-bottom: 5px;
}

.main-contents__text--remove {
  margin-bottom: 30px;
}

.main-contents__text--member-rank {
  margin-top: 30px;
}

.main-contents__text--bold {
  font-weight: bold;
}

.main-contents__point {
  font-size: 48px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 25px;
}

.main-contents__link {
  color: #000000;
}

.main-contents__img--member-rank {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: auto;
}

.main-contents__member-rank {
  width: 350px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}

.main-contents__member-rank span {
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
}

.main-contents__member-rank--white {
  border: 1px solid #000000;
  background-color: #ffffff;
}

.main-contents__member-rank--navy {
  background-color: #132075;
  color: #ffffff;
}

.main-contents__member-rank--orange {
  background-color: #dd692a;
  color: #ffffff;
}

.main-contents__member-rank--silver {
  background-color: #a1a1a1;
  color: #ffffff;
}

.main-contents__member-rank--black {
  background-color: #000000;
  color: #ffffff;
}

.main-contents-rank {
  /* .mypage-contents-rank__head */
  /* .mypage-contents-rank__text */
}

.main-contents-rank--head {
  border-bottom: 1px solid #000000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.main-contents-rank--list {
  margin-top: 10px;
  margin-bottom: 10px;
}

.main-contents-rank__head, .main-contents-rank__text {
  width: 120px;
  margin-right: 20px;
}

.main-contents-rank__head {
  font-size: 10px;
  font-weight: bold;
}

.main-contents-rank__head--member-rank {
  width: 150px;
}

.main-contents-rank__text {
  font-size: 10px;
}

.main-contents-rank__text--member-rank {
  width: 150px;
  display: block;
  text-align: center;
  line-height: 30px;
}

.main-contents-rank__text--label {
  width: 100px;
  display: block;
}

.main-contents-rank__text--white {
  background-color: #ffffff;
  border: 1px solid #000000;
}

.main-contents-rank__text--navy {
  background-color: #132075;
  color: #ffffff;
}

.main-contents-rank__text--orange {
  background-color: #dd692a;
  color: #ffffff;
}

.main-contents-rank__text--silver {
  background-color: #a1a1a1;
  color: #ffffff;
}

.main-contents-rank__text--black {
  background-color: #000000;
  color: #ffffff;
}

.main-contents-article {
  margin-top: 50px;
}

.main-contents-article__title {
  line-height: 1.3;
}

.main-contents-article__title--primary {
  font-size: 24px;
  width: 480px;
}

.main-contents-article__title--secondary {
  font-size: 16px;
  font-weight: bold;
}

.main-contents-article__link {
  color: #000000;
  text-decoration: none;
}

.main-contents-article__link--tag {
  color: #999999;
  font-weight: bold;
}

.main-contents-article__text {
  line-height: 1.3;
}

.main-contents-article__text--primary {
  font-size: 14px;
}

.main-contents-article__text--secondary {
  font-size: 12px;
}

.main-contents-article__text--tag-list {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.main-contents-article__text--favorite {
  font-size: 20px;
  font-weight: bold;
  color: #999999;
}

.main-contents-article__text--bold {
  font-weight: bold;
}

.main-contents-article__label {
  border: 1px solid #000000;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  padding: 0 15px;
}

.main-contents-article__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-article__img--staff {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 15px;
}

.main-contents-article-heading {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.main-contents-article-heading--bottom {
  border-bottom: none;
}

.main-contents-article-body {
  margin-top: 25px;
}

.main-contents-article-body-box {
  margin-bottom: 30px;
}

.main-contents-article-body-box-col-2 {
  width: 350px;
}

.main-contents-article-body-box-col-2__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-article-body-box-item__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-article-body-box-item-desc {
  width: 165px;
  height: 220px;
  position: relative;
}

.main-contents-article-body-box-item-desc p:first-child {
  margin-bottom: 10px;
}

.main-contents-article-body-box-item-desc__text {
  font-size: 12px;
}

.main-contents-article-body-box-item-desc-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

.main-contents-article-body-box-item-desc-btn a {
  display: block;
}

.main-contents-article-body-box-item-desc-btn .btn {
  margin-top: 8px;
}

.main-contents-article-body-box-tag {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-contents-article-body-box-footer {
  margin-top: 30px;
}

.main-contents-article-body-box-footer-staff p:first-child {
  margin-right: 15px;
}

.main-contents-article-body-box-footer-pagination {
  margin-top: 45px;
  margin-bottom: 45px;
}

.main-contents-list {
  width: 240px;
  margin-bottom: 45px;
}

.main-contents-list__head {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-contents-list__list {
  width: 128px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.main-contents-list__list:nth-child(5n) {
  margin-right: 0;
}

.main-contents-list__list img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-list__link {
  display: block;
  position: relative;
  line-height: 0;
}

.main-contents-list-img__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-list-img__link {
  color: #000000;
  text-decoration: none;
  width: 180px;
  margin-right: 15px;
  line-height: 0;
  position: relative;
}

.main-contents-list-img__link:last-child {
  margin-right: 0;
}

.main-contents-list-img__title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 1;
  text-align: center;
}

.main-contents-list-tag {
  margin-top: 30px;
}

.main-contents-list-tag__list {
  font-size: 12px;
  position: relative;
  padding-left: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
}

.main-contents-list-tag__link {
  color: #000000;
  text-decoration: none;
}

.main-contents-list-tag__link:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-size: 15px;
  background: url("/common/img/icon_tag.svg");
}

.main-contents-list-logo {
  height: 80px;
  position: relative;
}

.main-contents-list-logo__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
}

.main-contents-list-brandname__text {
  font-size: 10px;
  margin-bottom: 5px;
}

.main-contents-list-brandname__text:first-child {
  margin-bottom: 10px;
}

.main-contents-list-brandname__link {
  color: #000000;
}

.main-contents-table {
  border-top: 5px solid #000000;
  border-bottom: 5px solid #000000;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.main-contents-table-box-item, .main-contents-table-box-info {
  width: 700px;
}

.main-contents-table-box-item-cell {
  margin-bottom: 40px;
}

.main-contents-table-box-item-cell:last-child {
  margin-bottom: 20px;
}

.main-contents-table-box-info {
  margin-top: 25px;
}

.main-contents-table-box-info-cell {
  margin-bottom: 20px;
}

.main-contents-table-box-cart--entry {
  width: 230px;
  padding: 20px;
  border: 3px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-contents-table-box-cart-coupon {
  position: relative;
  margin-bottom: 20px;
}

.main-contents-table-box-cart-coupon:nth-child(2) {
  margin-top: 20px;
}

.main-contents-table-box-cart-coupon__point {
  font-size: 12px;
  margin-bottom: 10px;
}

.main-contents-table-box-cart-coupon__title {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-contents-table-box-cart-coupon__select {
  position: relative;
}

.main-contents-table-box-cart-coupon__select-select {
  background-position: 164px center;
  background-size: 12px 5px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url("/common/img/icon_arrow_light_down.svg");
}

.main-contents-table-box-cart-coupon-use {
  font-size: 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.main-contents-table-box-cart-coupon-use:nth-child(3) {
  margin-right: 15px;
}

.main-contents-table-box-cart-coupon-use:nth-child(2n) {
  margin-right: 0;
}

.main-contents-table-box-cart-coupon-use--input {
  position: relative;
}

.main-contents-table-box-cart-coupon-use--input:after {
  content: "pt";
  position: absolute;
  top: 7px;
  right: 8px;
}

.main-contents-table-box-cart-coupon-input, .main-contents-table-box-cart-coupon__select-select, .main-contents-table-box-cart-coupon-apply-input {
  padding-left: 10px;
  display: block;
  border: 1px solid #000000;
  border-radius: 0;
  width: 100%;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main-contents-table-box-cart-coupon-apply {
  position: relative;
  margin-top: 10px;
}

.main-contents-table-box-cart-coupon-apply:before {
  content: "pt";
  display: block;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 110px;
  line-height: 25px;
}

.main-contents-table-box-cart-coupon-apply-input {
  width: 95px;
  padding-left: 5px;
}

.main-contents-table-box-cart-result {
  margin-bottom: 30px;
}

.main-contents-table-box-cart-result__text {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 3px;
}

.main-contents-table-box-cart-result__title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main-contents-table-box-cart-result__title--price {
  font-size: 16px;
  font-weight: bold;
}

.main-contents-table-box-cart-result__title--tax {
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
}

.main-contents-table-box-cart__text, .main-contents-title__text {
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
  word-wrap: break-word;
}

.main-contents-table-box-cart__text--total {
  font-size: 14px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

.main-contents-table-box-cart__text--inline, .main-contents-table-box-cart__text--block {
  font-size: 10px;
  font-weight: bold;
}

.main-contents-table-box-cart__text--block {
  display: block;
}

.main-contents-table-box-cart__text--entry {
  font-size: 10px;
  text-align: left;
}

.main-contents-table-box-cart__text--red {
  color: #cc6666;
}

.main-contents-table-box-cart__text--tiny {
  font-size: 10px;
  margin-top: 15px;
}

.main-contents-title__title {
  font-size: 16px;
  font-weight: bold;
  margin-right: 15px;
}

.main-contents-title__text {
  text-align-last: auto;
  margin-left: 25px;
}

.main-contents-main__img {
  width: 350px;
  height: auto;
}

.main-contents-main-desc {
  width: 580px;
}

.main-contents-main-desc .icon__staff {
  width: 60px;
  height: 60px;
}

.main-contents-main-desc__btn {
  font-size: 14px;
  font-weight: bold;
  width: 160px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.main-contents-main-desc__like {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
  padding: 20px 0;
}

.main-contents-main-desc__time {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
  margin-left: 15px;
  padding: 20px 0;
}

.main-contents-main-desc-staff {
  width: 250px;
}

.main-contents-main-desc-staff__name {
  font-size: 14px;
  font-weight: bold;
}

.main-contents-main-desc-staff__height {
  margin-left: 10px;
}

.main-contents-main-desc-staff__shop {
  font-size: 12px;
  margin-top: 6px;
}

.main-contents-main-desc-staff__link {
  color: #000000;
}

.main-contents-main-desc-read__text {
  font-size: 12px;
  line-height: 1.6;
}

.main-contents-main-desc-tag {
  margin-top: 25px;
}

.main-contents-main-desc-tag__list {
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 10px;
}

.main-contents-main-desc-tag__list a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.main-contents-main-desc-tag__link {
  color: #000000;
  text-decoration: none;
}

.main-contents-main-desc-item {
  margin-top: 25px;
}

.main-contents-main-desc-item__head {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main-contents-main-desc-item-detail {
  width: 108px;
  margin-right: 10px;
}

.main-contents-main-desc-item-detail:nth-child(5n) {
  margin-right: 0;
}

.main-contents-main-desc-item-detail__img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.main-contents-main-desc-item-detail__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-coupon {
  margin-bottom: 20px;
  overflow: hidden;
}

.main-contents-coupon__head, .main-contents-coupon__text, .main-contents-coupon__term, .main-contents-coupon__desc {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-coupon__head {
  font-weight: bold;
}

.main-contents-coupon__text--link {
  color: #000000;
}

.main-contents-coupon__term, .main-contents-coupon__desc {
  margin-bottom: 5px;
}

.main-contents-coupon__term {
  padding-right: 5px;
}

.main-contents-coupon__desc {
  width: 700px;
}

.main-contents-sitemap {
  width: 210px;
  margin-bottom: 45px;
  margin-right: 40px;
}

.main-contents-sitemap:nth-child(3n) {
  margin-right: 0;
}

.main-contents-sitemap-sub {
  padding-top: 15px;
}

.main-contents-sitemap-sub__list {
  font-size: 12px;
  line-height: 1.5;
}

.main-contents-sitemap__head {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.main-contents-sitemap__link {
  color: #000000;
  text-decoration: none;
}

.main-contents-definition {
  margin-bottom: 30px;
}

.main-contents-definition--emagazine {
  margin-bottom: 20px;
}

.main-contents-definition__term {
  font-size: 12px;
  font-weight: bold;
  width: 180px;
  line-height: 1.5;
}

.main-contents-definition__term--office {
  width: 130px;
}

.main-contents-definition__term--emagazine {
  width: 100px;
  font-size: 10px;
}

.main-contents-definition__desc {
  font-size: 12px;
  line-height: 1.5;
  width: 520px;
}

.main-contents-definition__desc--privacy {
  height: 150px;
  overflow-y: scroll;
}

.main-contents-definition__desc--office {
  width: 570px;
}

.main-contents-definition__desc--emagazine-gender {
  width: 100px;
}

.main-contents-definition__desc input[type="text"] {
  width: 230px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.main-contents-faq {
  margin-bottom: 30px;
  /* .mypage-contents-faq-box */
}

.main-contents-faq__head {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
}

.main-contents-faq-box {
  margin-bottom: 10px;
  /* .mypage-contents__question */
  /* .mypage-contents-faq-box-answer */
}

.main-contents-faq-box__question {
  font-size: 10px;
  line-height: 1.5;
  display: inline-block;
  cursor: pointer;
}

.main-contents-faq-box-answer {
  margin-top: 5px;
}

.main-contents-faq-box-answer__list {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-faq-box-answer__list--link {
  color: #000000;
}

.main-contents-faq-box-answer__list--head {
  margin-right: 4px;
}

.main-contents-cord__img {
  width: 150px;
  height: auto;
  margin-left: -20px;
}

.main-contents-accordion {
  margin-bottom: 30px;
  /* .main-contents-faq-box */
}

.main-contents-accordion-box {
  margin-bottom: 15px;
  /* .main-contents__head */
}

.main-contents-accordion-box__head {
  font-size: 10px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 5px;
  cursor: pointer;
}

.main-contents-accordion-box__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-accordion-box__text--link {
  color: #000000;
}

.main-contents-accordion-box__text--head {
  margin-right: 4px;
}

.main-contents-btn {
  width: 420px;
  line-height: 32px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 35px;
}

.main-contents-btn--emagazine {
  margin-top: 30px;
}

.main-contents-btn a {
  display: block;
}

.main-contents-btn.btn--black {
  border: 1px solid #000000;
}

.main-contents-info {
  width: 420px;
  margin-bottom: 20px;
  /* .mypage-contents-info__term */
  /* .mypage-contents-info__shop */
  /* .mypage-contents-info__desc */
}

.main-contents-info--shop {
  margin-bottom: 10px;
}

.main-contents-info--forget {
  margin-top: 35px;
  margin-bottom: 35px;
}

.main-contents-info__term, .main-contents-info__desc, .main-contents-info__shop {
  font-size: 10px;
}

.main-contents-info__term {
  font-weight: bold;
  width: 120px;
  line-height: 1.3;
}

.main-contents-info__term--small {
  display: block;
  font-size: 9px;
  font-weight: normal;
}

.main-contents-info__shop {
  width: 600px;
}

.main-contents-info__shop--map {
  display: inline-block;
  color: #000000;
  border: 1px solid #000000;
  margin-left: 30px;
  padding: 3px 10px;
  text-decoration: none;
}

.main-contents-info__desc {
  /* .mypage-contents-info__desc--btn */
  /* .mypage-contents-info__desc--warning */
  /* .mypage-contents-info__desc-col-1 */
  /* .mypage-contents-info__desc--col-2 */
  /* .mypage-contents-info__desc--col-3 */
  /* .mypage-contents-info__desc--col-4 */
  /* .mypage-contents-info__desc--check */
}

.main-contents-info__desc input, .main-contents-info__desc select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}

.main-contents-info__desc input[type="text"], .main-contents-info__desc input[type="password"], .main-contents-info__desc select, .main-contents-info__desc--btn {
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
}

.main-contents-info__desc input[type="text"], .main-contents-info__desc input[type="password"] {
  background-color: #e5e5e5;
}

.main-contents-info__desc select {
  background-color: #e5e5e5;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 7px;
  background-image: url("/common/img/icon_arrow_light_down.svg");
  /* display: block;*/
}

.main-contents-info__desc--btn {
  line-height: 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.main-contents-info__desc--btn a {
  display: block;
}

.main-contents-info__desc--warning {
  font-size: 9px;
  margin-left: 20px;
}

.main-contents-info__desc--warning a {
  color: #000000;
}

.main-contents-info__desc--gender, .main-contents-info__desc--dm {
  width: 80px;
}

.main-contents-info__desc--col-1 {
  width: 300px;
}

.main-contents-info__desc--col-2 {
  width: 140px;
  margin-right: 20px;
}

.main-contents-info__desc--col-2:last-child {
  margin-right: 0;
}

.main-contents-info__desc--col-2-2 {
  width: 63px;
  margin-right: 15px;
}

.main-contents-info__desc--col-2-2:last-child {
  margin-right: 0;
}

.main-contents-info__desc--col-3 {
  width: 90px;
  margin-right: 15px;
}

.main-contents-info__desc--col-3:last-child {
  margin-right: 0;
}

.main-contents-info__desc--col-4 {
  width: 63px;
  margin-right: 15px;
}

.main-contents-info__desc--col-4:last-child {
  margin-right: 0;
}

.main-contents-info__desc--check {
  background-color: #e5e5e5;
  padding: 10px;
  line-height: 1.5;
  width: 300px;
}

.main-contents-info--gender, .main-contents-info--birth {
  margin-top: 30px;
  margin-bottom: 30px;
}

.main-contents-attention {
  margin-top: 25px;
  margin-bottom: 35px;
}

.main-contents-attention__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-favorite {
  margin-bottom: 20px;
  /* .mypage-contents-favorite__img */
  /* .mypage-contents-favorite-desc */
}

.main-contents-favorite--coordinate, .main-contents-favorite--item {
  width: 350px;
  position: relative;
  margin-bottom: 30px;
}

.main-contents-favorite--coordinate:nth-child(2n), .main-contents-favorite--item:nth-child(2n) {
  margin-left: 20px;
}

.main-contents-favorite-img {
  margin-right: 20px;
  /* .main-contents-favorite-img--item */
}

.main-contents-favorite-img--store {
  width: 240px;
}

.main-contents-favorite-img--staff {
  width: 50px;
}

.main-contents-favorite-img--coordinate {
  width: 180px;
}

.main-contents-favorite-img__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-favorite-img--item {
  -ms-flex-preferred-size: 180px;
      flex-basis: 180px;
}

.main-contents-favorite-desc {
  /* .mypage-contents-favorite-desc--item */
  /* .mypage-contents-favorite-desc--item-form */
  /* .mypage-contents-favorite-desc__img */
  /* .mypage-contents-favorite-desc__text */
  /* .mypage-contents-favorite-desc__btn */
  /* .mypage-contents-favorite-desc__arrival-mail */
}

.main-contents-favorite-desc--item {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
}

.main-contents-favorite-desc--item-form {
  width: 150px;
  margin-top: 20px;
}

.main-contents-favorite-desc__img--coordinate {
  width: 35px;
  margin-right: 8px;
}

.main-contents-favorite-desc__img--coordinate img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-favorite-desc__img--heart {
  width: 10px;
  margin-right: 5px;
}

.main-contents-favorite-desc__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-favorite-desc__text--staff-name {
  font-weight: bold;
}

.main-contents-favorite-desc__text--store-name {
  margin-bottom: 10px;
}

.main-contents-favorite-desc__text--item-name {
  margin-bottom: 15px;
}

.main-contents-favorite-desc__text--date {
  margin-top: 5px;
}

.main-contents-favorite-desc__text--like {
  font-weight: bold;
  color: #999999;
}

.main-contents-favorite-desc__text--address span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 15px;
}

.main-contents-favorite-desc__text--address span a {
  color: #000000;
}

.main-contents-favorite-desc__btn {
  width: 150px;
  height: 18px;
  line-height: 18px;
  margin-top: 7px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}

.main-contents-favorite-desc__btn--fix {
  position: absolute;
  bottom: 0;
}

.main-contents-favorite-desc__btn--cart {
  margin-top: 20px;
}

.main-contents-favorite-desc__btn--setting {
  width: 50px;
  margin-top: 0;
}

.main-contents-favorite-desc__btn--setting input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.main-contents-favorite-desc__arrival-mail {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-favorite-desc-like {
  margin-top: 10px;
}

.main-contents-history {
  /* .mypage-contents-history-table */
}

.main-contents-history-table {
  /* .mypage-contents-history-table--heading */
  /* .mypage-contents-history-table--detail */
  /* .mypage-contents-history-table-cell */
}

.main-contents-history-table--heading {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.main-contents-history-table--detail {
  padding-top: 20px;
  padding-bottom: 15px;
}

.main-contents-history-table-cell {
  padding-right: 10px;
  /* .mypage-contents-history-table-cell--heading */
  /* .mypage-contents-history-table-cell--item */
  /* .mypage-contents-history-table-cell--shipping-date */
  /* .mypage-contents-history-table-cell--text */
  /* .mypage-contents-history-table-cell-img */
  /* .mypage-contents-history-table-cell-desc */
}

.main-contents-history-table-cell--heading {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}

.main-contents-history-table-cell--item {
  width: 300px;
}

.main-contents-history-table-cell--subscription, .main-contents-history-table-cell--order-number, .main-contents-history-table-cell--reservation, .main-contents-history-table-cell--order-date {
  width: 100px;
}

.main-contents-history-table-cell--status, .main-contents-history-table-cell--shipping-date {
  width: 110px;
}

.main-contents-history-table-cell--use-date, .main-contents-history-table-cell--attribute, .main-contents-history-table-cell--change-point, .main-contents-history-table-cell--total-point {
  width: 150px;
}

.main-contents-history-table-cell--shipping-date {
  padding-right: 0;
}

.main-contents-history-table-cell--text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-history-table-cell-img--keep {
  width: 105px;
  margin-right: 15px;
}

.main-contents-history-table-cell-img--keep img {
  display: block;
  width: 100%;
  height: auto;
}

.main-contents-history-table-cell-desc {
  width: 170px;
  /* .mypage-contents-history-table-cell-desc__text */
  /* .mypage-contents-history-table-cell-desc__btn */
}

.main-contents-history-table-cell-desc__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-contents-history-table-cell-desc__text--item-name {
  margin-bottom: 10px;
}

.main-contents-history-table-cell-desc__btn {
  width: 100px;
  height: 18px;
  line-height: 18px;
  margin-top: 7px;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
}

.main-contents-history-table-cell-desc__btn--link {
  display: block;
  text-decoration: none;
}

.main-img, .item-info {
  width: 450px;
}

.main-img-info, .main-img-thumbnail {
  margin-top: 15px;
}

.main-img-info__text {
  font-size: 10px;
  line-height: 1.3;
}

.main-img-thumbnail__list {
  width: 29px;
  margin-right: 3px;
  margin-top: 3px;
  cursor: pointer;
}

.main-img-thumbnail__list:nth-child(10n), .main-img-thumbnail__list:nth-child(11n), .main-img-thumbnail__list:nth-child(12n), .main-img-thumbnail__list:nth-child(13n), .main-img-thumbnail__list:nth-child(14n) {
  margin-left: 1px;
}

.main-img-thumbnail__list:nth-child(14n) {
  margin-right: 0;
}

.main-img-thumbnail__list--variation {
  width: 50px;
}

.main-img-thumbnail__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  opacity: 0.7;
}

.main-img-thumbnail__img.active {
  border-color: #000000;
  opacity: 1;
  cursor: default;
}

.main-img-thumbnail__img.active:hover {
  opacity: 1;
}

.main-img-thumbnail__text {
  font-size: 10px;
  margin-top: 5px;
}

.main-img__img {
  display: block;
  width: 100%;
  height: auto;
}

.main-entry {
  margin-bottom: 30px;
  /* .mypage-entry__head */
  /* .mypage-entry__head */
  /* .mypage-entry-head */
  /* .mypage-entry-contract */
  /* .mypage-entry-checkbox */
  /* .mypage-entry-btn */
}

.main-entry__head {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.5;
}

.main-entry__text {
  font-size: 10px;
  line-height: 1.5;
}

.main-entry__text--member-form {
  margin-bottom: 35px;
}

.main-entry__text--amc-card {
  margin-bottom: 20px;
}

.main-entry__text--login {
  margin-top: 5px;
}

.main-entry__text--login:first-child {
  margin-top: 10px;
}

.main-entry-head {
  /* .mypage-entry-head__list */
}

.main-entry-head__list {
  font-size: 10px;
  padding-bottom: 5px;
  color: #cccccc;
}

.main-entry-head__list.active {
  font-weight: bold;
  color: #000000;
  border-bottom: 2px solid #000000;
}

.main-entry-contract {
  border: 1px solid #000000;
  padding: 20px;
  height: 350px;
  overflow-y: scroll;
}

.main-entry-contract__text {
  font-size: 10px;
  line-height: 2;
  margin-bottom: 20px;
}

.main-entry-checkbox {
  text-align: center;
  margin-top: 50px;
}

.main-entry-checkbox__text {
  font-size: 10px;
}

.main-entry-checkbox__text--checkbox {
  display: inline-block;
  text-align: left;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
}

.main-entry-mail-address {
  /* .mypage-contents-info__term */
}

.main-entry-mail-address--forget {
  margin-top: 30px;
}

.main-entry-mail-address__text, .main-entry-mail-address__term, .main-entry-mail-address__desc {
  font-size: 10px;
  line-height: 1.5;
}

.main-entry-mail-address__term {
  font-weight: bold;
  width: 100px;
  line-height: 1.3;
}

.main-entry-mail-address__term--small {
  display: block;
  font-size: 9px;
  font-weight: normal;
}

.main-entry-mail-address input[type="text"] {
  width: 230px;
  height: 25px;
  line-height: 25px;
  padding: 0 8px;
  background-color: #e5e5e5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.main-entry-mail-address-box {
  width: 330px;
}

.main-entry-member-form {
  width: 420px;
  margin-right: 20px;
}

.main-entry-member-form:last-child {
  margin-right: 0;
}

.main-entry-btn {
  margin-bottom: 35px;
  text-align: center;
}

.main-form {
  margin-bottom: 10px;
}

.main-form--last {
  border-top: 1px solid #000000;
  margin-top: 15px;
  padding-top: 15px;
}

.main-form__heading {
  font-size: 10px;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.main-form__text {
  font-size: 10px;
}

.main-form__text--type {
  margin-right: 15px;
  margin-bottom: 5px;
}

.main-form__text--term {
  margin-bottom: 5px;
}

.main-form__text--desc {
  margin-right: 20px;
}

.main-form__text--desc input[type="text"] {
  width: 300px;
  font-size: 10px;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  padding-left: 5px;
}

.main-form__link {
  color: #cccccc;
  text-decoration: none;
}

.main-form__link.active {
  color: #000000;
}

.main-form__btn {
  width: 320px;
  line-height: 40px;
  text-align: center;
}

.main-form__btn-link {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

.main-form-area--checkbox {
  margin-top: 10px;
}

.main .carousel {
  overflow-x: hidden;
}

.main .carousel-wrapper {
  position: relative;
  width: 960px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main .carousel-inner-box {
  width: 960px;
}

.main .carousel__list {
  position: relative;
  width: 180px;
  margin-right: 15px;
  font-size: 10px;
}

.main .carousel__list:nth-child(5n) {
  margin-right: 0;
}

.main .carousel__link {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.main .carousel__img--ranking {
  width: 180px;
  height: 240px;
}

.main .prev, .main .next {
  display: none;
  width: 25px;
  height: 25px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.main .prev--carousel {
  top: 50%;
  margin-top: -13px;
  left: -30px;
  z-index: 100;
}

.main .next--carousel {
  top: 50%;
  margin-top: -13px;
  right: -30px;
  z-index: 100;
}

.main .icon__carousel {
  width: 9px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: 9px 25px;
  background-position: center center;
  margin: 0 auto;
}

.main .icon__carousel--prev {
  background-image: url(/common/img/icon_arrow_light_left_white.svg);
}

.main .icon__carousel--next {
  background-image: url(/common/img/icon_arrow_light_right_white.svg);
}

.main .icon__login:before {
  width: 30px;
  height: 30px;
}

.category-title__heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.category-title__heading--search {
  margin-bottom: 20px;
}

.category-contents {
  margin-top: 20px;
  margin-bottom: 90px;
}

.category-contents-list {
  width: 200px;
  margin-bottom: 45px;
  margin-right: 40px;
}

.category-contents-list-sub {
  padding-top: 15px;
}

.category-contents-list-sub__list {
  font-size: 12px;
  line-height: 1.5;
}

.category-contents-list__head {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
}

.category-contents-list__link {
  color: #000000;
  text-decoration: none;
}

.item-info .logo--aba {
  width: 200px;
}

.item-info .logo--abahousegray {
  width: 200px;
}

.item-info .logo--5351h {
  width: 120px;
}

.item-info .logo--bani_mens {
  width: 240px;
}

.item-info .logo--dw {
  width: 170px;
}

.item-info .logo--dw_ladies {
  width: 170px;
}

.item-info .logo--myself_abahouse {
  width: 270px;
}

.item-info .logo--devinette {
  width: 290px;
}

.item-info .logo--grappe_bani {
  width: 170px;
  /* Au Bannister */
}

.item-info .logo--collex {
  width: 130px;
}

.item-info .logo--interstaple {
  width: 80px;
}

.item-info .logo--laroute {
  width: 150px;
}

.item-info .logo--nomine {
  width: 120px;
}

.item-info .logo--lowellthings {
  width: 110px;
}

.item-info .logo--piche {
  width: 180px;
}

.item-info .logo--qualite {
  width: 136px;
}

.item-info .logo--rouge {
  width: 120px;
}

.item-info .logo--mavie {
  width: 120px;
}

.item-info .logo--thestorebyc {
  width: 270px;
}

.item-info .logo--atsceltaselect {
  width: 270px;
}

.item-info .logo--atsceltaselectm {
  width: 270px;
}

.item-info-wrapper {
  margin-top: 40px;
}

.item-info-label {
  margin-top: 35px;
}

.item-info-favorite {
  margin-top: 30px;
}

.item-info-desc .tag-text {
  margin-bottom: 40px;
}

.item-info__price {
  font-size: 24px;
}

.item-info__price--tax {
  font-size: 12px;
  margin-left: 9px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 3px;
}

.item-info__price--down {
  text-decoration: line-through;
}

.item-info__price.color-red1 .item-info__price--tax {
  margin-left: 0;
}

.item-menu {
  display: none;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
}

.item-menu .col-1 {
  display: table;
  height: 100%;
  margin-bottom: 0;
}

.item-menu .col-2 {
  display: table;
  height: 100%;
  margin-bottom: 0;
  width: 50%;
  margin-right: 0;
}

.item-menu .col-2:first-child {
  border-right: 1px solid #bfbfbf;
}

.item-menu .js-alert {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

.item-menu .js-alert span {
  display: block;
  /* line-height: 1.6;*/
}

.color-box .js-tab-menu {
  margin-left: 0;
}

.like {
  margin-top: 10px;
}

.like__text {
  margin-left: 3px;
  margin-right: 15px;
}

.like__text--primary {
  font-size: 10px;
}

.like__text--number {
  font-size: 14px;
  font-weight: bold;
}

.stock-result-box {
  overflow: auto;
  max-height: 400px;
}

.stock-result-box dl {
  width: 100%;
  margin-bottom: 10px;
}

.stock-result-box dl dt {
  font-weight: bold;
  width: 25%;
}

.stock-result-box dl dd {
  width: 75%;
}

.stock-result-box dl dd.btn--black, .stock-result-box dl dd.btn--white {
  width: 50%;
  line-height: 30px;
  text-align: center;
}

.stock-result-box dl dd.btn--black a, .stock-result-box dl dd.btn--white a {
  text-decoration: none;
  display: block;
}

.stock-status {
  color: #e70012;
}

.sns-login {
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sns-login .btn {
  width: 48%;
  margin-right: 4%;
  border: 1px solid #000000;
  margin-bottom: 3%;
  padding: 0;
  position: relative;
}

.sns-login .btn:nth-child(2n) {
  margin-right: 0;
}

.sns-unlock .icon__login:before {
  margin-left: -105px;
}

.sns-unlock .icon__login:after {
  content: "\9023\643A\89E3\9664";
  white-space: pre;
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  color: #ffffff;
  background: #000000;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.05em;
}

.remo-coupon {
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #000000;
  border-left: none;
}

.remo-address__zip-search {
  margin-left: 10px;
  margin-right: 10px;
}

.remo-address__zip-search a {
  text-decoration: none;
}

.remo-address__zip-link a {
  text-decoration: none;
}

.notice {
  margin: 50px auto;
  width: 960px;
}

.notice__title {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
}

.notice-link {
  vertical-align: top;
  display: inline-block;
}

.notice-link a {
  display: block;
  color: #000;
  text-decoration: underline;
  margin-bottom: 5px;
}

.select-box.btn.btn--square.border.js-tab-menu.active {
  padding: 0;
}

h2#tag-menu-coordinate.js-tab-menu.active,
h2#tag-menu-item-coord.js-tab-menu.active {
  padding: 0 15px;
}

/* BRAND LIST */
/*==================================================*/
.main-contents-list-brand {
  line-height: 0;
}

.main-contents-list-brand__list {
  position: relative;
  width: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin-right: 1.3333%;
  margin-bottom: 2em;
  border: 1px solid #666;
}

.main-contents-list-brand__list:nth-of-type(4n) {
  margin-right: 0;
}

.main-contents-list-brand__list img {
  max-width: 220px;
}

/* CATEGORY */
/*==================================================*/
.category-area {
  position: relative;
}

.category-area__list {
  position: relative;
  width: 24%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid #000000;
  margin-bottom: 2em;
  margin-right: 1%;
}

.category-area__list::after {
  content: '';
  position: absolute;
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(/common/img/icon_arrow_light_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em;
  top: 0;
  right: .5em;
  bottom: 0;
}

.category-area__list:hover {
  background: #f0ebe5;
}

.category-area__list .grid-item__link {
  display: block;
  text-decoration: none;
  padding: 2em 0;
}

/* MAIN VISUAL & FEATURES LIST */
/*==================================================*/
#slick-brand-top-features {
  margin-bottom: 3em;
}

/* LOOK BOOK ・ MOVIE */
/*==================================================*/
.video-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.brand-video {
  margin-bottom: 1vw;
  width: 100%;
}

/* WEB MAGAZINE */
/*==================================================*/
.wm_date {
  font-size: 1em;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.wm_title {
  margin: .2em 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 1.5em;
  line-height: 1.5;
  font-size: 1.2em;
}

.wm_headline {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.5em;
  line-height: 1.25;
  font-size: 1em;
  font-family: monospace;
  word-break: break-all;
}

.wm_square {
  padding-top: 100%;
  position: relative;
}

.wm_img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */