@charset "UTF-8";

.onlinestore .nav-contents {
  display: none!important;
}


/* ==========================================================================
  Page Base
========================================================================== */
.pg-wrapper {
  --content-width: max(1280 / 1440 * 100%, min(100% - 40px, 1280px));
  --sp-content-padding: 20px;
  --pc-content-padding: calc((100% - var(--content-width)) / 2);
  --color-default: #53565a;
  --font-family-default: kozuka-gothic-pr6n, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  --font-family-english: proxima-nova, noto-sans-cjk-jp, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: var(--color-default);
  font-family: var(--font-family-default);
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

.pg-wrapper * {
  font-family: inherit;
  outline: none !important;
  word-break: break-word;
}

.pg-wrapper a,
.pg-wrapper a:hover {
  color: inherit;
}

.pg-wrapper a:hover p {
  text-decoration: none;
}

.pg-wrapper .js-scroll-add-class {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.pg-wrapper .is-animated {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* @media (min-width: 769px) {
  .danskin-footer .danskin-footer__inner {
    max-width: none;
    padding: 0 min(5.5556%, max((100% - 1240px) / 2, 20px));
    margin: 0;
  }
} */
/* Utility
----------------------------------------------------------------- */
.pg-u-d--n {
  display: none !important;
}

.pg-u-d--b {
  display: block !important;
}

@media (max-width: 768px) {
  .pg-u-sp-d--n {
    display: none !important;
  }
  .pg-u-sp-d--b {
    display: block !important;
  }
}
@media (min-width: 769px) {
  .pg-u-pc-d--n {
    display: none !important;
  }
  .pg-u-pc-d--b {
    display: block !important;
  }
}
/* Slider
----------------------------------------------------------------- */
.pg-wrapper .swiper-container:not(.swiper-container-initialized) {
  opacity: 0;
  visibility: hidden;
}

.pg-wrapper .swiper-container.is-normal-layout .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pg-wrapper .swiper-container.is-normal-layout .swiper-slide {
  height: auto;
}

.pg-wrapper .swiper-button-prev,
.pg-wrapper .swiper-button-next {
  width: 26px;
  height: 26px;
  background: rgba(51, 51, 51, 0.4);
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

.pg-wrapper .swiper-button-prev::before,
.pg-wrapper .swiper-button-next::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.pg-wrapper .swiper-button-prev::before {
  -webkit-transform: translate(-25%, -50%) rotate(225deg);
          transform: translate(-25%, -50%) rotate(225deg);
}

.pg-wrapper .swiper-button-next::before {
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
          transform: translate(-75%, -50%) rotate(45deg);
}

.pg-wrapper .swiper-button-prev::after,
.pg-wrapper .swiper-button-next::after {
  display: none;
}

@media (min-width: 769px) {
  .pg-wrapper .swiper-button-prev:hover,
  .pg-wrapper .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.pg-wrapper .swiper-pagination-bullets {
  --bullet-color: #676767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
}

.pg-wrapper .swiper-pagination-bullet {
  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;
  width: 16px;
  height: 16px;
  background: transparent;
  border-radius: 0;
  margin: 0;
  opacity: 1;
}

.pg-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  pointer-events: none;
}

.pg-wrapper .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: var(--bullet-color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
}

.pg-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}

@media (min-width: 769px) {
  .pg-wrapper .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
  }
  .pg-wrapper .swiper-pagination-bullet::before {
    width: 8px;
    height: 8px;
  }
  .pg-wrapper .swiper-pagination-bullet:hover::before {
    opacity: 1;
  }
}
/* ==========================================================================
  Page Component
========================================================================== */
/* Round Button
----------------------------------------------------------------- */
.pg-c-round-button {
  max-width: 108px;
}

.pg-c-round-button__elm {
  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: 100%;
  min-height: 32px;
  color: var(--color-default);
  font-family: var(--font-family-english);
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pg-c-round-button__elm:hover {
  color: var(--color-default);
}

@media (min-width: 769px) {
  .pg-c-round-button {
    max-width: 116px;
  }
  .pg-c-round-button__elm {
    min-height: 36px;
    background: #fff;
    border-color: transparent;
  }
  .pg-c-round-button__elm:hover {
    color: #fff;
    background: var(--color-default);
  }
}
/* Underline Link
----------------------------------------------------------------- */
.pg-c-underline-link {
  text-align: center;
}

.pg-c-underline-link__elm {
  display: inline-block;
  font-family: var(--font-family-english);
  font-size: 13px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  line-height: 1.2;
  border-bottom: 1px solid;
}

@media (min-width: 769px) {
  .pg-c-underline-link__elm {
    font-size: 12px;
  }
}
/* Section Heading
----------------------------------------------------------------- */
.pg-c-section-heading {
  font-family: var(--font-family-english);
}

.pg-c-section-heading small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.pg-c-section-heading strong {
  display: block;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.pg-c-section-heading small:not(:first-child),
.pg-c-section-heading strong:not(:first-child) {
  margin-top: 4px;
}

@media (min-width: 769px) {
  .pg-c-section-heading small {
    font-size: 14px;
  }
  .pg-c-section-heading strong {
    font-size: 32px;
  }
}
.pg-c-section-heading--secondary strong {
  font-size: 20px;
}

.pg-c-section-heading--tertiary strong {
  font-size: 18px;
}

@media (min-width: 769px) {
  .pg-c-section-heading--secondary strong {
    font-size: 24px;
  }
  .pg-c-section-heading--tertiary strong {
    font-size: 20px;
  }
}
/* Fit Image
----------------------------------------------------------------- */
.pg-c-fit-image {
  --sp-fit-img-ratio: calc(var(--sp-fit-img-h, var(--fit-img-h, 750)) / var(--sp-fit-img-w, var(--fit-img-w, 750)) * 100%);
  --pc-fit-img-ratio: calc(var(--pc-fit-img-h, var(--fit-img-h, 720)) / var(--pc-fit-img-w, var(--fit-img-w, 1440)) * 100%);
  position: relative;
  z-index: 1;
}

.pg-c-fit-image::before {
  content: "";
  display: block;
  padding-top: var(--sp-fit-img-ratio);
}

.pg-c-fit-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 769px) {
  .pg-c-fit-image::before {
    padding-top: var(--pc-fit-img-ratio);
  }
}
/* ==========================================================================
  Page
========================================================================== */
/* Main Visual
----------------------------------------------------------------- */
.pg-mv__image {
  --sp-fit-img-w: 750;
  --sp-fit-img-h: 938;
  --pc-fit-img-w: 2880;
  --pc-fit-img-h: 1200;
}

.pg-mv__detail {
  min-height: 108px;
  padding: 16px 20px;
}

.pg-mv__title {
  font-family: var(--font-family-english);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.pg-mv__link {
  margin: 12px 0 0;
}

@media (min-width: 769px) {
  .pg-mv__slide a:hover {
    opacity: 1;
  }
  .pg-mv__slide-content {
    position: relative;
    z-index: 1;
  }
  .pg-mv__detail {
    width: 75%;
    min-height: 0;
    color: #fff;
    padding: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .pg-mv__title {
    font-size: 36px;
  }
}
.pg-mv__slider {
  position: relative;
  z-index: 1;
}

.pg-mv__slider .swiper-slide {
  height: auto;
}

.pg-mv__slider .swiper-slide a {
  height: 100%;
}

.pg-mv__slider .swiper-pagination-bullets {
  --bullet-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: calc(125.0667% - 12px) 0 0 0;
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 769px) {
  .pg-mv__slider .swiper-pagination-bullets {
    margin: 0;
    top: auto;
    right: 40px;
    bottom: 28px;
    -webkit-transform: none;
            transform: none;
  }
}
/* Announcement
----------------------------------------------------------------- */
.pg-announcement {
  background: #f2f2f2;
  padding: 12px 0;
}

.pg-announcement__inner {
  padding: 0 var(--sp-content-padding);
}

@media (min-width: 769px) {
  .pg-announcement {
    text-align: center;
    padding: 20px 0;
  }
  .pg-announcement__inner {
    padding: 0 var(--pc-content-padding);
  }
}
.pg-announcement__item:nth-of-type(n+2) {
  margin-top: 8px;
}

.pg-announcement__item a {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  vertical-align: middle;
  text-decoration: underline;
}

.pg-announcement__item a:hover {
  text-decoration: underline;
}

@media (min-width: 769px) {
  .pg-announcement__item a,
  .pg-announcement__item a:hover {
    text-decoration: none;
  }
}
/* Section Group
----------------------------------------------------------------- */
.pg-section-group__block {
  padding: 48px 0;
}

.pg-section-group__block:nth-of-type(2n) {
  --group-bgc: #f2f2f2;
  background: var(--group-bgc);
}

@media (min-width: 769px) {
  .pg-section-group__block {
    padding: 80px 0 92px;
  }
  .pg-section-group__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.pg-section-group__row:nth-of-type(n+2) {
  margin-top: 44px;
}

@media (min-width: 769px) {
  .pg-section-group__row:nth-of-type(n+2) {
    margin-top: 60px;
  }
}
.pg-section-group__cols {
  padding: 0 var(--sp-content-padding);
}

.pg-section-group__col:nth-of-type(n+2) {
  margin-top: 44px;
}

@media (min-width: 769px) {
  .pg-section-group__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 var(--pc-content-padding);
  }
  .pg-section-group__col {
    --pc-col-w: 100%;
    width: var(--pc-col-w);
  }
  .pg-section-group__col:nth-of-type(n) {
    margin: 0;
  }
}
/* Section
----------------------------------------------------------------- */
.pg-section {
  --sp-section-padding: var(--sp-content-padding);
  --pc-section-padding: var(--pc-content-padding);
}

.pg-section-group__cols .pg-section {
  --sp-section-padding: 0;
  --pc-section-padding: 0;
}

.pg-section__content {
  display: grid;
  grid-template-columns: var(--sp-section-padding) 1fr auto var(--sp-section-padding);
  grid-template-rows: repeat(3, auto);
}

.pg-section__header {
  grid-column: 2/4;
  grid-row: 1/2;
  margin: 0 0 20px;
  overflow: hidden;
}

.pg-section__body {
  grid-column: 1/-1;
  grid-row: 2/3;
  padding: 0 var(--sp-section-padding);
  overflow: hidden;
}

.pg-section__footer {
  grid-column: 2/4;
  grid-row: 3/4;
  margin: 28px 0 0;
  overflow: hidden;
}

@media (min-width: 769px) {
  .pg-section__content {
    grid-template-columns: var(--pc-section-padding) 1fr auto var(--pc-section-padding);
    grid-template-rows: repeat(2, auto);
  }
  .pg-section__header {
    grid-column: 2/3;
    margin: 0 0 28px;
  }
  .pg-section__body {
    padding: 0 var(--pc-section-padding);
  }
  .pg-section__footer {
    grid-column: 3/4;
    grid-row: 1/2;
    align-self: center;
    margin: 0 0 28px 20px;
  }
}
/* Promotion
----------------------------------------------------------------- */
.pg-promotion__detail {
  margin: 16px 0 0;
}

.pg-promotion__title {
  font-family: var(--font-family-english);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.pg-promotion__link {
  margin: 12px 0 0;
}

@media (min-width: 769px) {
  .pg-promotion__slide a:hover {
    opacity: 1;
  }
  .pg-promotion__slide-content {
    position: relative;
    z-index: 1;
  }
  .pg-promotion__detail {
    color: #fff;
    padding: 32px 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  .pg-promotion__title {
    font-size: 28px;
  }
}
.pg-promotion__slider .swiper-container {
  overflow: visible;
}

.pg-promotion__slider .swiper-slide {
  width: 92.5374%;
}

.pg-promotion__slider .swiper-slide:nth-of-type(1) .pg-promotion__image {
  --sp-fit-img-w: 992;
  --sp-fit-img-h: 1240;
  --pc-fit-img-w: 1860;
  --pc-fit-img-h: 1240;
}

.pg-promotion__slider .swiper-slide:nth-of-type(n+2) .pg-promotion__image {
  --fit-img-w: 992;
  --fit-img-h: 1240;
}

@media (min-width: 769px) {
  .pg-promotion__slider .swiper-slide:nth-of-type(1) {
    width: 72.6563%;
  }
  .pg-promotion__slider .swiper-slide:nth-of-type(n+2) {
    width: 38.75%;
  }
}
/* Feature
----------------------------------------------------------------- */
.pg-feature__visual {
  position: relative;
  z-index: 1;
}

.pg-feature__visual::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.pg-feature__label {
  color: #fff;
  font-family: var(--font-family-english);
  font-size: 9px;
  letter-spacing: 0.08em;
  text-align: center;
  line-height: 1.2;
  padding: 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.pg-feature__image {
  --fit-img-w: 992;
  --fit-img-h: 1240;
}

.pg-feature__detail {
  margin: 16px 0 0;
}

.pg-feature__title {
  font-family: var(--font-family-english);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.pg-feature__link {
  margin: 12px 0 0;
}

@media (min-width: 769px) {
  .pg-feature__slide a:hover {
    opacity: 1;
  }
  .pg-feature__slide-content {
    position: relative;
    z-index: 1;
  }
  .pg-feature__slide a:hover .pg-feature__visual::before {
    opacity: 1;
    visibility: visible;
  }
  .pg-feature__label {
    padding: 20px;
  }
  .pg-feature__link {
    margin: calc(125% - 32px) 0 0;
    position: absolute;
    top: 0;
    right: 32px;
    left: 32px;
    z-index: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pg-feature__slide a:not(:hover) .pg-feature__link {
    opacity: 0;
    visibility: hidden;
  }
}
.pg-feature__slider .swiper-container.is-normal-layout .swiper-slide:nth-of-type(n+2) {
  margin-top: 40px;
}

@media (min-width: 769px) {
  .pg-feature__slider .swiper-container {
    overflow: visible;
  }
  .pg-feature__slider .swiper-slide {
    width: 38.75%;
  }
}
/* EC Navigation
----------------------------------------------------------------- */
.pg-ec-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pg-ec-nav__item {
  width: calc((100% - 15px) * 0.5);
}
.pg-ec-nav__item:not(:nth-of-type(2n+1)) {
  margin-left: 15px;
}
.pg-ec-nav__item:nth-of-type(-n+2) {
  border-top: 1px solid #d9d9d9;
}

.pg-ec-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
  font-size: 13px;
  padding: 8px 24px 8px 12px;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  z-index: 1;
}

.pg-ec-nav__item a::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #b2b2b2;
  border-right: 1px solid #b2b2b2;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 769px) {
  .pg-ec-nav__items {
    --ec-nav-row: 4;
  }
  .pg-ec-nav__item {
    width: calc((100% - 20px) * 0.5);
  }
  .pg-ec-nav__item:nth-of-type(1) {
    border-top-color: #e6e6e6;
  }
  .pg-ec-nav__item:not(:nth-of-type(2n+1)) {
    margin-left: 20px;
  }
  .pg-ec-nav__item:nth-of-type(-n+2) {
    border-top: 1px solid #d9d9d9;
  }
  .pg-ec-nav__item a {
    min-height: calc(340px / var(--ec-nav-row));
    font-size: 14px;
    padding: 20px 36px 20px 16px;
    border-bottom-color: #e6e6e6;
  }
  .pg-ec-nav__item a::after {
    border-top-color: #999;
    border-right-color: #999;
    right: 20px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .pg-ec-nav__item a:hover {
    opacity: 1;
    border-bottom-color: var(--color-default);
  }
  .pg-ec-nav__item a:hover:after {
    margin-right: -6px;
    border-top-color: var(--color-default);
    border-right-color: var(--color-default);
  }
}
/* EC Pickup
----------------------------------------------------------------- */
.pg-ec-pickup__image {
  --fit-img-w: 680;
  --fit-img-h: 680;
}

.pg-ec-pickup__detail {
  margin: 12px 0 0;
}

.pg-ec-pickup__title {
  font-family: var(--font-family-english);
  font-size: 13px;
  letter-spacing: 0.05em;
}

.pg-ec-pickup__slider {
  position: relative;
  z-index: 1;
}

.pg-ec-pickup__slider .swiper-pagination-bullets {
  --bullet-color: #fff;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: calc(100% - 8px) 0 0 0;
  position: absolute;
  top: 0;
  right: 12px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 769px) {
  .pg-ec-pickup__slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .pg-ec-pickup__slider .swiper-pagination-bullet::before {
    width: 6px;
    height: 6px;
  }
}
/* Styling
----------------------------------------------------------------- */
.pg-styling__detail {
  margin: 12px 0 0;
}

.pg-styling__title {
  font-size: 10px;
}

@media (min-width: 769px) {
  .pg-styling__title {
    font-size: 11px;
  }
}
.pg-styling__slider .swiper-container {
  overflow: visible;
}

.pg-styling__slider .swiper-slide {
  width: 45.0747%;
}

@media (min-width: 769px) {
  .pg-styling__slider .swiper-slide {
    width: auto;
  }
}