@charset "UTF-8";
.sp-dis {
  display: none;
}

.pc-dis {
  display: block;
}

@media (max-width: 600px) {
  .sp-dis {
    display: block;
  }
  .pc-dis {
    display: none;
  }
}
.c-arrow__right-white-orange::before, .c-arrow__right-white-red::before, .c-arrow__right-red::before, .c-arrow__left-red::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 50%;
}

.c-arrow__right-white-orange::after, .c-arrow__right-white-red::after, .c-arrow__right-red::after, .c-arrow__left-red::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.c-arrow__left-red {
  position: relative;
  padding-left: 2rem;
}
.c-arrow__left-red::before {
  width: 15px;
  height: 15px;
  background: #dd2c00;
  margin-top: -8px;
  left: 0;
}
.c-arrow__left-red::after {
  left: 6px;
  width: 5px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -4px;
}
.c-arrow__right-red {
  position: relative;
  padding-right: 2rem;
}
.c-arrow__right-red::before {
  width: 15px;
  height: 15px;
  background: #dd2c00;
  margin-top: -8px;
  right: 0;
}
.c-arrow__right-red::after {
  right: 0px;
  width: 5px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  margin-top: -4px;
}
.c-arrow__right-white-red {
  position: relative;
}
.c-arrow__right-white-red::before {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -12px;
  right: 15px;
}
.c-arrow__right-white-red::after {
  right: 16px;
  width: 9px;
  height: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #e44d3c;
  margin-top: -7px;
}
.c-arrow__right-white-orange {
  position: relative;
}
.c-arrow__right-white-orange::before {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-top: -12px;
  right: 15px;
}
.c-arrow__right-white-orange::after {
  right: 16px;
  width: 9px;
  height: 11px;
  border: 5px solid transparent;
  border-left: 7px solid #f98c0b;
  margin-top: -7px;
}

.c-hamburger-close {
  position: fixed;
  z-index: 99999;
  left: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-align: center;
}
.c-hamburger-close span:nth-child(1) {
  display: none;
  top: 17px;
  background: #ffffff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 25px;
  height: 3px;
}
.c-hamburger-close span:nth-child(2) {
  display: none;
  top: 15px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 25px;
  height: 3px;
}
.c-hamburger-close.active span {
  display: block;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#_rcmdjp_display_1 .bnr_boxTop {
  width: 80px;
  height: auto;
  font-size: 10px;
  text-align: center;
  position: fixed;
  top: 80px !important;
  right: 0;
  z-index: 9999;
}

.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

/* 白抜きスタイル用 modifier */
.menu-button--outline {
  background-color: #fff;
  color: #3a2100;
  border: 2px solid #3c1d00;
}

.menu-button--outline:hover {
  background-color: #f7e8e3;
}

.c-button__primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  color: #fff;
  height: 60px;
  border-radius: 30px;
  font-size: 1.6rem;
  font-weight: 600;
}
.c-button__primary :hover {
  opacity: 0.8;
}
.c-button__bg-red {
  background-color: #e44d3c;
}
.c-button__bg-orange {
  background-color: #f98c0b;
}

.c-text-marker--yellow {
  background: linear-gradient(to top, #fbf6a8 50%, transparent 50%);
}/*# sourceMappingURL=parts.css.map */