@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins");
/*==================================================
    Base Style
==================================================*/
body {
  font-family: 'Roboto', 'Noto Sans Japanese', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

a{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}

.wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

body[class*=is-drawer-active],
.is-full-search-modal-open {
  overflow: hidden;
}

.is-full-search-modal-open.is-drawer-active-menu {
  overflow: auto;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.is-modal-open {
  position: relative;
}

.is-modal-open:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.is-modal-open2:after{
  background: rgba(0, 0, 0, 0.8);
}
.contents {
  padding: 0 15px 90px;
  position: relative;
}

.header {
  padding: 0 15px;
}

.header--banner img {
  display: block;
}

.header--inner {
  height: 0;
  height: 54px;
}

.header--fix {
  display: flex;
  padding: 14.5px 15px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.04);
  z-index: 1000;
  background: #fff;
  transition: .6s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  opacity: 1;
}

.is-drawer-fixed .header--fix {
  top: 0;
}

.is-drawer-gone .header--fix {
  top: -56px;
  opacity: 0;
}

.header__is-banner .header--inner {
  height: 54px;
}

.header--menu-logo-container {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  max-width: 180px;
  width: 100%;
  margin-right: 10px;
}

.header--menu {
  margin-right: 10px;
}

.header--menu > button {
  display: block;
  width: 23px;
  height: 20.5px;
  padding: 0;
  border: 0 none;
  background: transparent url(../img/header-icon-menu.png) center/contain no-repeat;
  cursor: pointer;
}

.header--menu > button.js-menu-trg.close {
  background-image: url(../img/icon-close-black.png);
  display: none;
}

.header--logo {
  padding: 0;
  line-height: 20px;
}

.header--logo img {
  max-width: none;
  width: 138px;
  vertical-align: 1px;
}

.header--list {
  display: flex;
  justify-content: space-between;
  max-width: 133px;
  width: 100%;
  margin-left: auto;
}

.header--list li > button {
  margin: 0;
  padding: 0;
  border: 0 none;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  background-size: 100%;
  display: block;
}

.header--list li.header--list-search > button {
  width: 20px;
  height: 21px;
  cursor: pointer;
  background: url(../img/icon-search.png) center/contain no-repeat;
}

.header--list li.header--list-search > button.js-menu-trg.close {
  background-image: url(../img/icon-close-black.png);
  display: none;
}

.header--list li.header--list-cart > button {
  width: 32px;
  height: 21px;
  padding-right: 11px;
  position: relative;
}

.header--list li.header--list-cart > button .header--list-cart-count {
  display: block;
  position: absolute;
  background-color: #d76764;
  color: #fff;
  width: 17px;
  line-height: 17px;
  font-size: 10px;
  border-radius: 50%;
  top: -2px;
  right: 9px;
  transform: translate(50%, 0);
}

.header--list li.header--list-brand {
  font-size: 10px;
  width: 37.2px;
}

.header--list li.header--list-brand > button {
  padding: 0 0 4px;
  cursor: pointer;
}

.is-drawer-active-brand .header--list li.header--list-brand > button {
  padding-bottom: 0;
}

.header--list li.header--list-brand > button.js-menu-trg.close {
  display: none;
}



.header--list li.header--list-brand > button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  display: block;
  margin: -2px auto;
}

.is-drawer-active-brand .header--list li.header--list-brand > button:after {
  transform: rotate(225deg);
  margin: 0 auto;
}

.is-drawer-active .js-menu-trg__hamburger {
  background-image: url(../img/icon-close-black.png);
  background-size: contain;
}

.breadcrumbs--inner {
  overflow-x: scroll;
}

.breadcrumbs--inner ul {
  display: inline-flex;
  font-size: 12px;
}

.breadcrumbs--inner ul li {
  padding: 0;
  white-space: nowrap;
}

.breadcrumbs--inner ul li a {
  display: block;
  padding: 12px 16px 10px;
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

.breadcrumbs--inner ul li.is-current a {
  border-bottom-color: #000;
}

.footer {
  background-color: #000;
  padding: 30px 15px 14px;
}

.footer--nav-1 {
  overflow: hidden;
  margin: 0 0 30px;
}

.footer--nav-1 ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 1.285714;
  margin: -10px -5px 0;
}

.footer--nav-1 ul li {
  width: 50%;
  min-width: 50%;
  height: 55px;
  padding: 0 5px;
  margin: 10px 0 0;
}

.footer--nav-1 ul li a {
  background-color: #fff;
  color: #333333;
  border-radius: 4px;
  display: block;
  height: 100%;
  align-items: center;
  display: flex;
  padding: 0 15px;
  position: relative;
}

.footer--nav-1 ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  display: block;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.footer--nav-1 ul li a:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin: 0 7px 0 0;
}

.footer--nav-1 ul li.footer--nav-1-1 {
  width: 100%;
}

.footer--nav-1 ul li.footer--nav-1-1 a:before {
  width: 25px;
  height: 25px;
  background-image: url("../img/footer-icon-01.png");
}

.footer--nav-1 ul li.footer--nav-1-2 a:before {
  width: 25px;
  height: 17px;
  background-image: url("../img/footer-icon-02.png");
}

.footer--nav-1 ul li.footer--nav-1-3 a:before {
  width: 20px;
  height: 25px;
  background-image: url("../img/footer-icon-03.png");
}

.footer--nav-1 ul li.footer--nav-1-4 a:before {
  width: 22px;
  height: 22px;
  background-image: url("../img/footer-icon-04.png");
}

.footer--nav-1 ul li.footer--nav-1-5 a:before {
  width: 20px;
  height: 24px;
  background-image: url("../img/footer-icon-05.png");
}

.footer--nav-2 {
  margin: 0 -15px 32px;
}

.footer--nav-2 ul {
  border-bottom: 1px solid #aaaaaa;
  font-size: 14px;
  line-height: 1.5;
}

.footer--nav-2 ul li {
  border-top: 1px solid #aaaaaa;
}

.footer--nav-2 ul li a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  position: relative;
}

.footer--nav-2 ul li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  display: block;
  margin: -2px 0 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer--logo {
  margin: 0 auto 25px;
  text-align: center;
  width: 185px;
}

.footer--logo a {
  display: block;
}

.footer--logo a img {
  width: 100%;
}

.footer--sns {
  margin: 0 0 36px;
}

.footer--sns ul {
  display: flex;
  justify-content: center;
}

.footer--sns ul li {
  width: 45px;
  margin: 0 15px;
}

.footer--sns ul li img {
  width: 100%;
}

.footer--nav-3 {
  margin: 0 0 16px;
}

.footer--nav-3 ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 12px;
  line-height: 2;
}

.footer--nav-3 ul li a {
  color: #fff;
  padding: 0 1em;
  border-left: solid #fff 1px;
  box-sizing: content-box;
}

.footer--nav-3 ul :last-child a {
  border-right: solid #fff 1px;
}

.footer--nav-4 {
  background-color: #262626;
  color: #fff;
  margin: 0 -15px 15px;
  text-align: center;
  padding: 10px 0;
}

.footer--nav-4 ul {
  display: inline-flex;
  font-size: 12px;
}

.footer--nav-4 ul li {
  margin: 0 1em;
}

.footer--nav-4 ul li a {
  color: #fff;
}

.footer--nav-4 ul li.footer--nav-4-1 a {
  display: block;
}

.footer--nav-4 ul li.footer--nav-4-1 a:before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 9px;
  background-image: url("../img/footer-icon-06.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin: 0 6px 0 0;
}

.footer--nav-4 ul li.footer--nav-4-2 a {
  display: block;
}

.footer--nav-4 ul li.footer--nav-4-2 a:before {
  display: inline-block;
  content: "";
  width: 9px;
  height: 9px;
  background-image: url("../img/footer-icon-07.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  margin: 0 6px 0 0;
}

.footer--switch {
  text-align: center;
  margin: 0 0 12px;
}

.footer--switch a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 5px;
}

.footer--copyright {
  margin: 0;
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.brand-slider {
  margin: 0 -15px 30px;
}

.brand-slider__brand-banner .brand-slider--item ul li {
  margin-bottom: 12px;
  padding: 0 15px;
}

.brand-slider__brand-banner .brand-slider--item ul li a img {
  display: block;
}

.brand-slider .slick-list {
  margin: 0;
}

.brand-slider__brand-top {
  margin-bottom: 40px;
  position: relative;
}

.brand-slider__brand-top .brand-slider--item > ul > li {
  margin-bottom: 0;
}

.brand-slider__brand-top > .slick-list {
  margin-bottom: 0;
}

.brand-slider__brand-top .slick-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 12.5px;
  z-index: 10;
}

.block-topic-path {
  padding: 0;
  background: none;
  margin-top: 10px !important;
}

.block-topic-path a {
  text-decoration: none;
  line-height: 10.5px;
  color: #888888;
  font-size: 11px;
}

.btn-1 {
  margin-bottom: 20px;
}
a.js-enhanced-ecommerce-add-cart-detail-modal{
  width: 150px;
  background: #003685;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
 display: block;
 text-align: center;
 text-decoration: none;
}
.btn-1 > button,
.btn-1 > a,
.btn-1 > span {
  display: block;
  width: 275px;
  margin: 0 auto;
  padding: 12px 0;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background-color: #666;
  border: 0 none;
}

.btn-1__input-label {
  display: block;
  cursor: pointer;
}

.btn-1__input-label:hover > span {
  text-decoration: underline;
}

.btn-1__plane > button,
.btn-1__plane > a {
  line-height: 58px;
  border-radius: 4px;
  border: 1px solid #111111;
  margin: 0;
  width: auto;
  padding: 0;
  color: #333333;
  background: none;
}

.btn-1__favorite > button,
.btn-1__favorite > a {
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid #333333;
  font-size: 13px;
  margin: 0;
  width: auto;
  padding: 0;
  color: #333333;
  background: none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-1__favorite > button,
.btn-1__favorite > a:hover {
  background: none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn-1__store-stock > button,
.btn-1__store-stock > a {
  line-height: 46px;
  border-radius: 4px;
  border: 1px solid #333333;
  font-size: 13px;
  margin: 0;
  width: auto;
  padding: 0;
  color: #333333;
  background: none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.btn-1__store-stock > button,
.btn-1__store-stock > a:hover {
  background: none;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.btn-1__bottom > button,
.btn-1__bottom > a {
  line-height: 48px;
  border-radius: 4px;
  padding: 0;
}

.btn-1__bottom > button:after,
.btn-1__bottom > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -6px 0 0 8px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-1__bottom > button.is-open:after,
.btn-1__bottom > a.is-open:after {
  margin: 2px 0 0 8px;
  transform: rotate(-135deg);
}

.btn-1__next > button,
.btn-1__next > a {
  line-height: 48px;
  border-radius: 4px;
  padding: 0;
}

.btn-1__next > button:after,
.btn-1__next > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 8px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.btn-1__cart > input {
  display: none;
}

.btn-1__cart > button,
.btn-1__cart > a,
.btn-1__cart > span {
  width: auto;
  background: #003685;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  padding: 0;
  border-radius: 4px;
}

.btn-1__cart > button:before,
.btn-1__cart > a:before,
.btn-1__cart > span:before {
  background: url(../img/icon-cart-white.png) center/cover no-repeat;
  content: "";
  width: 19.5px;
  height: 18.5px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.btn-1__cart > button {
  display: block;
  border: 0 none;
  width: 100%;
}

.btn-1__cart-small > input {
  display: none;
}

.btn-1__cart-small > span {
  width: 150px;
  background: #003685;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.btn-1__cart-small-app > span {
  width: 150px;
  background: #003685;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  text-align: initial;
  border-radius: 4px;
}

.btn-1__cart-small > span:before {
  background: url(../img/icon-cart-white.png) center/cover no-repeat;
  content: "";
  height: 16px;
  width: 15.1794871795px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.btn-1__cart-small-app > span:before {
  content: "";
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}


.btn-3__cart > input {
  display: none;
}

.btn-3__cart > button,
.btn-3__cart > a,
.btn-3__cart > span {
  width: auto;
  background: #648CFF;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  padding: 0;
  border-radius: 4px;
}

.btn-3__cart > button:before,
.btn-3__cart > a:before,
.btn-3__cart > span:before {
  background: url(../img/icon-storepickup-white.png) center/cover no-repeat;
  content: "";
  width: 19.5px;
  height: 18.5px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}

.btn-3__cart > button {
  display: block;
  border: 0 none;
  width: 100%;
}

.btn-3__cart-small > input {
  display: none;
}

.btn-3__cart-small > span {
  width: 150px;
  background: #003685;
  color: #ffffff;
  font-size: 13px;
  line-height: 40px;
  padding: 0;
  border-radius: 4px;
}

.btn-3__cart-small > span:before {
  background: url(../img/icon-cart-white.png) center/cover no-repeat;
  content: "";
  height: 16px;
  width: 15.1794871795px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -3px;
}



.delivery-schedule {
  color: #003685;
  font-size: 12px;
  line-height: 1.4;
  padding: 9px 0;
}

.drawer {
  position: relative;
}

.drawer--wrapper {
  z-index: 100;
  position: fixed;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  top: calc(54px + (100vw * 0.16927));
  height: calc(100% - 54px - (100vw * 0.16927));
}

.is-drawer-fixed .drawer--wrapper {
  top: 54px;
  height: calc(100% - 54px);
}

.drawer--slide-container {
  height: 100%;
  pointer-events: all;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer__full-search .drawer--slide-container {
  height: 100%;
  pointer-events: all;
  padding-bottom: 90px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--head {
  background-color: #e6e6e6;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.drawer--head-back {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
}

.drawer--head-back:before {
  background: url(../img/icon-arrow-right.png) center/cover no-repeat;
  transform: scale(-1, 1);
  content: "";
  width: 6.5px;
  height: 12.5px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: -2px;
}

.drawer--keyword {
  padding: 20px 15px;
}

.drawer--keyword-input {
  position: relative;
  margin-top: 12px;
}

.drawer--keyword-input > input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 13px 49px 13px 13px;
  border-radius: 5px;
  border: solid 1px #bdbdbd;
  font-size: 14px;
  line-height: 1;
  color: #e6e6e6;
}

.drawer--keyword-input > input:focus {
  color: #000000;
}

.drawer--keyword-input > a {
  position: absolute;
  top: 11px;
  right: 16px;
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/icon-search.png) center/cover no-repeat;
}

.drawer--keyword-input > button {
  position: absolute;
  top: 11px;
  right: 16px;
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/icon-search.png) center/cover no-repeat;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.drawer--background-wrapper {
  background-color: #ffffff;
}

.drawer--list-head {
  padding: 30px 15px 10px;
  background-color: #f2f2f2;
  font-size: 12px;
  line-height: 1;
}

.drawer--list-item {
  display: block;
  padding: 15px;
  border-bottom: solid 1px #f2f2f2;
  font-size: 14px;
  line-height: 14px;
  cursor: pointer;
  background: url(../img/icon-arrow-right.png) center right 15px/6.5px no-repeat;
}

.drawer--list-item > .text {
  position: relative;
  display: inline-block;
}

.drawer--list-item > .text > .notice-badge {
  display: block;
  position: absolute;
  top: -3px;
  left: 90%;
  width: 18px;
  height: auto;
  background: #00a6de;
  border-radius: 50%;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  transform: translate(50%, 0);
}

.header--menu  > .notice-badge {
  display: block;
  position: absolute;
  top: 13px;
  left: 25px;
  width: 18px;
  height: auto;
  background: #00a6de;
  border-radius: 50%;
  color: #fff;
  line-height: 18px;
  font-size: 10px;
  text-align: center;
  transform: translate(50%, 0);
}

.drawer--list-item__big > p:first-child {
  font-size: 14px;
  margin-bottom: 4px;
}

.drawer--list-item__big > p:last-child {
  font-size: 12px;
  line-height: 16px;
}

.drawer--list-item__big > p:last-child > span {
  display: block;
}

.drawer--list-item__big > p:last-child > span > span {
  color: #ff0000;
}

.drawer--list-item__select {
  display: flex;
  justify-content: space-between;
  background-image: none;
  cursor: auto;
}

.drawer--list-item__select > select {
  width: 70px;
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #a6a6a6;
  border: 0 none;
  text-align: right;
  padding: 0;
}

.drawer--list-item__select > select:focus {
  color: #333;
}

.drawer--list-item__select > select > option {
  text-align: right;
  padding: 0;
}

.drawer--list-item__checkbox {
  display: flex;
  justify-content: space-between;
  background-image: none;
  line-height: 35px;
  cursor: auto;
}

.drawer--list-item__checkbox input {
  display: none;
}

.drawer--list-item__checkbox label {
  display: inline-block;
  text-align: center;
  width: 90px;
  border: #999 1px solid;
  border-radius: 4px;
  line-height: 33px;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}

.drawer--list-item__checkbox input:checked + label {
  background-color: #aaa;
  color: #fff;
}

.drawer--stock {
  letter-spacing: 0;
  margin: 15px 15px 32px;
}

.drawer--stock > input {
  width: 17px;
  height: 17px;
  margin-right: 7.5px;
}

.drawer--stock > label {
  font-size: 14px;
  line-height: 17px;
  vertical-align: middle;
}

.drawer--search-sumbit {
  margin: 0 15px 18px;
  background-color: #003685;
  border-radius: 5px;
  padding: 23px 0;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  cursor: pointer;
}

.drawer--search-clear {
  padding-bottom: 23px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.drawer--search-clear--btn {
  display: inline-block;
  cursor: pointer;
}

.drawer--slide-container {
  transition: transform .2s ease;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.is-child-drawer-open .drawer--slide-container {
  overflow: hidden;
}

.drawer--share {
  padding: 24px 0;
  text-align: center;
  letter-spacing: 24px;
}

.drawer--share > a {
  display: inline-block;
  width: 45px;
}

.drawer--share > a > img {
  width: 100%;
}

.drawer--color-list {
  padding: 15px;
  border-bottom: solid 1px #f2f2f2;
}

.drawer--color-list > p {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
}

.drawer--color-list > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.drawer--color-list > ul > li {
  padding: 5px;
  width: 14.2857142857%;
}

.drawer--color-list > ul > li > div {
  position: relative;
}

.drawer--color-list > ul > li > div:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.drawer--color-list > ul > li > div > label {
  display: block;
  background-color: #f2f2f2;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.drawer--color-list > ul > li > input {
  display: none;
}

.drawer--color-list > ul > li > input:checked + div > label {
  background-color: #aaa;
}

.drawer__brand .drawer--slide-container {
  transform: translate(0, -100%);
}

.drawer__brand .drawer--slide-container .group-brand-list {
  padding: 15px;
  margin: 0;
}

.is-drawer-active-brand .drawer__brand .drawer--slide-container {
  transform: translate(0, 0);
}

.drawer__search .drawer--slide-container {
  transform: translate(0, -100%);
  background-color: #ffffff;
}

.is-drawer-active-search .drawer__search .drawer--slide-container {
  transform: translate(0, 0);
}

.drawer__search .drawer--keyword > input {
  margin-bottom: 12px;
}

.drawer__search .drawer--keyword > input::-webkit-input-placeholder {
  line-height: 22px;
}

.drawer__search .drawer--keyword-option {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.drawer__search .drawer--keyword-option > span, .drawer__search .drawer--keyword-option a {
  display: block;
  line-height: 14px;
  cursor: pointer;
}

.drawer__search .drawer--keyword-option > span {
  font-size: 12px;
}

.drawer__search .drawer--keyword-option > a {
  font-size: 14px;
  color: #00327f;
}

.drawer__search .group-keyword {
  border-top: 1px solid #d5d5d5;
  padding: 27px 15px 40px;
}

.drawer__search .group-keyword p {
  font-size: 12px;
  margin-bottom: 11px;
  line-height: 1;
}

.drawer__side {
  color: #000000;
}

.drawer__side .drawer--slide-container {
  background-color: #fff;
  transform: translate(-100%, 0);
}

.is-drawer-active-side .drawer__side .drawer--slide-container {
  transform: translate(0, 0);
}

.drawer__side .drawer--keyword {
  padding: 8px 15px;
  border-bottom: solid 1px #f2f2f2;
}

.drawer__side .drawer--keyword .drawer--keyword-input {
  margin: 0;
}

.drawer__side .drawer--keyword .drawer--keyword-input > input::-webkit-input-placeholder {
  line-height: 22px;
}

.drawer__side .drawer--share {
  background-color: #f2f2f2;
  padding-bottom: 93px;
}

.drawer__menu {
  margin: 0 -15px;
}

.drawer__menu .drawer--slide-container {
  background: #fff;
  transform: translate(0, -100%);
}

.is-drawer-active-menu .drawer__menu .drawer--slide-container {
  transform: translate(0, 0);
}

.drawer__menu .drawer--keyword {
  background: #fff;
  font-size: 12px;
}

.drawer__menu .drawer--share {
  background-color: rgba(255, 255, 255, 0.5);
}

.drawer__menu .drawer--wrapper {
  position: relative;
  top: 0;
  height: 0;
}

.is-drawer-active-menu .drawer__menu .drawer--wrapper {
  height: calc(100vh - calc(100vw * 0.16927) - 54px - 58px);
}

.drawer__full-search .drawer--wrapper {
  display: none;
}

.is-full-search-modal-open .drawer__full-search .drawer--wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.page-search.is-full-search-modal-open .drawer__full-search .drawer--wrapper {
  background-color: #fff;
}

.child-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: .2s ease;
  transform: translateX(-100%);
}

.is-active > .child-drawer {
  transform: translateX(0);
}

.full-search-modal {
  margin: 15px;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
}
.page-search .full-search-modal {
  margin: 0;
  margin-bottom: 0;
  background-color: #fff;
  color: #000;
}

.full-search-modal--head {
  background-color: #e6e6e6;
  position: relative;
}

.full-search-modal--head > p {
  padding: 15px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
}

.full-search-modal--head > button {
  border: 0 none;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 17px;
  top: 17px;
  width: 12px;
  height: 12px;
  cursor: pointer;
  background: url(../img/icon-close-black.png) center/contain no-repeat;
}

.full-search-modal--head .full-search-modal--head_small {
  font-size: 10px;
  margin-left: 20px;
}

.full-search-modal--keyword {
  border-bottom: solid 1px #f2f2f2;
}

.full-search-modal--submit {
  padding: 15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
}

.full-search-modal--submit-btn > a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  background: #aaa;
  color: #fff;
  font-size: 16px;
  padding: 23px;
  text-decoration: none;
}

.full-search-modal--submit-clear {
  text-align: center;
}

.full-search-modal--submit-clear > button {
  display: inline-block;
  border: 0 none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.group-banner {
  margin: 0 0 20px;
}

.group-banner ul li {
  margin-bottom: 15px;
}

.group-banner ul li:last-child {
  margin-bottom: 0;
}

.group-banner ul li a {
  display: block;
}

.group-banner ul li a img {
  display: block;
}

.group-blog {
  margin: 0 -15px;
  padding: 30px 15px;
  border-top: 1px solid #f0f0f0;
}

.group-blog--link {
  margin-bottom: 12px;
  text-align: right;
}

.group-blog--link a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.head-1 + .group-blog--link {
  margin-top: -25px;
}

.group-brand-list {
  margin: 0 -15px;
  padding: 30px 15px;
  background-color: #f2f2f2;
}

.group-brand-list--block {
  position: relative;
  margin: 0 0 10px;
}

.group-brand-list--head {
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  background: 0 none;
}

.group-brand-list--list {
  margin: -10px -5px 0;
  display: flex;
  flex-wrap: wrap;
}

.group-brand-list--list > li {
  width: 33.3333333333%;
  margin-top: 10px;
  padding: 0 5px;
}

.group-brand-list--list > li a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.group-brand-list--list > li img {
  width: 100%;
  margin: 0;
  display: block;
}

.group-brand-list--list > li span {
  font-size: 11px;
  text-align: center;
  margin: 10px 0 5px;
  line-height: 1;
  display: block;
}

.group-brand-list__footer {
  margin: 0;
}

.group-brand {
  margin: 0 -15px;
  padding: 0 15px;
}

.group-brand--head {
  background-color: transparent;
  padding: 0;
  margin: 0 0 10px;
}

.group-brand--head img {
  width: 114px;
  display: block;
  margin: 0 0 4px;
}

.group-brand--head span {
  display: block;
  font-size: 12px;
}

.group-brand--target {
  margin: 0 0 10px;
  font-weight: bold;
}

.group-brand--desc {
  margin: 0 0 16px;
}

.group-brand--catalog {
  margin: 0 0 20px;
}

.group-brand--catalog p a {
  display: flex;
  background-color: #e6e6e6;
  align-items: center;
}

.group-brand--catalog-img img {
  width: 86px;
  display: block;
}

.group-brand--catalog-content {
  padding: 0 20px;
}

.group-brand--catalog-text-1 {
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.group-brand--catalog-text-2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.group-brand--link {
  font-size: 13px;
  text-align: center;
  margin: 20px 0;
}

.group-brand--link a {
  background: center left / auto 17.5px no-repeat;
  padding-left: 25px;
  display: inline-block;
  text-decoration: underline;
}

.group-brand--link__favorite a {
  background-image: url("../img/icon-heart.png");
}

.group-brand--link__shop-list a {
  background-image: url("../img/icon-home.png");
}

.group-brand--sns {
  text-align: center;
  margin: 0 0 28px;
}

.group-brand--sns ul {
  display: inline-flex;
}

.group-brand--sns ul li {
  width: 40px;
  margin: 0 10px;
}

.group-brand--links {
  margin: 0 -15px 30px;
}

.group-brand--links ul {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #d6d6d6;
}

.group-brand--links ul li {
  width: 100%;
  min-width: 100%;
  border-top: 1px solid #d6d6d6;
}

.group-brand--links ul li.group-brand--links-col-1 {
  border-right: 1px solid #d6d6d6;
  width: 50%;
  min-width: 50%;
}

.group-brand--links ul li.group-brand--links-col-2 {
  width: 50%;
  min-width: 50%;
}

.group-brand--links ul li.group-brand--links-col-3 {
  background: url("../img/icon-search.png") center left 18px/18px no-repeat;
}

.group-brand--links ul li.group-brand--links-col-3 a {
  padding-left: 49px;
}

.group-brand--links ul li a {
  display: block;
  padding: 10px 15px;
  position: relative;
}

.group-brand--links ul li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  display: block;
  margin: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

body.is-drawer-fixed .group-brand-head--container {
  position: fixed;
  top: 51px;
  left: 0px;
  width: calc(100% - 15px);
  max-width: 100%;
  z-index: 99;
}

body .group-brand-head--container {
  top: -54px;
  transition: all .6s;
}

body.is-drawer-fixed.is-drawer-gone .group-brand-head--container {
  top: -54px;
  transition: all .6s;
}

body.is-drawer-fixed.is-drawer-active-brand .group-brand-head--container,
body.is-drawer-fixed.is-drawer-active-search .group-brand-head--container,
body.is-drawer-fixed.is-drawer-active-side .group-brand-head--container{
  position: relative;
  display: none;
}

.group-brand-head {
  position: relative;
  padding: 20px 0;
}

.group-brand-head--heading {
  padding: 0;
  width: 105px;
  margin: 0 auto;
}

.group-brand-head--heading img {
  margin: 0 auto;
  display: block;
}

.group-brand-head--btn {
  position: absolute;
  top: 18px;
  right: 0;
}

.group-brand-head--btn > button {
  margin: 0;
  padding: 0 0 4px;
  display: block;
  font-size: 10px;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

.group-brand-head--btn > button span{
  display: block;
  height: 100%;
}

.group-brand-head--btn > button .js-menu-trg:last-of-type{
  display: none;
}

/* .group-brand-head--btn > button span:last-child {
  display: none;
}

.is-drawer-active-menu .group-brand-head--btn > button span:last-child {
  display: block;
} */

.group-brand-head--btn > button span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  display: block;
  margin: -2px auto;
}

.is-drawer-active-menu .group-brand-head--btn > button span:after {
  transform: rotate(225deg);
  margin: 2px auto 0;
}

.group-campaign {
  padding: 0 0 30px;
}

.group-campaign > *:last-child {
  margin-bottom: 0;
}

.group-campaign--item {
  margin-bottom: 10px;
}

.group-campaign--img {
  margin: 0 0 3px;
}

.group-campaign--img a {
  display: block;
}

.group-campaign--img img {
  width: 100%;
  margin: 0;
  display: block;
}

.group-campaign--desc {
  font-size: 12px;
  line-height: 1.6;
}

.group-check {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

.group-check--block {
  position: relative;
  margin: 0 0 10px;
}

.group-check--head {
  font-size: 16px;
  font-weight: normal;
  background: 0 none;
  padding: 0;
}

.group-check--head__bold {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.group-check--head__bold span {
  display: block;
}

.group-check--link-1 {
  position: absolute;
  right: 0;
  top: 0;
}

.group-check--link-1 a {
  color: #00327f;
}

.group-check--link-2 {
  text-align: center;
}

.group-check--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-check--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-check--content {
  margin: -10px 0 20px;
}

.group-check--list {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.group-check--list li {
  width: 33.3333333%;
  width: 33.3333333%;
  padding: 0 5px;
  margin-top: 10px;
}

.group-check--img {
  position: relative;
  margin-bottom: 4px;
  display: block;
}

.group-check--tag {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  padding: 4px 6px;
}

.group-check--brand {
  display: block;
  font-size: 11px;
}

.group-check--price {
  display: block;
  font-size: 14px;
}

.group-coordinate {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

.group-coordinate--link-1 {
  margin-bottom: 12px;
  text-align: right;
}

.group-coordinate--link-1 a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.group-coordinate--link-2 {
  text-align: center;
}

.group-coordinate--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-coordinate--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-coordinate--content {
  margin: -14px 0 20px;
}

.group-coordinate--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.group-coordinate--list li {
  width: 50%;
  padding: 0 5px;
  margin-top: 14px;
}

.group-coordinate--img {
  display: block;
  margin: 0 0 8px;
}

.group-coordinate--brand {
  font-size: 12px;
  display: block;
}

.group-coordinate--age {
  font-size: 12px;
  display: block;
}

.head-1 + .group-coordinate--link-1 {
  margin-top: -25px;
}

.group-culture {
  margin: 0 -15px;
  padding: 30px 15px;
  border-top: 1px solid #f0f0f0;
}

.group-culture--link {
  margin-bottom: 12px;
  text-align: right;
}

.group-culture--link a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.head-1 + .group-culture--link {
  margin-top: -25px;
}

.group-detail-images {
  margin: 0 -15px;
}

.group-detail-images__image {
  display: block;
  margin: 0 0 8px;
}

.group-detail-images__image > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  height: 100vw;
}

.group-detail-images__spec {
  display: block;
  text-align: center;
  font-size: 11px;
  margin: 0 0 8px;
}

.group-detail-images__stock {
  border-top: 1px solid #f0f0f0;
  padding: 10px 0;
}

.group-detail-images__stock > dl {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.group-detail-images__stock > dl > dt {
  padding: 0 6px 0 0;
  font-size: 12px;
  white-space: nowrap;
  letter-spacing: 3px;
}

.group-detail-images__stock > dl > dd {
  overflow-x: auto;
}

.group-detail-images__stock > dl > dd > ul {
  flex-wrap: wrap;
  display: inline-flex;
  width: 100%;
  margin: -10px 0 0;
}

.group-detail-images__stock > dl > dd > ul > li {
  background-color: #f2f2f2;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 10.5px;
  line-height: 21px;
  margin: 10px 6px 0 0;
}

.group-detail-thumbs {
  padding: 10px 10px 0;
  margin: 0 -15px 10px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.group-detail-thumbs__inner {
  display: flex;
  padding: 0 0 10px;
}

.group-detail-thumbs__item {
  padding: 0 2px;
}

.group-detail-thumbs__image {
  display: block;
  margin: 0 0 2px;
}

.group-detail-thumbs__image > img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.group-detail-thumbs__text {
  display: block;
  font-size: 10px;
  text-align: center;
}

.group-detail-thumbs .slick-current {
  opacity: 0.6;
}

.group-feature {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

.group-feature--block {
  position: relative;
  margin: 0 0 10px;
}

.group-feature--head {
  font-size: 16px;
  font-weight: bold;
  background: 0 none;
  padding: 0;
}

.group-feature--link-1 {
  position: absolute;
  right: 0;
  top: 0;
}

.group-feature--link-1 a {
  color: #00327f;
}

.group-feature--link-2 {
  text-align: center;
}

.group-feature--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-feature--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-feature--desc {
  margin: 0 0 20px;
}

.group-feature--content {
  margin: 0 0 20px;
}

.group-feature--content > *:last-child {
  margin-bottom: 0;
}

.group-feature--list {
  margin: 0 0 20px;
}

.group-feature--list li {
  margin: 0 0 20px;
}

.group-feature--list li a {
  display: flex;
  align-items: center;
}

.group-feature--list li:last-child {
  margin-bottom: 0;
}

.group-feature--img {
  width: 112px;
  min-width: 112px;
}

.group-feature--item {
  padding: 0 0 0 15px;
}

.group-feature--title {
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
}

.group-feature--date {
  display: block;
  font-size: 11px;
  color: #707070;
}

.group-item {
  padding: 30px 0;
}

.group-item--list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.group-item--list > li {
  width: 25%;
  display: flex;
  margin-top: 10px;
  padding: 0 5px;
}

.group-item--list > li a {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  line-height: 1.6;
  text-align: center;
  border: 1px solid #999;
  border-radius: 5px;
}

.group-keyword {
  padding: 30px 0;
}

.group-keyword__separate {
  margin: 0 -15px;
  padding: 30px 15px;
  border-top: 1px solid #f0f0f0;
}

.group-keyword > p {
  margin-bottom: 10px;
}

.group-keyword--list {
  display: flex;
  flex-wrap: wrap;
  margin: -5px 0 0 -5px;
}

.group-keyword--list > li {
  margin: 5px 0 0 5px;
}

.group-keyword--list > li a {
  padding: 6px 10px;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  border: 1px solid #999;
  border-radius: 5px;
}

.group-news {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

.group-news--block {
  position: relative;
  margin: 0 0 10px;
}

.group-news--head {
  font-size: 16px;
  font-weight: bold;
  background: 0 none;
  padding: 0;
}

.group-news--link-1 {
  margin-bottom: 12px;
  text-align: right;
}

.group-news--link-1 a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.group-news--link-2 {
  text-align: center;
}

.group-news--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-news--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-news--desc {
  margin: 0 0 20px;
}

.group-news--content {
  margin: 0 0 20px;
}

.group-news--content > *:last-child {
  margin-bottom: 0;
}

.group-news--list {
  margin: 0 0 20px;
}

.group-news--list li {
  margin: 0 0 20px;
}

.group-news--list li a {
  display: flex;
  align-items: center;
}

.group-news--list li:last-child {
  margin-bottom: 0;
}

.group-news--img {
  width: 112px;
  min-width: 112px;
}

.group-news--item {
  padding: 0 0 0 15px;
}

.group-news--title {
  display: block;
  margin: 0 0 8px;
  font-weight: bold;
}

.group-news--date {
  display: block;
  font-size: 11px;
  color: #707070;
}

.head-1 + .group-news--link-1 {
  margin-top: -25px;
}

.group-notice {
  padding: 0 0 25px;
}

.group-notice__separate {
  margin: 0 -15px;
  padding: 25px 15px 25px;
  border-top: 1px solid #f0f0f0;
}

.group-notice--date {
  position: relative;
  margin: 0 0 8px;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.625;
}

.group-notice--date:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 16px;
  background-image: url("../img/icon-balloon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.group-notice--desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.625;
}

.group-photo {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

.group-photo--block {
  position: relative;
  margin: 0 0 10px;
}

.group-photo--head {
  font-size: 16px;
  font-weight: bold;
  background: 0 none;
  padding: 0;
}

.group-photo--link {
  position: relative;
}

.group-photo--link a {
  color: #00327f;
  position: absolute;
  right: 0;
  top: -20px;
}

.group-photo--desc {
  margin: 0 0 20px;
}

.group-photo--list {
  margin-bottom: 20px;
}

.group-photo--list ul {
  display: flex;
  margin: 0 -5px;
}

.group-photo--list ul li {
  width: 50%;
  min-width: 50%;
  padding: 0 5px;
}

.group-photo--list-text {
  margin-top: 8px;
  text-align: right;
  font-size: 11px;
  color: #333333;
}

.group-photo--slider-group {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.group-photo--slider-item {
  width: 50%;
  padding: 5px;
}

.group-pickup {
  padding: 30px 0;
}

.group-pickup__separate {
  margin: 0 -15px;
  padding: 30px 15px;
  border-top: 1px solid #f0f0f0;
}

.group-pickup--link-1 {
  margin-bottom: 12px;
  text-align: right;
}

.group-pickup--link-1 a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.group-pickup--link-2 {
  text-align: center;
}

.group-pickup--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-pickup--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-pickup--content {
  margin: -10px 0 20px;
}

.group-pickup--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.group-pickup--list > li {
  width: 50%;
  margin-top: 10px;
  padding: 0 5px;
}

.group-pickup--list > li a {
  display: block;
}

.group-pickup--img {
  position: relative;
  margin-bottom: 4px;
  display: block;
}

.group-pickup--img img {
  width: 100%;
  margin: 0;
  display: block;
}

.group-pickup--tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  background-color: #000;
}

.group-pickup--brand {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.group-pickup--price {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.head-1 + .group-pickup--link-1 {
  margin-top: -25px;
}

.group-ranking {
  margin: 0 -15px;
  padding: 30px 15px;
  border-top: 1px solid #f0f0f0;
}

.group-ranking--link-1 {
  margin-bottom: 12px;
  text-align: right;
}

.group-ranking--link-1 > a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.group-ranking--link-2 {
  text-align: center;
  margin-top: 20px;
}

.group-ranking--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-ranking--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-ranking--nav {
  display: flex;
  margin: 0 -15px 24px;
  padding: 0 15px;
  border-bottom: 1px solid #d7d7d7;
  overflow-x: scroll;
}

.group-ranking--nav > li {
  flex-shrink: 0;
  flex-grow: 1;
  white-space: nowrap;
}

.group-ranking--nav > li button {
  position: relative;
  width: 100%;
  padding: 4px 10px 12px;
  font-size: 13px;
  line-height: 1.6;
  background-color: transparent;
  border: 0 none;
}

.group-ranking--nav > li button[aria-selected="true"]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #515151;
}

.group-ranking--item {
  transition: opacity 0.3s ease;
  counter-reset: number 0;
}

.group-ranking--item[aria-hidden="true"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: calc(100% - 30px);
}

.group-ranking--item[aria-hidden="false"] {
  position: static;
  z-index: auto;
  opacity: 1;
}

.group-ranking--content {
  margin: -14px 0 20px;
}

.group-ranking--list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -5px;
}

.group-ranking--list li {
  padding: 0 5px;
  margin-top: 14px;
  position: relative;
  color: #fff;
  width: 33.33333%;
}

.group-ranking--list li:before {
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 5px;
  left: 11px;
  display: block;
  z-index: 2;
  text-align: center;
  background-color: #444444;
  counter-increment: number;
  content: counter(number);
}

.group-ranking--list li a {
  display: block;
}

.group-ranking--list:first-child li:nth-child(1), .group-ranking--list:first-child li:nth-child(2), .group-ranking--list:first-child li:nth-child(3), .group-ranking--list:first-child li:nth-child(4) {
  width: 50%;
}

.group-ranking--list:first-child li:nth-child(1):before, .group-ranking--list:first-child li:nth-child(2):before, .group-ranking--list:first-child li:nth-child(3):before, .group-ranking--list:first-child li:nth-child(4):before {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.group-ranking--list:first-child li:nth-child(1):before {
  background-color: #bfab21;
}

.group-ranking--list:first-child li:nth-child(2):before {
  background-color: #999999;
}

.group-ranking--list:first-child li:nth-child(3):before {
  background-color: #7a5112;
}

.group-ranking--img {
  display: block;
  position: relative;
  margin: 0 0 6px;
}

.group-ranking--img img {
  display: block;
  width: 100%;
}

.group-ranking--tag {
  background-color: #000;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  vertical-align: middle;
  padding: 4px 6px;
}

.group-ranking--brand {
  font-size: 11px;
  display: block;
}

.group-ranking--price {
  font-size: 14px;
}

.group-ranking--price__off {
  color: #ff0000;
}

.group-ranking--price__off span {
  font-size: 11px;
}

.head-1 + .group-ranking--link-1 {
  margin-top: -25px;
}

.group-recommend {
  padding: 30px 0;
}

.group-recommend__separate {
  margin: 0 -15px;
  padding: 30px 15px 6px;
}

.group-recommend--link-1 {
  margin-bottom: 12px;
  text-align: right;
}

.group-recommend--link-1 a {
  font-size: 14px;
  line-height: 1.6;
  color: #00327f;
}

.group-recommend--link-2 {
  text-align: center;
}

.group-recommend--link-2 > a {
  font-size: 13px;
  line-height: 1.6;
  color: #00327f;
}

.group-recommend--link-2 > a:after {
  content: "";
  width: 8px;
  height: 8px;
  margin: -2px 0 0 2px;
  display: inline-block;
  vertical-align: middle;
  border-top: 1px solid #00327f;
  border-right: 1px solid #00327f;
  transform: rotate(45deg);
}

.group-recommend--content {
  margin: -10px 0 20px;
}

.group-recommend--list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.group-recommend--list > li {
  width: 33.333333333333%;
  margin-top: 10px;
  padding: 0 5px;
}

.group-recommend--list > li a {
  display: block;
}

.group-recommend--img {
  position: relative;
  margin-bottom: 4px;
  display: block;
}

.group-recommend--img img {
  width: 100%;
  margin: 0;
  display: block;
}

.group-recommend--tag {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2px 6px;
  font-size: 11px;
  color: #fff;
  background-color: #000;
}

.group-recommend--brand {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.group-recommend--price {
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.head-1 + .group-recommend--link-1 {
  margin-top: -25px;
}

.group-search-1 {
  margin: 0 -15px 0;
  padding: 30px 0;
  border-top: 1px solid #f0f0f0;
}

.group-search-1--list {
  display: flex;
  padding-top: 1px;
  flex-wrap: wrap;
}

.group-search-1--list > li {
  width: 33.3333333333%;
  margin-top: -1px;
  display: flex;
  border: 1px solid #999;
  border-left: 0 none;
}

.group-search-1--list > li:nth-child(3n+3) {
  border-right: 0 none;
}

.group-search-1--list > li a {
  width: 100%;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.group-search-tab {
  padding-top: 1px;
}

.group-search-tab.is-open .group-search-tab--list li {
  border-color: #fff;
}

.group-search-tab.is-open .group-search-tab--list li a,
.group-search-tab.is-open .group-search-tab--list li button {
  cursor: pointer;
}

.group-search-tab.is-open .group-search-tab--list li a.is-open,
.group-search-tab.is-open .group-search-tab--list li button.is-open {
  background-color: #f2f2f2;
}

.group-search-tab .group-search-tab--row {
  margin-top: -1px;
}

.group-search-tab .group-search-tab--list {
  display: flex;
  padding-top: 1px;
  flex-wrap: wrap;
}

.group-search-tab .group-search-tab--list > li {
  width: 33.3333333333%;
  margin-top: -1px;
  border: 1px solid #999;
  border-left: 0 none;
}

.group-search-tab .group-search-tab--list > li:nth-child(3n+3) {
  border-right: 0 none;
}

.group-search-tab .group-search-tab--list > li a,
.group-search-tab .group-search-tab--list > li button {
  text-align: center;
  width: 100%;
  display: block;
  border: 0 none;
  background-color: transparent;
  width: 100%;
  padding: 12px 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.group-search-tab .group-search-tab--list > li a:focus,
.group-search-tab .group-search-tab--list > li button:focus {
  outline: none;
}

.group-search-tab .group-search-tab--content {
  background-color: #f2f2f2;
  padding: 15px 15px;
}

.group-search-tab .group-search-tab--link-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.group-search-tab .group-search-tab--link-list li {
  min-width: 25%;
  padding: 0 5px;
  margin: 10px 0 0;
}

.group-search-tab .group-search-tab--link-list li a {
  font-size: 11px;
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.group-search-tab .group-search-tab--input {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
}

.group-search-tab .group-search-tab--input input {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0 none;
  padding: 10px 40px 10px 10px;
}

.group-search-tab .group-search-tab--input button {
  display: block;
  position: absolute;
  border: 0 none;
  background-color: transparent;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
}

.group-search-tab .group-search-tab--input button img {
  width: 20px;
  height: 20px;
}

.group-silver {
  margin: -10px -5px 20px;
}

.group-silver .dv_recommend {
  display: flex;
  flex-wrap: wrap;
}

.group-silver .dv_recommend .dv_rc_header,
.group-silver .dv_recommend .dv_rc_title,
.group-silver .dv_recommend .dv_rc_footer {
  display: none;
}

.group-silver .dv_recommend .dv_rc_items {
  width: 33.333333333%;
  padding: 0 5px;
  margin-top: 10px;
}

.group-silver .dv_recommend .dv_rc_items .dv_rc_img {
  margin: 0 0 4px;
}

.group-silver .dv_recommend .dv_rc_items .dv_rc_img img {
  width: 100%;
}

.group-silver .dv_recommend .dv_rc_items .dv_rc_name {
  font-size: 11px;
}

.group-silver .dv_recommend .dv_rc_items .dv_rc_description {
  font-size: 11px;
}

.group-silver .dv_recommend .dv_rc_items .dv_rc_price {
  font-size: 14px;
}

.group-silver__ranking {
  counter-reset: number 0;
}

.group-silver__ranking .dv_recommend .dv_rc_items {
  margin-top: 14px;
  position: relative;
}

.group-silver__ranking .dv_recommend .dv_rc_items:before {
  font-size: 12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 0px;
  display: block;
  z-index: 2;
  text-align: center;
  background-color: #444444;
  counter-increment: number;
  content: counter(number);
  color: #fff;
}

.group-silver__ranking .dv_recommend .dv_rc_items:nth-child(3), .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(4), .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(5), .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(6) {
  width: 50%;
}

.group-silver__ranking .dv_recommend .dv_rc_items:nth-child(3):before, .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(4):before, .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(5):before, .group-silver__ranking .dv_recommend .dv_rc_items:nth-child(6):before {
  font-size: 16px;
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.group-silver__ranking .dv_recommend .dv_rc_items:nth-child(3):before {
  background-color: #bfab21;
}

.group-silver__ranking .dv_recommend .dv_rc_items:nth-child(4):before {
  background-color: #999999;
}

.group-silver__ranking .dv_recommend .dv_rc_items:nth-child(5):before {
  background-color: #7a5112;
}

.group-slider {
  position: relative;
}

.group-slider--item {
  margin-bottom: 25px;
}

.group-slider--item > a {
  display: block;
}

.group-slider--img {
  margin-bottom: 4px;
  display: block;
}

.group-slider--img img {
  width: 100%;
  margin: 0;
  display: block;
}

.group-slider--desc {
  margin-bottom: 2px;
  display: block;
  font-size: 15px;
  line-height: 1.6;
}

.group-slider--date {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.group-slider .slick-arrow {
  position: absolute;
  top: 40.1333333333vw;
  z-index: 1;
  width: 44px;
  height: 44px;
  font-size: 0;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 none;
}

.group-slider .slick-arrow.slick-disabled {
  opacity: 0.4;
}

.group-slider .slick-prev {
  left: -15px;
}

.group-slider .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-left: 2px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.group-slider .slick-next {
  right: -15px;
}

.group-slider .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  margin-right: 2px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.group-slider .slick-dots {
  margin-bottom: 20px;
}

.group-twitter {
  text-align: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 32.5px;
  margin: 0 -15px;
}

.group-twitter .head-1--main img {
  height: 22px;
  width: auto;
  margin: 0 auto;
}

.group-twitter--body {
  padding: 0 15px;
}

.group-twitter--body iframe {
  width: calc(100vw - 30px) !important;
}

.group-twitter .head-1--sub {
  margin-bottom: 18px;
}

.head-1 {
  margin: 0 0 25px;
  padding: 0;
  background-color: transparent;
}

div#cart-modal .head-1 {
  margin: 0 20px 5px;
}

.head-1--main {
  margin: 0 auto 10px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 5px;
  color: #000000;
  text-align: center;
}

.head-1--main img {
  width: 100%;
  margin: 0;
  display: block;
}

.head-1--sub {
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  text-align: center;
  color: #8b8b8b;
}

.item-header {
  position: relative;
  margin: 0 -15px;
}

.item-header h1 {
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  padding: 0 33px;
}

.item-header-menu {
  font-size: 10px;
  position: absolute;
  top: 20px;
  right: 18px;
}

.item-header-menu > button {
  padding: 0 0 4px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
}

.item-header-menu > button:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(45deg);
  display: block;
  margin: -2px auto;
}

.link-bottom {
  display: flex;
  position: fixed;
  z-index: 99;
  opacity: 1;
  transition: .3s;
  bottom: 20px;
  right: 20px;
}

.is-item-detail-bottom-bar-active .link-bottom {
  bottom: 70px;
}

.is-link-bottom-absolute .link-bottom {
  position: absolute;
  bottom: -15px;
}

.link-bottom__inactive {
  opacity: 0;
  pointer-events: none;
}

.link-bottom > a {
  display: block;
  width: 75px;
  margin-right: 5px;
}

.link-bottom > a:last-child {
  margin-right: 0;
}

.main-slider {
  margin: 0 -15px 15px;
  position: relative;
}

.main-slider .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.main-slider .slick-dots button {
  border: 1px solid #fff;
}

.main-slider .slick-dots .slick-active button {
  background: #fff;
}

.sub-slider {
  margin: 0 0 20px;
}

.sub-slider--item > ul {
  display: flex;
  margin: 0 -5px;
}

.sub-slider--item > ul li {
  width: 50%;
  padding: 0 5px;
}

.sub-slider .slick-list {
  margin: 0 0 10px;
}

.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 0 4px;
}

.slick-dots li button {
  border: 0 none;
  font-size: 0;
  line-height: 0;
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #a4a4a4;
  background: none;
  display: block;
}

.slick-dots li.slick-active button {
  background-color: #a4a4a4;
}

.modal {
  position: absolute;
  display: none;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0;
  background-color: #ffffff;
  max-width: 738px;
  z-index: 1000;
}

.is-modal-open .js-modal-cart {
  display: block;
}
.is-modal-open-stock .js-modal-stock {
  display: block;
}

.modal--head {
  font-size: 16px;
  line-height: 56px;
  display: flex;
}

.modal--head--title {
  font-size: 16px;
  font-weight: normal;
  padding: 0 15px;
  flex: 9;
  background-color: #fff;
}

.modal--head > img {
  float: right;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.modal--head--close {
  flex: 1;
  text-align: right;
  line-height: 56px;
  padding-right: 15px;
}

.modal--head--close:after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  width: 12px;
  height: 12px;
  background-image: url(../img/icon-close-black.png);
}

.modal--color {
  background-color: #f2f2f2;
}

.modal--color > img {
  max-height: 57px;
  margin-right: 15px;
}

.modal--color > span {
  display: inline-block;
  padding: 22px 0;
  font-size: 14px;
  line-height: 1;
}

.modal--size-container {
  box-sizing: border-box;
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
}

.modal--size-container:after {
  content: "";
  display: block;
  clear: both;
}

.modal--stock {
  padding: 15px 0;
  float: left;
}

.modal--stock > p {
  font-size: 14px;
  line-height: 1;
}

.modal--stock > p:first-child {
  margin-bottom: 2px;
}

.modal--action {
  float: right;
  padding: 10px 0;
}

.modal--action > .btn-1__cart-small {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.modal--action > .btn-1__cart-small-app {
  display: inline-block;
  margin: 0;
  cursor: pointer;
}

.is-restock .modal--cart {
  display: none;
}

.is-out-of-stock .modal--cart {
  display: none;
}

.modal--restock,
.modal--restock-rental {
  display: none;
  width: 150px;
  color: #333333;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  border: solid 1px #111111;
  border-radius: 4px;
}

.is-restock .modal--restock {
  display: inline-block;
}

.modal--out-of-stock {
  display: none;
  width: 150px;
  background-color: #888;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  border: solid 1px #888;
  border-radius: 4px;
}

.is-out-of-stock .modal--out-of-stock {
  display: inline-block;
}

.modal--fav-icon {
  position: relative;
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
}

.modal--fav-icon > img {
  vertical-align: -6px;
  width: 25px;
}

.modal--fav-icon.is-active > .modal--balloon {
  display: block;
}

.modal--balloon {
  display: none;
  position: absolute;
  right: 0;
  bottom: -51px;
  width: auto;
  padding: 13px;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #333333;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  z-index: 1000;
  white-space: nowrap;
}

.modal--balloon:after, .modal--balloon:before {
  position: absolute;
  top: -24px;
  right: 12px;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 5px;
  border-color: transparent transparent #333333 transparent;
}

.modal--balloon:after {
  border-bottom-color: #ffffff;
  top: -22px;
}

.modal--close {
  text-align: right;
  line-height: 45px;
  padding-right: 15px;
}

.modal--close > img {
  width: 12px;
  height: 12px;
  vertical-align: middle;
  cursor: pointer;
}

.group-search-2 .head-3__search-bottom {
  text-align: center;
  padding: 0;
  margin-bottom: 15px;
  color: #111111;
}

.group-search-2--category, .group-search-2--gender, .group-search-2--price, .group-search-2--size, .group-search-2--item, .group-search-2--brand {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.group-search-2--category > li, .group-search-2--gender > li, .group-search-2--price > li, .group-search-2--size > li, .group-search-2--item > li, .group-search-2--brand > li {
  margin-right: 2.8248587571%;
  margin-bottom: 10px;
}

.group-search-2--category > li > label, .group-search-2--gender > li > label, .group-search-2--price > li > label, .group-search-2--size > li > label, .group-search-2--item > li > label, .group-search-2--brand > li > label {
  border: solid 1px #999999;
  border-radius: 5px;
  display: block;
  padding: 13px 0;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
}

.group-search-2--category > li > label:selected, .group-search-2--gender > li > label:selected, .group-search-2--price > li > label:selected, .group-search-2--size > li > label:selected, .group-search-2--item > li > label:selected, .group-search-2--brand > li > label:selected {
  background-color: #c0c0c0;
  border-color: #c0c0c0;
  color: #ffffff;
}

.group-search-2--category > li > label > input, .group-search-2--gender > li > label > input, .group-search-2--price > li > label > input, .group-search-2--size > li > label > input, .group-search-2--item > li > label > input, .group-search-2--brand > li > label > input {
  display: none;
}

.group-search-2--gender > li, .group-search-2--price > li {
  width: 48.5875706215%;
}

.group-search-2--gender > li:nth-child(2), .group-search-2--price > li:nth-child(2) {
  margin-right: 0;
}

.group-search-2--gender > li > label, .group-search-2--price > li > label {
  font-size: 14px;
}

.group-search-2--category > li, .group-search-2--brand > li {
  width: 31.450094162%;
}

.group-search-2--category > li:nth-child(3n), .group-search-2--brand > li:nth-child(3n) {
  margin-right: 0;
}

.group-search-2--size > li, .group-search-2--item > li {
  width: 22.8813559322%;
}

.group-search-2--size > li:nth-child(4n), .group-search-2--item > li:nth-child(4n) {
  margin-right: 0;
}

.group-search-2--tab {
  display: flex;
  margin-bottom: 19px;
  padding: 0 12px;
  border-bottom: solid 1px #c0c0c0;
}

.group-search-2--tab > li {
  box-sizing: border-box;
  width: 50%;
  background-color: #ffffff;
  border: 1px solid transparent;
  margin-bottom: -1px;
  border-bottom: 1px solid #c0c0c0;
}

.group-search-2--tab > li.is-active {
  border: #c0c0c0 1px;
  border-style: solid solid none;
  padding-bottom: 1px;
}

.group-search-2--tab > li > button {
  outline: none;
  width: 100%;
  padding: 12px;
  border: none;
  font-size: 13px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
  background-color: transparent;
}

.group-search-2--contents {
  display: none;
}

.group-search-2--contents.is-active {
  display: block;
}

.group-search-2--brand > li > label {
  box-sizing: border-box;
  height: 80px;
  padding: 0;
  line-height: 78px;
}

.group-search-2--brand > li > label > img {
  max-width: 100%;
  max-height: 76px;
  vertical-align: middle;
}

.group-search-2--item > li > label {
  font-size: 10px;
}

.group-search-2--add {
  margin-bottom: 30px;
}

.group-search-2--add > p {
  padding: 24px 0;
  border: 1px #f0f0f0;
  border-style: solid none;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  color: #333333;
  cursor: pointer;
}

.group-search-2--add > p:after {
  background: url(../img/icon-arrow-right.png) center/cover no-repeat;
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  margin-left: 8px;
  transform: rotate(90deg);
}

.group-search-2--btn-1 {
  width: 68%;
  order: 2;
}
#top-detail-search .group-search-2--btn-1 {
  width: 100%;
  margin-bottom: 15px;
}

.group-search-2--btn-1 > button {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 22.5px 0;
  background-color: #666666;
  border: none !important;
  border-radius: 5px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
}

.group-search-2--btn-2 {
  text-align: center;
  width: 30%;
  order: 1;
}
#top-detail-search .group-search-2--btn-2 {
  width: 100%;
}

.group-search-2--btn-2 > button {
  margin: 0;
  padding: 22.5px 0;
  border: 1px solid #dadada;
  line-height: 1;
  border-radius: 5px;
  font-size: 13px;
  width: 100%;
  background: #fff;
}

.cart-header .cart-header--title {
  font-size: 16px;
  text-align: center;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 -15px;
  margin-bottom: 15px;
}

.cart-header p {
  margin-bottom: 23px;
}

.cart-header p strong {
  font-size: 21px;
  margin-left: 14px;
  font-weight: normal;
}

.cart-item {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 10px 10px 25px;
  margin-bottom: 15px;
}

.cart-item--body {
  display: flex;
  margin: 0 -7px;
}

.cart-item--detail {
  padding: 0 7px;
  flex: 1;
}

.cart-item--thumbnail {
  padding: 0 7px;
  width: 106px;
}

.cart-item--name {
  font-size: 12px;
  margin-bottom: 7px;
  line-height: 1;
}

.cart-item--type {
  font-size: 14px;
  margin-bottom: 13px;
  font-weight: bold;
}

.cart-item--spec {
  line-height: 1;
}

.cart-item--spec dt {
  float: left;
  margin-bottom: 10px;
}

.cart-item--spec dt:nth-child(5) {
  margin-bottom: 25px;
}

.cart-item--spec dd {
  margin-bottom: 10px;
}

.cart-item--spec dd:nth-child(6) {
  margin-bottom: 25px;
}

.cart-item--spec dd strong {
  font-size: 15px;
  font-weight: bold;
}

.cart-item--actions {
  display: flex;
  margin: 0 -7.5px;
  justify-content: flex-end;
  margin-top: 15px;
}

.cart-item--actions-left {
  padding: 0 7.5px;
}

.cart-item--actions-right {
  padding: 0 7.5px;
  width: 123px;
}

.cart-item-btn {
  border-radius: 4px !important;
  border: 1px solid #7d7d7d !important;
  width: 100%;
  color: #333333;
  padding: 0;
  box-sizing: border-box;
  background-color: #ffffff;
  display: block;
  line-height: 38px;
  text-align: center;
  margin-bottom: 7.5px;
}

.cart-item-btn:last-child {
  margin-bottom: 0;
}

.cart-item-count {
  width: 121px;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  display: flex;
  text-align: center;
  overflow: hidden;
}

.cart-item-count--minus {
  background: #f6f6f6;
  line-height: 38px;
  width: 32px;
  font-size: 17px;
}

.cart-item-count--plus {
  background: #f6f6f6;
  line-height: 38px;
  width: 32px;
  font-size: 17px;
}

.cart-item-count--input {
  line-height: 38px;
  padding: 0 !important;
  width: 30px !important;
  flex: 1;
  font-size: 13.5px;
  border: none !important;
  text-align: center;
  border-right: 1px solid #D7D7D7 !important;
  border-left: 1px solid #D7D7D7 !important;
  background: #ffffff;
}

.cart-item-icons {
  margin-bottom:8px;
}
.cart-item-icons img {
  height: 22px;
}

.cart-total {
  border-radius: 4px;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 22.5px 10px 25px;
  margin-bottom: 15px;
}

.cart-total--price {
  display: flex;
  justify-content: space-between;
  line-height: 1;
  align-items: center;
}

.cart-total--price strong {
  font-size: 23px;
  font-weight: normal;
}

.cart-total--price p:last-child {
  font-size: 16px;
}

.cart-footer {
  font-size: 14px;
  line-height: 22px;
  margin-top: 25px;
}

.cart-footer--lead {
  font-weight: bold;
}

.cart-footer p {
  margin-bottom: 8px;
}

.cart-footer p a {
  color: #003685;
  text-decoration: underline;
}

.cart-footer ul {
  padding-left: 15px;
  margin-bottom: 30px;
}

.cart-footer li {
  position: relative;
  padding-left: 1em;
}

.cart-footer li:before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

.amazon-pay {
  margin-bottom: 24px;
}

.amazon-pay--text {
  font-size: 13px;
}

.amazon-pay img {
  display: block;
  margin: auto;
}

.catalog-head {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 15px;
  margin: 0 -15px;
  border-top: solid 1px #f0f0f0;
}

.category-relation-header {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 25px;
  margin: 0 -15px;
  margin-top: 40px;
  font-weight: bold;
  border-top: 1px #f0f0f0;
  border-style: solid none;
}

.category-relation-item-wrap {
  margin-left: -3px;
  margin-right: -3px;
  display: flex;
  flex-wrap: wrap;
  text-overflow: ellipsis;
  flex-grow: 1;
}

a.category-relation-item {
  white-space: nowrap;
  margin: 0 5px 10px;
  padding: 0 2em 0 2em;
  position: relative;
  font-size: 12px;
  height: 34px;
  line-height: 32px;
  display: block;
  border-radius: 4px;
  min-width: 80px;
  text-align: center;
  text-decoration: none !important;
  background-color: rgba(45,45,45,7%);
}

.select-search {
  display: flex;
}

.select-search > select {
  width: 64.9717514124%;
  min-width: 119px;
  color: #333;
  border-radius: 4px;
  border: solid 1px #bdbdbd;
}

.select-search--btn {
  margin-right: 5px;
  width: 100%;
}

.select-search--btn > input {
  display: none;
}

.select-search--btn > label {
  display: block;
  width: 100%;
  border: 0 none;
  text-align: center;
  background-color: #888;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
}

.select-search--btn > label > span {
  vertical-align: 3px;
  display: inline-block;
  padding: 0 2px;
  width: 11px;
  height: 5px;
  box-sizing: border-box;
  border-top: #fff 1px solid;
  margin-right: 12px;
}

.select-search--btn > label > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-bottom: #fff 1px solid;
}

.catalog-tab {
  margin: 0 -15px 20px;
  padding: 0 15px;
  border: 1px #f0f0f0;
  border-style: solid none;
}

.catalog-tab > ul {
  display: flex;
  justify-content: space-between;
}

.catalog-tab > ul > li > a {
  display: inline-block;
  padding: 20px 6px;
  font-size: 13px;
  line-height: 1;
  color: #333;
  text-decoration: none;
  border-bottom: transparent solid 2px;
}

.catalog-tab > ul > li > a.is-open {
  border-color: #515151;
}

.nth-item {
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  line-height: 1;
}

.nth-page {
  margin: 0 auto;
  max-width: 405px;
  display: flex;
  justify-content: space-between;
}

.nth-page > p {
  width: 12.5%;
  display: flex;
  justify-content: center;
}

.nth-page > p:last-child {
  margin-left: auto;
}

.nth-page--link {
  display: block;
  width: 100%;
  max-width: 34px;
  text-decoration: none;
  text-align: center;
  color: #111;
  font-size: 11px;
  line-height: 34px;
  border: 1px solid transparent;
  box-sizing: border-box;
  border-radius: 1.5px;
}

.nth-page--link.is-open {
  color: #000;
  border-color: #000;
}

.nth-page--link__left:before, .nth-page--link__left-double:before, .nth-page--link__left-double:after, .nth-page--link__right:before {
  background: url(../img/icon-arrow-right.png) center/contain no-repeat;
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: 0px;
}

.nth-page--link__left:before, .nth-page--link__left-double:before, .nth-page--link__left-double:after {
  transform: scale(-1, 1);
}

.catalog-item-list {
  padding: 20px 0 0;
  color: #333;
}

.catalog-item-list--list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -11px;
}

.catalog-item-list--list > li {
  width: 50%;
  padding-right: 11px;
  margin-bottom: 20px;
}

.catalog-item-list--list > li a {
  display: block;
  color: inherit;
}

.catalog-item-list--img {
  position: relative;
  margin-bottom: 4px;
  display: block;
}

.catalog-item-list--img img {
  width: 100%;
  margin: 0;
  display: block;
}

.catalog-item-list--tag {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 11px;
  display: flex;
}

.catalog-item-list--new, .catalog-item-list--icon {
  display: inline-block;
  padding: 2px 6px;
  color: #fff;
}

.catalog-item-list--new {
  background-color: #000;
}

.catalog-item-list--icon {
  background-color: #888;
}

.catalog-item-list--brand {
  display: block;
  font-size: 12px;
  line-height: 1.6;
}

.catalog-item-list--name {
  display: block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 9px;
}

.catalog-item-list--price {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}

.catalog-item-list--price__before {
  text-decoration: line-through;
  font-size: 12px;
}

.catalog-item-list--price__after {
  color: #ff0000;
}

.catalog-item-list--scomment {
  color: #cc3302;
}

.catalog-item-list--price__after > span {
  font-size: 10px;
}

.coupon {
  margin: 0 -15px;
}

.coupon--alert {
  margin-bottom: 10px;
  background-color: #ff8c8d;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  line-height: 32px;
}

.coupon--alert:last-child {
  margin-bottom: 0;
}

.block-topic-path {
  margin-bottom: 9.5px;
  color: #888888;
}

.item-thumbnail-with-caption {
  margin-bottom: 10px;
}

.item-thumbnail-with-caption__thumbnail-container {
  text-align: center;
  margin: 0 -15px 11.5px;
}

.item-thumbnail-with-caption__thumbnail-img {
  width: 100%;
}

.item-thumbnail-with-caption__caption {
  line-height: 1;
  text-align: center;
  color: #333333;
  font-size: 12px;
}

.item-detail-stock {
  padding: 10px 15.5px;
  margin: 0 -15px 10px;
  border-color: #f0f0f0;
  border-width: 1px 0;
  border-style: solid;
  color: #333333;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 3px;
  white-space: nowrap;
  overflow: scroll;
}

.item-detail-stock--size {
  display: inline-block;
  padding: 0 10px;
  line-height: 21px;
  background-color: #f2f2f2;
  border-radius: 10.5px;
  letter-spacing: normal;
}

.item-detail-stock--size:first-of-type {
  margin-left: 5px;
}

.item-detail-color-list {
  padding: 0 15.5px;
  margin: 0 -15px 13px;
  letter-spacing: 5.5px;
  white-space: nowrap;
  overflow: scroll;
  border-bottom: solid 1px #f0f0f0;
}

.item-detail-color-list__color-pattern {
  display: inline-block;
  margin-bottom: 11px;
}

.item-detail-color-list__color-img {
  width: 66.5px;
  margin-bottom: 4px;
}

.item-detail-color-list__color-text {
  color: #333333;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  letter-spacing: normal;
}

.item-detail-body {
  padding: 0;
  margin-bottom: 29px;
}

.item-detail-body--brand {
  margin-bottom: 17px;
  line-height: 16px;
}

.item-detail-body--brand-name {
  font-size: 13px;
  font-weight: bold;
  margin-right: 12px;
  display: inline-block;
}

.item-detail-body--item-name {
  margin-bottom: 15.5px;
  color: #111111;
  font-size: 16px;
  line-height: 1.4;
  display: inline-block;
}

.item-detail-body--item-info {
  margin-bottom: 23px;
  font-size: 12px;
  line-height: 15px;
}

.item-detail-body--item-info-number {
  color: #111111;
  font-size: 12px;
  display: inline-block;
}

.item-detail-body--item-info-star {
  height: 15px;
  display: inline-block;
}

.item-detail-body--item-info-review {
  display: inline-block;
}

.item-detail-body--delivery-info {
  margin-bottom: 13px;
}

.item-detail-body--delivery-info img {
  margin-bottom: 3px;
}

.item-detail-body--delivery-info-point {
  display: inline-block;
  background-color: #f2f2f2;
  padding: 0 10px;
  font-size: 11px;
  line-height: 24px;
  margin-bottom: 3px;
}

.item-detail-body--price {
  color: #111111;
}

.item-detail-body--price-value {
  display: inline-block;
  font-size: 21px;
  line-height: 26px;
  margin-right: 10px;
}

.item-detail-body--price-value > span {
  font-size: 16px;
}

.item-detail-body--price-value__after {
  color: #ff0000;
}

.item-detail-body--price-before {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
}

.item-detail-body--price-before > span:first-child {
  text-decoration: line-through;
}

.item-detail-body--price-before > span:nth-child(2) {
  font-size: 14px;
  text-decoration: line-through;
}

.item-detail-body--discount {
  margin-top: 12.5px;
  display: inline-block;
  padding: 5px;
  background-color: #ff0000;
  font-size: 11px;
  line-height: 15px;
  color: #ffffff;
}

.item-detail-campaign {
  text-align: center;
  color: #ff0000;
  border: 1px solid #ff0000;
  padding: 6px 0;
  font-size: 12px;
  margin-bottom: 17px;
}

.item-detail-actions {
  margin: 30px 0 20px;
}

.item-detail-actions .btn-1 {
  margin-bottom: 0;
}

.item-detail-actions--fav-group {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-detail-actions--fav-group.no-btn_store-stock .item-detail-actions--fav-group-btn{
  width: 100%;
}

.item-detail-actions--fav-group-btn {
  width: 48%;
}
.item-detail-actions--fav-group-line{
  display: flex;
  justify-content: center;
}
.item-detail-actions--store-stock-group-btn {
  flex: 1;
}

.item-detail-actions--fav-group-icon {
  width: 55px;
  text-align: center;
  font-size: 11px;
}

.item-detail-actions--fav-group-icon span {
  display: block;
}

.item-detail-actions--fav-group-icon img {
  width: 23px;
}

.item-detail-shares {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.item-detail-shares--item:first-child {
  margin-right: 11.5px;
}

.item-detail-shares img {
  width: 32px;
}

.item-detail-tab {
  justify-content: space-around;
  overflow: hidden;
}

.item-detail-tab--items {
  display: flex;
  padding: 0 24px;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 -5px 22.5px;
}

.item-detail-tab--tab {
  border-bottom: 2.5px solid transparent;
  padding-bottom: 14px;
  line-height: 1;
  flex: 1;
  text-align: center;
  line-height: 1;
  margin: 0 5px;
}

.item-detail-tab--tab__active {
  border-color: #515151;
}

.item-detail-tab--tab:hover {
  text-decoration: none;
}

.item-detail-tab--contents {
  display: none;
  padding: 0 16px;
}

.item-detail-tab--contents__active {
  display: block;
}

.item-detail-tab--contents .goods-detail-text-innr div:first-child{
  overflow: hidden;
  height: 6em;
}

.item-detail-tab--contents .goods-detail-text-innr #narumiya-detail-morebtn{
  height: auto;
	color: #444444;
	font-size: 13px;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top: 20px;
	position: relative;
	padding-bottom: 35px;
}

.item-detail-tab--contents .goods-detail-text-innr #narumiya-detail-morebtn::before {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #0b0b0b;
  border-right: solid 1px #0b0b0b;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
}

.item-detail-same-brand-items-link-tab {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 25px;
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
  width: 100%;
}

.item-detail-same-brand-items-link-tab .tab-title {
  width: 168px;
  float: left;
}

.item-detail-same-brand-items-link-tab .tab-links {
  color: #003685;
  width: 50%;
  float: left;
}

.item-detail-same-brand-items-link-tab .tab-links a {
  color: #003685;
}

.item-detail-same-brand-items-link-tab .tab-links .link {
  margin-bottom: 7px;
}

.item-detail-same-brand-items-link-tab .clear {
  clear: both;
}

.item-detail-links a {
  display: inline-block;
  color: #888888;
  font-size: 12px;
  margin-right: 7px;
}

.item-detail-links a:last-child {
  margin-right: 0;
}

.item-detail-bottom-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 10px;
  display: none;
  display: flex;
  align-items: center;
  transition: .3s;
  opacity: 0;
  pointer-events: none;
}

.item-detail-bottom-bar.active {
  opacity: 1;
  pointer-events: auto;
}

.item-detail-bottom-bar .btn-1 {
  margin-bottom: 0;
}

.item-detail-bottom-bar .btn-1__favorite a {
  background: #fff;
  padding: 0 7px;
  line-height: 38px;
  margin-left: 5px;
}

.item-detail-bottom-bar .btn-1__cart {
  flex: 1;
  margin-bottom: 0;
}

.item-detail-bottom-bar .btn-1__cart span {
  font-size: 13px;
  line-height: 40px;
}

.review-guide {
  margin-bottom: 25px;
  font-size: 12px;
}

.review-guide a {
  text-decoration: underline;
}

.review-score {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 14px;
}

.review-score--stars {
  flex-shrink: 0;
}

.review-score--stars img {
  display: block;
}

.review-score--count {
  flex-shrink: 0;
  margin-left: 7px;
}

.review-score--btn {
  flex-shrink: 0;
  margin-left: 7px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #000;
  padding: 2px 10px 2px 25px;
  background: url(../img/icon-pencil.png) center left 11px/12px no-repeat;
}

.review-item {
  border-top: 1px solid #d7d7d7;
  padding: 15px 0 20px;
}

.review-item--title {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
}

.review-item--star {
  display: inline-block;
  height: 12px;
  vertical-align: -1px;
}

.review-item--star img {
  max-height: 100%;
  display: block;
}

.review-item--name {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.review-item--body {
  margin-top: 12px;
}

.mypage-head {
  padding: 14px 0;
  margin: 0 -15px;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 1;
  border-bottom: solid 1px #f0f0f0;
}

.mypage-profile {
  margin: 0 -15px;
  padding: 20px 15px 58px;
  color: #333;
  border-bottom: solid 1px #f0f0f0;
}

.mypage-profile--name-wrapper {
  line-height: 16px;
  margin-bottom: 26px;
  display: flex;
  justify-content: space-between;
}

.mypage-profile--name {
  font-size: 16px;
}

.mypage-profile--name > span {
  font-size: 14px;
}

.mypage-profile--log-out > a {
  display: block;
  font-size: 14px;
  color: #00317e;
  text-decoration: none;
}

.mypage-profile--log-out > a > span {
  text-decoration: underline;
}

.mypage-profile--rank {
  margin-bottom: 40px;
}

.mypage-profile--rank > p:first-child {
  text-align: center;
  margin-bottom: 8px;
}

.mypage-profile--rank > p:last-child {
  text-align: center;
  padding: 15px;
  background-color: #ab820a;
  color: #fff;
  font-size: 19px;
  line-height: 1;
}

.mypage-profile--rank > p:last-child > span {
  margin-left: 0.5em;
  font-size: 16px;
  vertical-align: bottom;
}

.mypage-profile--point {
  color: #000;
  text-align: center;
  margin-bottom: 42px;
  font-weight: bold;
}

.mypage-profile--point > p:first-child {
  font-size: 120%;
  line-height: 1;
  margin-bottom: 12px;
}

.mypage-profile--point > p:nth-child(2) {
  margin-bottom: 30px;
  line-height: 1;
}

.mypage-profile--point > p:nth-child(2) > span:first-child {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 65px;
}

.mypage-profile--point > p:nth-child(2) > span:first-child > span {
  font-size: 36px;
}

.mypage-profile--point > p:nth-child(2) > span:last-child {
  font-size: 17px;
  font-weight: bold;
}

.mypage-profile--point > p:last-child {
  font-size: 11px;
  line-height: 1;
}

.mypage-profile--barcode {
  text-align: center;
  margin-bottom: 37px;
}
.mypage-profile--barcode .customer_barcode_bar {
}
.mypage-profile--barcode .customer_barcode_number {
  letter-spacing: 15px;
  font-size: 20px;
}

.mypage-profile--rank-up {
  text-align: center;
  margin-bottom: 37px;
}

.mypage-profile--rank-up p:first-child {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.mypage-profile--rank-up p.mypage-profile--rank-amt {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 11px;
}

.mypage-profile--rank-up p:last-child {
  font-size: 12px;
  line-height: 1;
}

.mypage-profile--link {
  margin-bottom: -26px;
}

.mypage-profile--link > p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 26px;
}

.mypage-profile--link > p > a {
  display: inline-block;
  color: inherit;
}

.mypage-profile--link > p > a:after {
  content: ">";
  display: inline-block;
  margin-left: 0.5em;
  text-decoration: none;
}

.mypage-campaign-list {
  margin: 0 -15px;
  padding: 30px 15px;
  border-bottom: solid 1px #f0f0f0;
  color: #333;
}

.mypage-campaign-list--head {
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  background-color: transparent;
}

.mypage-campaign-list > ul {
  margin-bottom: -9px;
}

.mypage-campaign-list--item {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
  border-bottom: solid 1px #f0f0f0;
}

.mypage-campaign-list--item:last-child {
  border-bottom: 0 none;
}

.mypage-nav {
  margin: 0 -15px;
}

.mypage-nav--category {
  padding: 30px 15px;
  border-bottom: 1px solid #f0f0f0;
}

.mypage-nav--head {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 0;
  background: transparent;
}

.mypage-nav--list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -5px;
}

.mypage-nav--list-item {
  position: relative;
  width: 25%;
  padding: 5px;
}

.mypage-nav--category__2-column .mypage-nav--list-item {
  width: 50%;
}

.mypage-nav--list-item > a {
  display: block;
  padding-bottom: 13px;
}

.mypage-nav--list-item > a > figure {
  height: 62px;
  text-align: center;
  line-height: 62px;
}

.mypage-nav--list-item > a > figure > img {
  vertical-align: middle;
}

.mypage-nav--list-item > a > p {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.mypage-nav--list-item.is-menu-open:before, .mypage-nav--list-item.is-menu-open:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: transparent solid;
  border-width: 12px 6px;
  border-bottom-color: #f0f0f0;
}

.mypage-nav--list-item.is-menu-open:after {
  bottom: -2px;
  border-bottom-color: #fff;
  z-index: 11;
}

.mypage-nav--drop-down {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 10;
}

.is-menu-open .mypage-nav--drop-down {
  display: block;
}

.mypage-nav-menu {
  border: 1px solid #f0f0f0;
  background-color: #fff;
}

.mypage-nav-menu > a {
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  line-height: 1;
  padding: 15px 18px;
  display: block;
  white-space: nowrap;
}

.mypage-nav-menu > a:last-child {
  border: 0 none;
}

.mypage--withdraw {
  text-align: center;
}

.mypage--withdraw > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #00317e;
  text-decoration: none;
}

.mypage--withdraw > a > span {
  text-decoration: underline;
}

.mypage--withdraw > a:after {
  content: ">";
  margin-left: 5px;
}

.keyword {
  display: flex;
  align-items: center;
}

.keyword--last {
  margin-bottom: 13px;
}

.keyword--text-wrap {
  min-width: 110px;
  text-align: left;
  font-size: 14px;
}

.keyword--item-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.keyword--item {
  margin: 5px;
  padding: 8px 12px;
  display: block;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #999;
  border-radius: 4px;
  min-width: 80px;
  text-align: center;
  text-decoration: none !important;
}

.keyword--item.allremove {
  background-color: #ddd;
}

.btn-1__line > a {
  line-height: 46px;
  border-radius: 4px;
  font-size: 13px;
  margin: 0;
  width: auto;
  padding: 0;
  color: #01B901;
  background: none;
}

.item-detail-actions--fav-group-line-icon {
  width: 55px;
  text-align: center;
  font-size: 11px;
}

.item-detail-actions--fav-group-line-icon span {
  display: block;
}

.item-detail-actions--fav-group-line-icon img {
  width: 40px;
}

.item-detail-actions .item-detail-actions--fav-group-line .btn-1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mypage-title-normal-point {
  font-size: 110%;
  margin-top: 10px;
}

.mypage-title-period-point {
  font-size: 110%;
  margin-top: 10px;
}

.mypage-period-point-message{
  margin-top: 10px;
  font-weight: normal;
}

.mypage-normal-point-expdt{
  font-weight: normal;
}

.mypage-period-point-expdt-1{
  font-weight: normal;
}

.mypage-period-point-expdt-2{
  font-weight: normal;
}

.mypage-period-point-expdt-3{
  font-weight: normal;
}

.mypage-period-point-expdt-4{
  font-weight: normal;
}

.mypage-period-point-expdt-5{
  font-weight: normal;
}

.mypage-period-point-expdt-6{
  font-weight: normal;
}

.mypage-period-point-expdt-7{
  font-weight: normal;
}

.mypage-period-point-expdt-8{
  font-weight: normal;
}

.mypage-period-point-expdt-9{
  font-weight: normal;
}

.mypage-period-point-expdt-10{
  font-weight: normal;
}

.mypage-period-point-expdt-11{
  font-weight: normal;
}

.mypage-period-point-expdt-12{
  font-weight: normal;
}

.block-goods-detail--brand-introduction {
  border-top: 1px solid #f0f0f0;
  padding: 30px 15px;
  margin: 0 -15px;
}

#cart-modal{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 9999;
}
#cart-modal-main{
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 0 0 20px;
	width: 100%;
	z-index: 2;
	overflow-x: hidden;
}
#cart-modal-main-container:not(.recommend-no-data) {
	position: absolute;
	top: 50px;
	bottom: 0;
	padding: 0 0 20px;
	width: 100%;
	height: 900px;
}
#cart-modal-main-container.recommend-no-data {
	position: absolute;
	bottom: 100px;
	padding: 0 0 20px;
	width: 100%;
}
#cart-modal-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	z-index: 0;
	top: 0;
	left: 0;
}
.cart-modal-header{
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: 0;
	padding: 20px 25px 20px;
	margin-bottom: 25px;
	font-size: 16px;
	height: 5%;
	background: #fff;
	z-index: 2;
}
.cart-modal-header p{
	background: url(../img/closebtn_sp.png) right center no-repeat;
}
.cart-modal-header p{
	color: #444;
	height: 1em;
	margin: auto;
}
.cart-modal-header span{

}
.cart-modal-header-space{
	position: -webkit-sticky;
	position: sticky;
	display: block;
	top: 0px;
	margin-top: -25px;
	height: 30px;
	background: #fff;
	z-index: 0;
}
.cart-modal-btn{
	position: fixed;
	z-index: 9999;
	bottom: 0;
	margin: 0;
	height: 149px;
	width: 100%;
	background: #fff;
}
.cart-modal-btn a:first-child{
	background: #003685;
	display: block;
	color: #fff;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 4px;
	text-decoration: none;
	font-size: 16px;
	margin: 0 25px 10px 25px;
}
.cart-modal-btn p{
	background: #fff;
	display: block;
	color: #333;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border: 1px solid #333;
	border-radius: 4px;
	font-size: 16px;
	margin: 0 25px;
}
.cart-modal-text{
	position: sticky;
	top: 0;
	margin: 0px 5px 5px;
	height: 75%;
	z-index: 1;
}
.cart-modal-text p{
	line-height: 1;
	height: 3%;
}
.cart-modal-text p.count-wrap {
	margin-left: 20px;
}
.cart-modal-text p:first-child span{
	font-weight: bold;
}

.cart-modal-text p:first-child span.count{
	font-weight: bold;
	margin-left: 20px;
}

.cart-modal-text p:first-child{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	width: 100%;
}
.cart-modal-text p:first-child span.price {
	font-size: 21px;
	font-weight: bold;
	color: #000000;
}
.cart-modal-text div.text{
	line-height: 1.6;
	height: 90%;
}

.cart-modal-text div.text div.cart-modal-recommend {
	max-height: 90%;
}
.cart-modal-text div.text div.cart-modal-recommend > div {
	padding-bottom: 149px;
}

.cart-modal-text-container {
	margin-top: -10px;
	background: #fff;
}

.block-cart-modal-recommend {
	display: none;
}

.is-modal-open2{
	overflow: hidden;
}
.is-modal-open2 .modal{
	position: fixed;
	overflow: scroll;
	height: 100%;
	padding-bottom: 0;
	top: 0;
}

.category-relation-topic-header {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 25px;
  margin: 0 -15px;
  margin-top: 40px;
  font-weight: bold;
  border-top: 1px #f0f0f0;
  border-style: solid none;
}

.category-relation-topic.group-news {
  border-top: none;
  padding: 0px 15px;
}

.block-navigation-pulldown {
  z-index: 11;
  margin: 10px 20px 20px 20px;
}

.block-navigation-pulldown {
  position: relative;
  z-index: 10;
}

.block-navigation-pulldown__bar {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  height: 45px;
  overflow: hidden;
  background-color: #f8f8f8;
  border-radius: 8px;
}

button.block-navigation-pulldown__button {
  font-size: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #888;
}

.block-navigation-pulldown__bar-menu {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

.block-navigation-pulldown__bar-menu::before {
  left: -1px;
}

.block-navigation-pulldown__bar-menu::after, .block-navigation-pulldown__bar-menu::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 1px;
  content: "";
  box-shadow: 0 0 5px 5px #f8f8f8;
}

.block-navigation-pulldown__bar-menu .o-scroll {
  position: relative;
  z-index: 1;
}

.o-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.block-navigation-pulldown__bar-menu .o-scroll__container {
  width: 100%;
}

.block-navigation-pulldown__bar-menu .o-scroll__container {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.o-scroll__container {
  display: inline-block;
  min-width: 100%;
  visibility: visible;
  overflow-x: scroll;
}

.block-navigation-sex {
  font-size: 12px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
}

.block-navigation-sex__item--active:link, .block-navigation-sex__item--active:visited, .block-navigation-sex__item:link, .block-navigation-sex__item:visited {
  color: #23abdd;
}

.block-navigation-sex__item--active:link, .block-navigation-sex__item--active:visited {
  color: #2d2d2d;
}

.block-navigation-sex__item--active {
  background-color: rgba(45,45,45,7%);
}

.block-navigation-sex__item, .block-navigation-sex__item--active {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  white-space: nowrap;
  border-radius: 6px;
}

.block-navigation-sex__item + .block-navigation-sex__item, .block-navigation-sex__item--active + .block-navigation-sex__item {
  margin-left: 5px;
}

.block-navigation-sex--no-size::after, .block-navigation-sex::after {
  position: absolute;
  top: auto;
  right: 0;
  bottom: auto;
  z-index: 1;
  width: 1px;
  height: 25px;
  content: "";
  background-color: rgba(45,45,45,7%);
}

.block-navigation-size {
  padding: 0;
}

.block-navigation-size {
  font-size: 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5px;
}

.block-navigation-size__item--active:link, .block-navigation-size__item--active:visited, .block-navigation-size__item:link, .block-navigation-size__item:visited {
  color: #23abdd;
}

.block-navigation-size__item, .block-navigation-size__item--active {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin: 0 8px;
  white-space: nowrap;
  border-radius: 6px;
}

.block-navigation-size__item--active:link, .block-navigation-size__item--active:visited {
  color: #2d2d2d;
}

.block-navigation-size__item--active {
  background-color: rgba(45,45,45,7%);
}

.block-navigation-size__item, .block-navigation-size__item--active {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 10px;
  margin: 0 8px;
  white-space: nowrap;
  border-radius: 6px;
}

.block-navigation-pulldown__board[aria-hidden="true"] {
  display: none;
}

.block-navigation-pulldown__board {
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
  padding-top: 10px;
}

.block-navigation-board {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(45,45,45,15%);
}

.category-highly-rated-reviews-header {
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding: 25px;
  margin: 0 -15px;
  margin-top: 40px;
  font-weight: bold;
  border-top: 1px #f0f0f0;
  border-style: solid none;
}

.category-highly-rated-reviews-wrap {
  margin-left: -3px;
  margin-right: -3px;
}

.category-highly-rated-reviews-list--item:first-child {
  padding-top: 10px;
}

.category-highly-rated-reviews-list--item {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd;
}

.category-highly-rated-reviews--item {
  display: flex;
  margin-bottom: 10px;
}

.category-highly-rated-reviews--item-img {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}

.category-highly-rated-reviews--item-text {
  flex-grow: 1;
  margin-left: 15px;
}

.category-highly-rated-reviews--item-text a {
  font-size: 15px;
}

.category-highly-rated-reviews--item-price {
  font-size: 15px;
  display: block;
}

.catalog-item-list--price__before {
  margin-bottom: 3px;
}

.category-highly-rated-reviews--item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.category-highly-rated-reviews--item-star {
  margin-top: 5px;
  margin-bottom: 10px;
}

.category-highly-rated-reviews--item-star img {
  width: 111px;
}

.category-highly-rated-reviews--item-comment {
  line-height: 1.7;
  margin-bottom: 10px;
}

.category-highly-rated-reviews--item-comment-innertext {
  overflow: hidden;
  background-color: #fff;
  width: 100%;
  word-break: break-word;
}

.category-highly-rated-reviews--item-info {
  font-size: 11px;
  background: #fafafa;
  padding: 15px;
  line-height: 1.7;
}

.block-thumbnail-t--goods-user-review--star img {
  width: 70px;
  margin-right: 5px;
  vertical-align: baseline;
}

.block-thumbnail-t--goods-user-review--score {
  display: inline-block;
}

.category-highly-rated-reviews-wrap .btn-1.btn-1__bottom {
  margin-top: 30px;
}
