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

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

/* global-order */
.global-order {
  background: #F2F7FB;
  color: #000;
  padding: 85px 0 75px;
}
@media screen and (max-width: 768px) {
  .global-order {
    padding: 60px 0;
  }
}

.global-order__title {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .global-order__title {
    margin-bottom: 40px;
  }
}

.global-order__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .global-order__items {
    display: block;
  }
}

.global-order__item {
  text-align: center;
}
.global-order__item:not(:last-child) {
  margin-right: 120px;
}
@media screen and (max-width: 768px) {
  .global-order__item:not(:last-child) {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.global-order__item-icon {
  width: 121px;
  max-width: 100%;
  margin: 0 auto 10px;
}

.global-order__item-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .global-order__item-title {
    font-size: 18px;
  }
}

.global-order__item-link {
  display: inline-block;
  padding-right: 16px;
  position: relative;
}
.global-order__item-link::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: 0;
  top: 50%;
  border-top: 1px solid #2D2147;
  border-right: 1px solid #2D2147;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.global-order__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .global-order__logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
  }
}

.global-order__logo {
  width: 137px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .global-order__logo {
    width: 33%;
  }
}
.global-order__logo:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .global-order__logo:not(:last-child) {
    margin-right: 0;
  }
}

.global-order__text {
  text-align: center;
  font-size: 12px;
}

/* section-title */
.section-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 20px;
  }
}

/* top-box */
.top-box {
  margin: 0 -65px 118px;
}
@media screen and (max-width: 1200px) {
  .top-box {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .top-box {
    margin-bottom: 60px;
  }
}

.top-box__body {
  border: 1px solid #D2D2D2;
  border-radius: 8px;
  padding: 18px 37px;
}
@media screen and (max-width: 768px) {
  .top-box__body {
    padding: 20px 20px;
  }
}

.top-box__text {
  color: #000;
  line-height: 1.5;
}
.top-box__text span {
  color: #FF0000;
}

/* top-coupon */
.top-coupon {
  width: 269px;
  max-width: 100%;
  position: fixed;
  bottom: 50px;
  right: 21px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .top-coupon {
    width: 130px;
    bottom: 30px;
    right: 10px;
  }
}
.top-coupon a {
  display: block;
}

/* top-mv */
.top-mv {
  margin-bottom: 65px;
}

.top-mv__slider {
  margin: 0 calc(50% - 50vw);
  display: none;
}
.top-mv__slider.slick-initialized {
  display: block;
}
.top-mv__slider .slider__dots {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -45px;
  width: 100%;
  z-index: 30;
}
.top-mv__slider .slider__dots li {
  display: inline-block;
  background: #D9D9D9;
  width: 33px;
  height: 5px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-mv__slider .slider__dots li {
    width: 28px;
    height: 4px;
  }
}
.top-mv__slider .slider__dots li:not(:last-child) {
  margin-right: 9px;
}
.top-mv__slider .slider__dots li button {
  text-indent: -9999px;
  padding: 0;
}
.top-mv__slider .slider__dots li button:focus {
  outline: none;
}
.top-mv__slider .slider__dots li.slick-active {
  background: #3399FF;
}

.top-mv__slider-item {
  margin: 0 16px;
}
@media screen and (max-width: 768px) {
  .top-mv__slider-item {
    margin: 0 8px;
  }
}
.top-mv__slider-item img {
  width: 100%;
}

/* top-online */
.top-online {
  padding: 75px 0 87px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-online {
    padding: 60px 0;
  }
}
.top-online::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 100%;
  background: #edede8;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

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

.top-online__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-online__items {
    display: block;
  }
}

.top-online__item {
  background: #fff;
  width: calc(33.33333% - 49.33333px);
  margin-right: 74px;
  padding: 39px 33px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-online__item {
    width: calc(33.33333% - 26.66667px);
    margin-right: 40px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-online__item {
    width: 100%;
    padding: 40px 40px;
  }
  .top-online__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.top-online__item:nth-child(3n) {
  margin-right: 0;
}
.top-online__item:not(:last-child) {
  position: relative;
}
.top-online__item:not(:last-child)::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -58px;
  background: url(../img/arrow-icon.png) no-repeat center/contain;
}
@media screen and (max-width: 1200px) {
  .top-online__item:not(:last-child)::after {
    width: 20px;
    height: 25px;
    right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .top-online__item:not(:last-child)::after {
    width: 30px;
    height: 35px;
    top: unset;
    bottom: -60px;
    left: 45%;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.top-online__item:first-child .top-online__item-icon {
  width: 101px;
  margin-bottom: 16px;
}
.top-online__item:nth-child(2) .top-online__item-icon {
  width: 204px;
  margin-top: 30px;
  margin-bottom: 25px;
}
.top-online__item:last-child .top-online__item-icon {
  width: 85px;
  margin-top: 20px;
  margin-bottom: 37px;
}

.top-online__item-number {
  font-family: futura-pt, sans-serif;
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  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;
  color: #fff;
  background: #2D2147;
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .top-online__item-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
}

.top-online__item-icon {
  max-width: 100%;
  margin: 0 auto;
}

.top-online__item-title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .top-online__item-title {
    font-size: 20px;
  }
}

.top-online__item-text {
  font-size: 15px;
  color: #000;
}

/* top-product */
.top-product {
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .top-product {
    margin-bottom: 60px;
  }
}

.top-product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .top-product__items {
    display: block;
    margin-bottom: 20px;
  }
}

.top-product__item {
  position: relative;
  width: calc(50% - 12px);
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .top-product__item {
    width: 100%;
  }
}
.top-product__item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .top-product__item:first-child {
    margin-bottom: 20px;
  }
}
.top-product__item:first-child .top-product__item-category {
  background: rgba(99, 167, 220, .9);
}
.top-product__item:nth-child(2) .top-product__item-category {
  background: rgba(237, 129, 169, .9);
}

@media screen and (max-width: 768px) {
  .top-product__item-img img {
    width: 100%;
  }
}

.top-product__item-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}

.top-product__item-category {
  text-align: center;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  min-width: 100px;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  .top-product__item-category {
    font-size: 18px;
    min-width: unset;
    padding: 4px 15px;
  }
}

.top-product__item-texts {
  background: rgba(0, 0, 0, .5);
  padding: 20px 20px 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-product__item-texts {
    padding: 10px 20px;
  }
}
.top-product__item-texts::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 30px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .top-product__item-texts::after {
    width: 14px;
    height: 14px;
  }
}

.top-product__item-text {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .top-product__item-text {
    font-size: 20px;
  }
}

.top-product__item-price {
  font-family: futura-pt, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .top-product__item-price {
    font-size: 20px;
  }
}
.top-product__item-price span {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .top-product__item-price span {
    font-size: 16px;
  }
}

.top-product__units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .top-product__units {
    display: block;
  }
}

.top-product__unit {
  width: calc(25% - 19.2px);
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-product__unit {
    width: 100%;
  }
  .top-product__unit:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-product__unit:nth-child(4n) {
  margin-right: 0;
}
.top-product__unit:first-child .top-product__unit-category {
  background: rgba(99, 167, 220, .8);
}
.top-product__unit:nth-child(2) .top-product__unit-category {
  background: rgba(237, 129, 169, .8);
}
.top-product__unit:nth-child(3) .top-product__unit-category {
  background: rgba(137, 137, 137, .8);
}
.top-product__unit:last-child .top-product__unit-category {
  background: rgba(241, 156, 71, .8);
}

@media screen and (max-width: 768px) {
  .top-product__unit-img img {
    width: 100%;
  }
}

.top-product__unit-body {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}

.top-product__unit-category {
  text-align: center;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  min-width: 60px;
  padding: 2px 10px;
}

.top-product__unit-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, .5);
  padding: 4px 15px;
  min-height: 65px;
  position: relative;
}
.top-product__unit-texts::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 17px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.top-product__unit-text {
  font-weight: 700;
}

.top-product__unit-price {
  font-family: futura-pt, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.top-product__unit-price span {
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 18px;
}

/* top-sports */
.top-sports {
  padding: 75px 0 70px;
}
@media screen and (max-width: 768px) {
  .top-sports {
    padding: 60px 0;
  }
}

.top-sports__title {
  margin-bottom: 18px;
}

.top-sports__text {
  color: #000;
  margin-bottom: 28px;
}

.top-sports__units {
  display: none;
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .top-sports__units {
    padding: 0 20px;
  }
}
.top-sports__units.slick-initialized {
  display: block;
}
.top-sports__units .slide-arrow {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.top-sports__units .slide-arrow::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .top-sports__units .slide-arrow::before {
    width: 15px;
    height: 15px;
  }
}
.top-sports__units .prev-arrow {
  left: 0;
}
.top-sports__units .prev-arrow::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.top-sports__units .next-arrow {
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-sports__units .next-arrow {
    right: -15px;
  }
}
.top-sports__units .next-arrow::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.top-sports__unit {
  margin-right: 24px;
}

/* unit */
.unit__img {
  margin-bottom: 10px;
}
.unit__img img {
  width: 100%;
}

.unit__text {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  position: relative;
}
.unit__text::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #2D2147;
  border-right: 1px solid #2D2147;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 5px;
  top: 12px;
}

/* 更新用 */
nav.global-footer__nav ul {
  width: auto;
}
nav.global-footer__nav ul a {
  padding: 1em 2em;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  nav.global-footer__nav ul a {
    padding: 0.5em 1em;
    font-size: 12px;
  }
}

header .menu-item-has-children {
  min-width: unset;
}
header .menu-item-has-children:not(:last-child) {
  margin-right: 38px;
}
header .nav_btn > a {
  padding-right: 22px;
  position: relative;
}
header .nav_btn > a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #2D2147;
  border-right: 1px solid #2D2147;
  top: 16px;
  top: 1rem;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  header .nav_btn > a {
    padding-right: 0px;
    position: relative;
  }
  header .nav_btn > a::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #2D2147;
    border-right: 1px solid #2D2147;
    top: 16px;
    top: 1rem;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    pointer-events: none;
  }
  #menu-item-4 > a::after {
    display: none;
}
#menu-item-7 > a::after {
  display: none;
}
#menu-item-8 > a::after {
  display: none;
}

}
header .under_arrow_yes .under_arrow {
  display: none;
}
header #menu-item-7 {
  display: block;
}
@media screen and (min-width: 768px) {
  header #menu-item-7 {
    display: block;
    max-width: 85px;
  }
}

header .site-header-cart .cart-contents::after {
  content: "";
  width: 30px;
  height: 35px;
  background: url(../img/cart-icon.png) no-repeat center/contain;
}

body {
  font-family: tbudgothic-std, sans-serif !important;
}
/*# sourceMappingURL=update.css.map */
