@charset "UTF-8";
/* ==================================================
  import
================================================== */
@import url("https://use.typekit.net/jhe3bnu.css"); /*Neue Haas Unica*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap"); /*Noto sans jp*/
/* ==================================================
  Mixins / Functions
================================================== */
/* ---- Media Query ---- */
/* ---- VW (SP基準) ---- */
/* ==================================================
  Variables
================================================== */
/* ---- color ---- */
/* ---- font ---- */
/* ---- layout ---- */
/* ---- font-size ---- */
/* ==================================================
  Base
================================================== */
html {
  font-size: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

/* ---- Utility ---- */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/* ---- CMS:header ---- */
.ftool-wrapper p {
  margin-bottom: 0;
}

/* ==================================================
  Animation
================================================== */
.fadein {
  opacity: 0;
  transition: all 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fadein2 {
  opacity: 0;
  transform: scale(1.06);
  transition: opacity 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s, transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.15s;
}

.fadein2.is-visible {
  opacity: 1;
  transform: scale(1);
}

.fadein {
  opacity: 0;
  transition: all 1s ease;
}

.fadein.scrollin {
  opacity: 1;
}

.fadeinL {
  opacity: 0;
  transform: translate(-40px, 0);
  transition: all 1s ease;
}

.fadeinL.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeinR {
  opacity: 0;
  transform: translate(40px, 0);
  transition: all 1s ease;
}

.fadeinR.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==================================================
  Layout
================================================== */
.lp-container {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
  color: #000;
  opacity: 0;
  animation: fadeIn 1.5s ease 0.15s forwards;
}
@media screen and (min-width: 769px) {
  .lp-container {
    font-size: calc(13 / 16 * 1rem);
  }
}
.lp-container {
  /*opacity: 0; animation: fadeIn 1.5s ease 0.15s forwards;*/
}
.lp-container img,
.lp-container video,
.lp-container svg {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* ==================================================
  Main Visual
================================================== */
.kv {
  width: calc(370 / 390 * 100vw);
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 20px 0 0 auto;
  padding: 20px 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .kv {
    width: 94%;
    padding: 30px 0;
  }
}
.kv__img {
  width: calc(290 / 390 * 100vw);
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .kv__img {
    width: 78%;
  }
}
.kv__titleWrap {
  position: absolute;
  top: calc(120 / 390 * 100vw);
  left: 20px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .kv__titleWrap {
    top: calc(258 / 1920 * 100vw);
  }
}
.kv__title {
  font-size: calc(56 / 390 * 100vw);
  line-height: 0.9;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .kv__title {
    font-size: calc(122 / 1920 * 100vw);
  }
}
.kv__title .summer {
  display: block;
  font-size: calc(43 / 390 * 100vw);
}
@media screen and (min-width: 769px) {
  .kv__title .summer {
    font-size: calc(96 / 1920 * 100vw);
  }
}
.kv__title .basic {
  margin-left: -2px;
}
@media screen and (min-width: 769px) {
  .kv__title .basic {
    margin-left: -4px;
  }
}
.kv__brand {
  font-size: calc(11 / 390 * 100vw);
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .kv__brand {
    font-size: calc(7 / 390 * 100vw);
    margin-top: 30px;
  }
}
.kv__subTitle {
  font-size: calc(13 / 16 * 1rem) !important;
  margin: -10px 0 14px 20px;
}
@media screen and (min-width: 769px) {
  .kv__subTitle {
    font-size: calc(16 / 16 * 1rem) !important;
    margin: -15px 0 20px 20px;
  }
}
.kv__subTitle span {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 4px 8px 5px;
}
@media screen and (min-width: 769px) {
  .kv__subTitle span {
    padding: 6px 12px 7px;
  }
}
.kv__lead {
  font-size: calc(11 / 16 * 1rem);
  margin: 0 0 0 20px;
}
@media screen and (min-width: 769px) {
  .kv__lead {
    font-size: calc(13 / 16 * 1rem);
  }
}

/* ==================================================
  fixed
================================================== */
.side_fixed {
  position: fixed;
  left: calc(11 / 390 * 100vw);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) {
  .side_fixed {
    left: calc(45% + 14px);
  }
}

.side_fixed.is-show {
  opacity: 1;
}

.side_fixed img {
  display: block;
  width: auto;
  height: auto;
  width: 6px;
  opacity: 1;
  transform: scale(1);
  filter: blur(0px);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 769px) {
  .side_fixed img {
    width: 7px;
  }
}

.side_fixed img.is-changing {
  opacity: 0;
  transform: scale(0.96);
  filter: blur(4px);
}

/* ==================================================
  Content
================================================== */
:root {
  --space-m: 30px;
}
@media screen and (min-width: 769px) {
  :root {
    --space-m: 100px;
  }
}

.main-content {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .content {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .content__left {
    width: 45%;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) {
  .content__right {
    position: relative;
    width: 55%;
  }
}

.content__category {
  display: flex;
  padding: 60px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: #F7F7F7;
}
@media screen and (min-width: 769px) {
  .content__category {
    padding: 100px 0;
    gap: 60px;
  }
}
.content__category.bg {
  background-color: #F0F1EB;
}

.pickup {
  width: calc(330 / 390 * 100vw);
  margin: calc(60 / 16 * 1rem) auto;
}
@media screen and (min-width: 769px) {
  .pickup {
    width: 78%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .pickup a {
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 769px) {
  .pickup a:hover {
    opacity: 0.6;
  }
}
.pickup__title {
  text-align: center;
  font-size: calc(16 / 16 * 1rem);
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.6px;
  margin-bottom: calc(40 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .pickup__title {
    margin-bottom: calc(24 / 16 * 1rem);
  }
}
.pickup__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(13 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .pickup__wrapper {
    gap: calc(16 / 16 * 1rem);
  }
}
.pickup__left {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .pickup__left {
    gap: calc(18 / 16 * 1rem);
  }
}
.pickup__right {
  display: flex;
  flex-direction: column;
  gap: calc(16 / 16 * 1rem);
}
.pickup__item {
  position: relative;
}
.pickup__text {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(12 / 16 * 1rem);
  line-height: 1;
  display: inline-flex;
  padding: 6px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.style__title {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(16 / 16 * 1rem);
  text-align: center;
  letter-spacing: -0.48px;
}
@media screen and (min-width: 769px) {
  .style__title {
    font-size: calc(16 / 16 * 1rem);
  }
}
.style__boxWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(100 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__boxWrap {
    width: 100%;
    gap: calc(160 / 16 * 1rem);
  }
}
.style__boxWrap.goods {
  gap: calc(60 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__boxWrap.goods {
    gap: calc(100 / 16 * 1rem);
  }
}
.style__box {
  width: calc(330 / 390 * 100vw);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(20 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__box {
    width: 90%;
    gap: calc(28 / 16 * 1rem);
  }
}
.style__box.goods {
  border: 1px solid #000;
  background: #FFF;
  padding: calc(20 / 16 * 1rem);
  gap: calc(16 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__box.goods {
    padding: calc(28 / 16 * 1rem);
    gap: calc(20 / 16 * 1rem);
  }
}
.style__numWrap {
  width: 100%;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: flex;
  padding-bottom: 7px;
  align-items: flex-end;
  gap: 6px;
  letter-spacing: -0.5px;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.style__numWrap.goods {
  padding-bottom: 0;
  border: none;
}
.style__num {
  font-size: calc(40 / 16 * 1rem);
  line-height: 100%;
}
@media screen and (min-width: 769px) {
  .style__num {
    font-size: calc(48 / 16 * 1rem);
  }
}
.style__item {
  font-size: calc(18 / 16 * 1rem);
  position: relative;
  top: -2px;
}
@media screen and (min-width: 769px) {
  .style__item {
    font-size: calc(22 / 16 * 1rem);
  }
}
.style__img {
  width: 100%;
  overflow: hidden;
}
.style__style {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1;
}
.style__style-img {
  width: calc(35 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style__style-img {
    width: calc(46 / 16 * 1rem);
  }
}
.style__style-text {
  font-size: calc(14 / 16 * 1rem);
  font-weight: 600;
  letter-spacing: -0.5px;
  position: relative;
  top: 1px;
}
@media screen and (min-width: 769px) {
  .style__style-text {
    font-size: calc(18 / 16 * 1rem);
  }
}
.style__text {
  font-size: calc(11 / 16 * 1rem);
  display: flex;
  padding: 10px 12px 5px 15px;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .style__text {
    padding: 15px 17px 8px 15px;
    font-size: calc(13 / 16 * 1rem);
  }
}
.style__text.goods {
  padding: 0;
  border: none;
}

.style__credit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.style .credits .item-d-none {
  display: none;
}
.style .credits__block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  gap: 10px;
  font-family: neue-haas-unica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: calc(11 / 16 * 1rem);
  word-break: break-word;
  margin-bottom: calc(1 / 16 * 1rem);
}
.style .credits__block:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .style .credits__block {
    font-size: calc(13 / 16 * 1rem);
  }
}
.style .credits__block p {
  line-height: 1.2;
}
.style .credits__block p span {
  font-size: calc(10 / 16 * 1rem);
}
@media screen and (min-width: 769px) {
  .style .credits__block p span {
    font-size: calc(12 / 16 * 1rem);
  }
}
.style .credits__buy {
  font-size: calc(10 / 16 * 1rem);
  display: flex;
  padding: 1px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  border: 1px solid #000;
  background-color: #000;
  box-sizing: border-box;
  font-weight: 400;
  word-break: keep-all;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .style .credits__buy {
    font-size: calc(12 / 16 * 1rem);
  }
}
.style .credits__buy:hover {
  color: #000;
  text-decoration: none;
  background-color: #FFF;
}

/* ==================================================
  Swiper
================================================== */
.swiper-container .swiper-pagination {
  bottom: 10px;
  padding-right: 20px;
  text-align: right;
}

.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 28px;
  height: 2px;
  border-radius: 0;
  margin: 0 3px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}

.swiper-container .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: sliderPagination 3s linear forwards;
}

.swiper-container .swiper-pagination-bullet:hover {
  background-color: #fff;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */