@charset "UTF-8";
.section__head {
  font-size: 30px;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .section__head {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.section__head-wrap {
  display: inline-block;
}

.section__head-icon {
  width: 40px;
  margin-right: 25px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .section__head-icon {
    width: 26px;
    margin-right: 15px;
  }
}

.section__head-sub {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .section__head-sub {
    font-size: 13px;
  }
}

.section__inner {
  width: 1280px;
  margin: 0 auto;
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .section__inner {
    width: 100%;
    padding: 40px 20px 50px;
  }
}

@media screen and (min-width: 768px) {
  .section__link {
    position: absolute;
    top: 95px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .section__link {
    text-align: center;
    padding-top: 30px;
  }
}

.section__link a {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding: 10px 35px 10px 30px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .section__link a {
    border-bottom: 1px solid #000;
  }
  .section__link-white a {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 767px) {
  .section__link a {
    border: 1px solid #000;
    background: #fff;
    padding: 12px 0;
    width: 45%;
  }
  .section__link-white a {
    border: 1px solid #fff;
    background: #000;
  }
}

.section__link a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.section__link-white a:after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .section__link a:after {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (min-width: 768px) {
  .section__link a:hover:after {
    right: 5px;
  }
}

.section__link.btn-wh a {
  border-color: #fff;
  background: #000;
  color: #fff;
}

.section__link.btn-wh a:after {
  border-color: #fff;
}

.section__arrowlink a {
  display: block;
  border: 1px solid #000;
  font-size: 17px;
  text-align: center;
  height: 70px;
  line-height: 70px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .section__arrowlink a {
    font-size: 14px;
    height: 60px;
    line-height: 60px;
  }
}

.section__arrowlink a img {
  vertical-align: super;
}

@media screen and (min-width: 768px) {
  .section__arrowlink a img {
    margin-left: 30px;
    position: relative;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .section__arrowlink a img {
    margin-left: 10px;
    width: 25px;
  }
}

@media screen and (min-width: 768px) {
  .section__arrowlink a:hover img {
    left: 5px;
  }
}

.swiper-slide img {
  width: 100%;
}

.swiper-button-next, .swiper-button-prev {
  width: auto;
  height: auto;
  margin-top: 0;
  background: none;
  top: 70px;
}

@media screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 40px;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    top: 40px;
  }
}

.swiper-button-next {
  right: 0;
}

@media screen and (max-width: 767px) {
  .swiper-button-next {
    right: -5px;
  }
}

.swiper-button-next:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .swiper-button-next:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .swiper-button-next:after {
    width: 30px;
    height: 30px;
  }
}

.swiper-button-prev {
  left: 0;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev {
    left: -5px;
  }
}

.swiper-button-prev:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .swiper-button-prev:after {
    width: 30px;
    height: 30px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }
}

.top-swiper .swiper-wrapper {
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-swiper .swiper-wrapper {
    padding-bottom: 30px;
  }
}

.top-swiper .swiper-slide {
  width: 700px;
}

@media screen and (max-width: 767px) {
  .top-swiper .swiper-slide {
    width: 100%;
  }
}

.top-swiper .swiper-slide img {
  aspect-ratio: 1 / 1;
  width: 100%;
}

.top-swiper .swiper-pagination-bullet-active {
  background: #999;
}

@media screen and (min-width: 768px) {
  .axes-channel .section__inner {
    padding-left: 40px;
  }
  .axes-channel .section__inner .section__head {
    margin-left: -40px;
  }
}

.axes-channel__wrap {
  border: 1px solid #000;
  padding: 35px 0 0 0;
}

@media screen and (min-width: 768px) {
  .axes-channel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .axes-channel__wrap {
    padding: 30px 30px 45px;
  }
}

@media screen and (min-width: 768px) {
  .axes-channel__video {
    width: calc(100% - 380px);
    margin: 0 0 -40px -40px;
  }
}

@media screen and (max-width: 767px) {
  .axes-channel__video {
    margin: 0 -50px 20px;
    position: relative;
  }
  .axes-channel__video:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
}

.axes-channel__video iframe {
  width: 900px;
  height: 506px;
}

@media screen and (max-width: 767px) {
  .axes-channel__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .axes-channel__txt {
    width: 380px;
    padding-left: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.axes-channel__tag .tag-list {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .axes-channel__tag .tag-list {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.axes-channel__tag .tag-list + .tag-list {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .axes-channel__tag .tag-list + .tag-list {
    margin-left: 3px;
  }
}

.axes-channel__head {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px){
  .axes-channel__head {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .axes-channel__head {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .axes-channel .section__link {
    text-align: right;
    margin: -20px -20px 0 0;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .axes-channel .section__link a {
    color: #fff;
    background: #000;
    padding: 12px 35px;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .axes-channel .section__link a:after {
    border-color: #fff;
  }
}

.buyers-news .item-base-box {
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .buyers-news .item-base-box {
    margin: 0 -10px;
  }
}

@media screen and (min-width: 768px) {
  .buyers-news .item-base-box .item-base-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .buyers-news .item-base-box .item-base-list {
    padding: 0 10px;
  }
}

.history-box .swiper-wrapper > p {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .history-box .swiper-container {
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .history-box .swiper-container {
    max-height: 240px;
  }
}

.history-box .swiper-button-prev, .history-box .swiper-button-next {
  display: none;
}

.history-box .item-base-list__link {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .newarrival-box .swiper-container {
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .newarrival-box .swiper-container {
    overflow: visible;
  }
}

.newarrival-box .swiper-button-prev, .newarrival-box .swiper-button-next {
  display: none;
}

@media screen and (min-width: 768px) {
  .newarrival-box .swiper-button-prev, .newarrival-box .swiper-button-next {
    top: 80px;
  }
}

.newarrival-box .swiper-button-prev:after,
.newarrival-box .swiper-button-next:after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .newarrival-box .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .newarrival-box .swiper-button-prev,
  .newarrival-box .swiper-button-next {
    display: none !important;
  }
  .newarrival-box .item-base-list {
    width: calc(34% - 8px);
  }
  .newarrival-box .item-base-list:nth-child(3n+2) {
    margin-right: 8px;
    margin-left: 8px;
  }
  .newarrival-box .item-base-list:nth-child(n+4) {
    margin-top: 25px;
  }
  .newarrival-box .item-base-list:nth-child(n+7) {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .newarrival-box .newarrival-swiper {
    padding: 0 50px;
  }
}

@media screen and (min-width: 768px) {
  .ranking-box .swiper-container {
    margin: 0 -12px;
    padding: 15px 12px 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .swiper-container {
    overflow: visible;
  }
}

.ranking-box .swiper-button-prev, .ranking-box .swiper-button-next {
  display: none;
  top: 95px;
}

.ranking-box .swiper-button-prev:after, .ranking-box .swiper-button-next:after {
  border-color: #000;
}

@media screen and (max-width: 767px) {
  .ranking-box .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ranking-box .swiper-button-prev,
  .ranking-box .swiper-button-next {
    display: none !important;
  }
  .ranking-box .item-base-list {
    width: calc(34% - 8px);
  }
  .ranking-box .item-base-list:nth-child(3n+2) {
    margin-right: 8px;
    margin-left: 8px;
  }
  .ranking-box .item-base-list:nth-child(n+4) {
    margin-top: 25px;
  }
  .ranking-box .item-base-list:nth-child(n+11) {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .ranking-box .ranking-swiper {
    padding: 0 50px;
  }
}

.ranking-box .item-base-box .item-base-list__img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (min-width: 768px) {
  .ranking-box .item-base-box .item-base-list__img {
    margin: 0 !important;
  }
}

.ranking-box .ranking-navi-swiper {
  margin-bottom: 45px;
  line-height: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 0 65px;
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper {
    margin: 0 -20px 30px;
    padding: 0 35px;
  }
}

@media screen and (min-width: 768px) {
  .ranking-box .ranking-navi-swiper .swiper-container {
    opacity: 1;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-container {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.ranking-box .ranking-navi-swiper .swiper-button-prev, .ranking-box .ranking-navi-swiper .swiper-button-next {
  display: none;
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-button-prev, .ranking-box .ranking-navi-swiper .swiper-button-next {
    display: block !important;
    top: 15px;
  }
  .ranking-box .ranking-navi-swiper .swiper-button-prev:after, .ranking-box .ranking-navi-swiper .swiper-button-next:after {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-button-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-button-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper .swiper-slide-active .ranking-navi-swiper__btn:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.ranking-box .ranking-navi-swiper__btn {
  display: block;
  padding: 15px;
  font-size: 15px;
  font-family: "Inter", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  cursor: pointer;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .ranking-box .ranking-navi-swiper__btn {
    font-size: 13px;
  }
}

.ranking-box .ranking-navi-swiper__btn:after {
  content: '';
  display: block;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media screen and (min-width: 768px) {
  .ranking-box .ranking-navi-swiper__btn:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .ranking-box .ranking-navi-swiper__btn.active:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.ranking-box__tab {
  display: none;
}

.ranking-box__tab.first-tab, .ranking-box__tab.active {
  display: block;
}

.abox-box .section__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .abox-box .section__head {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .abox-box .section__head-wrap {
    text-align: justify;
  }
  .abox-box .section__head-wrap a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .abox-box .section__head-sub {
    display: block;
  }
}

.abox-box .section__head-icon {
  width: 120px;
  vertical-align: baseline;
}

@media screen and (max-width: 767px) {
  .abox-box .section__head-icon {
    display: block;
    margin: 0 auto 20px;
    width: 86px;
  }
}

.abox-box .item-base-box {
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .abox-box .item-base-box {
    margin: 0 -8px;
  }
}

@media screen and (min-width: 768px) {
  .abox-box .item-base-box .item-base-list {
    padding: 0 15px;
  }
  .abox-box .item-base-box .item-base-list:nth-child(n+5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .abox-box .item-base-box .item-base-list {
    padding: 0 8px;
  }
  .abox-box .item-base-box .item-base-list:nth-child(n+3) {
    margin-top: 25px;
  }
  .abox-box .item-base-box .item-base-list:nth-child(n+7) {
    display: none !important;
  }
}

.abox-box .item-base-box .item-base-list__img {
  height: 190px;
}

@media screen and (max-width: 767px) {
  .abox-box .item-base-box .item-base-list__img {
    height: 100px;
  }
}

.feature-box .item-base-box {
  margin: 0 -20px;
}

@media screen and (max-width: 767px) {
  .feature-box .item-base-box {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .feature-box .item-base-box .item-base-list {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature-box .item-base-box .item-base-list {
    width: 100% !important;
  }
  .feature-box .item-base-box .item-base-list + .item-base-list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
  .feature-box .item-base-box .item-base-list .item-base-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-box .item-base-box .item-base-list .item-base-list__img {
    width: 100px;
    height: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 25px 0 0;
  }
}

.insta-box .section__head {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .insta-box .section__head {
    margin-bottom: 25px;
  }
  
  .insta-box .section__head-wrap {
    display: block;
    position: relative;
  }
}

.insta-box .section__head-sub {
  display: inline-block;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .insta-box .section__head-sub {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.insta-box .section__head-icon {
  width: 40px;
  vertical-align: sub;
}

@media screen and (max-width: 767px) {
  .insta-box .section__head-icon {
    width: 30px;
  }
}

.insta-box .section__arrowlink {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .insta-box .section__arrowlink {
    background: #f8f8f8;
    padding: 40px 20px;
  }
}

.insta-box .section__arrowlink a {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .insta-box .section__arrowlink a {
    width: 100%;
  }
}

.insta-box .item-base-box {
  margin: 0 -7px;
}

@media screen and (max-width: 767px) {
  .insta-box .item-base-box {
    margin: 0 -22px 0 -20px;
    padding: 0 20px;
  }
}

.insta-box .item-base-box .item-base-list {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .insta-box .item-base-box .item-base-list {
    padding: 0 7px;
  }
  .insta-box .item-base-box .item-base-list:nth-child(n+5) {
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .insta-box .item-base-box .item-base-list {
    width: 48% !important;
    margin-bottom: 10px;
  }
}

.insta-box .item-base-box .item-base-list .item-base-list__img {
  margin-bottom: 0;
}

.insta-box .item-base-box .item-base-list__link {
  position: relative;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 14px);
}

@media screen and (max-width: 767px) {
  .insta-box .item-base-box .item-base-list__link {
    width: calc(100% - 2px);
  }
}

.insta-box__check {
  font-size: 13px;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .insta-box__check {
    padding-top: 15px;
    text-align: center;
  }
}
