@charset "UTF-8";
/* ==============================================
 * utility
 */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  br.u-sp {
    display: inline !important;
  }
}

/* ==============================================
 * components
 */
.c-ttl-01 {
  text-align: center;
}
.c-ttl-01__en img {
  width: 300px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-ttl-01__en img {
    width: 190px;
  }
}
.c-ttl-01__ja {
  margin-top: 15px;
  font-size: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .c-ttl-01__ja {
    margin-top: 6px;
    font-size: 14px;
  }
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP"), local("Noto Sans CJK JP Regular");
}
:root {
  --font-en-hiragino:
    "neue-haas-grotesk-display", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "Roboto",
    sans-serif;
  --font-en-helvetica: "neue-haas-grotesk-display", "Helvetica Neue", "Roboto", sans-serif;
  --font-en-haas:
    "neue-haas-grotesk-display", "Helvetica Neue", "Roboto", sans-serif;
  --font-ja:
    "neue-haas-grotesk-display", "Local Noto Sans JP", "Noto Sans JP",
    sans-serif;
  --font-en-lts: 0.02em;
}

#site_body {
  overflow-x: clip;
}

body {
  padding-right: 0 !important;
}
body.is-loaded {
  opacity: 1;
}

img,
svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.m-main {
  font-family: var(--font-ja);
}

@media (max-width: 1000px) {
  .result_suggest_title .result_suggest_list {
    margin: 0 -1.5rem !important;
  }
}
.search_feature.active,
.search_styling.active,
.result_suggest {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

search_box {
  z-index: 3;
}

.header_caution {
  height: 48px;
}

#contents {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

#pisss {
  width: 100% !important;
  max-width: 100% !important;
}

#pi {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0;
  background-color: transparent !important;
  padding: 0;
}

#pi > img {
  display: none !important;
}

@media (min-width: 768px) {
  .result_suggest_title .result_suggest_list {
    margin: 0 -1.5rem 0;
  }
}
.section_main,
.seach_sort_wrapper,
.search_contents,
.bread {
  background-color: #fff;
}

.seach_sort_wrapper,
.search_contents,
.bread,
.store_footer {
  position: relative;
  z-index: 2;
}

.result_suggest {
  margin: 0;
}

.pi_description {
  padding: 0 !important;
  background-color: #fff;
}

.pi_lgzformat {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  position: relative;
  container-type: inline-size;
}

.pi_lgzformat div {
  letter-spacing: 0;
}

.pi_lgzformat * {
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.75;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  color: var(--color-black);
  -webkit-font-smoothing: antialiased;
}

.pi_lgzformat .en {
  font-family: var(--en-font);
  font-weight: 400;
  font-style: normal;
}

.pi_lgzformat img,
.pi_lgzformat picture {
  width: 100%;
  vertical-align: bottom;
  line-height: 1;
}

.pi_lgzformat ul:before,
.pi_lgzformat ol:before,
.pi_lgzformat dl:before,
.pi_lgzformat ul:after,
.pi_lgzformat ol:after,
.pi_lgzformat dl:after {
  display: none !important;
}

.pi_lgzformat img {
  width: 100%;
  vertical-align: bottom;
  line-height: 0;
}

.pi_lgzformat .small {
  font-size: 80%;
}

.pi_lgzformat .center-text {
  text-align: center;
}

.pi_lgzformat_inner {
  width: 100%;
  container-type: inline-size;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.contanc {
  width: 100%;
  height: 0px;
  transform: translateY(-200px);
}

.nolink {
  pointer-events: none !important;
}

/* ==============================================
 * animation
 */
/* 下から飛び出す */
@keyframes anim-up {
  0% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(0);
  }
}
.m-anim-up {
  overflow: hidden;
}
.m-anim-up > * {
  transform: translateY(101%);
}
.m-anim-up > span {
  display: inline-block;
}

span.m-anim-up {
  display: inline-block;
}

.m-anim-up.js-animate > *,
.js-animate > .m-anim-up > * {
  animation: 0.7s ease forwards anim-up;
}

/* フェードイン */
.m-fade {
  opacity: 0;
  transition: opacity 1s;
}
.m-fade.js-animate {
  opacity: 1;
}

/* 上からスライドイン */
@keyframes anim-slide-down {
  0% {
    transform: translateY(-2vw);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.m-anim-slide-down {
  opacity: 0;
}
.m-anim-slide-down.js-animate {
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: anim-slide-down;
}

/* 下からスライドイン */
.m-anim-slide-up {
  opacity: 0;
}
.m-anim-slide-up.js-animate {
  animation: 1.2s ease forwards anim-slide-up;
}

@keyframes anim-slide-up {
  0% {
    transform: translateY(3vw);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.m-anim-slide-up {
  opacity: 0;
}
.m-anim-slide-up.js-animate {
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-name: anim-slide-up;
}

/* ==============================================
 * .m-mv
 */
.m-mv {
  position: relative;
}
.m-mv__grid, .m-mv__row {
  display: flex;
}
.m-mv__grid {
  overflow: hidden;
  position: relative;
  margin-bottom: 1px;
}
.m-mv__grid::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #fff;
}
.m-mv__grid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #999999;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-in, opacity 0.3s ease-in;
  pointer-events: none;
  z-index: 5;
}
.m-mv__grid.m-is-active::after {
  clip-path: inset(0);
}
.m-mv__grid.m-is-active-2::after {
  opacity: 0;
}
.m-mv__grid .m-anim-up, .m-mv__grid .m-fade {
  z-index: 10;
}
.m-mv__col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.m-mv__cell {
  position: relative;
  margin-bottom: -1px;
  overflow: hidden;
}
.m-mv__cell--a {
  aspect-ratio: 640/472.15;
}
.m-mv__cell--b {
  aspect-ratio: 320/472.15;
}
.m-mv__cell--c {
  flex: 1;
  min-width: 0;
}
.m-mv__cell--d {
  flex: 1;
  min-width: 0;
  aspect-ratio: 482/711.55;
}
.m-mv__slider {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.m-mv__slider.m-is-active {
  opacity: 1;
}
.m-mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-mv__slider--scale .m-mv__slide.js-animate img {
  animation: 5s linear 0s forwards anim-mv-scale;
}
.m-mv__lead-en {
  position: absolute;
  top: 0;
  margin-top: 5.8%;
  left: 3.8%;
  z-index: 11;
  pointer-events: none;
  color: #fff;
}
.m-mv__lead-en span {
  font-size: 1.77vw;
  font-family: var(--font-en-haas), sans-serif;
  font-weight: normal;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .m-mv__lead-en span {
    font-size: 5.33vw;
  }
}
.m-mv__lead-ja {
  position: absolute;
  bottom: 0;
  margin-bottom: 4.9%;
  left: 4.2%;
  z-index: 11;
  pointer-events: none;
}
.m-mv__lead-ja img {
  width: 9.01vw;
}
@media screen and (max-width: 767px) {
  .m-mv__lead-ja img {
    width: 26.93vw;
  }
}
.m-mv__lead-ja > div:first-child {
  margin-bottom: 5%;
}
.m-mv__tag {
  position: absolute;
  z-index: 11;
  pointer-events: none;
  font-family: var(--font-en-haas);
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 0.88vw;
}
@media screen and (max-width: 767px) {
  .m-mv__tag {
    font-size: 2.66vw;
  }
}
.m-mv__tag--tr {
  top: 1vw;
  right: 1vw;
}
@media screen and (max-width: 767px) {
  .m-mv__tag--tr {
    top: 2.5vw;
    right: 2.5vw;
  }
}
.m-mv__tag--tl {
  top: 1vw;
  left: 1vw;
}
@media screen and (max-width: 767px) {
  .m-mv__tag--tl {
    top: 2.5vw;
    left: 2.5vw;
  }
}
.m-mv__tag--br {
  bottom: 0.7vw;
  right: 1vw;
}
@media screen and (max-width: 767px) {
  .m-mv__tag--br {
    bottom: 2.2vw;
    right: 2.5vw;
  }
}
.m-mv__tag--bl {
  bottom: 0.7vw;
  left: 1vw;
}
@media screen and (max-width: 767px) {
  .m-mv__tag--bl {
    bottom: 2.2vw;
    left: 2.5vw;
  }
}
.m-mv__top-txt {
  margin-top: 139px;
}
@media screen and (max-width: 767px) {
  .m-mv__top-txt {
    margin-top: 80px;
  }
}
.m-mv__top-txt div {
  font-size: 20px;
  line-height: 2.15;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .m-mv__top-txt div {
    font-size: 14px;
    line-height: 1.964;
  }
}

@keyframes anim-mv-scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.12);
  }
}
/* ==============================================
 * .m-best
 */
:root {
  --best-breakpoint: 1499;
}

.m-best {
  margin-top: 165px;
}
@media screen and (max-width: 767px) {
  .m-best {
    margin-top: 83px;
  }
}
.m-best__slider {
  width: 1420px;
  max-width: 96%;
  margin: 70px auto 0;
}
@media screen and (max-width: 1499px) {
  .m-best__slider {
    width: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .m-best__slider {
    margin-top: 28px;
  }
}
.m-best__slider .splide__list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 21.3px;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1499px) {
  .m-best__slider .splide__list {
    display: flex !important;
    gap: 0;
  }
}
@media screen and (max-width: 1499px) {
  .m-best__slide:first-child {
    padding-left: 2vw;
  }
}
@media screen and (max-width: 1499px) {
  .m-best__slide:last-child {
    padding-right: 2vw;
  }
}
.m-best__slide a {
  overflow: hidden;
  background: #f3f3f3;
  border-radius: 24px;
  width: 339px;
  height: 339px;
  font-size: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #000;
  text-decoration: none !important;
}
@media screen and (max-width: 767px) {
  .m-best__slide a {
    width: 300px;
    height: 300px;
    font-size: 16px;
  }
}
.m-best__photo {
  position: absolute;
  inset: 0;
}
.m-best__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 1.2s cubic-bezier(0, 0.55, 0.45, 1);
  transform: scale(0.95);
}
.m-best__slide a:hover .m-best__photo img {
  transform: scale(1.1);
}
.m-best__lead {
  padding-inline: 7%;
  margin-top: 7%;
  position: relative;
  font-size: 0.91em;
  line-height: 1.404;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .m-best__lead {
    font-size: 0.81em;
  }
}
.m-best__name-area {
  margin-inline: 7.4% 7%;
  margin-bottom: 1.7%;
  position: relative;
  font-weight: 200;
  font-size: 1.2243em;
  font-family: var(--font-en-hiragino);
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .m-best__name-area {
    font-size: 1.07415em;
  }
}
.m-best__name, .m-best__price {
  letter-spacing: var(--font-en-lts);
}
.m-best__price {
  margin-left: 0.7em;
  font-size: 0.79em;
}
@media screen and (max-width: 767px) {
  .m-best__price {
    font-size: 0.75em;
  }
}
.m-best__detail {
  margin-bottom: 5%;
  margin-inline: 8% 7%;
  position: relative;
  color: #808080;
  font-size: 0.72765em;
  font-family: var(--font-en-hiragino);
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-best__detail {
    font-size: 0.6468em;
  }
}
.m-best .splide__pagination {
  position: relative;
  margin: 40px auto;
  width: 270px;
  max-width: 90%;
  bottom: auto;
  padding: 0;
  border-radius: 9999px;
  background: #cccccc;
}
.m-best .splide__pagination::before, .m-best .splide__pagination::after {
  content: none;
}
.m-best .splide__pagination li {
  display: block;
  flex: 1;
  min-width: 0;
}
.m-best .splide__pagination__page {
  border-radius: 9999px;
  height: 3px;
  margin: 0;
  opacity: 1;
  width: 100%;
  display: block;
  transition: none;
}
.m-best .splide__pagination__page.is-active {
  background-color: #808080;
  transform: none;
}

/* ==============================================
 * .m-type
 */
.m-type {
  margin-top: 228px;
}
@media screen and (max-width: 767px) {
  .m-type {
    margin-top: 110px;
  }
}
.m-type .c-ttl-01 {
  margin-bottom: 54px;
}
@media screen and (max-width: 767px) {
  .m-type .c-ttl-01 {
    margin-bottom: 26px;
  }
}
.m-type-nav {
  z-index: 200;
  position: sticky;
  top: 58px;
  padding-left: 0;
  list-style-type: none;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  width: 460px;
  height: 60px;
  margin-inline: auto;
  border: 1px solid #000;
  border-radius: 9999px;
  padding: 3px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-type-nav {
    width: 345px;
    max-width: 92vw;
    height: min(12vw, 45px);
  }
}
.m-type-nav::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  content: "";
  display: block;
  height: 54px;
  width: 147px;
  border-radius: 9999px;
  background: #000000;
  transition: transform 0.4s ease-out, left 0.4s ease-out;
}
@media screen and (max-width: 767px) {
  .m-type-nav::before {
    width: calc(33.33% - 4px);
    height: calc(min(12vw, 45px) - 4px);
    left: 1.5px;
  }
}
.m-type-nav::after {
  content: none;
}
.m-type-nav:has(li:nth-child(2):is(.m-is-active))::before {
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-type-nav:has(li:nth-child(3):is(.m-is-active))::before {
  left: 308px;
}
@media screen and (max-width: 767px) {
  .m-type-nav:has(li:nth-child(3):is(.m-is-active))::before {
    left: calc(66.67% + 2px);
  }
}
.m-type-nav li {
  width: 147px;
}
.m-type-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.m-type-nav span {
  display: inline-block;
  position: relative;
}
.m-type-nav img {
  width: 80px;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .m-type-nav img {
    width: 60px;
  }
}
.m-type-nav img.m-is-on {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.m-type-nav a:hover img.m-is-off {
  opacity: 0.5;
}
.m-type-nav li.m-is-active img.m-is-off {
  opacity: 0;
}
.m-type-nav li.m-is-active img.m-is-on {
  opacity: 1;
}
.m-type__sec {
  margin-top: 214px;
}
@media screen and (max-width: 767px) {
  .m-type__sec {
    margin-top: 107px;
  }
}
.m-type__sec--business {
  margin-top: 115px;
}
@media screen and (max-width: 767px) {
  .m-type__sec--business {
    margin-top: 48px;
  }
}
.m-type__sec--daily .m-type__desc {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .m-type__sec--daily .m-type__desc {
    margin-top: 18px;
  }
}
.m-type__sec--new {
  margin-block: 157px 203px;
  border-top: 1px solid #000;
  padding-top: 110px;
}
@media screen and (max-width: 767px) {
  .m-type__sec--new {
    margin-block: 102px 83px;
    padding-top: 59px;
  }
}
.m-type__sec--new .m-type__sec-ttl img {
  width: 614px;
}
@media screen and (max-width: 767px) {
  .m-type__sec--new .m-type__sec-ttl img {
    width: 274px;
  }
}
.m-type__sec--new .m-type-slider {
  grid-template-columns: 1fr;
}
.m-type__sec-ttl img {
  width: 484px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .m-type__sec-ttl img {
    width: 243px;
  }
}
.m-type__desc {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .m-type__desc {
    margin-top: 26px;
  }
}
.m-type__desc div {
  text-align: center;
  font-size: 18px;
  line-height: 2.167;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .m-type__desc div {
    font-size: 14px;
    line-height: 1.773;
  }
}
.m-type-slider {
  margin-top: 75px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .m-type-slider {
    margin-top: 37px;
    margin-bottom: 0 !important;
    display: block;
  }
}
.m-type-slider__slide img {
  width: 100%;
  transition: opacity 1s ease-in;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .m-type-slider__slide img {
    opacity: 1;
  }
}
.m-type-slider__slide img.js-animate {
  opacity: 1;
}
.m-type-slider__slide:nth-child(2) img {
  transition-delay: 0.3s;
}
.m-type-slider__slide:nth-child(3) img {
  transition-delay: 0.6s;
}
.m-type-slider .slick-dots {
  margin-top: 14px;
  position: relative;
  bottom: auto;
}
.m-type-slider .slick-dots::before, .m-type-slider .slick-dots::after {
  content: none;
}
.m-type-slider .slick-dots li,
.m-type-slider .slick-dots button {
  width: 40px;
  height: 3px;
}
.m-type-slider .slick-dots li {
  margin-inline: 4px;
}
.m-type-slider .slick-dots button {
  padding: 0;
  background-color: #ccc;
  transition: background-color 0.4s;
  border-radius: 9999px;
}
.m-type-slider .slick-dots button::before {
  content: none;
}
.m-type-slider .slick-dots li.slick-active button {
  background-color: #000;
}
.m-type-pickup {
  margin-top: 50px;
  text-align: center;
  font-family: var(--font-en-hiragino);
  font-size: 16.8px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .m-type-pickup {
    margin-top: 25px;
  }
}
.m-type-pickup__name-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.3em;
}
@media screen and (max-width: 767px) {
  .m-type-pickup__name-area {
    min-width: 253px;
    width: max-content;
    justify-content: flex-start;
    margin-inline: auto;
    column-gap: 1em;
  }
}
.m-type-pickup__name {
  font-size: 1.5em;
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-type-pickup__name {
    font-size: 0.93em;
  }
}
.m-type-pickup__price {
  font-size: 1.12em;
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-type-pickup__price {
    font-size: 0.75em;
    margin-right: 0.8em;
  }
}
.m-type-pickup__btn {
  margin-left: 24px;
  padding-top: 1px;
  font-size: 0.76em;
  width: 6.26em;
  height: 1.86em;
  display: grid;
  place-content: center;
  border: 1px solid #000;
  border-radius: 9999px;
  letter-spacing: var(--font-en-lts);
  transition: color 0.5s ease, background-colorr 0.5s ease;
}
@media screen and (max-width: 767px) {
  .m-type-pickup__btn {
    margin-left: auto;
    font-size: 0.62em;
    width: 5em;
    height: 1.5em;
  }
}
.m-type-pickup__btn:hover {
  color: #fff;
  background: #000;
}
.m-type-pickup__detail {
  margin-top: 1.4em;
  color: #808080;
  font-size: 0.87em;
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-type-pickup__detail {
    font-size: 0.56em;
  }
}
.m-type-items {
  margin: 83px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 63px 10.5px;
  width: 952px;
  max-width: 96%;
}
@media screen and (max-width: 767px) {
  .m-type-items {
    margin-top: 43px;
    grid-template-columns: repeat(2, 1fr);
    max-width: 92%;
    gap: 26px 1.73%;
  }
}
.m-type-items::before, .m-type-items::after {
  content: none;
}
.m-type-items a {
  display: block;
  color: #000;
}
.m-type-items a:hover {
  color: #000;
}
.m-type-items__photo {
  aspect-ratio: 310/365;
  background-color: #F5F5F5;
  overflow: hidden;
}
.m-type-items__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0, 0.55, 0.45, 1);
}
a:hover .m-type-items__photo img {
  transform: scale(1.12);
}
.m-type-items__name {
  margin-top: 29px;
  font-size: 23.1px;
  font-family: var(--font-en-hiragino);
  line-height: 1.273;
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-type-items__name {
    font-size: 15.75px;
    margin-top: 13px;
  }
}
.m-type-items__price {
  margin-top: 10px;
  font-size: 18.9px;
  font-family: var(--font-en-hiragino);
  line-height: 1.273;
  letter-spacing: var(--font-en-lts);
}
@media screen and (max-width: 767px) {
  .m-type-items__price {
    margin-top: 5px;
    font-size: 12.6px;
  }
}
.m-type-items__coming {
  margin-left: 0.8em;
  letter-spacing: var(--font-en-lts);
  color: #B3B3B3;
}

/* ==============================================
 * .m-campaign
 */
.m-campaign {
  padding-block: 159px 160px;
  background-color: #e6e6e6;
}
@media screen and (max-width: 767px) {
  .m-campaign {
    padding-block: 73px 70px;
  }
}
.m-campaign__inner {
  width: 1180px;
  max-width: 94%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .m-campaign__inner {
    max-width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .m-campaign .c-ttl-01__en img {
    width: 150px;
  }
}
.m-campaign .c-ttl-01__ja {
  margin-top: 19px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .m-campaign .c-ttl-01__ja {
    margin-top: 13px;
    font-size: 14px;
  }
}
.m-campaign__lead {
  margin-top: 74px;
}
@media screen and (max-width: 767px) {
  .m-campaign__lead {
    margin-top: 24px;
  }
}
.m-campaign__lead img {
  margin-inline: auto;
  width: 763px;
  max-width: 80%;
}
@media screen and (max-width: 767px) {
  .m-campaign__lead img {
    width: 329px;
    max-width: 96%;
  }
}
.m-campaign__top-txt {
  margin-top: 36px;
  letter-spacing: 0.06em;
  font-size: 22px;
  line-height: 1.818;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-campaign__top-txt {
    margin-top: 26px;
    text-align: center;
    font-size: 17px;
    line-height: 2.038;
    white-space: nowrap;
  }
}
.m-campaign__code {
  margin-top: 51px;
}
@media screen and (max-width: 767px) {
  .m-campaign__code {
    margin-top: 33px;
  }
}
.m-campaign__code dt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-campaign__code dt {
    font-size: 15px;
  }
}
.m-campaign__code dd {
  margin-top: 13px;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  font-weight: 900;
  font-family: var(--font-en-helvetica);
}
@media screen and (max-width: 767px) {
  .m-campaign__code dd {
    font-size: 25px;
  }
}
.m-campaign__btn {
  margin-block: 31px 70px;
}
@media screen and (max-width: 767px) {
  .m-campaign__btn {
    margin: 19px 5.3% 35px;
  }
}
.m-campaign__btn button {
  appearance: none;
  border-width: 0;
  padding: 0;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  height: 80px;
  display: grid;
  place-content: center;
  border-radius: 10px;
  background-color: #666666;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .m-campaign__btn button {
    height: 65px;
    font-size: 15px;
    border-radius: 5px;
  }
}
.m-campaign__btn button:hover {
  background-color: #000;
}
.m-campaign__detail {
  padding: 0 0 0 5.3%;
}
@media screen and (max-width: 767px) {
  .m-campaign__detail {
    padding-right: 5.3%;
  }
}
.m-campaign__detail dt {
  margin-bottom: 3px;
  font-size: 22px;
  letter-spacing: 0.06em;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .m-campaign__detail dt {
    font-size: 15px;
  }
}
.m-campaign__detail dd {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .m-campaign__detail dd {
    font-size: 15px;
    line-height: 1.633;
  }
}
.m-campaign__detail dd + dt {
  margin-top: 25px;
  margin-top: 15px;
}
.m-campaign__detail dd a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3em;
}
.m-campaign__detail--l {
  display: none;
  padding-bottom: 56px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .m-campaign__detail--l {
    padding-bottom: 30px;
  }
}
.m-campaign__detail--l dd + dt {
  margin-top: 42px;
}
.m-campaign__accordion {
  position: relative;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 22px;
  margin-block: 54px 51px;
  padding: 1.7em 2.8em;
}
@media screen and (max-width: 767px) {
  .m-campaign__accordion {
    font-size: 15px;
    margin-block: 28px;
    padding: 1.1em 1.2em;
  }
}
.m-campaign__accordion:hover {
  cursor: pointer;
}
.m-campaign__accordion::before, .m-campaign__accordion::after {
  content: "";
  position: absolute;
  right: 2.4em;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 1px;
  background: #000;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .m-campaign__accordion::before, .m-campaign__accordion::after {
    width: 20px;
    right: 1em;
  }
}
.m-campaign__accordion::after {
  transform: translateY(-50%) rotate(90deg);
}
.m-campaign ol::before, .m-campaign ol::after,
.m-campaign ul::before,
.m-campaign ul::after {
  content: none;
}
.m-campaign ol li,
.m-campaign ul li {
  position: relative;
}
.m-campaign ol {
  counter-reset: m-detail-count 0;
}
.m-campaign ol li {
  padding-left: 1.2em;
}
.m-campaign ol li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  counter-increment: m-detail-count;
  content: counter(m-detail-count) ".";
}
.m-campaign ul li {
  padding-left: 0.8em;
}
.m-campaign ul li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "・";
}

.toast {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(-200px);
  background-color: #333;
  color: #fff;
  padding: 20px 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  z-index: 9999;
  cursor: pointer;
  user-select: none;
}

.toast.show {
  transform: translateX(-50%) translateY(0);
}

.toast-message {
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */
