.heading-01 {
  font-size: 4.4rem;
  line-height: 7.5rem;
}
.heading-02 {
  font-size: 2.4rem;
  line-height: 4.1rem;
}

@media screen and (min-width:520px) {
  .heading-02 {
    font-size: 3.2rem;
    line-height: 5.4rem;
  }
}
.heading-03 {
  font-size: 2rem;
  line-height: 3.4rem;
}
@media screen and (min-width:520px) {
  .heading-03 {
    font-size: 2.4rem;
    line-height: 4.1rem;
  }
}
.heading-04 {
  font-size: 2rem;
  line-height: 3.4rem;
}
.heading-05 {
  font-size: 1.6rem;
  line-height: 2.7rem;
}
.caption-01 {
  font-size: 1.2rem;
  line-height: 2rem;
}
.caption-02 {
  font-size: 1.0rem;
  line-height: 1.7rem;
}
.heading-01.english {
  font-size: 5rem;
  line-height: 6rem;
}
.heading-02.english {
  font-size: 3.6rem;
  line-height: 4.6rem;
}
.heading-03.english {
  font-size: 2.4rem;
  line-height: 3.6rem;
}

@media screen and (min-width:520px) {
  .heading-03.english {
    font-size: 2.8rem;
    line-height: 3.9rem;
  }
}
.heading-04.english {
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.heading-05.english {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media screen and (min-width:520px) {
  .heading-05.english {
    font-size: 1.9rem;
    line-height: 2.9rem;
  }
}
.caption-01.english {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.caption-02.english {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.search-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.search-box__input {
  width: calc(100% - 40px);
  font-size: 2rem;
  font-weight: 500;
}
.search-box__input:focus {
  outline: none;
}
.search-box__input::placeholder {
  color: rgba(0,0,0,0.58);
}
.search-box__button {
  width: 40px;
  line-height: 0;
  padding: 8px;
}
.search-box__button .search-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.58);
  transition: all 0.2s;
}
@media screen and (min-width:520px) {
  .search-icon:hover {
    fill: rgba(0,0,0,0.87);
  }
}
.button--primary-L-floating {
  width: 100%;
  background: #00A862;
}
.floating-menu-green {
  position: fixed;
  width: 100%;
  background: #1E3932;
  left: 0;
  bottom: 0;
}
.floating-menu-green__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
}
@media screen and (min-width:520px) {
  .floating-menu-green__inner {
    max-width: 1264px;
    padding: 8px 40px;
    margin: 0 auto;
  }
  .floating-menu-green .button--primary-L-floating {
    width: auto;
  }
}
.floating-menu-green {
  position: fixed;
  width: 100%;
  background: #1E3932;
  left: 0;
  bottom: 0;
}
.floating-menu-green__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
}
.floating-menu-green label {
  color: #fff;
  opacity: 0.7;
}
.floating-menu-green .button--primary-S-floating {
  flex-grow: 1;
  background: #00A862;
}
.floating-menu-green .select--S {
  display: inline-block;
  min-width: 100px;
  margin: 0 16px 0 8px;
}
.floating-menu-green .custom-select__option-list {
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
@media screen and (min-width:520px) {
  .floating-menu-green__inner {
    max-width: 1264px;
    padding: 8px 40px;
    margin: 0 auto;
  }
  .floating-menu-green .button--primary-S-floating {
    flex-grow: 0;
  }
  .floating-menu-green .select--S {
    margin: 0 32px 0 8px;
  }
}
.button--primary-L-floating {
  width: 100%;
  background: #00A862;
}
.floating-menu-white {
  background: #fff;
  box-shadow: 0 -1px 3px rgb(0 0 0 / 10%), 0 -2px 2px rgb(0 0 0 / 6%), 0 0 2px rgb(0 0 0 / 7%);
}
.floating-menu-white__inner {
  padding: 16px;
}
.card--more {
  width: 152px;
}
.card__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.card__inner__img {
  position: relative;
  margin-bottom: 12px;
}
.card__inner__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.card--more .card__inner {
  flex-grow: 0;
  height: auto;
}
.card--more .card__inner__img {
  margin-bottom: 0;
}
.card--more .card__inner__img::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.45;
  top: 0;
  left: 0;
  border-radius: 12px;
}
.card--more .card__inner__img::after {
  content: 'すべて見る';
  display: block;
  position: absolute;
  width: 100px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 32px;
  padding: 3px 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (min-width:520px) {
  .card--more {
    width: auto;
  }
}
.relevant-content-wrap {
  width: 176px;
}
.relevant-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.relevant-content__img {
  width: 112px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.relevant-content__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.relevant-content__text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  line-height: 1.8rem;
}
.relevant-content__text__description,
.relevant-content__text__category {
  display: block;
}
.relevant-content__text__description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  flex-grow: 1;
  margin-bottom: 6px;
}
.relevant-content__text__category {
  font-size: 1.2rem;
  color: #00A862;
}
@media screen and (min-width:520px) {
  .relevant-content__text__description,
  .relevant-content__text__category {
    font-size: 1.3rem;
  }
  .relevant-content__text__description {
    margin-bottom: 9px;
  }
}
.card__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.card__inner__img {
  position: relative;
  margin-bottom: 12px;
}
.card__inner__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.card__inner__img .products-tag-01 {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #1E3932;
  border-radius: 50%;
  padding: 10px 0;
  line-height: 1.4rem;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.products-tag-01 > * {
  font-size: 1.2rem;
}
.card__inner__text {
  flex-grow: 1;
}
.card__inner__text > span {
  display: block;
}
.card__inner__text > span + span {
  margin-top: 9px;
}
.card__inner__text > .text-limit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.card__inner__text .products-tag-02 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #AA8875;
}
@media screen and (min-width:520px) {
  .card {
    min-width: 203px;
  }
}
.card--XS-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 152px;
}
.card--XS-button .card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.card__inner__img {
  position: relative;
  margin-bottom: 12px;
}
.card__inner__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.card__inner__img .products-tag-01 {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #1E3932;
  border-radius: 50%;
  padding: 10px 0;
  line-height: 1.4rem;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.products-tag-01 > * {
  font-size: 1.2rem;
}
.card__inner__text {
  flex-grow: 1;
}
.card__inner__text > span {
  display: block;
}
.card__inner__text > span + span {
  margin-top: 9px;
}
.card--XS-button .card__inner__text > .text-limit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__inner__text .products-tag-02 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #AA8875;
}
.card--XS-button .button--secondary-small {
  font-size: 1.4rem;
  padding: 4px 16px;
  margin-top: 13px;
}
@media screen and (min-width:520px) {
  .card--XS-button {
    width: 170px;
  }
}
/* ------------------------
button
--------------------------- */
.button--primary-L {
  width: 100%;
  background: #00754A;
}
.button--primary-S {
  background: #00A862;
}
@media screen and (min-width:520px) {
  .button--primary-S:hover {
    opacity: 0.9;
  }
}
.button--primary-small {
  font-size: 1.4rem;
  background: #00754A;
  padding: 4px 16px;
}
@media screen and (min-width:520px) {
  .button--primary-small:hover {
    background: #18825B;
  }
}
.button--primary-L-icon {
  width: 100%;
  background: #00754A;
  padding: 15px 24px;
}
.button--primary-L-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: -5px;
  margin-right: 5px;
}
.button--primary-L-icon path {
  fill: #fff;
}
.button--primary-S-icon {
  background: #00754A;
  padding: 15px 24px;
}
.button--primary-S-icon svg {
  width: 24px;
  height: 24px;
  vertical-align: -5px;
  margin-right: 5px;
}
.button--primary-S-icon path {
  fill: #fff;
}
.button--primary-L-floating {
  width: 100%;
  background: #00A862;
}
.button--primary-S-floating {
  background: #00A862;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
}
@media screen and (min-width:520px) {
  .button--primary-S-floating:hover {
    opacity: 0.9;
  }
}
.button--primary-L-frap {
  width: 100%;
  background: #00A862;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
}
.button--primary-S-frap-black {
  background: #000;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
}
@media screen and (min-width:520px) {
  .button--primary-S-frap-black:hover {
    opacity: 1;
  }
}
.button--primary-S-frap-icon-black {
  background: #000;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
  padding: 0;
}
.button--primary-S-frap-icon-black span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
}
.button--primary-S-frap-icon-black svg {
  width: 24px;
  height: 17px;
}
.button--primary-S-frap-icon-black path {
  fill: #fff;
}
@media screen and (min-width:520px) {
  .button--primary-S-frap-icon-black:hover {
    opacity: 1;
  }
}
/* ------------------------
button
--------------------------- */
.button--secondary-L {
  width: 100%;
}
.button--secondary-small {
  font-size: 1.4rem;
  padding: 4px 16px;
}

@media screen and (min-width:520px) {
  .button--secondary-small:hover {
    background: rgba(0, 117, 74, 0.08);
  }
}
.favorite-check__checkbox {
  display: none;
}
.favorite-check__label {
  transition:  all 0.2s ease;
}
.favorite-check__label .filled-icon {
  display: none;
}
.favorite-check__checkbox:checked + .favorite-check__label .default-icon {
  display: none;
}
.favorite-check__checkbox:checked + .favorite-check__label .filled-icon {
  display: block;
}
@media screen and (min-width:520px) {
  .favorite-check__label:hover {
    opacity: 0.9;
  }
}
.button--secondary-S-icon {
  padding: 15px 24px;
}
.button--secondary-S-icon svg {
  width: 26px;
  height: 24px;
  vertical-align: -5px;
  margin-right: 5px;
}
.button--secondary-S-icon path {
  fill: #00754a;
}
.button--secondary-S-icon.filled path {
  fill: #00a862;
}
.button--secondary-S-icon:disabled path {
  fill: #ccc;
}
.button--secondary-text-only,
.button--secondary-text-only:disabled {
  border: none;
}
.close-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.close-button svg {
  width: 14px;
  height: 14px;
}
.close-button path {
  fill: rgba(0,0,0,0.87);
}
.close-button::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  top: 0;
  left: 0;
  transform: scale(0.4);
  transition: all ease-out 0.2s;
}
@media screen and (min-width:520px) {
  .close-button:hover::before {
    opacity: 0.06;
    transform: scale(1);
  }
}
.sns-button-list {
  display: flex;
  gap: 8px;
}
.sns-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}
.sns-button svg {
  width: 32px;
  height: 32px;
}
.sns-button path {
  fill: rgba(0,0,0,0.87);
}
.sns-button::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  opacity: 0;
  top: 0;
  left: 0;
  transform: scale(0.4);
  transition: all ease-out 0.2s;
}
@media screen and (min-width:520px) {
  .sns-button:hover::before {
    opacity: 0.06;
    transform: scale(1);
  }
}
.text-link-black {
  font-size: 1.6rem;
}
@media screen and (min-width:520px) {
  .text-link-black:hover {
    text-decoration: underline;
  }
}
.text-link-black {
  font-size: 1.6rem;
}
@media screen and (min-width:520px) {
  .text-link-black:hover {
    text-decoration: underline;
  }
}
.MOP-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.87);
  vertical-align: middle;
  margin-right: 16px;
}
.text-link-black-icon.english {
  font-size: 1.4rem;
}
@media screen and (min-width:520px) {
  .text-link-black-icon:hover {
    color: #00754A;
  }
  .text-link-black-icon:hover .MOP-icon {
    fill: #00754A;
  }
}
.text-link-gray {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.58);
}
@media screen and (min-width:520px) {
  .text-link-gray:hover {
    color: rgba(0, 0, 0, 0.87);
  }
}
.text-link-green {
  font-size: 1.4rem;
  color: #00754A;
}
.text-link-green {
  font-size: 1.4rem;
  color: #00754A;
}
.text-link-green .icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  fill: #00754A;
  margin-left: 7px;
}
.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
}
.arrow-button svg {
  width: 8px;
  height: 14px;
  fill: rgba(0,0,0,0.6);
}
.arrow-button.arrow-button--small {
  width: 32px;
  height: 32px;
}
.arrow-button.arrow-button--small svg {
  width: 6px;
  height: 11px;
  fill: rgba(0,0,0,0.6);
}
.arrow-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
}
.arrow-button svg {
  width: 8px;
  height: 14px;
  fill: rgba(0,0,0,0.6);
}
.arrow-button.arrow-button--small {
  width: 32px;
  height: 32px;
}
.arrow-button.arrow-button--small svg {
  width: 6px;
  height: 11px;
  fill: rgba(0,0,0,0.6);
}
.search-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.87);
}
@media screen and (min-width:520px) {
  .search-icon:hover {
    fill: #00754A;
  }
}
.pin-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.87);
}
@media screen and (min-width:520px) {
  .pin-icon:hover {
    fill: #00754A;
  }
}
.user-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.87);
}
@media screen and (min-width:520px) {
  .user-icon:hover {
    fill: #00754A;
  }
}
.cart-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.cart-icon .fill {
  fill: #212121;
}
.cart-icon .stroke {
  stroke: #212121;
}
@media screen and (min-width:520px) {
  .cart-icon:hover .fill {
    fill: #00754A;
  }
  .cart-icon:hover .stroke {
    stroke: #00754A;
  }
}
.MOP-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  fill: rgba(0,0,0,0.87);
}
@media screen and (min-width:520px) {
  .MOP-icon:hover {
    fill: #00754A;
  }
}
.OS-icon {
  display: inline-block;
  width: 24px;
  height: 25px;
}
.OS-icon .fill {
  fill: #212121;
}
.OS-icon .stroke {
  stroke: #212121;
}
@media screen and (min-width:520px) {
  .OS-icon:hover .fill {
    fill: #00754A;
  }
  .OS-icon:hover .stroke {
    stroke: #00754A;
  }
}
.gift-icon {
  display: inline-block;
  width: 14px;
  height: 15px;
  fill: rgba(0,0,0,0.58);
}
.arrow-icon {
  display: inline-block;
  width: 8px;
  height: 14px;
  fill: rgba(0,0,0,0.87);
}
.arrow-icon {
  display: inline-block;
  width: 8px;
  height: 14px;
  fill: rgba(0,0,0,0.87);
}
.video-play-icon {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,0.14);
  fill: #00754a;
}
.video-play-icon svg {
  width: 14px;
  height: 18px;
  position: absolute;
  top: 7px;
  left: 11px;
}
.stories-logo {
  display: inline-block;
  width: 94px;
  fill: #000;
}
.reseave-logo {
  display: inline-block;
  width: 39px;
}
.siren-logo {
  display: inline-block;
  width: 48px;
}
/* ------------------------
checkbox
--------------------------- */
.checkbox {
  display: inline-block;
}
.checkbox > input {
  display: none;
}
.checkbox__label-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #00754A;
  border-radius: 4px;
  color: transparent;
}
.checkbox__label-icon path {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
input:checked + .checkbox__label .checkbox__label-icon {
  background-color: #00754A;
  color: rgba(255, 255, 255, 1);
}
.checkbox__label-icon svg {
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: currentcolor;
}
input:checked + .checkbox__label .checkbox__label-icon svg {
  -webkit-animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
  animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
}
input:checked + .checkbox__label .checkbox__label-icon path {
  fill: #fff;
  stroke: #fff;
}
input:disabled + .checkbox__label .checkbox__label-icon {
  border-color: #ccc;
}
/* ------------------------
checkbox with text
--------------------------- */
.checkbox {
  display: inline-block;
}
.checkbox > input {
  display: none;
}
.checkbox__label-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #00754A;
  border-radius: 4px;
  color: transparent;
}
.checkbox__label-icon path {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
input:checked + .checkbox__label .checkbox__label-icon {
  background-color: #00754A;
  color: rgba(255, 255, 255, 1);
}
.checkbox__label-icon svg {
  width: 20px;
  height: 20px;
  overflow: visible;
  fill: currentcolor;
}
input:checked + .checkbox__label .checkbox__label-icon svg {
  -webkit-animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
  animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
}
input:checked + .checkbox__label .checkbox__label-icon path {
  fill: #fff;
  stroke: #fff;
}
.checkbox__label-text {
  display: inline-block;
  color: rgba(0, 0, 0, 0.58);
  margin: -3px 0 0 8px;
}
input:checked + .checkbox__label .checkbox__label-text {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
input:disabled + .checkbox__label .checkbox__label-icon {
  border-color: #ccc;
}
input:disabled + .checkbox__label .checkbox__label-text {
  color: #ccc;
}
/* ------------------------
radio
--------------------------- */
.radio {
  display: inline-block;
}
.radio > input {
  display: none;
}
.radio__label-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px #00754A;
  border-radius: 50%;
}
input:checked + .radio__label .radio__label-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00754A;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
  animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
}
input:disabled + .radio__label .radio__label-icon {
  border-color: #ccc;
}
/* ------------------------
radio with text
--------------------------- */
.radio {
  display: inline-block;
}
.radio > input {
  display: none;
}
.radio__label-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: solid 1px #00754A;
  border-radius: 50%;
}
input:checked + .radio__label .radio__label-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  background: #00754A;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
  animation: 0.3s option-label-marker-expansion cubic-bezier(0.32, 2.32, 0.61, 0.27) forwards;
}
.radio__label-text {
  display: inline-block;
  color: rgba(0, 0, 0, 0.58);
  margin: -3px 0 0 8px;
}
input:checked + .radio__label .radio__label-text {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
input:disabled + .radio__label .radio__label-icon {
  border-color: #ccc;
}
input:disabled + .radio__label .radio__label-text {
  color: #ccc;
}
/* ------------------------
toggle
--------------------------- */
.toggle {
  display: inline-block;
}
.toggle > input {
  display: none;
}
.toggle__label-icon {
  display: inline-block;
  position: relative;
  width: 39px;
  height: 24px;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 12px;
  transition: 0.4s ease-out background-color;
}
.toggle__label-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  transition: 0.4s ease-out transform;
}
input:checked + .toggle__label .toggle__label-icon {
  background-color: #00A862;
}
input:checked + .toggle__label .toggle__label-icon::before {
  transform: translateX(15px);
}
input:disabled + .toggle__label .toggle__label-icon {
  background: #ccc;
}
/* ------------------------
toggle with text
--------------------------- */
.toggle {
  display: inline-block;
}
.toggle > input {
  display: none;
}
.toggle__label-icon {
  display: inline-block;
  position: relative;
  width: 39px;
  height: 24px;
  background: rgba(0, 0, 0, 0.58);
  border-radius: 12px;
  transition: 0.4s ease-out background-color;
}
.toggle__label-icon::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  top: 1px;
  left: 1px;
  transition: 0.4s ease-out transform;
}
input:checked + .toggle__label .toggle__label-icon {
  background-color: #00A862;
}
input:checked + .toggle__label .toggle__label-icon::before {
  transform: translateX(15px);
}
.toggle__label-text {
  display: inline-block;
  color: rgba(0, 0, 0, 0.58);
  margin-right: 8px;
}
input:checked + .toggle__label .toggle__label-text {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
}
input:disabled + .toggle__label .toggle__label-icon {
  background: #ccc;
}
input:disabled + .toggle__label .toggle__label-text {
  color: #ccc;
}
/* ------------------------
products tag
--------------------------- */
.products-tag-01 {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(30, 57, 50, 0.9);
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 8px 0;
  line-height: 1.2rem;
}
.products-tag-01--white {
  color: #1E3932;
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px rgba(30, 57, 50, 0.6);
}
.products-tag-01 > * {
  font-size: 1rem;
}
.products-tag-01.products-tag--large {
  width: 6rem;
  height: 6rem;
  font-size: 1.3rem;
  padding: 13px 0;
  line-height: 1.6rem;
}
.products-tag-01.products-tag--large > * {
  font-size: 1.3rem;
}
.products-tag-02 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #AA8875;
}
/* ------------------------
article tag
--------------------------- */
.article-tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #006241;
  padding: 4px 8px;
  line-height: 1;
}
/* ------------------------
tag carousel / search tag
--------------------------- */
.tag-carousel {
  position: relative;
}
.tag-carousel::before,
.tag-carousel::after {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 100%;
  top: 0;
  z-index: 1;
}
.tag-carousel::before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.9) 80%);
  left: 0;
}
.tag-carousel::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.9) 80%);
  right: 0;
}
.tag-carousel__inner {
  position: relative;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  scrollbar-width: none;
  padding-left: 16px;
}
.tag-carousel__inner::-webkit-scrollbar {
  display: none;
}
.tag-carousel__inner > * {
  flex-shrink: 0;
}
.tag-carousel__inner > *:last-child {
  display: flex;
}
.tag-carousel__inner > *:last-child::after {
  content: '';
  display: block;
  width: 16px;
  height: 100%;
  opacity: 0;
}
.search-tag {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  height: 32px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #006241;
  background: #D4E9E2;
  border-radius: 6px;
  padding: 0 8px 0 16px;
}
.search-tag__text {
  display: inline-block;
}
.search-tag__delete-button {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 0.2s ease
}
.search-tag__delete-button::before,
.search-tag__delete-button::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 1px;
  background: #006241;
  top: 50%;
  left: 50%;
}
.search-tag__delete-button::before {
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.search-tag__delete-button::after {
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

@media screen and (min-width:520px) {
  .tag-carousel::before,
  .tag-carousel::after {
    display: none;
  }
  .tag-carousel__inner {
    flex-wrap: wrap;
  }
  .tag-carousel__inner > *:last-child::after {
    display: none;
  }
  .search-tag__delete-button:hover {
    background: rgba(0, 117, 74, 0.08);
  }
}
.line-gray {
  color: rgba(0, 0, 0, 0.1);
}
.line-black {
  color: #707070;
}
.selectbox--L {
  width: 100%;
}
.selectbox--S {
  display: inline-block;
  min-width: 88px;
}
.selectbox--S .selectbox {
  padding: 3px 38px 3px 23px;
  border-radius: 12px;
}
.selectbox--S svg {
  right: 12px;
}
.selectbox--S--dark .selectbox {
  color: #fff;
  background: none;
  border-color: #fff;
}
.selectbox--S--dark .selectbox option {
  color: rgba(0, 0, 0, 0.87);
}
.selectbox--S--dark svg path {
  fill: #fff;
}
.selectbox--text-only {
  display: inline-block;
  min-width: 100px;
}
.selectbox--text-only .selectbox {
  border: none;
}
.selectbox--has-label {
  position: relative;
  width: 100%;
}
.selectbox__label {
  position: absolute;
  max-width: calc(100% - 16px);
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.58);
  background: #fff;
  padding: 0 8px;
  bottom: calc(100% - 12px);
  left: 8px;
  z-index: 1;
}
.selectbox--has-label .selectbox__trigger {
  padding: 15px 46px 15px 16px;
}
.card--XS-button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 152px;
}
.card--XS-button .card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.card__inner__img {
  position: relative;
  margin-bottom: 12px;
}
.card__inner__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}
.card__inner__img .products-tag-01 {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: #1E3932;
  border-radius: 50%;
  padding: 10px 0;
  line-height: 1.4rem;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.card--more .card__inner {
  flex-grow: 0;
  height: auto;
}
.card--more .card__inner__img {
  margin-bottom: 0;
}
.card--more .card__inner__img::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0.45;
  top: 0;
  left: 0;
  border-radius: 12px;
}
.card--more .card__inner__img::after {
  content: 'すべて見る';
  display: block;
  position: absolute;
  width: 100px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: solid 1px #fff;
  border-radius: 32px;
  padding: 3px 0;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.products-tag-01 > * {
  font-size: 1.2rem;
}
.card__inner__text {
  flex-grow: 1;
}
.card__inner__text > span {
  display: block;
}
.card__inner__text > span + span {
  margin-top: 9px;
}
.card--XS-button .card__inner__text > .text-limit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card__inner__text .products-tag-02 {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  color: #AA8875;
}
.card--XS-button .button--secondary-small {
  font-size: 1.4rem;
  padding: 4px 16px;
  margin-top: 13px;
}

/* ------------------------
carousel
--------------------------- */
.carousel-wrap {
  position: relative;
  display: flex;
  flex: 1;
  width: 100%;
  overflow-x: hidden;
}
.carousel-wrap .arrow-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgb(0 0 0 / 24%), 0 8px 12px rgb(0 0 0 / 14%);
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
}
.carousel-wrap .arrow-button.show {
  transform: translateY(-50%) scale(1);
  opacity: 1;
  pointer-events: all;
}
.carousel-wrap .arrow-button--prev {
  left: 16px;
}
.carousel-wrap .arrow-button--next {
  right: 16px;
}
.carousel-wrap .arrow-button svg {
  width: 8px;
  height: 14px;
  fill: rgba(0,0,0,0.6);
}
.carousel {
  display: flex;
  position: relative;
  padding-left: 16px;
  transition: all 0.4s;
}
.carousel > * {
  margin-right: 16px;
}
.carousel > *:last-child {
  margin-right: 0;
}
.carousel__item:not(.active) {
  opacity: 0.65;
  pointer-events: none;
}

@media screen and (min-width:520px) {
  .card--XS-button {
    width: 170px;
  }
  .carousel > * {
    margin-right: 32px;
  }
  .carousel-wrap .arrow-button--prev {
    left: 40px;
  }
  .carousel-wrap .arrow-button--next {
    right: 40px;
  }
  .carousel {
    padding-left: 128px;
  }
}

/* ------------------------
image carousel
--------------------------- */
.image-carousel-wrap {
  width: 100%;
}
.image-carousel {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 8px;
}
.image-carousel .image-carousel__item {
  position: relative;
  width: 40px;
}
.image-carousel .image-carousel__item.active::before,
.image-carousel .image-carousel__item:hover::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 12px;
  top: 0;
  left: 0;
}
.image-carousel .image-carousel__item.active::after,
.image-carousel .image-carousel__item:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: solid 2px #00A862;
  border-radius: 14px;
  top: -2px;
  left: -2px;
}
.image-carousel .image-carousel__item .image-carousel__item__image {
  border-radius: 12px;
  overflow: hidden;
}
.image-carousel .image-carousel__item__text {
  display: none;
}
.image-carousel-wrap .focus-item {
  margin-bottom: 17px;
}
.image-carousel-wrap .focus-item .image-carousel__item__image {
  height: 100vw;
}
.image-carousel-wrap .focus-item .image-carousel__item__text {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.58);
  padding: 0 16px;
  margin-top: 2px;
}
@media screen and (min-width:520px) {
  .image-carousel-wrap {
    width: 560px;
  }
  .image-carousel {
    padding: 0;
  }
  .image-carousel .image-carousel__item {
    width: 40px;
    cursor: pointer;
  }
  .image-carousel-wrap .focus-item {
    margin-bottom: 19px;
  }
  .image-carousel-wrap .focus-item .image-carousel__item__image {
    height: 560px;
  }
  .image-carousel-wrap .focus-item .image-carousel__item__text {
    padding: 0;
    margin-top: 2px;
  }
  .image-carousel-wrap .focus-item .image-carousel__item__image {
    cursor: pointer;
  }
}
.shape-circle {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.shape-square {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.shape-rectangle {
  width: 100%;
  aspect-ratio: 112/69;
  object-fit: cover;
}
.shape-square {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.shape-rectangle {
  width: 100%;
  aspect-ratio: 112/69;
  object-fit: cover;
}
.shape-rounded-corners {
  position: relative;
}
.shape-rounded-corners img {
  border-radius: 12px;
}
.shape-rounded-corners span::before,
.shape-rounded-corners span::after {
  content: '';
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #00A862;
  border-radius: 50%;
}
.shape-rounded-corners span:first-of-type::before {
  top: 0;
  left: 0;
}
.shape-rounded-corners span:first-of-type::after {
  top: 0;
  right: 0;
}
.shape-rounded-corners span:last-of-type::before {
  left: 0;
  bottom: 0;
}
.shape-rounded-corners span:last-of-type::after {
  right: 0;
  bottom: 0;
}