.is-pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .is-pc {
    display: block;
  }
}
.is-sp {
  display: block;
}
@media screen and (min-width: 901px) {
  .is-sp {
    display: none;
  }
}
html {
  scroll-behavior: auto !important;
}
footer {
  margin-top: 0;
  padding-top: 80px;
  background: #fff;
}
@media screen and (min-width: 901px) {
  footer {
    padding-top: 88px;
  }
}
main {
  padding: 0;
}
.l-top {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  padding-top: 64px;
  grid-gap: 32px 0;
  gap: 32px 0;
  background: #fff;
}
@media screen and (min-width: 901px) {
  .l-top {
    grid-gap: 64px 0;
    gap: 64px 0;
    padding-top: 80px;
    font-family: 'Noto Sans JP', sans-serif;
  }
}
.l-top__page {
  position: sticky;
  top: 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 320px;
  grid-gap: 32px 0;
  gap: 32px 0;
  background: #fff;
  border-radius: 40px 40px 0 0;
}
@media screen and (min-width: 901px) {
  .l-top__page {
    grid-gap: 64px 0;
    gap: 64px 0;
  }
}
.l-top__bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 300;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-top__bnr {
    bottom: 0;
    right: 0;
    width: auto;
    left: auto;
  }
}
.l-top__visual {
  position: relative;
  background: #f9f8f6;
  width: 100%;
  padding: 24px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-top__visual {
    padding: 32px;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.l-top__recommendnews {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .l-top__recommendnews {
    padding: 0 32px;
    margin-top: -24px;
  }
}
.l-top__feature {
  position: relative;
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
  .l-top__feature {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
}
.l-top__products {
  position: relative;
  background: #ecebea;
  border-radius: 40px 40px 0 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  grid-gap: 64px 24px;
  gap: 64px 24px;
  padding: 40px 0;
}
@media screen and (min-width: 901px) {
  .l-top__products {
    padding: 64px 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-top__category {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .l-top__category {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-top__brand {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #f9f8f6;
  padding: 40px 0;
  margin: -32px 0;
}
@media screen and (min-width: 901px) {
  .l-top__brand {
    padding: 64px 32px;
    margin: -64px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-top__news {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media screen and (min-width: 901px) {
  .l-top__news {
    padding: 0 32px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l-top__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(27,27,27,0.7);
  z-index: 2000;
  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;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.p-mainVisual {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-mainVisual {
    max-width: 1200px;
  }
}
.p-mainVisual__carousel {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 901px) {
  .p-mainVisual__carousel {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.p-mainVisual__ctrl {
  position: relative;
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 24px -webkit-max-content 1fr -webkit-max-content 24px;
  grid-auto-columns: 24px max-content 1fr max-content 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0 16px;
  gap: 0 16px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .p-mainVisual__ctrl {
    display: none;
  }
}
.p-mainVisual__prev {
  position: relative;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
}
.p-mainVisual__current {
  position: relative;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0125em;
}
.p-mainVisual__var {
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
}
.p-mainVisual__var_inner {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #006ca0;
}
.is-animated.p-mainVisual__var_inner {
  -webkit-animation: progressVar 2s linear;
  animation: progressVar 2s linear;
}
.p-mainVisual__all {
  position: relative;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4/5;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0125em;
}
.p-mainVisual__next {
  position: relative;
  -ms-grid-column: 5;
  -ms-grid-column-span: 1;
  grid-column: 5/6;
}
.p-recommendNews {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  grid-gap: 4px 0;
  gap: 4px 0;
}
@media screen and (min-width: 901px) {
  .p-recommendNews {
    max-width: 1200px;
  }
}
.p-news {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  grid-gap: 4px 0;
  gap: 4px 0;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-feature {
  position: relative;
  width: calc(100vw - 24px);
  left: 24px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-feature {
    width: 100%;
    left: 0;
    overflow: unset;
  }
}
.p-feature__inner {
  position: relative;
}
.p-feature__inner > .js-featureCarouselCtrl {
  position: absolute;
  top: -52px;
  right: 0;
}
.js-featureCarousel {
  width: calc( 256 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .js-featureCarousel {
    width: 100%;
    position: relative;
  }
  .js-featureCarousel::before {
    content: '';
    position: absolute;
    width: 752px;
    height: 100%;
    background: #fff;
    left: -752px;
    top: 0;
    z-index: 100;
  }
}
.js-featureCarousel .slick-list {
  overflow: unset;
}
.js-featureCarousel .c-feature {
  margin-right: 16px;
}
.js-featureCarouselCtrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
}
.js-featureCarouselCtrl__prev,
.js-featureCarouselCtrl__next {
  background: #006ca0;
  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;
  grid-gap: 5px;
  gap: 5px;
  width: 68px;
  height: 24px;
  border-radius: 100px;
  font-family: Roboto;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
  color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.js-featureCarouselCtrl__prev:hover,
.js-featureCarouselCtrl__next:hover {
  cursor: pointer;
  background: #003450;
}
.js-featureCarouselCtrl__ico {
  width: 6px;
  height: 8px;
}
.js-featureCarouselCtrl__ico svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.js-featureCarouselCtrl__dots .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.js-featureCarouselCtrl__dots .slick-dots li {
  overflow: hidden;
  width: 8px;
  height: 8px;
  border: 1px solid #c6c6c6;
  background: #ecebea;
  border-radius: 100%;
  -webkit-transition: 0.2;
  transition: 0.2;
}
.js-featureCarouselCtrl__dots .slick-dots li:hover {
  cursor: pointer;
}
.js-featureCarouselCtrl__dots .slick-dots li.slick-active {
  background: #f0f4f9;
  border-color: #006ca0;
}
.js-featureCarouselCtrl__dots .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: -1000px;
}
.p-topSec {
  width: 100%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 901px) {
  .p-topSec {
    max-width: 1200px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) {
  .p-topSec.is-submit {
    display: block;
  }
  .p-topSec.is-submit > div {
    max-width: 1200px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .p-topSec.is-ranking {
    display: block;
  }
  .p-topSec.is-ranking > div {
    width: 100%;
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.p-topSec.is-block {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .p-topSec.is-news {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    grid-gap: 64px;
    gap: 64px;
  }
}
.p-topSec__ttl {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
@media screen and (max-width: 400px) {
  .p-topSec__ttl {
    font-size: 18px;
  }
}
@media screen and (min-width: 901px) {
  .p-topSec__ttl {
    padding: 0;
    grid-gap: 24px;
    gap: 24px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
@media screen and (min-width: 901px) {
  .is-news .p-topSec__ttl {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-topSec__ttl span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 12px;
  gap: 12px;
}
@media screen and (min-width: 901px) {
  .p-topSec__ttl span {
    grid-gap: 24px;
    gap: 24px;
    font-size: 22px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 400px) {
  .p-topSec__ttl span {
    font-size: 14px;
  }
}
.p-topSec__ttl span::before {
  display: block;
  height: 16px;
  width: 2px;
  background: #1b1b1b;
  content: "";
  -webkit-transform: rotateZ(25deg);
  transform: rotateZ(25deg);
}
.p-topSec__cnt {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .p-topSec__cnt {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
@media screen and (min-width: 901px) {
  .is-news .p-topSec__cnt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.p-topSec__archive {
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin-top: 24px;
}
@media screen and (min-width: 901px) {
  .p-topSec__archive {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    margin-top: 0;
    padding: 0;
    line-height: 33px;
    margin-left: auto;
  }
}
.p-topSec__archive a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.79;
  letter-spacing: 0.02em;
  background: url("data:image/svg+xml;utf8,<svg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7 7L1 13' stroke='%23006CA0' stroke-width='1.5'/></svg>") center right no-repeat;
  padding-right: 16px;
  color: #006ca0;
}
@media screen and (min-width: 901px) {
  .p-topSec__archive a:hover {
    text-decoration: underline;
  }
}
.p-product {
  position: relative;
  width: calc(100vw - 24px);
  left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-product {
    width: 100%;
    left: 0;
    position: relative;
    overflow: unset;
  }
}
.p-ranking {
  position: relative;
  width: calc(100vw - 24px);
  left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .p-ranking {
    width: 100%;
    left: 0;
  }
}
.js-carousel {
  width: calc( 288 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .js-carousel {
    width: 100%;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.js-carousel .slick-list {
  overflow: unset;
}
@media screen and (min-width: 901px) {
  .js-carousel .slick-list {
    overflow: hidden;
    width: calc( 1072 * (100vw / 1264));
    max-width: 1072px;
  }
}
.js-carousel .slick-track {
  margin: 0;
}
.js-carousel .c-product {
  margin-right: 16px;
}
@media screen and (min-width: 901px) {
  .js-carousel .c-product {
    margin-right: min(calc( 16 * (100vw / 1264)), 16px);
  }
}
.js-carousel .c-product .catalog_product {
  width: 100%;
}
.js-carousel-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 40 * (100vw / 1264));
  max-width: 40px;
  height: calc( 40 * (100vw / 1264));
  max-height: 40px;
  border-radius: 100%;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2;
  transition: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-carousel-next.slick-disabled {
  display: none !important;
}
@media screen and (min-width: 901px) {
  .js-carousel-next {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .js-carousel-next:hover {
    cursor: pointer;
    background: #f0f4f9;
  }
}
.js-carousel-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 40 * (100vw / 1264));
  max-width: 40px;
  height: calc( 40 * (100vw / 1264));
  max-height: 40px;
  border-radius: 100%;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2px;
  -webkit-transition: 0.2;
  transition: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-carousel-prev.slick-disabled {
  display: none !important;
}
.js-carousel-prev:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-carouselRanking {
  width: calc( 288 * (100vw / 375));
}
@media screen and (min-width: 901px) {
  .js-carouselRanking {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: min(calc( 16 * (100vw / 1264)), 16px);
    gap: min(calc( 16 * (100vw / 1264)), 16px);
  }
}
.js-carouselRanking .slick-list {
  overflow: unset;
}
.js-carouselRanking .slick-track {
  margin: 0;
}
.js-carouselRanking .c-ranking {
  margin-right: 16px;
}
@media screen and (min-width: 901px) {
  .js-carouselRanking .c-ranking {
    margin-right: 0;
  }
  .js-carouselRanking .c-ranking:nth-child(5) ~ .c-ranking {
    display: none;
  }
}
.js-carouselRanking .c-ranking .catalog_product {
  width: 100%;
}
.js-carouselRanking-next {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 40 * (100vw / 1264));
  max-width: 40px;
  height: calc( 40 * (100vw / 1264));
  max-height: 40px;
  border-radius: 100%;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2;
  transition: 0.2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-carouselRanking-next.slick-disabled {
  display: none !important;
}
.js-carouselRanking-next:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-carouselRanking-prev {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 40 * (100vw / 1264));
  max-width: 40px;
  height: calc( 40 * (100vw / 1264));
  max-height: 40px;
  border-radius: 100%;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2px;
  -webkit-transition: 0.2;
  transition: 0.2;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.js-carouselRanking-prev.slick-disabled {
  display: none !important;
}
.js-carouselRanking-prev:hover {
  cursor: pointer;
  opacity: 0.7;
}
.js-carouselNum {
  display: none !important;
}
@media screen and (min-width: 901px) {
  .js-carouselNum {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    top: -59px;
    right: 0;
    grid-gap: 16px;
    gap: 16px;
  }
}
.js-carouselNum__current {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.0125em;
}
.js-carouselNum__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 16px;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.0125em;
}
.js-carouselNum__all::before {
  content: "|";
}
.p-category {
  display: -ms-grid;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fit, minmax(103px, 1fr));
}
@media screen and (min-width: 901px) {
  .p-category {
    grid-template-columns: repeat(auto-fit, minmax(294px, 1fr));
    padding: 0;
  }
}
.p-brand {
  display: -ms-grid;
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  grid-template-columns: repeat(auto-fit, minmax(156px, 1fr));
}
@media screen and (min-width: 901px) {
  .p-brand {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  }
}
.p-logOutModal {
  padding: 32px;
  border-radius: 4px;
  grid-gap: 24px;
  gap: 24px;
  background: #fff;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
}
@media screen and (min-width: 901px) {
  .p-logOutModal {
    padding: 64px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.p-logOutModal__txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-align: center;
}
.p-logOutModal__btn {
  padding: 13px 32px 13px 32px;
  border-radius: 4px;
  border: 1px;
  grid-gap: 10px;
  gap: 10px;
  border: 1px solid #006ca0;
  color: #006ca0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.0125em;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .p-logOutModal__btn {
    -webkit-transform: 0.2s;
    transform: 0.2s;
  }
  .p-logOutModal__btn:hover {
    cursor: pointer;
    border-color: #003450;
    color: #003450;
  }
}
.c-visualItem {
  position: relative;
  height: auto;
  overflow: hidden;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .c-visualItem {
    width: calc(100vw);
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 901px) {
  .c-visualItem {
    position: relative;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    height: 465px;
    border-radius: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c-visualItem.is-clone {
    display: none;
  }
}
.c-visualItem.is-active {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 901px) {
  .c-visualItem.is-active {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
.c-visualItem.is-first {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 901px) {
  .c-visualItem.is-first {
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
  }
}
.c-visualItem__about {
  position: relative;
  margin-top: 8px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 1;
}
@media screen and (min-width: 901px) {
  .c-visualItem__about {
    display: none;
  }
}
.c-visualItem__about p {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.0125em;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: calc(12px * 1.75 * 2);
}
.c-visualItem > .c-visualItemSub {
  display: none;
}
@media screen and (min-width: 901px) {
  .c-visualItem > .c-visualItemSub {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    overflow: hidden;
  }
}
.c-visualItem > .c-visualItemMain {
  position: relative;
  z-index: 3;
  height: calc( 360 * (100vw / 375));
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .c-visualItem > .c-visualItemMain {
    height: 100%;
    border-radius: 0;
  }
}
.c-visualItem > .c-visualItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc( 360 * (100vw / 375));
  z-index: 0;
  height: calc( 360 * (100vw / 375));
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
.c-visualItemMain__link {
  width: 100%;
  height: calc( 360 * (100vw / 375));
  padding: 56px 16px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-gap: 8px 0;
  gap: 8px 0;
}
.c-visualItemMain__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 901px) {
  .c-visualItemMain__img {
    opacity: 1;
  }
}
@media screen and (min-width: 901px) {
  .c-visualItemMain__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.c-visualItemMain__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 901px) {
  .c-visualItemMain__img img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (min-width: 901px) {
  .is-active .c-visualItemMain__img img {
    -webkit-animation: none;
    animation: none;
  }
}
.c-visualItemSub {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 38px 24px 28px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .c-visualItemSub {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 5;
  }
  .c-visualItemSub:hover {
    cursor: pointer;
  }
  .is-first .c-visualItemSub {
    -webkit-animation: mainfadeOut 0.1s forwards;
    animation: mainfadeOut 0.1s forwards;
  }
  .is-active .c-visualItemSub {
    -webkit-animation: mainfadeOut 0.1s forwards;
    animation: mainfadeOut 0.1s forwards;
  }
}
@media screen and (min-width: 901px) {
  .is-release .c-visualItemSub__num {
    -webkit-animation: mydelayfadeOut 0.7s;
    animation: mydelayfadeOut 0.7s;
  }
}
.c-visualItemSub__num p {
  font-family: Roboto;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1200px) {
  .c-visualItemSub__main {
    margin: 48px 0 8px;
  }
}
@media screen and (min-width: 1201px) {
  .c-visualItemSub__main {
    margin: 64px 0 8px;
  }
}
@media screen and (min-width: 901px) {
  .is-release .c-visualItemSub__main {
    -webkit-animation: mydelayfadeOut 0.7s;
    animation: mydelayfadeOut 0.7s;
  }
}
.c-visualItemSub__main p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 3em;
  letter-spacing: 0.01em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-visualItemSub__sub {
  margin: 0 0 auto;
}
@media screen and (min-width: 901px) {
  .is-release .c-visualItemSub__sub {
    -webkit-animation: mydelayfadeOut 0.7s;
    animation: mydelayfadeOut 0.7s;
  }
}
.c-visualItemSub__sub p {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.0125em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (max-width: 1200px) {
  .c-visualItemSub__sub p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
}
.c-visualItemSub__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
  color: #fff;
}
@media screen and (min-width: 901px) {
  .c-visualItemSub__link:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
  }
  .c-visualItemSub__link:hover .c-visualItemSub__ico {
    border-color: #fff;
  }
  .c-visualItemSub__link:hover .c-visualItemSub__ico svg path {
    fill: #fff;
  }
  .is-release .c-visualItemSub__link {
    -webkit-animation: mydelayfadeOut 0.7s;
    animation: mydelayfadeOut 0.7s;
  }
}
.c-visualItemSub__link::before {
  content: "MORE";
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
.c-visualItemSub__ico {
  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;
  min-width: 40px;
  min-height: 40px;
  border: 2px solid #fff;
  border-radius: 20px;
}
@media screen and (min-width: 901px) {
  .c-visualItemSub__ico {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-visualItemSub__ico svg path {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.c-visualItemSub__img {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.c-visualItemSub__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .c-visualItemSub__img::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.c-visualItemSub__img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 901px) {
  .c-visualItemSub:hover .c-visualItemSub__img::before {
    background: rgba(0,0,0,0.7);
  }
}
.c-visualItemImg {
  width: 100%;
  height: 100%;
}
.c-visualItemImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-mainVisualCtrlIco {
  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: 24px;
  height: 24px;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 100%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-mainVisualCtrlIco svg {
  width: 24px;
}
.c-news {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 8px;
  gap: 8px;
  padding: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f9f8f6;
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .c-news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 32px;
    gap: 32px;
  }
}
.c-news__date {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.03em;
  color: #ababab;
}
.c-news__cnt {
  position: relative;
}
.c-news__cnt h3 {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (min-width: 901px) {
  .c-news__cnt h3 a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 901px) {
  .c-feature {
    width: 360px;
  }
}
.c-feature__link {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-gap: 16px;
  gap: 16px;
}
.c-feature__img {
  width: 100%;
  height: auto;
}
.c-feature__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-feature__ttl {
  position: relative;
}
.c-feature__ttl > h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .c-feature__ttl > h3 {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
@media screen and (min-width: 901px) {
  .c-feature__ttl > h3 {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-feature__link:hover .c-feature__ttl > h3 {
    color: #006ca0;
  }
}
.c-feature__txt {
  position: relative;
}
.c-feature__txt > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  min-height: calc(14px * 3 * 1.79);
}
@media screen and (min-width: 901px) {
  .c-feature__txt > p {
    -webkit-line-clamp: 2;
    min-height: calc(14px * 2 * 1.79);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-feature__link:hover .c-feature__txt > p {
    color: #006ca0;
  }
}
.c-feature__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px;
  gap: 8px;
}
.c-feature__btn::before {
  content: 'MORE';
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #006ca0;
}
.c-feature__ico {
  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: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #006ca0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .c-feature__ico {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-feature__link:hover .c-feature__ico {
    background: #f0f4f9;
  }
}
@media screen and (min-width: 901px) {
  .c-product {
    width: calc( 256 * (100vw / 1264));
    max-width: 256px;
  }
}
@media screen and (max-width: 420px) {
  .c-product .suggested_retail_price {
    margin-right: 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 900px) {
  .c-product .catalog_product:hover .catalog_product_img_filter {
    background-color: rgba(0,0,0,0.03);
  }
}
@media screen and (max-width: 420px) {
  .c-product .catalog_product_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .c-product .monthly-price {
    font-size: 10px;
    padding: 6px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 420px) {
  .c-product .num-monthly-price.Body_L {
    font-size: 16px;
  }
}
.c-category__link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 901px) {
  .c-category__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 6px 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    grid-gap: 8px;
    gap: 8px;
  }
  .c-category__link:hover {
    border-color: #006ca0;
  }
}
.c-category__img {
  position: relative;
  width: 44px;
  height: 44px;
}
.c-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-category__txt {
  position: relative;
}
.c-category__txt p {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.015em;
}
.c-category__txt p span {
  display: none;
}
@media screen and (min-width: 901px) {
  .c-category__txt p span {
    display: inline;
  }
}
.c-brand {
  border-radius: 4px;
  overflow: hidden;
}
.c-brand__link {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.c-brand__img {
  position: relative;
  width: 100%;
}
.c-brand__img::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 75%;
}
.c-brand__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-brand__name {
  width: 100%;
  height: calc( 36 * (100vw / 375));
  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;
  background: #fff;
  height: 36px;
}
@media screen and (min-width: 901px) {
  .c-brand__name {
    height: 54px;
  }
}
.c-brand__name img {
  display: block;
  width: auto;
  height: 12px;
}
@media screen and (min-width: 901px) {
  .c-brand__name img {
    height: 18px;
  }
}
.c-ranking {
  counter-increment: num;
}
@media screen and (min-width: 901px) {
  .c-ranking {
    width: calc( 224 * (100vw / 1264));
    max-width: 227px;
  }
}
.c-ranking .catalog_product {
  position: relative;
}
.c-ranking .catalog_product::before {
  content: counter(num);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  position: absolute;
  width: 34px;
  height: 34px;
  top: 8px;
  left: 8px;
  border: 1.5px solid #d9d9d9;
  border-radius: 100%;
  color: #666;
  background: #f6f6f6;
  z-index: 10;
  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;
}
@media screen and (max-width: 900px) {
  .c-ranking .catalog_product:hover .catalog_product_img_filter {
    background-color: rgba(0,0,0,0.03);
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .suggested_retail_price {
    margin-right: 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .catalog_product_price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .monthly-price {
    font-size: 10px;
    padding: 6px 8px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 420px) {
  .c-ranking .num-monthly-price.Body_L {
    font-size: 16px;
  }
}
.c-registerBnr {
  background: #006ca0;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .c-registerBnr {
    width: 320px;
  }
}
.c-registerBnr__link {
  width: 100%;
  min-height: 80px;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 40px 1fr auto;
  grid-auto-rows: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 24px;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .c-registerBnr__link {
    padding: 24px;
    grid-gap: 10px;
    gap: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-registerBnr__link:hover {
    background: #003450;
  }
}
.c-registerBnr__ico {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  width: 40px;
  height: 40px;
}
.c-registerBnr__txt {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.c-registerBnr__txt p {
  color: #fff;
}
.c-registerBnr__txt p.is-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.c-registerBnr__txt p.is-sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-registerBnr__close {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.c-campaignBnr {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .c-campaignBnr {
    width: 320px;
  }
}
.c-campaignBnr__link {
  position: relative;
  width: 100%;
  min-height: 80px;
  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;
  padding: 16px 24px;
  grid-gap: 16px;
  gap: 16px;
  background: #1b1b1b;
}
@media screen and (min-width: 901px) {
  .c-campaignBnr__link {
    padding: 24px;
    grid-gap: 10px;
    gap: 10px;
  }
  .c-campaignBnr__link:hover .c-campaignBnr__img {
    opacity: 0;
  }
}
.c-campaignBnr__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .c-campaignBnr__img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.c-campaignBnr__img::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 2;
}
.c-campaignBnr__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.c-campaignBnr__txt {
  position: relative;
  z-index: 2;
}
.c-campaignBnr__txt p {
  color: #fff;
}
.c-campaignBnr__txt p.is-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.c-campaignBnr__txt p.is-sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-campaignBnr__close {
  position: relative;
  z-index: 2;
}
.c-campaignBnr2 {
  background: #006ca0;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .c-campaignBnr2 {
    width: 320px;
  }
}
.c-campaignBnr2__link {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 80px 1fr auto;
  grid-auto-rows: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px 0 0;
  grid-gap: 16px;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .c-campaignBnr2__link {
    grid-gap: 8px;
    gap: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-campaignBnr2__link:hover {
    background: #003450;
  }
}
.c-campaignBnr2__img {
  grid-auto-columns: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
  height: 100%;
}
.c-campaignBnr2__img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.c-campaignBnr2__txt {
  position: relative;
  grid-auto-columns: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  padding: 16px 0 16px 8px;
}
.c-campaignBnr2__txt p {
  color: #fff;
}
.c-campaignBnr2__txt p.is-main {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.79;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
.c-campaignBnr2__txt p.is-sub {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.015em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-campaignBnr2__close {
  position: relative;
  grid-auto-columns: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@-webkit-keyframes progressVar {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes progressVar {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes frameIn {
  from {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes frameIn {
  from {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes frameInL {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes frameInL {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes frameOut {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@keyframes frameOut {
  from {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
}
@-webkit-keyframes mainfadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes mainfadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes frameInNext {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes frameInNext {
  from {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes frameInPrev {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes frameInPrev {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes scaleIn {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes myfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes myfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mydelayfadeOut {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mydelayfadeOut {
  from {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
