.top-featured-section {
  background: #f2f5fc;
  margin-bottom: 30px;
  padding: 15px 0;
}
@media all and (max-width: 767px) {
  .top-featured-section {
    padding: 10px 0;
  }
}
.top-slider {
  margin-bottom: 30px;
  position: relative;
}
.top-slider .swiper-wrapper {
  -webkit-align-items: center;
  align-items: center;
  height: 446px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-wrapper {
    height: 264px;
  }
}
.top-slider .swiper-slide {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 256px;
  position: relative;
  transition: width 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  width: 256px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide {
    height: 150px;
    width: 150px;
  }
}
.top-slider .swiper-slide > a {
  left: 0;
  position: absolute;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  width: 256px;
}
.top-slider .swiper-slide > a:hover {
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide > a {
    width: 150px;
  }
}
.top-slider .swiper-slide img {
  width: 100%;
}
.top-slider .swiper-slide-active {
  z-index: 1;
}
.top-slider .swiper-slide.before-active {
  -webkit-transform: translateX(-101px);
  transform: translateX(-101px);
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide.before-active {
    -webkit-transform: translateX(-51px);
    transform: translateX(-51px);
  }
}
.top-slider .swiper-slide.after-active {
  -webkit-transform: translateX(101px);
  transform: translateX(101px);
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide.after-active {
    -webkit-transform: translateX(51px);
    transform: translateX(51px);
  }
}
.top-slider .swiper-slide.current {
  height: 446px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide.current {
    height: 264px;
  }
}
.top-slider .swiper-slide.current > a {
  -webkit-transform: scale(1.74219);
  transform: scale(1.74219);
}
@media all and (max-width: 767px) {
  .top-slider .swiper-slide.current > a {
    -webkit-transform: scale(1.76);
    transform: scale(1.76);
  }
}
.top-slider .swiper-button-prev,.top-slider .swiper-button-next {
  background: #fff;
  border: 2px solid #a6b2c9;
  border-radius: 10px;
  height: 45px;
  margin-top: -45px;
  width: 45px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-prev,.top-slider .swiper-button-next {
    border-width: 1px;
    height: 35px;
    margin-top: -35px;
    width: 35px;
  }
}
.top-slider .swiper-button-prev::before,.top-slider .swiper-button-next::before {
  transition: right 0.3s;
}
.top-slider .swiper-button-prev::after,.top-slider .swiper-button-next::after {
  display: none;
}
.top-slider .swiper-button-prev {
  left: calc(50% - 223px - 22px);
}
.top-slider .swiper-button-prev:hover::before {
  right: 14px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-prev:hover::before {
    right: 12px;
  }
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-prev {
    left: calc(50% - 113px - 35px);
  }
}
.top-slider .swiper-button-prev::before {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #00418f;
  border-right: 3px solid transparent;
  border-top: 3px solid #00418f;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-prev::before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid #00418f;
    border-right: 2px solid transparent;
    border-top: 2px solid #00418f;
    height: 12px;
    right: 8px;
    top: 11px;
    width: 12px;
  }
}
.top-slider .swiper-button-next {
  right: calc(50% - 223px - 22px);
}
.top-slider .swiper-button-next:hover::before {
  right: 13px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-next:hover::before {
    right: 11px;
  }
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-next {
    right: calc(50% - 113px - 35px);
  }
}
.top-slider .swiper-button-next::before {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #00418f;
  border-right: 3px solid transparent;
  border-top: 3px solid #00418f;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 17px;
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 15px;
}
@media all and (max-width: 767px) {
  .top-slider .swiper-button-next::before {
    border-bottom: 2px solid transparent;
    border-left: 2px solid #00418f;
    border-right: 2px solid transparent;
    border-top: 2px solid #00418f;
    height: 12px;
    right: 15px;
    top: 11px;
    width: 12px;
  }
}
.top-slider .swiper-pagination {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 38px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
  position: static;
}
.top-slider .swiper-pagination-bullet {
  background: none;
  height: 38px;
  opacity: 1;
  position: relative;
  transition: width 0.5s;
}
.top-slider .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {
  background: #a6b2c9;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  width: 8px;
}
.top-slider .swiper-pagination-bullet svg {
  display: block;
  margin: auto;
  position: absolute;
  transition: opacity 0.5s;
  width: 71px;
}
.top-slider .swiper-pagination-bullet svg.is-fade-out {
  opacity: 0;
}
.top-slider .swiper-pagination-bullet-active {
  background: none;
  height: 38px;
  text-align: center;
  width: 72px;
}
.notice-box.type-2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding: 0;
}
@media all and (max-width: 767px) {
  .notice-box.type-2 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.notice-box .toggle-box + .toggle-box {
  border-top: 1px solid #ddd;
}
.notice-box .toggle-box-heading {
  color: #454545 !important;
  display: block !important;
  padding: 26px 74px 26px 30px !important;
}
.notice-box .toggle-box-heading::before {
  right: 26px !important;
  top: 30px !important;
}
.notice-box .toggle-box-heading::after {
  border: 1px solid #a6b2c9;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  right: 18px;
  top: 25px;
  width: 26px;
}
.notice-box .toggle-box-heading.open::before {
  top: 36px !important;
}
.notice-box .toggle-box-body {
  padding: 0 74px 30px 26px !important;
}
@media all and (max-width: 767px) {
  .notice-box .toggle-box-body {
    padding-right: 30px !important;
  }
}
.notice-box .toggle-box-body > *:last-child {
  margin-bottom: 0;
}
.top-featured {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.top-featured .heading {
  color: #1d2c52;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  margin-right: 15px;
  margin-top: 8px;
}
@media all and (max-width: 767px) {
  .top-featured .heading {
    font-size: 1.2rem;
  }
}
.top-featured .words {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 -15px 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  .top-featured .words {
    margin: 0 0 -10px 0;
  }
}
.top-featured .words > li {
  margin-bottom: 15px;
  margin-right: 15px;
}
@media all and (max-width: 767px) {
  .top-featured .words > li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.top-featured .words > li > a {
  background: #fff;
  color: #1d2c52;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .top-featured .words > li > a {
    font-size: 1.2rem;
    padding: 6px 14px;
  }
}
.top-featured .words > li > a:hover {
  opacity: 0.7;
}
.icon-heading {
  -webkit-align-items: center;
  align-items: center;
  color: #9e8e67;
  display: -webkit-flex;
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 0 40px 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  .icon-heading {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.icon-heading .icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 8px;
}
@media all and (max-width: 767px) {
  .icon-heading .icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center right;
    transform-origin: center right;
  }
}
@media all and (max-width: 767px) {
  .sp-scroll-column {
    margin-left: -8px;
    margin-right: -15px;
    overflow-x: scroll;
    padding: 8px 0 0 8px;
  }
  .sp-scroll-column::-webkit-scrollbar {
    background: #fff;
    height: 5px;
  }
  .sp-scroll-column::-webkit-scrollbar-thumb {
    background-color: #d4d4d4;
    border-radius: 5px;
  }
}
.sp-scroll-column .col5 {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .col5 {
    margin-left: -7px;
    margin-right: -7px;
    min-width: 620px;
    padding-bottom: 1em;
  }
}
.sp-scroll-column .col5 > .col {
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 10px* 2);
}
@media all and (max-width: 767px) {
  .sp-scroll-column .col5 > .col {
    margin-left: 7px;
    margin-right: 7px;
    width: calc(20% - 7px* 2);
  }
}
.sp-scroll-column .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-weight: bold;
  height: 100%;
  position: relative;
  text-decoration: none;
  transition: opacity 0.3s;
}
.sp-scroll-column .inner:hover {
  opacity: 0.7;
}
.sp-scroll-column .inner:hover .title {
  text-decoration: none;
}
.sp-scroll-column .inner .new {
  left: 0;
  position: absolute;
  top: 0;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .inner .new {
    width: 40px;
  }
}
.sp-scroll-column .inner .image {
  margin-bottom: 18px;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .inner .image {
    margin-bottom: 10px;
  }
}
.sp-scroll-column .inner .title {
  color: #00418f;
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 8px;
  text-decoration: underline;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .inner .title {
    font-size: 1.4rem;
    margin-bottom: 4px;
  }
}
.sp-scroll-column .inner .price {
  color: #454545;
  font-size: 1.4rem;
  line-height: 1.44;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .is-ranking {
    padding-top: 11px;
  }
}
.sp-scroll-column .is-ranking > .col {
  position: relative;
}
.sp-scroll-column .is-ranking > .col::before {
  content: "";
  display: block;
  height: 43px;
  left: -10px;
  pointer-events: none;
  position: absolute;
  top: -27px;
  width: 56px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .sp-scroll-column .is-ranking > .col::before {
    background-size: contain;
    height: 30px;
    left: -8px;
    top: -21px;
    width: 40px;
  }
}
.sp-scroll-column .is-ranking > .col:nth-child(1)::before {
  background-image: url(/shop/images/top/ranking-1.svg);
}
.sp-scroll-column .is-ranking > .col:nth-child(2)::before {
  background-image: url(/shop/images/top/ranking-2.svg);
}
.sp-scroll-column .is-ranking > .col:nth-child(3)::before {
  background-image: url(/shop/images/top/ranking-3.svg);
}
.sp-scroll-column .is-ranking > .col:nth-child(4)::before {
  background-image: url(/shop/images/top/ranking-4.svg);
}
.sp-scroll-column .is-ranking > .col:nth-child(5)::before {
  background-image: url(/shop/images/top/ranking-5.svg);
}
.ranking-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
@media all and (max-width: 767px) {
  .ranking-list {
    margin-bottom: 30px;
  }
}
.ranking-list > li {
  margin-right: 40px;
}
@media all and (max-width: 767px) {
  .ranking-list > li {
    margin-right: 20px;
  }
}
.ranking-list > li:last-child {
  margin-right: 0 !important;
}
.ranking-list > li > a {
  border-bottom: 2px solid transparent;
  color: #454545 !important;
  display: block;
  font-weight: bold;
  padding-bottom: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media all and (max-width: 767px) {
  .ranking-list > li > a {
    font-size: 1.4rem;
  }
}
.ranking-list > li > a:hover {
  opacity: 0.7;
}
.ranking-list > li.is-active > a {
  border-bottom-color: #9e8e67;
  color: #9e8e67 !important;
  pointer-events: none;
}
#maintenance-info .toggle-box-heading {
  color: #454545 !important;
  display: block;
  font-size: 1.8rem;
  padding: 0;
}
@media all and (max-width: 767px) {
  #maintenance-info .toggle-box-heading {
    font-size: 1.6rem;
  }
}
#maintenance-info .toggle-box-heading::before {
  right: 8px;
  top: 9px;
}
@media all and (max-width: 767px) {
  #maintenance-info .toggle-box-heading::before {
    top: 5px;
  }
}
#maintenance-info .toggle-box-heading::after {
  border: 1px solid #a6b2c9;
  content: "";
  display: block;
  height: 26px;
  margin-top: -13px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 26px;
}
#maintenance-info .toggle-box-heading.open::before {
  top: 14px;
}
@media all and (max-width: 767px) {
  #maintenance-info .toggle-box-heading.open::before {
    top: 11px;
  }
}
#maintenance-info .toggle-box-body > div > *:last-child {
  margin-bottom: 0;
}

.color-gold {
  color: #9e8e67 !important;
}