@charset "UTF-8";
body {
  padding-top: 230px !important;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 48vw !important;
  }
}

#sub-column {
  display: none !important;
}

#contents {
  max-width: unset !important;
  padding: 0 0 0 !important;
  width: 100% !important;
  overflow: unset !important;
}

#main-column {
  float: unset !important;
  width: 100% !important;
  padding: 0 !important;
}

#main-column {
  margin-bottom: 0 !important;
}

.w100 .freeArea2 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mv {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 4vw;
  }
}
.mv__slider {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mv__slider {
    padding-bottom: 8vw;
  }
}
.mv__slider img {
  width: 100%;
}

.swiper-pagination-bullet {
  background: #D5D5D5;
  opacity: 1;
  margin: 0 7px;
  width: 30px;
  height: 5px;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
}

.swiper-pagination-bullet-active {
  background: #2F2F2F;
}

.newarrival {
  padding: 80px 40px 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .newarrival {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.newarrival__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.newarrival__tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .newarrival__tabList {
    margin-top: 10.6666666667vw;
    gap: 7.4666666667vw;
  }
}
.newarrival__tabList--item {
  padding: 0 5px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .newarrival__tabList--item {
    font-size: 3.4666666667vw;
    padding: 0 2px 3px;
  }
}
.newarrival__tabList--item.active {
  border-bottom: 1px solid #2F2F2F;
}
.newarrival__itemList {
  display: none;
  width: 100%;
}
.newarrival__itemList.show {
  display: block;
}
.newarrival__itemList .itemList {
  width: 100% !important;
}
.newarrival .itemLists {
  grid-template-columns: repeat(4, 1fr) !important;
}
@media screen and (max-width: 768px) {
  .newarrival .itemLists {
    width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.newarrival .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.newarrival .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .newarrival .more__btn {
    margin-top: 8vw;
    background-image: url(../img/common/icon_arrow_right.svg);
    background-size: 10px;
  }
  .newarrival .more__btn:hover {
    background-image: url(../img/common/icon_arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 92%;
    background-size: 10px;
  }
}

.itemLists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 8px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .itemLists {
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .itemLists {
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw 2.6666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .itemList {
    width: 160px;
  }
}
.itemList--img {
  margin-bottom: 10px;
  position: relative;
}
.itemList--img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.itemList--imgIcon {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 12px 8px;
  background: #2F2F2F;
  font-size: 20px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .itemList--imgIcon {
    font-size: 16px;
    padding: 10px 6px;
  }
}
.itemList:nth-child(1) .itemList--imgIcon {
  background: #CEA91E;
  color: #2F2F2F;
}
.itemList:nth-child(2) .itemList--imgIcon {
  background: #C6C6C6;
  color: #2F2F2F;
}
.itemList:nth-child(3) .itemList--imgIcon {
  background: #AF5902;
  color: #2F2F2F;
}
.itemList--text .name {
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.itemList--text .cat {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.itemList--text .price {
  font-size: 14px;
  line-height: 1.5;
}

.feature {
  padding: 50px 40px 100px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.feature__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.feature__main {
  margin-top: 50px;
  display: block;
}
@media screen and (max-width: 768px) {
  .feature__main {
    margin-top: 8vw;
  }
}
.feature__main--img {
  width: 100%;
}
.feature__main--img img {
  width: 100%;
}
.feature__sub {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 20px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .feature__sub {
    margin-top: 1.3333333333vw;
    gap: 2.1333333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.feature__sub--item img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}
.feature__sub--item span {
  display: block;
  margin: 10px 0 5px;
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.feature__sub--itemDate {
  text-align: right;
}
.feature .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.feature .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .feature .more__btn {
    margin-top: 8vw;
  }
}

.youtube {
  background: #FAFAFA;
  padding: 80px 40px;
}
@media screen and (max-width: 768px) {
  .youtube {
    padding: 21.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.youtube__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.youtube__text {
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .youtube__text {
    margin-top: 8vw;
    font-size: 3.6vw;
  }
}
.youtube__main {
  margin-top: 50px;
  display: block;
  background: url(../img/top/bg_youtube_main.png) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 80px 0;
  background-color: #000;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .youtube__main {
    margin-top: 8vw;
    background: url(../img/top/bg_youtube.png) no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    padding: 30px 0 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .youtube__main iframe {
    width: 60%;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .youtube__main iframe {
    width: 93%;
    height: 174px;
  }
}
.youtube__main--img {
  width: 100%;
}
.youtube__main--img img {
  width: 100%;
}
.youtube__sub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 5px;
}
.youtube__sub--item {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .youtube__sub {
    margin-top: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.youtube .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.youtube .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .youtube .more__btn {
    margin-top: 8vw;
  }
}

.sec_category {
  padding: 50px 0;
  margin-bottom: 100px;
  background: url(../img/top/bg_category.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .sec_category {
    padding: 21.3333333333vw 0;
    margin-bottom: 13.3333333333vw;
  }
}
.sec_category .section__subTitle {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sec_category .section__subTitle {
    margin-bottom: 10.6666666667vw;
  }
}
.sec_category__lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 30px 20px;
  border-top: 1px solid #2f2f2f;
}
@media screen and (max-width: 768px) {
  .sec_category__lists {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8vw 8vw;
  }
}
.sec_category__lists + .sec_category__lists {
  border-bottom: 1px solid #2f2f2f;
}
@media screen and (max-width: 768px) {
  .sec_category__lists + .sec_category__lists {
    border-top: 0;
    padding-top: 0;
  }
}
.sec_category .sec_category__list {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 400;
  display: block;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec_category .sec_category__list {
    font-size: 3.7333333333vw;
  }
}

.brand {
  padding: 80px 40px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .brand {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.brand__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.brand__contents {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .brand__contents {
    margin-top: 10.6666666667vw;
    flex-direction: column;
  }
}
.brand__img {
  width: 60.5%;
}
@media screen and (max-width: 768px) {
  .brand__img {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.brand__logo {
  width: 38.5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .brand__logo {
    width: 100%;
  }
}
.brand .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.brand .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .brand .more__btn {
    margin-top: 8vw;
  }
}

.sec_ranking {
  padding: 100px 40px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_ranking {
    padding: 21.3333333333vw 0 !important;
  }
}
.sec_ranking__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sec_ranking__tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec_ranking__tabList {
    margin-top: 10.6666666667vw;
    gap: 7.4666666667vw;
  }
}
.sec_ranking__tabList--item {
  padding: 0 5px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .sec_ranking__tabList--item {
    font-size: 3.4666666667vw;
    padding: 0 2px 3px;
  }
}
.sec_ranking__tabList--item.active {
  border-bottom: 1px solid #2F2F2F;
}
@media screen and (max-width: 768px) {
  .sec_ranking__itemList {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_ranking .itemLists {
    display: flex;
  }
}

.ranking {
  padding: 100px 40px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ranking {
    padding: 21.3333333333vw 0 !important;
  }
}
.ranking h2 {
  border-top: 0 solid #333 !important;
  letter-spacing: 0.05em;
  padding: 0;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: bold;
  color: #2F2F2F;
}
.ranking__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.ranking__tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .ranking__tabList {
    margin-top: 10.6666666667vw;
    gap: 7.4666666667vw;
  }
}
.ranking__tabList--item {
  padding: 0 5px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .ranking__tabList--item {
    font-size: 3.4666666667vw;
    padding: 0 2px 3px;
  }
}
.ranking__tabList--item.active {
  border-bottom: 1px solid #2F2F2F;
}
.ranking .column-set {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .ranking .column-set {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .ranking .itemLists {
    display: flex;
  }
}

#main-column .ranking h2::before {
  display: none;
}

#main-column .ranking h2::after {
  content: "ランキング";
  text-align: center;
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}

.sec_pickup {
  padding: 80px 40px !important;
  background: #FAFAFA;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec_pickup {
    padding: 21.3333333333vw 0 !important;
  }
}
.sec_pickup__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sec_pickup__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 13px;
}
@media screen and (max-width: 768px) {
  .sec_pickup__lists {
    margin-top: 8vw;
    display: flex;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup__listsWrap {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .sec_pickup__list {
    width: 260px;
  }
}
.sec_pickup__list--img {
  margin-bottom: 20px;
}
.sec_pickup__list--img img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec_pickup__list--title {
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.sec_pickup__list--cat {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.sec_pickup__list--price {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
.sec_pickup .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.sec_pickup .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_pickup .more__btn {
    margin-top: 8vw;
  }
}

.recommend {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .recommend {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .recommend {
    padding: 21.3333333333vw 0;
  }
}
@media screen and (max-width: 768px) {
  .recommend__tabListWrap {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2.6666666667vw;
    padding: 0 5.3333333333vw 2.6666666667vw;
  }
}
.recommend__tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .recommend__tabList {
    width: -moz-max-content;
    width: max-content;
    margin-top: 10.6666666667vw;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend__tabList {
    width: -moz-max-content;
    width: max-content;
    margin-top: 10.6666666667vw;
    gap: 7.4666666667vw;
  }
}
.recommend__tabList--item {
  padding: 0 5px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .recommend__tabList--item {
    font-size: 3.4666666667vw;
    padding: 0 2px 3px;
  }
}
.recommend__tabList--item.active {
  border-bottom: 1px solid #2F2F2F;
}
.recommend__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.recommend__contents {
  display: none;
}
@media screen and (max-width: 1200px) {
  .recommend__contents {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend__contents {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.recommend__contents.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .recommend__listsWrap {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .recommend__listsWrap {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.recommend__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 13px;
}
@media screen and (max-width: 768px) {
  .recommend__lists {
    margin-top: 8vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw 2.6666666667vw;
  }
}
.recommend__list--img {
  margin-bottom: 10px;
}
.recommend__list--img img {
  width: 100%;
}
.recommend__list--title {
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.recommend__list--cat {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.recommend__list--price {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
.recommend .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.recommend .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recommend .more__btn {
    margin-top: 8vw;
    background-image: url(../img/common/icon_arrow_right.svg);
    background-size: 10px;
  }
  .recommend .more__btn:hover {
    background-image: url(../img/common/icon_arrow_right_wh.svg);
    background-repeat: no-repeat;
    background-position: 92%;
    background-size: 10px;
  }
}

.restock {
  padding: 100px 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .restock {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 1200px) {
  .restock__tabListWrap {
    overflow-x: auto;
    width: 100%;
    padding-bottom: 2.6666666667vw;
    padding: 0 5.3333333333vw 2.6666666667vw;
  }
}
.restock__tabList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .restock__tabList {
    width: -moz-max-content;
    width: max-content;
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .restock__tabList {
    width: -moz-max-content;
    width: max-content;
    margin-top: 5.3333333333vw;
    gap: 7.4666666667vw;
  }
}
.restock__tabList--item {
  padding: 0 5px 5px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 768px) {
  .restock__tabList--item {
    font-size: 3.4666666667vw;
    padding: 0 2px 3px;
  }
}
.restock__tabList--item.active {
  border-bottom: 1px solid #2F2F2F;
}
.restock__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.restock__contents {
  display: none;
}
@media screen and (max-width: 1200px) {
  .restock__contents {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .restock__contents {
    width: 100%;
    overflow-x: auto;
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.restock__contents.show {
  display: block;
}
.restock__lists {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 13px;
}
@media screen and (max-width: 768px) {
  .restock__lists {
    margin-top: 8vw;
    gap: 5.3333333333vw 2.6666666667vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.restock__list--img {
  margin-bottom: 10px;
}
.restock__list--img img {
  width: 100%;
}
.restock__list--title {
  font-size: 14px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
}
.restock__list--cat {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
  display: block;
}
.restock__list--price {
  font-size: 14px;
  display: block;
  line-height: 1.5;
}

.coordinate {
  padding: 80px 40px;
  background: #FAFAFA;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .coordinate {
    padding: 21.3333333333vw 0;
  }
}
.coordinate__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.coordinate__contents {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .coordinate__contents {
    padding: 0 5.3333333333vw;
  }
}
.coordinate__slider {
  position: relative;
  padding-bottom: 50px;
}
.coordinate__slider--itemImg {
  margin-bottom: 10px;
}
.coordinate__slider--itemPos {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.coordinate__slider--itemTitle {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.coordinate .more__btn {
  margin-top: 0;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.coordinate .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .coordinate .more__btn {
    margin-top: 8vw;
  }
}

.sec_news {
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  .sec_news {
    padding: 21.3333333333vw 5.3333333333vw;
  }
}
.sec_news__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sec_news__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_news__box {
    display: block;
  }
}
.sec_news__titleArea {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .sec_news__titleArea {
    margin-bottom: 8vw;
    width: 100%;
  }
}
.sec_news__titleArea .sec_news__title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec_news__titleArea .sec_news__title {
    text-align: center;
  }
}
.sec_news__titleArea .sec_news__subTitle {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sec_news__titleArea .sec_news__subTitle {
    text-align: center;
  }
}
.sec_news__contents {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .sec_news__contents {
    width: 100%;
  }
}
.sec_news__list {
  display: flex;
  justify-content: space-between;
  padding: 25px 50px;
}
@media screen and (max-width: 768px) {
  .sec_news__list {
    display: block;
    padding: 20px 0;
  }
}
.sec_news__list + a {
  border-top: 1px solid #707070;
}
.sec_news__list--date {
  width: 25%;
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sec_news__list--date {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec_news__list--title {
  font-size: 14px;
  width: 74%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .sec_news__list--title {
    width: 100%;
  }
}
.sec_news .more__btn {
  margin-top: 80px;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.sec_news .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec_news .more__btn {
    margin-top: 8vw;
  }
}

.signup {
  padding: 80px 40px 80px;
  position: relative;
  background: url(../img/top/signup-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .signup {
    padding: 21.3333333333vw 0 21.3333333333vw;
    background: url(../img/top/signup-bg-sp.jpg) no-repeat;
    background-size: 100%;
    background-position: top;
  }
}
.signup__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.signup__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
}
@media screen and (max-width: 768px) {
  .signup__img {
    height: 50%;
  }
}
.signup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.signup__contents {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 40px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .signup__contents {
    width: 92%;
    margin: 0 auto;
    padding: 9.3333333333vw 6.6666666667vw;
  }
  .signup__contents .more__btn {
    max-width: 100%;
  }
}
.signup .btnBox {
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .signup .btnBox {
    gap: 20px;
  }
}
.signup__titleArea {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .signup__titleArea {
    display: block;
  }
}
.signup__titleArea .signup__title {
  text-align: left;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .signup__titleArea .signup__title {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.signup__titleArea .section__subTitle {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .signup__titleArea .section__subTitle {
    text-align: center;
  }
}
.signup__bnrs {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .signup__bnrs {
    flex-direction: column;
    margin-bottom: 4.2666666667vw;
  }
}
.signup__bnrs img {
  vertical-align: bottom;
}
.signup__txt {
  margin-bottom: 10.6666666667vw;
  line-height: 1.7;
  font-size: 11px;
}
.signup .more__btn {
  margin: 0;
  background-image: url(../img/common/icon_arrow_right.svg);
  background-size: 10px;
  transition: all 0.3s ease;
}
.signup .more__btn:hover {
  opacity: 1;
  background-image: url(../img/common/icon_arrow_right_wh.svg);
  background-repeat: no-repeat;
  background-position: 92%;
  background-size: 10px;
  background-color: #2F2F2F;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .signup .more__btn {
    margin: 0 auto;
  }
}

.about {
  padding: 140px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 0 21.3333333333vw;
  }
}
.about__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .about__inner {
    flex-direction: column;
  }
}
.about__img {
  overflow: hidden;
  border-radius: 30px;
  width: 54%;
  max-width: 800px;
}
.about__img iframe {
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .about__img iframe {
    border-radius: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .about__img {
    width: 90%;
    transform: translate(0);
    position: unset;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .about__img {
    position: unset;
    transform: translate(0);
    width: 92%;
    margin-bottom: 8vw;
    border-radius: 15px;
  }
  .about__img iframe {
    height: 220px;
    max-width: 100%;
  }
}
.about__img--slider {
  padding-bottom: 30px;
}
.about__img--slider .swiper-pagination {
  text-align: right;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .about__img--slider .swiper-pagination {
    text-align: center;
    padding-right: 0;
  }
}
.about__contents {
  position: relative;
  z-index: 2;
  width: 42%;
}
@media screen and (max-width: 1200px) {
  .about__contents {
    padding: 0 5.3333333333vw;
    width: 100%;
  }
}
.about__title {
  color: #2F2F2F;
  font-size: 72px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .about__title {
    font-size: 9.0666666667vw;
    margin-bottom: 8vw;
  }
}
.about__title span {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .about__title span {
    font-size: 14px;
  }
}
.about__text {
  font-size: 14px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .about__text {
    max-width: 100%;
  }
}

.shop {
  padding: 150px 40px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .shop {
    padding: 5.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.shop__inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .shop__inner {
    display: block;
  }
}
.shop__title {
  text-align: left;
}
.shop__text {
  font-size: 14px;
  line-height: 2;
}
.shop__contents {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .shop__contents {
    width: 100%;
  }
}
.shop__contents--top {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 25px 0;
}
.shop__contents--bottom {
  padding: 25px 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .shop__contents--bottom {
    padding: 5.3333333333vw 0;
  }
}
.shop__map {
  width: 52%;
}
.shop__map iframe {
  height: 350px;
}
@media screen and (max-width: 768px) {
  .shop__map {
    margin-top: 5.3333333333vw;
    position: unset;
    transform: translate(0);
    width: 100%;
  }
  .shop__map iframe {
    height: 197px;
  }
}

.brand__img--item {
  position: absolute; /* 重ねる */
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* 0.5秒でフェード */
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .brand__img--item {
    position: unset;
    opacity: 1 !important;
  }
}

.brand__img {
  position: relative; /* 子要素を重ねるため */
}
@media screen and (max-width: 768px) {
  .brand__img {
    display: none;
  }
}

.brand__img--item.show {
  opacity: 1;
  z-index: 1; /* 最前面に */
}

.brand__logo--item img {
  border: 1px solid #fff;
}

.brand__logo--item.active img {
  border: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .brand__logo--item.active img {
    border: #fff 1px solid;
  }
}

.ranking {
  display: none;
}

.sec_ranking__itemList {
  max-width: 1160px;
  margin: 0 auto;
}/*# sourceMappingURL=top.css.map */