@charset "UTF-8";
/* animation */
@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.animationSlider {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide 50s linear infinite;
          animation: slide 50s linear infinite;
  gap: 8px;
  width: 4004px;
  will-change: transform;
}

.slider-track img {
  width: auto;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .slider-track img {
    max-width: 114px;
  }
  .slider-track {
    -webkit-animation: slide 55s linear infinite;
            animation: slide 55s linear infinite;
    gap: 0;
  }
}
/* フェード */
.fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.fade-right {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}

.randomContentWrapper1, .randomContentWrapper2, .randomContentWrapper3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.highlightArea {
  position: relative;
}
@media screen and (min-width: 768px) {
  .highlightArea {
    margin-top: 48px;
    margin-bottom: 80px;
    padding-top: 64px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .highlightArea {
    margin-top: 32px;
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 48px;
  }
}
.highlightArea__wave {
  background: #0096DB;
}
@media screen and (min-width: 768px) {
  .highlightArea__wave {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 767px) {
  .highlightArea__wave {
    padding-bottom: 40px;
  }
}
.highlightArea__wave:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .highlightArea__wave:before {
    background-image: url("../img/wave_top_pc.png");
  }
}
@media screen and (max-width: 767px) {
  .highlightArea__wave:before {
    background-image: url("../img/wave_top_sp.png");
    background-size: contain;
  }
}
.highlightArea__wave:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .highlightArea__wave:after {
    background-image: url("../img/wave_bottom_pc.png");
    bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .highlightArea__wave:after {
    background-image: url("../img/wave_bottom_sp.png");
    background-size: contain;
    bottom: 0;
  }
}
.highlightArea .c-showMore__openButton {
  color: #FFFFFF;
}

/* コンテンツはデフォルトで非表示にしておく */
.contentsList .contents {
  display: none;
}

/* アクティブなコンテンツを表示させる */
.contentsList .contents.-active {
  display: block;
}

.tab {
  width: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
.tab:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .tab {
    font-size: 20px;
    padding: 21px 0;
  }
}
@media screen and (max-width: 767px) {
  .tab {
    font-size: 14px;
    padding: 11px 0;
  }
}
@media screen and (min-width: 768px) {
  .tab.-active {
    padding: 26px 0;
  }
}
@media screen and (max-width: 767px) {
  .tab.-active {
    padding: 16px 0;
  }
}
.tab.-brand {
  color: #0096DB;
  border: 2px solid #0096DB;
  border-bottom: none;
}
.tab.-brand.-active {
  color: #ffffff;
  background: #0096DB;
}
.tab.-category {
  color: #EB710E;
  border: 2px solid #EB710E;
  border-bottom: none;
}
.tab.-category.-active {
  color: #ffffff;
  background: #EB710E;
}
.tabWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .tabWrapper {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    max-width: 1218px;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 767px) {
  .tabWrapper {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    width: calc(100% - 24px);
  }
}

@media screen and (min-width: 768px) {
  .activeBorder:has(.tabWrapper > li.-brand.-active) {
    border-bottom: 8px solid #0096DB;
  }
}
@media screen and (max-width: 767px) {
  .activeBorder:has(.tabWrapper > li.-brand.-active) {
    border-bottom: 4px solid #0096DB;
  }
}

@media screen and (min-width: 768px) {
  .activeBorder:has(.tabWrapper > li.-category.-active) {
    border-bottom: 8px solid #EB710E;
  }
}
@media screen and (max-width: 767px) {
  .activeBorder:has(.tabWrapper > li.-category.-active) {
    border-bottom: 4px solid #EB710E;
  }
}

.tabFloatingNavi .n-anchorListModule.-floatingNavi.-floating .n-anchorListModule__item.-active:after {
  border-bottom: none;
}
.tabFloatingNavi .n-anchorListModule__item:has(a.n-anchorListModule__link.-brand.-active):after {
  border-bottom: solid 2px #0096DB !important;
}
.tabFloatingNavi .n-anchorListModule__item:has(a.n-anchorListModule__link.-category.-active):after {
  border-bottom: solid 2px #EB710E !important;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
}

.brand__contentArea {
  background: #E7F7FF;
}
@media screen and (min-width: 768px) {
  .brand__contentArea {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .brand__contentArea {
    padding-bottom: 48px;
  }
}

@media screen and (min-width: 768px) {
  .titleArea {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea {
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.titleArea.-highlight {
  color: #FFFF0D;
}
.titleArea.-brand {
  background: #A8E5F8;
}
.titleArea.-category {
  background: #FFF2AA;
}
.titleArea__img {
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .titleArea__img {
    width: 166px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea__img {
    width: 80px;
  }
}
.titleArea__title {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .titleArea__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .titleArea__title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.category__contentArea {
  background: #FFFBE6;
}
@media screen and (min-width: 768px) {
  .category__contentArea {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .category__contentArea {
    padding-bottom: 48px;
  }
  .category__contentArea .c-headingModule {
    padding-top: 32px;
  }
}

@media screen and (min-width: 768px) {
  .subTitleArea {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  .subTitleArea.-contentArea {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .subTitleArea {
    padding-top: 24px;
  }
}
.subTitleArea__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .subTitleArea__img {
    width: 60px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 767px) {
  .subTitleArea__img {
    width: 36px;
    margin: 0 auto 8px;
  }
}
.subTitleArea__title {
  text-align: center;
  font-weight: bold;
}
.-contentArea .subTitleArea__title {
  color: #EB710E;
}
@media screen and (min-width: 768px) {
  .subTitleArea__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
  .-contentArea .subTitleArea__title {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .subTitleArea__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}