@charset "UTF-8";
/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.u-c-white {
  color: #fff !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-text-shadow {
  text-shadow: var(--text-shadow);
}

.u-font-m_plus_one {
  font-family: '"M PLUS 1p", sans-serif';
}

.u-font-device {
  font-family: sans-serif;
}

@font-face {
  font-display: swap;
  font-weight: 400;
  font-family: "M PLUS 1p";
  src: url("../font/M_PLUS_1p/MPLUS1p-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-family: "M PLUS 1p";
  src: url("../font/M_PLUS_1p/MPLUS1p-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-family: "M PLUS 1p";
  src: url("../font/M_PLUS_1p/MPLUS1p-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 900;
  font-family: "M PLUS 1p";
  src: url("../font/M_PLUS_1p/MPLUS1p-Black.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1271px) {
  html {
    font-size: 56.25%;
  }
}

body {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.4375;
  color: #222222;
  word-break: break-all;
  background: #fff;
}
body.hidden {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
dt,
dd,
a,
th,
td,
input,
textarea {
  letter-spacing: 0.05em;
}

img {
  pointer-events: none;
  object-fit: cover;
}

a {
  color: inherit;
  display: inline-block;
}

select {
  color: inherit;
}

span {
  display: inline-block;
}

ul,
ol {
  list-style: none;
}

option {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  option {
    font-size: 2rem;
  }
}

button {
  text-align: left;
  color: inherit;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
    scroll-padding-top: 4.5rem;
  }
  body {
    font-size: 2.87rem;
  }
}
.bg-load-overlay {
  background: rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  position: fixed;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-around;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
}

/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.l-container {
  width: 95%;
  max-width: 108rem;
  margin-inline: auto;
}
@media screen and (max-width: 1271px) {
  .l-container {
    max-width: 95rem;
    width: 89.5%;
  }
}
.l-container.l-container--smaller {
  max-width: 83.3rem;
}
@media screen and (max-width: 1271px) {
  .l-container.l-container--smaller {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container.l-container--smaller {
    max-width: none;
  }
}
.l-container.l-container--small {
  max-width: 88.4rem;
}
@media screen and (max-width: 1271px) {
  .l-container.l-container--small {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container.l-container--small {
    max-width: none;
  }
}
.l-container.l-container--large {
  max-width: 128rem;
}
@media screen and (max-width: 1271px) {
  .l-container.l-container--large {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container.l-container--large {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .l-container.l-container--wide {
    width: 100%;
    max-width: none;
  }
}
.l-container.l-container--sp-only {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .l-container.l-container--sp-only {
    width: 95%;
    max-width: 108rem;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 1271px) {
  .l-container.l-container--sp-only {
    max-width: 95rem;
    width: 89.5%;
  }
}

.l-section {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 16rem;
  }
}
.l-section--block {
  padding-block: 13rem;
}
@media screen and (max-width: 767px) {
  .l-section--block {
    padding-block: 16rem;
  }
}
.l-section--pt-medium {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-section--pt-medium {
    padding-top: 10rem;
  }
}
.l-section--pt-small {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-section--pt-small {
    padding-top: 10rem;
  }
}
.l-section--pt-smaller {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-section--pt-smaller {
    padding-top: 8rem;
  }
}
.l-section--pt-small2 {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-section--pt-small2 {
    padding-top: 14rem;
  }
}

/******************************************************
// その他の変数定義
*******************************************************/
.l-main {
  padding-top: 6.8rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 10rem;
  }
}

.l-page .l-main {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-main {
    padding-top: 14rem;
  }
}

.l-footer {
  margin-top: 10rem;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer.l-footer--mt-small {
    margin-top: 8rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  height: 6.8rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 10rem;
  }
}

.l-page .l-header {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .l-page .l-header {
    height: 14rem;
  }
}

/******************************************************
// その他の変数定義
*******************************************************/
/******************************************************
// mixin定義
*******************************************************/
.c-link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .c-link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-link {
    font-size: 2.8rem;
    gap: 1.7rem;
  }
}
.c-link.c-link--reverse {
  flex-direction: row-reverse;
}
.c-link.c-link--reverse::after {
  transform: scale(-1, 1);
}
.c-link.c-link--gap-small {
  gap: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-link.c-link--gap-small {
    gap: 1.7rem;
  }
}
.c-link.c-link--toggle {
  font-weight: 400;
}
.c-link.c-link--toggle::after {
  display: none;
}
.c-link.c-link--toggle span {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #9bcf41;
  border-radius: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-link.c-link--toggle span {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.c-link.c-link--toggle span::before, .c-link.c-link--toggle span::after {
  content: "";
  display: block;
  height: 0.15rem;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-link.c-link--toggle span::before {
  transform: translate(-50%, -50%);
}
.c-link.c-link--toggle span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-link.c-link--toggle.is-active span::after {
  display: none;
}
.c-link::after {
  content: "";
  background-image: url(../images/common/icon_circle_angle_theme.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-link::after {
    width: 2.7rem;
    height: 2.7rem;
  }
}

.c-anchorlink-parent {
  position: relative;
  padding-inline: 9rem;
  background-color: #f3fbce;
}
@media screen and (max-width: 767px) {
  .c-anchorlink-parent {
    padding-inline: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-anchorlink-parent:has(.c-anchorlink--wrap) {
    padding-inline: 1rem;
  }
}

.c-anchorlink {
  background-color: #f3fbce;
  overflow: hidden;
  position: relative;
}
.c-anchorlink.c-anchorlink--pd {
  padding-block: 2rem;
}
@media screen and (max-width: 767px) {
  .c-anchorlink.c-anchorlink--pd {
    padding-block: 0;
  }
}
.c-anchorlink__list {
  display: flex;
  align-items: center;
  gap: 5.4rem;
  width: fit-content !important;
  max-width: 100%;
  margin-inline: auto;
  transition: transform 0.3s ease;
}
.c-anchorlink--wrap .c-anchorlink__list {
  flex-wrap: wrap;
  padding-inline: 1.5rem;
  gap: 0 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-anchorlink--wrap .c-anchorlink__list {
    padding-inline: 3rem;
    gap: 0 8rem;
  }
}
.c-anchorlink--wrap-center .c-anchorlink__list {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__list {
    gap: 4rem;
  }
}
.c-anchorlink__item {
  flex-shrink: 0;
}
.c-anchorlink__link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-block: 1.4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-anchorlink__link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-anchorlink__link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-anchorlink__link {
    font-size: 2.8rem;
    gap: 2.1rem;
    padding-block: 1.8rem;
  }
}
.c-anchorlink__link::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_theme2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__link::before {
    width: 3rem;
    height: 2rem;
  }
}
.c-anchorlink--lg .c-anchorlink__link {
  padding-block: 3rem;
}
.c-anchorlink__nav {
  width: 1rem;
  height: 2rem;
  background-image: url(../images/common/icon_angle_theme.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-anchorlink__nav {
    width: 2rem;
    height: 3rem;
  }
}
.c-anchorlink__nav--prev {
  left: 1.6rem;
  transform: translateY(-50%) scale(-1, 1);
}
.c-anchorlink__nav--next {
  right: 1.6rem;
  transform: translateY(-50%);
}

.p-anchor .c-anchorlink {
  background-color: #f3f3f3;
}

.c-section-head {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-section-head {
    font-size: 3.6rem;
    margin-bottom: 6.4rem;
  }
}
.c-section-head--mb-small {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-section-head--mb-small {
    margin-bottom: 8.4rem;
  }
}
.c-section-head--none-mb {
  margin-bottom: 0 !important;
}

.c-section__img-wrap {
  overflow: hidden;
  width: 100%;
}
.c-section__img-wrap .c-section__img {
  aspect-ratio: 809/463;
  width: 100%;
  height: auto;
  transition: transform 0.3s;
}

.c-section__description {
  margin: 1rem 0 3rem;
}

.c-contents-head {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 0.3rem solid #c8eb0c;
}
@media screen and (max-width: 767px) {
  .c-contents-head {
    font-size: 3.6rem;
    padding-bottom: 2rem;
    border-width: 0.6rem;
  }
}

.c-card-contents__head {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #9bcf41;
  background-color: #ebf9a1;
  padding: 1.1rem 4rem;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-card-contents__head {
    font-size: 3.6rem;
  }
}
.c-card-contents__head + .c-card-bg {
  margin-top: 0 !important;
  padding-top: 4rem;
}
.c-card-contents__nav {
  cursor: pointer;
  height: 4rem;
  width: 4rem;
  position: absolute;
  top: 50%;
  background-image: url(../images/common/icon_angle_theme.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-card-contents__nav--prev {
  left: -2rem;
  transform: translate(-100%, -50%) scale(-1, 1);
}
@media screen and (max-width: 1271px) {
  .c-card-contents__nav--prev {
    transform: translate(-30%, -50%) scale(-1, 1);
  }
}
.c-card-contents__nav--next {
  right: -2rem;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1271px) {
  .c-card-contents__nav--next {
    transform: translate(30%, -50%);
  }
}

.c-card-bg {
  padding-block: 2.1rem;
  margin-top: 3rem;
  background-color: #f3f3f3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-bg {
    margin-top: 3.9rem;
    padding-block: 4rem;
  }
}

.c-card-parent {
  width: 95%;
  max-width: 108rem;
  margin-inline: auto;
  position: relative;
  padding-inline: 1rem;
}
@media screen and (max-width: 1271px) {
  .c-card-parent {
    max-width: 95rem;
    width: 89.5%;
  }
}

.c-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .c-card-list {
    grid-template-columns: 1fr 1fr;
  }
}
.c-card-list.c-card-list--noSlider {
  gap: 6rem 2.5rem;
}
.c-card-list.c-card-list--noSlider.c-card-list--gap-small {
  gap: 2.5rem 2.5rem;
}
.c-card-list.c-card-list--mt {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-card-list.c-card-list--mt {
    margin-top: 6rem;
  }
}
.c-card-list.c-card-list--wide {
  grid-template-columns: 1fr;
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-card-list.c-card-list--wide {
    padding-inline: 2rem;
  }
}
.c-card-list__item {
  background-color: #fff;
  box-shadow: 0 0 0.6rem rgba(34, 34, 34, 0.2);
  padding-bottom: 1rem;
  position: relative;
}
.c-card-list__item.c-card-list__item--title-only {
  padding-bottom: 0 !important;
}
.c-card-list__item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.c-card-list__item.swiper-slide {
  height: auto !important;
}
.c-card-list picture {
  display: block;
  overflow: hidden;
  display: block;
}
.c-card-list__img {
  aspect-ratio: 345/198;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: center;
  transition: transform 0.4s;
}
.c-card-list__img.c-card-list__img--sq {
  aspect-ratio: 1/1;
}
.c-card-list__info {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  padding-inline: 1.5rem;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-card-list__info {
    font-size: 2.4rem;
  }
}
.c-card-list__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.25;
  height: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  margin-block: 0.5rem 1.3rem;
  padding-inline: 1.5rem;
  transition: color 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-card-list__title:hover {
    color: #9bcf41;
  }
}
.c-card-list__item--title-only .c-card-list__title {
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-block: 2rem;
}
.c-card-list--type2 .c-card-list__title {
  margin-block: 1rem 1.5rem;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-list--type2 .c-card-list__title {
    height: 11.4rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .c-card-list__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0em;
    line-height: 1.3571428571;
    height: 7.6rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    margin-block: 1.5rem 2rem;
  }
}
.c-card-list__info-contents {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.c-card-list__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 1.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-card-list__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.c-card-list__bottom.c-card-list__bottom--all-flex {
  flex-direction: row !important;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .c-card-list__bottom.c-card-list__bottom--all-flex {
    margin-top: 2.5rem;
  }
}
.c-card-list__bottom.c-card-list__bottom--all-flex-info {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-card-list__bottom.c-card-list__bottom--all-flex-info {
    font-size: 2.7rem;
  }
}
.c-card-list__bottom-info {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
.c-card-list__bottom-info span {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-card-list__bottom-info {
    font-size: 2.8rem;
    text-align: right;
    width: 100%;
  }
}
.c-card-list .c-toggle {
  margin-left: auto;
  margin-right: 1rem;
  position: relative;
  z-index: 1;
}
.c-card-list .c-new-label {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}

@media (hover: hover) and (pointer: fine) {
  .c-card-list .product_item picture:hover img {
    transform: scale(1.03);
  }
}

.c-card-label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.c-card-label__label {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  padding: 0.9rem 2rem;
  background-color: #24c1a5;
}
.c-card-label__label.c-card-label__label--type2 {
  background-color: #6798fc;
}
.c-card-label__label.c-card-label__label--type3 {
  background-color: #ff923d;
}
.c-card-label__label.c-card-label__label--type4 {
  background-color: #ff3c0f;
}
.c-card-label__label.c-card-label__label--type5 {
  background-color: #9bcf41;
}
.c-card-label__label.c-card-label__label--type6 {
  background-color: #ff6f3c;
}
.c-card-label__label.c-card-label__label--type7 {
  background-color: #ffae57;
}
.c-card-label__label.c-card-label__label--type8 {
  background-color: #fa647d;
}
.c-card-label__label.c-card-label__label--type9 {
  background-color: #04bda5;
}
.c-card-label__label.c-card-label__label--type10 {
  background-color: #ebf9a1;
}
.c-card-label__label.c-card-label__label--type11 {
  background-color: #ff6248;
}
@media screen and (max-width: 767px) {
  .c-card-label__label {
    font-size: 2.4rem;
    padding-inline: 2.5rem;
    width: 50%;
  }
}

#page_agency_list .p-category-contents .c-card-list__item:not(.c-card-list__item--title-only) .c-card-list__title {
  height: auto;
}

.c-toggle {
  width: fit-content;
}
.c-toggle__label {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 1rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-toggle__label {
    font-size: 2.4rem;
  }
}
.c-toggle__label::before {
  content: "";
  display: block;
  border-radius: 100vh;
  background-color: #aaa;
  width: 4.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-toggle__label::before {
    width: 6.6rem;
    height: 3.6rem;
  }
}
.c-toggle__label::after {
  content: "";
  display: block;
  border-radius: 10vh;
  background-color: #fff;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: 50%;
  right: 4.2rem;
  transform: translate(100%, -50%);
  transition: right 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-toggle__label::after {
    width: 2.7rem;
    height: 2.7rem;
    right: 6.2rem;
  }
}
.c-toggle__label:has(.c-toggle__cb:checked)::before {
  background-color: #9bcf41;
}
.c-toggle__label:has(.c-toggle__cb:checked)::after {
  right: 0.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-toggle__label:has(.c-toggle__cb:checked)::after {
    right: 0.4rem;
  }
}

.c-new-label {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1;
  width: 5rem;
  height: 5rem;
  color: #fff;
  border-radius: 100vh;
  border: 0.2rem solid #fff;
  background-color: #ff6248;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-30deg);
}

.c-btn {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  height: 4.2rem;
  min-width: 24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100vh;
  background-color: #ebf9a1;
  position: relative;
  padding-inline: 2rem 4rem;
  width: fit-content;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .c-btn:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 2.8rem;
    height: 6.3rem;
    min-width: 36rem;
    padding-inline: 4rem 8rem;
  }
}
.c-btn::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/icon_circle_angle_theme.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn::before {
    width: 2.4rem;
    height: 2.4rem;
    right: 1.8rem;
  }
}

.c-btn-inline {
  cursor: pointer;
  transition: opacity 0.3s;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #9bcf41;
  border-radius: 0.3rem;
  color: #fff;
  padding-inline: 1.5rem;
  height: 4rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.3rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-inline:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .c-btn-inline:active {
    opacity: 0.6;
  }
}
.c-btn-inline.c-btn-inline--gray {
  background-color: #969696;
}
@media screen and (max-width: 767px) {
  .c-btn-inline {
    font-size: 3rem;
    padding-inline: 1.8rem;
    height: 6rem;
  }
}

.c-news {
  border: 1.2rem solid #ebf9a1;
  padding-block: 8rem 5rem;
  padding-inline: 6rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-news:hover .c-news__title {
    cursor: pointer;
    transition: color 0.3s;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
  .c-news:hover .c-news__title:hover {
    color: #9bcf41;
  }
}
@media (hover: hover) and (pointer: fine) and (hover: hover), (hover: hover) and (pointer: fine) and (hover: none) {
  .c-news:hover .c-news__title:active {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-news:active .c-news__title {
    cursor: pointer;
    transition: color 0.3s;
  }
}
@media (hover: hover) and (hover: hover) and (pointer: fine), (hover: none) and (hover: hover) and (pointer: fine) {
  .c-news:active .c-news__title:hover {
    color: #9bcf41;
  }
}
@media (hover: hover) and (hover: hover), (hover: hover) and (hover: none), (hover: none) and (hover: hover), (hover: none) and (hover: none) {
  .c-news:active .c-news__title:active {
    color: #9bcf41;
  }
}
.c-news.c-news--no-border {
  border: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-news {
    padding-inline: 5rem;
    padding-bottom: 9rem;
  }
}
.c-news__list {
  margin-bottom: 4rem;
}
.c-news--no-border .c-news__list {
  margin-bottom: 0;
}
.c-news .c-pagination {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-news .c-pagination {
    padding-top: 5rem;
  }
}
.c-news__item:nth-of-type(n + 2) .c-news__link {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-news__item:nth-of-type(n + 2) .c-news__link {
    padding-top: 5.7rem;
  }
}
.c-news__link {
  cursor: pointer;
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  gap: 2.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-news__link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .c-news__link:active {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-news__link {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.c-news__date {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #9bcf41;
}
@media screen and (max-width: 767px) {
  .c-news__date {
    font-size: 2.8rem;
  }
}
.c-news__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  max-height: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-news__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-size: 2.8rem;
    letter-spacing: 0em;
    line-height: 1.7857142857;
    max-height: 10rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    flex-basis: unset;
    width: 100%;
  }
}
.c-news .c-link {
  margin-left: auto;
}

.c-news-title__date {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-news-title__date {
    font-size: 3.2rem;
  }
}
.c-news-title__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  margin-top: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-news-title__title {
    font-size: 3.6rem;
    margin-top: 4rem;
  }
}

.c-sns-share {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.9rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-sns-share {
    gap: 5.7rem;
    margin-top: 3rem;
  }
}
.c-sns-share__text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-sns-share__text {
    font-size: 2.4rem;
  }
}
.c-sns-share__icon {
  width: 3.7rem;
  height: 3.7rem;
}
@media screen and (max-width: 767px) {
  .c-sns-share__icon {
    width: 6.9rem;
    height: 6.9rem;
  }
}
.c-sns-share__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-news-contents {
  margin-top: 3.4rem;
}
.c-news-contents section {
  margin-top: 6rem;
}
.c-news-contents section section {
  margin-top: 0;
}
.c-news-contents h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.125;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents h2 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
.c-news-contents h2 + * {
  margin-top: 0 !important;
}
.c-news-contents h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 2.125;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents h3 {
    font-size: 3.2rem;
    margin-bottom: 1rem;
  }
}
.c-news-contents h3 + * {
  margin-top: 0 !important;
}
.c-news-contents p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-news-contents p {
    font-size: 3.2rem;
  }
}
.c-news-contents p:nth-child(n+3) {
  margin-top: 1.5rem;
}
.c-news-contents ul:nth-child(n+3) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents ul:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.c-news-contents ul li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-news-contents ul li {
    font-size: 3.2rem;
  }
}
.c-news-contents ul li::before {
  content: "・";
}
.c-news-contents ol:nth-child(n+3) {
  margin-top: 3rem;
  counter-reset: list;
}
@media screen and (max-width: 767px) {
  .c-news-contents ol:nth-child(n+3) {
    margin-top: 4rem;
  }
}
.c-news-contents ol li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  counter-increment: list;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents ol li {
    font-size: 3.2rem;
  }
}
.c-news-contents ol li::before {
  content: counter(list);
}
.c-news-contents dl {
  display: grid;
  grid-template-columns: 20rem 1fr;
}
@media screen and (max-width: 767px) {
  .c-news-contents dl {
    grid-template-columns: 1fr;
  }
}
.c-news-contents dl:nth-child(n+3) {
  margin-top: 3rem;
}
.c-news-contents dl:first-of-type dt,
.c-news-contents dl:first-of-type dd {
  border-top: 0.1rem solid #ccc;
}
.c-news-contents dl dt {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  border-bottom: 0.1rem solid #ccc;
  padding-right: 3rem;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents dl dt {
    font-size: 3.2rem;
    border-bottom: 0;
    border-top: 0.2rem solid #ccc;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-news-contents dl dt:nth-of-type(n + 2) {
    border-top: 0;
  }
}
.c-news-contents dl dd {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  border-bottom: 0.1rem solid #ccc;
  padding-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-news-contents dl dd {
    font-size: 3.2rem;
    border-bottom: 0.2rem solid #ccc;
    border-top: 0 !important;
    padding-top: 0;
    padding-bottom: 4rem;
  }
}

.c-news-img {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-news-img {
    margin-top: 7rem;
  }
}
.c-news-img img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-news-img img {
    width: 90%;
  }
}

.c-news-img-col2 {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-news-img-col2 {
    margin-top: 8rem;
  }
}
.c-news-img-col2 img {
  width: 100%;
}

.c-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .c-nav {
    margin-top: 12rem;
  }
}

.c-back {
  margin-top: 6rem;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-back {
    margin-top: 10rem;
  }
}

.c-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem 9rem;
}
@media screen and (max-width: 1271px) {
  .c-topics {
    gap: 6rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-topics {
    grid-template-columns: 1fr;
    gap: 8rem;
    width: 60rem;
    margin-inline: auto;
  }
}
.c-topics__item {
  aspect-ratio: 500/200;
  height: auto;
}
.c-topics__link {
  cursor: pointer;
  transition: opacity 0.3s;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-topics__link:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .c-topics__link:active {
    opacity: 0.6;
  }
}
.c-topics img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagination__nav {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-inline: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination__nav:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-pagination__nav:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-pagination__nav {
    font-size: 3.2rem;
    padding-inline: 2rem;
  }
}
.c-pagination__nav--disabled, .c-pagination__nav--dots {
  pointer-events: none;
}
.c-pagination__nav--current {
  pointer-events: none;
  color: #aaa;
}

.c-search-form__inner {
  height: 4.4rem;
  display: flex;
  border: 0.3rem solid #999;
}
@media screen and (max-width: 767px) {
  .c-search-form__inner {
    height: 7.7rem;
  }
}
.c-search-form__select-wrap {
  border-right: 0.1rem solid #666;
  height: 100%;
  width: 23.1rem;
  background-color: #f3f3f3;
  padding-left: 0.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search-form__select-wrap {
    width: 25.2rem;
    padding-left: 1.5rem;
  }
}
.c-search-form__select-wrap::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_black_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-search-form__select-wrap::before {
    width: 1.5rem;
    height: 1.5rem;
    right: 1rem;
  }
}
.c-search-form__select {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-search-form__select {
    font-size: 2.8rem;
  }
}
.c-search-form__input-wrap {
  display: flex;
  justify-content: space-between;
  flex-basis: 0;
  flex-grow: 1;
}
.c-search-form__input {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  height: 100%;
  width: 100%;
  padding-inline: 1rem;
}
@media screen and (max-width: 767px) {
  .c-search-form__input {
    font-size: 2.6rem;
  }
}
.c-search-form__btn {
  width: 4.4rem;
  min-width: 4.4rem;
  height: 100%;
  background-color: #f3f3f3;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-search-form__btn {
    width: 7.7rem;
    min-width: 7.7rem;
  }
}
.c-search-form__btn::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_search.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-category-link {
  width: fit-content;
  margin-left: auto;
  margin-top: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-category-link {
    margin-top: 4.7rem;
  }
}

.c-tab__blank {
  border-bottom: 0.1rem solid #666;
  flex-basis: 0;
  flex-grow: 1;
}
.c-tab--type2 .c-tab__blank {
  border-color: #999;
}
.c-tab__list {
  display: flex;
  align-items: flex-end;
  height: 4.4rem;
}
@media screen and (max-width: 767px) {
  .c-tab--type2 .c-tab__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 7.7rem;
  }
}
.c-tab__item {
  border: 0.1rem solid #666;
  background-color: #f3f3f3;
  width: 24.1rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    width: auto;
  }
}
.c-tab__item:nth-of-type(n + 3) {
  border-left: 0;
}
.c-tab__item.is-active {
  border-bottom: 0;
  background-color: #fff;
}
.c-tab--type2 .c-tab__item {
  border-color: #999;
}
@media screen and (max-width: 767px) {
  .c-tab--type2 .c-tab__item:nth-of-type(2) {
    border-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-tab--type2 .c-tab__item:nth-of-type(3) {
    border-right: 0;
  }
}
.c-tab__link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1271px) {
  .c-tab__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__link {
    font-size: 2.8rem;
  }
}
.c-tab__select-wrap {
  border: 0.1rem solid #666;
  border-bottom: 0;
  height: 7.7rem;
  width: 89.5%;
  position: relative;
}
.c-tab--type2 .c-tab__select-wrap {
  border-color: #999;
}
.c-tab__select-wrap::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_double.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.c-tab__select {
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  text-align-last: center;
}

.c-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 2.2rem;
  border-bottom: 0.3rem solid #c8eb0c;
  height: 6.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 10rem;
    border-width: 0.6rem;
  }
}
.c-header__left {
  display: flex;
  align-items: center;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.c-header__menu-btn {
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-header__menu-btn {
    width: 5rem;
    height: 5rem;
  }
}
.c-header__menu-btn.is-active span:first-of-type {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-header__menu-btn.is-active span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.c-header__menu-btn.is-active span:last-of-type {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-header__menu-btn span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #222222;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header__menu-btn span {
    height: 0.4rem;
  }
}
.c-header__menu-btn span:first-of-type {
  transform: translate(-50%, calc(-50% - 1rem));
}
@media screen and (max-width: 767px) {
  .c-header__menu-btn span:first-of-type {
    transform: translate(-50%, calc(-50% - 1.6rem));
  }
}
.c-header__menu-btn span:nth-of-type(2) {
  transform: translate(-50%, -50%);
}
.c-header__menu-btn span:last-of-type {
  transform: translate(-50%, calc(-50% + 1rem));
}
@media screen and (max-width: 767px) {
  .c-header__menu-btn span:last-of-type {
    transform: translate(-50%, calc(-50% + 1.6rem));
  }
}
.c-header__logo {
  width: 19.9rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 23.4rem;
  }
}
.c-header__list {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.c-header__item {
  position: relative;
}
.c-header__link {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-header__link:hover .c-header__link-text {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-header__link:active .c-header__link-text {
    color: #9bcf41;
  }
}
.c-header__link-text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header__link-text {
    display: none;
  }
}
.c-header__link-icon {
  width: auto;
  height: 3rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-header__link-icon {
    height: 4.5rem;
  }
}
.c-header__cart-number {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  background-color: #ff3c0f;
  border-radius: 100vh;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-header__cart-number {
    font-size: 1.9rem;
    width: 3rem;
    height: 3rem;
  }
}

.c-header-menu {
  position: absolute;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 38.4rem;
  background-color: #fff;
  z-index: 0;
  transform: translateX(-100%);
  transition: transform 0.4s;
}
.c-header-menu.is-active {
  transform: translate(0);
}
@media screen and (max-width: 767px) {
  .c-header-menu {
    width: 100%;
  }
}
.c-header-menu__nav {
  display: block;
  margin-top: 8.5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  height: calc(100dvh - 8.5rem);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .c-header-menu__nav {
    padding-inline: 5rem;
    margin-top: 10rem;
    padding-bottom: 12rem;
  }
}
.c-header-menu__link {
  cursor: pointer;
  transition: color 0.3s;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-block: 2rem;
  border-bottom: 0.1rem solid #d6d6d6;
  display: block;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-header-menu__link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-header-menu__link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-header-menu__link {
    font-size: 3.2rem;
    padding-block: 4rem;
    border-width: 0.2rem;
  }
}
.c-header-menu__link:first-of-type {
  border-top: 0.1rem solid #d6d6d6;
}
.c-header-menu__link.c-header-menu__link--noBorder {
  border-bottom: 0;
}
.c-header-menu .c-header-menu__link--accordion-btn {
  position: relative;
}
.c-header-menu .c-header-menu__link--accordion-btn.is-active span::after {
  transform: translate(-50%, -50%);
}
.c-header-menu .c-header-menu__link--accordion-btn span {
  display: block;
  border-radius: 100vh;
  width: 2.45rem;
  height: 2.45rem;
  background-color: #aaa;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-header-menu .c-header-menu__link--accordion-btn span {
    width: 4.9rem;
    height: 4.9rem;
  }
}
.c-header-menu .c-header-menu__link--accordion-btn span::before, .c-header-menu .c-header-menu__link--accordion-btn span::after {
  content: "";
  display: block;
  height: 0.3rem;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
@media screen and (max-width: 767px) {
  .c-header-menu .c-header-menu__link--accordion-btn span::before, .c-header-menu .c-header-menu__link--accordion-btn span::after {
    height: 0.5rem;
  }
}
.c-header-menu .c-header-menu__link--accordion-btn span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-header-menu__second-list {
  display: none;
}
.c-header-menu__second-list .c-header-menu__link {
  border: 0;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-header-menu__second-list .c-header-menu__link {
    padding-left: 3rem;
  }
}
.c-header-menu__sns-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-header-menu__sns-wrap {
    margin-top: 8rem;
    gap: 17.6rem;
  }
}
.c-header-menu__sns-icon {
  width: 3.6rem;
  height: 3.6rem;
}
@media screen and (max-width: 767px) {
  .c-header-menu__sns-icon {
    width: 6rem;
    height: 6rem;
  }
}
.c-header-menu__sns-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-header-user {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-block: 1rem;
  padding-left: 2.2rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-header-user {
    font-size: 2.4rem;
    padding-block: 1.5rem;
  }
}

.c-footer {
  padding-block: 2rem 8.7rem;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding-block: 4rem 16rem;
  }
}
.c-footer__copy {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-footer__copy {
    font-size: 2.4rem;
    margin-top: 16rem;
  }
}

.c-footer-sns {
  background-color: #fff;
  height: 11rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer-sns {
    height: 20.9rem;
    gap: 3rem;
  }
}
.c-footer-sns__text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-footer-sns__text {
    font-size: 2.8rem;
  }
}
.c-footer-sns__icon-wrap {
  display: flex;
  align-items: center;
  gap: 5.4rem;
}
@media screen and (max-width: 767px) {
  .c-footer-sns__icon-wrap {
    gap: 7rem;
  }
}
.c-footer-sns__icon {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .c-footer-sns__icon {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.c-footer-sns__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-footer-nav {
  display: flex;
  gap: 4rem;
  justify-content: center;
  padding-top: 2.1rem;
  max-width: 98.6rem;
  margin-inline: auto;
}
@media screen and (max-width: 1271px) {
  .c-footer-nav {
    padding-inline: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav {
    flex-direction: column;
    padding-inline: 10rem;
    padding-top: 4rem;
  }
}
.c-footer-nav__list {
  border-top: 0.1rem solid #fff;
  padding-top: 1.2rem;
  width: 30rem;
}
@media screen and (max-width: 1271px) {
  .c-footer-nav__list {
    width: 33.333%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav__list {
    width: 100%;
  }
}
.c-footer-nav__link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-block: 1.5rem;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-footer-nav__link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-footer-nav__link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-footer-nav__link {
    font-size: 3.2rem;
    padding-block: 2rem;
  }
}

.c-btn2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: #9bcf41;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39.1rem;
  height: 6.4rem;
  border-radius: 0.6rem;
  max-width: 100%;
  text-align: center;
  margin: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn2:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .c-btn2:active {
    opacity: 0.6;
  }
}
.c-btn2.c-btn2--small {
  width: 28.1rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--small {
    font-size: 4.2rem;
    width: 59.4rem;
    height: 11.2rem;
  }
}
.c-btn2.c-btn2--small2 {
  width: 31.1rem;
  height: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--small2 {
    font-size: 2.4rem;
    width: 44.4rem;
    height: 8.2rem;
  }
}
.c-btn2.c-btn2--small3 {
  width: 17.1rem;
  height: 7rem;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--small3 {
    font-size: 3.8rem;
    width: 19.4rem;
    height: 11.2rem;
  }
}
.c-btn2.c-btn2--fit {
  font-size: 2rem;
  width: fit-content;
  padding-inline: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--fit {
    font-size: 3.6rem;
  }
}
.c-btn2.c-btn2--large {
  width: 45.1rem;
  height: 10rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-btn2.c-btn2--large {
    font-size: 4.2rem;
    width: 59.4rem;
    height: 17.2rem;
  }
}
.c-btn2.c-btn2--gray {
  background-color: #969696;
}
.c-btn2.is-disabled {
  background-color: #ddd;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 4.2rem;
    width: 59.4rem;
    height: 11.2rem;
  }
}

.c-breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-left: 2.2rem;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 1.5rem;
    gap: 0.8rem;
  }
}
.c-breadcrumbs__list {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__list {
    font-size: 2.4rem;
  }
}
.c-breadcrumbs__list:not(:last-of-type) {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.c-breadcrumbs__list:not(:last-of-type) a {
  border-bottom: 0.05rem solid #222222;
}
.c-breadcrumbs__list:not(:last-of-type)::after {
  content: "＞";
  position: relative;
  top: 0.2rem;
}
.c-breadcrumbs__item {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs__item {
    font-size: 2.4rem;
  }
}
.c-breadcrumbs__item span {
  display: inline-block;
  vertical-align: middle;
}

.c-search-area {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  height: calc(100dvh - 6.8rem);
  width: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media screen and (max-width: 767px) {
  .c-search-area {
    height: calc(100dvh - 10rem);
  }
}
.c-search-area__wrap {
  height: 26rem;
  background-color: #fff;
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-search-area__wrap {
    height: 38rem;
    padding-top: 7rem;
  }
}
.c-search-area__form-wrap {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-search-area__form-wrap {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-search-area__form-wrap .l-container {
    width: 97%;
  }
}
.c-search-area .c-search-form {
  display: none;
}
.c-search-area .c-search-form.is-active {
  display: block;
}
.c-search-area__tab {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.c-search-area__tab-item {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.25;
  text-align: center;
  background-color: #f3fbce;
  border-radius: 1.5rem;
  border: 0.4rem solid #f3f3f3;
  position: relative;
  width: 22rem;
  height: 6.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-search-area__tab-item {
    font-size: 2.8rem;
    width: 34rem;
    height: 11.3rem;
    border-width: 0.6rem;
    border-radius: 2rem;
  }
}
.c-search-area__tab-item span {
  display: inline;
}
.c-search-area__tab-item input[type=radio] {
  display: none;
}
.c-search-area__tab-item:has(input[type=radio]:checked) {
  background-color: #f6f6f6;
  border-color: #999;
}
.c-search-area__tab-item:has(input[type=radio]:checked)::before {
  opacity: 1;
}
.c-search-area__tab-item::before {
  content: "";
  display: block;
  background-color: #999;
  width: 4rem;
  height: 2rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-search-area__tab-item::before {
    width: 6rem;
    height: 3rem;
  }
}

.l-page .c-search-area {
  height: calc(100dvh - 10rem);
}
@media screen and (max-width: 767px) {
  .l-page .c-search-area {
    height: calc(100dvh - 14rem);
  }
}

.c-search-result {
  width: 95%;
  max-width: 108rem;
  margin-inline: auto;
  background-color: #f3f3f3;
  padding: 2rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 1271px) {
  .c-search-result {
    max-width: 95rem;
    width: 89.5%;
  }
}
@media screen and (max-width: 767px) {
  .c-search-result {
    width: 100%;
    margin-bottom: 12rem;
  }
}
.c-search-result__text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-search-result__text {
    font-size: 2.8rem;
  }
}

.search-clear {
  text-align: -webkit-right;
  margin-bottom: 1rem;
}

.c-pagination {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    padding-top: 5rem;
  }
}

.c-text-title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 767px) {
  .c-text-title {
    font-size: 2.8rem;
    margin-bottom: 8rem;
  }
}

.c-faq__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}
.c-faq--gap-small .c-faq__item:nth-of-type(n + 2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-faq--gap-small .c-faq__item:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
.c-faq__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  cursor: pointer;
  transition: color 0.3s;
  background-color: #ebf9a1;
  padding: 1.8rem 3rem;
  width: 100%;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-faq__title:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-faq__title:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-faq__title {
    font-size: 2.8rem;
    padding: 3.6rem 3rem;
  }
}
.c-faq__title.is-active span::after {
  transform: translate(-50%, -50%);
}
.c-faq__title span {
  background-color: #9bcf41;
  border-radius: 100vh;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-faq__title span {
    width: 3rem;
    height: 3rem;
  }
}
.c-faq__title span::before, .c-faq__title span::after {
  content: "";
  display: block;
  background-color: #fff;
  height: 0.15rem;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.3s;
}
.c-faq__title span::before {
  transform: translate(-50%, -50%);
}
.c-faq__title span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-faq__contents {
  display: none;
  border: 0.3rem solid #ebf9a1;
  border-top: 0;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .c-faq__contents {
    border-width: 0.6rem;
  }
}
.c-faq__contents-text {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-faq__contents-text {
    font-size: 2.8rem;
  }
}

.c-select-number {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-select-number {
    gap: 7rem;
  }
}
.c-select-number__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-select-number__text {
    font-size: 2.8rem;
  }
}
.c-select-number__inner {
  position: relative;
}
.c-select-number__inner:has(.c-select-number__select--border-bold)::before {
  height: calc(100% - 1rem);
  right: 0.5rem;
}
.c-select-number__inner::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_double.png);
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: center;
  width: 3.3rem;
  height: calc(100% - 0.2rem);
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .c-select-number__inner::before {
    width: 5.9rem;
    right: 0.2rem;
    height: calc(100% - 0.4rem);
  }
}
.c-select-number__select {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  height: 4.4rem;
  width: 15.1rem;
  border: 0.1rem solid #999;
  text-align: right;
  padding-right: 6rem;
}
.c-select-number__select.c-select-number__select--border-bold {
  border-width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-select-number__select {
    height: 7.7rem;
    width: 26.4rem;
    font-size: 3.5rem;
    border-width: 0.2rem;
    padding-right: 10rem;
  }
}
.c-select-number__select option {
  font-size: inherit;
}

.c-input-number {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .c-input-number {
    gap: 7rem;
  }
}
.c-input-number__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-input-number__text {
    font-size: 2.8rem;
  }
}
.c-input-number__input {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  height: 4.4rem;
  width: 15.1rem;
  border: 0.1rem solid #999;
  text-align: right;
  padding: 1rem;
}
.c-input-number__input.c-input-number__input--border-bold {
  border-width: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-input-number__input {
    height: 7.7rem;
    width: 26.4rem;
    font-size: 3.5rem;
    border-width: 0.2rem;
    padding-right: 10rem;
  }
}

.c-select {
  position: relative;
}
.c-select::before {
  content: "";
  display: block;
  background-image: url(../images/common/icon_angle_bottom_gray.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-select::before {
    width: 2rem;
    height: 2rem;
    right: 2rem;
  }
}
.c-select__select {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #f3f3f3;
  border: 0.1rem solid #999;
  border-radius: 0.8rem;
  height: 4.4rem;
  width: 100%;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .c-select__select {
    height: 7.7rem;
    border-width: 0.2rem;
    font-size: 2.8rem;
  }
}
.c-select__select option {
  font-size: inherit;
}

.c-favorite {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url(../images/common/icon_heart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.c-favorite:has(input[type=checkbox]:checked) {
  background-image: url(../images/common/icon_heart_color.png);
}
@media screen and (max-width: 767px) {
  .c-favorite {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-favorite.c-favorite--lg {
  width: 3.8rem;
  height: 3.8rem;
}
@media screen and (max-width: 767px) {
  .c-favorite.c-favorite--lg {
    width: 5.4rem;
    height: 5.4rem;
  }
}

.c-contents-list__item {
  border-top: 0.2rem solid #969696;
  padding-block: 2.9rem;
  width: 100%;
}
.c-contents-list__item:nth-of-type(n + 2) {
  margin-top: 4rem;
}
.c-contents-list__item:last-of-type {
  border-bottom: 0.2rem solid #969696;
}
@media screen and (max-width: 767px) {
  .c-contents-list__item {
    padding-block: 4rem;
  }
}
.c-contents-list .c-link {
  margin-top: 3rem;
}
.c-contents-list__date {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.25;
  color: #9bcf41;
}
@media screen and (max-width: 767px) {
  .c-contents-list__date {
    font-size: 2.8rem;
    display: block;
    width: 100%;
  }
}
.c-contents-list__contents {
  margin-top: 3rem;
  padding: 4rem 3rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .c-contents-list__contents {
    padding: 3rem 2rem;
  }
}

.c-body div:nth-of-type(n + 2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-body div:nth-of-type(n + 2) {
    margin-top: 4rem;
  }
}
.c-body div div {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-body div div {
    margin-top: 4rem;
  }
}
.c-body h2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1.4166666667;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-body h2 {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.c-body h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.6111111111;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-body h3 {
    font-size: 3.2rem;
    margin-top: 5rem;
  }
}
.c-body p {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-body p {
    font-size: 3.2rem;
  }
}
.c-body p:nth-of-type(n + 2) {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-body p:nth-of-type(n + 2) {
    margin-top: 2.4rem;
  }
}
.c-body__img-wrap {
  max-width: 45rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-body__img-wrap {
    max-width: none;
    padding-inline: 2rem;
  }
}
.c-body__img-wrap.c-body__img-wrap--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  max-width: 83rem;
}
@media screen and (max-width: 767px) {
  .c-body__img-wrap.c-body__img-wrap--col2 {
    max-width: none;
    padding-inline: 0;
    gap: 7.4rem;
  }
}
.c-body__img-wrap img {
  width: 100%;
  height: auto;
}
.c-body table th, .c-body table td {
  border: 0.1rem solid #ccc;
  padding: 3rem;
  white-space: nowrap;
}
.c-body .js-scrollable {
  margin: auto;
}
.c-body .js-scrollable .table {
  width: 100%;
  max-width: 100%;
}
.c-body .js-scrollable .scroll-hint-icon-wrap {
  margin: auto;
}
.c-body .js-scrollable .scroll-hint-text {
  margin-top: 5px;
}

.c-oshi-list__head {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-bottom: 1.5rem;
  border-bottom: 0.3rem solid #c8eb0c;
}
@media screen and (max-width: 767px) {
  .c-oshi-list__head {
    font-size: 3.6rem;
    border-width: 0.6rem;
    padding-bottom: 2rem;
  }
}
.c-oshi-list__list {
  margin-top: 2.8rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-oshi-list__list {
    margin-top: 4.9rem;
    gap: 3.6rem 2.3rem;
  }
}
.c-oshi-list__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 0.6rem rgba(34, 34, 34, 0.2);
  padding-inline: 1.5rem;
  padding-block: 1.5rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-oshi-list__item {
    padding-inline: 2rem;
    padding-block: 2.5rem 1rem;
  }
}
.c-oshi-list__title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-oshi-list__title {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 700;
    font-size: 2.8rem;
    letter-spacing: 0em;
    line-height: 1.3571428571;
  }
}
.c-oshi-list .c-toggle {
  margin-left: auto;
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-oshi-list .c-toggle {
    margin-top: 2.3rem;
  }
}

.c-btn3 {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    width: 100%;
  }
}
.c-btn3:nth-of-type(n + 2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn3:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
}
.c-btn3.c-btn3--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn3.c-btn3--col2 {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
}
.c-btn3__link {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
  padding-left: 6rem;
  display: flex;
  align-items: center;
  gap: 2.8rem;
  height: 10rem;
  background-color: #ebf9a1;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn3__link:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-btn3__link:active {
    color: #9bcf41;
  }
}
@media screen and (max-width: 767px) {
  .c-btn3__link {
    font-size: 3rem;
    padding-left: 7rem;
    gap: 5rem;
    height: 19rem;
  }
}
.c-btn3__link::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .c-btn3__link::before {
    width: 8rem;
    height: 8rem;
  }
}
.c-btn3__link.c-btn3__link--oshi::before {
  background-image: url(../images/common/icon_oshi.png);
}
.c-btn3__link.c-btn3__link--goods::before {
  background-image: url(../images/common/icon_goods.png);
}
.c-btn3__link.c-btn3__link--kuji::before {
  background-image: url(../images/common/icon_kuji.png);
}
.c-btn3__link.c-btn3__link--digital::before {
  background-image: url(../images/common/icon_digital.png);
}
.c-btn3__link.c-btn3__link--information::before {
  background-image: url(../images/common/icon_information.png);
}
.c-btn3__link.c-btn3__link--faq::before {
  background-image: url(../images/common/icon_faq.png);
}
.c-btn3__link.c-btn3__link--contact::before {
  background-image: url(../images/common/icon_contact.png);
}
.c-btn3__link.c-btn3__link--kuji::before {
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn3__link.c-btn3__link--kuji::before {
    width: 6.5rem;
    height: 6.5rem;
  }
}
.c-btn3__link::after {
  content: "";
  display: block;
  width: 2rem;
  height: 3.9rem;
  background-image: url(../images/common/icon_angle_theme2_lg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn3__link::after {
    width: 3.6rem;
    height: 6.8rem;
    right: 7rem;
  }
}
.c-btn3__link span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  display: block;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn3__link span {
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    letter-spacing: 0em;
    line-height: 1.3333333333;
  }
}

.c-static-section {
  max-width: 83.3rem;
  margin-inline: auto;
}
.c-static-section:nth-of-type(n + 2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .c-static-section:nth-of-type(n + 2) {
    margin-top: 8rem;
  }
}
.c-static-section > .c-static-section .c-static-section__head {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-static-section > .c-static-section .c-static-section__head {
    margin-bottom: 1rem;
  }
}
.c-static-section__head {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__head {
    font-size: 3.2rem;
    margin-bottom: 5rem;
  }
}
.c-static-section__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-static-section__text {
    font-size: 3.2rem;
  }
}
.c-static-section__text a {
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .c-static-section__text a:hover {
    color: #9bcf41;
  }
}
@media (hover: hover), (hover: none) {
  .c-static-section__text a:active {
    color: #9bcf41;
  }
}
.c-static-section__text--2 {
  font-weight: 600;
}
.c-static-section__list {
  counter-reset: list;
}
.c-static-section__list:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__list:nth-child(n+2) {
    margin-top: 4.5rem;
  }
}
.c-static-section__list .c-static-section__list {
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__list .c-static-section__list {
    padding-left: 3.4rem;
  }
}
.c-static-section__ul-item {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__ul-item {
    font-size: 3.2rem;
    padding-left: 4.8rem;
  }
}
.c-static-section__ul-item::before {
  content: "・";
  position: absolute;
  left: 0;
}
.c-static-section__ul-item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__ul-item:nth-of-type(n + 2) {
    margin-top: 1.4rem;
  }
}
.c-static-section__ol-item {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  gap: 0.6rem;
  counter-increment: list;
  position: relative;
  padding-left: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__ol-item {
    font-size: 3.2rem;
    gap: 1rem;
    padding-left: 4.8rem;
  }
}
.c-static-section__ol-item::before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}
.c-static-section__ol-item:nth-of-type(n + 2) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__ol-item:nth-of-type(n + 2) {
    margin-top: 1.4rem;
  }
}
.c-static-section__data {
  display: grid;
  grid-template-columns: 21rem 1fr;
}
@media screen and (max-width: 767px) {
  .c-static-section__data {
    grid-template-columns: 1fr;
  }
}
.c-static-section__data-head {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  padding-right: 3rem;
  border-bottom: 0.1rem solid #ccc;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__data-head {
    font-size: 3.2rem;
    border-bottom: 0;
    padding-block: 5.5rem 0;
    border-width: 0.2rem;
  }
}
.c-static-section__data-head:first-of-type {
  border-top: 0.1rem solid #ccc;
}
.c-static-section__data-contents {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.75;
  border-bottom: 0.1rem solid #ccc;
  padding-block: 3rem;
}
@media screen and (max-width: 767px) {
  .c-static-section__data-contents {
    font-size: 3.2rem;
    padding-block: 2rem 5.5rem;
    border-width: 0.2rem;
  }
}
.c-static-section__data-contents:first-of-type {
  border-top: 0.1rem solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-static-section__data-contents:first-of-type {
    border-top: 0;
  }
}

.c-bottom-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4.4rem;
  border: 0.4rem solid #c8eb0c;
  background-color: #fff;
  height: 13rem;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-bottom-contents {
    flex-direction: column;
    height: 28rem;
    gap: 2.4rem;
  }
}
.c-bottom-contents__text {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-bottom-contents__text {
    font-size: 3.6rem;
    text-align: center;
  }
}
.c-bottom-contents__point {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-bottom-contents__point {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 1.6rem;
  }
}

.c-text-link {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-text-link {
    font-size: 2.4rem;
  }
}

.c-kuji-result-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.1rem 2.9rem;
}
.c-kuji-result-list.c-kuji-result-list--sp-slider {
  display: grid !important;
}
@media screen and (max-width: 767px) {
  .c-kuji-result-list.c-kuji-result-list--sp-slider {
    display: flex !important;
    gap: 0;
  }
}
@media screen and (max-width: 1271px) {
  .c-kuji-result-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .c-kuji-result-list {
    grid-template-columns: 1fr;
  }
}
.c-kuji-result-list:has(> li:only-child) {
  justify-content: center;
  grid-template-columns: auto;
}
.c-kuji-result-list li:only-child {
  max-width: 415px;
  justify-self: center;
}
@media screen and (max-width: 767px) {
  .c-kuji-result-list li:only-child {
    max-width: inherit;
  }
}

.c-kuji-result {
  border: 0.6rem solid #ebf9a1;
  padding: 2.2rem;
  padding-bottom: 1rem;
  position: relative;
  background-color: #fff;
}
.c-kuji-result.c-kuji-result--type2 {
  background-color: #fff;
  border: 0 !important;
  box-shadow: 0 0 0.8rem rgba(34, 34, 34, 0.2);
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-kuji-result.c-kuji-result--type2 {
    padding-bottom: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-kuji-result {
    border-width: 1rem;
    padding: 2rem;
    padding-block: 2.5rem 2rem;
  }
}
.c-kuji-result.c-kuji-result--1 {
  border-color: #ffae57;
}
.c-kuji-result.c-kuji-result--4 {
  border-color: #eee;
}
.c-kuji-result__prize {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  letter-spacing: 0em;
  line-height: 1.2777777778;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  width: 7rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  color: #fff;
  border-radius: 100vh;
  padding-left: 0.8rem;
  padding-bottom: 0.3rem;
  box-shadow: 0.2rem 0.2rem 0 #888888;
  z-index: 1;
}
.c-kuji-result__prize.c-kuji-result__prize--1 {
  background-image: -moz-linear-gradient(-45deg, rgb(255, 174, 0) 0%, rgb(249, 93, 203) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgb(255, 174, 0) 0%, rgb(249, 93, 203) 100%);
  background-image: -ms-linear-gradient(-45deg, rgb(255, 174, 0) 0%, rgb(249, 93, 203) 100%);
}
.c-kuji-result__prize.c-kuji-result__prize--2 {
  border-radius: 50%;
  background-image: -moz-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
  background-image: -webkit-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
  background-image: -ms-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
}
.c-kuji-result__prize.c-kuji-result__prize--3 {
  border-radius: 50%;
  background-image: -moz-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
  background-image: -webkit-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
  background-image: -ms-linear-gradient(135deg, rgb(127, 201, 0) 0%, rgb(202, 238, 0) 100%);
}
.c-kuji-result__prize.c-kuji-result__prize--4 {
  background-image: -moz-linear-gradient(135deg, rgb(136, 136, 136) 0%, rgb(221, 221, 221) 100%);
  background-image: -webkit-linear-gradient(135deg, rgb(136, 136, 136) 0%, rgb(221, 221, 221) 100%);
  background-image: -ms-linear-gradient(135deg, rgb(136, 136, 136) 0%, rgb(221, 221, 221) 100%);
}
@media screen and (max-width: 767px) {
  .c-kuji-result__prize {
    font-size: 6rem;
    width: 12.4rem;
    height: 12.4rem;
    box-shadow: 0.4rem 0.4rem 0 #888888;
    padding-left: 1rem;
    padding-bottom: 0.4rem;
    top: 0.6rem;
    left: 0.6rem;
  }
}
.c-kuji-result__prize span {
  font-size: 1.2rem;
  position: relative;
  top: 0.8rem;
  left: -0.6rem;
}
@media screen and (max-width: 767px) {
  .c-kuji-result__prize span {
    font-size: 2.2rem;
    top: 1.3rem;
    left: -0.3rem;
  }
}
.c-kuji-result__prize::before {
  content: "";
  display: block;
  width: 6.2rem;
  height: 6.2rem;
  border: 0.2rem solid #fff;
  border-radius: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-kuji-result__prize::before {
    width: 10.8rem;
    height: 10.8rem;
    border-width: 0.3rem;
  }
}
.c-kuji-result__img-wrap {
  position: relative;
}
.c-kuji-result__img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-kuji-result__label {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #ff6248;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.6rem 2.3rem;
  border-radius: 2rem 2rem 0 0;
  transform: translate(2.4rem, 0.5rem) rotate(30deg);
}
@media screen and (max-width: 767px) {
  .c-kuji-result__label {
    font-size: 2.6rem;
    padding: 0.4rem 2.1rem;
    transform: translate(3rem, 1.1rem) rotate(30deg);
  }
}
.c-kuji-result__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-kuji-result__text {
    font-size: 2.8rem;
    margin-top: 1.6rem;
  }
}
.c-kuji-result__btn {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  width: 18rem;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6248;
  border-radius: 100vh;
  color: #fff;
  margin-top: 1rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .c-kuji-result__btn {
    width: 31.5rem;
    height: 6.3rem;
    font-size: 2.8rem;
    margin-top: 2rem;
  }
}
.c-kuji-result__radio {
  position: relative;
  display: block;
  margin-top: 2rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .c-kuji-result__radio {
    margin-left: 6rem;
  }
}
.c-kuji-result__radio input[type=checkbox] {
  display: none;
}
.c-kuji-result__radio::before {
  content: "";
  display: block;
  border: 0.2rem solid #222222;
  border-radius: 100vh;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translate(-100%, -50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-kuji-result__radio::before {
    border-width: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    left: -2.5rem;
  }
}
.c-kuji-result__radio:has(input[type=radio]:checked)::after {
  content: "";
  display: block;
  border-radius: 100vh;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: -2.5rem;
  transform: translate(-100%, -50%);
  background-color: #9bcf41;
}
@media screen and (max-width: 1271px) {
  .c-kuji-result__radio:has(input[type=radio]:checked)::after {
    left: -2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-kuji-result__radio:has(input[type=radio]:checked)::after {
    width: 2rem;
    height: 2rem;
    left: -3.2rem;
  }
}

.winning-banner {
  margin-top: 6rem;
}
.winning-banner h2 {
  margin-bottom: 1rem;
  text-align: center;
}
.winning-banner a {
  display: block;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .winning-banner a:hover {
    opacity: 0.6;
  }
}
@media (hover: hover), (hover: none) {
  .winning-banner a:active {
    opacity: 0.6;
  }
}
.winning-banner img {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
  z-index: 9999;
}
.c-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.c-modal__close {
  position: absolute;
  right: -1.2rem;
  top: -2.5rem;
  width: 3.5rem;
  height: 3.5rem;
  transform: translateY(-100%);
}
@media screen and (max-width: 767px) {
  .c-modal__close {
    width: 6rem;
    height: 6rem;
  }
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: block;
  width: 4rem;
  height: 0.2rem;
  background-color: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .c-modal__close::before, .c-modal__close::after {
    width: 6rem;
    height: 0.3rem;
  }
}
.c-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 72rem;
  width: 90%;
  border: 1.2rem solid #ebf9a1;
  background-color: #fff;
}
.c-modal__contents.c-modal__contents--no-box {
  border: 0;
  background-color: transparent;
  padding-block: 0 !important;
  max-width: 108rem;
}
@media screen and (max-width: 767px) {
  .c-modal__contents.c-modal__contents--no-box {
    width: 100%;
  }
}
.c-modal__contents.c-modal__contents--no-box .c-modal__inner {
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .c-modal__contents.c-modal__contents--no-box .c-modal__close {
    right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-modal__contents {
    max-width: none;
  }
}
.c-modal__inner {
  position: relative;
  width: 100%;
  margin-inline: auto;
  padding-inline: 6rem;
  padding-block: 5rem;
  max-height: calc(100dvh - 15rem);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    max-height: calc(100dvh - 20rem);
    padding-inline: 4rem;
    padding-block: 6.8rem;
  }
}
.c-modal__prize-img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c-modal__prize-title {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0em;
  line-height: 1.2727272727;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-modal__prize-title {
    font-size: 3.2rem;
  }
}
.c-modal__prize-detail {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-modal__prize-detail {
    font-size: 2.8rem;
  }
}
.c-modal__confirm-head {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-modal__confirm-head {
    font-size: 3.2rem;
  }
}
.c-modal__confirm-inner {
  display: flex;
  margin-top: 6rem;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .c-modal .c-btn, .c-modal .c-btn2, .c-modal .c-btn3 {
    font-size: 2.85rem !important;
  }
}

.c-modal .u-align-center {
  text-align: center;
}

.c-form-contents {
  border-top: 0.1rem solid #ccc;
  padding-block: 1.8rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form-contents {
    flex-direction: column;
    align-items: flex-start;
    padding-block: 5.5rem;
  }
}
.c-form-contents.c-form-contents--group {
  border-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-form-contents.c-form-contents--sp-group {
    border-top: 0;
    padding-top: 0;
  }
}
.c-form-contents.c-form-contents--bottom {
  border-bottom: 0.1rem solid #ccc;
}
.c-form-contents.c-form-contents--start {
  align-items: flex-start;
}
.c-form-contents.c-form-contents--all-flex {
  flex-direction: row !important;
}
.c-form-contents.c-form-contents--all-flex .c-form-contents__head-wrap {
  margin-bottom: 0 !important;
}
.c-form-contents__head-wrap {
  min-width: 19.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-form-contents__head-wrap {
    height: auto;
    margin-bottom: 2.5rem;
  }
}
.c-form-contents__head-wrap.c-form-contents__head-wrap--no-height {
  height: auto !important;
}
.c-form-contents__head {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-form-contents__head {
    font-size: 3.2rem;
  }
}
.c-form-contents__requier, .c-form-contents .ec-required {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0em;
  line-height: 1;
  padding-left: 1rem;
  color: #ff3c0f;
}
@media screen and (max-width: 767px) {
  .c-form-contents__requier, .c-form-contents .ec-required {
    font-size: 2.4rem;
    padding-left: 2rem;
  }
}
.c-form-contents__input-wrap {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-form-contents__input-wrap {
    width: 100%;
  }
}
.c-form-contents__input-wrap.c-form-contents__input-wrap--column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__input-wrap.c-form-contents__input-wrap--column {
    gap: 4rem;
  }
}
.c-form-contents__name-wrap {
  display: flex;
  gap: 2rem;
  width: calc(100% - 4rem);
}
@media screen and (max-width: 767px) {
  .c-form-contents__name-wrap {
    width: 100%;
    gap: 5rem;
  }
}
.c-form-contents__zip {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__zip {
    font-size: 3.2rem;
    gap: 3rem;
  }
}
.c-form-contents__zip .c-input-text {
  max-width: 15.5rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__zip .c-input-text {
    max-width: 32rem;
  }
}
.c-form-contents__zip + .c-input-select-wrap {
  max-width: 33.1rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__zip + .c-input-select-wrap {
    max-width: 57.9rem;
  }
}
.c-form-contents__tel-wrap {
  max-width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__tel-wrap {
    max-width: none;
  }
}
.c-form-contents__password {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__password {
    margin-bottom: 7rem;
  }
}
.c-form-contents__birthday {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.c-form-contents__birthday .c-input-select-wrap {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__birthday .c-input-select-wrap {
    width: 13.9rem;
  }
}
.c-form-contents__gender, .c-form-contents__radio-inline {
  display: flex;
  gap: 10rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__gender, .c-form-contents__radio-inline {
    flex-direction: column;
    gap: 2rem;
    padding-left: 6rem;
  }
}
.c-form-contents__radio-box {
  padding-left: 7rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
  padding-block: 2rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__radio-box {
    padding-bottom: 7rem;
  }
}
.c-form-contents__radio-box + .c-link {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__radio-box + .c-link {
    margin-bottom: 0;
  }
}
.c-form-contents__overview {
  max-width: 33.1rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__overview {
    max-width: 57.9rem;
  }
}
.c-form-contents__btn {
  width: fit-content;
  margin-inline: auto;
  margin-top: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-form-contents__btn {
    margin-top: 11rem;
    flex-direction: column-reverse;
  }
}
.c-form-contents__btn.c-form-contents__btn--col {
  flex-direction: column !important;
}
.c-form-contents__strength-bar {
  width: 100%;
  height: 1.6rem;
  background: #cecece;
  margin-top: 6px;
  border-radius: 100vh;
}
@media screen and (max-width: 767px) {
  .c-form-contents__strength-bar {
    height: 2.4rem;
  }
}
.c-form-contents__strength-fill {
  width: 0%;
  height: 100%;
  border-radius: 100vh;
}
.c-form-contents__strength-text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.8rem;
  color: #969696;
}
@media screen and (max-width: 767px) {
  .c-form-contents__strength-text {
    margin-top: 1.2rem;
    font-size: 2.4rem;
  }
}
.c-form-contents .c-link {
  width: fit-content;
  margin-left: auto;
}

.c-input-text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  border: 0.1rem solid #999;
  height: 4.4rem;
  width: 100%;
  padding-inline: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-input-text {
    height: 7.7rem;
    font-size: 3.2rem;
  }
}
.c-input-text::placeholder {
  color: #999;
}
.c-input-text.c-input-text--select {
  border-radius: 0.8rem;
  background-color: #f3f3f3;
  width: 100%;
  padding-right: 4rem;
}
.c-input-text.c-input-text--textarea {
  height: 13.2rem;
  padding-block: 1rem;
}
@media screen and (max-width: 767px) {
  .c-input-text.c-input-text--textarea {
    height: 23.1rem;
  }
}

.c-input-select-wrap {
  position: relative;
}
.c-input-select-wrap::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../images/common/icon_angle_bottom_gray.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.c-input-radio {
  display: flex;
  gap: 7rem;
}
@media screen and (max-width: 767px) {
  .c-input-radio {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.c-input-radio input[type=radio] {
  display: none;
}
.c-input-radio input[type=radio]:checked + label::after {
  content: "";
  display: block;
  border-radius: 100vh;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translate(-100%, -50%);
  background-color: #9bcf41;
}
@media screen and (max-width: 1271px) {
  .c-input-radio input[type=radio]:checked + label::after {
    left: -1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-input-radio input[type=radio]:checked + label::after {
    width: 1.8rem;
    height: 1.8rem;
    left: -3.2rem;
  }
}
.c-input-radio label {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-input-radio label {
    font-size: 3.2rem;
  }
}
.c-input-radio label::before {
  content: "";
  display: block;
  border: 0.2rem solid #222222;
  border-radius: 100vh;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-100%, -50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-input-radio label::before {
    border-width: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    left: -2.5rem;
  }
}

.ec-oneModeAlert, .ec-twoModeAlert {
  background-color: #ff6248;
  max-width: 65rem;
  margin-inline: auto;
  padding-block: 2rem;
  border-radius: 0.8rem;
  position: relative;
  z-index: 999;
  margin-top: 16rem;
}
.ec-oneModeAlert div, .ec-twoModeAlert div {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.ec-errorMessage, .invalid-feedback, .ec-alert-warning__text {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #ff3c0f;
  margin-top: 0.8rem;
  display: flex;
  gap: 0.4rem;
}
.ec-errorMessage::before, .invalid-feedback::before, .ec-alert-warning__text::before {
  content: "※";
}
@media screen and (max-width: 767px) {
  .ec-errorMessage, .invalid-feedback, .ec-alert-warning__text {
    font-size: 2.8rem;
  }
}
.ec-errorMessage + .p-explain, .invalid-feedback + .p-explain, .ec-alert-warning__text + .p-explain {
  margin-top: 1rem;
}

.alert.alert-danger {
  background-color: #ff6248;
  max-width: 65rem;
  margin-inline: auto;
  padding-block: 2rem;
  border-radius: 0.8rem;
  margin-top: 2rem;
}
.alert.alert-danger .alert-text {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.alert.alert-danger .alert-text::before {
  font-size: 0.7em;
  content: "！";
  display: block;
  background-color: #fff;
  color: #ff6248;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  padding-inline: 0.8rem;
  padding-block: 0.8rem 0.4rem;
  border-radius: 0.4rem;
  position: relative;
  top: -0.2rem;
}

.form-check {
  margin-left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .form-check {
    margin-left: 5rem;
  }
}
.form-check input[type=checkbox] {
  display: none;
}
.form-check .form-check-label {
  position: relative;
}
.form-check .form-check-label::before {
  content: "";
  display: block;
  border: 0.1rem solid #666;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  transform: translate(-100%, -50%);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .form-check .form-check-label::before {
    border-width: 0.2rem;
    width: 2.5rem;
    height: 2.5rem;
    left: -1.6rem;
  }
}
.form-check .form-check-label .ec-link {
  color: #9bcf41;
}
.form-check input[type=checkbox]:checked + .form-check-label::after {
  content: "";
  display: block;
  border-radius: 100vh;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: -0.3rem;
  transform: translate(-100%, -72%);
  background-image: url(../images/common/icon_check_color.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .form-check input[type=checkbox]:checked + .form-check-label::after {
    width: 3.6rem;
    height: 3.6rem;
    left: -0.6rem;
  }
}

#page_eccube_payment_lite42_credit_card_for_token_payment .c-form-contents__head-wrap, #page_entry .c-form-contents__head-wrap {
  min-width: 22rem;
}

input[autocomplete=off]::-webkit-contacts-auto-fill-button,
input[autocomplete=off]::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  height: 0;
  width: 0;
  margin: 0;
}

.c-cart-flow {
  display: flex;
  justify-content: center;
  gap: 10rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .c-cart-flow {
    margin-bottom: 12rem;
  }
}
.c-cart-flow__item {
  position: relative;
}
.c-cart-flow__item.c-cart-flow__item--current .c-cart-flow__number {
  background-color: #9bcf41;
}
.c-cart-flow__item.c-cart-flow__item--current .c-cart-flow__text {
  color: #9bcf41;
  font-weight: 700;
}
.c-cart-flow__item::before {
  content: "";
  display: block;
  width: calc(100% + 24rem);
  height: 0.4rem;
  background-color: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-cart-flow__item::before {
    height: 0.5rem;
  }
}
.c-cart-flow__item:last-of-type::before, .c-cart-flow__item:first-of-type::before {
  display: none;
}
.c-cart-flow__number {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  background-color: #666;
  color: #fff;
  border-radius: 100vh;
  aspect-ratio: 1/1;
  width: 4rem;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-cart-flow__number {
    font-size: 3.2rem;
    width: 6rem;
  }
}
.c-cart-flow__text {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 100%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-cart-flow__text {
    font-size: 2rem;
  }
}

.c-goods-contents-unit {
  border-top: 0.2rem dotted #aaa;
}

.c-goods-contents {
  border-bottom: 0.2rem dotted #aaa;
  padding-block: 1.5rem;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-inline: 2rem;
}
@media screen and (max-width: 767px) {
  .c-goods-contents {
    padding-block: 2.5rem;
  }
}
.c-goods-contents__img {
  width: 18rem;
  height: 18rem;
  object-fit: contain;
  object-position: center;
}
.c-goods-contents__name {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-goods-contents__name {
    font-size: 2.7rem;
  }
}
.c-goods-contents__price {
  font-family: sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-goods-contents__price {
    font-size: 2.4rem;
    margin-top: 1.5rem;
  }
}
.c-goods-contents__price span {
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-goods-contents__price span {
    padding-left: 0;
    margin-top: 1rem;
    display: block;
  }
}

.c-intro {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .c-intro {
    margin-bottom: 8rem;
  }
}
.c-intro.c-intro--center {
  text-align: center;
}

.c-intro--center {
  text-align: center;
}

.c-address-list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-address-list {
    margin-top: 6rem;
  }
}
.c-address-list__item {
  padding-block: 2rem;
  border-top: 0.2rem dotted #aaa;
  display: flex;
  align-items: center;
  gap: 3rem;
  padding-left: 5rem;
}
.c-address-list__item:last-of-type {
  border-bottom: 0.2rem dotted #aaa;
}
.c-address-list__remove {
  position: relative;
  width: 3rem;
  height: 3rem;
}
.c-address-list__remove::before, .c-address-list__remove::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.3rem;
  background-color: #999;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-address-list__remove::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-address-list__remove::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-address-list__address {
  flex-basis: 0;
  flex-grow: 1;
}

.c-page-top {
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 2rem;
  right: 2rem;
  aspect-ratio: 1/1;
  width: 6rem;
  height: auto;
  color: transparent;
  background-image: url(../images/common/icon_page-top.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-page-top:hover {
    transform: translateY(-0.5rem);
  }
}
@media (hover: hover), (hover: none) {
  .c-page-top:active {
    transform: translateY(-0.5rem);
  }
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 8rem;
  }
}

#page_shopping_redirect_to .c-page-top, #page_shopping .c-page-top, #page_mypage_change .c-page-top, #page_contact .c-page-top, #page_entry .c-page-top, #page_Forgot .c-page-top, #page_lottery_detail .c-page-top, #page_lottery_detail_confirm .c-page-top {
  display: none !important;
}

.u-sp {
  display: none !important;
}

.u-sp-tb {
  display: none !important;
}

.u-tb-pc {
  display: block !important;
}

.u-pc {
  display: block !important;
}

@media screen and (max-width: 1271px) {
  .u-pc-only {
    display: none !important;
  }
  .u-sp-tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
  .u-tb-pc {
    display: none !important;
  }
  .u-sp {
    display: block !important;
  }
  .u-sp--flex {
    display: flex !important;
  }
}
.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pt-5 {
  padding-top: 0.5rem !important;
}

.u-pt-10 {
  padding-top: 1rem !important;
}

.u-pt-15 {
  padding-top: 1.5rem !important;
}

.u-pt-20 {
  padding-top: 2rem !important;
}

.u-pt-25 {
  padding-top: 2.5rem !important;
}

.u-pt-30 {
  padding-top: 3rem !important;
}

.u-pt-35 {
  padding-top: 3.5rem !important;
}

.u-pt-40 {
  padding-top: 4rem !important;
}

.u-pt-45 {
  padding-top: 4.5rem !important;
}

.u-pt-50 {
  padding-top: 5rem !important;
}

.u-pt-55 {
  padding-top: 5.5rem !important;
}

.u-pt-60 {
  padding-top: 6rem !important;
}

.u-pt-65 {
  padding-top: 6.5rem !important;
}

.u-pt-70 {
  padding-top: 7rem !important;
}

.u-pt-75 {
  padding-top: 7.5rem !important;
}

.u-pt-80 {
  padding-top: 8rem !important;
}

.u-pt-85 {
  padding-top: 8.5rem !important;
}

.u-pt-90 {
  padding-top: 9rem !important;
}

.u-pt-95 {
  padding-top: 9.5rem !important;
}

.u-pt-100 {
  padding-top: 10rem !important;
}

.u-pt-105 {
  padding-top: 10.5rem !important;
}

.u-pt-110 {
  padding-top: 11rem !important;
}

.u-pt-115 {
  padding-top: 11.5rem !important;
}

.u-pt-120 {
  padding-top: 12rem !important;
}

.u-pt-125 {
  padding-top: 12.5rem !important;
}

.u-pt-130 {
  padding-top: 13rem !important;
}

.u-pt-135 {
  padding-top: 13.5rem !important;
}

.u-pt-140 {
  padding-top: 14rem !important;
}

.u-pt-145 {
  padding-top: 14.5rem !important;
}

.u-pt-150 {
  padding-top: 15rem !important;
}

@media screen and (max-width: 767px) {
  .u-pt-sp-0 {
    padding-top: 0rem !important;
  }
  .u-pt-sp-5 {
    padding-top: 0.5rem !important;
  }
  .u-pt-sp-10 {
    padding-top: 1rem !important;
  }
  .u-pt-sp-15 {
    padding-top: 1.5rem !important;
  }
  .u-pt-sp-20 {
    padding-top: 2rem !important;
  }
  .u-pt-sp-25 {
    padding-top: 2.5rem !important;
  }
  .u-pt-sp-30 {
    padding-top: 3rem !important;
  }
  .u-pt-sp-35 {
    padding-top: 3.5rem !important;
  }
  .u-pt-sp-40 {
    padding-top: 4rem !important;
  }
  .u-pt-sp-45 {
    padding-top: 4.5rem !important;
  }
  .u-pt-sp-50 {
    padding-top: 5rem !important;
  }
  .u-pt-sp-55 {
    padding-top: 5.5rem !important;
  }
  .u-pt-sp-60 {
    padding-top: 6rem !important;
  }
  .u-pt-sp-65 {
    padding-top: 6.5rem !important;
  }
  .u-pt-sp-70 {
    padding-top: 7rem !important;
  }
  .u-pt-sp-75 {
    padding-top: 7.5rem !important;
  }
  .u-pt-sp-80 {
    padding-top: 8rem !important;
  }
  .u-pt-sp-85 {
    padding-top: 8.5rem !important;
  }
  .u-pt-sp-90 {
    padding-top: 9rem !important;
  }
  .u-pt-sp-95 {
    padding-top: 9.5rem !important;
  }
  .u-pt-sp-100 {
    padding-top: 10rem !important;
  }
  .u-pt-sp-105 {
    padding-top: 10.5rem !important;
  }
  .u-pt-sp-110 {
    padding-top: 11rem !important;
  }
  .u-pt-sp-115 {
    padding-top: 11.5rem !important;
  }
  .u-pt-sp-120 {
    padding-top: 12rem !important;
  }
  .u-pt-sp-125 {
    padding-top: 12.5rem !important;
  }
  .u-pt-sp-130 {
    padding-top: 13rem !important;
  }
  .u-pt-sp-135 {
    padding-top: 13.5rem !important;
  }
  .u-pt-sp-140 {
    padding-top: 14rem !important;
  }
  .u-pt-sp-145 {
    padding-top: 14.5rem !important;
  }
  .u-pt-sp-150 {
    padding-top: 15rem !important;
  }
}
.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-pb-5 {
  padding-bottom: 0.5rem !important;
}

.u-pb-10 {
  padding-bottom: 1rem !important;
}

.u-pb-15 {
  padding-bottom: 1.5rem !important;
}

.u-pb-20 {
  padding-bottom: 2rem !important;
}

.u-pb-25 {
  padding-bottom: 2.5rem !important;
}

.u-pb-30 {
  padding-bottom: 3rem !important;
}

.u-pb-35 {
  padding-bottom: 3.5rem !important;
}

.u-pb-40 {
  padding-bottom: 4rem !important;
}

.u-pb-45 {
  padding-bottom: 4.5rem !important;
}

.u-pb-50 {
  padding-bottom: 5rem !important;
}

.u-pb-55 {
  padding-bottom: 5.5rem !important;
}

.u-pb-60 {
  padding-bottom: 6rem !important;
}

.u-pb-65 {
  padding-bottom: 6.5rem !important;
}

.u-pb-70 {
  padding-bottom: 7rem !important;
}

.u-pb-75 {
  padding-bottom: 7.5rem !important;
}

.u-pb-80 {
  padding-bottom: 8rem !important;
}

.u-pb-85 {
  padding-bottom: 8.5rem !important;
}

.u-pb-90 {
  padding-bottom: 9rem !important;
}

.u-pb-95 {
  padding-bottom: 9.5rem !important;
}

.u-pb-100 {
  padding-bottom: 10rem !important;
}

.u-pb-105 {
  padding-bottom: 10.5rem !important;
}

.u-pb-110 {
  padding-bottom: 11rem !important;
}

.u-pb-115 {
  padding-bottom: 11.5rem !important;
}

.u-pb-120 {
  padding-bottom: 12rem !important;
}

.u-pb-125 {
  padding-bottom: 12.5rem !important;
}

.u-pb-130 {
  padding-bottom: 13rem !important;
}

.u-pb-135 {
  padding-bottom: 13.5rem !important;
}

.u-pb-140 {
  padding-bottom: 14rem !important;
}

.u-pb-145 {
  padding-bottom: 14.5rem !important;
}

.u-pb-150 {
  padding-bottom: 15rem !important;
}

@media screen and (max-width: 767px) {
  .u-pb-sp-0 {
    padding-bottom: 0rem !important;
  }
  .u-pb-sp-5 {
    padding-bottom: 0.5rem !important;
  }
  .u-pb-sp-10 {
    padding-bottom: 1rem !important;
  }
  .u-pb-sp-15 {
    padding-bottom: 1.5rem !important;
  }
  .u-pb-sp-20 {
    padding-bottom: 2rem !important;
  }
  .u-pb-sp-25 {
    padding-bottom: 2.5rem !important;
  }
  .u-pb-sp-30 {
    padding-bottom: 3rem !important;
  }
  .u-pb-sp-35 {
    padding-bottom: 3.5rem !important;
  }
  .u-pb-sp-40 {
    padding-bottom: 4rem !important;
  }
  .u-pb-sp-45 {
    padding-bottom: 4.5rem !important;
  }
  .u-pb-sp-50 {
    padding-bottom: 5rem !important;
  }
  .u-pb-sp-55 {
    padding-bottom: 5.5rem !important;
  }
  .u-pb-sp-60 {
    padding-bottom: 6rem !important;
  }
  .u-pb-sp-65 {
    padding-bottom: 6.5rem !important;
  }
  .u-pb-sp-70 {
    padding-bottom: 7rem !important;
  }
  .u-pb-sp-75 {
    padding-bottom: 7.5rem !important;
  }
  .u-pb-sp-80 {
    padding-bottom: 8rem !important;
  }
  .u-pb-sp-85 {
    padding-bottom: 8.5rem !important;
  }
  .u-pb-sp-90 {
    padding-bottom: 9rem !important;
  }
  .u-pb-sp-95 {
    padding-bottom: 9.5rem !important;
  }
  .u-pb-sp-100 {
    padding-bottom: 10rem !important;
  }
  .u-pb-sp-105 {
    padding-bottom: 10.5rem !important;
  }
  .u-pb-sp-110 {
    padding-bottom: 11rem !important;
  }
  .u-pb-sp-115 {
    padding-bottom: 11.5rem !important;
  }
  .u-pb-sp-120 {
    padding-bottom: 12rem !important;
  }
  .u-pb-sp-125 {
    padding-bottom: 12.5rem !important;
  }
  .u-pb-sp-130 {
    padding-bottom: 13rem !important;
  }
  .u-pb-sp-135 {
    padding-bottom: 13.5rem !important;
  }
  .u-pb-sp-140 {
    padding-bottom: 14rem !important;
  }
  .u-pb-sp-145 {
    padding-bottom: 14.5rem !important;
  }
  .u-pb-sp-150 {
    padding-bottom: 15rem !important;
  }
}
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.5rem !important;
}

.u-mt-10 {
  margin-top: 1rem !important;
}

.u-mt-15 {
  margin-top: 1.5rem !important;
}

.u-mt-20 {
  margin-top: 2rem !important;
}

.u-mt-25 {
  margin-top: 2.5rem !important;
}

.u-mt-30 {
  margin-top: 3rem !important;
}

.u-mt-35 {
  margin-top: 3.5rem !important;
}

.u-mt-40 {
  margin-top: 4rem !important;
}

.u-mt-45 {
  margin-top: 4.5rem !important;
}

.u-mt-50 {
  margin-top: 5rem !important;
}

.u-mt-55 {
  margin-top: 5.5rem !important;
}

.u-mt-60 {
  margin-top: 6rem !important;
}

.u-mt-65 {
  margin-top: 6.5rem !important;
}

.u-mt-70 {
  margin-top: 7rem !important;
}

.u-mt-75 {
  margin-top: 7.5rem !important;
}

.u-mt-80 {
  margin-top: 8rem !important;
}

.u-mt-85 {
  margin-top: 8.5rem !important;
}

.u-mt-90 {
  margin-top: 9rem !important;
}

.u-mt-95 {
  margin-top: 9.5rem !important;
}

.u-mt-100 {
  margin-top: 10rem !important;
}

.u-mt-105 {
  margin-top: 10.5rem !important;
}

.u-mt-110 {
  margin-top: 11rem !important;
}

.u-mt-115 {
  margin-top: 11.5rem !important;
}

.u-mt-120 {
  margin-top: 12rem !important;
}

.u-mt-125 {
  margin-top: 12.5rem !important;
}

.u-mt-130 {
  margin-top: 13rem !important;
}

.u-mt-135 {
  margin-top: 13.5rem !important;
}

.u-mt-140 {
  margin-top: 14rem !important;
}

.u-mt-145 {
  margin-top: 14.5rem !important;
}

.u-mt-150 {
  margin-top: 15rem !important;
}

@media screen and (max-width: 767px) {
  .u-mt-sp-0 {
    margin-top: 0rem !important;
  }
  .u-mt-sp-5 {
    margin-top: 0.5rem !important;
  }
  .u-mt-sp-10 {
    margin-top: 1rem !important;
  }
  .u-mt-sp-15 {
    margin-top: 1.5rem !important;
  }
  .u-mt-sp-20 {
    margin-top: 2rem !important;
  }
  .u-mt-sp-25 {
    margin-top: 2.5rem !important;
  }
  .u-mt-sp-30 {
    margin-top: 3rem !important;
  }
  .u-mt-sp-35 {
    margin-top: 3.5rem !important;
  }
  .u-mt-sp-40 {
    margin-top: 4rem !important;
  }
  .u-mt-sp-45 {
    margin-top: 4.5rem !important;
  }
  .u-mt-sp-50 {
    margin-top: 5rem !important;
  }
  .u-mt-sp-55 {
    margin-top: 5.5rem !important;
  }
  .u-mt-sp-60 {
    margin-top: 6rem !important;
  }
  .u-mt-sp-65 {
    margin-top: 6.5rem !important;
  }
  .u-mt-sp-70 {
    margin-top: 7rem !important;
  }
  .u-mt-sp-75 {
    margin-top: 7.5rem !important;
  }
  .u-mt-sp-80 {
    margin-top: 8rem !important;
  }
  .u-mt-sp-85 {
    margin-top: 8.5rem !important;
  }
  .u-mt-sp-90 {
    margin-top: 9rem !important;
  }
  .u-mt-sp-95 {
    margin-top: 9.5rem !important;
  }
  .u-mt-sp-100 {
    margin-top: 10rem !important;
  }
  .u-mt-sp-105 {
    margin-top: 10.5rem !important;
  }
  .u-mt-sp-110 {
    margin-top: 11rem !important;
  }
  .u-mt-sp-115 {
    margin-top: 11.5rem !important;
  }
  .u-mt-sp-120 {
    margin-top: 12rem !important;
  }
  .u-mt-sp-125 {
    margin-top: 12.5rem !important;
  }
  .u-mt-sp-130 {
    margin-top: 13rem !important;
  }
  .u-mt-sp-135 {
    margin-top: 13.5rem !important;
  }
  .u-mt-sp-140 {
    margin-top: 14rem !important;
  }
  .u-mt-sp-145 {
    margin-top: 14.5rem !important;
  }
  .u-mt-sp-150 {
    margin-top: 15rem !important;
  }
}
.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.5rem !important;
}

.u-mb-10 {
  margin-bottom: 1rem !important;
}

.u-mb-15 {
  margin-bottom: 1.5rem !important;
}

.u-mb-20 {
  margin-bottom: 2rem !important;
}

.u-mb-25 {
  margin-bottom: 2.5rem !important;
}

.u-mb-30 {
  margin-bottom: 3rem !important;
}

.u-mb-35 {
  margin-bottom: 3.5rem !important;
}

.u-mb-40 {
  margin-bottom: 4rem !important;
}

.u-mb-45 {
  margin-bottom: 4.5rem !important;
}

.u-mb-50 {
  margin-bottom: 5rem !important;
}

.u-mb-55 {
  margin-bottom: 5.5rem !important;
}

.u-mb-60 {
  margin-bottom: 6rem !important;
}

.u-mb-65 {
  margin-bottom: 6.5rem !important;
}

.u-mb-70 {
  margin-bottom: 7rem !important;
}

.u-mb-75 {
  margin-bottom: 7.5rem !important;
}

.u-mb-80 {
  margin-bottom: 8rem !important;
}

.u-mb-85 {
  margin-bottom: 8.5rem !important;
}

.u-mb-90 {
  margin-bottom: 9rem !important;
}

.u-mb-95 {
  margin-bottom: 9.5rem !important;
}

.u-mb-100 {
  margin-bottom: 10rem !important;
}

.u-mb-105 {
  margin-bottom: 10.5rem !important;
}

.u-mb-110 {
  margin-bottom: 11rem !important;
}

.u-mb-115 {
  margin-bottom: 11.5rem !important;
}

.u-mb-120 {
  margin-bottom: 12rem !important;
}

.u-mb-125 {
  margin-bottom: 12.5rem !important;
}

.u-mb-130 {
  margin-bottom: 13rem !important;
}

.u-mb-135 {
  margin-bottom: 13.5rem !important;
}

.u-mb-140 {
  margin-bottom: 14rem !important;
}

.u-mb-145 {
  margin-bottom: 14.5rem !important;
}

.u-mb-150 {
  margin-bottom: 15rem !important;
}

@media screen and (max-width: 767px) {
  .u-mb-sp-0 {
    margin-bottom: 0rem !important;
  }
  .u-mb-sp-5 {
    margin-bottom: 0.5rem !important;
  }
  .u-mb-sp-10 {
    margin-bottom: 1rem !important;
  }
  .u-mb-sp-15 {
    margin-bottom: 1.5rem !important;
  }
  .u-mb-sp-20 {
    margin-bottom: 2rem !important;
  }
  .u-mb-sp-25 {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-sp-30 {
    margin-bottom: 3rem !important;
  }
  .u-mb-sp-35 {
    margin-bottom: 3.5rem !important;
  }
  .u-mb-sp-40 {
    margin-bottom: 4rem !important;
  }
  .u-mb-sp-45 {
    margin-bottom: 4.5rem !important;
  }
  .u-mb-sp-50 {
    margin-bottom: 5rem !important;
  }
  .u-mb-sp-55 {
    margin-bottom: 5.5rem !important;
  }
  .u-mb-sp-60 {
    margin-bottom: 6rem !important;
  }
  .u-mb-sp-65 {
    margin-bottom: 6.5rem !important;
  }
  .u-mb-sp-70 {
    margin-bottom: 7rem !important;
  }
  .u-mb-sp-75 {
    margin-bottom: 7.5rem !important;
  }
  .u-mb-sp-80 {
    margin-bottom: 8rem !important;
  }
  .u-mb-sp-85 {
    margin-bottom: 8.5rem !important;
  }
  .u-mb-sp-90 {
    margin-bottom: 9rem !important;
  }
  .u-mb-sp-95 {
    margin-bottom: 9.5rem !important;
  }
  .u-mb-sp-100 {
    margin-bottom: 10rem !important;
  }
  .u-mb-sp-105 {
    margin-bottom: 10.5rem !important;
  }
  .u-mb-sp-110 {
    margin-bottom: 11rem !important;
  }
  .u-mb-sp-115 {
    margin-bottom: 11.5rem !important;
  }
  .u-mb-sp-120 {
    margin-bottom: 12rem !important;
  }
  .u-mb-sp-125 {
    margin-bottom: 12.5rem !important;
  }
  .u-mb-sp-130 {
    margin-bottom: 13rem !important;
  }
  .u-mb-sp-135 {
    margin-bottom: 13.5rem !important;
  }
  .u-mb-sp-140 {
    margin-bottom: 14rem !important;
  }
  .u-mb-sp-145 {
    margin-bottom: 14.5rem !important;
  }
  .u-mb-sp-150 {
    margin-bottom: 15rem !important;
  }
}
.u-flex {
  display: flex;
}

/*# sourceMappingURL=style.css.map */
