/*************************************************

base-container

*************************************************/
.base-container {
  padding-top: 0;
}

/*************************************************

footer

*************************************************/
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 9rem;
  }
}

/*************************************************

top-mv

*************************************************/
.top-mv-wrap {
  position: relative;
}

.top-mv {
  line-height: 0;
}
.top-mv img,
.top-mv video {
  display: block;
  width: 100%;
}

.top-mv-scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  left: 7rem;
  bottom: 3rem;
  line-height: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-mv-scroll {
    display: none;
  }
}

.top-mv-scroll__bdr {
  position: relative;
  overflow: hidden;
  width: 1px;
  height: 17rem;
  background-color: #fff;
}
.top-mv-scroll__bdr::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background-color: #b09841;
  -webkit-animation: scroll 4s infinite;
          animation: scroll 4s infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
/*************************************************

top-loading

*************************************************/
.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  background-color: #dcd9d1;
  z-index: 600;
  opacity: 1;
  visibility: visible;
  -webkit-animation: loading 0.6s 3.4s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: loading 0.6s 3.4s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}
.is-visited-today .top-loading {
  opacity: 0 !important;
  visibility: hidden !important;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes loading {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.top-loading__text01,
.top-loading__text02 {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.top-loading__text01-el {
  padding: 0.7rem;
  font-size: 3rem;
  font-weight: 700;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: loading__text01_1 0.6s cubic-bezier(0.7, 0, 0.51, 0.88) forwards, loading__text01_2 0.6s 1s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: loading__text01_1 0.6s cubic-bezier(0.7, 0, 0.51, 0.88) forwards, loading__text01_2 0.6s 1s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}
@media screen and (max-width: 767px) {
  .top-loading__text01-el {
    font-size: 1.8rem;
  }
}

@-webkit-keyframes loading__text01_1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes loading__text01_1 {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes loading__text01_2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes loading__text01_2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.top-loading__text02 {
  overflow: hidden;
}

.top-loading__text02-el {
  padding: 0.7rem;
  font-size: 3rem;
  font-weight: 700;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: loading__text01_1 0.6s 1.5s cubic-bezier(0.7, 0, 0.51, 0.88) forwards, loading__text01_2 0.6s 2.6s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
          animation: loading__text01_1 0.6s 1.5s cubic-bezier(0.7, 0, 0.51, 0.88) forwards, loading__text01_2 0.6s 2.6s cubic-bezier(0.7, 0, 0.51, 0.88) forwards;
}
@media screen and (max-width: 767px) {
  .top-loading__text02-el {
    font-size: 2.4rem;
  }
}

/*************************************************

top-fixed_rankbtn

*************************************************/
.top-fixed_rankbtn {
  position: fixed;
  bottom: 3rem;
  right: 5rem;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .top-fixed_rankbtn {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
}

.top-fixed_rankbtn-anchor {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .top-fixed_rankbtn-anchor {
    height: 6rem;
    color: #fff;
    line-height: 1.3;
    background-color: #b09841;
  }
}

.top-fixed_rankbtn-pc {
  position: relative;
  line-height: 0;
}

.fixed_rankbtn-img {
  position: relative;
  z-index: 1;
}

.fixed_rankbtn-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13.7rem;
  -webkit-animation: rankbtn-circle 30s infinite linear both;
          animation: rankbtn-circle 30s infinite linear both;
  z-index: 2;
}

@-webkit-keyframes rankbtn-circle {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rankbtn-circle {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.top-fixed_rankbtn-sp-en {
  font-size: 1.7rem;
  font-weight: 900;
  text-align: center;
}

.top-fixed_rankbtn-sp-ja {
  margin-top: 0.3rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

/*************************************************

top-lead

*************************************************/
.top-lead {
  padding: 11rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .top-lead {
    padding: 7rem 0 8rem;
  }
}

.top-lead-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 2.4rem);
  gap: 5rem;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .top-lead-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lead-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top-lead__title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 1200px) {
  .top-lead__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lead__title {
    font-size: min(2.6rem, 5.5696202532vw);
  }
}

.top-lead__text {
  font-size: 1.6rem;
  line-height: 2;
}
.top-lead__text * {
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .top-lead__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-lead__text {
    font-size: 1.4rem;
  }
}
.top-lead__text p + p {
  margin-top: 1.2em;
}

.top-lead-img {
  position: relative;
  margin-top: -5rem;
  text-align: center;
  line-height: 0;
  z-index: 1;
}

/*************************************************

top-flowshop

*************************************************/
.parts-flowshop {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .parts-flowshop {
    margin-bottom: 9rem;
  }
}

.top-flowshop {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .top-flowshop {
    margin-bottom: 9rem;
  }
}

.top-flowshop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: flowshop-scroll-left 60s infinite linear both;
          animation: flowshop-scroll-left 60s infinite linear both;
}

.top-flowshop-list__img {
  width: 18.6rem;
  line-height: 0;
  margin-left: 1.8rem;
}

@-webkit-keyframes flowshop-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowshop-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*************************************************

top-contents

*************************************************/
.top-contents {
  position: relative;
  overflow: hidden;
  padding-bottom: 12rem;
}

.top-contents-slide__item {
  overflow: hidden;
  display: block;
  height: auto;
  margin: 0 2rem;
  aspect-ratio: 1351/681;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-contents-slide__item {
    margin: 0 0.8rem;
  }
}
.top-contents-slide__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-contents-slide__controls {
  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;
  width: min(100rem, 100% - 2.8rem);
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-contents-slide__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}

.top-contents-slide__controls-arws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23rem;
}

.top-contents-slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .top-contents-slide__pagination {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% - 26.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .top-contents-slide__pagination {
    width: 100%;
  }
}
.top-contents-slide__pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  margin: 0 !important;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  opacity: 1;
}
.top-contents-slide__pagination .swiper-pagination-bullet-active {
  background-color: #b09841;
}

.top-contents-slide__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(50% - 0.9rem);
  height: 4rem;
  background-color: #fff;
  border: #fff solid 1px;
  border-radius: 10rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .top-contents-slide__button:hover {
    background-color: #b09841;
    border-color: #b09841;
  }
  .top-contents-slide__button:hover::before {
    opacity: 0;
  }
  .top-contents-slide__button:hover::after {
    opacity: 1;
  }
}
.top-contents-slide__button::before, .top-contents-slide__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/common/arw_02.svg) no-repeat center center/1rem auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-contents-slide__button::after {
  background-image: url(../images/common/arw_02_w.svg);
  opacity: 0;
}
.top-contents-slide__button.is-prev::before, .top-contents-slide__button.is-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************************************

top-bg-black

*************************************************/
.top-bg-black {
  position: relative;
  padding: 4rem 0;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .top-bg-black {
    padding-top: 0;
  }
}

.top-bg-black-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: sticky;
  top: 10rem;
  left: 0;
  max-width: 20rem;
  padding: 1.5rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top-bg-black-nav {
    display: none;
  }
}

.top-bg-black-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  z-index: 2;
}

.top-bg-black-nav__list-anchor {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-weight: 900;
  text-decoration: none;
  line-height: 1.5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .top-bg-black-nav__list-anchor:hover {
    color: #fff;
  }
}
.top-bg-black-nav__list-anchor.is-current {
  color: #fff;
}

/*************************************************

top-rank

*************************************************/
/* top-rank-anc
------------------------------------*/
.top-rank-anc {
  position: relative;
  top: 0;
  left: 0;
}

/* top-rank-block
------------------------------------*/
.top-rank-block {
  padding: 9rem 0;
}
@media screen and (max-width: 767px) {
  .top-rank-block {
    padding: 5rem 0;
  }
}
.top-rank-block .parts-title01__en,
.top-rank-block .parts-title01__ja {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top-rank-block.is-official {
    padding-top: 0;
  }
}

/* top-rank-block-head
------------------------------------*/
.top-rank-block-head {
  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;
  gap: 2rem;
  width: min(100rem, 100% - 2.8rem);
  margin: 0 auto 3.5rem;
  padding-bottom: 2.5rem;
  border-bottom: #757575 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-rank-block-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 4.5rem;
  }
}

.top-rank-block-head__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-rank-block-head__left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-rank-block-head__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.3rem;
}
@media screen and (max-width: 767px) {
  .top-rank-block-head__tab {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-rank-block-head__tab-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 10.5rem;
  height: 4rem;
  color: #fff;
  font-size: 1.4rem;
  border: #fff solid 1px;
  border-radius: 10rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.top-rank-block-head__tab-btn.is-current {
  color: #000;
  background-color: #fff;
}

.top-rank-block-head__text {
  color: #fff;
  font-size: 1.2rem;
}

.top-rank-block-head__right {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .top-rank-block-head__right {
    width: 94%;
  }
}

.top-rank-block-head__selects-el {
  position: relative;
  background-color: #fff;
  border-radius: 0.5rem;
}
.top-rank-block-head__selects-el::before {
  position: absolute;
  top: 50%;
  right: 1.7rem;
  display: block;
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin-top: -0.6rem;
  border-right: #000 solid 2px;
  border-bottom: #000 solid 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.top-rank-block-head__selects-el select {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 4.5rem;
  padding: 0 1.8rem;
  font-size: 1.4rem;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  z-index: 2;
  cursor: pointer;
}

/* top-rank-block-body
------------------------------------*/
.top-rank-block-body {
  overflow: hidden;
}

.top-rank-block-body__type {
  width: min(100rem, 100% - 2.8rem);
  margin: 0 auto;
  display: none;
}
.top-rank-block-body__type.is-current {
  display: block;
}

.top-rank-block-body__span {
  display: none;
}
.top-rank-block-body__span.is-current {
  display: block;
}

/* top-rank-block-swiper
------------------------------------*/
.top-rank-block-swiper {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-rank-block-swiper {
    width: max(16.8rem, 60%);
    margin: 0 auto;
    padding-top: 1.5rem;
  }
}
.top-rank-block-swiper .swiper-slide {
  width: 26.6rem;
}
@media screen and (max-width: 767px) {
  .top-rank-block-swiper .swiper-slide {
    width: max(16.8rem, 100%);
  }
}

.top-rank-block-slide {
  counter-reset: number 0;
}

.top-rank-block-slide__item {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.top-rank-block-slide__img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 266/372;
  z-index: 1;
}
.top-rank-block-slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-rank-block-slide__text {
  margin-top: 3rem;
  text-align: center;
}

.top-rank-block-slide__shop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5rem;
  line-height: 1.2;
}
.top-rank-block-slide__shop::after {
  display: block;
  content: "";
  width: 1.4rem;
  height: 1px;
  margin: 1rem auto 0;
  background-color: #757575;
}

.top-rank-block-slide__name {
  margin-top: 1.3rem;
  font-size: 2rem;
  line-height: 1.2;
}

/* top-rank-block-slide__controls
------------------------------------*/
.top-rank-block-slide__controls {
  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;
  width: min(100rem, 100% - 2.8rem);
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-rank-block-slide__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}

.top-rank-block-slide__controls-arws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23rem;
}

.top-rank-block-body-slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .top-rank-block-body-slide__pagination {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% - 26.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .top-rank-block-body-slide__pagination {
    width: 100%;
  }
}
.top-rank-block-body-slide__pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  margin: 0 !important;
  background-color: #757575;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  opacity: 1;
}
.top-rank-block-body-slide__pagination .swiper-pagination-bullet-active {
  background-color: #b09841;
}

.top-rank-block-slide__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(50% - 0.9rem);
  height: 4rem;
  background-color: transparent;
  border: #fff solid 1px;
  border-radius: 10rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .top-rank-block-slide__button:hover {
    background-color: #fff;
  }
  .top-rank-block-slide__button:hover::before {
    opacity: 0;
  }
  .top-rank-block-slide__button:hover::after {
    opacity: 1;
  }
}
.top-rank-block-slide__button::before, .top-rank-block-slide__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/common/arw_02_w.svg) no-repeat center center/1rem auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-rank-block-slide__button::after {
  background-image: url(../images/common/arw_02.svg);
  opacity: 0;
}
.top-rank-block-slide__button.is-prev::before, .top-rank-block-slide__button.is-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************************************

top-rank-shop

*************************************************/
.top-rank-shop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(118rem, 100% - 3rem);
  margin: 10rem auto;
  padding: 10rem 0 15rem;
  background: url(../images/common/footer_bg_pc.jpg) no-repeat center center/cover;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .top-rank-shop {
    margin: 7rem auto;
    padding: 9rem 0 13rem;
  }
}
.top-rank-shop .parts-title01 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .top-rank-shop .parts-title01 {
    margin-bottom: 2rem;
  }
}
.top-rank-shop .top-rank-block-head__text {
  margin-top: 1.5rem;
  text-align: center;
}

.top-rank-shop__select {
  width: min(30rem, 100% - 2rem);
  margin: 0 auto;
}

.top-rank-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7rem 1.6rem;
  width: min(100rem, 100% - 4rem);
  margin: 4rem auto 0;
  counter-reset: shop_number 0;
}
@media screen and (max-width: 767px) {
  .top-rank-shop-list {
    gap: 4rem 1.8rem;
  }
}

.top-rank-shop-list__item {
  width: calc(20% - 1.28rem);
}
@media screen and (max-width: 767px) {
  .top-rank-shop-list__item {
    width: calc(50% - 0.9rem);
  }
}

.top-rank-shop-list__acnhor {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}

.top-rank-shop-list__img {
  width: 100%;
  height: auto;
  aspect-ratio: 186/260;
}
.top-rank-shop-list__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-rank-shop-list__name {
  margin-top: 1rem;
  font-size: 1.5rem;
}

/*************************************************

top-news

*************************************************/
.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: min(100rem, 100% - 2rem);
  margin: 14rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .top-news .parts-title01 {
    margin-bottom: 2.5rem;
  }
}

.top-news-left {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .top-news-left {
    width: 100%;
  }
}

.top-news-right {
  width: min(63rem, 100% - 20rem);
}
@media screen and (max-width: 767px) {
  .top-news-right {
    width: calc(100% - 0.8rem);
    margin: 5rem auto 0;
  }
}

.top-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .top-news-list {
    gap: 1.8rem;
  }
}

.top-news-list__item {
  padding-bottom: 3rem;
  border-bottom: #fff solid 1px;
}
@media screen and (max-width: 767px) {
  .top-news-list__item {
    padding-bottom: 1.5rem;
  }
}

.top-news-list__anchor {
  position: relative;
  display: block;
  padding-right: 6rem;
  text-decoration: none;
  line-height: 1.7;
}
@media (any-hover: hover) {
  .top-news-list__anchor:hover::after {
    opacity: 1;
  }
}
.top-news-list__anchor::before, .top-news-list__anchor::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: block;
  content: "";
  width: 4rem;
  height: auto;
  background: #fff url(../images/common/arw_02.svg) no-repeat center center/1rem auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.top-news-list__anchor::after {
  background: #b09841 url(../images/common/arw_02_w.svg) no-repeat center center/1rem auto;
  opacity: 0;
  z-index: 2;
}
.top-news-list__anchor .in-date {
  position: relative;
  margin-bottom: 0.7rem;
  padding-left: 1em;
  font-size: 1.3rem;
}
.top-news-list__anchor .in-date::before {
  position: absolute;
  top: 0.6em;
  left: 0;
  display: block;
  content: "";
  width: 0.5384615385em;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #b09841;
}
.top-news-list__anchor .in-title {
  font-size: 1.5rem;
}

/*************************************************

top-media

*************************************************/
.top-media {
  position: relative;
  overflow: hidden;
  margin-top: 14rem;
}

.top-media-slide__item {
  display: block;
  margin: 0 2rem;
  text-decoration: none;
}

.top-media-slide__img {
  overflow: hidden;
  display: block;
  height: auto;
  aspect-ratio: 1351/681;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .top-media-slide__img {
    margin: 0 0.8rem;
  }
}
.top-media-slide__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.top-media-slide__title {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.top-media-slide__controls {
  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;
  width: min(100rem, 100% - 2.8rem);
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .top-media-slide__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 2rem;
  }
}

.top-media-slide__controls-arws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 23rem;
}

.top-media-slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .top-media-slide__pagination {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: calc(100% - 48.5rem) !important;
  }
}
@media screen and (max-width: 767px) {
  .top-media-slide__pagination {
    width: 100%;
  }
}
.top-media-slide__pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2px;
  margin: 0 !important;
  background-color: #fff;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  border-radius: 0;
  opacity: 1;
}
.top-media-slide__pagination .swiper-pagination-bullet-active {
  background-color: #b09841;
}

@media screen and (min-width: 768px) {
  .top-media-slide__controls-right {
    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;
    width: 45rem;
  }
}

.top-media-slide__controls-btn {
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .top-media-slide__controls-btn {
    display: none;
  }
}

.top-media-slide__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: calc(50% - 0.9rem);
  height: 4rem;
  background-color: #fff;
  border: #fff solid 1px;
  border-radius: 10rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
@media (any-hover: hover) {
  .top-media-slide__button:hover {
    background-color: #b09841;
    border-color: #b09841;
  }
  .top-media-slide__button:hover::before {
    opacity: 0;
  }
  .top-media-slide__button:hover::after {
    opacity: 1;
  }
}
.top-media-slide__button::before, .top-media-slide__button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  background: url(../images/common/arw_02.svg) no-repeat center center/1rem auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.top-media-slide__button::after {
  background-image: url(../images/common/arw_02_w.svg);
  opacity: 0;
}
.top-media-slide__button.is-prev::before, .top-media-slide__button.is-prev::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************************************

top-shop

*************************************************/
.top-shop {
  margin-top: 14rem;
}

.top-shop-wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top-shop-wrap {
    margin-top: 4rem;
  }
}

.top-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.is-left01 .top-shop-list {
  -webkit-animation: shop-scroll-left 200s infinite linear both;
          animation: shop-scroll-left 200s infinite linear both;
}
.is-right01 .top-shop-list {
  -webkit-animation: shop-scroll-right 200s infinite linear both;
          animation: shop-scroll-right 200s infinite linear both;
}
.is-left02 .top-shop-list {
  -webkit-animation: shop-scroll-left2 200s infinite linear both;
          animation: shop-scroll-left2 200s infinite linear both;
}
.is-right02 .top-shop-list {
  -webkit-animation: shop-scroll-right2 200s infinite linear both;
          animation: shop-scroll-right2 200s infinite linear both;
}

.top-shop-list__item {
  width: 17rem;
  margin: 0 0.8rem;
  line-height: 0;
}

.top-shop-list__anchor {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 170/94;
  background-color: #fff;
}
.top-shop-list__anchor img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes shop-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes shop-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes shop-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes shop-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes shop-scroll-left2 {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  to {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}
@keyframes shop-scroll-left2 {
  from {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
  to {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}
@-webkit-keyframes shop-scroll-right2 {
  from {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@keyframes shop-scroll-right2 {
  from {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
  to {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}