@charset "UTF-8";
/* ================================================== */
/*  module.scss – モジュール・コンポーネントCSS */
/* ================================================== */
/* 01. clearfix*/
/*==================================================*/
.clearfix {
  overflow: hidden;
}

/* image */
/*==================================================*/
.img {
  display: block;
  width: 100%;
  height: auto;
}

.img--tag {
  opacity: 0.8;
}

.img-title-tag {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  right: 0;
}

/* 04. icon*/
/*==================================================*/
.icon {
  background-repeat: no-repeat;
  display: block;
}

.icon__arrow-light--left {
  background-image: url(/common/img/icon_arrow_light_left.svg);
}

.icon__arrow-light--down {
  background-image: url(/common/img/icon_arrow_light_down.svg);
}

.icon__arrow-light--down--nav {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 5px;
  background-size: 13px 5px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 13px;
}

.icon__arrow-bold {
  background-image: url(/common/img/icon_arrow_bold.svg);
}

.icon__arrow-bold--up {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon__arrow-bold--up-pagetop {
  display: inline-block;
  width: 20px;
  height: 7px;
  background-size: 20px 7px;
  background-position: 1px 0;
  margin-left: 3px;
}

.icon__arrow-bold--down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon__search {
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
  background-image: url("/common/img/icon_search.svg");
  background-color: #ffffff;
}

.icon__help {
  width: 13px;
  height: 24px;
  background-size: 13px 24px;
  background-image: url("/common/img/icon_help.svg");
}

.icon__mypage {
  width: 22px;
  height: 24px;
  background-size: 21.5px 24px;
  background-image: url("/common/img/icon_mypage.svg");
}

.icon__favorite {
  width: 25px;
  height: 24px;
  background-size: 25px 24px;
  background-image: url("/common/img/icon_favorite.svg");
}

.icon__watch {
  width: 21px;
  height: 24px;
  background-size: 21px 24px;
  background-image: url(/common/img/icon_watchlater.svg);
}

.icon__watch--item {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_watchlater_plain.svg);
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-right: 10px;
  margin-left: -10px;
}

.icon__news {
  width: 18px;
  height: 24px;
  background-size: 18px 24px;
  background-image: url(/common/img/icon_news.svg);
}

.icon__cart {
  width: 23px;
  height: 24px;
  background-size: 23px 24px;
  background-image: url("/common/img/icon_cart.svg");
}

.icon__cart--item {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-image: url("/common/img/icon_cart_white.svg");
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: -10px;
}

.icon__pagetop {
  background-image: url(/common/img/icon_arrow_light.svg);
}

.icon__facebook {
  background-image: url(/common/img/icon_facebook.svg);
}

.icon__facebook--footer, .icon__instagram--footer, .icon__line--footer {
  display: block;
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  float: left;
  margin-right: 10px;
}

.icon__facebook--footer a, .icon__instagram--footer a, .icon__line--footer a {
  display: block;
  width: 25px;
  height: 25px;
}

.icon__instagram {
  background-image: url(/common/img/icon_instagram.svg);
}

.icon__line {
  background-image: url(/common/img/icon_line_new.svg);
}

.icon__close {
  background-image: url(/common/img/icon_close.svg);
}

.icon__close--modal {
  width: 29px;
  height: 36px;
  background-size: 29px 36px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 102;
}

.icon__heart, .icon__clock {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
}

.icon__favorite-heart {
  width: 22px;
  height: auto;
}

.icon__staff {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  margin-right: 6px;
}

.icon__number {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-weight: bold;
  background: #000000;
  border-radius: 50%;
  color: #ffffff;
  font-size: 18px;
}

.icon__number--1 {
  background: #b38851;
}

.icon__number--2 {
  background: #a1a1a1;
}

.icon__number--3 {
  background: #8f5732;
}

.icon__ranking {
  position: absolute;
  bottom: 8px;
  left: 5px;
  display: block;
  background: #000000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #000000;
  color: #ffffff;
  border-radius: 50%;
}

.icon__ranking--1 {
  background: #b38851;
}

.icon__ranking--2 {
  background: #a1a1a1;
}

.icon__ranking--3 {
  background: #8f5732;
}

.icon__login {
  position: relative;
  text-align: center;
  line-height: 1;
}

.icon__login:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 5px;
  margin-left: -10px;
}

.icon__login span {
  vertical-align: middle;
}

.icon__login--line:before {
  background-image: url(/common/img/icon_line.svg);
}

.icon__login--yahoo:before {
  background-image: url(/common/img/icon_yahoo.svg);
}

.icon__login--facebook:before {
  background-image: url(/common/img/icon_facebook_login.svg);
}

.icon__watchlater, .icon__trashbox {
  width: 15px;
  height: auto;
}

.icon-ranking--1:after {
  content: "1";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #b38851;
}

.icon-ranking--2:after {
  content: "2";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #a1a1a1;
}

.icon-ranking--3:after {
  content: "3";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #8f5732;
}

.icon-ranking--4:after {
  content: "4";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--5:after {
  content: "5";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--6:after {
  content: "6";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--7:after {
  content: "7";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--8:after {
  content: "8";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--9:after {
  content: "9";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.icon-ranking--10:after {
  content: "10";
  position: absolute;
  color: #ffffff;
  bottom: 5px;
  left: 5px;
  background: #000000;
}

.after-icon {
  position: relative;
  display: block;
}

.after-icon:after {
  content: "";
}

.after-icon--enlarge:after {
  width: 25px;
  height: 25px;
  background-size: 25px;
  background: url(/common/img/icon_enlarge_white.svg) no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.5));
}

/* 05. btn & label*/
/*==================================================*/
.btn, .label {
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 横幅*/
  /*高さ*/
  /* 色*/
}

.btn a, .label a {
  display: block;
  text-decoration: none;
}

.btn img, .label img {
  display: block;
  width: 100%;
  height: auto;
}

.btn--tiny {
  width: 100px;
}

.btn--small {
  width: 150px;
}

.btn--medium {
  width: 230px;
}

.btn--large {
  width: 330px;
}

.btn--huge {
  width: 420px;
}

.btn--full {
  width: 100%;
}

.btn--col-1 {
  width: 100%;
}

.btn--col-2 {
  width: 50%;
}

.btn--col-3 {
  width: 33.33333%;
}

.btn--col-4 {
  width: 25%;
}

.btn--col-5 {
  width: 20%;
}

.btn--h-20 {
  height: 20px;
  line-height: 20px;
}

.btn--h-25 {
  height: 25px;
  line-height: 25px;
}

.btn--h-30 {
  height: 30px;
  line-height: 30px;
}

.btn--h-35 {
  height: 35px;
  line-height: 35px;
}

.btn--h-40 {
  height: 40px;
  line-height: 40px;
}

.btn--h-45 {
  height: 45px;
  line-height: 45px;
}

.btn--h-50 {
  height: 50px;
  line-height: 50px;
}

.btn--black {
  border: 1px solid #000000;
  background: #000000;
  color: #ffffff;
}

.btn--black a {
  color: #ffffff;
  text-decoration: none;
}

.btn--red, .label--red {
  background: #e70012;
  color: #ffffff;
}

.btn--red a, .label--red a {
  color: #ffffff;
  text-decoration: none;
}

.btn--gray {
  background: #939393;
  color: #ffffff;
}

.btn--gray a {
  color: #ffffff;
  text-decoration: none;
}

.btn--white, .label--white {
  border: 1px solid #000000;
  color: #000000;
}

.btn--white a, .label--white a {
  color: #000000;
  text-decoration: none;
}

.btn--square {
  width: 25px;
  height: 25px;
  line-height: 25px;
  /* border: 1px solid $color-black;*/
}

.btn--square a {
  width: 100%;
  height: 100%;
}

.btn--square.active a {
  cursor: default;
  background: #000000;
  color: #ffffff;
}

.btn--square.active a img {
  background: none;
}

.btn--cart {
  width: 450px;
  font-size: 24px;
  line-height: 75px;
  margin-bottom: 10px;
  cursor: pointer;
}

.btn--point, .label--point {
  width: 450px;
  font-size: 18px;
  line-height: 45px;
}

.btn--fair, .label--fair {
  width: 450px;
  font-size: 18px;
  font-weight: normal;
  line-height: 45px;
}

.btn--continue {
  width: 300px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 130px;
  font-size: 12px;
  line-height: 35px;
}

.btn--coupon {
  width: 50px;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  border: 1px solid #000000;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn--modal {
  width: 220px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
}

.btn--favorite-plus {
  display: block;
  padding-top: 5px;
  margin: 0;
}

.btn--favorite-plus img {
  margin-right: auto;
  margin-left: auto;
  width: 40px;
  height: 38px;
}

.btn--favorite-plus--small img {
  width: 30px;
}

.btn--heart {
  cursor: pointer;
}

.btn--shop-blog a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-size: 16px;
}

.btn--shop-blog--favorite:before {
  background-image: url(/common/img/icon_favorite_shop_plus.svg);
}

.btn--shop-blog--mailmagazine:before {
  background-image: url(/common/img/icon_favorite_mailmagazine_plus.svg);
}

.btn--shop-blog--heart:before {
  background-image: url(/common/img/icon_favorite_heart_plus.svg);
}

.btn--sale-off {
  position: relative;
  border: 1px solid #e70012;
  color: #e70012;
  font-size: 14px;
  margin-left: 1%;
  padding-right: 1em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  cursor: pointer;
}

.btn--sale-off:hover {
  opacity: 0.8;
}

.btn--sale-off:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 1em;
}

.btn--sale-off:first-child {
  margin-left: 0;
}

.btn--sale-off.active {
  background: #e70012;
  color: #ffffff;
}

.btn--sale-off.active:after {
  content: "X";
  position: absolute;
  top: 0;
  right: 1em;
}

.btn--sale-off--tiny {
  width: 100px;
}

.btn--sale-off--small {
  width: 125px;
}

.btn--sale-off--medium {
  width: 210px;
}

.btn--sale-off--full {
  width: 100%;
}

.btn--sale-off--col {
  width: 144px;
}

.btn--coupon-items {
  position: relative;
  border: 1px solid #004981;
  color: #004981;
  font-size: 14px;
  margin-left: 1%;
  padding-right: 1em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  cursor: pointer;
}

.btn--coupon-items:hover {
  opacity: 0.8;
}

.btn--coupon-items:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 1em;
}

.btn--coupon-items:first-child {
  margin-left: 0;
}

.btn--coupon-items.active {
  background: #004981;
  color: #ffffff;
}

.btn--coupon-items.active:after {
  content: "X";
  position: absolute;
  top: 0;
  right: 1em;
}

.btn--coupon-items--tiny {
  width: 100px;
}

.btn--coupon-items--small {
  width: 125px;
}

.btn--coupon-items--full {
  width: 100%;
}

.btn__link {
  display: block;
}

.btn__link--icon-left:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4.25px;
  left: 15px;
  width: 7px;
  height: 8.5px;
  background-size: 7px 8.5px;
  background-repeat: no-repeat;
  background-image: url(/common/img/icon_arrow_light_left.svg);
}

.more {
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 18px;
}

.more__btn {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.more__btn--col-l {
  margin-top: 30px;
  display: block;
  text-align: left;
  margin-left: 0;
}

.more__btn .icon {
  display: inline-block;
  margin-left: 5px;
}

.more__btn .icon__arrow-bold--down {
  width: 17px;
  height: 8px;
  background-position: 3px center;
}

/* 06. label*/
/*==================================================*/
.label--article {
  font-size: 10px;
  line-height: 15px;
}

.label-item {
  /* お気に入り登録アイコン用の余白 */
  padding-right: 2em;
}

.label-item__list {
  padding: 0 10px;
  font-size: 10px;
  font-weight: 800;
  margin-right: 5px;
  margin-bottom: 5px;
}

.label-item__list--black {
  border: solid 1px #000000;
}

.label-item__list--white {
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.label-item__list--red {
  color: #e70012;
  border: solid 1px #e70012;
}

.label-item__list--web {
  font-weight: 600;
  color: #ffffff;
  background: #004981;
}

/* 07. form*/
/*==================================================*/
.form--search {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 2.5em;
  padding: 5px;
  margin-right: 10px;
}

.form--search .form {
  width: 100%;
  height: 100%;
}

.form--search input {
  border: none;
  padding-right: 5px;
}

.form--search input:hover, .form--search input:active, .form--search input:focus {
  outline: 0;
}

.form--search input[type="text"],
.form--search input[type="search"] {
  width: 150px;
  height: auto;
  font-size: 10px;
  position: relative;
}

.form--search input[type="search"] {
  width: 180px;
}

/* 07. tag*/
/*==================================================*/
.tag-text a {
  text-decoration: none;
}

.tag-text__list {
  font-size: 12px;
  font-weight: bold;
  margin-right: 10px;
}

.tag-text__list a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 5px;
}

.tag-text__list--large {
  font-size: 12px;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 10px;
}

.tag-text__list--large a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #000000;
  border-radius: 5px;
}

/* 07. logo*/
/*==================================================*/
.logo {
  display: block;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.logo__official--header {
  margin-right: auto;
  margin-left: auto;
  width: 225px;
}

.logo__official--header .logo__link {
  text-align: center;
}

.logo__official--footer {
  width: 263.5px;
}

.logo__official--title {
  margin-top: 7px;
}

.logo__official--app {
  width: 60px;
}

.logo__official--app img {
  display: block;
  width: 100%;
  height: auto;
}

.logo__link {
  display: block;
}

.logo__link:hover {
  opacity: 0.7;
}

.logo--devinette {
  width: 175px;
}

.logo--rouge {
  width: 115px;
}

.logo--qualite {
  width: 112.5px;
}

.logo--dw {
  width: 145px;
}

.logo--dw_ladies {
  width: 145px;
}

.logo--myself_abahouse {
  width: 101px;
}

.logo--grappe_bani {
  width: 145px;
}

.logo--piche {
  width: 160px;
}

.logo--interstaple {
  width: 85px;
}

.logo--lowellthings {
  width: 92px;
}

.logo--collex {
  width: 115px;
}

.logo--36quatreneuf {
  width: 160px;
}

.logo--mavie {
  width: 100px;
}

.logo--thestorebyc {
  width: 200px;
}

.logo--laroute {
  width: 115px;
}

.logo--nomine {
  width: 115px;
}

.logo--aba {
  width: 160px;
}

.logo--abahousegray {
  width: 160px;
}

.logo--5351h {
  width: 115px;
}

.logo--bani_mens {
  width: 187px;
}

.logo--atscelta {
  width: 140px;
}

.logo--atsceltaselect {
  width: 200px;
}

.logo--atsceltaselectm {
  width: 200px;
}

.logo--outlet {
  width: 120px;
}

.logo--outletm {
  width: 120px;
}

.logo--used {
  width: 160px;
}

.logo--usedm {
  width: 160px;
}

/* 07. border*/
/*==================================================*/
.border {
  border: 1px solid #000000;
}

.border-line {
  border-top: 1px solid;
  display: block;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.border-line__black {
  border-color: #000000;
}

.border-line--full {
  width: 100%;
}

.border-line--select {
  border-top: none;
  border-right: 1px solid #000000;
  width: 1px;
  height: 25px;
  position: absolute;
  bottom: 0;
  right: 25px;
  margin: 0;
}

.border-line--result {
  border-top: 3px solid #000000;
}

/* 09. table */
/*==================================================*/
.table--item {
  margin-bottom: 10px;
  min-width: 100%;
  table-layout: fixed;
}

.table--item .table__cell, .table--item .table__head, .table--item .table__head {
  padding-right: 5px;
  padding-left: 5px;
}

.table--item .table__cell span, .table--item .table__head span, .table--item .table__head span {
  display: block;
  width: 60px;
  line-height: 1.3;
}

.table--item .table__head--img {
  padding: 0;
}

.table--item .table__head--img img {
  display: block;
  width: 100%;
  height: auto;
  width: 60px;
}

.table--modal-primary {
  margin-top: 20px;
}

.table__cell, .table__head {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
}

.table__head {
  font-size: 12px;
  background: #e5e5e5;
  font-weight: bold;
}

.table-head {
  border-bottom: 1px solid #000000;
  padding: 24px 0 12px;
  margin-bottom: 20px;
}

.table-head--entry {
  width: 700px;
  margin-bottom: 0;
}

.table-head__text {
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
  word-wrap: break-word;
  text-align: left;
  margin-right: 10px;
  /*cart*/
  /* entry*/
}

.table-head__text:last-child {
  margin-right: 0;
}

.table-head__text--item {
  width: 340px;
}

.table-head__text--color, .table-head__text--amount, .table-cell--color, .table-cell--amount {
  width: 90px;
}

.table-head__text--size, .table-cell--size {
  width: 75px;
}

.table-head__text--price {
  width: 305px;
}

.table-head__text--entry {
  font-weight: bold;
}

.table-head__text--entry--shipping-date {
  margin-top: 20px;
  margin-bottom: 35px;
}

.table-head__text--destination, .table-cell--destination {
  width: 240px;
}

.table-head__text--destination dl, .table-cell--destination dl {
  margin-bottom: 20px;
}

.table-head__text--payment, .table-cell--payment {
  width: 200px;
}

.table-head__text--shipping, .table-cell--shipping {
  width: 240px;
}

.table-cell {
  margin-right: 10px;
}

.table-cell:last-child {
  margin-right: 0;
}

.table-cell--item-text {
  width: 200px;
}

.table-cell--amount {
  position: relative;
}

.table-cell--amount select {
  width: 60px;
  height: 25px;
  display: block;
  padding-left: 10px;
  border: 1px solid #000000;
  border-radius: 0;
  background-position: 43px center;
  background-size: 12px 5px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url("/common/img/icon_arrow_light_down.svg");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.table-cell--amount .border-line--select {
  top: 0;
  left: 40px;
}

.table-cell--check {
  margin-bottom: 15px;
}

.table-cell--check:nth-child(2) {
  margin-top: 30px;
}

.table-cell__img {
  width: 110px;
  margin-right: 20px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table-cell__text {
  text-align: left;
  /*  entry*/
}

.table-cell__text--delete {
  text-decoration: underline;
  color: #666666;
  cursor: pointer;
  margin-top: 10px;
}

.table-cell__text--info-head {
  font-size: 10px;
  margin-bottom: 6px;
}

.table-cell__text--entry, .table-head__text--entry {
  font-size: 13px;
}

.table-cell__text--attention {
  margin-top: 10px;
}

.table-cell__text--shipping-fee {
  background: #cccccc;
  color: #ffffff;
  line-height: 25px;
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-left: 10px;
}

.table-cell-shipping {
  position: relative;
  margin-bottom: 20px;
  font-size: 13px;
}

.table-cell-shipping:first-child {
  margin-bottom: 10px;
}

.table-cell-shipping__title {
  margin-bottom: 10px;
}

.table-cell-shipping__schedule {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.table-cell-shipping-select {
  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;
  padding-left: 10px;
  width: 240px;
  background-position: 220px center;
  background-size: 12px 5px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url("/common/img/icon_arrow_light_down.svg");
}

/* 09. banner*/
/*==================================================*/
.banner--campaign {
  display: block;
  width: 100%;
  height: 75px;
  background: url("/common/img/banner_campaign.jpg") repeat-x;
  background-size: 960px 75px;
}

.banner--campaign a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 09. js用CLASS*/
/*==================================================*/
.js-dropdown-target {
  display: none;
}

.js-dropdown-position {
  padding-left: 0;
}

.js-select {
  -webkit-appearance: menulist-button;
  -moz-appearance: menulist-button;
  appearance: menulist-button;
}

.js-modal {
  cursor: pointer;
}

.js-active {
  cursor: default;
}

.js-like-number {
  font-size: 16px;
  font-weight: bold;
}

.js-accordion-trigger {
  position: relative;
  display: block;
}

.js-accordion-trigger .icon {
  display: inline-block;
  width: 7px;
  margin-left: 15px;
}

.js-accordion-trigger .icon img {
  display: block;
  width: 100%;
  height: auto;
}

.js-accordion-trigger .icon--rotate {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.js-accordion-target {
  display: none;
}

.js-radio-btn, .js-checkbox-list-btn {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #000000;
  position: relative;
  top: -1px;
}

.js-radio label, .js-checkbox-list label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.js-radio input, .js-checkbox-list input {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  border: none;
}

.js-radio-btn {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 50%;
}

.js-radio-btn.checked {
  border: 3px solid #000000;
}

.js-radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.js-checkbox-btn {
  cursor: pointer;
}

.js-checkbox-list-btn {
  width: 13px;
  height: 13px;
  margin-right: 5px;
}

.js-checkbox-list-btn.checked {
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-position: center center;
  background-size: 8px;
  background-image: url("/common/img/icon_check.svg");
}

.js-coupon-point-value {
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.js-coupon-error-message {
  margin-top: 10px;
  font-size: 10px;
}

.js-more-list {
  display: none;
}

.js-more-block {
  display: block;
}

.js-tab-content {
  display: none;
}

.js-tab-content.active {
  display: block;
}

.js-tab-menu {
  cursor: pointer;
}

.js-tab-menu:not(:first-child) {
  margin-left: 20px;
}

.js-tab-menu.active {
  padding: 5px 15px;
  background: #e5e5e5;
}

.js-alert, .js-btn-alert {
  cursor: pointer;
}

.js-alert.active, .js-btn-alert.active {
  cursor: default;
  opacity: 0.4;
}

.js-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.js-overlay-modal {
  display: none;
  width: 900px;
  height: 510px;
  padding: 20px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow-y: scroll;
  -webkit-box-shadow: 0px 0px 15px #cccccc;
  box-shadow: 0px 0px 15px #cccccc;
  z-index: 101;
}

.js-overlay-modal--instagram {
  height: 500px;
}

.js-overlay-modal--cart {
  /* width: $full;*/
  height: 90%;
}

.js-overlay-modal--cart-inner {
  width: 750px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.js-overlay-modal--cash {
  width: 740px;
  height: 550px;
}

.js-overlay-modal--map {
  height: 90%;
  padding: 80px 0;
}

.js-overlay-modal--leave {
  width: 500px;
  height: 200px;
}

.js-overlay-modal--material {
  width: 500px;
  height: 700px;
}

.js-overlay-modal--material-inner {
  padding-top: 40px;
}

.js-overlay-modal--material-inner img {
  width: 460px;
  height: auto;
}

.js-overlay-modal-cart {
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 30px;
  margin-bottom: 50px;
}

.js-overlay-modal-cart-size {
  width: 130px;
  font-size: 18px;
}

.js-overlay-modal-cart-size span {
  font-size: 14px;
}

.js-overlay-modal-cart-shipping {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 135px;
}

.js-overlay-modal-cart-preorder {
  font-size: 14px;
  margin-top: 10px;
}

.js-overlay-modal-cart-box {
  padding-top: 30px;
}

.js-overlay-modal-cart-box-sku {
  width: 625px;
}

.js-overlay-modal-cart-prev {
  margin-top: 30px;
}

.js-overlay-modal-cart-prev:not(:first-child) {
  display: none;
}

.js-overlay-modal-cart__img--item, .js-overlay-modal-cart__img--prev {
  width: 105px;
  height: 139px;
  margin-top: 5px;
  margin-right: 20px;
  margin-bottom: 5px;
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.js-overlay-modal-cart__img--prev {
  margin-top: 0;
  margin-bottom: 0;
}

.js-overlay-modal-box {
  width: 510px;
  margin-right: auto;
  margin-left: auto;
}

.js-overlay-modal-box iframe {
  margin-top: 25px;
  margin-bottom: 25px;
}

.js-overlay-modal-box--leave {
  text-align: center;
  margin: 20px auto 0;
}

.js-overlay-modal-box__head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.js-overlay-modal-box__text {
  font-size: 12px;
}

.js-overlay-modal-box--instagram {
  width: 50%;
}

.js-overlay-modal-box__list {
  font-size: 12px;
  padding: 0px 0px 20px 20px;
  line-height: 1.3;
}

.js-overlay-modal-box__list--model {
  font-size: 12px;
}

.js-overlay-modal-box__list--title {
  font-size: 12px;
}

.js-overlay-modal-box__list--item {
  font-size: 16px;
  font-weight: bold;
}

.js-overlay-modal-box__list a {
  color: #000000;
}

.js-overlay-modal-box-item {
  padding-left: 20px;
}

.js-overlay-modal-box-item__img {
  width: 100px;
}

.js-overlay-modal-box-item__list {
  font-size: 12px;
  line-height: 1.3;
  width: 230px;
  margin-bottom: 20px;
}

.js-overlay-modal-box-item__list:nth-child(2n) {
  margin-left: 30px;
}

.js-overlay-modal-box-item__list img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}

.js-overlay-modal-box-item__list p {
  margin-bottom: 5px;
}

.js-overlay-modal__main-img {
  width: 350px;
}

.js-overlay-modal__main-img--instagram {
  width: 415px;
  height: 415px;
}

.js-overlay-modal__heading {
  font-size: 16px;
  font-weight: bold;
}

.js-overlay-modal__text {
  font-size: 12px;
}

.js-overlay-modal__text--brand, .js-overlay-modal__text--item {
  margin-bottom: 5px;
}

.js-overlay-modal__text--read {
  margin-top: 20px;
  font-size: 12px;
  line-height: 1.6;
}

.js-overlay-modal .title--item {
  margin: 0;
}

.modal-box {
  border-bottom: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}

.modal-box:nth-child(2) {
  border-bottom: none;
}

.modal-box-payment-box {
  margin-bottom: 10px;
}

.modal-box-payment--l {
  width: 280px;
}

.modal-box-payment--r {
  width: 420px;
}

.modal-alert {
  display: none;
  width: 400px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  background: #ffffff;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  z-index: 110;
  -webkit-box-shadow: 0px 0px 10px #cccccc;
  box-shadow: 0px 0px 10px #cccccc;
}

.modal-alert--stokist {
  height: 300px;
}

.modal-alert__text {
  text-align: center;
  font-size: 14px;
}

.modal-alert-container {
  width: 90%;
  height: 100%;
  display: table;
  margin-right: auto;
  margin-left: auto;
}

.modal-alert-container-box {
  display: table-cell;
  vertical-align: middle;
}

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

.modal__credit-logo {
  width: 250px;
  height: auto;
}

/* 02. text*/
/*==================================================*/
.text {
  font-weight: normal;
  line-height: 1.5;
  /* 位置*/
  /* サイズ*/
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--9 {
  /* font-size9px => 50px */
  font-size: 9px;
}

.text--10 {
  /* font-size9px => 50px */
  font-size: 10px;
}

.text--11 {
  /* font-size9px => 50px */
  font-size: 11px;
}

.text--12 {
  /* font-size9px => 50px */
  font-size: 12px;
}

.text--13 {
  /* font-size9px => 50px */
  font-size: 13px;
}

.text--14 {
  /* font-size9px => 50px */
  font-size: 14px;
}

.text--15 {
  /* font-size9px => 50px */
  font-size: 15px;
}

.text--16 {
  /* font-size9px => 50px */
  font-size: 16px;
}

.text--17 {
  /* font-size9px => 50px */
  font-size: 17px;
}

.text--18 {
  /* font-size9px => 50px */
  font-size: 18px;
}

.text--19 {
  /* font-size9px => 50px */
  font-size: 19px;
}

.text--20 {
  /* font-size9px => 50px */
  font-size: 20px;
}

.text--21 {
  /* font-size9px => 50px */
  font-size: 21px;
}

.text--22 {
  /* font-size9px => 50px */
  font-size: 22px;
}

.text--23 {
  /* font-size9px => 50px */
  font-size: 23px;
}

.text--24 {
  /* font-size9px => 50px */
  font-size: 24px;
}

.text--25 {
  /* font-size9px => 50px */
  font-size: 25px;
}

.text--26 {
  /* font-size9px => 50px */
  font-size: 26px;
}

.text--27 {
  /* font-size9px => 50px */
  font-size: 27px;
}

.text--28 {
  /* font-size9px => 50px */
  font-size: 28px;
}

.text--29 {
  /* font-size9px => 50px */
  font-size: 29px;
}

.text--30 {
  /* font-size9px => 50px */
  font-size: 30px;
}

.text--31 {
  /* font-size9px => 50px */
  font-size: 31px;
}

.text--32 {
  /* font-size9px => 50px */
  font-size: 32px;
}

.text--33 {
  /* font-size9px => 50px */
  font-size: 33px;
}

.text--34 {
  /* font-size9px => 50px */
  font-size: 34px;
}

.text--35 {
  /* font-size9px => 50px */
  font-size: 35px;
}

.text--36 {
  /* font-size9px => 50px */
  font-size: 36px;
}

.text--37 {
  /* font-size9px => 50px */
  font-size: 37px;
}

.text--38 {
  /* font-size9px => 50px */
  font-size: 38px;
}

.text--39 {
  /* font-size9px => 50px */
  font-size: 39px;
}

.text--40 {
  /* font-size9px => 50px */
  font-size: 40px;
}

.text--41 {
  /* font-size9px => 50px */
  font-size: 41px;
}

.text--42 {
  /* font-size9px => 50px */
  font-size: 42px;
}

.text--43 {
  /* font-size9px => 50px */
  font-size: 43px;
}

.text--44 {
  /* font-size9px => 50px */
  font-size: 44px;
}

.text--45 {
  /* font-size9px => 50px */
  font-size: 45px;
}

.text--46 {
  /* font-size9px => 50px */
  font-size: 46px;
}

.text--47 {
  /* font-size9px => 50px */
  font-size: 47px;
}

.text--48 {
  /* font-size9px => 50px */
  font-size: 48px;
}

.text--49 {
  /* font-size9px => 50px */
  font-size: 49px;
}

.text--50 {
  /* font-size9px => 50px */
  font-size: 50px;
}

.text--bold {
  font-weight: bold;
}

.text--light {
  font-weight: normal;
}

.text--warning {
  color: #e70012;
}

.text--date {
  font-size: 12px;
  font-weight: bold;
  color: #999999;
}

.text--like {
  font-size: 16px;
  font-weight: bold;
  color: #999999;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-gray1 {
  color: #666666;
}

.color-gray2 {
  color: #999999;
}

.color-gray3 {
  color: #939393;
}

.color-gray4 {
  color: #bfbfbf;
}

.color-red1 {
  color: #e70012;
}

.color-red2 {
  color: #d52c25;
}

.color-brown {
  color: #7b5327;
}

.color-beige {
  color: #cfc0a8;
}

.color-green {
  color: #005552;
}

.color-blue {
  color: #004981;
}

.color-purple {
  color: #480044;
}

.color-yellow {
  color: #fff7a5;
}

.color-pink {
  color: #e7a0a1;
}

.color-orange {
  color: #dd692a;
}

.color-gold {
  color: #b38851;
}

.color-silver {
  color: #a1a1a1;
}

.color-bronze {
  color: #8f5732;
}

.title {
  font-weight: bold;
  line-height: 1.3;
}

.title--primary {
  margin-bottom: 25px;
  font-weight: bold;
}

.title--item {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.title--favorite {
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  margin-right: 15px;
}

.title--favorite-user {
  margin-top: 15px;
  font-size: 20px;
}

.title--ranking {
  font-size: 18px;
  margin-bottom: 10px;
}

.title--desc {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.title--desc:not(:first-child) {
  margin-top: 40px;
}

.title--modal-title {
  margin-top: 25px;
}

.title--modal-variation {
  margin-top: 30px;
}

.title--modal-variation:first-child {
  margin-right: 107px;
}

.title--modal-primary {
  margin-top: 30px;
}

.read--item {
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.link__text {
  text-decoration: none;
}

.link--item {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link--item a {
  color: #939393;
}

/* 03. 背景 */
/*==================================================*/
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-gray1 {
  background-color: #666666;
}

.bg-gray2 {
  background-color: #999999;
}

.bg-gray3 {
  background-color: #939393;
}

.bg-gray4 {
  background-color: #bfbfbf;
}

.bg-gray5 {
  background-color: #e5e5e5;
}

.bg-red1 {
  background-color: #e70012;
}

.bg-red2 {
  background-color: #d52c25;
}

.bg-brown {
  background-color: #7b5327;
}

.bg-beige {
  background-color: #cfc0a8;
}

.bg-green {
  background-color: #005552;
}

.bg-blue {
  background-color: #004981;
}

.bg-purple {
  background-color: #480044;
}

.bg-yellow {
  background-color: #fff7a5;
}

.bg-pink {
  background-color: #e7a0a1;
}

.bg-orange {
  background-color: #dd692a;
}

.bg-gold {
  background-color: #b38851;
}

.bg-silver {
  background-color: #a1a1a1;
}

.bg-bronze {
  background-color: #8f5732;
}

/* 03. select */
/*==================================================*/
.select-box {
  position: relative;
}

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

.select-box select {
  width: 100%;
  height: 25px;
  display: block;
  padding-left: 10px;
  border: 1px solid #000000;
  border-radius: 0;
  background-position: right 10px center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url("/common/img/icon_arrow_light_down.svg");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box--tiny {
  width: 100px;
}

.select-box--small {
  width: 125px;
}

.select-box--medium {
  width: 210px;
}

/* 03. カラーチップ */
/*==================================================*/
.color-tip {
  width: 15px;
  height: 15px;
  border: 1px solid #000000;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.color-tip.selected {
  position: relative;
}

.color-tip.selected:before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  border: 1px solid #999999;
  position: absolute;
  top: -4px;
  left: -4px;
}

.color-tip--white {
  background: #ffffff;
}

.color-tip--black {
  background: #000000;
}

.color-tip--gray {
  background: #bfbfbf;
}

.color-tip--brown {
  background: #7b5327;
}

.color-tip--beige {
  background: #cfc0a8;
}

.color-tip--green {
  background: #005552;
}

.color-tip--blue {
  background: #004981;
}

.color-tip--purple {
  background: #480044;
}

.color-tip--yellow {
  background: #fff7a5;
}

.color-tip--pink {
  background: #e7a0a1;
}

.color-tip--red {
  background: #d52c25;
}

.color-tip--orange {
  background: #dd692a;
}

.color-tip--etc {
  background: #ffffff;
  border-style: dotted;
}

.color-tip--list {
  margin-right: 5px;
}

/* 08. Pagenation*/
/*==================================================*/
.pagenation {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagenation--bottom {
  margin-top: 50px;
}

.pagenation__text {
  font-size: 10px;
  margin-left: 10px;
}

.pagenation__text--large {
  font-size: 15px;
}

.pagenation__text--bottom {
  margin-right: 10px;
}

.pagenation__text--result {
  text-align: center;
  margin-bottom: 30px;
}

.pagenation__link {
  color: #000000;
  text-decoration: none;
}

.pagenation__link--gray {
  color: #cccccc;
  line-height: 1.5;
}

/* 08. Layout*/
/*==================================================*/
.media {
  width: 100%;
  margin-bottom: 50px;
}

.media a {
  text-decoration: none;
}

.media__title {
  font-size: 16px;
}

.media__text {
  font-size: 12px;
  margin-top: 10px;
}

.media-img {
  width: 40%;
  max-width: 460px;
}

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

.media-desc {
  width: 55%;
}

.media-post {
  margin-top: 30px;
}

.media-post .media-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.staff {
  margin-top: 10px;
}

.staff__img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.staff__text {
  font-size: 10px;
  line-height: 1.4;
  word-break: break-all;
}

.grid-favorite {
  position: absolute;
  top: 0;
  right: 0;
}

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

.grid-item__title--instagram:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  background: url("/common/img/icon_instagram.svg");
}

.grid-item__text {
  font-size: 12px;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.grid-item__text--small {
  font-size: 10px;
}

.grid-item__text--article-date {
  margin-right: 20px;
}

.grid-item__link {
  color: #000000;
}

.grid-item-heading {
  margin-bottom: 25px;
}

.grid-item-box {
  position: relative;
  margin-top: 10px;
}

.grid-item-box-article__date {
  margin-right: 15px;
}

.grid-item-img {
  position: relative;
}

.grid-item-img:hover .item-menu {
  display: table;
}

.grid-item-img--ranking:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  color: #ffffff;
  background: #000000;
}

.grid-item-img--ranking-small:after {
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.grid-item-img--ranking-medium:after {
  font-size: 18px;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.grid-item-img--ranking-top:after {
  top: 5px;
}

.grid-item-img--ranking-bottom:after {
  bottom: 5px;
}

.grid-item-img--ranking-1:after {
  background: #b38851;
  content: "1";
}

.grid-item-img--ranking-2:after {
  background: #a1a1a1;
  content: "2";
}

.grid-item-img--ranking-3:after {
  background: #8f5732;
  content: "3";
}

.grid-item-img--ranking-4:after {
  content: "4";
}

.grid-item-img--ranking-5:after {
  content: "5";
}

.grid-item-img--ranking-6:after {
  content: "6";
}

.grid-item-img--ranking-7:after {
  content: "7";
}

.grid-item-img--ranking-8:after {
  content: "8";
}

.grid-item-img--ranking-9:after {
  content: "9";
}

.grid-item-img--ranking-10:after {
  content: "10";
}

.grid-item-img--ranking-11:after {
  content: "11";
}

.grid-item-img--ranking-12:after {
  content: "12";
}

.grid-item-img--ranking-13:after {
  content: "13";
}

.grid-item-img--ranking-14:after {
  content: "14";
}

.grid-item-img--ranking-15:after {
  content: "15";
}

.grid-item-img--ranking-16:after {
  content: "16";
}

.grid-item-img--ranking-17:after {
  content: "17";
}

.grid-item-img--ranking-18:after {
  content: "18";
}

.grid-item-img--ranking-19:after {
  content: "19";
}

.grid-item-img--ranking-20:after {
  content: "20";
}

.grid-item-img--set-item:after {
  content: "+";
  display: block;
  position: absolute;
  margin-top: -20px;
  top: 50%;
  right: -18px;
  font-size: 26px;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
}

.grid-item-img--or-item:after {
  content: "or";
  display: block;
  position: absolute;
  margin-top: -15px;
  top: 50%;
  right: -18px;
  font-size: 18px;
  font-weight: bold;
  z-index: 1;
  line-height: 1;
}

.grid-item-img__link {
  line-height: 0;
  position: relative;
  display: block;
  color: #000000;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.3;
}

.grid-item-img__link--tag img {
  border: 1px solid #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid-item-img__link--tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
  background-size: 15px;
  background: url("../../common/img/icon_tag.svg");
  z-index: 99;
}

.grid-item-img__link--tag:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99;
}

.grid-item-img__link--ranking {
  text-decoration: none;
  position: relative;
}

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

.grid-item-img__title--tag {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99;
}

.grid-item-logo {
  width: 100%;
  height: 80px;
  display: table;
}

.grid-item-logo-box {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.grid-item-logo__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.col-1 {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.col-1:nth-child(1n) {
  margin-right: 0;
}

.col-1 .grid-item-img__img, .col-1 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-1 .grid-item-img__img--article {
  height: 1280px;
}

.col-1--box {
  width: 10%;
}

.col-1--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}

.col-2 {
  float: left;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
}

.col-2:nth-child(2n) {
  margin-right: 0;
}

.col-2 .grid-item-img__img, .col-2 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-2 .media-img__img {
  width: 185px;
}

.col-2 .media-img__img--article {
  height: 246px;
}

.col-2 .grid-item-img__img--article {
  height: 614px;
}

.col-2--box {
  width: 20%;
}

.col-2--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 50%;
}

.col-3 {
  float: left;
  margin-bottom: 20px;
  width: 32%;
  margin-right: 2%;
}

.col-3:nth-child(3n) {
  margin-right: 0;
}

.col-3 .grid-item-img__img, .col-3 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-3 .grid-item-img__img--article {
  height: 410px;
}

.col-3--box {
  width: 30%;
}

.col-3--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 33.333333%;
}

.col-4 {
  float: left;
  margin-bottom: 20px;
  width: 24%;
  margin-right: 1.3%;
}

.col-4:nth-child(4n) {
  margin-right: 0;
}

.col-4 .grid-item-img__img, .col-4 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-4 .grid-item-img__img--article {
  height: 307px;
}

.col-4--box {
  width: 40%;
}

.col-4--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 25%;
}

.col-5 {
  float: left;
  margin-bottom: 20px;
  width: 19.2%;
  margin-right: 1%;
}

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

.col-5 .grid-item-img__img, .col-5 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-5 .grid-item-img__img--article {
  height: 245px;
}

.col-5--box {
  width: 50%;
}

.col-5--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 20%;
}

.col-6 {
  float: left;
  margin-bottom: 20px;
  width: 15.8%;
  margin-right: 1%;
}

.col-6:nth-child(6n) {
  margin-right: 0;
}

.col-6 .grid-item-img__img, .col-6 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-6 .grid-item__text {
  font-size: 10px;
}

.col-6 .grid-item-img__img--article {
  height: 202px;
}

.col-6--box {
  width: 60%;
}

.col-6--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 16.666666%;
}

.col-7 {
  float: left;
  margin-bottom: 20px;
  width: 13.5%;
  margin-right: 0.9%;
}

.col-7:nth-child(7n) {
  margin-right: 0;
}

.col-7 .grid-item-img__img, .col-7 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-7:nth-child(7n) {
  margin-left: 0.1%;
}

.col-7 .grid-item__text {
  font-size: 10px;
}

.col-7 .grid-item-img__img--article {
  height: 173px;
}

.col-7--box {
  width: 70%;
}

.col-7--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 14.285714%;
}

.col-8 {
  float: left;
  margin-bottom: 20px;
  width: 11.6%;
  margin-right: 1%;
}

.col-8:nth-child(8n) {
  margin-right: 0;
}

.col-8 .grid-item-img__img, .col-8 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-8:nth-child(8n) {
  margin-left: 0.1%;
}

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

.col-8 .grid-item-img__img--article {
  height: 148px;
}

.col-8--box {
  width: 80%;
}

.col-8--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 12.5%;
}

.col-9 {
  float: left;
  margin-bottom: 20px;
  width: 10.2%;
  margin-right: 1%;
}

.col-9:nth-child(9n) {
  margin-right: 0;
}

.col-9 .grid-item-img__img, .col-9 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

.col-9:nth-child(9n) {
  margin-left: 0.2%;
}

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

.col-9 .grid-item-img__img--article {
  height: 130px;
}

.col-9--box {
  width: 90%;
}

.col-9--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 11.111111%;
}

.col-10 {
  float: left;
  margin-bottom: 20px;
  width: 9.1%;
  margin-right: 1%;
}

.col-10:nth-child(10n) {
  margin-right: 0;
}

.col-10 .grid-item-img__img, .col-10 .media-img__img {
  -o-object-fit: cover;
  object-fit: cover;
}

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

.col-10 .grid-item-img__img--article {
  height: 116px;
}

.col-10--box {
  width: 100%;
}

.col-10--sticky {
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  width: 10%;
}

/* marginとpadding */
.m-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.pt-35 {
  padding-top: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pl-35 {
  padding-left: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.pt-45 {
  padding-top: 45px;
}

.pr-45 {
  padding-right: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mr-55 {
  margin-right: 55px;
}

.mb-55 {
  margin-bottom: 55px;
}

.ml-55 {
  margin-left: 55px;
}

.pt-55 {
  padding-top: 55px;
}

.pr-55 {
  padding-right: 55px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pl-55 {
  padding-left: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mr-60 {
  margin-right: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-60 {
  margin-left: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mr-65 {
  margin-right: 65px;
}

.mb-65 {
  margin-bottom: 65px;
}

.ml-65 {
  margin-left: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pr-65 {
  padding-right: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pl-65 {
  padding-left: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mr-70 {
  margin-right: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.ml-70 {
  margin-left: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pr-70 {
  padding-right: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pl-70 {
  padding-left: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mr-75 {
  margin-right: 75px;
}

.mb-75 {
  margin-bottom: 75px;
}

.ml-75 {
  margin-left: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pr-75 {
  padding-right: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pl-75 {
  padding-left: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mr-80 {
  margin-right: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.ml-80 {
  margin-left: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pl-80 {
  padding-left: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mr-85 {
  margin-right: 85px;
}

.mb-85 {
  margin-bottom: 85px;
}

.ml-85 {
  margin-left: 85px;
}

.pt-85 {
  padding-top: 85px;
}

.pr-85 {
  padding-right: 85px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pl-85 {
  padding-left: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mr-90 {
  margin-right: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.ml-90 {
  margin-left: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pl-90 {
  padding-left: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mr-95 {
  margin-right: 95px;
}

.mb-95 {
  margin-bottom: 95px;
}

.ml-95 {
  margin-left: 95px;
}

.pt-95 {
  padding-top: 95px;
}

.pr-95 {
  padding-right: 95px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pl-95 {
  padding-left: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.ml-100 {
  margin-left: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pl-100 {
  padding-left: 100px;
}

/* 06. inline */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 縦位置 */
  /* 横位置 */
  /* 折り返し */
}

.flex-a-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-a-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-a-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-j-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-j-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-j-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-j-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.inline {
  display: inline;
}

.inline--block {
  display: inline-block;
}

.float--l {
  float: left;
}

.float--r {
  float: right;
}

.block {
  display: block;
}

.scroll-x {
  overflow: hidden;
  overflow-x: scroll;
}

.scroll-x::-webkit-scrollbar {
  height: 8px;
}

.scroll-x::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #e5e5e5;
}

.scroll-x::-webkit-scrollbar-thumb {
  background: #cccccc;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}
/*# sourceMappingURL=module.css.map */