@charset "UTF-8";
.pc {
  display: block;
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.register-link {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1em;
}
.register-link__wrapper {
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
  -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.register-link__wrapper:hover {
  -webkit-box-shadow: 0px 11px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 11px 13px -8px rgba(0, 0, 0, 0.6);
}
.register-link .icon-area {
  background-color: #B9190E;
  width: 100px;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .register-link .icon-area {
    width: 60px;
  }
}
.register-link .text-area {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .register-link .text-area {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .register-link .text-area {
    margin-top: 25px;
  }
}
.register-link .nav-ttl, .register-link .nav-list__item .nav-subttl, .nav-list__item .register-link .nav-subttl {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .register-link .nav-ttl, .register-link .nav-list__item .nav-subttl, .nav-list__item .register-link .nav-subttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .register-link .nav-ttl, .register-link .nav-list__item .nav-subttl, .nav-list__item .register-link .nav-subttl {
    font-size: 1.6rem;
  }
}
.register-link .nav-subttl {
  font-weight: bold;
}

.anker-arrow, .arrow-s, .arrow {
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
          box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
}

.arrow-after, .anker-arrow::after, .arrow-s::after, .arrow::after {
  position: absolute;
  content: "";
  display: block;
  top: 40%;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}

.arrow {
  width: 40px;
  height: 40px;
  background-color: #fff;
  right: 0;
}
.arrow::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 40%;
  width: 7px;
  height: 7px;
}

.arrow-s {
  width: 35px;
  height: 35px;
  background-color: #fff;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.arrow-s::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: calc(50% - 2.5px);
  top: calc(50% - 2.5px);
  width: 5px;
  height: 5px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
}

.simple-arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #CECECE;
  border-right: 2px solid #CECECE;
  position: absolute;
}

.simple-arrow-red, .read-list li .simple-arrow-red {
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  position: absolute;
  right: 0;
  top: 50%;
}

.twitter-base, .twitter {
  border-radius: 50px;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
          box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
}

.twitter-after, .twitter::after {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/icon/icon_twitter.svg);
  width: calc(40px - 20px);
  height: calc(40px - 25px);
  top: 50%;
  left: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.twitter {
  width: 40px;
  height: 40px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.twitter-wrapper {
  position: relative;
  display: block;
  padding-right: 20px;
}
.twitter-wrapper:hover .twitter {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.twitter-wrapper .text-area {
  margin-left: calc(40px + 10px);
  margin-bottom: 0;
}
.twitter-wrapper .text-area .twitter-ttl {
  font-weight: bold;
  font-size: 1.5rem;
}
.twitter-wrapper .text-area .twitter-subttl {
  margin-top: 0.5em;
  display: block;
  font-size: 0.7em;
}

.arrow2 {
  position: absolute;
  right: 0;
  display: block;
  top: 50%;
}

.arrow2::before,
.arrow2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
}

.arrow2::after {
  left: 5px;
  top: -4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.arrow2::before {
  width: 12px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.anker-arrow {
  width: 70px;
  height: 70px;
  border: 3px solid #FF0000;
  background-color: #fff;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 540px) {
  .anker-arrow {
    width: 55px;
    height: 55px;
  }
}
.anker-arrow::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  left: calc(50% - 6px);
  border-top: 4px solid #FF0000;
  border-right: 4px solid #FF0000;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 540px) {
  .anker-arrow::after {
    border-top: 3px solid #FF0000;
    border-right: 3px solid #FF0000;
  }
}
.anker-arrow:hover {
  background-color: #FF0000;
}
.anker-arrow:hover::after {
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.card-btn-original, .purchase-main .purchase-content .purchase-card__ttlwrap, .category-content__header, .card-wrap .card-link__subttlwrap {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  border-radius: 10px;
  display: block;
}

.card-btn-after-original, .category-content__header::after, .card-wrap .card-link__subttlwrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}

.card-btn-inner-original, .category-content__header__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.new-train-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.new-train-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.new-train-bg::before {
  background: url(../img/common/newin_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.new-train-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.new-train-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.new-train-bg__inner .nav-ttl, .new-train-bg__inner .nav-list__item .nav-subttl, .nav-list__item .new-train-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.new-train-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.new-train-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.new-toy-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.new-toy-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.new-toy-bg::before {
  background: url(../img/common/gnav_newin_toy.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.new-toy-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.new-toy-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.new-toy-bg__inner .nav-ttl, .new-toy-bg__inner .nav-list__item .nav-subttl, .nav-list__item .new-toy-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.new-toy-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.new-toy-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.train-category-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.train-category-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.train-category-bg::before {
  background: url(../img/common/gnav_train_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.train-category-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.train-category-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.train-category-bg__inner .nav-ttl, .train-category-bg__inner .nav-list__item .nav-subttl, .nav-list__item .train-category-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.train-category-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.train-category-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.toy-category-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toy-category-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.toy-category-bg::before {
  background: url(../img/common/gnav_category_toy.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.toy-category-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.toy-category-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.toy-category-bg__inner .nav-ttl, .toy-category-bg__inner .nav-list__item .nav-subttl, .nav-list__item .toy-category-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.toy-category-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.toy-category-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.estimation-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.estimation-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.estimation-bg::before {
  background: url(../img/common/estimation_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.estimation-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.estimation-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.estimation-bg__inner .nav-ttl, .estimation-bg__inner .nav-list__item .nav-subttl, .nav-list__item .estimation-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.estimation-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.estimation-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.assessment-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.assessment-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.assessment-bg::before {
  background: url(../img/common/assessment_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.assessment-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.assessment-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.assessment-bg__inner .nav-ttl, .assessment-bg__inner .nav-list__item .nav-subttl, .nav-list__item .assessment-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.assessment-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.assessment-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.store-bg {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.store-bg::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.store-bg::before {
  background: url(../img/common/gnav_store_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.store-bg:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.store-bg__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.store-bg__inner .nav-ttl, .store-bg__inner .nav-list__item .nav-subttl, .nav-list__item .store-bg__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.store-bg__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.store-bg:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.category-btn {
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  background-image: url(../img/common/train_bg.jpg);
  background-size: cover;
  background-position: center;
}
.category-btn::before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 35px #fff;
  border-right: solid 35px transparent;
  top: -3px;
  z-index: 2;
}
.category-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 84, 182)), color-stop(31%, rgb(48, 94, 198)), to(transparent));
  background: linear-gradient(90deg, rgb(41, 84, 182) 0%, rgb(48, 94, 198) 31%, transparent 100%);
}
.category-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.category-btn__inner .nav-link {
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .category-btn__inner .nav-link {
    font-size: 1.2rem;
  }
}
.category-btn:hover .arrow-s {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.category-btn.toy-bg {
  background-image: url(../img/common/toy_bg.jpg);
}
@media screen and (max-width: 540px) {
  .category-btn {
    height: 150px;
  }
}

.newin-btn {
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  background-image: url(../img/common/newin_bg.jpg);
  background-size: cover;
  background-position: center;
}
.newin-btn::before {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 35px #fff;
  border-right: solid 35px transparent;
  top: -3px;
  z-index: 2;
}
.newin-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 213, 47)), color-stop(28%, rgb(253, 213, 47)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(253, 213, 47) 0%, rgb(253, 213, 47) 28%, rgba(255, 255, 255, 0) 100%);
}
.newin-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
}
.newin-btn__inner .nav-link {
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .newin-btn__inner .nav-link {
    font-size: 1.2rem;
  }
}
.newin-btn:hover .arrow-s {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.newin-btn.toy-bg {
  background-image: url(../img/common/newintoy_bg.jpg);
}
@media screen and (max-width: 540px) {
  .newin-btn {
    height: 150px;
  }
}
.newin-btn__inner {
  color: #FF0000;
}

.purchase-btn {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.purchase-btn::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.purchase-btn::before {
  background: url(../img/common/purchase_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.purchase-btn:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.purchase-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.purchase-btn__inner .nav-ttl, .purchase-btn__inner .nav-list__item .nav-subttl, .nav-list__item .purchase-btn__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.purchase-btn__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.purchase-btn:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.purchase-btn .nav-ttl, .purchase-btn .nav-list__item .nav-subttl, .nav-list__item .purchase-btn .nav-subttl {
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .purchase-btn .nav-ttl, .purchase-btn .nav-list__item .nav-subttl, .nav-list__item .purchase-btn .nav-subttl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase-btn {
    height: 150px;
  }
}
@media screen and (max-width: 540px) {
  .purchase-btn .nav-link {
    font-size: 1.4rem;
  }
}

.estimation-btn {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.estimation-btn::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.estimation-btn::before {
  background: url(../img/common/estimation_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.estimation-btn:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.estimation-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.estimation-btn__inner .nav-ttl, .estimation-btn__inner .nav-list__item .nav-subttl, .nav-list__item .estimation-btn__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.estimation-btn__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.estimation-btn:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.assessment-btn {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.assessment-btn::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.assessment-btn::before {
  background: url(../img/common/assessment_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.assessment-btn:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.assessment-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.assessment-btn__inner .nav-ttl, .assessment-btn__inner .nav-list__item .nav-subttl, .nav-list__item .assessment-btn__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.assessment-btn__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.assessment-btn:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.howto-btn {
  width: 100%;
  height: 180px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.howto-btn::after {
  background-color: rgba(74, 74, 74, 0.5);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.howto-btn::before {
  background: url(../img/common/howto_bg.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-size: cover;
}
.howto-btn:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.howto-btn__inner {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  color: #fff;
  width: 85%;
  padding: 5% 0;
}
.howto-btn__inner .nav-ttl, .howto-btn__inner .nav-list__item .nav-subttl, .nav-list__item .howto-btn__inner .nav-subttl {
  margin-bottom: 0.5em;
}
.howto-btn__inner .nav-link {
  font-weight: bold;
  margin-top: 1.5em;
}
.howto-btn:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.howto-btn::before {
  background-position: right;
}

.simple-btn, .login-area .form__item__sbmt, .guide-area-wrapper .login-rg-btn, .simple-btn__outline {
  margin: 10px auto;
  padding: 15px 0;
  width: 100%;
  display: block;
  letter-spacing: 0.05em;
  background: #E5151F;
  border: 1px solid #E5151F;
  border-radius: 3px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.simple-btn:hover, .login-area .form__item__sbmt:hover, .guide-area-wrapper .login-rg-btn:hover, .simple-btn__outline:hover {
  background: #fff;
  color: #FF0000;
}
.simple-btn__outline {
  background: #fff;
  color: #E5151F;
}
.simple-btn__outline:hover {
  background: #FF0000;
  color: #fff;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 1199px) {
  .btn-group {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}
.btn-group li {
  width: 100%;
  padding: 1em 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-group li {
    padding: 0;
    margin-bottom: 1em;
  }
}
.btn-group li .arrow-s {
  left: 5%;
  z-index: 1;
}
.btn-group .simple-btn, .btn-group .login-area .form__item__sbmt, .login-area .btn-group .form__item__sbmt, .btn-group .guide-area-wrapper .login-rg-btn, .guide-area-wrapper .btn-group .login-rg-btn, .btn-group .simple-btn__outline, .btn-group__outline {
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .btn-group .simple-btn, .btn-group .login-area .form__item__sbmt, .login-area .btn-group .form__item__sbmt, .btn-group .guide-area-wrapper .login-rg-btn, .guide-area-wrapper .btn-group .login-rg-btn, .btn-group .simple-btn__outline, .btn-group__outline {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
  }
}

.more-btn {
  position: relative;
  padding-left: 50px;
  color: #FF0000;
  font-weight: bold;
}
.more-btn .arrow-s {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 540px) {
  .more-btn .arrow-s:after {
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
  }
}
.more-btn:hover .arrow-s {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.btn-wrapper {
  text-align: center;
  margin-top: 130px;
}

.add-btn {
  margin: 10px auto;
  padding: 15px 15px 15px 45px;
  display: inline-block;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  color: #343434;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.add-btn::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(../img/icon/ico_plus.svg);
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  left: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-btn {
  cursor: pointer;
}

.button-close {
  width: 30px;
  height: 30px;
  display: block;
}
.button-close::before, .button-close::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 3px;
  /*バツ線の太さ*/
  background: #FF0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.button-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.cart-btn {
  background-color: #FF0000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  color: #fff;
  position: relative;
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cart-btn .simple-arrow {
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
  right: 0.8em;
}
.cart-btn:hover {
  opacity: 0.8;
}
.cart-btn__icon {
  width: 30px;
  height: 30px;
}

.cart-info {
  padding: 1em 1em 1em 1.5em;
  background-color: #F7F7F7;
}

.plus-btn {
  background-color: #FF0000;
  color: #fff;
  padding: 0.7em 0.5em;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.6);
  position: relative;
  font-size: 1.8rem;
}
.plus-btn .plus {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  line-height: 1;
  width: 20px;
  height: 3px;
  border-radius: 0.1em;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.plus-btn .plus.active::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plus-btn .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next2,
.swiper-container .swiper-button-prev2 {
  border-radius: 50px;
  display: block;
  position: absolute;
  top: calc(50% + 30px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
          box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
  background-image: none;
  width: 60px;
  height: 60px;
  border: 2px solid #FF0000;
  background-color: #fff;
  z-index: 2;
  cursor: pointer;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-next2::after,
.swiper-container .swiper-button-prev2::after {
  position: absolute;
  content: "";
  display: block;
  top: 40%;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  left: 42%;
  width: 10px;
  height: 10px;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-next2 {
  right: 3%;
}
.swiper-container .swiper-button-next::after,
.swiper-container .swiper-button-next2::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-prev2 {
  left: 3%;
}
.swiper-container .swiper-button-prev::after,
.swiper-container .swiper-button-prev2::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.swiper-container .swiper-pagination-bullet-active {
  background: #FF0000;
}
.swiper-container .swiper-slide {
  cursor: pointer;
}

.main-slider {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .main-slider {
    margin-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    display: none;
  }
}
.main-slider li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider .swiper-slide {
  opacity: 0.7;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
          box-shadow: 0px 4px 12px -4px rgba(58, 58, 58, 0.6);
}
.main-slider .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: scale 0.2s;
  transition: scale 0.2s;
}
@media screen and (max-width: 768px) {
  .main-slider .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.main-slider .swiper-pagination {
  bottom: 15px;
}

.product-slider {
  width: 100%;
}
.product-slider .swiper-slide {
  overflow: hidden;
  height: auto;
}
.product-slider .swiper-slide a {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .product-slider {
    padding: 0px 0 30px 20px;
  }
}
.product-slider .swiper-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.product-slider .swiper-scrollbar-drag {
  background-color: #FF0000;
}

.category-slider {
  position: relative;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 540px) {
  .category-slider {
    display: block;
  }
}
.category-slider .product-list {
  padding-bottom: 30px;
}
.category-slider .swiper-scrollbar-drag {
  background-color: #FF0000;
}

.swiper-my-pagination {
  margin-bottom: 5px;
  table-layout: fixed;
  display: table;
}

.swiper-my-pagination img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}

.swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1;
}

.swiper-my-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 0.2;
}

.swiper-my-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.product-detail-wrapper .swiper-container {
  width: 100%;
  max-width: 940px;
}
.product-detail-wrapper .swiper-container.product-detail-imgslider .swiper-slide img {
  width: 100%;
}
.product-detail-wrapper .swiper-container.product-detail-imgslider .swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 540px) {
  .product-detail-wrapper .swiper-container.slider-thumbnail {
    margin-left: 20px;
  }
}
.product-detail-wrapper .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  overflow: hidden;
}
.product-detail-wrapper .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .product-detail-wrapper .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
    height: 100%;
  }
}
.product-detail-wrapper .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #FF0000;
}

/******************************************************************
見出し
******************************************************************/
.ttl-underline {
  font-weight: bold;
  font-size: 2.2rem;
  border-bottom: 2px solid #FF0000;
  margin: 0 0 1em;
  padding: 0.5em 0;
}
@media screen and (max-width: 540px) {
  .ttl-underline {
    font-size: 1.8rem;
  }
}

/******************************************************************
注意事項
******************************************************************/
.caution {
  margin-top: 50px;
}
.caution__inner {
  background-color: #F7F7F7;
  padding: 3%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .caution__inner {
    padding: 0 3%;
    background-color: #fff;
  }
}
@media screen and (max-width: 540px) {
  .caution__inner {
    background-color: #fff;
  }
}
.caution__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .caution__ttl {
    text-align: left;
  }
}
.caution__list {
  margin-top: 30px;
}
.caution__list__item {
  border-top: 1px solid #CECECE;
  cursor: pointer;
}
.caution__list__item:last-child {
  border-bottom: 1px solid #CECECE;
}
.caution__list__item .text-area {
  margin-bottom: 2.3em;
}
.caution__list__item .text-area .accordion-subttl {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  padding-bottom: 0.5em;
  background-image: linear-gradient(to right, #343434, #343434 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
}
.caution__list__item .text-area p {
  margin-bottom: 0.2em;
  font-size: 1.5rem;
}

/******************************************************************
アコーディオン
******************************************************************/
.accordion-list .accordion-ttl {
  padding: 0.7em 0.5em;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.accordion-list .accordion-ttl .simple-arrow {
  right: 0.5em;
  top: 40%;
  border-bottom: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.accordion-list .accordion {
  margin-left: 1.5em;
  display: none;
}
.accordion-list .accordion__link {
  margin-bottom: 1em;
}
.accordion-list .accordion__link:last-child {
  margin-bottom: 0;
}
.accordion-list .active.simple-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.accordion-list .active.accordion {
  display: block;
}

/******************************************************************
セレクトボックス
******************************************************************/

.select-box {
  background: #fff;
  border: 1px solid #707070;
  height: 40px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.search-header .select-box {
  width: auto;
}

@media screen and (max-width: 540px) {
  .select-box {
    width: 100%;
  }
}
.select-box::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  z-index: -1;
}
.select-box select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.search-header .select-box select{
    padding:0 3rem 0 10px;
}

/******************************************************************
ページネーション
******************************************************************/
.pager {
  margin: 50px 0;
}
@media screen and (max-width: 540px) {
  .pager {
    margin: 20px 0;
  }
}
.pager .pagination {
  text-align: center;
}
@media screen and (max-width: 540px) {
  .pager .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 540px) {
  .pager .pagination li {
    display: block;
  }
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
}
.pager .pagination li a.active {
  background-color: #FF0000;
  color: #fff;
}
.pager .pagination li a:hover, .pager .pagination li a:active {
  color: #fff;
  background: #FF0000;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination .pre a:hover, .pager .pagination .pre a:active,
.pager .pagination .next a:hover,
.pager .pagination .next a:active {
  color: #fff;
  background: #FF0000;
}

@media only screen and (max-width: 767px) {
  /*   .pager .pagination li {
     display: none;
   }

   .pager .pagination li.pre,
   .pager .pagination li.next {
     display: inline-block;
     width: 40%;
     height: 50px;
     text-align: center;
   }

   .pager .pagination li.pre a,
   .pager .pagination li.next a {
     width: 100%;
     text-align: center;
   }

   .pager .pagination li.pre span::after {
     content: "前の10件へ";
   }

   .pager .pagination li.next span::before {
     content: "次の10件へ";
   }
  */
}
/******************************************************************
ステップバー
******************************************************************/
.stepbar, .cart__stepbar {
  position: relative;
  width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .stepbar, .cart__stepbar {
    width: 95%;
    margin: 60px auto 0;
  }
}
.stepbar li, .cart__stepbar li {
  position: relative;
  text-align: center;
  width: 33.333%;
  color: #999999;
  counter-increment: steps;
}
.stepbar li:first-child::after, .cart__stepbar li:first-child::after {
  content: none;
}
.stepbar li::before, .cart__stepbar li::before {
  display: block;
  width: 80px;
  height: 80px;
  margin: 7px auto 20px auto;
  content: "";
  line-height: 80px;
  font-size: 3rem;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #707070;
  background-color: #fff;
  content: counter(steps);
}
@media screen and (max-width: 540px) {
  .stepbar li::before, .cart__stepbar li::before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
  }
}
.stepbar li::after, .cart__stepbar li::after {
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -50%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #707070;
}
@media screen and (max-width: 540px) {
  .stepbar li::after, .cart__stepbar li::after {
    top: 30px;
  }
}
.stepbar li.active, .cart__stepbar li.active, .stepbar li.complete, .cart__stepbar li.complete {
  color: #E5151F;
}
.stepbar li.active::before, .cart__stepbar li.active::before, .stepbar li.complete::before, .cart__stepbar li.complete::before {
  background-color: #E5151F;
  border: none;
  color: #FFF;
}
.stepbar li.active::after, .cart__stepbar li.active::after, .stepbar li.complete::after, .cart__stepbar li.complete::after {
  background-color: #E5151F;
}

/*****************************************************************
ベーシックなテーブル
******************************************************************/
.basic-tbl {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 5px;
  border-collapse: separate;
  overflow: hidden;
  border: solid 1px #696969;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .basic-tbl {
    border: none;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.basic-tbl th {
  background: #F7F7F7;
  border-bottom: solid 1px #696969;
  padding: 10px;
  text-align: left;
  white-space: nowrap;
  width: 15em;
}
@media screen and (max-width: 768px) {
  .basic-tbl th {
    font-weight: bold;
    background-color: #fff;
    width: 35%;
    white-space: unset;
  }
}
.basic-tbl td {
  border-left: solid 1px #696969;
  border-bottom: solid 1px #696969;
  padding: 10px;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .basic-tbl td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #696969;
    border-left: none;
    padding: 15px;
    text-align: left;
  }
}

/*****************************************************************
ベーシックなテーブルからタイトルヘッド背景色あるパターン
******************************************************************/
.basic-tbl.table-row {
  border: 1px solid #696969;
}
.basic-tbl.table-row tr:last-child td {
  border-bottom: none;
}
.basic-tbl.table-row th {
  background-color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .basic-tbl.table-row th {
    width: 100%;
  }
}
.basic-tbl.table-row td:first-child {
  border-left: none;
}

/******************************************************************
SP時にレイアウトが変更のテーブル
******************************************************************/
@media screen and (max-width: 768px) {
  .basic-tbl.sp-table-column {
    border: solid 1px #696969;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl.sp-table-column tr {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl.sp-table-column th {
    width: 100%;
    background-color: #F7F7F7;
    display: block;
  }
}

/******************************************************************
列が交互に色付けされているテーブル
******************************************************************/
.basic-tbl.alternate-table {
  border-radius: 0;
  margin-bottom: 0;
}
.basic-tbl.alternate-table thead .table-header th {
  background-color: #FF0000;
  color: #fff;
}
.basic-tbl.alternate-table thead .table-subheader td {
  background-color: #fbf0ca !important;
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table .table-subheader {
    display: none;
  }
}
.basic-tbl.alternate-table th,
.basic-tbl.alternate-table td {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table th,
.basic-tbl.alternate-table td {
    border-right: solid 1px #696969;
    border-left: solid 1px #696969;
  }
}
.basic-tbl.alternate-table th {
  background-color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table td:not(:last-child) {
    border-bottom: none;
  }
}
.basic-tbl.alternate-table td:first-child {
  border-left: none;
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table td:first-child {
    border-left: solid 1px #696969;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table tr:first-child th {
    border-top: solid 1px #696969;
  }
}
@media screen and (max-width: 768px) {
  .basic-tbl.alternate-table tr {
    display: block;
  }
}
.basic-tbl.alternate-table tr:nth-child(2n) th,
.basic-tbl.alternate-table tr:nth-child(2n) td {
  background-color: #F7F7F7;
}

/******************************************************************
赤枠のカード
******************************************************************/
.border-card {
  margin-bottom: 30px;
  border: 1px solid #FF0000;
  border-radius: 10px;
}
.border-card__body {
  padding: 25px;
}
.border-card__body.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .border-card__body.two-column {
    display: block;
  }
}
.border-card__body.two-column .border-card__content {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .border-card__body.two-column .border-card__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .border-card__body.two-column .border-card__content:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.border-card__content {
  margin-bottom: 1.5em;
}
.border-card__content:last-child {
  margin-bottom: 0;
}
.border-card__content.two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.border-card__content.two-column .border-card__linkttl {
  width: 48%;
}
@media screen and (max-width: 540px) {
  .border-card__content.two-column .border-card__linkttl {
    width: 100%;
  }
}
.border-card__ttl {
  background-color: #FF0000;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 10px 10px 0 0;
}
.border-card__subttl {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
  color: #E5151F;
  font-weight: bold;
}
.border-card__linkttl a {
  position: relative;
}
.border-card__linkttl a .simple-arrow-red {
  -webkit-transform: translateY(-50%) rotate(324deg);
          transform: translateY(-50%) rotate(324deg);
  right: -10px;
}

.border-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.border-card-list__item {
  width: 49%;
}
@media screen and (max-width: 540px) {
  .border-card-list__item {
    width: 100%;
  }
}

.con1 {
  position: relative;
  overflow: hidden;
}
.con1:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../../img/bg_test.jpg) no-repeat center center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-size: cover;
}
.con1:hover:after {
  opacity: 0.3;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.form__inner {
  padding: 5%;
  background-color: #F7F7F7;
  margin-bottom: 50px;
}
.form__inner .form__item__label {
  border-bottom: 1px solid #CECECE;
  padding-bottom: 0.5em;
}
.form__item {
  padding-top: 2em;
  width: 100%;
}
.form__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 540px) {
  .form__item {
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form__item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form__item__column {
    display: block;
  }
}
.form__item__column li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .form__item__column li {
    width: 100%;
  }
}
.form__item__radioarea dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__item__radio {
  margin-right: 0.5em;
}
.form__item__label {
  width: 100%;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__item__inputgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .form__item__inputgroup {
    display: block;
  }
}
.form__item__input {
  border: 1px solid #F7F7F7;
  border-radius: 6px;
  margin-right: 1em;
  margin-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: 100%;
  background: #F7F7F7;
}
.form__item__textarea {
  border: 1px solid #F7F7F7;
  border-radius: 6px;
  height: 216px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: #F7F7F7;
  padding: 10px;
}
.form .add-btn-wrapper {
  position: relative;
  margin-top: 50px;
  cursor: pointer;
}
.form .add-btn {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 1.5em;
  width: 100%;
  min-width: 280px;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .form .add-btn {
    font-size: 1.5rem;
  }
}
.form .plus {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #E5151F;
  border-radius: 50%;
  top: 50%;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .form .plus {
    left: 15%;
  }
}
@media screen and (max-width: 540px) {
  .form .plus {
    left: 5%;
    width: 30px;
    height: 30px;
  }
}
.form .plus::before, .form .plus:after {
  display: block;
  content: "";
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form .plus::before {
  width: 2px;
  height: 18px;
}
.form .product-detail-form {
  border: 1px solid #E4E4E4;
  padding: 1.5em;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  .form .product-detail-form {
    padding: 1.5em 0.5em;
  }
}
.form .product-detail-form .form-ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .form .product-detail-form .form-ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}

.form-btn-wrapper {
  background: #E5151F;
  width: 400px;
  position: relative;
  border-radius: 6px;
  margin: 100px auto 50px;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .form-btn-wrapper {
    width: 100%;
  }
}
.form-btn-wrapper .arrow-s {
  left: 5%;
  z-index: 1;
}

.form-btn {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  letter-spacing: 0.05em;
  background: #E5151F;
  border: 2px solid #E5151F;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  text-align: center;
}
.form-btn.return {
  background-color: #696969;
  border: 2px solid #696969;
}
.form-btn.return:hover {
  background: #fff;
  color: #696969;
  border: 2px solid #696969;
}
.form-btn .arrow-s {
  left: 5%;
}
@media screen and (max-width: 540px) {
  .form-btn {
    font-size: 1.6rem;
  }
}
.form-btn:hover {
  background: #fff;
  color: #FF0000;
  border: 2px solid #FF0000;
}

.form-area .form {
  margin: 80px auto 0;
  max-width: 70%;
}
@media screen and (max-width: 1199px) {
  .form-area .form {
    max-width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .form-area .form {
    max-width: 100%;
  }
}

.form2 input[type=submit],
.form2 input[type=text],
.form2 input[type=password],
.form2 select,
.form2 textarea,
.form2 button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}
.form2 input[type=text],
.form2 input[type=password],
.form2 textarea {
  background: #fff;
  display: block;
  padding: 0.8em;
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 5px;
}
.form2 input[type=text]:focus,
.form2 input[type=password]:focus,
.form2 textarea:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.form2 textarea[name=content] {
  display: inline-block;
  width: 100%;
  height: 200px;
}
.form2 input::-webkit-input-placeholder, .form2 textarea::-webkit-input-placeholder {
  color: #ccc;
}
.form2 input::-moz-placeholder, .form2 textarea::-moz-placeholder {
  color: #ccc;
}
.form2 input:-ms-input-placeholder, .form2 textarea:-ms-input-placeholder {
  color: #ccc;
}
.form2 input::-ms-input-placeholder, .form2 textarea::-ms-input-placeholder {
  color: #ccc;
}
.form2 input::placeholder,
.form2 textarea::placeholder {
  color: #ccc;
}
.form2 ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form2 ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.form2 :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.form2 .select-box {
  height: 50px;
}

.form-list li {
  margin-bottom: 3em;
}
.form-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .form-list li {
    margin-bottom: 2em;
  }
}
.form-list__label {
  font-weight: bold;
  margin-bottom: 1em;
}
.form-list__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .form-list__group {
    display: block;
  }
}
.form-list__group dl {
  width: 49%;
}
@media screen and (max-width: 540px) {
  .form-list__group dl {
    width: 100%;
    margin-bottom: 2em;
  }
}

.input-group, .input-group2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group label, .input-group2 label {
  margin-right: 20px;
}
.input-group label input, .input-group2 label input {
  margin-right: 5px;
}
@media screen and (max-width: 540px) {
  .input-group label input, .input-group2 label input {
    margin-bottom: 10px;
  }
}
.input-group p, .input-group2 p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-group p:first-child, .input-group2 p:first-child {
  margin-right: 1em;
}

.input-group2 .form__item__input {
  margin-bottom: 0;
  margin-right: 0;
}

.input-radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.input-radio-group label {
  margin-right: 20px;
}
.input-radio-group label input {
  margin-right: 5px;
}
@media screen and (max-width: 540px) {
  .input-radio-group label input {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 540px) {
  .input-radio-group {
    display: block;
  }
}

/******************************************************************
必須アイコン
******************************************************************/
.required {
  position: relative;
  padding-left: 50px;
}
.required::before {
  content: "必須";
  color: #fff;
  background: #E5151F;
  font-size: 1.4rem;
  padding: 0.3em;
  border-radius: 3px;
  margin-right: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/******************************************************************
ios時のズーム時の入力フォームのズームインを防止
******************************************************************/
input {
  font-size: 1.6rem;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100vw;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .header {
    background-color: #E4E4E4;
    height: calc(85px * 2);
  }
}
.header__inner {
  padding: 0 3%;
  position: relative;
  height: 85px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .header__inner {
    background-color: #E4E4E4;
  }
}
.header__box {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .header__box {
    top: 30%;
  }
}
@media screen and (max-width: 768px) {
  .header__box {
    top: 20%;
  }
}
.header__search {
  padding-left: 6%;
}
@media screen and (max-width: 1199px) {
  .header__search {
    position: absolute;
    top: 70px;
    z-index: 0;
    padding-left: 0;
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .header__search {
    top: 70px;
  }
}
.header__search__form {
  position: relative;
}
.header__search__input {
  width: 300px;
  height: 40px;
  padding-left: 20px;
  position: relative;
  border-radius: 50px;
  background: #E4E4E4;
  border: none;
}
@media screen and (max-width: 1199px) {
  .header__search__input {
    background: #fff;
    width: 100%;
  }
}
.header__search__button {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 0px;
  background: url(../img/icon/icon_search.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border: none;
}
@media screen and (max-width: 1199px) {
  .header__search__button {
    right: -2px;
  }
}
.header__logo {
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
.header__logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1199px) {
  .header__logo {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 290px;
  }
}
@media screen and (max-width: 540px) {
  .header__logo {
    width: 50%;
    left: 40%;
  }
}
.header__iconarea {
  position: absolute;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__iconarea .header-icon {
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 43px;
}
.header__iconarea .header-icon:first-child {
  margin-right: 0.5em;
}
.header__iconarea .header-icon:hover {
  opacity: 0.5;
}
.header__iconarea .header-icon svg {
  width: 40px;
  height: 30px;
}
.header__iconarea .header-icon p {
  font-size: 10px;
  margin-top: 0.5em;
}
.header__iconarea .login-link {
  position: relative;
  margin-right: 0.5em;
  width: 43px;
}
@media screen and (max-width: 540px) {
  .header__iconarea .login-link .pc-login-btn {
    display: none;
  }
}
.header__iconarea .login-link .sp-login-btn {
  display: none;
}
@media screen and (max-width: 540px) {
  .header__iconarea .login-link .sp-login-btn {
    display: block;
    width: 50px;
    height: 50px;
  }
}
.header__iconarea .login-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header__iconarea .login-link__childlink {
  position: absolute;
  width: 300px;
  right: 0;
  padding: 3%;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  display: none;
}
.header__iconarea .login-link__childlink__list__item {
  border-bottom: 1px solid #E4E4E4;
}
.header__iconarea .login-link__childlink__list__item:last-child {
  border-bottom: none;
}
.header__iconarea .login-link__childlink.active {
  display: block;
}
.header__nav {
  display: block;
}
.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__nav__list__item {
  font-size: 1rem;
  margin-left: 3.5em;
}
.header__nav__list__item a {
  color: #343434;
}
.header__nav__list__item a .nav-ttl, .header__nav__list__item a .nav-list__item .nav-subttl, .nav-list__item .header__nav__list__item a .nav-subttl {
  text-align: center;
}
.header__nav__list__item a .nav-ttl .nav-subttl, .header__nav__list__item a .nav-list__item .nav-subttl .nav-subttl, .nav-list__item .header__nav__list__item a .nav-subttl .nav-subttl {
  display: block;
  font-size: 0.8em;
  font-family: brandon-grotesque, sans-serif;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
.header__nav__list__icon {
  margin: 0 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav__list__icon > div {
  margin: 0 1.5em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}
.header__nav__list__icon > div:hover {
  opacity: 0.6;
}

.menu-open.header__inner {
  background-color: #FF0000;
}
.menu-open.header-icon-open {
  stroke: #fff;
  color: #fff;
}

.nav-list-base, .global-menu__nav__list2, .global-menu__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .nav-list-base, .global-menu__nav__list2, .global-menu__nav__list {
    max-width: 100%;
  }
}

.cover-btnwrapper-base, .global-menu__nav__list2__item__inner .link-area2__wrapper, .global-menu__nav__list__item__inner .link-area2__wrapper {
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #343434;
}

.cover-btnwrapper-after-base, .tab-nav__list__item .tab-link::after, .global-menu__nav__list2__item__inner .link-area2__wrapper::after, .global-menu__nav__list__item__inner .link-area2__wrapper::after {
  background-color: #343434;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.4;
  border-radius: 10px;
}

.link-text {
  position: relative;
  font-weight: normal;
  font-size: 0.9rem;
}

.nav-ttl, .nav-list__item .nav-subttl {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 1em;
}

.nav-subttl {
  font-size: 0.8em;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}

.nav-link {
  padding-left: 50px;
  position: relative;
  margin-top: 1em;
  font-size: 1.5rem;
}
.nav-link:hover .arrow-s {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}

.spnav-ttl {
  font-size: 1.6rem;
}

.global-menu__inner {
  padding-bottom: 3%;
}
.global-menu__btn {
  position: absolute;
  left: 3%;
  z-index: 300;
  margin-right: 30px;
  background-color: unset;
  border: none;
  outline: none !important;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .global-menu__btn {
    top: calc(85px - 46px);
  }
}
.global-menu__btn > span {
  background-color: #343434;
  width: 40px;
  height: 4px;
  display: block;
  margin-bottom: 7px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  border-radius: 50px;
}
@media screen and (max-width: 540px) {
  .global-menu__btn > span {
    width: 35;
    height: 3px;
  }
}
.global-menu__btn > span:last-child {
  margin-bottom: 0;
}
.global-menu__nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FF0000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 200;
  display: none;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 540px) {
  .global-menu__nav {
    padding-bottom: 100px;
  }
}
.global-menu__nav__list {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list {
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .global-menu__nav__list {
    display: none;
  }
}
.global-menu__nav__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #CECECE;
}
.global-menu__nav__list__item:last-child {
  border-right: none;
}
.global-menu__nav__list__item__inner {
  padding: 0 10%;
}
.global-menu__nav__list__item__inner .link-area .nav-ttl, .global-menu__nav__list__item__inner .link-area .nav-list__item .nav-subttl, .nav-list__item .global-menu__nav__list__item__inner .link-area .nav-subttl {
  font-size: 2rem;
  position: relative;
  font-weight: bold;
}
.global-menu__nav__list__item__inner .link-area2 {
  margin-top: 26px;
}
.global-menu__nav__list__item__inner .link-area2__wrapper {
  height: 150px;
  z-index: 1;
}
.global-menu__nav__list__item__inner .link-area2__wrapper::after {
  height: 150px;
  opacity: 0.5;
}
.global-menu__nav__list__item__inner .link-area2__inner {
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 10%;
}
.global-menu__nav__list__item__inner .link-area2 .nav-link {
  font-size: 1.2rem;
}
.global-menu__nav__list2 {
  border-top: 1px solid #CECECE;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .global-menu__nav__list2 {
    display: none;
  }
}
.global-menu__nav__list2__item {
  width: 38%;
  margin-top: 30px;
}
.global-menu__nav__list2__item__inner {
  padding: 0 5%;
}
.global-menu__nav__list2__item__inner .link-area2__wrapper {
  height: 200px;
  z-index: 1;
}
.global-menu__nav__list2__item__inner .link-area2__wrapper::after {
  height: 200px;
}
.global-menu__nav__list2__item__inner .link-area2__inner {
  position: absolute;
  z-index: 99;
  top: 20%;
  left: 10%;
}
.global-menu__nav__list2__item__inner .link-area2 .nav-link {
  margin-top: 3em;
}
.global-menu__nav__list2__item__inner .register-link {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 1em;
}
.global-menu__nav__list2__item__inner .register-link__wrapper {
  color: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4%;
}
.global-menu__nav__list2__item__inner .register-link .icon-area {
  background-color: #B9190E;
  width: 85px;
  text-align: center;
  padding: 20px 0;
  border-radius: 5px;
}
.global-menu__nav__list2__item__inner .register-link__text {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list2__item__inner .register-link__text {
    margin-left: 18px;
  }
}
.global-menu__nav__list2__item__inner .register-link .nav-ttl, .global-menu__nav__list2__item__inner .register-link .nav-list__item .nav-subttl, .nav-list__item .global-menu__nav__list2__item__inner .register-link .nav-subttl {
  margin-bottom: 0;
  font-size: 2rem;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list2__item__inner .register-link .nav-ttl, .global-menu__nav__list2__item__inner .register-link .nav-list__item .nav-subttl, .nav-list__item .global-menu__nav__list2__item__inner .register-link .nav-subttl {
    font-size: 1.8rem;
  }
}
.global-menu__nav__list2__item__inner .register-link .nav-subttl {
  font-weight: bold;
}
.global-menu__nav__list2__item__inner .link-area4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #CECECE;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list2__item__inner .link-area4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.global-menu__nav__list2__item__inner .link-area4 li {
  min-width: 145px;
  margin-bottom: 2.3em;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list2__item__inner .link-area4 li {
    width: 100%;
  }
}
.global-menu__nav__list2__item__inner .link-area4 li a {
  position: relative;
  padding-left: 45px;
}
.global-menu__nav__list2__item__inner .link-area4 li a:hover .arrow-s {
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.global-menu__nav__list2__item__inner .sns-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .global-menu__nav__list2__item__inner .sns-area .twitter-wrapper .arrow2 {
    display: none;
  }
}
.global-menu__spnav {
  display: none;
}
@media screen and (max-width: 768px) {
  .global-menu__spnav {
    display: block;
    padding-top: 90px;
  }
}
.global-menu__spnav__inner {
  border-top: 1px solid #CECECE;
  margin: 0 2%;
}
.global-menu__spnav__list {
  border-bottom: 1px solid #CECECE;
  color: #fff;
  padding: 1em;
}
.global-menu__spnav .sp-sns-area {
  background-color: #1DA1F2;
  padding: 2.5em 1em;
  color: #fff;
  margin-top: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .global-menu__spnav .sp-sns-area {
    padding: 1.5em 1em;
  }
}
.global-menu__spnav .sp-sns-area li {
  width: 50%;
  text-align: center;
  padding: 1.5em 0;
}
@media screen and (max-width: 540px) {
  .global-menu__spnav .sp-sns-area li {
    padding: 0.5em 0;
  }
}
.global-menu__spnav .sp-sns-area li:first-child {
  border-right: 1px solid #fff;
}
.global-menu__spnav .sp-sns-area .twitter-wrapper {
  display: inline-block;
  height: 50px;
}
@media screen and (max-width: 540px) {
  .global-menu__spnav .sp-sns-area .twitter-wrapper {
    padding-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .global-menu__spnav .sp-sns-area .twitter-wrapper .arrow2 {
    display: none;
  }
}
.global-menu__spnav .sp-sns-area .twitter-wrapper .text-area {
  margin-bottom: 0;
}
.global-menu__spnav .spnav-ttl {
  position: relative;
}
.global-menu__spnav .simple-arrow {
  right: 0;
  top: 10%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.global-menu__spnav .accordion {
  margin-left: 2.5em;
  margin-top: 1.5em;
  display: none;
}
.global-menu__spnav .accordion__link {
  margin-bottom: 1em;
}
.global-menu__spnav .accordion__link:last-child {
  margin-bottom: 0;
}
.global-menu__spnav .active.simple-arrow {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.global-menu__spnav .active.accordion {
  display: block;
}

.menu-open.global-menu__btn > span {
  background-color: #fff;
}
.menu-open.global-menu__btn > span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(135deg);
          transform: translateY(11px) rotate(135deg);
}
@media screen and (max-width: 540px) {
  .menu-open.global-menu__btn > span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(135deg);
            transform: translateY(10px) rotate(135deg);
  }
}
.menu-open.global-menu__btn > span:nth-child(2) {
  -webkit-transform: translateX(-18px) scaleX(0);
          transform: translateX(-18px) scaleX(0);
}
.menu-open.global-menu__btn > span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-135deg);
          transform: translateY(-11px) rotate(-135deg);
}
.menu-open.global-menu__nav {
  display: block;
  overflow-x: hidden;
}

.tab-nav {
  width: 100%;
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  .tab-nav {
    top: calc(85px + 70px);
    -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  }
}
.tab-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-nav__list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-nav__list__item .sp-change {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .tab-nav__list__item .sp-change {
    display: none;
  }
}
.tab-nav__list__item .tab-link {
  color: #fff;
  border-radius: 0;
  padding: 0.8em 0;
  border-bottom: 3px solid #E5151F;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-nav__list__item .tab-link:hover .nav-ttl, .tab-nav__list__item .tab-link:hover .nav-list__item .nav-subttl, .nav-list__item .tab-nav__list__item .tab-link:hover .nav-subttl {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link {
    background: #fff;
    opacity: 1;
    color: #343434;
    border-bottom: none;
  }
}
.tab-nav__list__item .tab-link::after {
  border-radius: 0px;
  opacity: 0.18;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link::after {
    background: none;
  }
}
.tab-nav__list__item .tab-link .nav-ttl, .tab-nav__list__item .tab-link .nav-list__item .nav-subttl, .nav-list__item .tab-nav__list__item .tab-link .nav-subttl {
  font-size: 1.5rem;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 540px) {
  .tab-nav__list__item .tab-link .nav-ttl, .tab-nav__list__item .tab-link .nav-list__item .nav-subttl, .nav-list__item .tab-nav__list__item .tab-link .nav-subttl {
    font-size: 1.5rem;
  }
}
.tab-nav__list__item .tab-link.active {
  border-left: 3px solid #E5151F;
  border-top: 3px solid #E5151F;
  border-right: 3px solid #E5151F;
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link.active {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 3px solid #FF0000;
  }
}
.tab-nav__list__item .tab-link__img {
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link__img {
    display: none;
  }
}
.tab-nav__list__item .tab-link.nav-shopbag-bg {
  background-color: #FD7A08;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link.nav-shopbag-bg {
    background-color: #fff;
  }
}
.tab-nav__list__item .tab-link.nav-toy-bg {
  background-color: #17A551;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link.nav-toy-bg {
    background-color: #fff;
  }
}
.tab-nav__list__item .tab-link.nav-train-bg {
  background-color: #057BFE;
}
@media screen and (max-width: 1199px) {
  .tab-nav__list__item .tab-link.nav-train-bg {
    background-color: #fff;
  }
}

.footer {
  position: relative;
}
.footer__logo {
  width: 75%;
  margin-bottom: 2em;
}
@media screen and (max-width: 1199px) {
  .footer__logo {
    width: 40%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 540px) {
  .footer__logo {
    width: 280px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer .nav-link {
  margin-bottom: 1.5em;
}
.footer__inner {
  margin-right: 14%;
  background-color: #FF0000;
  color: #fff;
  padding: 5% 5% 0% 5%;
}
@media screen and (max-width: 1199px) {
  .footer__inner {
    margin-right: 0;
    padding: 5% 0% 0% 0%;
  }
}
@media screen and (max-width: 1199px) {
  .footer__nav {
    display: none;
  }
}
.footer__nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 2%;
}
@media screen and (max-width: 1199px) {
  .footer__nav__wrapper {
    border-bottom: none;
  }
}
.footer__nav__wrapper .left-column {
  width: 35%;
}
@media screen and (max-width: 1199px) {
  .footer__nav__wrapper .left-column {
    margin-bottom: 3em;
    width: 100%;
    position: relative;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1199px) {
  .footer__nav__wrapper .left-column .nav-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}
.footer__nav__wrapper .right-column {
  width: 65%;
}
@media screen and (max-width: 1199px) {
  .footer__nav__wrapper .right-column {
    display: none;
  }
}
.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__nav__list__item {
  border-right: 1px solid #CECECE;
  padding-right: 1.5em;
  padding-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__nav__list__item:last-child {
  border-right: none;
}
.footer__nav__list__item .link-area dt {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.footer__nav__list__item .link-area dd {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.footer__storelist {
  font-size: 1.3rem;
}
@media screen and (max-width: 1199px) {
  .footer__storelist {
    display: none;
  }
}
.footer__storelist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__storelist__item dl {
  margin-right: 8%;
}
.footer__storelist__item dl:last-child {
  margin-right: 0;
}
.footer__storelist__item dl dt {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.footer__storelist__item dl dd {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1199px) {
  .footer .global-menu__spnav {
    display: block;
    padding-top: 10px;
  }
}
.footer .sp-sns-area {
  padding: 1em;
}
.footer__info {
  font-size: 0.9rem;
  padding: 3em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .footer__info {
    font-size: 1rem;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .footer__info li:first-child {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #CECECE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__info li a {
  margin-right: 1.5em;
}
@media screen and (max-width: 540px) {
  .footer__info li a {
    margin-bottom: 1em;
  }
}
.footer .sns-area {
  color: #fff;
  position: absolute;
  background-color: #1DA1F2;
  right: 0;
  bottom: 0;
  width: 18vw;
  padding: 4em 1.5em;
}
@media screen and (max-width: 1199px) {
  .footer .sns-area {
    display: none;
  }
}
.footer .sns-area li {
  text-align: center;
}
.footer .sns-area .twitter-wrapper {
  display: inline-block;
  height: 50px;
}
.footer .anker-btn {
  position: absolute;
  right: 4%;
  top: 80px;
}
@media screen and (max-width: 1199px) {
  .footer .anker-btn {
    top: 90%;
  }
}

@media screen and (max-width: 540px) {
  .global-container {
    overflow: hidden;
  }
}

.container {
  padding-top: 85px;
  padding-top: calc(85px + 54px);
}
@media screen and (max-width: 1199px) {
  .container {
    padding-top: calc(85px + 120px);
  }
}
@media screen and (max-width: 540px) {
  .container {
    overflow: hidden;
  }
}

.content-wrapper,
.content-inner,
.related-product-wrapper .section__inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .content-wrapper,
.content-inner,
.related-product-wrapper .section__inner {
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .content-wrapper,
.content-inner,
.related-product-wrapper .section__inner {
    width: 100%;
  }
}

.content-wrapper {
  margin-top: 30px;
}

.content {
  width: 74%;
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 100px;
  position: relative;
}

.section__inner {
  padding: 0 2%;
}
@media screen and (max-width: 768px) {
  .section__inner {
    padding: 20px 3%;
  }
}
.section__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 1em;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .section__ttl {
    margin: 0 3% 1em;
  }
}
@media screen and (max-width: 540px) {
  .section__ttl {
    font-size: 2.2rem;
  }
}
.section__subttl {
  display: block;
  font-weight: normal;
  font-size: 0.5em;
  color: #343434;
  margin-bottom: 0.5em;
}

.attention {
  color: #FF0000;
}

@media screen and (max-width: 768px) {
  .popup-inner {
    margin: 0 3%;
  }
}

/******************************************************************
下層共通ページ
******************************************************************/
.bread-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 30px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .bread-list {
    width: 100%;
    background-color: #F7F7F7;
    padding: 15px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .bread-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .bread-list {
    font-size: 1.3rem;
    margin-bottom: 0.5em;
  }
}
.bread-list__item {
  color: #A8A8A8;
  margin-right: 2em;
  position: relative;
}
.bread-list__item a {
  text-decoration: underline;
}
.bread-list__item .simple-arrow {
  position: absolute;
  right: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
.bread-list__item:last-child {
  color: #343434;
}

.bg-gradient-blue {
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 84, 182)), color-stop(31%, rgb(48, 94, 198)), to(transparent));
  background: linear-gradient(90deg, rgb(41, 84, 182) 0%, rgb(48, 94, 198) 31%, transparent 100%);
}

.page-header {
  width: 100%;
  position: relative;
  z-index: -1;
}
.page-header.bg-gradient-blue::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 84, 182)), color-stop(31%, rgb(48, 94, 198)), to(transparent));
  background: linear-gradient(90deg, rgb(41, 84, 182) 0%, rgb(48, 94, 198) 31%, transparent 100%);
}
.page-header.bg-gradient-yellow::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(253, 213, 47)), color-stop(28%, rgb(253, 213, 47)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(253, 213, 47) 0%, rgb(253, 213, 47) 28%, rgba(255, 255, 255, 0) 100%);
  opacity: 1;
}
.page-header__inner {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 540px) {
  .page-header__inner {
    height: 150px;
  }
}
.page-header__inner .text-area {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  z-index: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1199px) {
  .page-header__inner .text-area {
    width: 94%;
    margin: 0 auto;
  }
}
.page-header__inner .text-area .page-ttl {
  font-size: 4.5rem;
}
@media screen and (max-width: 540px) {
  .page-header__inner .text-area .page-ttl {
    font-size: 3rem;
  }
}
.page-header__inner .text-area .page-ttl .page-subttl {
  font-size: 0.3em;
  display: block;
}
.page-header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #343434;
  opacity: 0.6;
}

.more-btn-lg {
  text-align: center;
}
.more-btn-lg a {
  background-color: #FF0000;
  color: #fff;
  padding: 0.5em;
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.6);
}

.more-btn-lg.inactive a {
  background-color: #FFF;
  color:#FF0000;
    border:1px solid #FF0000;
}

.one-column .content {
  width: 100%;
}

.section-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 540px) {
  .section-ttl {
    font-size: 2rem;
  }
}
.section-ttl .icon {
  margin-right: 10px;
}
.section-ttl .icon img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 540px) {
  .section-ttl .icon img {
    width: 36px;
    height: 36px;
  }
}

.sub-ttl {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .sub-ttl {
    text-align: center;
    margin-bottom: 2em;
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 540px) {
  .sub-ttl {
    font-size: 1.6rem;
  }
}

.annotaion {
  font-size: 0.6em;
}

.sticky-nav.is-fixed {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1199px) {
  .sticky-nav.is-fixed {
    top: 220px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-nav.is-fixed {
    position: unset;
  }
}
.sticky-nav.is-position {
  position: sticky;
  top: 150px;
}
@media screen and (max-width: 1199px) {
  .sticky-nav.is-position {
    top: 220px;
  }
}
@media screen and (max-width: 768px) {
  .sticky-nav.is-position {
    position: unset;
  }
}

.leftside {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .leftside {
    display: none !important;
  }
}

.side-nav .list-ttl {
  color: #FF0000;
  margin: 0.8em 0 0.5em;
  font-weight: bold;
}
.side-nav .category-btn {
  height: 140px;
}
.side-nav .category-list {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 1em;
  margin-top: 20px;
}
.side-nav .category-list__group {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #FF0000;
}
.side-nav .category-list__group:last-child {
  border-bottom: none;
}
.side-nav .category-list__link {
  font-size: 1.4rem;
}
.side-nav .category-list__link li {
  position: relative;
}
.side-nav .category-list__link li a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 0;
}
.side-nav .category-list__link li a .simple-arrow-red {
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}
.side-nav .category-list__link li.active .category-list__childlink {
  display: block;
  right: -80%;
}
.side-nav .category-list__childlink {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  position: absolute;
  top: 0;
  right: -80%;
  width: 100%;
  background: #fff;
  z-index: 3;
  padding: 5%;
  -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}
.side-nav .category-list__childlink li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side-nav .category-list__childlink li:hover {
  opacity: 0.5;
}
.side-nav .side-border, .side-nav .side-sns-area, .side-nav .shop-list, .side-nav .news-list, .side-nav .register-area {
  border-top: 1px solid #FF0000;
  margin-top: 1em;
}
.side-nav .news-list {
  display: block;
}
.side-nav .news-list li {
  padding: 1em 0;
}
.side-nav .news-list li a {
  text-decoration: underline;
}
.side-nav .shop-list li {
  position: relative;
}
.side-nav .shop-list li a {
  padding: 1em 0;
  display: block;
}
.side-nav .shop-list li a .simple-arrow-red {
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
}
.side-nav .shop-list .shop-link {
  position: relative;
  margin-right: 0.5em;
}
.side-nav .shop-list .shop-link a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.side-nav .shop-list .shop-link__childlink {
  position: absolute;
  width: 300px;
  left: 90%;
  top: 18px;
  padding: 3%;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 3;
}
.side-nav .shop-list .shop-link__childlink__list__item {
  border-bottom: 1px solid #E4E4E4;
}
.side-nav .shop-list .shop-link__childlink__list__item:last-child {
  border-bottom: none;
}
.side-nav .shop-list .shop-link__childlink.active {
  display: block;
}
.side-nav .side-sns-area {
  text-align: center;
}
.side-nav .twitter-wrapper {
  color: #1DA1F2;
  width: 140px;
  margin: 30px auto 0;
}
.side-nav .twitter-wrapper .arrow2::before {
  background: #1DA1F2;
}
.side-nav .twitter-wrapper .arrow2::after {
  border-top: 2px solid #1DA1F2;
  border-right: 2px solid #1DA1F2;
}

.twitter-area {
  margin-top: 25px;
  border: 1px solid #1DA1F2;
}

#twitter-widget-0 {
  border: 1px solid #1DA1F2 !important;
}

.banner-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .banner-area {
    margin: 3%;
  }
}
.banner-area li {
  width: 49.5%;
  margin-bottom: 1%;
}
.banner-area li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.banner-area li a:hover {
  opacity: 0.8;
}

.card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .card-link {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .card-link {
    margin: 50px 3%;
  }
}
.card-link__item {
  min-width: 380px;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .card-link__item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .card-link__item {
    min-width: 100%;
  }
}

.sp-btn-wrapper {
  display: none;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .sp-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-nav {
    display: block;
    margin-bottom: 30px;
  }
}
.sp-nav .register-area {
  background-color: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3%;
  margin: 40px 0;
}
.sp-nav .register-area .register-link {
  width: 48%;
}
.sp-nav .register-area .register-link__wrapper {
  display: block;
}
.sp-nav .register-area .register-link .icon-area {
  width: 100%;
}
@media screen and (max-width: 540px) {
  .sp-nav .register-area .register-link .icon-area {
    padding: 10px 0;
  }
}
.sp-nav .register-area .register-link .text-area {
  text-align: center !important;
  margin-left: 0;
  margin: 10px 0;
}
@media screen and (max-width: 540px) {
  .sp-nav .register-area .register-link .text-area {
    margin-bottom: 0;
  }
}
.sp-nav .register-area .register-link .text-area .nav-subttl {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 540px) {
  .sp-nav .register-area .register-link .text-area .nav-subttl {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .sp-nav .register-area .register-link .text-area .nav-ttl, .sp-nav .register-area .register-link .text-area .nav-list__item .nav-subttl, .nav-list__item .sp-nav .register-area .register-link .text-area .nav-subttl {
    font-size: 1.4rem;
  }
}
.sp-nav .shop-list-wrapper {
  padding: 0 3%;
}
.sp-nav .shop-list-wrapper .list-ttl {
  font-size: 1.8rem;
  padding: 1em 0;
}
.sp-nav .shop-list-wrapper .shop-list__item {
  padding: 0.5em 0;
  border-top: 1px solid #CECECE;
  cursor: pointer;
}
.sp-nav .shop-list-wrapper .shop-list__item:last-child {
  border-bottom: 1px solid #CECECE;
}
.sp-nav .shop-list-wrapper .shop-list__item dl dd {
  margin: 1em;
}
.sp-nav .shop-list-wrapper .shop-list .accordion-ttl {
  font-weight: normal;
  font-size: 1.6rem;
}
.sp-nav .shop-list-wrapper .nav-link {
  color: #FF0000;
  font-weight: bold;
}
.sp-nav .category-list-wrapper {
  display: block;
  margin-top: 30px;
}
.sp-nav .category-list-wrapper .list-ttl {
  font-size: 1.8rem;
  padding: 1em 0;
}
.sp-nav .category-list-wrapper .category-list__item {
  padding: 0;
  border-top: 1px solid #CECECE;
  cursor: pointer;
}
.sp-nav .category-list-wrapper .category-list__item:last-child {
  border-bottom: 1px solid #CECECE;
}
.sp-nav .category-list-wrapper .category-list__item .accordion {
  margin-left: 0;
}
.sp-nav .category-list-wrapper .category-list__item .accordion.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #CECECE;
}
.sp-nav .category-list-wrapper .category-list .accordion-ttl {
  font-weight: normal;
  font-size: 1.6rem;
  padding: 1em 0.5em;
}
.sp-nav .category-list-wrapper .nav-link {
  color: #FF0000;
  font-weight: bold;
}
.sp-nav .news-list-wrapper {
  background-color: #F7F7F7;
  padding: 10% 3%;
  margin-top: 50px;
}
.sp-nav .news-list-wrapper .list-ttl {
  font-size: 1.8rem;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 0.5em;
}
.sp-nav .news-list-wrapper .news-list {
  margin-top: 20px;
  display: block;
}
.sp-nav .news-list-wrapper .news-list li {
  padding: 0.5em 0;
}
.sp-nav .news-list-wrapper .news-list li a {
  text-decoration: underline;
}
.sp-nav .twitter-area {
  width: 300px;
  margin: 30px auto 0;
  border: 1px solid #1DA1F2 !important;
}
.sp-nav .twitter-wrapper {
  color: #1DA1F2;
  width: 140px;
  margin: 30px auto 0;
  padding-right: 0;
}
.sp-nav .twitter-wrapper .arrow2::before {
  background: #1DA1F2;
}
.sp-nav .twitter-wrapper .arrow2::after {
  border-top: 2px solid #1DA1F2;
  border-right: 2px solid #1DA1F2;
}

.sp-cart-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-cart-nav {
    display: block;
    background-color: #F7F7F7;
  }
}
.sp-cart-nav .category-btn {
  margin: 5%;
  -webkit-box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 4px 13px -8px rgba(0, 0, 0, 0.6);
  height: 140px;
}
.sp-cart-nav .category-btn::before {
  border-top: solid 35px #F7F7F7;
}
.sp-cart-nav .category-btn::after {
  background: rgba(112, 112, 112, 0.5);
}
.sp-cart-nav .cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-cart-nav .cart-box .cart-btn__icon {
  background-color: #FF0000;
  padding: 0.5em;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-right: 1em;
}
.sp-cart-nav .cart-box .text {
  color: #696969;
  font-size: 1.3rem;
}
.sp-cart-nav .cart-box .text .ttl {
  font-weight: bold;
  font-size: 1.2em;
  color: #343434;
  margin-bottom: 0.5em;
}
.sp-cart-nav .cart-info {
  border-top: 1px solid #E4E4E4;
  padding: 1.5em 0;
}
.sp-cart-nav .guide-nav-list {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .sp-cart-nav .guide-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sp-cart-nav .guide-nav-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp-cart-nav .guide-nav-list li {
  border-bottom: 1px solid #E4E4E4;
}
.sp-cart-nav .guide-nav-list li:first-child {
  border-top: 1px solid #E4E4E4;
}
.sp-cart-nav .guide-nav-list li:nth-child(2) {
  border-top: 1px solid #E4E4E4;
}
.sp-cart-nav .guide-nav-list li:nth-child(n+1) {
  border-right: 1px solid #E4E4E4;
}
.sp-cart-nav .guide-nav-list__item {
  width: 50%;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .sp-cart-nav .guide-nav-list__item {
    font-size: 1.2rem;
  }
}
.sp-cart-nav .guide-nav-list__item .guide-nav-list__link {
  padding: 1.5em;
}
.sp-cart-nav .guide-nav-list__item .guide-nav-list__link input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: #333;
}

.cart-nav-list {
  display: none;
}

/******************************************************************
ヘッダー
******************************************************************/
/******************************************************************
フッター
******************************************************************/
/******************************************************************
共通
******************************************************************/
/******************************************************************
サイドナビ
******************************************************************/
/******************************************************************
トップページ
******************************************************************/
/* ローディング画面 */
#loading {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.circle-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 6px solid rgba(246, 69, 69, 0.2);
  border-top-color: #FF0000;
  -webkit-animation: spin 1s infinite linear;
          animation: spin 1s infinite linear;
}

/* ローディングアニメーション */
.loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mv-content {
  overflow: hidden;
  position: relative;
  height: 30vw;
}
@media screen and (max-width: 1199px) {
  .mv-content {
    height: 100%;
  }
}

.keyword-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
}
.keyword-area__ttl {
  text-align: center;
  background-color: #B9190E;
  padding: 1em 0;
  color: #fff;
  width: 27%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .keyword-area__ttl {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .keyword-area__ttl {
    padding: 3em 0 0;
  }
}
@media screen and (max-width: 540px) {
  .keyword-area__ttl {
    font-size: 1.2rem;
  }
}
.keyword-area__ttl::after {
  content: "";
  display: block;
  width: 14px;
  height: 37px;
  position: absolute;
  top: 0;
  left: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/icon/icon_clip.svg);
}
@media screen and (max-width: 768px) {
  .keyword-area__ttl::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 540px) {
  .keyword-area__ttl::after {
    width: 14px;
    height: 27px;
    background-size: contain;
  }
}
.keyword-area__linkarea {
  background-color: #FF0000;
  padding: 1em 3.5em;
  color: #fff;
  width: 85%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .keyword-area__linkarea {
    padding: 2em 3.5em;
  }
}
@media screen and (max-width: 540px) {
  .keyword-area__linkarea {
    padding: 1.5em 1em;
  }
}
.keyword-area__linkarea a {
  margin-right: 50px;
}
@media screen and (max-width: 1199px) {
  .keyword-area__linkarea a {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .keyword-area__linkarea a {
    margin-right: 1em;
    margin-bottom: 0.5em;
  }
}

.news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F7F7F7;
  border: 2px solid #FF0000;
  border-radius: 10px;
  margin: 30px 0 60px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .news-area {
    display: block;
    margin: 3%;
  }
}
@media screen and (max-width: 540px) {
  .news-area {
    font-size: 1.4rem;
  }
}
.news-area__ttl {
  color: #FF0000;
  width: 27%;
  position: relative;
  font-size: 1.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-area__ttl {
    width: 100%;
    margin-bottom: 2em;
  }
}
.news-area__ttl::after {
  content: "";
  display: block;
  width: 2px;
  height: 40px;
  position: absolute;
  background-color: #FF0000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .news-area__ttl::after {
    width: 40px;
    height: 2px;
    left: 50%;
    top: 170%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.news-area__linkarea {
  width: 85%;
  padding-left: 3%;
}
@media screen and (max-width: 768px) {
  .news-area__linkarea {
    width: 100%;
    padding-left: 0;
  }
}

.product-list-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-list-flex .product-list__item {
  margin-right: 1%;
  width: 24%;
}
@media screen and (max-width: 768px) {
  .product-list-flex .product-list__item {
    width: 32%;
  }
}
@media screen and (max-width: 540px) {
  .product-list-flex .product-list__item {
    width: 48%;
  }
}
.product-list-flex .product-list__item:last-child {
  margin-right: 0;
}

.product-list {
  font-size: 1.4rem;
}
.product-list::after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (max-width: 1199px) {
  .product-list::after {
    width: 32%;
  }
}
.product-list__subheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2em;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-list__subheader__ttl {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .product-list__subheader__ttl {
    font-size: rem;
  }
}
.product-list__subheader__subttl {
  display: block;
  color: #FF0000;
  font-size: 0.5em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 768px) {
  .product-list__subheader .more-btn {
    display: none;
  }
}
.product-list__item {
  width: 24%;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-bottom: 1.5em;
  position: relative;
  background-color: #fff;
  padding-bottom: 70px;
}
@media screen and (max-width: 1199px) {
  .product-list__item {
    width: 32%;
  }
}
.product-list__item .new-item {
  position: absolute;
  background-color: #FF0000;
  color: #fff;
  padding: 0.5em 1em;
  top: 0;
  left: 0;
  border-radius: 3px 0 0 0;
}
.product-list__item .new-item.stock0 {
  background-color: #555;
}
@media screen and (max-width: 540px) {
  .product-list__item .new-item {
    font-size: 1rem;
  }
}
.product-list__item .sale-item {
  position: absolute;
  background-color: #FF0000;
  color: #fff;
  padding: 0.5em 1em;
  top: 5px;
  right: 5px;
  border-radius: 30px;
  font-size: 1.2rem;
}
@media screen and (max-width: 540px) {
  .product-list__item .sale-item {
    font-size: 1rem;
    padding: 0.3em 0.8em;
    top: 4px;
    right: 4px;
  }
}
.product-list__item .img-area img {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 540px) {
  .product-list__item .img-area img {
    height: 110px;
  }
}
.product-list__item .text-area {
  padding: 1em 0.5em 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.product-list__item .text-area-btm {
  width: 100%;
  padding: 1em 0.5em;
  font-size: 1.4rem;
  position:absolute;
  bottom:0;
}

@media screen and (max-width: 540px) {
  .product-list__item .text-area {
    font-size: 1.2rem;
  }
  .product-list__item .text-area-btm {
    font-size: 1.2rem;
  }
}
.product-list__item .text-area .product-name {
}
.product-list__item .text-area-btm .product-rank {
  font-weight: bold;
}
.product-list__item .text-area-btm .product-price {
  color: #FF0000;
  font-weight: bold;
  text-align: right;
}

.product-slider-wrapper {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .product-slider-wrapper {
    background-color: #F7F7F7;
    padding-top: 30px;
    padding-left: 3%;
    margin-top: 30px;
  }
}
.product-slider-wrapper .swiper-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-slider-wrapper .swiper-scrollbar {
    display: block;
  }
}

.new-product .product-wrapper {
  display: block;
}
@media screen and (max-width: 768px) {
  .new-product .product-wrapper {
    display: none;
  }
}
.new-product .product-slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .new-product .product-slider {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .purchase-btn__wrapper {
    margin: 0 3%;
  }
}

/******************************************************************
買取ページ
******************************************************************/
.purchase-mv {
  position: relative;
  width: 100%;
  height: 470px;
  background-image: url(../img/picture/purchase_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .purchase-mv {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .purchase-mv {
    height: 420px;
  }
}
.purchase-mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #343434;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.purchase-mv .catch-ttl {
  position: absolute;
  top: 22%;
  left: 10%;
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  letter-spacing: 0.5em;
  z-index: 3;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .purchase-mv .catch-ttl {
    font-size: 4rem;
    line-height: 2;
  }
}
@media screen and (max-width: 540px) {
  .purchase-mv .catch-ttl {
    font-size: 2.5rem;
    line-height: 1.8;
    left: 5%;
  }
}
.purchase-mv .btn-area {
  position: absolute;
  top: 55%;
  left: 10%;
  z-index: 3;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .purchase-mv .btn-area {
    top: 45%;
    left: 5%;
  }
}
.purchase-mv .btn-area .more-btn {
  margin-bottom: 2em;
  color: #fff;
  font-size: 1.6rem;
}
@media screen and (max-width: 540px) {
  .purchase-mv .btn-area .more-btn {
    font-size: 1.5rem;
    margin-bottom: 2.5em;
  }
}
.purchase-mv .btn-area .more-btn .arrow {
  left: 0;
}

.purchase-side {
  width: 300px;
  background-color: #FF0000;
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
}
@media screen and (max-width: 1199px) {
  .purchase-side {
    width: 250px;
  }
}
.purchase-side.is-fixed {
  position: fixed;
  top: 160px;
  padding: 30px;
  display: block;
  height: 550px;
}
@media screen and (max-width: 1199px) {
  .purchase-side.is-fixed {
    width: 250px;
    padding: 20px;
    top: 250px;
  }
}
@media screen and (max-width: 768px) {
  .purchase-side.is-fixed {
    position: unset;
    width: 100%;
    height: 100%;
  }
}
.purchase-side.is-position {
  position: absolute;
  top: auto;
  bottom: 100px;
}
@media screen and (max-width: 768px) {
  .purchase-side {
    position: unset;
    width: 100%;
    height: inherit;
  }
}
.purchase-side::before {
  height: 0;
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  border-top: solid 45px #fff;
  border-left: solid 45px transparent;
  top: -3px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .purchase-side::before {
    display: none;
  }
}
.purchase-side__nav {
  margin: 60px 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .purchase-side__nav {
    margin: 0;
  }
}
.purchase-side__nav__list {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .purchase-side__nav__list {
    margin: 20px auto;
    max-width: 300px;
  }
}
.purchase-side__nav__list .link-area {
  font-size: 1.5rem;
  color: #B9190E;
  display: block;
  position: relative;
  padding: 1em 0;
}
@media screen and (max-width: 540px) {
  .purchase-side__nav__list .link-area {
    font-size: 1.5rem;
  }
}
.purchase-side__nav__list .link-area::after {
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
}
.purchase-side__nav__list .link-area .step-number {
  position: absolute;
  top: -20px;
  left: -20px;
}
.purchase-side__nav__list.active .link-area {
  color: #fff;
}
.purchase-side__nav__list.active .link-area .step-number::after {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(../img/background/sidenav_bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -30px;
}
.purchase-side .btn-area {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .purchase-side .btn-area {
    display: none;
  }
}
.purchase-side .btn-area .more-btn {
  color: #fff;
  margin-bottom: 3em;
  padding-left: 40px;
  font-size: 1.5rem;
}
.purchase-side .btn-area .more-btn a {
  display: block;
  text-align: left;
}
.purchase-side .btn-area .more-btn .arrow {
  left: 0;
  width: 35px;
  height: 35px;
}

.purchase-main {
  position: relative;
  margin-right: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .purchase-main {
    position: unset;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .purchase-main {
    margin-right: 0;
  }
}
.purchase-main .purchase-content {
  padding-left: calc(300px + 30px);
  margin-bottom: 100px;
  width: 100%;
  margin-right: 3%;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content {
    padding-left: 280px;
  }
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content {
    overflow: hidden;
  }
}
.purchase-main .purchase-content.content.is-fixed {
  padding-left: calc(300px + 30px);
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content.content.is-fixed {
    padding-left: 280px;
  }
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content.content.is-fixed {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content {
    padding-left: 0%;
    margin: 0 auto;
    padding-top: 100px;
    width: 95%;
  }
}
.purchase-main .purchase-content .section {
  margin-bottom: 80px;
}
.purchase-main .purchase-content .section-header {
  position: relative;
  margin-bottom: 40px;
}
.purchase-main .purchase-content .section-header::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(../img/background/purchase_letter_bg.svg);
  position: absolute;
  top: -50px;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .section-header::after {
    width: 100px;
    height: 100px;
  }
}
.purchase-main .purchase-content .section-header .step-number {
  color: #B9190E;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .section-header .step-number {
    font-size: 1.4rem;
  }
}
.purchase-main .purchase-content .section-header .section-ttl {
  font-size: 3.8rem;
  letter-spacing: 0.4em;
  line-height: 1.8;
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #FF0000;
  font-weight: 900;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content .section-header .section-ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .section-header .section-ttl {
    font-size: 2.2rem;
    margin-top: 30px;
  }
}
.purchase-main .purchase-content .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 50px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content .card-link {
    display: block;
  }
}
.purchase-main .purchase-content .card-link__item {
  width: 45%;
  cursor: inherit;
  border: 1px solid #17A551;
  border-radius: 10px;
  margin-bottom: 20px;
  min-width: 48%;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content .card-link__item {
    width: 100%;
  }
}
.purchase-main .purchase-content .card-link2 {
  margin-bottom: 60px;
}
.purchase-main .purchase-content .card-link2__item {
  width: 100%;
}
.purchase-main .purchase-content .card-link2 .purchase-card__ttlwrap {
  height: 4vw;
  border-left: 1px solid #17A551;
  border-top: 1px solid #17A551;
  border-right: 1px solid #17A551;
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content .card-link2 .purchase-card__ttlwrap {
    height: 11vw;
  }
}
.purchase-main .purchase-content .card-link2 .purchase-card__contentwrap {
  padding: 5% 3%;
  background-color: #F7F7F7;
  border-radius: 0 0 10px 10px;
}
.purchase-main .purchase-content .card-link2 .purchase-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .card-link2 .purchase-card__list {
    display: none;
  }
}
.purchase-main .purchase-content .card-link2 .purchase-card__list::after {
  content: "";
  display: block;
  width: 32%;
}
.purchase-main .purchase-content .card-link2 .product-list__item {
  width: 32%;
  height: 100%;
}
.purchase-main .purchase-content .card-link2 .product-list__item .img-area img {
  height: 100%;
}
.purchase-main .purchase-content .card-link2 .product-list__item > a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.purchase-main .purchase-content .purchase-card__ttlwrap {
  height: 4vw;
  border-radius: 10px 10px 0 0;
  background-position: right;
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content .purchase-card__ttlwrap {
    height: 8vw;
  }
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .purchase-card__ttlwrap {
    height: 11vw;
  }
}
.purchase-main .purchase-content .purchase-card__ttlwrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(23, 165, 81)), color-stop(28%, rgb(23, 165, 81)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(23, 165, 81) 0%, rgb(23, 165, 81) 28%, rgba(255, 255, 255, 0) 100%);
}
.purchase-main .purchase-content .purchase-card__ttlwrap.train-bg {
  background-image: url(../img/title/purchase_train_bg.jpg);
}
.purchase-main .purchase-content .purchase-card__ttlwrap.toy-bg {
  background-image: url(../img/title/purchase_toy_bg.jpg);
}
.purchase-main .purchase-content .purchase-card__ttl {
  position: absolute;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content .purchase-card__ttl {
    font-size: 1.6rem;
  }
}
.purchase-main .purchase-content .purchase-card__text {
  padding: 0.5em 1em;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content .purchase-card__text {
    font-size: 1.5rem;
  }
}
.purchase-main .purchase-content .step-list {
  padding: 0 5%;
}
@media screen and (max-width: 768px) {
  .purchase-main .purchase-content .step-list {
    display: none;
  }
}
.purchase-main .purchase-content .step-list .step-number {
  color: #E5151F;
  font-size: 6rem;
  position: absolute;
  top: -50px;
  left: -40px;
}
.purchase-main .purchase-content .step-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.purchase-main .purchase-content .step-list__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.purchase-main .purchase-content .step-list__item:nth-child(2n) .step-arrow-area .step-arrow {
  right: 0;
  border-left: 4px dotted #FF0000;
  border-right: none;
}
.purchase-main .purchase-content .step-list__item:last-child .step-arrow {
  display: none;
}
.purchase-main .purchase-content .step-list__item .step-area {
  border: 1px solid #FF0000;
  border-radius: 10px;
  position: relative;
  background-color: #F7F7F7;
  width: 40%;
}
.purchase-main .purchase-content .step-list__item .step-arrow-area {
  width: 60%;
  position: relative;
}
.purchase-main .purchase-content .step-list__item .step-arrow-area .step-arrow {
  width: 50%;
  height: 150px;
  border-top: 4px dotted #FF0000;
  border-right: 4px dotted #FF0000;
  position: absolute;
  top: 50%;
  z-index: -1;
}
.purchase-main .purchase-content .step-list .img-area img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.purchase-main .purchase-content .step-list .text-area {
  text-align: left;
  padding: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .purchase-main .purchase-content .step-list .text-area {
    font-size: 1.5rem;
    padding: 1em;
  }
}
.purchase-main .purchase-content .step-list .text-area .mypage-link {
  color: #FF0000;
  text-decoration: underline;
}
.purchase-main .purchase-content .purchase-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .purchase-btn-list {
    display: block;
  }
}
.purchase-main .purchase-content .purchase-btn-list__item {
  width: 48%;
}
@media screen and (max-width: 540px) {
  .purchase-main .purchase-content .purchase-btn-list__item {
    width: 100%;
    margin-bottom: 2em;
  }
}

.howto-btn__wrapper {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .howto-btn__wrapper {
    margin-bottom: 50px;
  }
}

.purchase-step-slider-wrapper {
  margin: 100px 50px;
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .purchase-step-slider-wrapper {
    display: block;
    margin: 50px 20px;
  }
}
.purchase-step-slider-wrapper .swiper-scrollbar-drag {
  background: #FF0000;
}
.purchase-step-slider-wrapper .purchase-step-slider {
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 540px) {
  .purchase-step-slider-wrapper .purchase-step-slider {
    padding: 40px 20px;
    height: 320px;
  }
}
@media screen and (max-width: 450px) {
  .purchase-step-slider-wrapper .purchase-step-slider {
    height: 290px;
  }
}
.purchase-step-slider-wrapper .purchase-step-slider .sp-step-list {
  padding-bottom: 50px;
}
.purchase-step-slider-wrapper .sp-step-list .step-number {
  color: #E5151F;
  font-size: 3.5rem;
  position: absolute;
  top: -50px;
  left: 0px;
}
.purchase-step-slider-wrapper .sp-step-list__item {
  position: relative;
}
.purchase-step-slider-wrapper .sp-step-list__item .step-area {
  border: 1px solid #FF0000;
  border-radius: 10px;
  position: relative;
  background-color: #F7F7F7;
}
.purchase-step-slider-wrapper .sp-step-list__item .step-arrow {
  width: 50%;
  border-top: 4px dotted #FF0000;
  position: absolute;
  top: 50%;
  right: -50%;
  z-index: -1;
}
.purchase-step-slider-wrapper .sp-step-list__item:last-child .step-arrow {
  display: none;
}
.purchase-step-slider-wrapper .sp-step-list .img-area img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}
.purchase-step-slider-wrapper .sp-step-list .text-area {
  font-size: 1.5rem;
  text-align: left;
  padding: 1em;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .purchase-step-slider-wrapper .sp-step-list .text-area {
    height: 100px;
  }
}
.purchase-step-slider-wrapper .sp-step-list .text-area .mypage-link {
  color: #FF0000;
  text-decoration: underline;
}

/******************************************************************
カテゴリーページ
******************************************************************/
@media screen and (max-width: 540px) {
  .category-page .page-header__inner {
    background-position: center right -245px;
  }
}

@media screen and (max-width: 768px) {
  .category-list-wrapper {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 540px) {
  .category-list-wrapper {
    display: none;
  }
}

.category-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1em;
}

.category-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F3F5FA;
  border-radius: 10px;
  border: 1px solid #DCDDDC;
  margin-bottom: 50px;
}
.category-link__item {
  width: 50%;
  font-weight: bold;
  border-bottom: 1px solid #DCDDDC;
}
.category-link__item:nth-child(2n-1) {
  border-right: 1px solid #DCDDDC;
}
.category-link__item a {
  display: block;
  padding: 0.8em 1em;
}

.category-content__inner {
  padding: 20px;
}
.category-content__ttl {
  background-color: #325BAD;
  color: #fff;
  font-size: 1.8rem;
  padding: 0.5em;
  border-radius: 5px;
}
.category-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-content__list__item {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .category-content__list__item {
    width: 100%;
  }
}
.category-content__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category-content__list__link li {
  width: 50%;
  border-bottom: 1px solid #DCDDDC;
  background-color: #F7F7F7;
  position: relative;
}
.category-content__list__link li::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.category-content__list__link li:nth-child(2n-1) {
  border-right: 1px solid #DCDDDC;
}
.category-content__list__link li a {
  display: block;
  text-align: center;
  position: relative;
  padding: 0.8em 1.5em 0.8em 0.5em;
  font-size: 1.4rem;
  height: 100%;
}
@media screen and (max-width: 540px) {
  .category-content__list__link li a {
    font-size: 1.2rem;
    text-align: left;
  }
}
.category-content__list__link li a .simple-arrow-red {
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  right: 5%;
}

.category-content__header {
  height: 75px;
  background-position: right;
  border-radius: 5px 5px 0 0;
  z-index: 1;
  background-size: 100% auto;
}
@media screen and (max-width: 540px) {
  .category-content__header {
    height: 60px;
  }
}
.category-content__header::after {
  background: #343434;
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
}
.category-content__header__inner {
  color: #fff;
}
.category-content__header__inner .ttl {
  font-weight: bold;
}

.spcategory-list-wrapper {
  display: none;
}
@media screen and (max-width: 540px) {
  .spcategory-list-wrapper {
    display: block;
    width: 94%;
    margin: 30px auto 80px;
  }
}
.spcategory-list-wrapper .select-box {
  background-color: #F3F5FA;
  border: 1px solid #325BAD;
}
.spcategory-list-wrapper .select-box::after {
  border-color: #325BAD;
}
.spcategory-list-wrapper .sptab-contents {
  background-color: transparent;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__item {
  width: 100%;
  margin-bottom: 1px;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__item .accordion {
  margin-left: 0;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__item .accordion-btn {
  position: relative;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__item .accordion-btn .simple-arrow {
  position: absolute;
  right: 30px;
  top: 40%;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__item .accordion-btn .simple-arrow.active {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.spcategory-list-wrapper .sptab-contents .category-content__list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__link li {
  width: 50%;
  border-bottom: 1px solid #DCDDDC;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__link li:nth-child(2n-1) {
  border-right: 1px solid #DCDDDC;
}
.spcategory-list-wrapper .sptab-contents .category-content__list__link li:nth-last-child(-n+2) {
  border-bottom: none;
}
.spcategory-list-wrapper .sptab-contents .category-content__header {
  border-radius: 0;
  height: 60px;
}

/******************************************************************
カテゴリー詳細ページ
******************************************************************/
@media screen and (max-width: 768px) {
  .category-detail-wrapper {
    width: 94%;
    margin: 0 auto;
  }
}
.category-detail-wrapper .product-list {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .category-detail-wrapper .product-list__item {
    width: 32%;
  }
}
@media screen and (max-width: 540px) {
  .category-detail-wrapper .product-list__item {
    width: 48%;
  }
}
.category-detail-wrapper .category-content__list {
  margin-bottom: 100px;
}
.category-detail-wrapper .category-content__list__item {
  width: 100%;
}
.category-detail-wrapper .category-content__list__link {
  border-left: 1px solid #DCDDDC;
}
.category-detail-wrapper .category-content__list__link li {
  width: 24.9%;
  border-right: 1px solid #DCDDDC;
}
@media screen and (max-width: 768px) {
  .category-detail-wrapper .category-content__list__link li {
    width: 50%;
  }
}
.category-detail-wrapper .category-content__header {
  background-size: 70% auto;
}
.category-detail-wrapper.category2 .category-content__header {
  background-position: top right;
  background-size: 100% auto;
}
.category-detail-wrapper.category2 .category-content__header.bg-center {
  background-position: center;
}
.category-detail-wrapper .bg-center {
  background-position: center;
}

/******************************************************************
カテゴリー検索結果、カテゴリー詳細ページ products/list.tpl
******************************************************************/
.search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
  margin-right: 1.5%;
    flex-wrap: wrap!important;
}
.search-header__item {
  margin-left: 20px;
  margin-bottom:10px;
}
.search-header__item:first-child {
  margin-left: 0;
}

.bread-list.pagecond_area {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}

@media screen and (max-width: 540px) {
  .category-detail-header .page-header__inner {
    background-position: right;
  }
}

/******************************************************************
商品詳細ページ
******************************************************************/
.product-detail .product-detail-wrapper .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .product-detail .product-detail-wrapper .btn-area {
    display: block;
  }
}
.product-detail .product-detail-wrapper .btn-area .more-btn-lg {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .product-detail .product-detail-wrapper .btn-area .more-btn-lg {
    width: 100%;
    margin-top: 1.5em;
  }
}
.product-detail .product-detail-wrapper .product-detail-imgslider .swiper-slide img {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 540px) {
  .product-detail .product-detail-wrapper .product-detail-imgslider .swiper-slide img {
    height: 300px;
  }
}
.product-detail .product-detail-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-area {
    display: block;
  }
}
.product-detail .product-detail-area .product-detail-text {
  width: 44%;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-area .product-detail-text {
    width: 94%;
    margin: 30px auto 30px;
  }
}
.product-detail .product-detail-area .product-detail-text .product-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-area .product-detail-text .product-ttl {
    font-size: 1.8rem;
  }
}
.product-detail .product-detail-area .product-detail-text .status-area {
  border-top: 1px solid #E4E4E4;
  padding: 1em 0;
  margin-top: 1em;
}
.product-detail .product-detail-area .product-detail-text .product-info {
  border-top: 1px solid #E4E4E4;
  padding-top: 1em;
}
.product-detail .product-detail-area .product-detail-text .product-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .product-detail-area .product-detail-text .product-info__ttl {
  width: 107px;
}
.product-detail .product-detail-area .product-detail-text .price-info {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-area .product-detail-text .price-info {
    border-bottom: 1px solid #FF0000;
  }
}
.product-detail .product-detail-area .product-detail-text .text-area {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-area .product-detail-text .text-area {
    margin-top: 25px;
  }
}
.product-detail .price-info .discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF0000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-detail .price-info .discount .normal-price {
  font-weight: bold;
  font-size: 1.1em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF0000), to(#FF0000));
  background-image: linear-gradient(#FF0000, #FF0000);
  background-position: 0 50%;
  background-size: 100% 1px;
  background-repeat: repeat-x;
  margin: 0 0.4em;
  text-decoration: none;
  color: #343434;
}
.product-detail .price-info .price {
  color: #FF0000;
  text-align: right;
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}
.product-detail .product-detail-imgslider-wrapper {
  width: 54%;
  overflow: hidden;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-imgslider-wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.product-detail .product-detail-imgslider-wrapper .slider-thumbnail-wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-imgslider-wrapper .slider-thumbnail-wrapper {
    overflow: hidden;
    margin: 10px 3%;
  }
}
.product-detail .product-detail-imgslider-wrapper .slider-thumbnail-wrapper .slider-thumbnail {
  max-width: 200px;
}
.product-detail .product-detail-imgslider {
  position: relative;
}
@media screen and (max-width: 540px) {
  .product-detail .product-detail-imgslider .swiper-button-next,
.product-detail .product-detail-imgslider .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 540px) {
  .product-detail .product-detail-imgslider .swiper-button-next::after,
.product-detail .product-detail-imgslider .swiper-button-prev::after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-imgslider .swiper-button-next {
    right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .product-detail .product-detail-imgslider .swiper-button-prev {
    left: 4%;
  }
}
.product-detail .product-detail-imgslider .swiper-slide img {
  border-radius: 10px;
}
.product-detail .card-link {
  width: 75%;
}
@media screen and (max-width: 768px) {
  .product-detail .card-link {
    width: 90%;
    margin: 50px auto 0;
  }
}
.product-detail .soldout-box {
  border: 1px solid #FF0000;
  padding: 3%;
  margin-top: 10px;
}
.product-detail .cartin {
  margin-top: 1em;
}
.product-detail .button-open {
  background: #1538E5;
  cursor: pointer;
}
.product-detail .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-detail .tag-list {
    padding: 0 3%;
  }
}
@media screen and (max-width: 540px) {
  .product-detail .tag-list {
    display: none;
  }
}
.product-detail .tag-list__item {
  border: 1px solid #707070;
  border-radius: 15px;
  padding: 5px 15px;
  margin-right: 0.5em;
}
.product-detail .tag-list__item:last-child {
  margin-right: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(112, 112, 112, 0.4);
  width: 100%;
  height: 100%;
  z-index: 101;
}
.overlay .button-close {
  position: fixed;
  right: 41vw;
  top: 2%;
  z-index: 103;
}
@media screen and (max-width: 768px) {
  .overlay .button-close {
    right: 61vw;
  }
}
@media screen and (max-width: 540px) {
  .overlay .button-close {
    display: none;
  }
}

.product-detail-modal {
  position: fixed;
  top: 0;
  right: -40vw;
  z-index: 102;
  width: 40vw;
  height: 100vh;
  padding: 5% 2%;
  overflow: auto;
  background-color: #F8F7F7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .product-detail-modal {
    width: 60vw;
    right: -60vw;
    padding: 8% 3%;
  }
}
@media screen and (max-width: 540px) {
  .product-detail-modal {
    width: 100vw;
    right: -100vw;
    padding: 12% 3%;
  }
}
.product-detail-modal.open {
  right: 0;
}
.product-detail-modal::-webkit-scrollbar {
  width: 20px;
  position: absolute;
}
.product-detail-modal::-webkit-scrollbar-track {
  background-color: none;
}
.product-detail-modal::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #FF0000;
}
.product-detail-modal .sp-button-close {
  display: none;
}
@media screen and (max-width: 540px) {
  .product-detail-modal .sp-button-close {
    display: block;
    position: absolute;
    top: 2%;
    display: block;
    left: 3%;
  }
}

.product-detail-list {
  padding-bottom: 60px;
}
.product-detail-list::after {
  content: "";
  display: block;
  width: 24%;
}
@media screen and (max-width: 1199px) {
  .product-detail-list::after {
    width: 32%;
  }
}
.product-detail-list.active {
  border: 2px solid #FF0000;
  opacity: 1;
}
.product-detail-list__item {
  border-radius: 10px;
  margin-bottom: 1.5em;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 5px 4px 18px -5px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 4px 18px -5px rgba(0, 0, 0, 0.3);
}
.product-detail-list__item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
.product-detail-list__item .tag-list__item {
  font-size: 1.2rem;
}
.product-detail-list__item.active {
  border: 2px solid #FF0000;
  opacity: 1;
}
.product-detail-list__item .text-area {
  padding: 1em;
  margin-bottom: 0;
}
.product-detail-list__item .text-area .price-ttl {
  margin-bottom: 1em;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 0.5em;
}
.product-detail-list__item .text-area .product-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .product-detail-list__item .text-area .product-ttl {
    font-size: 1.4rem;
  }
}
.product-detail-list__item .text-area .product-ttl .product-rank {
  color: #E4E4E4;
  font-size: 0.8em;
}
.product-detail-list__item .text-area .product-price {
  color: #FF0000;
  font-weight: bold;
}
.product-detail-list__item .text-area .btn-area {
  margin: 2em 2em 0;
}
@media screen and (max-width: 540px) {
  .product-detail-list__item .text-area .btn-area {
    margin: 1em 0 0;
  }
}

.select-btn {
  background-color: #FF0000;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0.5em;
  width: 100%;
}

.related-product-wrapper {
  background-color: #F7F7F7;
  margin-top: 80px;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .related-product-wrapper {
    padding: 30px 3%;
  }
}
.related-product-wrapper .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.related-product-wrapper .product-list__item {
  width: 19%;
}
@media screen and (max-width: 1199px) {
  .related-product-wrapper .product-list__item {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .related-product-wrapper .product-list__item {
    width: 32%;
  }
}
@media screen and (max-width: 540px) {
  .related-product-wrapper .product-list__item {
    width: 48%;
  }
}
.rank-tab-wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1199px) {
  .rank-tab-wrapper {
    width: 94%;
    margin: 90px auto 0;
  }
}
.rank-tab-wrapper .rank-ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .rank-tab-wrapper .rank-ttl {
    font-size: 1.8rem;
  }
}
.rank-tab-wrapper .sptab-contents-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .rank-tab-wrapper .sptab-contents-wrapper {
    display: block;
  }
}

.rank-tab {
  margin-top: 80px;
  display: block;
}
@media screen and (max-width: 768px) {
  .rank-tab {
    display: none;
  }
}
.rank-tab .rank-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FF0000;
}
.rank-tab .rank-list .tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.7em 0;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #FF0000;
  position: relative;
}
.rank-tab .rank-list .tab-btn:last-child {
  border-right: none;
}
.rank-tab .rank-list .tab-btn.show {
  background: #FF0000;
  color: #fff;
}
.rank-tab .rank-list .tab-btn.show:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #FF0000;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
}

.tab-contents {
  display: none;
}
.tab-contents__inner {
  padding: 3% 5%;
  border-left: 1px solid #FF0000;
  border-right: 1px solid #FF0000;
  border-bottom: 1px solid #FF0000;
}
@media screen and (max-width: 540px) {
  .tab-contents__inner {
    padding: 5%;
  }
}
.tab-contents__ttl {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #FF0000;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 540px) {
  .tab-contents__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 540px) {
  .tab-contents__textarea {
    font-size: 1.4rem;
  }
}

.tab-contents.show {
  display: block;
}

@media screen and (max-width: 768px) {
  .sptab-contents-wrapper {
    display: block;
  }
}
.sptab-contents-wrapper .select-box {
  background-color: #F7F7F7;
  width: 100%;
  margin-bottom: 1em;
  height: 60px;
  display: none;
}
@media screen and (max-width: 768px) {
  .sptab-contents-wrapper .select-box {
    display: block;
  }
}
.sptab-contents-wrapper .select-box select {
  text-align: center;
}

.sptab-contents {
  background-color: #F7F7F7;
}
.sptab-contents .tab-contents__inner {
  border: none;
}
.sptab-contents .block {
  display: none;
}
.sptab-contents .block.current {
  display: block;
}

/******************************************************************
お問い合わせページ
******************************************************************/
.upload-label {
  display: inline-block;
  cursor: pointer;
  padding: 0.7em 1em;
  background: #F7F7F7;
  font-size: 0.95em;
  border: 1px solid #E4E4E4;
  width: 250px;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 540px) {
  .upload-label {
    width: 100%;
  }
}

.upload-label input {
  display: none;
}

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

/******************************************************************
新規会員登録ページ
******************************************************************/
@media screen and (max-width: 540px) {
  .register .section-ttl {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .register .sub-ttl {
    margin-bottom: 1em;
  }
}

.merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .merit-list {
    display: block;
  }
}
.merit-list__item {
  width: 48%;
  margin-bottom: 18px;
}
@media screen and (max-width: 1199px) {
  .merit-list__item {
    width: 100%;
  }
}
.merit-list__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 2px 1px rgba(177, 177, 177, 0.18);
          box-shadow: 0px 2px 2px 1px rgba(177, 177, 177, 0.18);
  border-radius: 5px;
}
.merit-list__item dl .img-area {
  background-color: #fff;
  text-align: center;
  min-width: 180px;
}
@media screen and (max-width: 540px) {
  .merit-list__item dl .img-area {
    min-width: 100px;
  }
}
.merit-list__item dl .img-area img {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .merit-list__item dl .img-area img {
    width: 35px;
    height: 35px;
  }
}
.merit-list__item dl .text-area {
  padding: 1.5em;
  width: 100%;
  background-color: #F7F7F7;
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .merit-list__item dl .text-area {
    font-size: 1.3rem;
  }
}

/******************************************************************
よくある質問ページ
******************************************************************/
.side-nav2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 80vh;
}
@media screen and (max-width: 768px) {
  .side-nav2 {
    display: none;
  }
}
.side-nav2 .nav-list__item .nav-ttl, .side-nav2 .nav-list__item .nav-subttl {
  font-size: 1.5rem;
}
.side-nav2 .nav-list__item .simple-arrow-red {
  width: 10px;
  height: 10px;
}
.side-nav2.is-fixed {
  overflow-y: scroll;
  height: 75vh;
}

@media screen and (max-width: 768px) {
  .two-column .content.is-fixed {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .two-column .content {
    width: 95%;
    margin: 0 auto;
    padding-left: 0;
  }
}

.nav-list__item {
  margin-bottom: 1.3em;
  cursor: pointer;
}
.nav-list__item .nav-ttl, .nav-list__item .nav-subttl {
  position: relative;
  padding-left: 1.3em;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .nav-list__item .nav-ttl, .nav-list__item .nav-subttl {
    font-size: 1.6rem;
  }
}
.nav-list__item .nav-subttl {
  font-size: 1.5rem;
  margin-left: 1em;
}
.nav-list__item .nav-subttl .simple-arrow-red {
  width: 10px;
  height: 10px;
}
.nav-list__item .simple-arrow-red, .nav-list__item .read-list li .simple-arrow-red, .read-list li .nav-list__item .simple-arrow-red {
  left: 0;
  -webkit-transform: rotate(315deg) translateY(-50%);
          transform: rotate(315deg) translateY(-50%);
  width: 16px;
  height: 16px;
}

.question {
  display: none;
}
.question.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .question__inner {
    padding: 30px 0;
  }
}

.spquestion-list-wrapper {
  display: none;
}
@media screen and (max-width: 768px) {
  .spquestion-list-wrapper {
    display: block;
  }
}
.spquestion-list-wrapper .sptab-contents {
  background-color: #fff;
  margin-top: 50px;
}

.question-list__item {
  background-color: #F7F7F7;
  border: 1px solid #FF0000;
  border-radius: 5px;
  padding: 3%;
  margin-bottom: 25px;
}
@media screen and (max-width: 540px) {
  .question-list__item {
    padding: 5%;
  }
}
.question-list__content .question-ttl {
  color: #FF0000;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 540px) {
  .question-list__content .question-ttl {
    font-size: 1.5rem;
  }
}
.question-list__content .icon-question {
  border-radius: 50%;
  background-color: #FF0000;
  color: #fff;
  font-weight: bold;
  padding: 12px 20px;
  margin-right: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 540px) {
  .question-list__content .icon-question {
    padding: 5px 10px;
    margin-right: 15px;
    font-size: 1.5rem;
  }
}
.question-list__content .question-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .question-list__content .question-answer {
    font-size: 1.2rem;
  }
}

/******************************************************************
はじめてご利用の方へページ
******************************************************************/
.how-to-purchase {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .how-to-purchase {
    margin-top: 40px;
  }
}
.how-to-purchase .feature-area2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area2 {
    display: block;
  }
}
.how-to-purchase .feature-area2__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area2__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.how-to-purchase .feature-area2__item .img-area {
  border: 1px solid #FF0000;
  border-radius: 5px;
  padding: 1.5em;
}
.how-to-purchase .feature-area2__item .img-area .feature-ttl {
  color: #FF0000;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.how-to-purchase .feature-area2__item .img-area .text-area {
  margin-bottom: 0;
}
.how-to-purchase .feature-area2__item .img-area .text-area p {
  margin-bottom: 0;
}
.how-to-purchase .feature-area2__item .img-area2 {
  background-color: #FF0000;
  width: 48%;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area2__item .img-area2 {
    height: 180px;
  }
}
.how-to-purchase .feature-area2__item .img-area2 p {
  padding-top: 1.5em;
}
.how-to-purchase .feature-area2__item .text-area2 {
  position: absolute;
  bottom: 10%;
  background-color: #fff;
  padding: 5% 10%;
  border-radius: 5px;
}
@media screen and (max-width: 1199px) {
  .how-to-purchase .feature-area2__item .text-area2 {
    padding: 5%;
  }
}
.how-to-purchase .feature-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area {
    display: block;
  }
}
.how-to-purchase .feature-area__item {
  width: 49%;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.how-to-purchase .feature-area__item .img-area {
  margin-bottom: 15px;
}
.how-to-purchase .feature-area__item .img-area p {
  border: 1px solid #FF0000;
  text-align: center;
  border-radius: 5px;
  padding: 3em 0;
  font-size: 2rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .feature-area__item .img-area p {
    padding: 1em 0;
    font-size: 1.8rem;
  }
}
.how-to-purchase .feature-area__item .text-area2 {
  margin-left: 20%;
}
.how-to-purchase .section-ttl {
  color: #FF0000;
  font-weight: normal;
  text-align: center;
  position: relative;
  margin: 4em 0 1.5em;
}
.how-to-purchase .section-ttl::before {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #FF0000;
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.how-to-purchase .section-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/purchase_letter_bg.svg);
  position: absolute;
  right: 15%;
  width: 130px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  top: -70px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .section-ttl::after {
    width: 70px;
    height: 70px;
    right: 0;
    top: -30px;
  }
}
.how-to-purchase .purchase-ttl {
  font-size: 2.2rem;
  color: #FF0000;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.5em;
}
.how-to-purchase .purchase-ttl::before {
  content: "";
  width: 13px;
  height: 100%;
  background-color: #FF0000;
  position: absolute;
  left: 0;
}
.how-to-purchase .movie-area {
  margin: 15px 0 50px;
}
.how-to-purchase .movie-area iframe {
  height: 580px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .movie-area iframe {
    height: 250px;
  }
}
.how-to-purchase .step-area p {
  margin-bottom: 0.8em;
}
.how-to-purchase .step-area .step-list__item:last-child .step-list__numberarea::after {
  display: none;
}
.how-to-purchase .step-area .step-list__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.how-to-purchase .step-area .step-list .step-number {
  font-size: 5rem;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .step-area .step-list .step-number {
    font-size: 3rem;
  }
}
.how-to-purchase .step-area .step-list__numberarea {
  width: 10%;
  position: relative;
}
.how-to-purchase .step-area .step-list__numberarea::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #E4E4E4;
  position: absolute;
  top: 75px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
.how-to-purchase .step-area .step-list__contentarea {
  width: 88%;
  padding-top: 30px;
}
.how-to-purchase .step-area .step-list__ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .step-area .step-list__ttl {
    font-size: 1.6rem;
  }
}
.how-to-purchase .step-area .step-list__detailarea {
  margin-top: 30px;
}
.how-to-purchase .step-area .step-list__detailarea .feature-area {
  background-color: #F7F7F8;
}
.how-to-purchase .step-area .step-list__detailarea .area-header {
  background-color: #E5151F;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .step-area .step-list__detailarea .area-header {
    text-align: left;
  }
}
.how-to-purchase .step-area .step-list__detailarea .text-area {
  border: 1px solid #E5151F;
  padding: 3%;
  border-radius: 0 0 5px 5px;
}
.how-to-purchase .step-area .step-list .feature-area {
  padding: 5% 3%;
}
.how-to-purchase .step-area .step-list .feature-area__item .img-area {
  width: 50%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .step-area .step-list .feature-area__item .img-area {
    width: 70%;
  }
}
.how-to-purchase .step-area .notion {
  border-top: 1px solid #E4E4E4;
  padding-top: 20px;
}
.how-to-purchase .area-info {
  margin-bottom: 50px;
}
.how-to-purchase .area-info .table-wrapper {
  margin: auto;
  width: 85%;
}
.how-to-purchase .area-info .area-table {
  width: 100%;
}
.how-to-purchase .area-info .area-table th {
  background: #696969;
  border: solid 1px #E4E4E4;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.how-to-purchase .area-info .area-table td {
  border: solid 1px #E4E4E4;
  padding: 10px 10px 10px 30px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .area-info .area-table td {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .how-to-purchase .area-info .area-table th,
.how-to-purchase .area-info .area-table td {
    display: block;
    width: 100%;
  }
}
.how-to-purchase .question-area .question-list__item .question-ttl {
  margin-bottom: 30px;
}
.how-to-purchase .question-area .question-list__item .question-answer {
  margin-left: 30px;
}
.how-to-purchase .question-area .question-list__item .question-answer .icon-question {
  padding: 8px 15px;
  margin-top: -13px;
}
@media screen and (max-width: 540px) {
  .how-to-purchase .question-area .question-list__item .question-answer .icon-question {
    padding: 5px 10px;
  }
}
.how-to-purchase .question-area .question-list__item .feature-wrapper {
  margin-left: 95px;
}
.how-to-purchase .question-area .question-list__item .feature-wrapper .feature-area {
  background-color: #fff;
  border: 1px solid #707070;
  padding: 3%;
  border-radius: 5px;
  margin-bottom: 10px;
}
.how-to-purchase .question-area .question-list__item .feature-wrapper .feature-area .img-area {
  width: 50%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 768px) {
  .sptab-contents-wrapper .how-to-purchase:nth-of-type(n+2) {
    display: none;
  }
}

/******************************************************************
店舗一覧ページ
******************************************************************/
.store {
  display: none;
}
.store.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .store__inner {
    padding: 30px 0;
  }
}

.store-nav__list__child {
  display: none;
}

.store-list {
  /* ヘッダーの高さ分を指定 リンク遷移後の高さをとっている*/
}
.store-list__itemwrapper {
  margin: 30px 0;
}
.store-list__item {
  padding-top: 120px;
  margin-top: -120px;
}
@media screen and (max-width: 1199px) {
  .store-list__item {
    padding-top: 180px;
    margin-top: -180px;
  }
}
.store-list__header {
  background-color: #FF0000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  padding: 10px;
  border-radius: 5px 5px 0 0;
}
.store-list__infowrapper {
  border: 1px solid #FF0000;
  padding: 3%;
  border-radius: 0 0 5px 5px;
}
.store-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .store-list__info {
    display: block;
  }
}
.store-list__info .img-area {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .store-list__info .img-area {
    width: 100%;
    text-align: center;
  }
}
.store-list__info .store-info {
  width: 48%;
}
@media screen and (max-width: 1199px) {
  .store-list__info .store-info {
    width: 100%;
    margin-top: 20px;
  }
}
.store-list__info .store-info .store-info-table {
  width: 100%;
  font-size: 1.4rem;
}
.store-list__info .store-info .store-info-table th {
  background: #696969;
  border: solid 1px #E4E4E4;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.store-list__info .store-info .store-info-table td {
  border: solid 1px #F7F7F7;
  padding: 10px 10px 10px 30px;
  background: #E4E4E4;
}
@media screen and (max-width: 540px) {
  .store-list__info .store-info .store-info-table td {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .store-list__info .store-info .store-info-table th,
.store-list__info .store-info .store-info-table td {
    display: block;
    width: 100%;
  }
}
.store-list__map {
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid #FF0000;
  border-radius: 5px;
}
.store-list__map iframe {
  width: 100%;
}

/******************************************************************
新着情報ページ
******************************************************************/
.news-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-list::after {
  content: "";
  display: block;
  width: 31%;
}
@media screen and (max-width: 1199px) {
  .news-list::after {
    width: 48%;
  }
}
.news-list__item {
  border-radius: 5px;
  width: 31%;
  -webkit-box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.55);
          box-shadow: 0px 3px 10px -5px rgba(0, 0, 0, 0.55);
  margin-bottom: 40px;
  margin-right: 1%;
}
@media screen and (max-width: 1199px) {
  .news-list__item {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .news-list__item {
    width: 100%;
  }
}
.news-list__item .img-area img {
  width: 100%;
}
.news-list__item .text-area {
  padding: 6% 4%;
}
.news-list__item .text-area__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.news-list__item .text-area__ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.category-area {
  background-color: #FF0000;
  color: #fff;
  padding: 5px 8px;
  font-size: 1.3rem;
  border-radius: 3px;
  display: inline-block;
}

.item-area {
  margin-left: auto;
}

.pdf-btn {
  -webkit-box-shadow: -1px 2px 10px -6px rgba(0, 0, 0, 0.5);
          box-shadow: -1px 2px 10px -6px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 12px;
}

.date-area {
  font-size: 1.2rem;
  padding: 10px 15px;
  border-radius: 15px;
  background-color: #F7F7F7;
  color: #969696;
  margin-left: 10px;
}

.news-detail__header .item-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-detail__header .date-area {
  margin-left: 0;
}
.news-detail__header .category-area {
  color: #FF0000;
  background-color: #fff;
  font-size: 1.6rem;
}
.news-detail__ttlarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 30px;
}
.news-detail__ttlarea .news-ttl {
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 540px) {
  .news-detail__ttlarea .news-ttl {
    font-size: 2rem;
  }
}
.news-detail__ttlarea .pdf-btn-wrapper {
  display: block;
  width: 80px;
}
@media screen and (max-width: 540px) {
  .news-detail__ttlarea .pdf-btn-wrapper {
    width: 70px;
  }
}
.news-detail__ttlarea .pdf-btn-wrapper .pdf-btn {
  text-align: center;
  padding: 16px 0;
}
.news-detail__ttlarea .pdf-btn-wrapper .pdf-btn img {
  width: 35px;
}
@media screen and (max-width: 540px) {
  .news-detail__ttlarea .pdf-btn-wrapper .pdf-btn img {
    width: 20px;
  }
}
.news-detail__ttlarea .pdf-btn-wrapper p {
  font-size: 1.4rem;
  margin-top: 0.4em;
}
@media screen and (max-width: 540px) {
  .news-detail__ttlarea .pdf-btn-wrapper p {
    font-size: 1rem;
  }
}
.news-detail .img-area img {
  width: 100%;
}
.news-detail__content {
  margin-top: 50px;
  line-height: 2;
}
.news-detail__content p {
  margin-bottom: 1em;
}

.news .pagination__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news .pagination__wrap .pre,
.news .pagination__wrap .next {
  margin-bottom: 30px;
  width: 170px;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .pre,
.news .pagination__wrap .next {
    width: 50px;
  }
}
.news .pagination__wrap .pre a,
.news .pagination__wrap .next a {
  position: relative;
}
.news .pagination__wrap .pre a .arrow,
.news .pagination__wrap .next a .arrow {
  position: absolute;
  width: 55px;
  height: 55px;
}
.news .pagination__wrap .pre a .arrow::after,
.news .pagination__wrap .next a .arrow::after {
  width: 11px;
  height: 11px;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .pre {
    width: 30px;
  }
}
.news .pagination__wrap .pre .arrow::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.news .pagination__wrap .next {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .next {
    width: 30px;
  }
}
.news .pagination__wrap .next .arrow {
  left: 0;
}
.news .pagination__wrap .center {
  width: 90px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .pagination-letter {
    display: none;
  }
}
.news .pagination__wrap .pre-wrap {
  margin-right: 20px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .pre-wrap {
    width: 30px;
  }
}
.news .pagination__wrap .next-wrap {
  margin-left: 20px;
  width: 170px;
}
@media screen and (max-width: 768px) {
  .news .pagination__wrap .next-wrap {
    width: 30px;
  }
}

/******************************************************************
ログインページ
******************************************************************/
.login a {
  text-decoration: underline;
}
.login .alert-danger {
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .login .alert-danger {
    text-align: left;
  }
}

.login-box {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .login-box {
    background-color: unset;
    padding: 0;
    display: block;
  }
}
.login-box .login-area,
.login-box .guide-area-wrapper {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .login-box .login-area,
.login-box .guide-area-wrapper {
    width: 100%;
  }
}
.login-box dt {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .login-box dt {
    text-align: center;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 540px) {
  .login-box dt {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}

.login-area {
  border-right: 1px solid #E4E4E4;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .login-area {
    border: none;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 540px) {
  .login-area {
    padding: 0;
  }
}
.login-area .form__item {
  padding-top: 24px;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .login-area .form__item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.login-area .form__item__input {
  border: 1px solid #767676;
  border-radius: 6px;
  margin-right: 1em;
  margin-bottom: 0.3em;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: 100%;
  background: #fff;
}
.login-area .form__item__sbmt {
  background: #E5151F;
  border: 1px solid #E5151F;
}
.login-area li {
  margin-bottom: 1em;
}
.login-area li p {
  color: #696969;
}

.guide-area dl {
  width: 100%;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background: #fff;
  padding: 1em;
}
.guide-area dl dt {
  font-size: unset;
  font-weight: bold;
  margin-bottom: 1em;
}
.guide-area dl dd {
  margin-bottom: 0.5em;
  padding-left: 35px;
  position: relative;
  color: #696969;
}
.guide-area dl dd::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.guide-area dl dd:nth-of-type(1)::before {
  background-image: url(../img/icon/ico-login01.svg);
}
.guide-area dl dd:nth-of-type(2)::before {
  background-image: url(../img/icon/ico-login02.svg);
}
.guide-area dl dd:nth-of-type(3)::before {
  background-image: url(../img/icon/ico-login03.svg);
}
.guide-area dl dd:nth-of-type(4)::before {
  background-image: url(../img/icon/ico-login04.svg);
}
.guide-area dl dd:nth-of-type(5)::before {
  background-image: url(../img/icon/ico-login05.svg);
}

.guide-area-wrapper {
  padding: 0 50px;
}
@media screen and (max-width: 1199px) {
  .guide-area-wrapper {
    padding: 0 30px;
  }
}
@media screen and (max-width: 540px) {
  .guide-area-wrapper {
    padding: 0;
  }
}
.guide-area-wrapper .login-rg-btn {
  background: #1DA1F2;
  border: 1px solid #1DA1F2;
}
.guide-area-wrapper .login-rg-btn:hover {
  color: #1DA1F2;
}

.login-area dl,
.guide-area {
  height: 490px;
}
@media screen and (max-width: 1199px) {
  .login-area dl,
.guide-area {
    height: 560px;
  }
}
@media screen and (max-width: 768px) {
  .login-area dl,
.guide-area {
    height: auto;
    margin-bottom: 30px;
  }
}

.read-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .read-list {
    display: block;
    padding-right: 50px;
  }
}
@media screen and (max-width: 540px) {
  .read-list {
    padding-right: 0;
  }
}
.read-list li {
  margin-left: 2em;
  font-weight: bold;
  text-decoration: underline;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .read-list li {
    color: #696969;
    font-weight: normal;
    margin-bottom: 10px;
  }
}
.read-list li a {
  margin-right: 1em;
}
.read-list li .simple-arrow-red {
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

/******************************************************************
お客様の声
******************************************************************/
.voice {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 0 3%;
  }
}
.voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #FF0000;
  padding: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voice__header {
    display: block;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .voice__header .review_btn {
    margin-top: 1em;
  }
}
.voice .plus-btn {
  display: none;
}
@media screen and (max-width: 540px) {
  .voice .plus-btn {
    display: block;
  }
}

.voice-list {
  border-bottom: 1px solid #E5151F;
  padding-top: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 540px) {
  .voice-list {
    display: none;
  }
}
.voice-list.active {
  display: block;
}
.voice-list__item {
  border-top: 1px solid #E5151F;
  padding-top: 1em;
  margin-bottom: 1em;
}
.voice-list__item:nth-child(1) {
  border-top: none;
}
.voice-list__item .customer-voice {
  margin-bottom: 2em;
}
.voice-list__item .customer-voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .voice-list__item .customer-voice__header {
    display: block;
  }
}
.voice-list__item .customer-voice dt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.voice-list__item .customer-voice .reccomend .ttl {
  margin-right: 1em;
}
.voice-list__item .customer-voice .reccomend .recommend_level {
  margin-right: 5em;
  color: #DDFF00;
}
.voice-list__item .customer-voice .reccomend .recommend_level img {
  vertical-align: baseline;
}
@media screen and (max-width: 540px) {
  .voice-list__item .customer-voice .name {
    margin-bottom: 0.5em;
  }
}
.voice-list__item .customer-voice .date {
  margin-right: 1.5em;
}
@media screen and (max-width: 540px) {
  .voice-list__item .customer-voice .date {
    margin-bottom: 0.5em;
  }
}
.voice-list__item .shop-comment {
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: linear-gradient(to right, #E5151F, #E5151F 4px, transparent 4px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 10px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}
.voice-list__item .shop-comment dt {
  margin-bottom: 0.5em;
  color: #E5151F;
}
.voice-list__item .shop-comment dt .ttl {
  padding-top: 1em;
  margin-right: 1.5em;
}

/******************************************************************
買取強化WANTED! 鉄道模型
******************************************************************/
.page-link-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-link-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
  }
}
.page-link-nav li {
  color: #FF0000;
  font-weight: bold;
  margin-right: 1.5em;
}
.page-link-nav li:last-child {
  margin-right: 0;
}

.wanted .table-header {
  margin-bottom: 0;
  display: table-row;
}
.wanted .table-wrapper {
  overflow-x: inherit;
}
.wanted .catch-text {
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .wanted .catch-text {
    text-align: left;
    font-size: 2rem;
  }
}
.wanted .text-area {
  margin-top: 20px;
}
.wanted .accent-letter {
  font-weight: bold;
  color: #FF0000;
}
.wanted .info-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wanted .info-area__logo {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .wanted .info-area__logo {
    width: 100%;
  }
}
.wanted .info-area__item {
  margin-left: 3%;
  width: 63%;
}
@media screen and (max-width: 768px) {
  .wanted .info-area__item {
    margin-left: 0;
    width: 100%;
  }
}
.wanted .wanted-list .table-subheader td {
  text-align: center;
}
.wanted .wanted-list tbody td:first-child {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .wanted .wanted-list tbody td:first-child {
    width: 100%;
  }
}
.wanted .wanted-list tbody td:last-child {
  text-align: right;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .wanted .wanted-list tbody td:last-child {
    width: 100%;
  }
}
.wanted .border-card__linkttl {
  margin-bottom: 1em;
  position: relative;
  padding-right: 15px;
}
.wanted .border-card__linkttl .simple-arrow-red {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}

.card-tab-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}
.card-tab-link li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 0.1em;
  opacity: 0.3;
  font-size: 1.5rem;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .card-tab-link li {
    display: none;
  }
}
.card-tab-link li:last-child {
  margin-right: 0;
}
.card-tab-link li.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .card-tab-link li.active {
    display: block;
  }
}
.card-tab-link li a {
  display: block;
  padding: 0.5em 0;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .card-tab-link li a {
    height: 40px;
  }
}

.pickup-area {
  border-right: 1px solid #696969;
  border-left: 1px solid #696969;
  width: 100%;
  padding: 10px;
}
.pickup-area__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.scroll-top {
  color: #FF0000;
  font-weight: bold;
  position: relative;
  padding-right: 45px;
}
.scroll-top .arrow-s {
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  left: 110px;
}

/******************************************************************
サイトマップ
******************************************************************/
.sitemap .link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
.sitemap .link-wrapper__item {
  margin-bottom: 2em;
}
.sitemap .link-wrapper__item .link-area a {
  text-decoration: underline;
}
.sitemap .link-wrapper__item .link-area dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sitemap .link-wrapper__item .link-area dd {
  margin-bottom: 0.8em;
}
.sitemap .link-wrapper .column3 {
  width: 33%;
}
@media screen and (max-width: 1199px) {
  .sitemap .link-wrapper .column3 {
    width: 48%;
  }
}
@media screen and (max-width: 540px) {
  .sitemap .link-wrapper .column3 {
    width: 100%;
  }
}
.sitemap .link-wrapper .column4 {
  width: 24%;
}
@media screen and (max-width: 1199px) {
  .sitemap .link-wrapper .column4 {
    width: 48%;
  }
}
.sitemap .list-ttl {
  color: #FF0000;
  margin: 0.8em 0 0.5em;
  font-weight: bold;
}
.sitemap .category-list__group {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #CECECE;
}
.sitemap .category-list__group:last-child {
  border-bottom: none;
}
.sitemap .category-list__link {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sitemap .category-list__link > li {
  position: relative;
  width: 24%;
  margin-bottom: 1em;
  margin-right: 1%;
}
@media screen and (max-width: 1199px) {
  .sitemap .category-list__link > li {
    width: 32%;
  }
}
@media screen and (max-width: 540px) {
  .sitemap .category-list__link > li {
    width: 100%;
  }
}
.sitemap .category-list__link > li > a {
  display: block;
  position: relative;
  padding: 0.5em 1em 0.5em 0;
  font-weight: bold;
}
.sitemap .category-list__link > li > a .simple-arrow-red {
  display: none;
}
.sitemap .category-list__link > li.active .category-list__childlink {
  display: block;
  right: -80%;
}
.sitemap .category-list__childlink li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0.5em;
}
.sitemap .category-list__childlink li:hover {
  opacity: 0.5;
}
.sitemap .category-list__childlink li a {
  text-decoration: underline;
}

/******************************************************************
カート共通
******************************************************************/
.cart__stepbar {
  width: 100%;
  margin-bottom: 40px;
  padding: 1em 0;
  background-color: #F7F7F7;
  border-radius: 10px;
  z-index: -2;
}
@media screen and (max-width: 540px) {
  .cart__stepbar {
    width: 100%;
    margin-top: 0;
    background-color: #fff;
  }
}
.cart__stepbar li {
  width: 25%;
}
@media screen and (max-width: 540px) {
  .cart__stepbar li {
    font-size: 1.2rem;
  }
}

.form.cart .form__item__label {
  display: inline;
  font-weight: normal;
}

.guide-nav-list {
  margin-top: 30px;
}
.guide-nav-list__item {
  margin-bottom: 0.3em;
}
.guide-nav-list__link {
  position: relative;
  display: block;
  padding: 0.8em 0.8em 0.8em 0.5em;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.guide-nav-list__link .simple-arrow-red, .guide-nav-list__link .read-list li .simple-arrow-red, .read-list li .guide-nav-list__link .simple-arrow-red {
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(315deg);
          transform: translateY(-50%) rotate(315deg);
}
@media screen and (max-width: 768px) {
  .guide-nav-list__link .simple-arrow-red, .guide-nav-list__link .read-list li .simple-arrow-red, .read-list li .guide-nav-list__link .simple-arrow-red {
    right: 1em;
  }
}
.guide-nav-list__link:hover {
  color: #FF0000;
}
.guide-nav-list__link.active {
  background-color: #DCDDDC;
}
.guide-nav-list__link.active .simple-arrow-red {
  border-color: #fff;
}

/******************************************************************
カートの中
******************************************************************/
.data-tbl {
  width: 100%;
  margin-bottom: 1em;
  border-radius: 5px;
  border-collapse: separate;
  overflow: hidden;
  border: solid 1px #696969;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .data-tbl {
    border: none;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl tr {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.data-tbl th {
  background: #F7F7F7;
  border-bottom: solid 1px #696969;
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.data-tbl th + th {
  border-left: solid 1px #696969;
}
.data-tbl td {
  border-left: solid 1px #696969;
  border-bottom: solid 1px #696969;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data-tbl td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #696969;
    border-left: none;
    padding: 15px;
    text-align: left;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td::before {
    display: block;
    content: "";
    font-weight: bold;
    margin-right: 10px;
    width: 100px;
    position: absolute;
    left: 30px;
  }
}
.data-tbl td.del {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .data-tbl td.del {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-bottom: none;
    margin-bottom: 2em;
    padding: 15px;
  }
}
.data-tbl td.img {
  padding: 3px;
}
@media screen and (max-width: 768px) {
  .data-tbl td.img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-bottom: 0;
  }
}
.data-tbl td.img img {
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .data-tbl td.img img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-color: #CECECE;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.name::before {
    content: "商品名";
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.price {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-color: #CECECE;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.price::before {
    content: "単価";
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.num {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    border-color: #CECECE;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.num::before {
    content: "数量";
  }
}
.data-tbl td.subtotal {
  border-left: 1px solid #696969;
}
@media screen and (max-width: 768px) {
  .data-tbl td.subtotal {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    border-left: none;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.subtotal::before {
    content: "小計";
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.tax::before {
    content: "消費税";
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.total::before {
    content: "合計";
  }
}
@media screen and (max-width: 768px) {
  .data-tbl td.point::before {
    content: "今回加算ポイント";
  }
}
.data-tbl td .simple-btn__outline,
.data-tbl td .simple-btn,
.data-tbl td .login-area .form__item__sbmt,
.login-area .data-tbl td .form__item__sbmt,
.data-tbl td .guide-area-wrapper .login-rg-btn,
.guide-area-wrapper .data-tbl td .login-rg-btn {
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .data-tbl thead {
    display: none;
  }
}
.data-tbl tbody td:first-child {
  border-left: none;
}
.data-tbl tfoot th {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .data-tbl tfoot th {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl tfoot td {
    width: 85%;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl tfoot td::before {
    width: 290px;
    left: 100px;
  }
}
@media screen and (max-width: 540px) {
  .data-tbl tfoot td::before {
    width: 190px;
    left: 54px;
  }
}

.data-tbl.sp-table-layout tbody tr:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .data-tbl.sp-table-layout tbody td.name, .data-tbl.sp-table-layout tbody td.price, .data-tbl.sp-table-layout tbody td.num, .data-tbl.sp-table-layout tbody td.subtotal {
    padding: 15px 15px 15px 100px;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl.sp-table-layout tfoot td {
    padding-left: 180px;
  }
}

.txt-point {
  margin-bottom: 1em;
  color: #696969;
}
.txt-point strong {
  font-weight: bold;
  color: #343434;
}

.btn-area {
  margin-top: 5em;
  text-align: center;
}

/******************************************************************
カート　お届け先
******************************************************************/
@media screen and (max-width: 768px) {
  .cart-address .data-tbl {
    margin-bottom: 0;
    border-top: solid 1px #CECECE;
  }
}
@media screen and (max-width: 768px) {
  .cart-address .data-tbl tr {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .cart-address .data-tbl td {
    border-color: #CECECE;
  }
}
@media screen and (max-width: 768px) {
  .cart-address .data-tbl .radio {
    width: auto;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .cart-address .data-tbl .radio input {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.cart-address .data-tbl .txt {
  text-align: left;
}
.cart-address .data-tbl .address {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .cart-address .data-tbl .kind,
.cart-address .data-tbl .change,
.cart-address .data-tbl .del {
    display: none;
  }
}
.cart-address .new-address {
  width: 320px;
}
.cart-address .new-address a {
  display: block;
  padding: 15px 15px 15px 45px;
}
@media screen and (max-width: 540px) {
  .cart-address .new-address {
    position: relative;
    border-bottom: solid 1px #CECECE;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .cart-address .new-address .simple-arrow-red {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .cart-address .btn-area {
    margin-top: 3em;
  }
}

.note {
  color: #FF0000;
  margin: 1em 0;
  font-weight: bold;
}

/******************************************************************
カート　お支払い方法
******************************************************************/
.cart-payment .section-ttl {
  margin-top: 50px;
}
.cart-payment .data-tbl {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .cart-payment .data-tbl tr {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment .data-tbl tr td.radio {
    width: 50px;
    text-align: center;
  }
}
.cart-payment .dlvry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .cart-payment .dlvry {
    display: block;
  }
}
.cart-payment .dlvry dt {
  width: 6em;
}
@media screen and (max-width: 1199px) {
  .cart-payment .dlvry dd:first-of-type {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1199px) {
  .cart-payment .dlvry .form__item__input {
    width: 100%;
  }
}
.cart-payment .point-wrap {
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 2em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap {
    padding: 1.5em 0.3em;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .txt {
    padding: 15px;
    border-bottom: 1px solid #696969;
  }
}
.cart-payment .point-wrap .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 1199px) {
  .cart-payment .point-wrap .point-list {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list {
    display: block;
    margin-top: 0;
  }
}
.cart-payment .point-wrap .point-list li {
  width: 45%;
}
@media screen and (max-width: 1199px) {
  .cart-payment .point-wrap .point-list li {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 15px 0 !important;
  }
}
.cart-payment .point-wrap .point-list li .form__item__label {
  display: block;
  font-weight: bold;
  color: #1DA1F2;
  border: 1px solid #1DA1F2;
  border-radius: 5px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li .form__item__label {
    color: #343434;
    border: none;
    height: auto;
    margin: 0;
  }
}
.cart-payment .point-wrap .point-list li .form__item__radio:checked + label,
.cart-payment .point-wrap .point-list li .form__item__radio:checked ~ span {
  background-color: #1DA1F2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li .form__item__radio:checked + label,
.cart-payment .point-wrap .point-list li .form__item__radio:checked ~ span {
    background-color: unset;
    color: #343434;
  }
}
.cart-payment .point-wrap .point-list li.point-use {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li.point-use {
    border: none;
    border-bottom: 1px solid #696969;
  }
}
.cart-payment .point-wrap .point-list li.point-use .form__item__label {
  padding: 15px 2em 15px 1.5em;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li.point-use .form__item__label {
    color: #343434;
    padding: 0;
  }
}
.cart-payment .point-wrap .point-list li.point-use span {
  position: absolute;
  top: 8px;
  right: 1.5em;
  display: block;
  color: #1DA1F2;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li.point-use span {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    color: #343434;
    margin-right: 5px;
  }
}
.cart-payment .point-wrap .point-list li.point-use span .form__item__input {
  margin: 0 1em;
  background-color: #fff;
  height: 40px;
  width: 8em;
  text-align: right;
}
.cart-payment .point-wrap .point-list li.point-notuse .form__item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cart-payment .point-wrap .point-list li.point-notuse .form__item__label {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .cart-payment .is-error {
    display: block;
    margin-left: 1em;
    padding-bottom: 1em;
  }
}
.cart-payment .form__item__textarea {
  margin-top: 1em;
}
.cart-payment .note {
  text-align: right;
  margin-top: 0;
}

/******************************************************************
カート 入力内容の確認
******************************************************************/
.cart-confirm .btn-area:first-of-type {
  margin: 3em 0;
}
.cart-confirm .ttl-underline {
  margin-top: 2em;
}
@media screen and (max-width: 540px) {
  .cart-confirm .data-tbl th,
.cart-confirm .data-tbl td {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.subtotal2 {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.subtotal2::before {
    content: "小計";
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.discount {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.discount::before {
    content: "値引き（ポイントご使用時";
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.postage {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.postage::before {
    content: "送料";
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.commission {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.commission::before {
    content: "手数料";
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.total {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .data-tbl td.total::before {
    content: " 合計";
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .cart-confirm .basic-tbl th,
.cart-confirm .basic-tbl td {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 540px) {
  .cart-confirm .basic-tbl th {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .basic-tbl.point-tbl th {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .cart-confirm .basic-tbl.point-tbl td {
    width: 30%;
  }
}

/******************************************************************
カート 注文完了
******************************************************************/
.cart-complete .text-area__large {
  text-align: left;
  margin-bottom: 1em;
}

/******************************************************************
一覧共通
******************************************************************/
.table-wrapper {
  overflow-x: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 540px) {
  .table-wrapper {
    margin-bottom: 30px;
  }
}

.table-list {
  min-width: 800px;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 1em;
  border-radius: 10px;
  border-collapse: separate;
  overflow: hidden;
  border: solid 1px #696969;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .table-list {
    border: none;
    min-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table-list.purchase-list td {
    height: 47px;
  }
}
@media screen and (max-width: 540px) {
  .table-list.purchase-list td {
    padding-left: 55%;
  }
}
@media screen and (max-width: 768px) {
  .table-list tr {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .table-list tr:last-child td:last-child {
    border-bottom: solid 1px #696969;
    margin-bottom: 0;
  }
}
.table-list th,
.table-list td {
  border-bottom: solid 1px #696969;
  padding: 0.8em 0.6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .table-list th,
.table-list td {
    border-bottom: solid 1px #CECECE;
  }
}
.table-list th {
  background: #E4E4E4;
}
.table-list th + th {
  border-left: solid 1px #696969;
}
.table-list th.btn-head {
  width: 80px;
}
.table-list td {
  border-left: solid 1px #696969;
}
@media screen and (max-width: 768px) {
  .table-list td {
    display: block;
    width: 100%;
    text-align: left;
    border-left: none;
    position: relative;
    padding-left: 43%;
  }
}
@media screen and (max-width: 768px) {
  .table-list td::before {
    content: attr(data-label);
    position: absolute;
    left: 4%;
    font-weight: bold;
    margin-right: 10px;
    text-align: left;
  }
}
.table-list td.btn-line {
  padding-left: 0.6em;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .table-list td.btn-line::before {
    content: "";
  }
}
@media screen and (max-width: 768px) {
  .table-list td:first-child {
    border-top: solid 1px #696969;
  }
}
@media screen and (max-width: 768px) {
  .table-list td:last-child {
    padding-bottom: 30px;
  }
}
.table-list td.price {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .table-list td.price {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .table-list td.btn {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    border-bottom: none;
    margin-bottom: 2em;
    padding: 0 15px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .table-list thead {
    display: none;
  }
}
.table-list tbody td:first-child {
  border-left: none;
}
.table-list .simple-btn, .table-list .login-area .form__item__sbmt, .login-area .table-list .form__item__sbmt, .table-list .guide-area-wrapper .login-rg-btn, .guide-area-wrapper .table-list .login-rg-btn,
.table-list .simple-btn__outline {
  padding: 0.3em 0.5em;
}

.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .table-header {
    display: block;
  }
}
.table-header .select-box {
  width: 80px;
}
@media screen and (max-width: 540px) {
  .table-header .select-box {
    width: 100%;
  }
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 540px) {
  .search-result {
    display: none;
  }
}

/******************************************************************
購入履歴詳細
******************************************************************/
.purchase_detail {
  background-color: #F7F7F7;
  padding: 1.3em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .purchase_detail {
    padding-bottom: 3.5em;
  }
}
.purchase_detail .table-wrapper {
  margin-bottom: 0;
}
.purchase_detail__header {
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.purchase_detail__ttl {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .purchase_detail__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase_detail__ttl {
    font-size: 1.6rem;
  }
}
.purchase_detail .status {
  background-color: #696969;
  color: #fff;
  font-weight: bold;
  width: 150px;
  padding: 0.5em;
  font-size: 1.7rem;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .purchase_detail .status {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase_detail .status {
    font-size: 1.4rem;
    width: 110px;
  }
}
.purchase_detail__info {
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .purchase_detail__info {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .purchase_detail__info {
    font-size: 1.5rem;
  }
}
.purchase_detail__info p {
  margin-bottom: 0.2em;
}
.purchase_detail__table {
  padding: 1em;
  margin-top: 1.5em;
  border-radius: 10px;
  margin-bottom: 0;
}
.purchase_detail .data-tbl th {
  background-color: #fff;
}
.purchase_detail .table-list {
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
}
@media screen and (max-width: 768px) {
  .purchase_detail .table-list td:last-child {
    padding-bottom: 0.6em;
  }
}
.purchase_detail__subttl {
  font-size: 1.8rem;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #CECECE;
}
.purchase_detail__list {
  margin-top: 2em;
}
.purchase_detail__list li {
  margin-bottom: 1.5em;
}
.purchase_detail__list li:last-child {
  margin-bottom: 0;
}
.purchase_detail__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 540px) {
  .purchase_detail__item {
    display: block;
  }
}
.purchase_detail__item dt {
  font-weight: bold;
  width: 38%;
}
@media screen and (max-width: 540px) {
  .purchase_detail__item dt {
    width: 100%;
  }
}
.purchase_detail__item dd {
  width: 62%;
  color: #696969;
}
@media screen and (max-width: 540px) {
  .purchase_detail__item dd {
    width: 100%;
  }
}
.purchase_detail__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  border-radius: 10px;
}
@media screen and (max-width: 540px) {
  .purchase_detail__line {
    display: block;
  }
}
.purchase_detail__line .ttl {
  font-size: 1.8rem;
}
@media screen and (max-width: 540px) {
  .purchase_detail__line .ttl {
    font-size: 1.5rem;
  }
}
.purchase_detail .btn-line {
  position: relative;
}
@media screen and (max-width: 768px) {
  .purchase_detail .btn-line.sp-margin {
    margin-top: 80px;
  }
}
.purchase_detail .btn-line dl dd {
  padding-right: 75px;
}
@media screen and (max-width: 540px) {
  .purchase_detail .btn-line dl dd {
    padding-right: 0;
  }
}
.purchase_detail .btn-line .simple-btn__outline {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  width: 20%;
  margin: 0;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .purchase_detail .btn-line .simple-btn__outline {
    top: 136%;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .purchase_detail .btn-line .simple-btn__outline {
    top: 115%;
  }
}
.purchase_detail .border-line {
  padding: 1.5em 0;
  border-top: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .purchase_detail .border-line {
    border-bottom: none;
    margin-top: 80px;
    padding-bottom: 0;
  }
}

.table-fixed {
  table-layout: fixed;
}

.data-tbl2 {
  width: 100%;
  overflow: hidden;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .data-tbl2 {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl2 tr {
    width: 100%;
  }
}
.data-tbl2 th {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .data-tbl2__header {
    display: none;
  }
}
.data-tbl2 .item-info tr:first-child td {
  border-top: solid 1px #696969;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info tr:first-child td {
    border-top: none;
  }
}
.data-tbl2 .item-info td {
  border-bottom: solid 1px #696969;
  padding: 0.8em;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #CECECE;
    position: relative;
    padding-left: 40%;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info td:last-child {
    border-bottom: 1px solid #696969;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info td::before {
    content: attr(data-label);
    position: absolute;
    left: 4%;
    font-weight: bold;
    margin-right: 10px;
    text-align: left;
  }
}
.data-tbl2 .item-info td.img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info td.img {
    width: 100%;
    padding-left: 0.8em;
  }
}
.data-tbl2 .item-info td.price {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .item-info td.price {
    text-align: left;
    height: 46px;
  }
}
.data-tbl2 .sum-area th,
.data-tbl2 .sum-area td {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .sum-area th {
    display: none;
  }
}
.data-tbl2 .sum-area td {
  padding: 0.8em;
}
@media screen and (max-width: 768px) {
  .data-tbl2 .sum-area td {
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .data-tbl2 .sum-area td::before {
    content: attr(data-label);
    position: absolute;
    right: 25%;
    font-weight: bold;
    margin-right: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .data-tbl2 .sum-area td::before {
    right: 45%;
  }
}
.data-tbl2 .sum-area tr:last-child {
  border-top: 1px solid #696969;
}

/******************************************************************
お届け先追加
******************************************************************/
@media screen and (max-width: 768px) {
  .data-tbl .sp-none {
    display: none;
  }
}
.data-tbl .add-address {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .data-tbl .add-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.data-tbl .add-address .sp-number {
  display: none;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .data-tbl .add-address .sp-number {
    display: block;
  }
}

/******************************************************************
買取申請
******************************************************************/
.card-wrap {
  margin-bottom: 30px;
}
.card-wrap .card-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .card-wrap .card-link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.card-wrap .card-link__item {
  width: 48%;
  border: 1px solid #FF0000;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .card-wrap .card-link__item {
    width: 100%;
  }
}
.card-wrap .card-link__item.one-column {
  width: 100%;
}
.card-wrap .card-link__ttl {
  background-color: #17A551;
  padding: 0.8em;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .card-wrap .card-link__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .card-wrap .card-link__ttl {
    font-size: 1.8rem;
  }
}
.card-wrap .card-link__subttlwrap {
  border-radius: 5px;
  height: 40px;
}
.card-wrap .card-link__subttlwrap::after {
  background: #fff;
  opacity: 0.7;
  border-radius: 5px 5px 0 0;
}
.card-wrap .card-link__subttl {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.card-wrap .card-link__text {
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .card-wrap .card-link__text {
    padding: 15px;
  }
}

.text-area {
  font-size: 1.6rem;
  margin-bottom: 2.5em;
}
.text-area p {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 540px) {
  .text-area {
    text-align: left !important;
  }
}
.text-area__large {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 768px) {
  .text-area__large {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 540px) {
  .text-area__large {
    text-align: left;
  }
}

.application-form .stepbar, .application-form .cart__stepbar {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .application-form .stepbar, .application-form .cart__stepbar {
    margin-bottom: 80px;
  }
}
.application-form .stepbar li, .application-form .cart__stepbar li {
  color: #343434;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .application-form .stepbar li, .application-form .cart__stepbar li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 540px) {
  .application-form .stepbar li, .application-form .cart__stepbar li {
    font-size: 1.2rem;
  }
}
.application-form .stepbar li::before, .application-form .cart__stepbar li::before {
  content: "";
  width: 140px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: 110px 110px;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.1);
  border: none;
}
@media screen and (max-width: 768px) {
  .application-form .stepbar li::before, .application-form .cart__stepbar li::before {
    width: 80px;
    height: 80px;
    background-size: 50px 50px;
  }
}
.application-form .stepbar li::after, .application-form .cart__stepbar li::after {
  background-color: #E5151F;
  top: 70px;
}
@media screen and (max-width: 768px) {
  .application-form .stepbar li::after, .application-form .cart__stepbar li::after {
    top: 50px;
  }
}
.application-form .stepbar li .step-number, .application-form .cart__stepbar li .step-number {
  font-size: 3rem;
  font-weight: bold;
  color: #E5151F;
}
@media screen and (max-width: 768px) {
  .application-form .stepbar li .step-number, .application-form .cart__stepbar li .step-number {
    font-size: 1.8rem;
  }
}
.application-form .step-icon01::before {
  background-image: url(../img/icon/step-icon01.png);
}
.application-form .step-icon02::before {
  background-image: url(../img/icon/step-icon02.png);
}
.application-form .step-icon03::before {
  background-image: url(../img/icon/step-icon03.png);
}
.application-form .product-detail-form .form-ttl {
  margin-bottom: 0;
  position: relative;
}
.application-form .product-detail-form .form-ttl .plus {
  left: 93%;
  background-color: #fff;
}
.application-form .product-detail-form .form-ttl .plus::before, .application-form .product-detail-form .form-ttl .plus::after {
  background-color: #FF0000;
}
.application-form .product-detail-form .form-ttl .plus.active::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.application-form .product-detail-form .accordion {
  display: none;
}
.application-form .product-detail-form .accordion.active {
  display: block;
}

/******************************************************************
会員規約
******************************************************************/
.kiyaku_text {
  height: 600px;
}

/******************************************************************
退会
******************************************************************/
.cxl-form .form__item {
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .cxl-form .form__item {
    width: 100%;
  }
}
.cxl-form .form__item__input {
  margin-bottom: 0;
  border: 1px solid #CECECE;
  margin-right: 0.2em;
  height: 42px;
}
@media screen and (max-width: 540px) {
  .cxl-form .form__item__input {
    margin-bottom: 1em;
  }
}
.cxl-form .form-btn {
  padding: 0.5em 2em;
  border-radius: 3px;
  font-size: 1.5rem;
}

/******************************************************************
スマホ時のみ、電話番号リンクを有効
******************************************************************/
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: inherit;
  }
}

.non-member {
  width: 80%;
  margin: 0 auto;
}

.notion-border {
  border: 1px solid #E4E4E4;
  padding: 3%;
  margin: 50px 0;
}
.notion-border p {
  margin-bottom: 0.5em;
}
.notion-border p:last-child {
  margin-bottom: 0;
}

.coming .text-area {
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .coming .text-area {
    text-align: left;
  }
}

.kiyaku-area {
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 1199px) {
  .kiyaku-area {
    padding-top: 180px;
    margin-top: -180px;
  }
}

/******************************************************************
求人一覧
******************************************************************/
.recruit__list {
  margin-bottom: 50px;
  padding-left: 20px;
}
.recruit__link {
  margin-bottom: 20px;
  list-style: initial;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.recruit__link:hover {
  color: #FF0000;
}