@charset "UTF-8";
.ec--page {
  font-family: Roboto, sans-serif !important;
}
body.ec--page {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.48px;
  background: #fffef6;
}
body.is-fixed.ec--page {
  overflow: hidden;
}

.inner.ec--page {
  max-width: 1280px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .inner.ec--page {
    padding-inline: 15px;
  }
}

.open-sp.ec--page {
  display: none;
}
@media screen and (max-width: 767px) {
  .open-sp.ec--page {
    display: block;
  }
}

.button_wrapper.ec--page {
  position: relative;
  display: inline-block;
}
.button_wrapper:hover .button_background.ec--page {
  -webkit-transform: translate(calc(-50% + 10px), calc(-50% + 10px));
          transform: translate(calc(-50% + 10px), calc(-50% + 10px));
  -webkit-box-shadow: 0 0 #fff100;
          box-shadow: 0 0 #fff100;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.button_wrapper:hover .button.deep-pink.ec--page {
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-box-shadow: 0 0 #e4007f;
          box-shadow: 0 0 #e4007f;
}
.button_wrapper:hover .button.blue.ec--page {
  -webkit-transform: translate(10px, 10px);
          transform: translate(10px, 10px);
  -webkit-box-shadow: 0 0 #00a0e9;
          box-shadow: 0 0 #00a0e9;
}

.button.ec--page {
  display: inline-block;
  width: 240px;
  height: 50px;
  padding-block: 3px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.button.deep-pink.ec--page {
  -webkit-box-shadow: 10px 10px #e4007f;
          box-shadow: 10px 10px #e4007f;
}
.button.blue.ec--page {
  -webkit-box-shadow: 10px 10px #00a0e9;
          box-shadow: 10px 10px #00a0e9;
}

.button__text.ec--page {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  line-height: 20px;
}

.button_background.ec--page {
  width: 248px;
  height: 58px;
  border-radius: 12px;
  background: #fff100;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  -webkit-box-shadow: 10px 10px #fff100;
          box-shadow: 10px 10px #fff100;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
.button_background.ec--page::after {
  content: "";
  background: #fff100;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.button__icon.ec--page {
  position: absolute;
  width: 30px;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section__heading.ec--page {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.section__title-jp.ec--page {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 6px;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
}
@media screen and (max-width: 767px) {
  .section__title-jp.ec--page {
    font-size: 27px;
    line-height: 30px;
  }
}
.section__title-jp .highlight-pink.ec--page {
  color: #e4007f;
  font-weight: 600;
}

.section__title-en.ec--page {
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 24px;
  color: #00a0e9;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  border-bottom: 3px solid #00a0e9;
}
@media screen and (max-width: 767px) {
  .section__title-en.ec--page {
    font-size: 20px;
    padding-bottom: 5px;
  }
}

.header.ec--page {
  display: block;
  background: #fff100;
  height: 80px;
  box-shadow: 0px 0px 10px 0px gray;
}

@media screen and (max-width: 767px)
{
  .header.ec--page {
    height: 50px;
  }
  .header__menu.ec--page {
    top: 50px !important;
    height: calc(100% - 50px) !important;
  }
  .header-button__link svg.ec--page {
    height: 18px !important;
  }
  .drawer-icon.ec--page {
    height: 20px !important;
  }
}

.header__inner.ec--page {
  height: inherit;
  padding-inline: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__inner.ec--page {
    padding-inline: 15px;
  }
}

.header__left.ec--page {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__left.ec--page {
    gap: 10px;
  }
}

.drawer-button.ec--page {
  /*margin-top: 7px;*/
  margin-top: 3px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__icon.ec--page {
  pointer-events: auto; /* 内部の要素はクリック可能に */
  margin-bottom: 2px;
  z-index: 150;
}
.header__icon.drawer-icon.ec--page {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  /*justify-content: center;*/
  justify-content: space-around;
  margin-bottom: 3px;
}

.drawer-icon.ec--page {
  width: 30px;
  height: 28px;
  position: relative;
}
.drawer-icon.is-checked .drawer-icon__bar.ec--page:nth-child(1), .drawer-icon.is-checked .drawer-icon__bar.ec--page:nth-child(3) {
  top: 12px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.drawer-icon.is-checked .drawer-icon__bar.ec--page:nth-child(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar.ec--page:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.drawer-icon__bar.ec--page {
  position: absolute;
  width: 30px;
  height: 4px;
  left: 0;
  background: #333;
  -webkit-transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, -webkit-transform 0.4s;
  transition: top 0.4s, transform 0.4s;
  transition: top 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
.drawer-icon__bar:first-child.ec--page {
  /*top: 0;*/
  top :0%
}
.drawer-icon__bar.ec--page:nth-child(2) {
  /*top: 12px;*/
  top: 33.3%;
}
.drawer-icon__bar:last-child.ec--page {
  /*top: 24px;*/
  top: 66.6%;
}

.drawer__text.ec--page {
  margin-top: 5px;
  font-size: 12px;
  line-height: 10px;
}

.header__menu.ec--page {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #fffef6;
  border-top: 2px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
  z-index: 100;
  overflow-y: auto;
}
.header__menu.is-checked.ec--page {
  opacity: 1;
  pointer-events: auto;
}

.header__menu-decoration-top.ec--page {
  height: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-top.ec--page {
    height: 36px;
  }
}
.header__menu-decoration-top.ec--page::before {
  content: "";
  width: 81.411481vw;
  height: 27px;
  background: #e4007f;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-top.ec--page::before {
    height: 18px;
  }
}
.header__menu-decoration-top.ec--page::after {
  content: "";
  width: 64.814815vw;
  height: 27px;
  background: #00a0e9;
  position: absolute;
  top: 27px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-top.ec--page::after {
    height: 18px;
    top: 18px;
  }
}

.header__menu-decoration-bottom.ec--page {
  margin-top: 40px;
  height: 54px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-bottom.ec--page {
    height: 36px;
  }
}
.header__menu-decoration-bottom.ec--page::before {
  content: "";
  width: 81.411481vw;
  height: 27px;
  background: #e4007f;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-bottom.ec--page::before {
    height: 18px;
  }
}
.header__menu-decoration-bottom.ec--page::after {
  content: "";
  width: 64.814815vw;
  height: 27px;
  background: #00a0e9;
  position: absolute;
  bottom: 27px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .header__menu-decoration-bottom.ec--page::after {
    height: 18px;
    bottom: 18px;
  }
}

.header__menu-nav.ec--page {
  text-align: center;
  margin-top: 30px;
  height: 100%;
}

.header__menu-items.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}

.header__menu-item.ec--page {
  position: relative;
}

.header__menu-link.ec--page {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__menu-link:hover.ec--page {
  color: #e4007f;
}
.header__menu-item:nth-child(even) .header__menu-link.ec--page:hover {
  color: #00a0e9;
}

.header__submenu.ec--page {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding-left: 16px;
}
.header__submenu li .header__submenu-link.ec--page {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 2px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.header__submenu li .header__submenu-link.ec--page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: transparent;
  -webkit-transition: width 0.4s ease, background-color 0.4s ease;
  transition: width 0.4s ease, background-color 0.4s ease;
}
.header__submenu li .header__submenu-link.ec--page:hover::after {
  width: 100%;
}
.header__submenu li:nth-child(odd) .header__submenu-link.ec--page:hover::after {
  background-color: #e4007f;
}
.header__submenu li:nth-child(even) .header__submenu-link.ec--page:hover::after {
  background-color: #00a0e9;
}

.header-logo.ec--page {
  margin-top: -2px;
  display: block;
  /*height: 53px;*/
  height: 70%;
}
.header-logo a img.ec--page {
  /*height: 53px;*/
  height: 100%;
}
/*
@media screen and (max-width: 767px) {
  .header-logo a img.ec--page {
    height: 45px;
  }
}
*/
/*
@media screen and (max-width: 767px) {
  .header-logo.ec--page {
    margin-top: 5px;
    height: 45px;
  }
}
*/

.header__right.ec--page {
  margin-left: 30px;
}

.header__buttons.ec--page {
  /*width: 112px;*/
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .header__buttons.ec--page {
    gap: 16px;
  }
}

.header__button.ec--page {
  text-align: center;
  line-height: 24px;
}

.header-button__link.ec--page {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header-button__link:hover.ec--page {
  opacity: 0.6;
}
.header-button__link svg.ec--page {
  width: 30px;
  height: 30px;
}

.header-button__text.ec--page {
  margin-top: -3px;
  font-size: 12px;
  white-space: nowrap;
}

.fv.ec--page {
  background: #fff100;
  border: 2px solid #000;
  position: relative;
}
.fv.ec--page::after {
  content: "";
  width: 100%;
  height: 25px;
  background: #00a0e9;
  position: absolute;
  bottom: 7px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .fv.ec--page::after {
    height: 15px;
  }
}

.fv__inner.ec--page {
  padding-bottom: 35px;
}

.fv__wrapper.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.fv__catchphrase.ec--page {
  display: inline-block;
  font-family: "Cinzel", serif;
  font-size: clamp(24px, 24px + 10 * (100vw - 768px) / 312, 34px);
  font-weight: 400;
  letter-spacing: -0.5px;
  position: absolute;
  top: clamp(30px, 30px + 19 * (100vw - 768px) / 312, 49px);
  left: calc(50% - 2px);
}
@media screen and (max-width: 767px) {
  .fv__catchphrase.ec--page {
    font-size: clamp(12px, 12px + 12 * (100vw - 375px) / 393, 24px);
    top: clamp(10px, 10px + 20 * (100vw - 375px) / 393, 30px);
  }
}

.fv__logo.ec--page {
  margin-top: 5px;
  margin-left: -20px;
  max-width: 920px;
}
.selection.ec--page {
  position: relative;
}
.selection.ec--page::before {
  content: "";
  width: 100%;
  height: 27px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e4007f), color-stop(50%, #00a0e9));
  background: linear-gradient(to right, #e4007f 50%, #00a0e9 50%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .selection.ec--page::before {
    background: #fff100;
  }
}

.selection__inner.ec--page {
  padding-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .selection__inner.ec--page {
    padding-top: 15px;
    padding-inline: 0;
    padding-bottom: 15px;
  }
}

.selection__wrapper.ec--page {
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .selection__wrapper.ec--page {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.selection__card.ec--page {
  width: 342px;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .selection__card.ec--page {
    width: 100%;
    padding-bottom: 30px;
  }
}
.selection__card.make.ec--page {
  background: #00a0e9;
  border-radius: 20px 0 0 20px;
  border-right: 1px solid #000;
  border-left: 2px solid #000;
}
@media screen and (max-width: 767px) {
  .selection__card.make.ec--page {
    border-radius: 0;
    border: none;
  }
}
.selection__card.buy.ec--page {
  background: #e4007f;
  border-radius: 0 20px 20px 0;
  border-right: 2px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .selection__card.buy.ec--page {
    border-radius: 0;
    border: none;
  }
}

.selection-card__heading.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .selection-card__heading.ec--page {
    margin-top: 20px;
    height: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

.selection-card__text.ec--page {
  margin-top: 28px;
  color: #fff;
  margin-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 12px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .selection-card__text.ec--page {
    margin-top: 0;
    margin-left: 100px;
  }
}

.cat-card__image.ec--page {
  margin-inline: auto;
}
.cat-card__image.make.ec--page {
  margin-top: 15px;
  width: 90px;
}
@media screen and (max-width: 767px) {
  .cat-card__image.make.ec--page {
    margin-top: 0;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 110px), -50%);
            transform: translate(calc(-50% - 110px), -50%);
  }
}
.cat-card__image.buy.ec--page {
  margin-top: 20px;
  width: 72px;
}
@media screen and (max-width: 767px) {
  .cat-card__image.buy.ec--page {
    margin-top: 0;
    width: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 110px), -50%);
            transform: translate(calc(-50% - 110px), -50%);
  }
}

.selection-card__button.make.ec--page {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .selection-card__button.make.ec--page {
    margin-top: 24px;
  }
}
.selection-card__button.buy.ec--page {
  margin-top: 23px;
}

.button.make.ec--page {
  padding-inline: 40px 20px;
}

.button.buy.ec--page {
  padding-inline: 45px 20px;
}

.entry.ec--page {
  background: #333;
  overflow: hidden;
}

.entry__inner.ec--page {
  padding-block: 39px 39px;
}
@media screen and (max-width: 767px) {
  .entry__inner.ec--page {
    margin-block: 15px;
  }
}

.entry__card.ec--page {
  margin-inline: auto;
  padding-bottom: 50px;
  text-align: center;
  background: #fff;
  max-width: 805px;
  border-radius: 20px;
  position: relative;
}

.entry__decoration.ec--page {
  position: absolute;
  z-index: 10;
}
.entry__decoration img.ec--page {
  -webkit-filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.4));
}
.entry__decoration.image1.ec--page {
  width: 130px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-100% - 360px), -66px);
          transform: translate(calc(-100% - 360px), -66px);
}
@media screen and (max-width: 767px) {
  .entry__decoration.image1.ec--page {
    width: clamp(80px, 80px + 10 * (100vw - 375px) / 393, 90px);
    -webkit-transform: translate(calc(-100% - (110px + 110 * (100vw - 375px) / 393)), calc(-60px + -40 * (100vw - 375px) / 393));
            transform: translate(calc(-100% - (110px + 110 * (100vw - 375px) / 393)), calc(-60px + -40 * (100vw - 375px) / 393));
  }
}
.entry__decoration.image2.ec--page {
  width: 160px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(calc(-100% - 254px), 6px);
          transform: translate(calc(-100% - 254px), 6px);
}
@media screen and (max-width: 767px) {
  .entry__decoration.image2.ec--page {
    width: calc(100px + 10 * (100vw - 375px) / 393);
    -webkit-transform: translate(calc(-100% - (100px + 46 * (100vw - 375px) / 393)), calc(65px + -5 * (100vw - 375px) / 393));
            transform: translate(calc(-100% - (100px + 46 * (100vw - 375px) / 393)), calc(65px + -5 * (100vw - 375px) / 393));
  }
}
.entry__decoration.image3.ec--page {
  width: 83px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(calc(100% + 363px), -100px) rotate(20deg);
          transform: translate(calc(100% + 363px), -100px) rotate(20deg);
}
@media screen and (max-width: 767px) {
  .entry__decoration.image3.ec--page {
    width: calc(66px + 4 * (100vw - 375px) / 393);
    -webkit-transform: translate(calc(100% + 130px + 73 * (100vw - 375px) / 393), -130px) rotate(20deg);
            transform: translate(calc(100% + 130px + 73 * (100vw - 375px) / 393), -130px) rotate(20deg);
  }
}
.entry__decoration.image4.ec--page {
  width: 244px;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(calc(100% + 239px), 8px) rotate(-10deg);
          transform: translate(calc(100% + 239px), 8px) rotate(-10deg);
}
@media screen and (max-width: 767px) {
  .entry__decoration.image4.ec--page {
    width: calc(160px + 30 * (100vw - 375px) / 393);
    -webkit-transform: translate(calc(100% + 45px + 137 * (100vw - 375px) / 393), calc(80px + -60 * (100vw - 290px) / 393)) rotate(-10deg);
            transform: translate(calc(100% + 45px + 137 * (100vw - 375px) / 393), calc(80px + -60 * (100vw - 290px) / 393)) rotate(-10deg);
  }
}

.entry__box.ec--page {
  padding-top: 32px;
  padding-inline: 62px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 885px) {
  .entry__box.ec--page {
    padding-inline: clamp(5px, 5px + 57 * (100vw - 768px) / 117, 62px);
  }
}
@media screen and (max-width: 767px) {
  .entry__box.ec--page {
    padding-inline: 0;
  }
}

.entry-box__heading.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .entry-box__heading.ec--page {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.entry__point.ec--page {
  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: 125px;
  height: 125px;
  text-align: center;
  color: #fff;
  background: #e4007f;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .entry__point.ec--page {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 140px));
            transform: translateX(calc(-50% - 140px));
  }
}
.entry__point span.ec--page {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 9px;
  line-height: 35px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .entry__point span.ec--page {
    margin-top: 0;
    margin-left: 5px;
    font-size: 20px;
    letter-spacing: 7px;
    line-height: 23px;
  }
}

.entry__text.ec--page {
  margin-top: 5px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6.5px;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
  -webkit-transform-origin: left;
          transform-origin: left;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 767px) {
  .entry__text.ec--page {
    font-size: 27px;
  }
}
.entry__text .highlight-pink.ec--page {
  font-weight: 600;
  color: #e4007f;
}
.entry__text .highlight-blue.ec--page {
  font-weight: 600;
  color: #00a0e9;
}
.entry__text.ec--page::after {
  content: "";
  width: 100%;
  height: 15px;
  background: #fff100;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -10;
}
@media screen and (max-width: 767px) {
  .entry__text.ec--page::after {
    height: 10px;
    bottom: -5px;
  }
}

.entry__hidden-sp.ec--page {
  display: block;
}
@media screen and (max-width: 767px) {
  .entry__hidden-sp.ec--page {
    display: none;
  }
}

.entry__open-sp.ec--page {
  display: none;
}
@media screen and (max-width: 767px) {
  .entry__open-sp.ec--page {
    display: block;
    margin-inline: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transform: scaleX(0.7);
            transform: scaleX(0.7);
    -webkit-transform-origin: center;
            transform-origin: center;
    letter-spacing: 1px;
  }
  .entry__open-sp p.ec--page {
    font-weight: 600;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }
  .entry__open-sp p:first-child.ec--page {
    font-size: 24px;
  }
  .entry__open-sp p.ec--page:nth-child(2) {
    margin-top: 6px;
  }
}

.entry__button.ec--page {
  margin-top: -3px;
  margin-left: -3px;
}
@media screen and (max-width: 767px) {
  .entry__button.ec--page {
    margin-top: 40px;
  }
}
.entry__button .button_background.ec--page {
  width: 440px;
  height: 102px;
  border-radius: 18px;
  background: #fff100;
  -webkit-box-shadow: 18px 18px #fff100;
          box-shadow: 18px 18px #fff100;
}
@media screen and (max-width: 767px) {
  .entry__button .button_background.ec--page {
    width: 248px;
    height: 58px;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px #fff100;
            box-shadow: 10px 10px #fff100;
  }
}
.entry__button .button_background.ec--page::after {
  content: "";
  background: #fff100;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .entry__button .button_background.ec--page::after {
    width: 38px;
    height: 38px;
    left: -8px;
  }
}
.entry__button .button.ec--page {
  width: 427px;
  height: 89px;
  border-radius: 18px;
  -webkit-box-shadow: 18px 18px #00a0e9;
          box-shadow: 18px 18px #00a0e9;
}
@media screen and (max-width: 767px) {
  .entry__button .button.ec--page {
    width: 240px;
    height: 50px;
    border-radius: 10px;
    -webkit-box-shadow: 10px 10px #00a0e9;
            box-shadow: 10px 10px #00a0e9;
  }
}
.entry__button .button__text.ec--page {
  margin-top: 28px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .entry__button .button__text.ec--page {
    margin-top: 8px;
    font-size: 16px;
  }
}
.entry__button .button__icon.ec--page {
  width: 54px;
  left: -17px;
}
@media screen and (max-width: 767px) {
  .entry__button .button__icon.ec--page {
    width: 30px;
    left: -10px;
  }
}
.entry__button:hover .button_background.ec--page {
  -webkit-transform: translate(calc(-50% + 18px), calc(-50% + 18px));
          transform: translate(calc(-50% + 18px), calc(-50% + 18px));
}
.entry__button:hover .button.blue.ec--page {
  -webkit-transform: translate(18px, 18px);
          transform: translate(18px, 18px);
}

.product__inner.ec--page {
  /* padding-block: 112px 98px; */
  padding-block: 35px 98px;
}
@media screen and (max-width: 767px) {
  .product__inner.ec--page {
    /* padding-block: 50px; */
    padding-block: 25px; 
  }
}

.product__lists.ec--page {
  margin-top: 61px;
  /*padding-block: 69px 67px;*/
  background: #fff;
  border: 2px solid #000;
  border-radius: 22px;
  max-width: 984px;
  margin-inline: auto;
  padding-block: 0px 0px;
}
@media screen and (max-width: 767px) {
  .product__lists.ec--page {
    margin-top: 40px;
    /*padding-block: 40px 10px;*/
  }
}

.product__item.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e5e5e5;
  margin-inline: auto;
  max-width: 878px;
  height: 164px;
  padding: 15px;
}
.product__item:last-child.ec--page {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .product__item.ec--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: auto;
    padding: 15px;
  }
  .product__item.ec--page:not(:nth-child(1)) {
    margin-top: 25px;
  }
  .product__item:last-child.ec--page {
    border-bottom: none;
    padding: 15px;
  }
}

.product__image.ec--page {
  margin-left: clamp(0px, 0px + 20 * (100vw - 768px) / 312, 20px);
  /*width: 300px;*/
  height: 150px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  /*height: 100%;*/
}
.product__image.product-1 img.ec--page {
  width: 240px;
  object-fit: contain;
  height: 100%;
  padding: 15px;
}
.product__image.product-2 img.ec--page {
  width: 100px;
}
.product__image.product-3 img.ec--page {
  width: 250px;
}
.product__image.product-4 img.ec--page {
  width: 105px;
}
.product__image.product-5 img.ec--page {
  width: 250px;
}
.product__image.product-6 img.ec--page {
  width: 101px;
}
.product__image.product-7 img.ec--page {
  width: 80px;
}
.product__image.product-8 img.ec--page {
  width: 130px;
}
.product__image.product-9 img.ec--page {
  width: 80px;
}
.product__image.product-10 img.ec--page {
  width: 100px;
}
.product__image.product-11 img.ec--page {
  width: 240px;
}

.product__name.ec--page {
  margin-left: clamp(5px, 5px + 116 * (100vw - 768px) / 312, 121px);
  width: 310px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  -webkit-transform: scaleX(0.75);
          transform: scaleX(0.75);
  -webkit-transform-origin: left;
          transform-origin: left;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .product__name.ec--page {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .product__name.ec--page {
    font-size: 20px;
  }
}
.product__name .katakana.ec--page {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .product__name .katakana.ec--page {
    font-size: 18px;
  }
}
.product__name .en.ec--page {
  display: inline-block;
  -webkit-transform: scaleX(1.15);
          transform: scaleX(1.15);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 500;
  letter-spacing: 5px;
  margin-right: 13px;
}

.product__link.ec--page {
  margin-left: clamp(0px, 0px + 38 * (100vw - 768px) / 312, 38px);
  margin-right: 20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product__link.ec--page {
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(115px);
            transform: translateX(115px);
  }
}
.product__link.ec--page::before, .product__link.ec--page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}
.product__link.ec--page::before {
  background-image: url(../img/circle_magenta.svg);
  opacity: 1;
}
.product__link.ec--page::after {
  background-image: url(../img/circle_blue.svg);
  opacity: 0;
}
.product__link.ec--page:hover::before {
  opacity: 0;
}
.product__link.ec--page:hover::after {
  opacity: 1;
}

.cta__inner.ec--page {
  max-width: none;
  padding: 0;
}

.cta__wrapper.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta__left.ec--page,
.cta__right.ec--page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  padding-inline: 40px;
  height: 200px;
  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;
}
@media screen and (max-width: 767px) {
  .cta__left.ec--page,
  .cta__right.ec--page {
    height: 150px;
  }
}

.cta__left.ec--page {
  background: #e4007f;
}

.cta__right.ec--page {
  background: #00a0e9;
}

.cta__button.ec--page {
  margin-top: -18px;
  margin-left: -3px;
}
.cta__button .button_background.ec--page {
  width: 440px;
  height: 102px;
  border-radius: 18px;
  background: #fff100;
  -webkit-box-shadow: 18px 18px #fff100;
          box-shadow: 18px 18px #fff100;
}
@media screen and (max-width: 767px) {
  .cta__button .button_background.ec--page {
    width: 248px;
    height: 58px;
    border-radius: 12px;
    -webkit-box-shadow: 10px 10px #fff100;
            box-shadow: 10px 10px #fff100;
  }
}
.cta__button .button_background.ec--page::after {
  content: "";
  background: #fff100;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cta__button .button_background.ec--page::after {
    width: 38px;
    height: 38px;
    left: -8px;
  }
}
.cta__button .button.ec--page {
  width: 427px;
  height: 89px;
  border-radius: 18px;
}
@media screen and (max-width: 767px) {
  .cta__button .button.ec--page {
    width: 240px;
    height: 50px;
    border-radius: 10px;
  }
}
.cta__button .button.blue.ec--page {
  -webkit-box-shadow: 18px 18px #00a0e9;
          box-shadow: 18px 18px #00a0e9;
}
@media screen and (max-width: 767px) {
  .cta__button .button.blue.ec--page {
    -webkit-box-shadow: 10px 10px #00a0e9;
            box-shadow: 10px 10px #00a0e9;
  }
}
.cta__button .button.deep-pink.ec--page {
  -webkit-box-shadow: 18px 18px #e4007f;
          box-shadow: 18px 18px #e4007f;
}
@media screen and (max-width: 767px) {
  .cta__button .button.deep-pink.ec--page {
    -webkit-box-shadow: 10px 10px #e4007f;
            box-shadow: 10px 10px #e4007f;
  }
}
.cta__button .button__text.ec--page {
  margin-top: 28px;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cta__button .button__text.ec--page {
    margin-top: 8px;
    font-size: 16px;
  }
}
.cta__button .button__icon.ec--page {
  width: 54px;
}
.cta__button .button__icon.ec--page {
  left: -17px;
}
@media screen and (max-width: 767px) {
  .cta__button .button__icon.ec--page {
    width: 30px;
    left: -10px;
  }
}
.cta__button:hover .button_background.ec--page {
  -webkit-transform: translate(calc(-50% + 18px), calc(-50% + 18px));
          transform: translate(calc(-50% + 18px), calc(-50% + 18px));
}
.cta__button:hover .button.blue.ec--page,
.cta__button:hover .button.deep-pink.ec--page {
  -webkit-transform: translate(18px, 18px);
          transform: translate(18px, 18px);
}

.footer-links.ec--page {
  background: #fff;
}

.footer-links__inner.ec--page {
  max-width: none;
  padding: 0;
}

.footer-links__list.ec--page {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
}
@media (min-width: 768px) {
  .footer-links__list.ec--page {
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer-links__list li.ec--page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  height: 60px;
  border: 1px solid #e5e5e5;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-links__list li:hover.ec--page {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-links__list li.ec--page {
    font-size: 18px;
  }
}
.footer-links__list li.ec--page:nth-last-child(-n+2) {
  border-bottom: 2px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .footer-links__list li.ec--page:nth-last-child(-n+2) {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media screen and (max-width: 767px) {
  .footer-links__list li:last-child.ec--page {
    border-bottom: 2px solid #e5e5e5;
  }
}
.footer-links__list li a.ec--page {
  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: 100%;
  height: 100%;
  font-weight: 600;
}

.footer.ec--page {
  background: #fff100;
  text-align: center;
  position: relative;
}

.footer__inner.ec--page {
  padding-block: 29px 10px;
}

.footer__contents.ec--page {
  display: inline-block;
  margin-inline: auto;
}

.footer__logo.ec--page {
  margin-left: -33px;
  width: 341px;
}

.footer__copyright.ec--page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin-top: 34px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767px) {
  .footer__copyright.ec--page {
    font-size: 10px;
  }
}

.pagetop.ec--page {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 60px;
  right: 50px;
  bottom: 29px;
  z-index: 100;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.pagetop.is-show.ec--page {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .pagetop.ec--page {
    /*position: absolute;*/
    right: clamp(10px, 10px + 40 * (100vw - 375px) / 393, 50px);
  }
}

@media screen and (max-width: 767px) {
  .ec-header-left.ec--page {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .ec-header-right.ec--page {
    margin-left: 15px;
  }
}

.header__center.ec--page {
  overflow: hidden;
  width: 100%;
}

.ec-header-logo__scroller.ec--page {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.ec-header-logo__track.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-logo__header 20s linear infinite;
          animation: scroll-logo__header 20s linear infinite;
}

@-webkit-keyframes scroll-logo__header {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-logo__header {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ec-header-logo.ec--page {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.ec-header-logo__mini.ec--page {
  width: 90px;
  max-height: 62px;
}
.ec-header-logo__mini img.ec--page {
  /*height: 100%;*/
  height: 40px;
}

.ec-header-logo__text.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-header-logo__text-top.ec--page,
.ec-header-logo__text-bottom.ec--page {
  width: 150px;
}
.ec-header-logo__text-top.ec--page {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.ec-footer-links.ec--page {
  padding-bottom: 144px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ec-footer-links.ec--page {
    padding-bottom: 72px;
  }
}
.ec-footer-links.ec--page::before {
  content: "";
  width: 81.411481vw;
  height: 72px;
  background: #e4007f;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ec-footer-links.ec--page::before {
    height: 36px;
  }
}
.ec-footer-links.ec--page::after {
  content: "";
  width: 64.814815vw;
  height: 72px;
  background: #00a0e9;
  position: absolute;
  bottom: 72px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .ec-footer-links.ec--page::after {
    height: 36px;
    bottom: 36px;
  }
}

.ec-footer__inner.ec--page {
  padding-block: 0;
}

.footer__contents.ec--page {
  height: 80px;
  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;
}

.ec-footer-logo__scroller.ec--page {
  overflow: hidden;
  width: 100%;
}

.ec-footer-logo__wrapper.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: scroll-logo__footer 20s linear infinite;
          animation: scroll-logo__footer 20s linear infinite;
}

@-webkit-keyframes scroll-logo__footer {
  0%.ec--page {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100%.ec--page {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes scroll-logo__footer {
  0%.ec--page {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100%.ec--page {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ec-footer-logo.ec--page {
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.ec-footer-logo__mini.ec--page {
  width: 90px;
  max-height: 62px;
}
.ec-footer-logo__mini img.ec--page {
  height: 100%;
}

.ec-footer-logo__text.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ec-footer-logo__text-top.ec--page,
.ec-footer-logo__text-bottom.ec--page {
  width: 150px;
}
.ec-footer-logo__text-top.ec--page {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-gallery.ec--page {
  position: relative;
}
.product-gallery.ec--page::before {
  content: "";
  width: 81.411481vw;
  height: 72px;
  background: #e4007f;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-gallery.ec--page::before {
    height: 36px;
  }
}
.product-gallery.ec--page::after {
  content: "";
  width: 64.814815vw;
  height: 72px;
  background: #00a0e9;
  position: absolute;
  top: 72px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-gallery.ec--page::after {
    height: 36px;
    top: 36px;
  }
}

.product-gallery__inner.ec--page {
  padding-block: 200px 105px;
}
@media screen and (max-width: 767px) {
  .product-gallery__inner.ec--page {
    padding-block: 120px 100px;
  }
}

.product-gallery__title.ec--page {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
  position: relative;
}

.product-gallery-title__decoration-right.ec--page::before, .product-gallery-title__decoration-right.ec--page::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  border-radius: 9999px;
}
.product-gallery-title__decoration-right.ec--page::before {
  width: 65px;
  top: 10px;
  left: 15px;
  -webkit-transform: rotate(65deg);
          transform: rotate(65deg);
}
@media screen and (max-width: 767px) {
  .product-gallery-title__decoration-right.ec--page::before {
    width: 43px;
    top: 5px;
    left: 15px;
  }
}
.product-gallery-title__decoration-right.ec--page::after {
  width: 50px;
  top: 30px;
  left: 0px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
@media screen and (max-width: 767px) {
  .product-gallery-title__decoration-right.ec--page::after {
    width: 33px;
    top: 20px;
    left: 10px;
  }
}

.product-gallery-title__decoration-left.ec--page::before, .product-gallery-title__decoration-left.ec--page::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #000;
  border-radius: 9999px;
}
.product-gallery-title__decoration-left.ec--page::before {
  width: 65px;
  top: 10px;
  right: 15px;
  -webkit-transform: rotate(-65deg);
          transform: rotate(-65deg);
}
@media screen and (max-width: 767px) {
  .product-gallery-title__decoration-left.ec--page::before {
    width: 43px;
    top: 5px;
    right: 15px;
  }
}
.product-gallery-title__decoration-left.ec--page::after {
  width: 50px;
  top: 30px;
  right: 0px;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
@media screen and (max-width: 767px) {
  .product-gallery-title__decoration-left.ec--page::after {
    width: 33px;
    top: 20px;
    right: 10px;
  }
}

.product-gallery__title-line.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.product-gallery__title-line.is-second.ec--page {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .product-gallery__title-line.is-second.ec--page {
    margin-top: 10px;
  }
}

.product-gallery-title__text.ec--page {
  font-size: 90px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-gallery-title__text.ec--page {
    font-size: 60px;
  }
}
.product-gallery-title__text.highlight.ec--page {
  margin-left: 16px;
  color: #e4007f;
  font-weight: 400;
  line-height: 69px;
}
@media screen and (max-width: 767px) {
  .product-gallery-title__text.highlight.ec--page {
    line-height: 45px;
  }
}
.product-gallery-title__text.highlight2.ec--page {
  margin-left: -10px;
  font-size: 55px;
  color: #e4007f;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
}
@media screen and (max-width: 767px) {
  .product-gallery-title__text.highlight2.ec--page {
    font-size: 36px;
  }
}
.product-gallery-title__text.small.ec--page {
  margin-left: -25px;
  font-size: 50px;
  -webkit-transform: scaleX(0.6);
          transform: scaleX(0.6);
  letter-spacing: 15px;
}
@media screen and (max-width: 767px) {
  .product-gallery-title__text.small.ec--page {
    margin-left: -13px;
    font-size: 32px;
    letter-spacing: 5px;
  }
}
.product-gallery-title__text.large.ec--page {
  font-weight: 900;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  letter-spacing: 1px;
}
.product-gallery-title__text.large2.ec--page {
  margin-left: -22px;
  font-size: 105px;
  font-weight: 500;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  letter-spacing: 10px;
  line-height: 90px;
}
@media screen and (max-width: 767px) {
  .product-gallery-title__text.large2.ec--page {
    font-size: 70px;
    line-height: 60px;
  }
}

.product-gallery__sub-title.ec--page {
  margin-top: 43px;
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .product-gallery__sub-title.ec--page {
    font-size: 20px;
  }
}
.product-gallery__sub-title.ec--page::before, .product-gallery__sub-title.ec--page::after {
  content: "";
  position: absolute;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-gallery__sub-title.ec--page::before {
  top: -25px;
  width: 420px;
  background: linear-gradient(to right, #000 365px, transparent 365px, transparent 375px, #000 375px, #000 400px, transparent 400px, transparent 410px, #000 410px, #000 420px);
}
@media screen and (max-width: 767px) {
  .product-gallery__sub-title.ec--page::before {
    top: -15px;
    width: 345px;
    background: linear-gradient(to right, #000 295px, transparent 295px, transparent 305px, #000 305px, #000 330px, transparent 330px, transparent 340px, #000 340px, #000 345px);
  }
}
.product-gallery__sub-title.ec--page::after {
  bottom: -25px;
  width: 420px;
  background: linear-gradient(to right, #000 10px, transparent 10px, transparent 20px, #000 20px, #000 45px, transparent 45px, transparent 55px, #000 55px, #000 420px);
}
@media screen and (max-width: 767px) {
  .product-gallery__sub-title.ec--page::after {
    bottom: -15px;
    width: 345px;
    background: linear-gradient(to right, #000 8px, transparent 8px, transparent 16px, #000 16px, #000 37px, transparent 37px, transparent 45px, #000 45px, #000 345px);
  }
}

.product-gallery__main.ec--page {
  margin-top: 66px;
}
@media screen and (max-width: 767px) {
  .product-gallery__main.ec--page {
    margin-top: 40px;
  }
}

.product-gallery-main__wrapper.ec--page {
  margin-inline: auto;
  display: grid;
  max-width: 996px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .product-gallery-main__wrapper.ec--page {
    max-width: 470px;
    grid-template-columns: 1fr;
  }
}

.product-gallery-item.ec--page {
  padding: 25px 20px;
  max-width: 470px;
  width: 100%;
  height: 210px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 30px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.product-gallery-item img.ec--page {
  width: 100%;
  height: 100%;
  object-fit: contain; /* 画像の比率を保ったまま枠内に収める */
}
.product-gallery-item.ec--page:nth-child(even) {
  margin-left: 26px;
}
@media screen and (max-width: 767px) {
  .product-gallery-item.ec--page:nth-child(even) {
    margin-left: 0;
  }
}
.product-gallery-item.ec--page:nth-child(n+3) {
  margin-top: 46px;
}
@media screen and (max-width: 767px) {
  .product-gallery-item.ec--page:nth-child(n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-gallery-item.ec--page:not(:first-child) {
    margin-top: 20px;
  }
}
.product-gallery-item:hover.ec--page {
  opacity: 0.6;
}
.product-gallery-item.gallery-popular.ec--page {
  /* padding-block: 3px 1px; */
  /* padding-inline: 8px; */
  padding-block: 10px 10px; 
  padding-inline: 20px;
}

.product-gallery__popular.ec--page {
  margin-top: 92px;
}

.product-gallery-popular__title.ec--page {
  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;
  gap: 40px;
}

.product-gallery-popular-title__line.ec--page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 4px;
}
@media screen and (max-width: 767px) {
  .product-gallery-popular-title__line.ec--page {
    height: 3px;
  }
}
.product-gallery-popular-title__line.right.ec--page {
  background-image: repeating-linear-gradient(to right, #000, #000 15px, transparent 15px, transparent 25px);
}
.product-gallery-popular-title__line.left.ec--page {
  background-image: repeating-linear-gradient(to left, #000, #000 15px, transparent 15px, transparent 25px);
}

.product-gallery-popular-title__text.ec--page {
  margin-inline: -48px -56px;
  color: #00a0e9;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 43px;
  font-weight: 700;
  -webkit-transform: scaleX(0.8);
          transform: scaleX(0.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 15px;
}
@media screen and (max-width: 767px) {
  .product-gallery-popular-title__text.ec--page {
    font-size: 27px;
    letter-spacing: 5px;
  }
}

.product-gallery-popular__wrapper.ec--page {
  margin-top: 84px;
  margin-inline: auto;
  display: grid;
  max-width: 996px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .product-gallery-popular__wrapper.ec--page {
    margin-top: 50px;
    max-width: 470px;
    grid-template-columns: 1fr;
  }
}

.product-gallery__other.ec--page {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .product-gallery__other.ec--page {
    margin-top: 80px;
  }
}

.product-gallery-other__wrapper.ec--page {
  margin-inline: auto;
  display: grid;
  max-width: 996px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .product-gallery-other__wrapper.ec--page {
    max-width: 470px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-gallery__card.ec--page {
  text-align: center;
}
.product-gallery__card.ec--page:nth-child(n+4) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .product-gallery__card.ec--page:nth-child(n+3) {
    margin-top: 20px;
  }
}

.gallery-other.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 170px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #000;
  border-radius: 20px;
}
.gallery-other img.ec--page {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.gallery-other img.image-shadow.ec--page {
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
}

.product-gallery-card__text.ec--page {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(18px, 18px + 9 * (100vw - 768px) / 312, 27px);
  font-weight: 700;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: clamp(5px, 5px + 4 * (100vw - 768px) / 312, 9px);
}
@media screen and (max-width: 767px) {
  .product-gallery-card__text.ec--page {
    margin-top: 5px;
    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;
    height: 48px;
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.category__inner.ec--page {
  padding-block: 75px 62px;
}
@media screen and (max-width: 767px) {
  .category__inner.ec--page {
    padding-block: 50px;
  }
}

.category__lists.ec--page {
  margin-top: 63px;
  margin-inline: auto;
  max-width: 915px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 13.75vw - 52px, 95px);
}
@media screen and (max-width: 767px) {
  .category__lists.ec--page {
    max-width: 410px;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.category__item.ec--page {
  text-align: center;
  background: #fff;
  max-width: 410px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  flex-wrap: nowrap;
  flex-direction: column;
  height: 395px;
  padding: 5%;
  border: 2px solid #000;
  border-radius: 20px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: grid;
  unicode-bidi: isolate;
  grid-template:
      'top' 0fr
      'text' auto
      'image' minmax(0, auto)
      'bottom' 0fr;
  justify-items: center;
  box-sizing: border-box;
  margin: 0;
}
.category__item.ec--page:nth-child(n+3) {
  margin-top: clamp(-35px, (100vw - 768px) * -0.109 + 0px, 0px);
}
.category__item:hover.ec--page {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .category__item.ec--page {
    height: 300px;
  }
}

.category__name.ec--page {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  -webkit-transform: scaleX(0.75);
          transform: scaleX(0.75);
  -webkit-transform-origin: center;
          transform-origin: center;
  letter-spacing: 2px;
  position: relative;
  grid-area: text;
}
@media screen and (max-width: 767px) {
  .category__name.ec--page {
    text-align: center;
    margin-left: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    font-size: 20px;
  }
}
.category__name .katakana.ec--page {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .category__name .katakana.ec--page {
    font-size: 18px;
  }
}
.category__name .en.ec--page {
  display: inline-block;
  -webkit-transform: scaleX(1.15);
          transform: scaleX(1.15);
  -webkit-transform-origin: left;
          transform-origin: left;
  font-weight: 500;
  letter-spacing: 5px;
  margin-right: 13px;
}
.category__name.ec--page::after {
  /*
  content: "";
  width: 100%;
  height: 2px;
  background: #fff100;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  */
}

.category__image.ec--page {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  grid-area: image;
}
.category__image img.ec--page {
  width: 100%;
  height: 100%;
  /* height: 250px; */
  object-fit: contain;
}

.product-detail.ec--page {
  position: relative;
}
.product-detail.ec--page::before {
  content: "";
  width: 81.411481vw;
  height: 72px;
  background: #e4007f;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-detail.ec--page::before {
    height: 36px;
  }
}
.product-detail.ec--page::after {
  content: "";
  width: 64.814815vw;
  height: 72px;
  background: #00a0e9;
  position: absolute;
  top: 72px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .product-detail.ec--page::after {
    height: 36px;
    top: 36px;
  }
}

.product-detail__inner.ec--page {
  /* padding-block: 233px 100px;*/
  padding-block: 190px 100px;
}
@media screen and (max-width: 767px) {
  .product-detail__inner.ec--page {
    padding-block: 120px 50px;
  }
}

.product-detail__contents.ec--page {
  margin-inline: auto;
  max-width: 984px;
}

.product-detail__main-image.ec--page {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  /*width: 170px;*/
  border: 1px solid gray;
}
@media screen and (max-width: 767px) {
  .product-detail__main-image.ec--page {
    max-width: 445px;
    /*width: 100%;*/
  }
}
.product-detail__main-image img.ec--page {
  /*width: 100%;*/
  height: 500px;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .product-detail__main-image img.ec--page {
    /*width: 100%;*/
    height: 380px;
    object-fit: contain;
  }
}

.product-detail__item.ec--page {
  margin-top: 70px;
  padding-block: 10px 4px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .product-detail__item.ec--page {
    margin-top: 40px;
    border: 2px solid #000;
    border-radius: 20px;
  }
}

.product-detail-item__image.ec--page {
  margin-inline: auto;
  width: 435px;
}
@media screen and (max-width: 767px) {
  .product-detail-item__image.ec--page {
    max-width: 435px;
    width: 90%;
  }
}

.product-detail__info.ec--page {
  margin-top: 37px;
  padding-left: 30px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .product-detail__info.ec--page {
    margin-top: 20px;
    padding-left: 10px;
    font-size: 16px;
  }
}

.product-detail-info__description.ec--page {
  margin-top: 21px;
  line-height: 21px;
  letter-spacing: -1.1px;
}
@media screen and (max-width: 767px) {
  .product-detail-info__description.ec--page {
    margin-top: 15px;
  }
}

.product-detail-info__detail.ec--page {
  margin-top: 22px;
  line-height: 22px;
}
@media screen and (max-width: 767px) {
  .product-detail-info__detail.ec--page {
    margin-top: 15px;
  }
}

.product-detail__form.ec--page {
  margin-top: 80px;
  margin-inline: auto;
  padding: 30px;
  background: #f6d6d5;
  border-radius: 8px;
  width: 100%;
  /* Chrome, Safari, Edge 対応 */
  /* Firefox 対応 */
}
@media screen and (max-width: 767px) {
  .product-detail__form.ec--page {
    margin-top: 40px;
    padding: 15px;
  }
}
.product-detail__form .product-detail__item-title.ec--page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
}
@media (max-width: 900px) {
  .product-detail__form .product-detail__item-title.ec--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .product-detail__form .product-detail__item-title.ec--page {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 16px;
    gap: 20px;
  }
}
@media (max-width: 500px) {
  .product-detail__form .product-detail__item-title.ec--page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
}
.product-detail__form .product-detail-item-title__text.ec--page {
  font-weight: 700;
}
.product-detail__form .product-detail-item-title__price.ec--page {
  font-weight: 700;
}
.product-detail__form .product-detail__form-row.ec--page {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .product-detail__form .product-detail__form-row.ec--page {
    grid-template-columns: 1fr;
  }
}
.product-detail__form .product-detail-form__label.ec--page {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product-detail__form .product-detail-form__label.ec--page {
    font-size: 14px;
  }
}
.product-detail__form .product-detail-form__select.ec--page {
  display: block;
  margin-top: 8px;
  width: 100%;
  padding: 9.5px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.product-detail__form .product-detail-form__select:hover.ec--page {
  border-color: #555;
}
.product-detail__form .product-detail-form__select:focus.ec--page {
  border-color: #e4007f;
  outline: none;
}
.product-detail__form .quantity-control.ec--page {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.product-detail__form .quantity-btn.ec--page {
  width: 40px;
  height: 40px;
  background: #333;
  color: #fff;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: background 0.3s;
          transform: background 0.3s;
}
.product-detail__form .quantity-btn:hover.ec--page {
  background: #555;
}
.product-detail__form .quantity-btn:active.ec--page {
  background: #333;
}
.product-detail__form .quantity-input.ec--page {
  width: 88px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  border: 2px solid #e5e5e5;
  border-radius: 4px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.product-detail__form .quantity-input:focus.ec--page {
  outline: none;
  border: 2px solid #00a0e9;
}
.product-detail__form input[type=number].ec--page::-webkit-inner-spin-button.ec--page,
.product-detail__form input[type=number].ec--page::-webkit-outer-spin-button.ec--page {
  -webkit-appearance: none;
  margin: 0;
}
.product-detail__form input[type=number].ec--page {
  -moz-appearance: textfield;
}
.product-detail__form .price-display.ec--page {
  margin-top: 44px;
  background-color: #fff;
  padding-block: 18px 21px;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .product-detail__form .price-display.ec--page {
    padding-block: 14px;
    margin-top: 40px;
  }
}
.product-detail__form .price-display .price-label.ec--page {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #555;
}
@media screen and (max-width: 767px) {
  .product-detail__form .price-display .price-label.ec--page {
    font-size: 12px;
  }
}
.product-detail__form .price-display .price-value.ec--page {
  margin-top: 15px;
  padding-bottom: 9px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 767px) {
  .product-detail__form .price-display .price-value.ec--page {
    margin-top: 10px;
    font-size: 24px;
  }
}
.product-detail__form .add-to-cart.ec--page {
  margin-bottom: 3px;
  width: 100%;
  padding: 16px;
  margin-top: 24px;
  background: #ffdd00;
  border: none;
  border-radius: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.product-detail__form .add-to-cart:hover.ec--page {
  background: #e5c000;
}
.product-detail__form .add-to-cart:active.ec--page {
  background: #e5c000;
}
.product-detail__title.ec--page {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .product-detail__title.ec--page {
    font-size: 25px;
  }
}

p.empty-alert.ec--page {
  margin: 20px; 0; text-align: center;
}
.arrow-right.ec--page {
  font-size: 500%;
}
.arrow-left.ec--page {
  font-size: 500%;
}

.content__footer-menu.ec--page
{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  height: 70px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content__footer-menu.ec--page > a
{
  font-weight: bold;
  color: black;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .content__footer-menu.ec--page
  {
    font-size: 20px;
  }
}

.selection.ec--page,
.product.ec--page,
.category.ec--page,
.product-gallery.ec--page,
.product-detail.ec--page {
  background-color: #fffef6;
}

.product-detail__modal.modal.ec--page, .modal__content {
  background-color: rgba(0, 0, 0, .4) !important;
}
.product-detail__modal-header.close-button.ec--page {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 1px 0px black;
  background-color: white;
  color: white;
  border: none;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-detail__modal-header.close-button.ec--page ons-icon {
  color: black;
}
.product-detail__modal-contents.ec--page img.ec--page {
  width: 100%;
  height: 100%;
  padding: 5%;
  object-fit: contain;
}