/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@charset "UTF-8";
:root {
  --kawarime-white: #F4F4F4;
  --kawarime-beige: #A3A3A3;
  --kawarime-black: #4A4A4A;
  --kawarime-green: #30B86D;
}

html {
  box-sizing: border-box;
  font-size: 60%;
  scroll-behavior: smooth;
}

*, *::before, *::after {
  box-sizing: inherit;
  line-height: 1em;
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: "Shippori Mincho B1", serif, "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-variant-ligatures: none;
  letter-spacing: 0px;
  text-align: center;
}

section {
  width: 100%;
}

ul, li {
  list-style: none;
}

a {
  color: #000;
  display: block;
  text-decoration: none;
  height: auto;
  width: 100%;
}

a:hover {
  text-decoration: none;
}

p {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}

img {
  object-fit: cover;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

.mobile-visible {
  display: block;
}

.pc-visible {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mobile-visible {
    display: none;
  }
  .pc-visible {
    display: block;
  }
}
/* = SP ================================================ */
h1 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.67;
}

h2 {
  font-family: "Assistant", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Shippori Mincho B1", serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 2.11;
}

/* = TAB ================================================ */
@media screen and (min-width: 768px) {
  h1 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 38px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.67;
  }
  h2 {
    font-family: "Assistant", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.2px;
    line-height: 1;
  }
  p {
    font-family: "Shippori Mincho B1", serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 2;
  }
}
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  h1 {
    font-family: "Shippori Mincho B1", serif;
    font-size: 44px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.82;
  }
  h2 {
    font-family: "Assistant", sans-serif;
    font-size: 3.2rem;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1.98px;
    line-height: 1;
  }
  p {
    font-family: "Shippori Mincho B1", serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0;
    line-height: 2.2;
  }
}
/* = SP ================================================ */
.button-white {
  border: 1px solid var(--kawarime-black);
  border-radius: 37px;
  color: var(--kawarime-black);
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  letter-spacing: 2.2px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  height: 56px;
  width: 254px;
}

.button-white:hover {
  border: 1px solid var(--kawarime-green);
  background-color: var(--kawarime-green);
  color: #fff;
}

/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .button-white {
    border: 1px solid #000;
    color: #000;
    font-size: 16px;
    letter-spacing: 1.76px;
    height: 48px;
    width: 240px;
  }
}
/* = SP ================================================ */
.header {
  padding: 0;
  height: 100vh;
}

.header__wrap {
  position: relative;
  height: 100vh;
  background-color: #fff;
  z-index: 10;
}

.header__scroll .image {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.header__logo-wrap {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

.header__logo-shadow-image {
  box-sizing: border-box;
  object-fit: cover;
  opacity: 0.6;
  mix-blend-mode: multiply;
  filter: blur(50px);
  height: 100%;
  width: 100%;
}

.header__logos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
  width: 225px;
}

.header__logo-by-randonnee-image {
  margin-top: 31px;
  width: 112px;
}

.header__scroll .image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header__image {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}

.header__image.active {
  opacity: 1;
}

/* = TAB ================================================ */
@media screen and (min-width: 768px) {
  .header {
    padding: 0;
    height: 600px;
  }
  .header__wrap {
    position: relative;
    height: 600px;
    z-index: 10;
  }
  .header__logo-wrap {
    height: 400px;
    width: 400px;
  }
}
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .header {
    padding: 0;
    height: 1080px;
  }
  .header__wrap {
    background-color: #fff;
    position: relative;
    height: 1080px;
    z-index: 10;
  }
  .header__scroll .image {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .header__logo-wrap {
    height: 800px;
    width: 800px;
  }
  .header__logos {
    position: absolute;
    width: 344px;
  }
  .header__logo-by-randonnee-image {
    margin-top: 50px;
    width: 175px;
  }
}
/* = SP ================================================ */
.header__navbar--mobile .navbar-toggler {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 90;
  height: 60px;
  width: 60px;
}
.header__navbar--mobile .navbar-toggler span,
.header__navbar--mobile .navbar-toggler span:before,
.header__navbar--mobile .navbar-toggler span:after {
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #f4f4f4;
  position: absolute;
  height: 2px;
  width: 35px;
}
.header__navbar--mobile .navbar-toggler--black span,
.header__navbar--mobile .navbar-toggler--black span:before,
.header__navbar--mobile .navbar-toggler--black span:after {
  background-color: #000;
}
.header__navbar--mobile .navbar-toggler span:before {
  /* position line */
  bottom: 10px;
}
.header__navbar--mobile .navbar-toggler span:after {
  /* position line */
  top: 10px;
}
.header__navbar--mobile #navbar-toggler-check:checked ~ .navbar-toggler span {
  background-color: rgba(255, 255, 255, 0);
  /* middle line transparent when opening the menu */
}
.header__navbar--mobile #navbar-toggler-check:checked ~ .navbar-toggler span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.header__navbar--mobile #navbar-toggler-check:checked ~ .navbar-toggler span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header__navbar--mobile #navbar-toggler-check {
  display: none;
}
.header__navbar--mobile .menu-content {
  background-color: var(--kawarime-black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  height: 100%;
  width: 100%;
}
.header__navbar--mobile .menu-content .nabver-nav {
  padding: 70px 10px 0;
  text-align: right;
}
.header__navbar--mobile .menu-content .nav-item {
  list-style: none;
}
.header__navbar--mobile .menu-content .nav-link {
  color: #fff;
  box-sizing: border-box;
  display: block;
  font-family: "Assistant", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 3.08px;
  text-decoration: none;
  padding: 14px 28px;
  position: relative;
  width: 100%;
}
.header__navbar--mobile .menu-content--black .nav-link {
  color: #000;
}
.header__navbar--mobile .menu-content {
  background-color: var(--kawarime-black);
  position: fixed;
  top: 0;
  left: 100%;
  transition: all 0.5s;
  z-index: 80;
  height: 100%;
  width: 100%;
}
.header__navbar--mobile #navbar-toggler-check:checked ~ .menu-content {
  left: 0;
}

/* = TAB ================================================ */
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .header__navbar--pc {
    color: #fff;
    position: absolute;
    top: 80px;
    right: 184px;
    text-align: left;
    z-index: 100;
  }
  .header__navbar--pc .nav-item {
    padding: 10px 0;
  }
  .header__navbar--pc .nav-item .nav-link {
    color: #fff;
    line-height: 1;
    font-family: "Assistant", sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2.64px;
    height: 32px;
  }
  .header__navbar--pc .nabver-nav--black .nav-link {
    color: #000;
  }
  .header__navbar--pc .nav-link:hover {
    opacity: 0.5;
  }
}
.footer {
  max-width: 100%;
  margin: 160px 0 105px;
  background-color: inherit;
  padding: 40px 0;
}

.footer__title {
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 83px 10% 56px 0;
  border-top: solid 1px #000;
}

.footer__logo {
  height: 32px;
  width: 164px;
}

.footer__share {
  margin-top: 61px;
  height: fit-content;
  width: 45px;
}

.footer__share__insta {
  display: block;
  margin-bottom: 16px;
}

.footer__share__kawarime {
  display: block;
}

.footer__copyright {
  text-align: left;
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.2px;
  opacity: 1;
}

/* = TAB ================================================ */
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .footer {
    background-color: inherit;
    max-width: 100%;
    margin: 320px 0 150px;
    padding: 36px 0;
  }
  .footer__title {
    align-items: end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 67px 0 235px 0;
    border-top: solid 1px #000;
  }
  .footer__share {
    text-align: right;
    margin-top: 0;
    width: 300px;
  }
  .footer__share__insta {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 40px;
  }
  .footer__share__kawarime {
    display: inline-block;
  }
}
.pagetop__arrow {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  height: 80px;
  width: 80px;
}

.pagetop__logo {
  display: none;
}

/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .pagetop__arrow {
    height: 80px;
    width: 80px;
  }
  .pagetop__arrow:hover {
    opacity: 1;
  }
  .pagetop__logo {
    display: block;
    background-color: #fff;
    padding: 40px 2px 39px 37px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 1;
    width: 100%;
  }
  .pagetop__logo img {
    width: 200px;
  }
}
.wide-image {
  height: 560px;
  width: 100%;
}

.wide-image img {
  object-fit: cover;
  height: 100%;
  width: auto;
}

.wide-image.wide-image-position-sm-20 img {
  object-position: 20%;
}

.wide-image.wide-image-position-sm-40 img {
  object-position: 40%;
}

.wide-image.wide-image-position-sm-60 img {
  object-position: 60%;
}

/* = TAB ================================================ */
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .wide-image {
    height: 820px;
    width: 100%;
  }
  .wide-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .wide-image.wide-image-position-sm-40 img {
    object-position: center;
  }
}
.home-content {
  /* = PC ================================================ */
  /* = SP ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
}
.home-content .main {
  padding: 0 10%;
}
@media screen and (min-width: 1024px) {
  .home-content .main {
    padding: 0 12%;
  }
}
.home-content .home-header {
  padding: 0;
}
.home-content .home-header__wrap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  z-index: 10;
}
.home-content .home-header__video {
  background-color: #fff;
  display: block;
  overflow: hidden;
  height: 100%;
}
.home-content .home-header__video video {
  background-color: #fff;
  clip-path: inset(0 0 4px 0);
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  height: calc(100% + 2px);
  width: 100%;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}
.home-content .home-header__logo-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-content .home-header__logos {
  height: auto;
  width: 30vh;
  z-index: 3;
}
.home-content .home-header__logo-by-randonnee-image {
  margin-top: 3vh;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .home-content .home-header {
    padding: 0;
    width: 100%;
  }
  .home-content .home-header__wrap {
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .home-content .home-header__logos {
    height: auto;
    width: 30vh;
    z-index: 3;
  }
  .home-content .home-header__logo-by-randonnee-image {
    margin-top: 3vh;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .home-content .home-header__logos {
    height: auto;
    width: 30vh;
    z-index: 3;
  }
  .home-content .home-header__logo-by-randonnee-image {
    margin-top: 3vh;
    width: 50%;
  }
}
.home-content .story {
  margin: 127px auto 107px; /* 107px page内ジャンプ合わせ */
}
.home-content .story__title {
  text-align: left;
}
.home-content .story__title-ml {
  margin-left: -14px;
}
.home-content .story__text {
  margin-top: 54px;
}
.home-content .story__link {
  display: flex;
  flex-direction: column;
}
.home-content .story__button {
  margin-top: 100px;
}
.home-content .story__image {
  margin-top: 157px;
  height: auto;
  width: 100%;
  max-height: 288px;
  max-width: 288px;
}
@media screen and (min-width: 1024px) {
  .home-content .story {
    padding: 0;
    margin: 320px auto 202px; /* 202px page内ジャンプ合わせ */
    max-width: 960px;
  }
  .home-content .story__text {
    margin-top: 80px;
  }
  .home-content .story__title-ml {
    margin-left: -21px;
  }
  .home-content .story__link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 96px;
  }
  .home-content .story__image {
    margin-top: 0;
    height: 240px;
    width: 240px;
  }
  .home-content .story__button {
    margin-top: 20px;
  }
}
.home-content .products {
  margin-bottom: 176px;
}
.home-content .products__title {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  letter-spacing: 2.2px;
  text-align: left;
  padding-top: 20px; /* page内ジャンプ合わせ */
  margin-bottom: 65px;
}
.home-content .products__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  column-gap: 6%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .home-content .products {
    padding: 0;
    margin: 0 auto 330px;
    max-width: 960px;
  }
  .home-content .products__title {
    font-size: 16px;
    letter-spacing: 1.76px;
    text-align: left;
    padding-top: 120px; /* page内ジャンプ合わせ */
    margin-bottom: 80px;
  }
  .home-content .products__items {
    display: grid;
    row-gap: 134px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 52px;
    width: 100%;
  }
}

.card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.card__image .card__picture img {
  transition: transform 0.6s ease-in-out;
  object-fit: cover;
  width: 100%;
}

.card__image.sold_out a {
  cursor: default;
}

.card__image.sold_out .card__picture:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #a3a3a3;
  opacity: 0.6;
}

.card__image a:hover img {
  transform: scale(1.1);
  opacity: 0.5;
}

.card__image.sold_out a:hover img {
  transform: none;
  opacity: 1;
}

.card__new {
  position: absolute;
  left: 8px;
  top: 8px;
  height: 44px;
  width: 44px;
}

.card__new.display-none img {
  display: none;
}

.card__body {
  padding: 0;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
  height: 145px;
}

.card__image .sold_out_text {
  font-size: 11px;
  font-family: "Assistant", sans-serif;
  color: #fff;
  letter-spacing: 1.21px;
  line-height: 3.91;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.card__category {
  font-size: 10px;
  font-family: "Assistant", sans-serif;
  letter-spacing: 1.1px;
  line-height: 1;
  text-align: left;
  margin-top: 16px;
}

.card__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.71;
  margin: 6px 0;
  overflow: hidden;
  text-align: left;
  max-height: 68px;
  width: 100%;
}

.card__description {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.6;
  overflow: hidden;
  height: 31px;
}

.card__footer {
  box-sizing: border-box;
  height: 30px;
}

.card__footer.display-none .card__button {
  display: none;
}

.card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--kawarime-black);
  border-radius: 15px;
  color: var(--kawarime-black);
  font-size: 11px;
  font-family: "Assistant", sans-serif;
  letter-spacing: 1.21px;
  height: 100%;
  width: 100%;
}

.card__button:hover {
  border: 1px solid var(--kawarime-green);
  background-color: var(--kawarime-green);
  color: #fff;
}

.card__body--color {
  padding-top: 8px;
  height: 60px;
  margin-bottom: 0;
}

.card__title--color {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

/* = TAB ================================================ */
/* = PC ================================================ */
@media screen and (min-width: 1024px) {
  .card__image {
    position: relative;
  }
  .card__image .sold_out_text {
    font-size: 14px;
    font-family: "Assistant", sans-serif;
    color: #fff;
    letter-spacing: 1.54px;
    line-height: 3.07;
  }
  .card__new {
    left: 10px;
    top: 10px;
    width: 52px;
  }
  .card__body {
    padding: 0;
    word-break: break-all;
    white-space: normal;
    overflow: hidden;
    height: 183px;
  }
  .card__category {
    font-size: 14px;
    font-family: "Assistant", sans-serif;
    letter-spacing: 1.21px;
    line-height: 1;
    text-align: left;
    margin-top: 26px;
  }
  .card__title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    overflow: hidden;
    margin: 16px 0 12px;
    max-height: 50px;
    width: 100%;
  }
  .card__description {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.82;
    overflow: hidden;
    height: 45px;
  }
  .card__footer {
    box-sizing: border-box;
    height: 40px;
  }
  .card__button {
    border: 1px solid #000;
    border-radius: 37px;
    color: #000;
    font-size: 14px;
    font-family: "Assistant", sans-serif;
    letter-spacing: 1.54;
    height: 100%;
    width: 100%;
  }
  .card__body--color {
    margin-bottom: 0;
    height: 146px;
  }
  .card__title--color {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    height: 24px;
    margin: 20px 0 0;
  }
}
.story-content {
  /* = SP ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
}
.story-content .main {
  padding: 0 10%;
}
.story-content .story-header {
  padding: 0;
}
.story-content .story-header__wrap {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  z-index: 10;
}
.story-content .story-header__images {
  position: relative;
  width: 100%;
}
.story-content .story-header__logo-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.story-content .story-header__logos {
  height: auto;
  width: 30vh;
  z-index: 3;
}
.story-content .story-header__logo-by-randonnee-image {
  margin-top: 3vh;
  width: 50%;
}
.story-content .story-header__images .story-header__logo-image.image-hover {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1.5s ease-in;
}
.story-content .story-header__images .story-header__logo-image {
  width: 100%;
}
.story-content .story-header__images:hover .story-header__logo-image.image-hover {
  opacity: 1;
}
.story-content .story-header__images .story-header__logo-image.image-main {
  opacity: 1;
  transition: opacity 1.5s ease-in;
}
.story-content .story-header__images:hover .story-header__logo-image.image-main {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .story-content .story-header {
    padding: 0;
    width: 100%;
  }
  .story-content .story-header__wrap {
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .story-content .story-header__logos {
    height: auto;
    width: 30vh;
    z-index: 3;
  }
  .story-content .story-header__logo-by-randonnee-image {
    margin-top: 3vh;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .story-content .story-header__logos {
    height: auto;
    width: 30vh;
    z-index: 3;
  }
  .story-content .story-header__logo-by-randonnee-image {
    margin-top: 3vh;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .story-content .main-fixed-width {
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
  }
}
.story-content .story {
  margin-top: 139px;
}
.story-content .story__title {
  text-align: left;
}
.story-content .story__wrap-sprout {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
  margin-top: 54px;
}
.story-content .story__wrap-sprout .story__image {
  margin-top: 124px;
  height: 188px;
  width: 188px;
}
.story-content .story__wrap-sprout .story__image img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
.story-content .story__wrap-sprout .story__text {
  margin-top: 0;
}
.story-content .story__wrap-moss {
  display: flex;
  flex-direction: column;
  margin-top: 124px;
}
.story-content .story__wrap-moss .story__image {
  text-align: right;
  margin: 124px 10px 124px 0;
}
.story-content .story__wrap-moss .story__image img {
  height: 240px;
  width: 240px;
}
.story-content .story__wrap-leaves {
  display: flex;
  flex-direction: column;
  padding: 0 10%;
  margin-top: 124px;
}
.story-content .story__wrap-leaves .story__image {
  height: 240px;
  width: 240px;
}
.story-content .story__wrap-leaves .story__image img {
  height: 100%;
  object-fit: cover;
}
.story-content .story__wrap-leaves .story__text {
  margin-top: 124px;
}
.story-content .story__wrap-snow {
  padding: 0 10% 0 0;
  margin: 124px 0 284px;
}
.story-content .story__wrap-snow .story__image {
  margin-left: 40%;
  height: 188px;
  width: 188px;
}
.story-content .story__wrap-snow .story__image img {
  object-fit: cover;
  height: 100%;
  width: auto;
}
@media screen and (min-width: 768px) {
  .story-content .story {
    margin-top: 150px;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .story-content .story {
    margin-top: 329px;
    margin-bottom: 100px;
  }
  .story-content .story__wrap-sprout {
    display: flex;
    flex-direction: row;
    margin-top: 0;
  }
  .story-content .story__wrap-sprout .story__image {
    margin-top: 220px;
    margin-right: 144px;
    height: 240px;
    width: 240px;
  }
  .story-content .story__wrap-sprout .story__image img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .story-content .story__wrap-sprout .story__text {
    margin-top: 0;
  }
  .story-content .story__wrap-moss {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 280px;
  }
  .story-content .story__wrap-moss .story__image {
    margin: 260px 0 0;
    height: 380px;
    width: 380px;
  }
  .story-content .story__wrap-moss .story__image img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .story-content .story__wrap-moss .story__text {
    margin-right: 80px;
  }
  .story-content .story__wrap-leaves {
    min-width: 1000px;
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin: 134px auto;
  }
  .story-content .story__wrap-leaves .story__image {
    height: 444px;
    width: 660px;
  }
  .story-content .story__wrap-leaves .story__image img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
  .story-content .story__wrap-leaves .story__text {
    margin: 120px 10px 0 0;
  }
  .story-content .story__wrap-snow {
    padding: 0 10%;
    margin: 444px 0;
  }
  .story-content .story__wrap-snow .story__image {
    height: 240px;
    width: 240px;
    margin-left: 40%;
  }
  .story-content .story__wrap-snow .story__image img {
    object-fit: cover;
    height: 100%;
    width: auto;
  }
}

.collection-content {
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = TAB ================================================ */
  /* = PC ================================================ */
  /* = PC ================================================ */
}
.collection-content .main {
  padding: 0 10%;
}
.collection-content .header__wrap {
  z-index: 2;
}
.collection-content .header__titles {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}
.collection-content .header__description {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: left;
  margin-top: 57px;
}
.collection-content .header__titles--longsleeve-tshirt {
  width: 212px;
}
.collection-content .header__description--longsleeve-tshirt {
  margin-top: 57px;
}
.collection-content .header__titles--multi-balm {
  width: 163px;
}
.collection-content .header__description--multi-balm {
  margin-top: 57px;
}
.collection-content .header__titles--cleansing-water {
  width: 282px;
}
.collection-content .header__description--cleansing-water {
  margin-top: 56px;
}
.collection-content .header__button {
  position: absolute;
  right: 5%;
  bottom: 10%;
  z-index: 30;
}
.collection-content small {
  font-size: 10px;
  vertical-align: text-top;
}
@media screen and (min-width: 1024px) {
  .collection-content .main-fixed-width {
    padding: 0;
    margin: 0 auto;
    max-width: 960px;
  }
  .collection-content .header__wrap {
    position: relative;
    z-index: 2;
  }
  .collection-content .header__title-img {
    max-width: 480px;
  }
  .collection-content .header__description {
    font-size: 28px;
    letter-spacing: 0;
  }
  .collection-content .header__titles--longsleeve-tshirt {
    width: 478px;
  }
  .collection-content .header__description--longsleeve-tshirt {
    margin-top: 90px;
  }
  .collection-content .header__titles--multi-balm {
    width: 455px;
  }
  .collection-content .header__description--multi-balm {
    margin-top: 89px;
  }
  .collection-content .header__titles--cleansing-water {
    width: 396px;
  }
  .collection-content .header__description--cleansing-water {
    margin-top: 89px;
  }
  .collection-content .header__button {
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
  .collection-content .buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #707070;
    border-radius: 52px;
    background-color: rgba(255, 255, 255, 0.431372549);
    color: #000;
    font-family: "Assistant", sans-serif;
    font-size: 20px;
    letter-spacing: 2.2px;
    height: 80px;
    width: 320px;
  }
  .collection-content .buy-button .pc-buy-button-cart-icon {
    height: 34px;
    margin-right: 20px;
  }
  .collection-content .buy-button:hover {
    border: 1px solid var(--kawarime-green);
    background-color: var(--kawarime-green);
    color: #fff;
  }
  .collection-content .buy-button:hover .pc-buy-button-cart-icon-path {
    fill: #fff;
  }
}
.collection-content .collection__title {
  text-align: left;
  margin-top: 127px;
  font-weight: 400;
}
.collection-content .collection__summary {
  margin: 54px 0 100px 0;
}
.collection-content .collection__summary p {
  letter-spacing: 0;
}
.collection-content .collection__description {
  margin: 100px 0 100px 0;
}
@media screen and (min-width: 1024px) {
  .collection-content .collection__title {
    margin-top: 325px;
  }
  .collection-content .collection__summary {
    display: flex;
    justify-content: flex-end;
    margin: 100px 0 320px 0;
  }
  .collection-content .collection__summary p {
    letter-spacing: 0;
    width: 560px;
  }
  .collection-content .collection__description {
    display: flex;
    justify-content: flex-end;
    margin: 320px 0 320px 0;
  }
  .collection-content .collection__description p {
    width: 560px;
  }
}
.collection-content .color {
  margin-bottom: 124px;
}
.collection-content .color__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.collection-content .color__title {
  font-family: "Assistant", sans-serif;
  font-size: 20px;
  letter-spacing: 2.2px;
  text-align: left;
  margin-top: 8%;
  margin-bottom: 45px;
}
.collection-content .color__items > li {
  box-sizing: border-box;
  flex: 0 0 48%;
}
.collection-content .color-caution {
  font-size: 10px;
}
@media screen and (min-width: 1024px) {
  .collection-content .color {
    padding: 0;
    margin-bottom: 320px;
  }
  .collection-content .color__title {
    font-size: 18px;
    letter-spacing: 2.64px;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 100px;
  }
  .collection-content .color__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 40px;
  }
  .collection-content .color__items > li {
    flex: 0 0 28%;
  }
  .collection-content .color-caution {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 4;
    padding-left: 40px;
  }
}
.collection-content .details {
  padding: 0;
}
.collection-content .collection__details {
  width: 100%;
  margin: 0px auto 0 auto;
}
.collection-content .collection__detail {
  width: 100%;
  margin-bottom: 122px;
}
.collection-content .collection__detail--multi-balm {
  margin-bottom: 100px;
}
.collection-content .collection__detail.mobile-bt-100 {
  margin-bottom: 100px;
}
.collection-content .collection__detail.mobile-bt-112 {
  margin-bottom: 112px;
}
.collection-content .collection__detail.mobile-bt-223 {
  margin-bottom: 223px;
}
.collection-content .detail__text {
  padding: 0 10%;
}
.collection-content .detail__text--longsleeve-tshirt {
  margin-top: 21px;
}
.collection-content .detail__text--multi-balm {
  margin-top: 21px;
}
.collection-content .detail__text p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}
.collection-content .detail__text--multi-balm-2nd {
  margin-top: 100px;
}
.collection-content p.detail__text-sub {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 16px;
}
.collection-content p.detail__text-memo {
  font-size: 10px;
  letter-spacing: 0;
  margin-top: 16px;
}
.collection-content p.detail__text-how-to-use {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-top: 21px;
  margin-bottom: 16px;
}
.collection-content .collection__detail-snap--right {
  margin-right: auto;
  margin-left: auto;
  object-fit: cover;
  height: 188px;
  width: 188px;
}
.collection-content .collection__detail-snap--right {
  height: 188px;
  width: 188px;
}
.collection-content .collection__detail-cleansing-water-bathroom--wrap {
  height: 188px;
  width: 188px;
}
.collection-content .collection__detail-cleansing-water-bathroom img {
  object-fit: cover;
  height: 100%;
}
.collection-content .collection__detail-cleansing-water-bottle-wrap {
  width: 300px;
  margin: 0 auto;
}
.collection-content .collection__detail-cleansing-water-bottle img {
  object-fit: cover;
  height: 188px;
  width: 188px;
}
.collection-content .collection__detail-cleansing-water-plate img {
  margin-left: 16px;
  height: 88px;
  width: 88px;
}
.collection-content .collection__detail-snap--left {
  margin-right: auto;
  margin-left: auto;
  width: 188px;
}
.collection-content .collection__detail-snap--center {
  margin-right: auto;
  margin-left: auto;
  width: 188px;
}
@media screen and (min-width: 1024px) {
  .collection-content .details {
    padding: 0;
  }
  .collection-content .collection__details {
    max-width: 1200px;
    margin: 0px auto 0 auto;
  }
  .collection-content .collection__detail {
    max-width: 1200px;
    margin-bottom: 320px;
  }
  .collection-content .collection__detail--multi-balm {
    margin-bottom: 160px;
  }
  .collection-content .collection__detail.pc-bt-320 {
    margin-bottom: 320px;
  }
  .collection-content .collection__detail.pc-bt-330 {
    margin-bottom: 330px;
  }
  .collection-content .detail__text {
    padding: 0;
    margin-top: 40px;
  }
  .collection-content .detail__text--longsleeve-tshirt {
    margin-top: 40px;
  }
  .collection-content .detail__text--multi-balm {
    margin-top: 40px;
  }
  .collection-content .detail__text p {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
  }
  .collection-content .detail__text--multi-balm-2nd {
    margin-top: 160px;
  }
  .collection-content p.detail__text-sub {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 24px;
  }
  .collection-content p.detail__text-memo {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 24px;
  }
  .collection-content p.detail__text-how-to-use {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 24px;
  }
  .collection-content .collection__details--center {
    width: 760px;
  }
  .collection-content .collection__detail-snap--left {
    margin-right: auto;
    margin-left: 0;
    height: 380px;
    width: 380px;
  }
  .collection-content .collection__detail-snap--right {
    margin-right: 0;
    margin-left: auto;
    height: 380px;
    width: 380px;
  }
  .collection-content .collection__detail-cleansing-water-bathroom--wrap {
    margin-bottom: 330px;
    height: 216px;
    width: 325px;
  }
  .collection-content .collection__detail-cleansing-water-bathroom img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .collection-content .collection__detail-cleansing-water-bottle-wrap {
    width: 600px;
    margin: 0 auto;
  }
  .collection-content .collection__detail-cleansing-water-bottle img {
    object-fit: cover;
    height: 380px;
    width: 380px;
  }
  .collection-content .collection__detail-cleansing-water-plate img {
    margin-left: 28px;
    height: 180px;
    width: 180px;
  }
  .collection-content .collection__detail-snap--center {
    width: 380px;
    margin-right: auto;
    margin-left: auto;
  }
}
.collection-content .pagetop__logo.pagetop__logo--collection {
  display: block;
  background-color: transparent;
  padding: 36px 0 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 30;
  width: 195px;
}
.collection-content .pagetop__logo.pagetop__logo--collection img {
  width: 148px;
}
@media screen and (min-width: 1024px) {
  .collection-content .pagetop__logo.pagetop__logo--collection {
    display: block;
    background-color: transparent;
    padding: 40px 2px 39px 37px;
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    z-index: 30;
    width: 260px;
  }
  .collection-content .pagetop__logo.pagetop__logo--collection img {
    width: 200px;
  }
}
.collection-content .bottom-image__cleansing-water {
  margin-top: 220px;
}
@media screen and (min-width: 1024px) {
  .collection-content .bottom-image__cleansing-water {
    margin-top: 395px;
  }
}
