@charset "UTF-8";
@media (min-width: 769px) {
  html {
    font-size: min(0.667vw, 10px);
  }
}
@media (max-width: 768px) {
  html {
    font-size: min(1.334vw, 10px);
  }
}

body, h1, h2, h3, h4, p, figure, ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
img[src^=cg-] {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (orientation: landscape) {
  .for-portrait {
    display: none !important;
  }
}

@media (orientation: portrait) {
  .for-landscape {
    display: none !important;
  }
}

.js-animation.slideUpIn {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.4s linear, translate 0.4s ease-out;
}
.js-animation.slideUpIn.is-animated {
  opacity: 1;
  translate: 0 0;
}

#pankuzu {
  width: 100%;
  height: auto;
  background-color: #f7f4ee;
  font-size: 11px;
  letter-spacing: 2.2px;
  color: #6c5b52;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 0 0 0;
}

#pankuzu ul {
  margin: auto;
}

#pankuzu ul li {
  float: left;
  margin: 5px 30px 6px 0;
  border-radius: 2px;
  background-color: #669219;
  position: relative;
  vertical-align: middle;
}

#pankuzu ul li a {
  color: #fff;
  padding: 5px 10px;
}

#pankuzu ul li:last-child {
  background-color: #fff;
  padding: 5px 10px;
  margin: 0 0 6px 0;
}

#pankuzu ul li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #669219;
  border-right: 1px solid #669219;
}

#pankuzu ul li:last-child::after {
  display: none;
}

main {
  position: relative;
  letter-spacing: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #76322e;
}
main *::before, main *::after {
  content: none;
}

section {
  padding: 0;
}

.kv_section {
  position: relative;
  background-repeat: no-repeat, repeat-x;
  background-position: center center;
  background-size: auto 100%;
}
@media (min-width: 769px) {
  .kv_section {
    background-image: url(../images/kv_bg2_pc.png), url(../images/kv_bg1_pc.png);
    height: 82.2rem;
  }
}
@media (max-width: 768px) {
  .kv_section {
    background-image: url(../images/kv_bg2_sp.png), url(../images/kv_bg1_sp.png);
    height: 122.6rem;
  }
}

.kv_inner {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .kv_inner {
    max-width: 150rem;
  }
}
@media (max-width: 768px) {
  .kv_inner {
    max-width: 75rem;
  }
}

.kv_image {
  position: absolute;
  inset: 0;
}
.kv_image img {
  object-position: center bottom;
  height: 100%;
}
@media (min-width: 769px) {
  .kv_image img {
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .kv_image img {
    object-fit: cover;
  }
}

.kv_logo {
  position: absolute;
}
@media (min-width: 769px) {
  .kv_logo {
    width: 29.4rem;
    right: calc(50% + 43.3rem);
    top: 2.799%;
  }
}
@media (max-width: 768px) {
  .kv_logo {
    width: 36rem;
    left: 3.867%;
    top: 2.284%;
  }
}

.kv_title {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
@media (min-width: 769px) {
  .kv_title {
    width: 70.3rem;
    top: 7.543%;
  }
}
@media (max-width: 768px) {
  .kv_title {
    width: 71rem;
    top: 11.012%;
  }
}

.kv_label {
  position: absolute;
}
@media (min-width: 769px) {
  .kv_label {
    width: 21.6rem;
    left: calc(50% + 33.5rem);
    top: 0;
  }
}
@media (max-width: 768px) {
  .kv_label {
    width: 30.4rem;
    right: 0;
    top: 1.958%;
  }
}

.kv_copyright {
  position: absolute;
}
@media (min-width: 769px) {
  .kv_copyright {
    width: 21.6rem;
    left: calc(50% + 47.8rem);
    bottom: 0.974%;
  }
}
@media (max-width: 768px) {
  .kv_copyright {
    width: 38.4rem;
    right: 1.334%;
    bottom: 0.571%;
  }
}

.nav_outer {
  position: sticky;
  background: #1eaa39;
  top: 0;
  contain: paint;
  z-index: 550;
}
@media (min-width: 769px) {
  .nav_outer {
    height: 10rem;
  }
}
@media (max-width: 768px) {
  .nav_outer {
    height: 17.5rem;
  }
}

.nav_inner {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .nav_inner {
    max-width: 110rem;
  }
}

.nav_list {
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.nav_list > li {
  position: relative;
  width: 100%;
}
.nav_list > li::before {
  content: "";
  position: absolute;
  background-image: url(../images/line1_w.svg);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
}
@media (min-width: 769px) {
  .nav_list > li::before {
    width: 0.8rem;
    left: -0.1rem;
    top: 1rem;
    bottom: 0.6rem;
  }
}
@media (max-width: 768px) {
  .nav_list > li::before {
    width: 1.3rem;
    left: -0.2rem;
    top: -1.5rem;
    bottom: -1.3rem;
  }
}
@media (max-width: 768px) {
  .nav_list > li:first-of-type::before {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav_list > li:last-of-type::after {
    content: "";
    position: absolute;
    background-image: url(../images/line1_w.svg);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    pointer-events: none;
    width: 0.8rem;
    right: -0.7rem;
    top: 1rem;
    bottom: 0.6rem;
  }
}

.nav_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.3rem;
  position: relative;
  height: 100%;
  letter-spacing: 0.01em;
  font-weight: 900;
  fill: #fff;
  text-align: center;
  color: #fff;
}
@media (min-width: 769px) {
  .nav_link {
    padding: 0.4rem 0 0;
    line-height: 1;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .nav_link {
    padding: 0.8rem 0 0;
    line-height: 1.219;
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .nav_link span {
    scale: 1 1.08;
  }
}
.nav_link svg {
  width: 0.55em;
  height: 0.55em;
}
.nav_link.comingsoon {
  fill: rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
.nav_link.comingsoon::after {
  content: "順次公開";
  position: absolute;
  background: #fff;
  border-radius: 2em;
  padding: 0 0.5em;
  line-height: 1.6;
  font-size: 0.75em;
  color: #1eaa39;
}
@media (min-width: 769px) {
  .nav_link.comingsoon::after {
    translate: 0 1.2em;
  }
}
@media (max-width: 768px) {
  .nav_link.comingsoon::after {
    translate: 0 2em;
  }
}

.camp_section {
  position: relative;
  background-color: #bcd541;
  background-image: url(../images/bg1.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.8rem auto;
}
@media (min-width: 769px) {
  .camp_section {
    padding: 11rem 0;
  }
}
@media (max-width: 768px) {
  .camp_section {
    padding: 9.8rem 0 13.6rem;
  }
}

.camp_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .camp_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .camp_inner {
    max-width: 68rem;
  }
}

.camp_h2 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .camp_h2 {
    width: 46.8rem;
  }
}
@media (max-width: 768px) {
  .camp_h2 {
    width: 57.8rem;
  }
}

.camp_dates {
  display: flex;
  justify-content: space-between;
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .camp_dates {
    gap: 2rem;
    border-radius: 5rem;
    margin-top: 4rem;
    padding: 4rem 4.5rem 5rem;
  }
}
@media (max-width: 768px) {
  .camp_dates {
    flex-direction: column;
    gap: 4rem;
    border-radius: 7.5rem;
    margin-top: 3.6rem;
    padding: 5.6rem 4.5rem 6.1rem;
  }
}
.camp_dates > li {
  width: 100%;
}

.camp_date {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .camp_date {
    gap: 2.3rem;
  }
}
@media (max-width: 768px) {
  .camp_date {
    gap: 3rem;
  }
}
.camp_date > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .camp_date > dt {
    border-radius: 4.5rem;
    height: 4.5rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .camp_date > dt {
    border-radius: 6.5rem;
    height: 6.5rem;
    font-size: 3rem;
  }
}
li:nth-of-type(1) .camp_date > dt {
  background: #f08c00;
}
li:nth-of-type(2) .camp_date > dt {
  background: #00aeeb;
}
.camp_date > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 769px) {
  .camp_date > dd {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .camp_date > dd {
    font-size: 3.2rem;
  }
}
.camp_date > dd em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #76322e;
  border-radius: 50%;
  width: 1.667em;
  height: 1.667em;
  margin: 0 0 0 0.2em;
  font-size: 0.556em;
  color: #fff;
}
.camp_date > dd i {
  flex-shrink: 0;
  background-image: url(../images/date.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.519em;
  height: 0.556em;
  margin: 0 0.371em;
  color: transparent;
}

.camp_lead {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .camp_lead {
    width: 71.8rem;
    margin-top: 4.8rem;
  }
}
@media (max-width: 768px) {
  .camp_lead {
    width: 62.7rem;
    margin-top: 6.3rem;
  }
}

.camp_products {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .camp_products {
    width: 56.2rem;
    margin-top: -1.2rem;
  }
}
@media (max-width: 768px) {
  .camp_products {
    width: 38rem;
    margin-top: 1rem;
  }
}

.camp_products_bg {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.camp_products_bg.bg1 {
  background-image: url(../images/camp_img1.png);
}
@media (min-width: 769px) {
  .camp_products_bg.bg1 {
    width: 9.9rem;
    height: 16.9rem;
    left: -23.5rem;
    top: 2.2rem;
  }
}
@media (max-width: 768px) {
  .camp_products_bg.bg1 {
    width: 12.4rem;
    height: 21rem;
    left: -12rem;
    top: -8.7rem;
  }
}
.camp_products_bg.bg2 {
  background-image: url(../images/camp_img2.png);
}
@media (min-width: 769px) {
  .camp_products_bg.bg2 {
    width: 16.2rem;
    height: 11.3rem;
    left: -15.4rem;
    top: 8.3rem;
  }
}
@media (max-width: 768px) {
  .camp_products_bg.bg2 {
    width: 20.3rem;
    height: 14.2rem;
    left: -14.7rem;
    bottom: 0.2rem;
  }
}
.camp_products_bg.bg3 {
  background-image: url(../images/camp_img3.png);
}
@media (min-width: 769px) {
  .camp_products_bg.bg3 {
    width: 10.2rem;
    height: 14.3rem;
    right: -13.2rem;
    top: 4.7rem;
  }
}
@media (max-width: 768px) {
  .camp_products_bg.bg3 {
    width: 12.8rem;
    height: 17.9rem;
    right: -12.3rem;
    bottom: -0.1rem;
  }
}
.camp_products_bg.bg4 {
  background-image: url(../images/camp_img4.png);
}
@media (min-width: 769px) {
  .camp_products_bg.bg4 {
    width: 12.4rem;
    height: 16.5rem;
    right: -25.8rem;
    top: 2.5rem;
  }
}
@media (max-width: 768px) {
  .camp_products_bg.bg4 {
    width: 15.4rem;
    height: 20.6rem;
    right: -14.5rem;
    top: -9.8rem;
  }
}

.camp_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .camp_banners {
    gap: 1.6rem;
    margin-top: 1.7rem;
  }
}
@media (max-width: 768px) {
  .camp_banners {
    gap: 2rem;
    margin-top: 6.3rem;
  }
}

.camp_banner {
  position: relative;
}
@media (min-width: 769px) {
  .camp_banner {
    width: 26.3rem;
  }
}
@media (max-width: 768px) {
  .camp_banner {
    width: 33rem;
  }
}
.camp_banner::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
@media (min-width: 769px) {
  .camp_banner::after {
    border: 2px solid #fff;
  }
}
@media (max-width: 768px) {
  .camp_banner::after {
    border: 1px solid #fff;
  }
}

.info_section {
  position: relative;
}

.info_h2 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .info_h2 {
    width: 41.6rem;
  }
}
@media (max-width: 768px) {
  .info_h2 {
    width: 51.2rem;
  }
}

.info_lead {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .info_lead {
    width: 72.7rem;
    margin-top: 5.2rem;
  }
}
@media (max-width: 768px) {
  .info_lead {
    width: 61.8rem;
    margin-top: 4.3rem;
  }
}

.paper_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #ed85a0;
  background-image: url(../images/bg2.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.8rem auto;
}
@media (min-width: 769px) {
  .paper_inner {
    padding: 8.7rem 0 11.9rem;
  }
}
@media (max-width: 768px) {
  .paper_inner {
    padding: 9.7rem 0 12.2rem;
  }
}

.paper_panels {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .paper_panels {
    justify-content: center;
    max-width: 110rem;
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .paper_panels {
    flex-direction: column;
    align-items: center;
    max-width: 68rem;
    padding-top: 9rem;
  }
}

.paper_panel {
  position: relative;
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .paper_panel {
    border-radius: 5rem;
    padding: 6.7rem 0 5.7rem;
  }
}
@media (max-width: 768px) {
  .paper_panel {
    border-radius: 8rem;
    padding: 6.5rem 0;
  }
}

.paper_panel_sub {
  position: absolute;
  background: #e74382;
  left: 50%;
  top: 0;
  padding: 0 1.075em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  translate: -50% -50%;
}
@media (min-width: 769px) {
  .paper_panel_sub {
    border-radius: 2.371em;
    line-height: 2.371;
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .paper_panel_sub {
    border-radius: 1.974em;
    line-height: 1.974;
    font-size: 3.8rem;
    white-space: nowrap;
  }
}

.paper_panel_block {
  display: grid;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .paper_panel_block {
    grid-template-columns: auto auto;
    grid-template-rows: min-content min-content;
    gap: 3rem 4rem;
  }
}

.paper_panel_caption {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .paper_panel_caption {
    align-self: flex-end;
    gap: 1.8rem;
    width: 40.6rem;
  }
}
@media (max-width: 768px) {
  .paper_panel_caption {
    align-items: center;
    gap: 2.8rem;
  }
}

.paper_panel_head {
  font-weight: 900;
  color: #e74382;
}
@media (min-width: 769px) {
  .paper_panel_head {
    line-height: 1.424;
    font-size: 2.6rem;
  }
  .paper_panel_head > h3 {
    font: inherit;
  }
  .paper_panel_head > h3:first-of-type {
    margin-top: -0.211em;
  }
  .paper_panel_head > h3:last-of-type {
    margin-bottom: -0.211em;
  }
}
@media (max-width: 768px) {
  .paper_panel_head {
    line-height: 1.473;
    font-size: 3.6rem;
  }
  .paper_panel_head > h3 {
    font: inherit;
  }
  .paper_panel_head > h3:first-of-type {
    margin-top: -0.236em;
  }
  .paper_panel_head > h3:last-of-type {
    margin-bottom: -0.236em;
  }
  .paper_panel_head {
    text-align: center;
  }
}

.paper_panel_kome {
  font-weight: 500;
  color: #e74382;
}
@media (min-width: 769px) {
  .paper_panel_kome {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .paper_panel_kome > p {
    font: inherit;
  }
  .paper_panel_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .paper_panel_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .paper_panel_kome {
    width: 58rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .paper_panel_kome > p {
    font: inherit;
  }
  .paper_panel_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .paper_panel_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.paper_panel_images {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .paper_panel_images {
    grid-column: 2/3;
    grid-row: 1/3;
    gap: 1.7rem;
  }
}
@media (max-width: 768px) {
  .paper_panel_images {
    gap: 3.9rem;
    padding-top: 5rem;
  }
}

@media (min-width: 769px) {
  .paper_panel_image {
    width: 17.6rem;
  }
}
@media (max-width: 768px) {
  .paper_panel_image {
    width: 25.1rem;
  }
}
.paper_panel_image figcaption {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  width: 5.938em;
  height: 2em;
  margin: 0 auto;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 769px) {
  .paper_panel_image figcaption {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .paper_panel_image figcaption {
    font-size: 2.8rem;
  }
}
.paper_panel_image.p1 figcaption {
  background: #f08c00;
}
.paper_panel_image.p2 figcaption {
  background: #00aeeb;
}

.paper_panel_text {
  font-weight: 900;
  color: #e74382;
}
@media (min-width: 769px) {
  .paper_panel_text {
    align-self: flex-start;
    line-height: 1.455;
    font-size: 2.2rem;
  }
  .paper_panel_text > p {
    font: inherit;
  }
  .paper_panel_text > p:first-of-type {
    margin-top: -0.227em;
  }
  .paper_panel_text > p:last-of-type {
    margin-bottom: -0.227em;
  }
}
@media (max-width: 768px) {
  .paper_panel_text {
    padding-top: 2.5rem;
    line-height: 1.534;
    font-size: 3rem;
  }
  .paper_panel_text > p {
    font: inherit;
  }
  .paper_panel_text > p:first-of-type {
    margin-top: -0.266em;
  }
  .paper_panel_text > p:last-of-type {
    margin-bottom: -0.266em;
  }
  .paper_panel_text {
    text-align: center;
  }
}

.goods_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff471;
  background-image: url(../images/bg3.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.8rem auto;
}
@media (min-width: 769px) {
  .goods_inner {
    padding: 9.7rem 0 11.7rem;
  }
}
@media (max-width: 768px) {
  .goods_inner {
    padding: 9.5rem 0 13.3rem;
  }
}

@media (min-width: 769px) {
  .goods_h3 {
    width: 59.4rem;
  }
}
@media (max-width: 768px) {
  .goods_h3 {
    width: 57.9rem;
  }
}

.goods_panels {
  display: grid;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .goods_panels {
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.1rem 2rem;
    max-width: 110rem;
    padding-top: 7rem;
  }
}
@media (max-width: 768px) {
  .goods_panels {
    flex-direction: column;
    align-items: center;
    gap: 6.2rem;
    max-width: 68rem;
    padding-top: 7.5rem;
  }
}

.goods_panel {
  display: flex;
  justify-content: center;
  position: relative;
  background: #fff;
  width: 100%;
}
@media (min-width: 769px) {
  .goods_panel {
    border-radius: 5rem;
  }
}
@media (max-width: 768px) {
  .goods_panel {
    flex-direction: column;
    gap: 11.8rem 0;
    border-radius: 8rem;
  }
}
@media (min-width: 769px) {
  .goods_panel.full {
    grid-column: 1/3;
  }
}
@media (min-width: 769px) {
  .goods_panel.panel1 {
    padding: 5.9rem 8.1rem 5.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel.panel1 {
    padding: 9.7rem 7rem 7.2rem;
  }
}
@media (min-width: 769px) {
  .goods_panel.panel2 {
    padding: 5.9rem 8.1rem 5.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel.panel2 {
    padding: 10.4rem 7rem 7.6rem;
  }
}
@media (min-width: 769px) {
  .goods_panel.panel3 {
    padding: 2.9rem 0 5.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel.panel3 {
    padding: 8.7rem 0 9.4rem;
  }
}
@media (min-width: 769px) {
  .goods_panel.panel4 {
    padding: 7.3rem 10rem 7.7rem;
  }
}
@media (max-width: 768px) {
  .goods_panel.panel4 {
    padding: 7.4rem 3rem 9.4rem;
  }
}

.goods_panel_sub {
  position: absolute;
  background: #e74382;
  left: 50%;
  top: 0;
  padding: 0 1.075em;
  font-weight: 900;
  text-align: center;
  color: #fff;
  translate: -50% -50%;
}
@media (min-width: 769px) {
  .goods_panel_sub {
    border-radius: 1.926em;
    line-height: 1.926;
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_sub {
    border-radius: 1.974em;
    line-height: 1.974;
    font-size: 3.8rem;
    white-space: nowrap;
  }
}

.goods_panel_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .goods_panel_block.block4 {
    padding: 0 4rem 0 3.5rem;
  }
}
.goods_panel_block + .goods_panel_block::before {
  content: "";
  position: absolute;
  background-image: url(../images/line1_p.svg);
  background-position: left top;
  pointer-events: none;
}
@media (min-width: 769px) {
  .goods_panel_block + .goods_panel_block::before {
    background-repeat: repeat-y;
    background-size: 100% auto;
    width: 0.8rem;
    left: -0.1rem;
    top: 1.3rem;
    bottom: -3.3rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_block + .goods_panel_block::before {
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 1.3rem;
    left: 2.7rem;
    right: 2.7rem;
    top: -4.4rem;
  }
}

.goods_panel_images {
  display: flex;
}
@media (min-width: 769px) {
  .goods_panel_images {
    justify-content: center;
    gap: 5.1rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_images {
    flex-direction: column;
    align-items: center;
    gap: 3.4rem;
  }
}

@media (min-width: 769px) {
  .goods_panel_image.img1 {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_image.img1 {
    margin-bottom: 4.2rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_image.img2 {
    width: 43.3rem;
    margin-top: 4.8rem;
    margin-bottom: 3.1rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_image.img2 {
    width: 61.8rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_image.img3 {
    width: 33.3rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_image.img3 {
    width: 49.6rem;
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_image.img4 {
    width: 41.2rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_image.img4 {
    width: 62.8rem;
  }
}

.goods_panel_swiper {
  position: relative;
}
@media (min-width: 769px) {
  .goods_panel_swiper {
    width: 37.8rem;
    height: 22.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper {
    width: 54rem;
    height: 32rem;
  }
}
.goods_panel_swiper .swiper {
  position: relative;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper {
    border-radius: 2.8rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper {
    border-radius: 4rem;
  }
}
.goods_panel_swiper .swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper::after {
    border-radius: 2.8rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper::after {
    border-radius: 4rem;
  }
}
.goods_panel_swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper-pagination {
    gap: 0.7rem;
    bottom: -2.2rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper-pagination {
    gap: 1.2rem;
    bottom: -3rem;
  }
}
.goods_panel_swiper .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  margin: 0;
  opacity: 1;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid;
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper-pagination .swiper-pagination-bullet {
    border: 1px solid;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.goods_panel_swiper .swiper-button-prev, .goods_panel_swiper .swiper-button-next {
  position: absolute;
  margin: 0;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper-button-prev, .goods_panel_swiper .swiper-button-next {
    width: 1.6rem;
    height: 2rem;
    top: 9.8rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper-button-prev, .goods_panel_swiper .swiper-button-next {
    width: 2.3rem;
    height: 2.8rem;
    top: 14.2rem;
  }
}
.goods_panel_swiper .swiper-button-prev::after, .goods_panel_swiper .swiper-button-next::after {
  display: none;
}
.goods_panel_swiper .swiper-button-prev:hover, .goods_panel_swiper .swiper-button-next:hover {
  opacity: 0.5;
}
.goods_panel_swiper .swiper-button-prev {
  scale: -1 1;
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper-button-prev {
    left: -3.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper-button-prev {
    left: -4.5rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_swiper .swiper-button-next {
    right: -3.4rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper .swiper-button-next {
    right: -4.5rem;
  }
}
.goods_panel_swiper.swiper1 {
  color: #e74382;
}
@media (min-width: 769px) {
  .goods_panel_swiper.swiper1 {
    margin-bottom: 3.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper.swiper1 {
    margin-bottom: 3.1rem;
  }
}
.goods_panel_swiper.swiper1 .swiper-pagination {
  justify-content: flex-end;
}
.goods_panel_swiper.swiper1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e74382;
}
.goods_panel_swiper.swiper1 .swiper-button-prev, .goods_panel_swiper.swiper1 .swiper-button-next {
  fill: #e74382;
}
.goods_panel_swiper.swiper2 {
  color: #76322e;
}
@media (min-width: 769px) {
  .goods_panel_swiper.swiper2 {
    margin-bottom: 3.7rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_swiper.swiper2 {
    margin-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_swiper.swiper2 .swiper::after {
    border: 2px solid #76322e;
  }
}
.goods_panel_swiper.swiper2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #76322e;
}
.goods_panel_swiper.swiper2 .swiper-button-prev, .goods_panel_swiper.swiper2 .swiper-button-next {
  fill: #76322e;
}

.goods_panel_labels {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .goods_panel_labels {
    gap: 0.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_labels {
    gap: 1rem;
  }
}
.goods_panel_labels p {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.75em;
  width: 3.875em;
  height: 1.75em;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 769px) {
  .goods_panel_labels p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_labels p {
    font-size: 2.5rem;
  }
}
.goods_panel_labels p.p1 {
  background: #f08c00;
}
.goods_panel_labels p.p2 {
  background: #00aeeb;
}

.goods_panel_number {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  padding-top: 0.4rem;
  font-weight: 900;
  color: #e74382;
}
.goods_panel_number strong {
  line-height: 1;
  font-weight: inherit;
  translate: 0 8%;
}
@media (min-width: 769px) {
  .goods_panel_number strong {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_number strong {
    font-size: 5.2rem;
  }
}
.goods_panel_number span {
  line-height: 1;
  font-weight: inherit;
}
@media (min-width: 769px) {
  .goods_panel_number span {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_number span {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_number + .goods_panel_name {
    padding-top: 1.6rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_number + .goods_panel_name {
    padding-top: 2.4rem;
  }
}

.goods_panel_name {
  font-weight: 900;
  text-align: center;
  color: #e74382;
}
@media (min-width: 769px) {
  .goods_panel_name {
    line-height: 1.424;
    font-size: 2.6rem;
  }
  .goods_panel_name > p {
    font: inherit;
  }
  .goods_panel_name > p:first-of-type {
    margin-top: -0.211em;
  }
  .goods_panel_name > p:last-of-type {
    margin-bottom: -0.211em;
  }
}
@media (max-width: 768px) {
  .goods_panel_name {
    line-height: 1.3;
    font-size: 4rem;
  }
  .goods_panel_name > p {
    font: inherit;
  }
  .goods_panel_name > p:first-of-type {
    margin-top: -0.15em;
  }
  .goods_panel_name > p:last-of-type {
    margin-bottom: -0.15em;
  }
}
@media (min-width: 769px) {
  .goods_panel_name:has(small) {
    line-height: 1.039;
    font-size: 2.6rem;
  }
  .goods_panel_name:has(small) > p {
    font: inherit;
  }
  .goods_panel_name:has(small) > p:first-of-type {
    margin-top: -0.019em;
  }
  .goods_panel_name:has(small) > p:last-of-type {
    margin-bottom: -0.019em;
  }
}
@media (max-width: 768px) {
  .goods_panel_name:has(small) {
    line-height: 1.075;
    font-size: 4rem;
  }
  .goods_panel_name:has(small) > p {
    font: inherit;
  }
  .goods_panel_name:has(small) > p:first-of-type {
    margin-top: -0.037em;
  }
  .goods_panel_name:has(small) > p:last-of-type {
    margin-bottom: -0.037em;
  }
}
.goods_panel_name small {
  font-size: 0.77em;
}
.goods_panel_name strong {
  line-height: 1.167;
  font-size: 1.385em;
  font-weight: inherit;
}
@media (min-width: 769px) {
  .goods_panel_name + .goods_panel_kome {
    padding-top: 1.1rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_name + .goods_panel_kome {
    padding-top: 2rem;
  }
}
@media (min-width: 769px) {
  .goods_panel_name + .goods_panel_note {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .goods_panel_name + .goods_panel_note {
    padding-top: 5.8rem;
  }
}

.goods_panel_kome {
  font-weight: 500;
  color: #e74382;
}
@media (min-width: 769px) {
  .goods_panel_kome {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .goods_panel_kome > p {
    font: inherit;
  }
  .goods_panel_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .goods_panel_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .goods_panel_kome {
    line-height: 1.5;
    font-size: 2rem;
  }
  .goods_panel_kome > p {
    font: inherit;
  }
  .goods_panel_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .goods_panel_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.goods_panel_note {
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .goods_panel_note {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .goods_panel_note > p {
    font: inherit;
  }
  .goods_panel_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .goods_panel_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .goods_panel_note {
    line-height: 1.5;
    font-size: 2rem;
  }
  .goods_panel_note > p {
    font: inherit;
  }
  .goods_panel_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .goods_panel_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
  .panel3 .goods_panel_note {
    width: 54rem;
  }
}

.points_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #93d48f;
  background-image: url(../images/bg4.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.8rem auto;
}
@media (min-width: 769px) {
  .points_inner {
    padding: 9.7rem 0 11.1rem;
  }
}
@media (max-width: 768px) {
  .points_inner {
    padding: 9rem 0 11.9rem;
  }
}

.points_h3 {
  margin: 0 auto;
}
@media (min-width: 769px) {
  .points_h3 {
    width: 71.4rem;
  }
}
@media (max-width: 768px) {
  .points_h3 {
    width: 66rem;
  }
}

.points_logo {
  margin: 5.4rem auto;
}
@media (min-width: 769px) {
  .points_logo {
    width: 50.1rem;
  }
}
@media (max-width: 768px) {
  .points_logo {
    width: 53rem;
  }
}

.points_note {
  margin: 0 auto;
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .points_note {
    width: 50.1rem;
    margin-top: 2rem;
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .points_note > p {
    font: inherit;
  }
  .points_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .points_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .points_note {
    width: 68rem;
    margin-top: 3rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .points_note > p {
    font: inherit;
  }
  .points_note > p:first-of-type {
    margin-top: -0.25em;
  }
  .points_note > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

.points_panels {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .points_panels {
    gap: 2rem;
    margin-top: 7.8rem;
  }
}
@media (max-width: 768px) {
  .points_panels {
    flex-wrap: wrap;
    gap: 5.1rem 2rem;
    margin-top: 8.9rem;
  }
}

.points_panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #fff;
}
@media (min-width: 769px) {
  .points_panel {
    border-radius: 4rem;
    width: 23.1rem;
    padding: 4.2rem 0 3.9rem;
  }
}
@media (max-width: 768px) {
  .points_panel {
    border-radius: 6rem;
    width: 33rem;
    padding: 5.7rem 0 5.3rem;
  }
}

.points_panel_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background: #f05f00;
  border-radius: 2em;
  width: 6.905em;
  height: 2em;
  left: 50%;
  top: 0;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  translate: -50% -50%;
}
@media (min-width: 769px) {
  .points_panel_sub {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  .points_panel_sub {
    font-size: 3rem;
  }
}

.points_panel_lead {
  font-weight: 800;
  text-align: center;
  color: #f05f00;
}
@media (min-width: 769px) {
  .points_panel_lead {
    line-height: 1.35;
    font-size: 2rem;
  }
  .points_panel_lead > p {
    font: inherit;
  }
  .points_panel_lead > p:first-of-type {
    margin-top: -0.175em;
  }
  .points_panel_lead > p:last-of-type {
    margin-bottom: -0.175em;
  }
}
@media (max-width: 768px) {
  .points_panel_lead {
    line-height: 1.358;
    font-size: 2.8rem;
  }
  .points_panel_lead > p {
    font: inherit;
  }
  .points_panel_lead > p:first-of-type {
    margin-top: -0.178em;
  }
  .points_panel_lead > p:last-of-type {
    margin-bottom: -0.178em;
  }
}

.points_panel_prize {
  width: auto;
}
@media (min-width: 769px) {
  .points_panel_prize {
    height: 3.7rem;
    margin-top: 1.2rem;
  }
}
@media (max-width: 768px) {
  .points_panel_prize {
    height: 5.4rem;
    margin-top: 1.7rem;
  }
}
.points_panel_prize img {
  width: auto;
}

.points_panel_labels {
  display: flex;
}
@media (min-width: 769px) {
  .points_panel_labels {
    gap: 0.7rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .points_panel_labels {
    gap: 1rem;
    margin-top: 2.9rem;
  }
}
.points_panel_labels p {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.75em;
  width: 3.875em;
  height: 1.75em;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 769px) {
  .points_panel_labels p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .points_panel_labels p {
    font-size: 2.3rem;
  }
}
.points_panel_labels p.p1 {
  background: #f08c00;
}
.points_panel_labels p.p2 {
  background: #00aeeb;
}

.points_panel_number {
  display: flex;
  align-items: baseline;
}
@media (min-width: 769px) {
  .points_panel_number {
    gap: 0.2rem;
    margin-top: 0.9rem;
  }
}
@media (max-width: 768px) {
  .points_panel_number {
    gap: 0.4rem;
    margin-top: 0.7rem;
  }
}
.points_panel_number span {
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 769px) {
  .points_panel_number span {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .points_panel_number span {
    font-size: 2.2rem;
  }
}
.points_panel_number strong {
  line-height: 1;
  font-weight: 900;
  translate: 0 8%;
}
@media (min-width: 769px) {
  .points_panel_number strong {
    font-size: 2.9rem;
  }
}
@media (max-width: 768px) {
  .points_panel_number strong {
    font-size: 4.2rem;
  }
}

.guide_section {
  position: relative;
  background-color: #c7e6e9;
  background-image: url(../images/bg5.svg);
  background-position: center top;
  background-repeat: repeat;
  background-size: 1.8rem auto;
}
@media (min-width: 769px) {
  .guide_section {
    padding: 7.7rem 0 11.7rem;
  }
}
@media (max-width: 768px) {
  .guide_section {
    padding: 7.9rem 0 15.3rem;
  }
}

.guide_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .guide_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .guide_inner {
    max-width: 68rem;
  }
}

@media (min-width: 769px) {
  .guide_h2 {
    width: 43.8rem;
  }
}
@media (max-width: 768px) {
  .guide_h2 {
    width: 51.1rem;
  }
}
.guide_h2 + .guide_box {
  margin-top: 5.9rem;
}

.guide_box {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .guide_box {
    border-radius: 5rem;
  }
}
@media (max-width: 768px) {
  .guide_box {
    border-radius: 7.5rem;
  }
}
.guide_box > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1eaa39;
  line-height: 1;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 769px) {
  .guide_box > dt {
    height: 11.1rem;
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .guide_box > dt {
    height: 13.8rem;
    font-size: 4.7rem;
  }
}
@media (min-width: 769px) {
  .guide_box + .guide_box {
    margin-top: 4.1rem;
  }
}
@media (max-width: 768px) {
  .guide_box + .guide_box {
    margin-top: 4.6rem;
  }
}

.guide_lead {
  font-weight: 800;
  text-align: center;
  color: #1eaa39;
}
@media (min-width: 769px) {
  .guide_lead {
    padding-top: 5.2rem;
    line-height: 1.04;
    font-size: 2.5rem;
  }
  .guide_lead > p {
    font: inherit;
  }
  .guide_lead > p:first-of-type {
    margin-top: -0.02em;
  }
  .guide_lead > p:last-of-type {
    margin-bottom: -0.02em;
  }
}
@media (max-width: 768px) {
  .guide_lead {
    padding-top: 6rem;
    line-height: 1.445;
    font-size: 3.6rem;
  }
  .guide_lead > p {
    font: inherit;
  }
  .guide_lead > p:first-of-type {
    margin-top: -0.222em;
  }
  .guide_lead > p:last-of-type {
    margin-bottom: -0.222em;
  }
}

.guide_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 769px) {
  .guide_block {
    padding: 0 0 8.4rem;
  }
}
@media (max-width: 768px) {
  .guide_block {
    padding: 0 0 8.8rem;
  }
}
@media (min-width: 769px) {
  .guide_block + .guide_block {
    padding-top: 1.3rem;
  }
}
@media (max-width: 768px) {
  .guide_block + .guide_block {
    padding-top: 6.2rem;
  }
}
.guide_block + .guide_block::before {
  content: "";
  position: absolute;
  background-image: url(../images/line1_g.svg);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: auto 100%;
  pointer-events: none;
}
@media (min-width: 769px) {
  .guide_block + .guide_block::before {
    height: 0.8rem;
    left: 10rem;
    right: 10rem;
    top: -3.6rem;
  }
}
@media (max-width: 768px) {
  .guide_block + .guide_block::before {
    height: 1.3rem;
    left: 3.2rem;
    right: 5rem;
    top: -1.1rem;
  }
}

@media (min-width: 769px) {
  .guide_image.img1 {
    width: 80.6rem;
    margin-top: 1.6rem;
    margin-bottom: -0.4rem;
  }
}
@media (max-width: 768px) {
  .guide_image.img1 {
    width: 63.6rem;
    margin-top: 1.1rem;
  }
}
@media (min-width: 769px) {
  .guide_image.img2 {
    width: 31.5rem;
    margin-top: 7rem;
    margin-bottom: -1.4rem;
  }
}
@media (max-width: 768px) {
  .guide_image.img2 {
    width: 43.6rem;
    margin-left: 11.6rem;
    margin-top: 2.7rem;
    margin-bottom: -2.6rem;
  }
}
@media (min-width: 769px) {
  .guide_image.img3 {
    width: 32.8rem;
    margin-top: 1.8rem;
    margin-bottom: -0.4rem;
  }
}
@media (max-width: 768px) {
  .guide_image.img3 {
    width: 46.8rem;
    margin-left: 11.9rem;
    margin-top: 2.6rem;
    margin-bottom: -0.6rem;
  }
}

.guide_kome {
  font-weight: 500;
  text-align: justify;
}
@media (min-width: 769px) {
  .guide_kome {
    line-height: 1.5;
    font-size: 1.2rem;
  }
  .guide_kome > p {
    font: inherit;
  }
  .guide_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .guide_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
@media (max-width: 768px) {
  .guide_kome {
    width: 59rem;
    line-height: 1.5;
    font-size: 2rem;
  }
  .guide_kome > p {
    font: inherit;
  }
  .guide_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .guide_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}
.guide_kome strong {
  font-weight: 900;
}
@media (min-width: 769px) {
  .guide_kome + .guide_more {
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .guide_kome + .guide_more {
    margin-top: 5rem;
  }
}

.guide_more {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #1eaa39;
  gap: 1em;
  padding-left: 0.5em;
  line-height: 1;
  font-weight: 800;
  fill: #fff;
  color: #fff;
}
@media (min-width: 769px) {
  .guide_more {
    border-radius: 5.6rem;
    width: 33rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .guide_more {
    border-radius: 10rem;
    width: 59rem;
    height: 10rem;
    font-size: 3.2rem;
  }
}
.guide_more svg {
  width: 0.556em;
  height: 0.723em;
}

.guide_examples {
  display: flex;
}
@media (min-width: 769px) {
  .guide_examples {
    align-items: baseline;
  }
}
@media (max-width: 768px) {
  .guide_examples {
    flex-direction: column;
    gap: 6.9rem;
    width: 100%;
  }
}

.guide_example {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .guide_example {
    width: 40.8rem;
  }
}
.guide_example > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  width: 8.091em;
  height: 2em;
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 769px) {
  .guide_example > dt {
    border: 2px solid;
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .guide_example > dt {
    border: 1px solid;
    font-size: 3.4rem;
  }
}
.guide_example > dd {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .guide_example > dd {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .guide_example > dd {
    width: 100%;
  }
}
.guide_example > dd p {
  line-height: 1;
  font-weight: 800;
}
@media (min-width: 769px) {
  .guide_example > dd p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .guide_example > dd p {
    font-size: 2.6rem;
    text-align: center;
  }
}

.guide_dates {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .guide_dates {
    gap: 2rem;
    padding: 4.5rem 4.5rem 5.5rem;
  }
}
@media (max-width: 768px) {
  .guide_dates {
    flex-direction: column;
    gap: 4rem;
    padding: 5.6rem 4.5rem 6.1rem;
  }
}
.guide_dates > li {
  width: 100%;
}

.guide_date {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .guide_date {
    gap: 2.3rem;
  }
}
@media (max-width: 768px) {
  .guide_date {
    gap: 3rem;
  }
}
.guide_date > dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 900;
  line-height: 1;
  color: #fff;
}
@media (min-width: 769px) {
  .guide_date > dt {
    border-radius: 4.5rem;
    height: 4.5rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .guide_date > dt {
    border-radius: 6.5rem;
    height: 6.5rem;
    font-size: 3rem;
  }
}
li:nth-of-type(1) .guide_date > dt {
  background: #f08c00;
}
li:nth-of-type(2) .guide_date > dt {
  background: #00aeeb;
}
.guide_date > dd {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-weight: 900;
}
@media (min-width: 769px) {
  .guide_date > dd {
    font-size: 2.7rem;
  }
}
@media (max-width: 768px) {
  .guide_date > dd {
    font-size: 3.2rem;
  }
}
.guide_date > dd em {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #76322e;
  border-radius: 50%;
  width: 1.667em;
  height: 1.667em;
  margin: 0 0 0 0.2em;
  font-size: 0.556em;
  color: #fff;
}
.guide_date > dd i {
  flex-shrink: 0;
  background-image: url(../images/date.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.519em;
  height: 0.556em;
  margin: 0 0.371em;
  color: transparent;
}

.guide_steps {
  display: grid;
  justify-content: center;
}
@media (min-width: 769px) {
  .guide_steps {
    grid-template-columns: repeat(6, 15rem);
    gap: 3.4rem 0;
    padding: 3.5rem 0 3rem;
  }
}
@media (max-width: 768px) {
  .guide_steps {
    gap: 13.5rem;
    padding: 7.6rem 0 8.9rem;
  }
}
.guide_steps > li {
  position: relative;
}
@media (min-width: 769px) {
  .guide_steps > li.column1 {
    grid-column: span 3;
    padding: 0.5rem 0 2.5rem;
  }
  .guide_steps > li.column2 {
    grid-column: span 2;
    padding: 1.8rem 3rem 4.7rem;
  }
  .guide_steps > li:nth-of-type(n+2) {
    padding-left: 3rem;
  }
  .guide_steps > li:nth-of-type(n+2)::after {
    content: "";
    position: absolute;
    background-image: url(../images/line2_pc.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1.6rem;
    left: -0.8rem;
    top: 0;
    bottom: 0;
    pointer-events: none;
  }
  .guide_steps > li:nth-of-type(n+3)::before {
    content: "";
    position: absolute;
    background-image: url(../images/line1_g.svg);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: auto 100%;
    height: 0.8rem;
    left: 0;
    right: 0;
    top: -1.9rem;
    pointer-events: none;
  }
  .guide_steps > li:nth-of-type(3) {
    padding-left: 0;
  }
  .guide_steps > li:nth-of-type(3)::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .guide_steps > li:nth-of-type(n+2)::after {
    content: "";
    position: absolute;
    background-image: url(../images/line2_sp.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 2.8rem;
    left: -0.2rem;
    right: -0.2rem;
    top: -7.7rem;
    pointer-events: none;
  }
}

.guide_step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 769px) {
  .guide_step {
    height: 100%;
  }
}

.guide_steps_head {
  display: grid;
}
@media (min-width: 769px) {
  .guide_steps_head {
    grid-template-columns: 5.4rem 1fr;
    gap: 1.2rem 0;
  }
}
@media (max-width: 768px) {
  .guide_steps_head {
    grid-template-columns: 9.5rem 1fr;
    gap: 2rem 0;
  }
}
.guide_steps_head:has(.guide_step_kome) {
  grid-template-rows: min-content min-content;
}
.guide_steps_head:has(.guide_step_kome) h4 {
  grid-row: 1/3;
}
@media (min-width: 769px) {
  .guide_steps_head h4 {
    height: 7.4rem;
  }
}
@media (max-width: 768px) {
  .guide_steps_head h4 {
    height: 10rem;
  }
}
.guide_steps_head h4 img {
  object-fit: contain;
  object-position: left top;
  width: 100%;
  height: 100%;
}

.guide_step_text {
  grid-column: 2/3;
  display: flex;
  align-items: center;
  font-weight: 800;
  text-align: justify;
}
@media (min-width: 769px) {
  .guide_step_text {
    line-height: 1.45;
    font-size: 2rem;
  }
  .guide_step_text > p {
    font: inherit;
  }
  .guide_step_text > p:first-of-type {
    margin-top: -0.225em;
  }
  .guide_step_text > p:last-of-type {
    margin-bottom: -0.225em;
  }
}
@media (max-width: 768px) {
  .guide_step_text {
    width: 45rem;
    line-height: 1.4;
    font-size: 3rem;
  }
  .guide_step_text > p {
    font: inherit;
  }
  .guide_step_text > p:first-of-type {
    margin-top: -0.2em;
  }
  .guide_step_text > p:last-of-type {
    margin-bottom: -0.2em;
  }
}

.guide_step_kome {
  grid-column: 2/3;
}
@media (min-width: 769px) {
  .guide_step_kome {
    line-height: 1.667;
    font-size: 1.2rem;
  }
  .guide_step_kome > p {
    font: inherit;
  }
  .guide_step_kome > p:first-of-type {
    margin-top: -0.333em;
  }
  .guide_step_kome > p:last-of-type {
    margin-bottom: -0.333em;
  }
}
@media (max-width: 768px) {
  .guide_step_kome {
    line-height: 1.5;
    font-size: 2rem;
  }
  .guide_step_kome > p {
    font: inherit;
  }
  .guide_step_kome > p:first-of-type {
    margin-top: -0.25em;
  }
  .guide_step_kome > p:last-of-type {
    margin-bottom: -0.25em;
  }
}

@media (min-width: 769px) {
  .guide_step_image {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .guide_step_image.img1 {
    width: 16.6rem;
  }
}
@media (max-width: 768px) {
  .guide_step_image.img1 {
    width: 23.7rem;
    margin-right: 11.5rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 769px) {
  .guide_step_image.img2 {
    width: 16.6rem;
    margin-bottom: 1.7rem;
  }
}
@media (max-width: 768px) {
  .guide_step_image.img2 {
    width: 23.7rem;
    margin-right: 11.5rem;
    margin-top: 4.6rem;
    margin-bottom: 2.4rem;
  }
}
@media (min-width: 769px) {
  .guide_step_image.img3 {
    width: 16.7rem;
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .guide_step_image.img3 {
    width: 23.7rem;
    margin-right: 11.5rem;
    margin-top: 3.9rem;
  }
}
@media (min-width: 769px) {
  .guide_step_image.img4 {
    width: 16.6rem;
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .guide_step_image.img4 {
    width: 23.7rem;
    margin-right: 11.5rem;
    margin-top: 3.9rem;
  }
}
@media (min-width: 769px) {
  .guide_step_image.img5 {
    width: 16.9rem;
    margin-top: auto;
  }
}
@media (max-width: 768px) {
  .guide_step_image.img5 {
    width: 24.2rem;
    margin-top: 0.7rem;
  }
}

.guide_step_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.389em;
  position: relative;
  background: #1eaa39;
  line-height: 1;
  font-weight: 800;
  fill: #fff;
  color: #fff;
}
@media (min-width: 769px) {
  .guide_step_link {
    border-radius: 5.6rem;
    width: 39.7rem;
    height: 5.6rem;
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .guide_step_link {
    border-radius: 9.2rem;
    width: 59rem;
    height: 9.2rem;
    font-size: 2.7rem;
  }
}
.guide_step_link::before {
  content: "";
  background-image: url(../images/shot.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.778em;
  height: 1.389em;
}
.guide_step_link svg {
  width: 0.556em;
  height: 0.723em;
}

.guide_links {
  display: flex;
  justify-content: center;
}
@media (min-width: 769px) {
  .guide_links {
    margin-top: 6.5rem;
  }
}
@media (max-width: 768px) {
  .guide_links {
    margin-top: 11rem;
  }
}

.guide_link {
  position: relative;
}
@media (min-width: 769px) {
  .guide_link {
    width: 47.6rem;
    height: 8.1rem;
  }
}
@media (max-width: 768px) {
  .guide_link {
    width: 68rem;
    height: 11.5rem;
  }
}
.guide_link::before {
  content: "";
  position: absolute;
  background: #76322e;
  inset: 0;
}
@media (min-width: 769px) {
  .guide_link::before {
    border-radius: 8.1rem;
    translate: 0 0.7rem;
  }
}
@media (max-width: 768px) {
  .guide_link::before {
    border-radius: 11.5rem;
    translate: 0 1rem;
  }
}
.guide_link p {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f05f00;
  width: 100%;
  height: 100%;
  line-height: 1;
  fill: #fff;
  font-weight: 900;
  color: #fff;
}
@media (min-width: 769px) {
  .guide_link p {
    border-radius: 8.1rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .guide_link p {
    border-radius: 11.5rem;
    font-size: 4rem;
  }
}
.guide_link p svg {
  position: absolute;
  width: 0.5em;
  height: 0.608em;
}
@media (min-width: 769px) {
  .guide_link p svg {
    right: 4rem;
  }
}
@media (max-width: 768px) {
  .guide_link p svg {
    right: 5.7rem;
  }
}
.guide_link:hover::before {
  opacity: 0;
}
@media (min-width: 769px) {
  .guide_link:hover p {
    translate: 0 0.7rem;
  }
}
@media (max-width: 768px) {
  .guide_link:hover p {
    translate: 0 1rem;
  }
}

.faq_section {
  background: #cbe1a2;
}
@media (min-width: 769px) {
  .faq_section {
    padding: 10.9rem 0 11rem;
  }
}
@media (max-width: 768px) {
  .faq_section {
    padding: 13.1rem 0 12.2rem;
  }
}

.faq_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .faq_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .faq_inner {
    max-width: 68rem;
  }
}

@media (min-width: 769px) {
  .faq_h2 {
    width: 29.2rem;
  }
}
@media (max-width: 768px) {
  .faq_h2 {
    width: 38.4rem;
  }
}
@media (min-width: 769px) {
  .faq_h2 + .faq_block {
    margin-top: 6.2rem;
  }
}
@media (max-width: 768px) {
  .faq_h2 + .faq_block {
    margin-top: 7.1rem;
  }
}

.faq_block {
  background: #fff;
}
@media (min-width: 769px) {
  .faq_block {
    border-radius: 4.7rem;
  }
}
@media (max-width: 768px) {
  .faq_block {
    border-radius: 5.8rem;
  }
}
.faq_block + .faq_block {
  margin-top: 2rem;
}

.faq_block_head {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.4s ease;
  cursor: pointer;
}
@media (min-width: 769px) {
  .faq_block_head {
    min-height: 9.4rem;
    padding: 1.8rem 9rem 1.8rem 6rem;
  }
}
@media (max-width: 768px) {
  .faq_block_head {
    min-height: 11.6rem;
    padding: 4rem 11rem 4rem 6.5rem;
  }
}
.faq_block_head::before, .faq_block_head::after {
  content: "";
  position: absolute;
  background: #76322e;
}
@media (min-width: 769px) {
  .faq_block_head::before, .faq_block_head::after {
    border-radius: 0.3rem;
    width: 2.1rem;
    height: 0.3rem;
    right: 5.3rem;
  }
}
@media (max-width: 768px) {
  .faq_block_head::before, .faq_block_head::after {
    border-radius: 0.4rem;
    width: 2.9rem;
    height: 0.4rem;
    right: 5.5rem;
  }
}
.faq_block_head::after {
  rotate: 90deg;
}
.faq_block_head:hover {
  opacity: 0.7;
}

.faq_block_h3 {
  font-weight: 800;
}
@media (min-width: 769px) {
  .faq_block_h3 {
    line-height: 1.417;
    font-size: 2.4rem;
  }
  .faq_block_h3 > h3 {
    font: inherit;
  }
  .faq_block_h3 > h3:first-of-type {
    margin-top: -0.208em;
  }
  .faq_block_h3 > h3:last-of-type {
    margin-bottom: -0.208em;
  }
}
@media (max-width: 768px) {
  .faq_block_h3 {
    line-height: 1.412;
    font-size: 3.4rem;
  }
  .faq_block_h3 > h3 {
    font: inherit;
  }
  .faq_block_h3 > h3:first-of-type {
    margin-top: -0.205em;
  }
  .faq_block_h3 > h3:last-of-type {
    margin-bottom: -0.205em;
  }
}

.faq_block_body {
  position: relative;
}

@media (min-width: 769px) {
  .faq_content {
    padding: 1rem 6rem 5rem;
  }
}
@media (max-width: 768px) {
  .faq_content {
    padding: 0.5rem 6.5rem 6rem;
  }
}

.faq_text {
  text-align: justify;
}
@media (min-width: 769px) {
  .faq_text {
    line-height: 1.875;
    font-size: 1.6rem;
  }
  .faq_text > p {
    font: inherit;
  }
  .faq_text > p:first-of-type {
    margin-top: -0.437em;
  }
  .faq_text > p:last-of-type {
    margin-bottom: -0.437em;
  }
}
@media (max-width: 768px) {
  .faq_text {
    line-height: 1.584;
    font-size: 2.4rem;
  }
  .faq_text > p {
    font: inherit;
  }
  .faq_text > p:first-of-type {
    margin-top: -0.291em;
  }
  .faq_text > p:last-of-type {
    margin-bottom: -0.291em;
  }
}

.term_box {
  background: #fff;
}
@media (min-width: 769px) {
  .term_box {
    border-radius: 3.6rem;
    margin-top: 6rem;
    padding: 5.9rem 7.5rem 9.2rem 10rem;
  }
}
@media (max-width: 768px) {
  .term_box {
    border-radius: 11.1rem;
    margin-top: 8.1rem;
    padding: 6rem 1.8rem 8rem 4.6rem;
  }
}

.term_h3 {
  line-height: 1;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 769px) {
  .term_h3 {
    margin-bottom: 3.9rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .term_h3 {
    margin-bottom: 4.6rem;
    font-size: 4rem;
  }
}

.term_content {
  scrollbar-width: thin;
  scrollbar-color: #e6e6e6 #fff;
  overflow: scroll;
}
@media (min-width: 769px) {
  .term_content {
    height: 31rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 768px) {
  .term_content {
    height: 82rem;
    padding-right: 2.6rem;
  }
}

.term_text {
  text-align: justify;
}
@media (min-width: 769px) {
  .term_text {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .term_text {
    line-height: 1.584;
    font-size: 2.4rem;
  }
}
@media (min-width: 769px) {
  .term_text + .term_text {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .term_text + .term_text {
    padding-top: 3.8rem;
  }
}

.recipe_section {
  background-color: #e5e519;
  background-image: url(../images/recipe_bg1.svg);
  background-position: center top;
  background-repeat: repeat-x;
}
@media (min-width: 769px) {
  .recipe_section {
    background-size: 8.1rem auto;
    padding: 9.6rem 0 13.7rem;
  }
}
@media (max-width: 768px) {
  .recipe_section {
    background-size: 11.5rem auto;
    padding: 5.6rem 0 27.5rem;
  }
}

.recipe_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .recipe_inner {
    max-width: 110rem;
  }
}
@media (max-width: 768px) {
  .recipe_inner {
    max-width: 68rem;
  }
}

@media (min-width: 769px) {
  .recipe_h2 {
    width: 84.8rem;
  }
}
@media (max-width: 768px) {
  .recipe_h2 {
    width: 72.1rem;
  }
}

.recipe_banners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 769px) {
  .recipe_banners {
    gap: 2rem;
    margin-top: 5.2rem;
  }
}
@media (max-width: 768px) {
  .recipe_banners {
    gap: 2.1rem;
    margin-top: 5rem;
  }
}

.recipe_banner {
  position: relative;
}
@media (min-width: 769px) {
  .recipe_banner {
    width: 54rem;
  }
}
@media (max-width: 768px) {
  .recipe_banner {
    width: 68rem;
  }
}
.recipe_banner::after {
  content: "";
  position: absolute;
  inset: 0;
}
@media (min-width: 769px) {
  .recipe_banner::after {
    border: 2px solid #fff;
  }
}
@media (max-width: 768px) {
  .recipe_banner::after {
    border: 1px solid #fff;
  }
}

@media (min-width: 769px) {
  .recipe_image {
    width: 101.8rem;
    margin-top: 3.4rem;
  }
}
@media (max-width: 768px) {
  .recipe_image {
    width: 70.9rem;
    margin-top: 2.5rem;
  }
}

.fixed_buttons {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 450;
  transition: translate 0.4s ease !important;
}
@media (min-width: 769px) {
  .fixed_buttons {
    background: linear-gradient(to top, #fbb600 5.15rem, #76322e 5.15rem);
    height: 5.4rem;
  }
}
@media (max-width: 768px) {
  .fixed_buttons {
    background: linear-gradient(to top, #fbb600 9rem, #76322e 9rem);
    height: 9.2rem;
  }
}
.fixed_buttons.is-fixed {
  position: fixed;
}
.fixed_buttons:not(.is-show) {
  pointer-events: none;
}
@media (min-width: 769px) {
  .fixed_buttons:not(.is-show) {
    translate: 0 16rem;
  }
}
@media (max-width: 768px) {
  .fixed_buttons:not(.is-show) {
    translate: 0 24rem;
  }
}

.more_details {
  position: absolute;
}
@media (min-width: 769px) {
  .more_details {
    width: 20.7rem;
    left: 5.9rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .more_details {
    width: 28.6rem;
    left: 1.9rem;
    bottom: 5.2rem;
  }
}

.pagetop_anchor {
  position: absolute;
}
@media (min-width: 769px) {
  .pagetop_anchor {
    width: 17.3rem;
    right: 5.9rem;
    bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .pagetop_anchor {
    width: 24.6rem;
    right: 2rem;
    bottom: 5.2rem;
  }
}