@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  overscroll-behavior: none;
  background-color: white;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth !important;
  scroll-padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  html {
    font-size: min(calc(100vw / 1456 * 100), 100px);
    scroll-padding-top: 50px;
  }
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  overscroll-behavior-y: none;
  font-weight: 500;
  color: #1B1411;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
}

section {
  position: relative;
}

::-moz-selection {
  background: #2C4E9B;
  color: #ffffff;
}

::selection {
  background: #2C4E9B;
  color: #ffffff;
}

::-moz-selection {
  background: #2C4E9B;
  color: #ffffff;
}

#fv {
  background-image: url("../img/top/fv_bg_sp.png");
  background-size: 100% 6.95rem;
  background-position: top;
  background-repeat: no-repeat;
  padding-bottom: 5rem;
  margin-bottom: -1.33rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #fv {
    background-image: url("../img/top/fv_bg_pc.png");
    background-size: 100vw 15.15rem;
    margin-bottom: -3.4rem;
  }
}
#fv ~ section {
  position: relative;
  z-index: 2;
}
#fv ~ div {
  position: relative;
  z-index: 2;
}
#fv .l-circle {
  content: "";
  width: 11.63rem;
  height: 11.63rem;
  background-color: white;
  max-width: unset;
  border-radius: 100%;
  position: absolute;
  pointer-events: none;
  top: 5.76rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
}
@media screen and (min-width: 768px) {
  #fv .l-circle {
    width: 39.01rem;
    height: 39.01rem;
    top: 8.01rem;
  }
}
#fv #fv-slide {
  width: 100%;
  height: 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #fv #fv-slide {
    width: 12.4rem;
    height: 7rem;
    margin: auto;
    border-radius: 0.6rem;
    overflow: hidden;
  }
}
#fv #fv-slide div:nth-of-type(1) {
  background-image: url("../img/top/fv1.webp");
}
#fv #fv-slide div:nth-of-type(2) {
  background-image: url("../img/top/fv2.webp");
}
#fv #fv-slide div:nth-of-type(3) {
  background-image: url("../img/top/fv3.webp");
}
#fv #fv-slide div:nth-of-type(4) {
  background-image: url("../img/top/fv4.webp");
}
#fv #fv-slide h1 {
  position: absolute;
  bottom: 0.18rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: white;
  display: flex;
  gap: 0.15rem;
  align-items: baseline;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #fv #fv-slide h1 {
    gap: 0.1rem;
    bottom: 0.66rem;
  }
}
#fv #fv-slide h1 span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv #fv-slide h1 span {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
}
#fv #fv-slide h1 p strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv #fv-slide h1 p strong {
    font-size: 0.4rem;
    line-height: 0.58rem;
  }
}
#fv #fv-slide h1 p small {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv #fv-slide h1 p small {
    font-size: 0.36rem;
    line-height: 0.58rem;
  }
}
#fv .l-welcome {
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #449042;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.05rem;
  position: absolute;
  z-index: 3;
  top: 2.87rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #fv .l-welcome {
    color: #5DA829;
    top: 6.32rem;
    padding-top: 0.56rem;
    width: 2.91rem;
    font-size: 0.22rem;
    line-height: 0.28rem;
    gap: 0.12rem;
    background-image: url("../img/top/fv_welcome_bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
  }
}
#fv .l-welcome::after {
  content: "";
  width: 0.07rem;
  height: 0.09rem;
  background-image: url("../img/common/arrow_bottom_double.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-welcome::after {
    width: 0.11rem;
    height: 0.16rem;
    filter: brightness(0) saturate(100%) invert(58%) sepia(52%) saturate(349%) hue-rotate(76deg) brightness(95%) contrast(88%);
  }
}
#fv .l-deco {
  position: absolute;
}
#fv #fv-deco1 {
  width: 1.08rem;
  height: 1.04rem;
  background-image: url("../img/top/fv_deco1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.57rem;
  left: 0.22rem;
}
@media screen and (min-width: 768px) {
  #fv #fv-deco1 {
    width: 1.38rem;
    height: 1.3rem;
    top: 6.59rem;
    left: unset;
    right: calc(50% + 1.23rem);
    z-index: 4;
  }
}
#fv #fv-deco2 {
  width: 0.92rem;
  height: 0.88rem;
  background-image: url("../img/top/fv_deco2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 2.59rem;
  right: 0.2rem;
}
@media screen and (min-width: 768px) {
  #fv #fv-deco2 {
    width: 1.21rem;
    height: 1.15rem;
    top: 6.76rem;
    right: unset;
    left: calc(50% + 1.23rem);
    z-index: 4;
  }
}
#fv #fv-deco3 {
  width: 1.8rem;
  height: 1.08rem;
  background-image: url("../img/top/fv_deco3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 1.3rem;
  left: 0.35rem;
}
@media screen and (min-width: 768px) {
  #fv #fv-deco3 {
    width: 4.27rem;
    height: 2.56rem;
    top: 6.47rem;
    bottom: unset;
    z-index: 3;
    left: unset;
    right: calc(50% + 2.26rem);
  }
}
#fv .l-news {
  position: absolute;
  z-index: 2;
  top: 3.52rem;
  left: 0.25rem;
  width: 3.94rem;
  height: 3.44rem;
  max-width: unset;
  padding-top: 0.2rem;
  padding-left: 0.4rem;
  padding-right: 1.09rem;
  padding-bottom: 2.21rem;
  background-image: url("../img/top/fv_news.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  #fv .l-news {
    top: 5.48rem;
    left: calc(50% + 2.82rem);
    padding-top: 0.26rem;
    width: 4.64rem;
    height: 4.12rem;
    padding: 0.35rem 1.43rem 2rem 0.4rem;
    gap: 0.1rem;
  }
}
#fv .l-news__top {
  display: flex;
  justify-content: space-between;
  align-items: bseline;
  color: #A71527;
}
#fv .l-news__top a {
  text-decoration: underline;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#fv .l-news__heading {
  display: flex;
  gap: 0.07rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  #fv .l-news__heading {
    gap: 0.1rem;
  }
}
#fv .l-news__heading strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-news__heading strong {
    font-size: 0.18rem;
    line-height: 0.23rem;
  }
}
#fv .l-news__heading span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #fv .l-news__heading span {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
#fv .l-news__container {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
#fv .l-news__wrapper {
  display: flex;
  flex-direction: column;
  width: 2.44rem;
  padding-bottom: 0.02rem;
  border-bottom: 0.01rem solid #C3C3C3;
}
#fv .l-news__wrapper:nth-last-of-type(1) {
  border-bottom: unset;
  padding-bottom: unset;
}
@media screen and (min-width: 768px) {
  #fv .l-news__wrapper {
    width: 2.81rem;
  }
}
#fv .l-news__date {
  color: #5DA829;
  font-family: "Lexend Deca", serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#fv .l-news__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

#top-about {
  padding-top: 0.2rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 10 !important;
  margin-bottom: -0.6rem;
}
@media screen and (min-width: 768px) {
  #top-about {
    padding-bottom: 2rem;
    margin-bottom: -2rem;
  }
}
#top-about .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  text-align: center;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #A71527;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #top-about .l-heading {
    gap: 0.19rem;
    font-size: 0.18rem;
    line-height: 0.26rem;
    margin-bottom: 0.64rem;
  }
}
#top-about .l-heading img {
  display: block;
  width: 3.1rem;
  height: 0.91rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  #top-about .l-heading img {
    width: 7.09rem;
    height: 0.66rem;
  }
}
#top-about .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-about .l-container {
    flex-direction: row;
    gap: unset;
  }
}
#top-about .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-desc {
    width: 50%;
    line-height: 0.38rem;
  }
}
#top-about .l-container .l-direction {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction {
    padding-left: 0.28rem;
    width: 50%;
    gap: 0.54rem;
  }
}
#top-about .l-container .l-direction .l-video {
  width: 100%;
  height: 1.79rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction .l-video {
    height: 2.92rem;
  }
}
#top-about .l-container .l-direction .l-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#top-about .l-container .l-direction .l-button {
  position: relative;
  background-color: #9FC238;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.8rem;
  border-radius: 0.2rem;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction .l-button {
    height: 1rem;
    padding-left: 3.14rem;
    align-items: flex-start;
    border-radius: 1rem;
  }
}
#top-about .l-container .l-direction .l-button span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#top-about .l-container .l-direction .l-button strong {
  display: flex;
  gap: 0.09rem;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#top-about .l-container .l-direction .l-button strong i {
  font-style: normal;
}
#top-about .l-container .l-direction .l-button strong b {
  font-family: "Lexend Deca", serif;
  font-size: 0.29rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#top-about .l-container .l-direction .l-button strong::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.16rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
          clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
}
#top-about .l-container .l-direction .l-button--deco1 {
  width: 0.38rem;
  height: 0.77rem;
  top: -0.03rem;
  left: 0.3rem;
  position: absolute;
  background-image: url("../img/top/button_char1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction .l-button--deco1 {
    width: 0.49rem;
    height: 0.98rem;
    top: -0.15rem;
    left: 0.35rem;
  }
}
#top-about .l-container .l-direction .l-button--deco2 {
  width: 0.5rem;
  height: 0.58rem;
  top: 0.11rem;
  right: 0.1rem;
  position: absolute;
  background-image: url("../img/top/button_char2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction .l-button--deco2 {
    right: unset;
    width: 0.64rem;
    height: 0.75rem;
    left: 2.31rem;
    top: 0.09rem;
  }
}
#top-about .l-container .l-direction .l-button--deco3 {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-about .l-container .l-direction .l-button--deco3 {
    display: block;
    width: 1.51rem;
    height: 0.97rem;
    position: absolute;
    top: -0.08rem;
    left: 0.88rem;
    background-image: url("../img/top/button_char3.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#top-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -4.55rem;
  height: 17.46rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, white 0%, #F5FCFE 20%, #7AD5EF 50%, white 100%);
}
@media screen and (min-width: 768px) {
  #top-bg::before {
    top: -4.55rem;
    height: 16.36rem;
  }
}

#facility {
  position: relative;
  padding-bottom: 0.95rem;
  padding-top: 0.63rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #facility {
    padding-bottom: 2.38rem;
  }
}
#facility .c-fade {
  display: block;
  position: absolute;
  z-index: 2;
  right: -0.71rem;
  top: 3.3rem;
  width: 4.21rem;
  height: 3.26rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #facility .c-fade {
    width: 10.08rem;
    height: 7.82rem;
    right: unset;
    left: 50%;
    top: -0.35rem;
  }
}
#facility .c-fade div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#facility .c-fade div:nth-of-type(1) {
  background-image: url("../img/top/facility1.png");
}
#facility .c-fade div:nth-of-type(2) {
  background-image: url("../img/top/facility2.png");
}
#facility .c-fade div:nth-of-type(3) {
  background-image: url("../img/top/facility3.png");
}
#facility .l-deco {
  width: 0.72rem;
  height: 0.84rem;
  z-index: 2;
  position: absolute;
  top: 5.6rem;
  right: 0.25rem;
  background-image: url("../img/top/facility_deco1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #facility .l-deco {
    width: 1.02rem;
    height: 1.18rem;
    top: unset;
    bottom: 0.5rem;
    right: unset;
    left: calc(50% + 4.85rem);
  }
}
#facility .c-heading--cow {
  margin-bottom: 0.87rem;
  padding-left: 0.55rem;
}
@media screen and (min-width: 768px) {
  #facility .c-heading--cow {
    padding-left: unset;
    margin-bottom: 0.82rem;
    margin-left: 0.41rem;
  }
}
#facility .l-guide {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  margin-bottom: 3.91rem;
}
@media screen and (min-width: 768px) {
  #facility .l-guide {
    margin-bottom: unset;
    gap: 0.1rem;
    width: 0.9rem;
    position: absolute;
    left: -0.4rem;
    top: 1.4rem;
    transform: translateX(-100%);
  }
}
#facility .l-guide__heading {
  text-align: center;
  color: #5DA829;
  font-family: "Lexend Deca", serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  padding-bottom: 0.06rem;
}
@media screen and (min-width: 768px) {
  #facility .l-guide__heading {
    text-align: left;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: -0.15rem;
    transform: translateX(-100%);
  }
}
#facility .l-guide__wrapper {
  display: flex;
  padding-bottom: 0.05rem;
  border-bottom: 0.01rem solid #CCCCCC;
}
#facility .l-guide__wrapper:nth-last-of-type(1) {
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  #facility .l-guide__wrapper {
    flex-direction: column;
    padding-bottom: unset;
    border-bottom: unset;
    gap: 0.1rem;
  }
}
#facility .l-guide__wrapper a {
  flex-grow: 1;
  height: 0.27rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #CCCCCC;
  border-right: 0.01rem solid #CCCCCC;
  width: 33.3333333333%;
}
#facility .l-guide__wrapper a:nth-last-of-type(1) {
  border-right: unset;
}
#facility .l-guide__wrapper a:hover {
  color: #5DA829;
}
@media screen and (min-width: 768px) {
  #facility .l-guide__wrapper a {
    border-right: unset;
    border-bottom: 0.01rem solid #CCCCCC;
    justify-content: flex-start;
    width: 100%;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.12rem;
    line-height: 0.17rem;
    letter-spacing: 0em;
    font-weight: 500;
    padding-bottom: 0.1rem;
  }
}
#facility .l-container {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #facility .l-container {
    width: 4.8rem;
    margin-left: 0.8rem;
  }
}
#facility .l-container .l-catch {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #facility .l-container .l-catch {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-bottom: 0.3rem;
    white-space: nowrap;
  }
}
#facility .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #facility .l-container .l-desc {
    margin-bottom: 0.5rem;
    width: 4.64rem;
  }
}
#facility .l-container .c-btn--orange {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #facility .l-container .c-btn--orange {
    margin-left: unset;
  }
}

#room {
  padding-top: 6.73rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #room {
    padding-top: 1.18rem;
    padding-bottom: 1.2rem;
  }
}
#room::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FAF6EC;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #room::before {
    width: calc(50% + 5.7rem);
    border-radius: 0.8rem 0 0 0.8rem;
  }
}
#room .c-fade {
  display: block;
  position: absolute;
  left: -0.72rem;
  top: -0.35rem;
  width: 4.21rem;
  height: 3.51rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  #room .c-fade {
    width: 7.31rem;
    height: 6.15rem;
    left: unset;
    right: calc(50% + 0.59rem);
    top: -0.92rem;
  }
}
#room .c-fade div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#room .c-fade div:nth-of-type(1) {
  background-image: url("../img/top/room1.png");
}
#room .c-fade div:nth-of-type(2) {
  background-image: url("../img/top/room2.png");
}
#room .c-fade div:nth-of-type(3) {
  background-image: url("../img/top/room3.png");
}
#room .c-heading--cow {
  margin-bottom: 1.07rem;
}
@media screen and (min-width: 768px) {
  #room .c-heading--cow {
    margin-bottom: 0.88rem;
    margin-left: 1.29rem;
  }
}
#room .l-deco {
  position: absolute;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
}
#room #room-deco1 {
  width: 1.4rem;
  height: 1.4rem;
  right: -0.1rem;
  top: 2.62rem;
  background-image: url("../img/top/room_deco1.png");
}
@media screen and (min-width: 768px) {
  #room #room-deco1 {
    width: 2.29rem;
    height: 2.29rem;
    right: calc(50% - 0.35rem);
    top: unset;
    bottom: 2.44rem;
  }
}
#room #room-deco2 {
  width: 1.28rem;
  height: 1.33rem;
  right: 2.22rem;
  top: 3.32rem;
  background-image: url("../img/top/room_deco2.png");
}
@media screen and (min-width: 768px) {
  #room #room-deco2 {
    width: 2.09rem;
    height: 2.18rem;
    top: unset;
    right: calc(50% + 1.84rem);
    bottom: 0.96rem;
  }
}
#room #room-deco3 {
  width: 1.87rem;
  height: 1.87rem;
  right: 0.53rem;
  top: 4.28rem;
  background-image: url("../img/top/room_deco3.png");
}
@media screen and (min-width: 768px) {
  #room #room-deco3 {
    width: 3.07rem;
    height: 3.07rem;
    top: unset;
    right: calc(50% + 4.55rem);
    bottom: 0.51rem;
  }
}
#room .l-container {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #room .l-container {
    width: 4.46rem;
    margin-left: auto;
  }
}
#room .l-container .l-catch {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  #room .l-container .l-catch {
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-bottom: 0.3rem;
    white-space: nowrap;
  }
}
#room .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #room .l-container .l-desc {
    margin-bottom: 0.5rem;
  }
}
#room .l-container .c-btn--orange {
  margin: auto;
}
@media screen and (min-width: 768px) {
  #room .l-container .c-btn--orange {
    margin-left: unset;
  }
}

#service {
  padding-top: 1.09rem;
  padding-bottom: 1.86rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #service {
    padding-top: 1.76rem;
    padding-bottom: 3.3rem;
  }
}
#service .l-deco {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
#service #service-deco-top {
  background-image: url("../img/top/service_deco1.svg");
  top: 0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2.28rem;
  height: 0.24rem;
}
@media screen and (min-width: 768px) {
  #service #service-deco-top {
    width: 3.45rem;
    height: 0.37rem;
    top: 0.73rem;
  }
}
#service #service-deco-right {
  background-image: url("../img/top/service_deco2.svg");
  display: none;
}
@media screen and (min-width: 768px) {
  #service #service-deco-right {
    display: block;
    top: 50%;
    transform: translate(100%, -50%);
    width: 0.26rem;
    height: 2.32rem;
    right: -0.51rem;
  }
}
#service #service-deco-bottom {
  background-image: url("../img/top/service_deco1.svg");
  background-image: url("../img/top/service_deco1.svg");
  bottom: 0.6rem;
  left: 50%;
  transform: translateX(-50%) scaleY(-1);
  transform: translateX(-50%);
  width: 2.28rem;
  height: 0.24rem;
}
@media screen and (min-width: 768px) {
  #service #service-deco-bottom {
    width: 3.45rem;
    height: 0.37rem;
    bottom: 0.73rem;
  }
}
#service #service-deco-left {
  background-image: url("../img/top/service_deco2.svg");
  display: none;
}
@media screen and (min-width: 768px) {
  #service #service-deco-left {
    display: block;
    top: 50%;
    transform: translate(-100%, -50%) scaleX(-1);
    width: 0.26rem;
    height: 2.32rem;
    left: -0.51rem;
  }
}
#service .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
  text-align: center;
  align-items: center;
  color: #A71527;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #service .l-heading {
    gap: 0.14rem;
    margin-bottom: 0.65rem;
  }
}
#service .l-heading span {
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service .l-heading span {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
#service .l-heading strong {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service .l-heading strong {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#service .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.86rem;
}
@media screen and (min-width: 768px) {
  #service .l-container {
    flex-direction: row;
    gap: 0.8rem;
    justify-content: center;
  }
}
#service .l-container .l-wrapper {
  width: 1.8rem;
  height: 1.8rem;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper {
    width: 2.51rem;
    height: 2.51rem;
  }
}
#service .l-container .l-wrapper:hover {
  transform: translateY(-0.3rem);
}
#service .l-container .l-wrapper #service-char1 {
  width: 1.77rem;
  height: 0.98rem;
  bottom: -0.49rem;
  left: -0.04rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper #service-char1 {
    width: 2.41rem;
    height: 1.34rem;
    left: -0.12rem;
    bottom: -1.16rem;
  }
}
#service .l-container .l-wrapper #service-char2 {
  width: 1.68rem;
  height: 1.17rem;
  bottom: -0.55rem;
  left: 0rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper #service-char2 {
    width: 2.29rem;
    height: 1.6rem;
    bottom: -1.26rem;
  }
}
#service .l-container .l-wrapper #service-char3 {
  width: 1.37rem;
  height: 0.93rem;
  bottom: -0.51rem;
  left: 0.21rem;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper #service-char3 {
    width: 1.88rem;
    height: 1.27rem;
    left: 0.31rem;
    bottom: -1.17rem;
  }
}
#service .l-container .l-wrapper h3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.08rem;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
  position: relative;
  color: white;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
#service .l-container .l-wrapper h3::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
#service .l-container .l-wrapper h3 .l-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}
#service .l-container .l-wrapper h3 span {
  position: relative;
  z-index: 3;
  font-family: "Lexend Deca", serif;
  font-size: 0.13rem;
  line-height: 0.16rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper h3 span {
    font-size: 0.18rem;
    line-height: 0.23rem;
  }
}
#service .l-container .l-wrapper h3 strong {
  position: relative;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #service .l-container .l-wrapper h3 strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#service .l-container .l-wrapper .l-char {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}

#review {
  padding-top: 0.52rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #review {
    padding-top: 0.74rem;
    padding-bottom: 0.8rem;
  }
}
#review .l-slider .swiper {
  overflow: initial;
  transition-timing-function: linear !important;
}
#review .l-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
#review .l-slider .swiper-slide {
  height: auto;
}
#review .l-slider .p-review__wrapper {
  height: 100%;
}
#review .l-heading {
  color: #5DA829;
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-bottom: 0.29rem;
}
@media screen and (min-width: 768px) {
  #review .l-heading {
    gap: 0.88rem;
  }
}
#review .l-heading p {
  padding-top: 0.03rem;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
  align-items: center;
  text-align: cernter;
}
@media screen and (min-width: 768px) {
  #review .l-heading p {
    gao: 0.05rem;
  }
}
#review .l-heading p span {
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #review .l-heading p span {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
}
#review .l-heading p strong {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #review .l-heading p strong {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#review .l-heading::before {
  content: "";
  width: 0.7rem;
  height: 0.56rem;
  background-image: url("../img/common/twinkle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  #review .l-heading::before {
    width: 0.87rem;
    height: 0.69rem;
  }
}
#review .l-heading::after {
  content: "";
  width: 0.7rem;
  height: 0.56rem;
  background-image: url("../img/common/twinkle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #review .l-heading::after {
    width: 0.87rem;
    height: 0.69rem;
  }
}
#review .c-btn--orange {
  margin: 0.46rem auto 0;
}
@media screen and (min-width: 768px) {
  #review .c-btn--orange {
    margin-top: 0.66rem;
  }
}

#top-sky-bg {
  padding-top: 0.6rem;
  background-color: white;
  padding-bottom: 4rem;
  margin-bottom: -4rem;
  background: linear-gradient(to bottom, white 0%, #F5FCFE 20%, #E0F8FF 45%, #C7F2FF 70%, white 100%);
}
@media screen and (min-width: 768px) {
  #top-sky-bg {
    padding-top: 1rem;
    margin-bottom: -5rem;
  }
}

#news {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #news {
    padding-bottom: 0.84rem;
  }
}
#news .l-container {
  background-color: #5DA829;
  padding: 0.54rem 0.23rem 0.43rem;
  border-radius: 0.3rem;
  margin: auto;
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  #news .l-container {
    width: 12.8rem;
    border-radius: 0.8rem;
    padding: 0.48rem 0.5rem 0.52rem 1rem;
    display: flex;
    gap: 0.69rem;
  }
}
@media screen and (min-width: 768px) {
  #news .l-container .l-left {
    padding-top: 0.28rem;
  }
}
#news .l-container .l-heading {
  display: flex;
  align-items: center;
  gap: 0.1rem;
  color: #A71527;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  z-index: 1;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-heading {
    gap: 0.2rem;
    margin-bottom: 2.42rem;
  }
}
#news .l-container .l-heading::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.66rem;
  height: 0.82rem;
  top: -0.21rem;
  left: -0.39rem;
  display: block;
  background-image: url("../img/top/news_balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-heading::before {
    width: 3.67rem;
    height: 1.13rem;
    top: -0.22rem;
    left: -0.53rem;
  }
}
#news .l-container .l-heading::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2.94rem;
  height: 1.23rem;
  bottom: -0.47rem;
  left: 50%;
  transform: translate(-50%, 100%);
  display: block;
  background-image: url("../img/top/news_char.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-heading::after {
    width: 4.07rem;
    height: 1.69rem;
    bottom: -0.56rem;
  }
}
#news .l-container .l-heading strong {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-heading strong {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#news .l-container .l-heading span {
  font-family: "Lexend Deca", serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-heading span {
    font-size: 0.16rem;
    line-height: 0.2rem;
    padding-top: 0.05rem;
  }
}
#news .l-container .l-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: white;
  margin-bottom: 0.22rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-desc {
    margin-bottom: unset;
    font-size: 0.16rem;
    line-height: 0.32rem;
  }
}
#news .l-container .l-archive {
  background-color: white;
  padding: 0.2rem;
  border-radius: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-archive {
    padding: 0.3rem;
    border-radius: 0.3rem;
    gap: 0.2rem;
    flex-grow: 1;
  }
}
#news .l-container .l-archive__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-bottom: 0.28rem;
  border-bottom: 0.01rem solid #D1D1D1;
}
#news .l-container .l-archive__wrapper:nth-last-of-type(1) {
  padding-bottom: unset;
  border-bottom: unset;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-archive__wrapper {
    gap: 0.2rem;
    flex-direction: row;
  }
}
#news .l-container .l-archive__thumb {
  width: 2.38rem;
  height: 1.2rem;
  overflow: hidden;
  flex: none;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-archive__thumb {
    width: 1.8rem;
    height: 1.2rem;
  }
}
#news .l-container .l-archive__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
#news .l-container .l-archive__text {
  flex-grow: 1;
}
#news .l-container .l-archive__date {
  color: #5DA829;
  margin-bottom: 0.06rem;
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-archive__date {
    margin-left: 0.08rem;
  }
}
#news .l-container .l-archive__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.28rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  #news .l-container .l-archive__title {
    margin-bottom: 0.13rem;
  }
}
#news .l-container .l-archive__summary {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
#news .c-btn--orange {
  margin: auto;
  margin-top: 0.27rem;
}
@media screen and (min-width: 768px) {
  #news .c-btn--orange {
    margin-top: 0.34rem;
  }
}

#policy {
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #policy {
    padding-bottom: 0.84rem;
  }
}
#policy .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  color: #A71527;
  text-align: center;
  align-items: center;
  margin-bottom: 0.43rem;
}
#policy .l-heading strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.44rem;
  line-height: 0.55rem;
  letter-spacing: 0em;
  font-weight: 600;
}
#policy .l-heading span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
#policy .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-bottom: 0.61rem;
}
#policy .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.38rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #policy .l-container .l-wrapper {
    flex-direction: row;
    justify-content: center;
  }
}
#policy .l-container .l-wrapper:nth-of-type(2n+1) {
  --bg: #DAEBD9;
  --bd: #5DA829;
}
#policy .l-container .l-wrapper:nth-of-type(2n) {
  --bg: #FFF0F2;
  --bd: #A71527;
}
#policy .l-container .l-char {
  width: 1.53rem;
  height: 1.53rem;
  border-radius: 100%;
  background-color: var(--bg);
  position: relative;
}
#policy .l-container .l-char img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#policy .l-container .l-char #polich-char1 {
  width: 0.74rem;
  height: 0.86rem;
}
#policy .l-container .l-char #polich-char2 {
  width: 1.08rem;
  height: 1.02rem;
}
#policy .l-container .l-char #polich-char3 {
  width: 0.56rem;
  height: 1.13rem;
}
#policy .l-container .l-char #polich-char4 {
  width: 1.74rem;
  height: 1.12rem;
}
#policy .l-container .l-char #polich-char5 {
  width: 0.7rem;
  height: 1.15rem;
}
#policy .l-container .l-text {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 0.22rem 0.16rem 0.21rem;
  background-color: white;
  border-radius: 0.2rem;
  position: relative;
  filter: drop-shadow(0px 0px 1px var(--bd)) drop-shadow(0px 0px 1px var(--bd));
}
@media screen and (min-width: 768px) {
  #policy .l-container .l-text {
    width: 5.2rem;
    flex: none;
    padding: 0.24rem 0.2rem 0.27rem;
  }
}
#policy .l-container .l-text::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: 0.01rem;
  z-index: 2;
  width: 0.3rem;
  height: 0.25rem;
  content: "";
  display: block;
  background-color: white;
  -webkit-clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #policy .l-container .l-text::before {
    -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
            clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    left: 0.01rem;
    top: 50%;
    transform: translate(-100%, -50%);
  }
}
#policy .l-about {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  #policy .l-about {
    gap: 0.15rem;
    margin: auto;
  }
}
#policy .l-about__wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.29rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #policy .l-about__wrapper {
    flex-direction: row;
    gap: 0.44rem;
    justify-content: center;
    padding-left: 1.2rem;
  }
}
#policy .l-about__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.34rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 0.4rem;
  width: 2.72rem;
  height: 2.72rem;
  background-color: white;
  border-radius: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #policy .l-about__heading {
    width: 3.01rem;
    height: 3.01rem;
    flex: none;
    padding-top: 0.29rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
}
#policy .l-about__heading img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
#policy .l-about__heading #policy-char6 {
  width: 1.36rem;
  height: 1.29rem;
  margin-top: 0.13rem;
}
@media screen and (min-width: 768px) {
  #policy .l-about__heading #policy-char6 {
    width: 1.51rem;
    height: 1.43rem;
    margin-top: 0.15rem;
  }
}
#policy .l-about__heading #policy-char7 {
  width: 1.36rem;
  height: 1.29rem;
  margin-top: 0.24rem;
  margin-left: 0.2rem;
}
@media screen and (min-width: 768px) {
  #policy .l-about__heading #policy-char7 {
    width: 0.86rem;
    height: 1.23rem;
    margin-top: 0.3rem;
  }
}
#policy .l-about__content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #policy .l-about__content {
    width: 6.35rem;
  }
}
#policy .l-about__content p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #policy .l-about__content p {
    font-size: 0.18rem;
    line-height: 0.32rem;
    letter-spacing: 0.1em;
  }
}
#policy .l-about__content div {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  #policy .l-about__content div {
    gap: 0.3rem;
  }
}
#policy .l-about__content div dl {
  display: flex;
  flex-direction: column;
}
#policy .l-about__content div dl dt {
  color: #FF9D00;
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.38rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #policy .l-about__content div dl dt {
    font-size: 0.24rem;
  }
}
#policy .l-about__content div dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.38rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #policy .l-about__content div dl dd {
    font-size: 0.24rem;
  }
}

#lp-fv {
  position: relative;
  z-index: 3;
  padding-top: 0.72rem;
  padding-bottom: 3.29rem;
}
@media screen and (min-width: 768px) {
  #lp-fv {
    padding-top: 0.19rem;
    padding-bottom: 1.57rem;
  }
}
#lp-fv .l-heading {
  width: 100%;
  height: 2.02rem;
  position: relative;
  z-index: 3;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #lp-fv .l-heading {
    width: 8.53rem;
    height: 4.31rem;
  }
}
#lp-fv .l-heading img {
  display: block;
  width: 100%;
  height: 100%;
}
#lp-fv .l-heading span {
  display: none;
}
#lp-fv .l-items {
  margin: auto;
  width: 3rem;
  height: 1.62rem;
  margin-top: -0.45rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lp-fv .l-items {
    width: 5.51rem;
    height: 2.97rem;
    transform: translateX(0.36rem);
    margin-top: -0.76rem;
    margin-bottom: 0.16rem;
  }
}
#lp-fv .l-items img {
  display: block;
  width: 100%;
  height: 100%;
}
#lp-fv .l-deco {
  display: block;
  position: absolute;
  max-width: unset;
  background-size: contain;
  background-repeat: no-repeat;
}
#lp-fv #lp-fv-deco1 {
  width: 3.97rem;
  height: 3.3rem;
  left: 0.25rem;
  top: -0.76rem;
  background-image: url("../img/lp/deco1.webp");
}
@media screen and (min-width: 768px) {
  #lp-fv #lp-fv-deco1 {
    width: 9.89rem;
    height: 8.21rem;
    top: -0.5rem;
    left: calc(50% + 0.32rem);
  }
}
#lp-fv #lp-fv-deco2 {
  width: 2.93rem;
  height: 3rem;
  right: 1.09rem;
  bottom: 1.22rem;
  background-image: url("../img/lp/deco2.webp");
}
@media screen and (min-width: 768px) {
  #lp-fv #lp-fv-deco2 {
    width: 7.42rem;
    height: 7.33rem;
    top: 2.05rem;
    right: calc(50% + 1.25rem);
  }
}
#lp-fv .l-catch {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  position: absolute;
  z-index: 2;
  right: 0.3rem;
  bottom: 0.85rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  #lp-fv .l-catch {
    writing-mode: horizontal-tb;
    background-color: white;
    width: 7.2rem;
    height: 0.7rem;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    line-height: 0.4rem;
    border-radius: 1rem;
    position: relative;
    flex-direction: row;
    z-index: 3;
    right: unset;
    bottom: unset;
    margin: auto;
  }
}
#lp-fv .l-catch span:nth-of-type(1) {
  padding-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #lp-fv .l-catch span:nth-of-type(1) {
    padding-bottom: unset;
  }
}

#lp-detail {
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lp-detail {
    padding-bottom: 0.16rem;
  }
}
#lp-detail .l-deco {
  display: block;
  position: absolute;
  max-width: unset;
  background-size: contain;
  background-repeat: no-repeat;
}
#lp-detail #deco3 {
  width: 3.97rem;
  height: 2.64rem;
  top: -2.46rem;
  left: -0.05rem;
  background-image: url("../img/lp/deco3.webp");
}
@media screen and (min-width: 768px) {
  #lp-detail #deco3 {
    width: 10.5rem;
    height: 6.99rem;
    top: -1.64rem;
    left: calc(50% - 0.5rem);
  }
}
#lp-detail .l-heading {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.44rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.53rem;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-heading {
    font-size: 0.4rem;
    line-height: 0.8rem;
    margin-bottom: 0.36rem;
    position: relative;
    z-index: 2;
  }
}
#lp-detail .l-heading strong {
  color: #5DA829;
  font-size: 0.3rem;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-heading strong {
    font-size: 0.5rem;
  }
}
#lp-detail .l-deco-unity {
  width: 100%;
  height: 3.07rem;
  position: relative;
  margin-bottom: 2.77rem;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity {
    width: 8.97rem;
    height: 3.53rem;
    margin: auto;
    margin-bottom: 0.77rem;
  }
}
#lp-detail .l-deco-unity figure {
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
#lp-detail .l-deco-unity #char1 {
  width: 1.46rem;
  height: 1.03rem;
  top: 0;
  left: 0.08rem;
  background-image: url("../img/lp/char1.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char1 {
    width: 1.88rem;
    height: 1.32rem;
  }
}
#lp-detail .l-deco-unity #char2 {
  width: 0.82rem;
  height: 0.76rem;
  top: 0.17rem;
  left: 1.63rem;
  background-image: url("../img/lp/char2.svg");
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char2 {
    top: unset;
    left: unset;
    right: 1.82rem;
    bottom: 0.08rem;
    width: 1.35rem;
    height: 1.28rem;
  }
}
#lp-detail .l-deco-unity #char3 {
  aspect-ratio: 97/90;
  width: 0.97rem;
  top: 0.09rem;
  right: -0.08rem;
  background-image: url("../img/lp/char3.png");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char3 {
    width: 1.55rem;
    top: unset;
    right: 0.57rem;
    bottom: 0.8rem;
  }
}
#lp-detail .l-deco-unity #char4 {
  width: 1.33rem;
  height: 0.94rem;
  bottom: 0.19rem;
  left: 0;
  background-image: url("../img/lp/char4.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char4 {
    width: 2.19rem;
    height: 1.55rem;
    left: 0.16rem;
    bottom: 0.51rem;
  }
}
#lp-detail .l-deco-unity #char5 {
  width: 0.62rem;
  height: 0.87rem;
  bottom: 0;
  left: 1.54rem;
  background-image: url("../img/lp/char5.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char5 {
    width: 1.02rem;
    height: 1.44rem;
    left: 2.8rem;
  }
}
#lp-detail .l-deco-unity #char6 {
  width: 0.81rem;
  height: 1.03rem;
  bottom: 0.1rem;
  right: 0;
  background-image: url("../img/lp/char6.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #char6 {
    left: 4.08rem;
    bottom: 0.09rem;
    right: unset;
    width: 1.34rem;
    height: 1.7rem;
  }
}
#lp-detail .l-deco-unity #catch {
  top: 1.15rem;
  left: 0;
  width: 100%;
  height: 0.66rem;
  background-image: url("../img/lp/catch.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-deco-unity #catch {
    width: 4.64rem;
    height: 0.94rem;
    top: 0.53rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
#lp-detail .l-bottom {
  position: relative;
}
#lp-detail .l-bottom #deco4 {
  width: 2.5rem;
  height: 2.05rem;
  top: -2.65rem;
  left: -0.61rem;
  background-image: url("../img/lp/deco4.webp");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-bottom #deco4 {
    width: 7.27rem;
    height: 5.97rem;
    bottom: unset;
    top: -1.51rem;
    left: unset;
    right: calc(50% + 2.44rem);
  }
}
#lp-detail .l-bottom #deco5 {
  width: 2.5rem;
  height: 2.05rem;
  bottom: 4.4rem;
  right: -0.62rem;
  background-image: url("../img/lp/deco5.webp");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-bottom #deco5 {
    width: 5.7rem;
    height: 5.81rem;
    left: calc(50% + 2.67rem);
    right: unset;
    top: -2.06rem;
  }
}
#lp-detail .l-bottom #char7 {
  width: 2.5rem;
  height: 2.05rem;
  bottom: 4.32rem;
  left: 0;
  background-image: url("../img/lp/char7.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-bottom #char7 {
    width: 1.98rem;
    height: 1.75rem;
    left: unset;
    top: unset;
    bottom: -0.39rem;
    right: calc(50% + 3.2rem);
    transform: translateY(100%);
  }
}
#lp-detail .l-bottom #char8 {
  width: 1.6rem;
  height: 1.08rem;
  top: -1.66rem;
  right: 0;
  background-image: url("../img/lp/char8.svg");
}
@media screen and (min-width: 768px) {
  #lp-detail .l-bottom #char8 {
    width: 1.87rem;
    height: 1.27rem;
    right: unset;
    top: unset;
    bottom: -0.77rem;
    left: calc(50% + 3.51rem);
    transform: translateY(100%);
  }
}
#lp-detail .l-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
  margin-bottom: 2.76rem;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-content {
    gap: 0.41rem;
    margin-bottom: 0.8rem;
  }
}
#lp-detail .l-content h3 {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-content h3 {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
#lp-detail .l-content p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-content p {
    font-size: 0.18rem;
    line-height: 0.38rem;
  }
}
#lp-detail .l-awards {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-awards {
    flex-direction: row;
    justify-content: center;
    text-align: left;
  }
}
#lp-detail .l-awards figure {
  width: 1.35rem;
  height: 1.6rem;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-awards figure {
    width: 1.35rem;
    height: 1.6rem;
    flex: none;
  }
}
#lp-detail .l-awards figure img {
  display: block;
}
#lp-detail .l-awards div {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-awards div {
    gap: 0.2rem;
  }
}
#lp-detail .l-awards div h3 {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.29rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #lp-detail .l-awards div h3 {
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
#lp-detail .l-awards div h3 strong {
  color: #5DA829;
}
#lp-detail .l-awards div p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}

#lp-line-up {
  padding-top: 0.9rem;
  padding-bottom: 1.97rem;
  background-color: white;
  background-image: url("../img/lp/lineup_bg_sp.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #lp-line-up {
    background-image: url("../img/lp/lineup_bg_pc.png");
  }
}
#lp-line-up .l-heading {
  color: #FFFE2B;
  font-family: "Lexend Deca", serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  align-items: center;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-heading {
    font-size: 0.44rem;
    line-height: 0.55rem;
    gap: 0.38rem;
    margin-bottom: 0.36rem;
  }
}
#lp-line-up .l-heading::before {
  content: "";
  width: 0.25rem;
  height: 0.22rem;
  background-color: #FFFE2B;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  flex: none;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-heading::before {
    width: 0.51rem;
    height: 0.44rem;
  }
}
#lp-line-up .l-heading::after {
  content: "";
  width: 0.25rem;
  height: 0.22rem;
  background-color: #FFFE2B;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  flex: none;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-heading::after {
    width: 0.51rem;
    height: 0.44rem;
  }
}
#lp-line-up .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.31rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
#lp-line-up .l-container .l-wrapper {
  width: 3rem;
  height: 3.74rem;
  background-image: url("../img/lp/box.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.29rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper {
    width: 3.39rem;
    height: 4.22rem;
    padding-top: 0.33rem;
  }
}
#lp-line-up .l-container .l-wrapper .l-image {
  width: 2.13rem;
  height: 2.29rem;
  flex: none;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper .l-image {
    width: 2.33rem;
    height: 2.29rem;
  }
}
#lp-line-up .l-container .l-wrapper .l-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
#lp-line-up .l-container .l-wrapper .l-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.12rem;
  align-items: center;
  margin-top: -0.2rem;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper .l-text {
    gap: 0.04rem;
  }
}
#lp-line-up .l-container .l-wrapper .l-name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper .l-name {
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
}
#lp-line-up .l-container .l-wrapper .l-note {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.21rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper .l-note {
    font-size: 0.12rem;
    line-height: 0.2rem;
  }
}
#lp-line-up .l-container .l-wrapper .l-collabo {
  color: #A71527;
  border: 0.01rem solid #A71527;
  width: 1.69rem;
  height: 0.41rem;
  border-radius: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #lp-line-up .l-container .l-wrapper .l-collabo {
    margin-top: 0.05rem;
  }
}

#lp-bg-white {
  padding-bottom: 5rem;
  margin-bottom: -4rem;
}
@media screen and (min-width: 768px) {
  #lp-bg-white {
    margin-bottom: -4.2rem;
  }
}

#lp-about {
  margin-top: -0.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px) {
  #lp-about {
    margin-top: unset;
    padding-top: unset;
    padding-bottom: 1.62rem;
  }
}
#lp-about .l-2column {
  margin-bottom: 0.54rem;
}
@media screen and (min-width: 768px) {
  #lp-about .l-2column {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.82rem;
    align-items: flex-end;
  }
}
#lp-about .l-2column--text {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
#lp-about .l-2column--text h2 {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #lp-about .l-2column--text h2 {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}
#lp-about .l-2column--text img {
  display: block;
  width: 3.25rem;
  height: 2.13rem;
  border-radius: 0.2rem;
}
#lp-about .l-2column--text p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #lp-about .l-2column--text p {
    width: 4.21rem;
    white-space: nowrap;
  }
}
#lp-about .l-2column--image {
  flex: none;
  width: 5.81rem;
  height: 3.8rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.05rem;
}
#lp-about .l-heading {
  color: #5DA829;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  justify-content: center;
  gap: 0.11rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #lp-about .l-heading {
    font-size: 0.32rem;
    line-height: 0.46rem;
    gap: 0.28rem;
  }
}
#lp-about .l-heading::before {
  content: "";
  width: 0.21rem;
  height: 0.18rem;
  background-color: #5DA829;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  flex: none;
}
@media screen and (min-width: 768px) {
  #lp-about .l-heading::before {
    width: 0.25rem;
    height: 0.22rem;
  }
}
#lp-about .l-heading::after {
  content: "";
  width: 0.21rem;
  height: 0.18rem;
  background-color: #5DA829;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  flex: none;
}
@media screen and (min-width: 768px) {
  #lp-about .l-heading::after {
    width: 0.25rem;
    height: 0.22rem;
  }
}
#lp-about .l-container {
  margin-top: 0.21rem;
  margin-bottom: 0.59rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container {
    margin-top: 0.51rem;
    margin-bottom: 0.69rem;
    flex-direction: row;
    justify-content: space-between;
  }
}
#lp-about .l-container .l-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container .l-wrapper {
    width: 3.41rem;
  }
}
#lp-about .l-container .l-wrapper .l-material {
  background-image: url("../img/lp/arrange_bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 3.25rem;
  height: 0.54rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #361F0F;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container .l-wrapper .l-material {
    width: 3.41rem;
    height: 0.57rem;
  }
}
#lp-about .l-container .l-wrapper .l-dish {
  width: 3.25rem;
  height: 2.3rem;
  border-radius: 0.2rem;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container .l-wrapper .l-dish {
    width: 3.41rem;
    height: 2.41rem;
    margin-top: 0.26rem;
    margin-bottom: 0.17rem;
  }
}
#lp-about .l-container .l-wrapper .l-dish img {
  display: block;
  width: 100%;
  height: 100%;
}
#lp-about .l-container .l-wrapper .l-name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.05rem;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container .l-wrapper .l-name {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 0.11rem;
  }
}
#lp-about .l-container .l-wrapper .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: -0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #lp-about .l-container .l-wrapper .l-desc {
    font-size: 0.18rem;
    line-height: 0.32rem;
  }
}
#lp-about .l-button {
  width: 3.08rem;
  height: 0.8rem;
  border-radius: 0.2rem;
  background-color: #5DA829;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #lp-about .l-button {
    width: 3.2rem;
  }
}
#lp-about .l-button::before {
  content: "";
  width: 0.85rem;
  height: 0.99rem;
  position: absolute;
  top: -0.09rem;
  left: -0.27rem;
  background-image: url("../img/char/staff.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #lp-about .l-button::before {
    width: 1.01rem;
    height: 1.17rem;
    left: -0.5rem;
    top: -0.19rem;
  }
}
#lp-about .l-button::after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 0.17rem;
  background-color: white;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

#lp-restaurant {
  position: relative;
  z-index: 2;
  padding-bottom: 2.82rem;
}
@media screen and (min-width: 768px) {
  #lp-restaurant {
    padding-bottom: 1.25rem;
  }
}
#lp-restaurant .l-heading {
  width: 3.06rem;
  height: 2.3rem;
  margin: 0 auto 1.04rem;
  background-image: url("../img/lp/restaurant.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-heading {
    margin-bottom: 0.8rem;
    width: 3.8rem;
    height: 2.53rem;
  }
}
#lp-restaurant .l-heading span {
  display: none;
}
#lp-restaurant .l-deco {
  display: block;
  position: absolute;
  max-width: unset;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
#lp-restaurant #char9 {
  width: 1.17rem;
  height: 1.46rem;
  top: 1.56rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/lp/char10.svg");
}
@media screen and (min-width: 768px) {
  #lp-restaurant #char9 {
    width: 1.5rem;
    height: 1.9rem;
    top: 0.7rem;
    left: unset;
    transform: unset;
    right: calc(50% + 2.36rem);
  }
}
#lp-restaurant #char10 {
  width: 2.96rem;
  height: 2.26rem;
  bottom: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/lp/char11.webp");
}
@media screen and (min-width: 768px) {
  #lp-restaurant #char10 {
    width: 3rem;
    height: 2.26rem;
    top: 0.3rem;
    bottom: unset;
    transform: unset;
    left: calc(50% + 1.97rem);
  }
}
#lp-restaurant .l-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-container {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}
#lp-restaurant .l-container .l-wrapper {
  text-align: center;
  color: #604C38;
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-container .l-wrapper {
    width: 4.05rem;
  }
}
#lp-restaurant .l-container .l-wrapper#restaurant-pizza .l-title::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../img/lp/deco_pizza.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translate(-100%, -50%);
}
#lp-restaurant .l-container .l-wrapper#restaurant-pizza .l-title::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  background-image: url("../img/lp/deco_pizza.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: absolute;
  right: -0.2rem;
  top: 50%;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-container .l-wrapper#restaurant-pizza .l-desc {
    margin-bottom: 0.6rem;
  }
}
#lp-restaurant .l-container .l-wrapper#restaurant-sushi .l-title {
  gap: 0;
}
#lp-restaurant .l-container .l-wrapper#restaurant-sushi .l-title::before {
  content: "";
  width: 0.93rem;
  height: 0.59rem;
  background-image: url("../img/lp/deco_sushi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: absolute;
  left: -0.1rem;
  top: 70%;
  transform: translate(-100%, -50%);
}
#lp-restaurant .l-container .l-wrapper#restaurant-sushi .l-title::after {
  content: "";
  width: 0.93rem;
  height: 0.59rem;
  background-image: url("../img/lp/deco_sushi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: absolute;
  right: -0.1rem;
  top: 70%;
  transform: translate(100%, -50%);
}
#lp-restaurant .l-container .l-wrapper#restaurant-sushi .l-info strong {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#lp-restaurant .l-container .l-wrapper .l-image {
  width: 100%;
  height: 2.99rem;
  margin-bottom: 0.22rem;
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-container .l-wrapper .l-image {
    overflow: hidden;
    border-radius: 0.2rem;
    margin-bottom: 0.32rem;
  }
  #lp-restaurant .l-container .l-wrapper .l-image img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
#lp-restaurant .l-container .l-wrapper .l-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 0.2rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.28rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 600;
  position: relative;
  margin-bottom: 0.31rem;
}
#lp-restaurant .l-container .l-wrapper .l-desc {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #lp-restaurant .l-container .l-wrapper .l-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
  }
}
#lp-restaurant .l-container .l-wrapper .l-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#lp-restaurant .l-container .l-wrapper .l-info strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.24rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 600;
  font-family: "Lexend Deca", serif, "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#lp-restaurant .l-container .l-wrapper .l-info span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 600;
  padding-bottom: 0.1rem;
}
#lp-restaurant .l-container .l-wrapper .l-info address {
  width: 3.12rem;
  margin: auto;
  padding-top: 0.08rem;
  border-top: 0.04rem solid #EA765A;
  display: flex;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-style: normal;
}

#lp-local {
  width: 100%;
  height: 14.8rem;
  background-image: url("../img/lp/local_sp.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  #lp-local {
    margin-bottom: 1rem;
    height: 61.0416666667vw;
    background-image: url("../img/lp/local_pc.webp");
  }
}

#lp-form {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/lp/form_bg_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #lp-form {
    height: 36.1111111111vw;
    background-image: url("../img/lp/form_bg_pc.webp");
  }
}
#lp-form .l-button {
  background-color: white;
  width: 3.25rem;
  height: 0.73rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #lp-form .l-button {
    width: 7.2rem;
    height: 1.4rem;
    border-radius: 0.2rem;
  }
}
#lp-form .l-button strong {
  color: #A71527;
  font-family: "Lexend Deca", serif;
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #lp-form .l-button strong {
    font-size: 0.54rem;
    line-height: 0.68rem;
  }
}
#lp-form .l-button span {
  margin-top: -0.03rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  #lp-form .l-button span {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-top: unset;
  }
}
#lp-form .l-button span::after {
  content: "";
  display: block;
  width: 0.09rem;
  height: 0.15rem;
  background-color: #A71527;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
@media screen and (min-width: 768px) {
  #lp-form .l-button span::after {
    width: 0.14rem;
    height: 0.23rem;
  }
}
#lp-form .l-button:hover {
  opacity: 1;
  background-color: #A71527;
}
#lp-form .l-button:hover strong {
  color: white;
}
#lp-form .l-button:hover span {
  color: white;
}
#lp-form .l-button:hover span::after {
  content: "";
  background-color: white;
}

#news-archive {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #news-archive {
    padding-top: 0.71rem;
    padding-bottom: 0.8rem;
    margin-bottom: -0.36rem;
  }
}
#news-archive .p-archive {
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  #news-archive .p-archive {
    margin-bottom: 1rem;
  }
}

#news-article {
  position: relative;
  padding-top: 0.25rem;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  #news-article {
    padding-top: unset;
    margin-bottom: -4.08rem;
  }
}
#news-article .p-article {
  margin-bottom: 0.45rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #news-article .p-article::before {
    content: "";
    display: block;
    position: fixed;
    width: 2.59rem;
    height: 2.29rem;
    background-image: url("../img/news/cook.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 4.41rem;
    right: calc(50% + 3.27rem);
  }
}
@media screen and (min-width: 768px) {
  #news-article .p-article::after {
    content: "";
    display: block;
    position: fixed;
    width: 2.27rem;
    height: 2.71rem;
    background-image: url("../img/news/milk.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 4.19rem;
    left: calc(50% + 3.42rem);
  }
}

#staff-top {
  padding-top: 0.29rem;
  padding-bottom: 0.92rem;
}
@media screen and (min-width: 768px) {
  #staff-top {
    padding-top: 0.3rem;
    padding-bottom: 6.3194444444vw;
  }
}
#staff-top .l-fv {
  width: 100%;
  height: 1.8rem;
}
@media screen and (min-width: 768px) {
  #staff-top .l-fv {
    height: 5.33rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
}
#staff-top .l-fv img {
  display: block;
  width: 100%;
  height: 100%;
}

#staff-list {
  padding-bottom: 0.93rem;
  padding-bottom: 1.2rem;
}
@media screen and (min-width: 768px) {
  #staff-list {
    padding-bottom: 0.96rem;
    padding-bottom: 1.8rem;
  }
}
#staff-list .p-staff-list .swiper {
  overflow: initial;
}
#staff-list .p-staff-list .swiper-wrapper {
  transition-timing-function: linear !important;
}

#staff-list-regular {
  padding-bottom: 1.58rem;
  margin-top: -0.25rem;
}
@media screen and (min-width: 768px) {
  #staff-list-regular {
    padding-bottom: 2.27rem;
    margin-top: -0.35rem;
  }
}

#staff-article {
  padding-top: 0.3rem;
  padding-bottom: 0.93rem;
}
@media screen and (min-width: 768px) {
  #staff-article {
    padding-top: 0.51rem;
    padding-bottom: 1.71rem;
  }
}
#staff-article .l-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #staff-article .l-container {
    flex-direction: row;
    gap: 1.21rem;
    justify-content: flex-end;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  #staff-article .l-text {
    width: 5.1rem;
  }
}
#staff-article .l-image {
  width: 3.25rem;
  height: 2.16rem;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-image {
    width: 4.2rem;
    height: 2.8rem;
    margin-bottom: unset;
  }
}
#staff-article .l-image img {
  display: block;
  width: 100%;
  height: 100%;
}
#staff-article .l-profile {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-profile {
    margin-bottom: 0.36rem;
  }
}
#staff-article .l-name {
  position: relative;
  color: #A71527;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3rem;
}
#staff-article .l-name::before {
  content: "";
  position: absolute;
  width: 2.24rem;
  height: 1.38rem;
  background-image: url("../img/common/cloud_small.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: -0.31rem;
  left: -0.68rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-name::before {
    width: 1.26rem;
    height: 0.78rem;
    top: 0.14rem;
    left: -0.74rem;
  }
}
#staff-article .l-name * {
  position: relative;
  z-index: 2;
}
#staff-article .l-name i {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
  font-style: normal;
}
#staff-article .l-name p {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
}
#staff-article .l-name p strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.34rem;
  line-height: 0.49rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#staff-article .l-name p small {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#staff-article .l-name p small:not(:empty)::before {
  content: "通称：";
}
#staff-article .l-message {
  display: flex;
  flex-direction: column;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-message {
    gap: 0.3rem;
  }
}
#staff-article .l-message h2 {
  color: #A71527;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.36rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#staff-article .l-message p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#staff-article .l-table {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  margin-bottom: 0.23rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #staff-article .l-table {
    margin-bottom: 0.36rem;
  }
}
#staff-article .l-table dl {
  display: flex;
}
#staff-article .l-table dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 0.77rem;
}
#staff-article .l-table dl dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#staff-article .l-ceo {
  background-color: white;
  padding: 0.27rem 0.28rem 0.29rem;
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  gap: 0.17rem;
  margin-bottom: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #staff-article .l-ceo {
    width: 4.94rem;
    padding: 0.3rem 0.32rem;
  }
}
#staff-article .l-ceo h2 {
  color: #A71527;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#staff-article .l-ceo p {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 400;
}
#staff-article .l-ceo::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.27rem;
  background-color: white;
  width: 0.46rem;
  height: 0.34rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}
#staff-article .l-ceo::after {
  content: "";
  width: 0.71rem;
  height: 1rem;
  background-image: url("../img/char/akira.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.75rem;
  right: 0.32rem;
  transform: scaleX(-1);
}
@media screen and (min-width: 768px) {
  #staff-article .l-ceo::after {
    width: 1.05rem;
    height: 1.49rem;
    right: 0.3rem;
    bottom: -1.29rem;
  }
}
#staff-article .l-illust {
  max-width: unset;
  width: 3.42rem;
  height: 2.15rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #staff-article .l-illust {
    position: absolute;
    left: 0;
    top: 2.52rem;
    width: 5.5rem;
    height: 3.46rem;
    transform: unset;
    z-index: 2;
  }
}
#staff-article .l-illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#staff-article .l-video {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-video {
    flex-direction: row;
    gap: 0.61rem;
    justify-content: center;
  }
}
#staff-article .l-video iframe {
  width: 3.25rem;
  height: 2.05rem;
  border-radius: 0.15rem;
}
@media screen and (min-width: 768px) {
  #staff-article .l-video iframe {
    width: 4.8rem;
    height: 3.03rem;
  }
}

#form-bg {
  width: 100%;
  background-image: url("../img/contact/bg_sp.webp");
  background-size: 3.75rem 29.43rem;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (min-width: 768px) {
  #form-bg {
    background-image: url("../img/contact/bg_pc.webp");
    background-size: 100vw 152.5694444444vw;
  }
}

#form {
  padding-top: 0.47rem;
  padding-bottom: 4rem;
  margin-bottom: -3.9rem;
  width: 2.85rem;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  #form {
    padding-top: 0.66rem;
    padding-bottom: 2.88rem;
    margin-bottom: -3rem;
    width: 8rem;
  }
}
@media screen and (min-width: 768px) {
  #form::before {
    content: "";
    display: block;
    position: fixed;
    width: 2.59rem;
    height: 2.29rem;
    background-image: url("../img/news/cook.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 5.51rem;
    right: calc(50% + 3.27rem);
  }
}
@media screen and (min-width: 768px) {
  #form::after {
    content: "";
    display: block;
    position: fixed;
    width: 2.27rem;
    height: 2.71rem;
    background-image: url("../img/news/milk.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 5.19rem;
    left: calc(50% + 3.42rem);
  }
}
#form .l-heading {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  align-items: center;
  margin-bottom: 0.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #form .l-heading {
    gap: 0.08rem;
    margin-bottom: 0.4rem;
  }
}
#form .l-heading strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.22rem;
  line-height: 0.28rem;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: #A71527;
}
@media screen and (min-width: 768px) {
  #form .l-heading strong {
    font-size: 0.48rem;
    line-height: 0.6rem;
  }
}
#form .l-heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #form .l-heading span {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
#form .l-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  text-align: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  #form .l-desc {
    gap: 0.2rem;
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.36rem;
  }
}
#form .l-desc strong {
  color: #A71527;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #form .l-desc strong {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
#form .l-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
}
@media screen and (min-width: 768px) {
  #form .l-container {
    gap: 0.6rem;
  }
}
@media screen and (min-width: 768px) {
  #form .l-bottom {
    width: 5.6rem;
  }
}
#form .p-form-phase {
  margin-bottom: 0.42rem;
  padding-left: 0.13rem;
  padding-right: 0.13rem;
}
@media screen and (min-width: 768px) {
  #form .p-form-phase {
    margin-bottom: 0.6rem;
    padding-left: unset;
    padding-right: unset;
  }
}
#form .p-form {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  #form .p-form {
    padding-left: unset;
    padding-right: unset;
  }
}
#form .l-thankyou {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#form .l-thankyou img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 1.84rem;
  height: 1.38rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #form .l-thankyou img {
    width: 2.15rem;
    height: 1.61rem;
  }
}
#form .l-thankyou .l-message {
  display: block;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.32rem;
  margin-bottom: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
@media screen and (min-width: 768px) {
  #form .l-thankyou .l-message {
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-top: 0.24rem;
    margin-bottom: 0.48rem;
  }
}

#wpadminbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #wpadminbar {
    display: flex;
  }
}

.p-body {
  background-color: #FAF6EC;
  overflow: hidden;
}

.p-main {
  position: relative;
}

.p-banner {
  position: fixed;
  z-index: 100;
  width: 100%;
  bottom: 0;
  right: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  color: white;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-banner {
    bottom: unset;
    top: 1.65rem;
    width: 0.79rem;
    flex-direction: row;
    gap: 0.15rem;
    writing-mode: vertical-rl;
    font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.16rem;
    line-height: 0.18rem;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.p-banner a {
  position: relative;
  border-radius: 0.1rem 0.1rem 0 0;
  padding-left: 0.3rem;
  width: 50%;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-banner a {
    width: 0.79rem;
    height: 2.4rem;
    padding-left: unset;
    padding-top: 0.15rem;
    width: 100%;
    height: 2.4rem;
    flex: none;
    border-radius: 0.1rem 0 0 0.1rem;
    justify-content: flex-start;
  }
}
.p-banner a::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-banner__cheese {
  background-color: #A71527;
}
.p-banner__cheese::before {
  left: 0.17rem;
  bottom: -0.08rem;
  width: 0.3rem;
  height: 0.49rem;
  background-image: url("../img/char/cook.svg");
}
@media screen and (min-width: 768px) {
  .p-banner__cheese::before {
    width: 0.45rem;
    height: 0.74rem;
    left: 0.21rem;
    bottom: 0.06rem;
  }
}
.p-banner__contact {
  background-color: #5DA829;
}
@media screen and (min-width: 768px) {
  .p-banner__contact {
    padding-top: 0.26rem !important;
  }
}
.p-banner__contact::before {
  left: 0.09rem;
  bottom: -0.13rem;
  width: 0.3rem;
  height: 0.56rem;
  background-image: url("../img/char/post.svg");
}
@media screen and (min-width: 768px) {
  .p-banner__contact::before {
    left: 0.14rem;
    bottom: -0.07rem;
    width: 0.46rem;
    height: 0.88rem;
  }
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 1rem;
    background-color: white;
  }
}
.p-header__spacing {
  height: 0.65rem;
}
@media screen and (min-width: 768px) {
  .p-header__spacing {
    height: 1rem;
  }
}
.p-header__container {
  position: relative;
  z-index: 19999;
  width: 100%;
  height: 0.65rem;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    width: 14.4rem;
    padding-left: 0.3rem;
    padding-right: 0.61rem;
    height: 100%;
    background-color: transparent;
    justify-content: space-between;
    margin: auto;
    align-items: center;
  }
}
.p-header__container::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header__container::before {
    content: unset;
  }
}
.p-header__logo {
  position: absolute;
  width: 1.45rem;
  height: 0.45rem;
  display: block;
  z-index: 20000;
  bottom: 0.06rem;
  left: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    position: initial;
    width: 2.25rem;
    height: 0.7rem;
    bottom: unset;
    left: unset;
  }
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__logo a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-header__hamburger {
  width: 0.27rem;
  height: 0.15rem;
  position: absolute;
  z-index: 20000;
  top: 50%;
  transform: translateY(-50%);
  right: 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger--line {
  width: 100%;
  height: 0.01rem;
  background-color: #5DA829;
  transition: 0.3s;
}
.p-header__hamburger--line:nth-of-type(1) {
  transform-origin: top left;
}
.p-header__hamburger--line:nth-of-type(3) {
  transform-origin: bottom left;
}
.p-header__hamburger--switch {
  display: none;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__hamburger {
  width: 0.19rem;
  height: 0.19rem;
  right: 0.27rem;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__hamburger .p-header__hamburger--line {
  width: 0.24rem;
  height: 0.02rem;
  border-radius: 0.02rem;
  max-width: unset;
  background-color: #A71527;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__hamburger .p-header__hamburger--line:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: top left;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__hamburger .p-header__hamburger--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__hamburger .p-header__hamburger--line:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: bottom left;
}
.p-header__hamburger--switch:checked ~ .p-header__container .p-header__nav {
  transform: translateX(0%);
}
.p-header__nav {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 0.3s;
  background: linear-gradient(to bottom, #F5FCFE 0%, #C7F2FF 5%, white 50%, white 100%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    background: unset;
    position: initial;
    top: unset;
    left: unset;
    width: auto;
    height: -moz-fit-content;
    height: fit-content;
    transform: unset;
    overflow: initial;
    z-index: unset;
  }
}
.p-header__nav--container {
  width: 100%;
  padding-top: 1.15rem;
  position: relative;
  z-index: 2;
  height: 100vh;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container {
    width: auto;
    padding: unset;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: initial;
  }
}
.p-header__nav--container::after {
  content: "";
  position: fixed;
  width: 3.75rem;
  height: 2.73rem;
  bottom: 0;
  left: 0;
  background-image: url("../img/common/header_bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-header__nav--container::after {
    content: unset;
  }
}
.p-header__nav--main {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--main {
    padding-left: unset;
    padding-right: unset;
    width: auto;
  }
}
.p-header__nav--menu {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.5rem;
    flex-direction: row;
    align-items: center;
  }
}
.p-header__nav--menu a.p-header__nav--menu--item > div.p-header__nav--menu--parent::after {
  content: unset;
}
.p-header__nav--menu--switch {
  display: none;
}
.p-header__nav--menu--switch:checked ~ .p-header__nav--menu--parent span::after {
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
}
.p-header__nav--menu--switch:checked ~ .p-header__nav--menu--parent .p-header__nav--menu--child {
  grid-template-rows: 1fr;
}
.p-header__nav--menu--item {
  width: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--item {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-header__nav--menu--parent {
  position: relative;
  width: 100%;
}
.p-header__nav--menu--parent:not(:has(.p-header__nav--menu--sub)) span::after {
  content: unset;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--parent {
    position: relative;
    cusor: pointer;
  }
  .p-header__nav--menu--parent:hover span::after {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
            clip-path: polygon(0% 100%, 100% 100%, 50% 0%);
  }
  .p-header__nav--menu--parent:hover label {
    pointer-events: none;
  }
  .p-header__nav--menu--parent:hover .p-header__nav--menu--child {
    grid-template-rows: 1fr;
  }
}
.p-header__nav--menu--parent span {
  order: 1;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--parent span {
    cursor: pointer;
  }
}
.p-header__nav--menu--parent span::after {
  content: "";
  width: 0.07rem;
  height: 0.06rem;
  transition: 0.3s;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background-color: #A71527;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--parent span::after {
    position: absolute;
    right: -0.1rem;
    top: 50%;
    transform: translate(100%, -50%);
  }
}
.p-header__nav--menu--child {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
  width: 100%;
  padding-left: 0.2rem;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--child {
    position: absolute;
    left: 50%;
    max-width: unset;
    transform: translateX(-50%);
    background-color: white;
    border-radius: 0 0 0.15rem 0.15rem;
    width: 1.4rem;
    padding: 0 0.1rem 0;
  }
}
.p-header__nav--menu--child > * {
  overflow: hidden;
}
.p-header__nav--menu--child .p-header__nav--menu--switch:checked ~ .p-header__nav--menu--parent::after {
  transform: translateY(-50%) rotate(180deg);
}
.p-header__nav--menu--child .p-header__nav--menu--item {
  padding-left: 0.15rem;
}
.p-header__nav--menu--child .p-header__nav--menu--item .p-header__nav--menu--parent {
  color: var(--body-color);
}
.p-header__nav--menu--child .p-header__nav--menu--item .p-header__nav--menu--parent::before {
  content: "- ";
}
.p-header__nav--menu--child .p-header__nav--menu--item .p-header__nav--menu--child li {
  white-space: nowrap;
}
.p-header__nav--menu--child .p-header__nav--menu--item .p-header__nav--menu--child li::before {
  content: "- ";
}
.p-header__nav--menu--child .p-header__nav--menu--item .p-header__nav--menu--parent::after {
  -webkit-clip-path: unset;
          clip-path: unset;
  width: 0.1308rem;
  height: 0.0741rem;
  background-image: url("../img/common/arrow_bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: unset;
  filter: var(--body-filter-color);
  transform-origin: center;
}
.p-header__nav--menu--sub {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 50000;
  display: flex;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--sub {
    flex-direction: column;
    text-align: center;
    font-size: 0.15rem;
    line-height: 0.21rem;
    padding-top: 0.1rem;
    padding-bottom: 0.05rem;
  }
}
.p-header__nav--menu--sub li {
  width: 1.2rem;
  white-space: nowrap;
  border-top: 0.01rem solid #ACACAC;
  font-size: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--sub li {
    width: 100%;
    padding-top: 0.07rem;
    padding-bottom: 0.07rem;
    border-bottom: unset;
  }
}
.p-header__nav--menu--category {
  width: 50%;
  padding-top: 0.19rem;
  padding-bottom: 0.23rem;
}
.p-header__nav--menu--flex {
  display: flex;
}
.p-header__nav--menu--access {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav--menu--access {
    display: flex;
    flex-direction: column;
    gap: 0.08rem;
    align-items: center;
    color: #5DA829;
    font-family: "Lexend Deca", serif;
    font-size: 0.12rem;
    line-height: 0.15rem;
    letter-spacing: 0em;
    font-weight: 400;
    margin-left: 0.2rem;
  }
  .p-header__nav--menu--access::before {
    content: "";
    width: 0.2rem;
    height: 0.27rem;
    background-image: url("../img/common/icon_pin.svg");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-header__nav--banner {
  display: block;
  margin-top: 0.32rem;
}
.p-header__nav--banner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-header__nav--link {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  margin-top: 0.32rem;
}
.p-header__nav--link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 0.45rem;
  background-color: var(--body-dark-color);
  color: white;
  border: 0.015rem solid var(--body-dark-color);
}
.p-header__nav--link a::before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-header__nav--link a strong {
  padding-left: 0.13rem;
  padding-right: 0.09rem;
}
.p-header__nav--link #header-link-price {
  height: auto;
  background-color: unset;
  border: unset;
}
.p-header__nav--link #header-link-guide::before {
  width: 0.16rem;
  height: 0.22rem;
  background-image: url("../img/common/icon/guide_white.svg");
}
.p-header__nav--link #header-link-faq::before {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon/question_white.svg");
}
.p-header__nav--link #header-link-contact {
  background-color: white;
  color: #8E8A52;
}
.p-header__nav--link #header-link-contact::before {
  content: unset;
}
.p-header__nav--link #header-link-contact strong {
  padding-left: unset;
}

body[data-template="index.php"] .p-footer__clouds {
  display: none;
}
body[data-template="index.php"] .p-footer {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  body[data-template="index.php"] .p-footer {
    padding-top: unset;
  }
}
body[data-template="index.php"] .p-footer__cloud {
  display: none;
}
body[data-template="index.php"] .p-footer #footer-farm {
  display: none;
}
body[data-template="index.php"] .p-footer #footer-fence1 {
  left: -0.5rem;
}
body[data-template="index.php"] .p-footer #footer-fence2 {
  display: none;
}
@media screen and (min-width: 768px) {
  body[data-template="index.php"] .p-footer #footer-fence2 {
    display: block;
  }
}

body[data-template="page-cheese-form.php"] .p-footer__clouds {
  display: none;
}
body[data-template="page-cheese-form.php"] .p-footer #footer-farm {
  display: none;
}

body[data-template="archive.php"] .p-footer__clouds {
  display: none;
}
body[data-template="archive.php"] .p-footer #footer-farm {
  display: none;
}

body[data-template="single.php"] .p-footer__clouds {
  display: none;
}
body[data-template="single.php"] .p-footer #footer-farm {
  display: none;
}

body[data-template="page-mozzarella-cheese.php"] .p-footer__clouds {
  display: none;
}
body[data-template="page-mozzarella-cheese.php"] .p-footer #footer-deco1 {
  display: none;
}
body[data-template="page-mozzarella-cheese.php"] .p-footer #footer-deco2 {
  display: none;
}
body[data-template="page-mozzarella-cheese.php"] .p-footer #footer-deco6 {
  display: block;
}
body[data-template="page-mozzarella-cheese.php"] .p-footer #footer-farm {
  display: none;
}

body:not([data-template="index.php"]) .p-footer #footer-deco1 {
  display: none;
}
body:not([data-template="index.php"]) .p-footer #footer-deco2 {
  display: none;
}

.p-footer {
  padding-top: 0.8rem;
  padding-bottom: 0.2rem;
  color: white;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-footer {
    width: 100%;
    height: 43.2638888889vw;
    padding-bottom: 6.3888888889vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
.p-footer__clouds {
  position: absolute;
  bottom: 0;
  width: 4.34rem;
  height: 1.33rem;
  max-width: unset;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/common/footer_clouds_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__clouds {
    background-image: url("../img/common/footer_clouds_pc.svg");
    width: 60.4861111111vw;
    height: 15.6944444444vw;
    bottom: -2.7777777778vw;
    left: 53%;
  }
}
.p-footer__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.p-footer__bg::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-image: url("../img/common/footer_bg_sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .p-footer__bg::before {
    background-image: url("../img/common/footer_bg_pc.png");
  }
}
.p-footer__bg #footer-fence1 {
  width: 2.8rem;
  height: 1.22rem;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -0.21rem;
  left: -1.45rem;
  background-image: url("../img/common/footer_deco3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-fence1 {
    width: 23.75vw;
    height: 1.58rem;
    top: -5.9027777778vw;
    left: 0;
  }
}
.p-footer__bg #footer-fence2 {
  width: 2.8rem;
  height: 1.22rem;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: -0.21rem;
  right: -1.45rem;
  background-image: url("../img/common/footer_deco3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-fence2 {
    width: 23.75vw;
    height: 1.58rem;
    top: -1.1111111111vw;
    left: unset;
    right: -0.1rem;
  }
}
.p-footer__bg #footer-farm {
  content: "";
  display: block;
  width: 1.76rem;
  height: 1.07rem;
  top: -0.3rem;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  background-image: url("../img/common/footer_farm.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-farm {
    width: 17.4305555556vw;
    height: 10.5555555556vw;
    top: -2.2222222222vw;
  }
}
.p-footer__bg #footer-deco1 {
  width: 1.26rem;
  height: 0.77rem;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  top: 0.8rem;
  left: 0.25rem;
  background-image: url("../img/common/footer_deco1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-deco1 {
    width: 10.8333333333vw;
    height: 0.95rem;
    left: 25.2777777778vw;
    top: 1.5972222222vw;
  }
}
.p-footer__bg #footer-deco2 {
  width: 1.48rem;
  height: 1.37rem;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  top: 0.25rem;
  right: 0.25rem;
  background-image: url("../img/common/footer_deco2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-deco2 {
    width: 12.2222222222vw;
    height: 1.63rem;
    right: 38.125vw;
    top: 2.6388888889vw;
  }
}
.p-footer__bg #footer-deco3 {
  width: 0.84rem;
  height: 1.2rem;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  bottom: 7.45rem;
  right: 0.65rem;
  background-image: url("../img/common/footer_deco4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-deco3 {
    right: unset;
    left: 2.7083333333vw;
    bottom: 13.5416666667vw;
    width: 7.2916666667vw;
    height: 10.3472222222vw;
  }
}
.p-footer__bg #footer-deco4 {
  width: 2.87rem;
  height: 1.23rem;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  bottom: 5.9rem;
  left: 0.35rem;
  background-image: url("../img/common/footer_deco5.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-deco4 {
    right: unset;
    left: unset;
    right: 11.1111111111vw;
    bottom: unset;
    top: 11.4583333333vw;
    width: 19.9305555556vw;
    height: 8.5416666667vw;
  }
}
.p-footer__bg #footer-deco6 {
  display: none;
  width: 0.95rem;
  height: 0.55rem;
  position: absolute;
  z-index: 4;
  pointer-events: none;
  top: 1.6rem;
  left: 1.07rem;
  background-image: url("../img/common/footer_deco6.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-footer__bg #footer-deco6 {
    right: unset;
    left: unset;
    right: 48.6111111111vw;
    bottom: unset;
    top: 8.3333333333vw;
    width: 9.3055555556vw;
    height: 5.4166666667vw;
  }
}
.p-footer__container {
  position: relative;
  z-index: 5;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__container {
    width: 11.2rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: unset;
    padding-right: unset;
    display: flex;
  }
}
.p-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.1rem;
  justify-content: space-between;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 1.91rem;
}
.p-footer__menu--sub {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__menu {
    order: 2;
    margin-bottom: unset;
    padding-top: 0.46rem;
    margin-left: 1.08rem;
    gap: 0.5rem;
  }
}
.p-footer__link {
  display: flex;
  flex-direction: column;
  gap: 0.27rem;
  align-items: center;
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    order: 3;
    margin-left: auto;
    margin-top: 0.88rem;
  }
}
.p-footer__link--line {
  width: 1.91rem;
  height: 0.6rem;
  display: block;
}
.p-footer__link--line img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-footer__link--sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
}
.p-footer__link--sns a {
  background-size: contain;
  background-repeat: no-repeat;
}
.p-footer__link--sns a[href*="facebook.com"] {
  width: 0.45rem;
  height: 0.45rem;
  background-image: url("../img/common/icon_facebook.svg");
}
.p-footer__link--sns a[href*="instagram.com"] {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../img/common/icon_instagram.svg");
}
.p-footer__link--sns a[href*="x.com"] {
  width: 0.35rem;
  height: 0.36rem;
  background-image: url("../img/common/icon_x.svg");
}
.p-footer__logo {
  width: 1.59rem;
  height: 2.3rem;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    order: 1;
    margin: unset;
    width: 1.84rem;
    height: 2.68rem;
  }
}
.p-footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-footer__bottom {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    width: 10.2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5vw;
  }
}
.p-footer__info {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-footer__copyright {
  font-family: "Lexend Deca", serif;
  font-size: 0.12rem;
  line-height: 0.15rem;
  letter-spacing: 0em;
  font-weight: 300;
}

.p-page-header {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-page-header {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: unset;
  }
}
.p-page-header__heading {
  display: flex;
  align-items: center;
  gap: 0.06rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading {
    align-items: flex-end;
    gap: 0.159rem;
  }
}
.p-page-header__heading--main {
  color: #A71527;
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading--main {
    flex-direction: row;
    gap: 0.21rem;
    align-items: baseline;
  }
}
.p-page-header__heading--main strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.36rem;
  line-height: 0.45rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading--main strong {
    font-size: 0.58rem;
    line-height: 0.73rem;
  }
}
.p-page-header__heading--main strong i {
  font-style: normal;
  font-weight: 400;
}
.p-page-header__heading--main span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-left: 0.02rem;
  margin-top: -0.05rem;
}
@media screen and (min-width: 768px) {
  .p-page-header__heading--main span {
    margin-left: unset;
    margin-top: unset;
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
}
.p-page-header__sub p {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-top: 0.23rem;
  display: block;
  padding-bottom: 0.1rem;
}
.p-page-header #header-bike {
  width: 0.69rem;
}
@media screen and (min-width: 768px) {
  .p-page-header #header-bike {
    margin-top: 0.52rem;
    width: 1.17rem;
    margin-left: -0.57rem;
  }
}
.p-page-header #header-staff {
  width: 0.51rem;
}
@media screen and (min-width: 768px) {
  .p-page-header #header-staff {
    margin-top: 0.49rem;
    width: 0.79rem;
    margin-left: -0.21rem;
  }
}

.p-category {
  display: flex;
  margin-top: 0.45rem;
  margin-bottom: 0.53rem;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-category {
    margin-top: unset;
    margin-bottom: unset;
    gap: 0.22rem;
    margin-right: 0.27rem;
  }
}
.p-category::before {
  content: "";
  width: 3.52rem;
  height: 0.95rem;
  left: 50%;
  bottom: -0.26rem;
  background-image: url("../img/common/cloud.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-category::before {
    width: 5.15rem;
    height: 1.39rem;
    bottom: -0.38rem;
    left: calc(50% + 0.1rem);
  }
}
.p-category__wrapper {
  background-color: #ffffff;
  border-radius: 1rem;
  color: #604C38;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.04rem;
  height: 0.31rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-category__wrapper {
    width: 1.52rem;
    height: 0.46rem;
    font-size: 0.15rem;
    line-height: 0.21rem;
  }
}
.p-category__wrapper:hover {
  transform: scale(1.1);
}
.p-category__wrapper--current {
  color: white;
  background-color: #5DA829;
}

.p-form-phase {
  display: flex;
  gap: 0.24rem;
}
@media screen and (min-width: 768px) {
  .p-form-phase {
    gap: 0.35rem;
  }
}
.p-form-phase__wrapper {
  flex-grow: 1;
  height: 0.4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: rgba(93, 168, 41, 0.3);
  border: 0.01rem solid rgba(93, 168, 41, 0.3);
  background-color: white;
  position: relative;
}
.p-form-phase__wrapper::after {
  content: "";
  width: 0.13rem;
  height: 0.15rem;
  background-color: rgba(93, 168, 41, 0.3);
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  right: -0.06rem;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 768px) {
  .p-form-phase__wrapper::after {
    right: -0.11rem;
  }
}
.p-form-phase__wrapper:nth-last-of-type(1)::after {
  content: unset;
}
.p-form-phase__wrapper[data-current] {
  color: white;
  background-color: #A71527;
  border-color: #8E8A52;
  border: unset;
}

.p-form__switch {
  display: none;
  margin: auto;
}
.p-form__switch#form-switch-first:checked ~ .p-form__first {
  display: block !important;
}
.p-form__switch#form-switch-second:checked ~ .p-form__second {
  display: block !important;
}
.p-form__switch#form-switch-third:checked ~ .p-form__third {
  display: block !important;
}
.p-form__first {
  display: none;
}
.p-form__second {
  display: none;
}
.p-form__third {
  display: none;
}
.p-form__error {
  padding: 0.17rem;
  background-color: #FFF0F0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 400;
  border-radius: 0.04rem;
  color: red;
  display: none;
  margin-bottom: 0.23rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__error {
    margin-top: unset;
    margin-bottom: 0.3rem;
    padding: 0.24rem;
  }
}
.p-form__main:has(.wpcf7-not-valid) .p-form__error {
  display: block;
}
.p-form__main .c-btn--simple--green {
  margin: auto;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.3rem;
    margin-bottom: 0.8rem;
  }
}
.p-form__main--space {
  height: 0.25rem;
}
.p-form__main--space--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__main--space--pc {
    display: block;
    height: 0.3rem;
  }
}
.p-form__main--line {
  width: 100%;
  height: 0.005rem;
  background-color: #B0C4CE;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--line {
    margin-top: 0.16rem;
    margin-bottom: 0.16rem;
  }
}
.p-form__main--subject {
  max-width: unset;
  width: 100vw;
  height: 0.59rem;
  padding-left: 0.18rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  background-color: #F0F4F6;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-form__main--subject {
    width: 100%;
    max-width: usnet;
    left: unset;
    transform: unset;
    margin-bottom: 0.16rem;
  }
}
.p-form__hidden {
  display: none !important;
}
.p-form__select {
  position: relative;
  width: 100%;
  height: 0.46rem;
  border: unset;
  display: flex;
  flex-direction: column;
  --active: transparent;
  --active-check: 0;
  z-index: 3;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__select {
    width: 3.76rem;
  }
}
.p-form__select::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 0.15rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 0.08rem;
  background-color: #5488DE;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-form__select::after {
    right: 0.22rem;
  }
}
.p-form__select--container {
  display: flex;
  flex-direction: column;
  border-radius: 0.05rem;
  background-color: #F0F0F0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 0.46rem;
  padding-top: 0.03rem;
  border-bottom: 0.01rem solid #DBE6EB;
}
@media screen and (min-width: 768px) {
  .p-form__select--container {
    gap: 0.03rem;
  }
}
.p-form__select--item {
  width: 100%;
  height: 0.4rem;
  border: 0.05rem solid transparent;
  background-clip: padding-box;
  display: none;
  overflow: hidden;
  pointer-events: none;
  cursor: pointer;
  position: relative;
}
.p-form__select--item:nth-of-type(1) {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-form__select--item {
    height: 0.4rem;
    border-width: 0.06rem;
  }
}
.p-form__select--item span {
  padding-left: 0.09rem;
  border-radius: 0.04rem;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-left: 0.26rem;
  height: 0.3rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-form__select--item span {
    padding-left: 0.26rem;
  }
}
.p-form__select--item span:hover {
  background-color: #288CB1;
  color: white;
}
.p-form__select--item--active {
  display: block;
}
.p-form__select--item--active span {
  background-color: var(--active);
  color: var(--active-font);
}
.p-form__select--item--active span::before {
  content: "";
  background-image: url("../img/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.1rem;
  height: 0.08rem;
  position: absolute;
  top: 50%;
  left: 0.11rem;
  transform: translateY(-50%);
  opacity: var(--active-check);
  transition: 0.3s;
}
.p-form__select:focus {
  --active: #288CB1;
  --active-font: white;
  --active-check: 1;
}
.p-form__select:focus .p-form__select--container {
  background-color: #F2F6F8;
}
.p-form__select:focus .p-form__select--item {
  display: block !important;
  pointer-events: all !important;
}
.p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
  border-top-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form__select:focus .p-form__select--item:nth-of-type(n+2) {
    border-top-width: unset;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.1rem;
  }
}
.p-form__item:has(.wpcf7-not-valid) .p-form__item--invalid {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item:has(.p-form__item--radio) {
    margin-top: -0.12rem;
  }
}
.p-form__item > dt {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
    gap: 0.05rem;
    width: 100%;
    flex: none;
    padding-top: 0.12rem;
    flex-direction: row;
  }
}
.p-form__item > dt span {
  display: flex;
  align-items: baseline;
  gap: 0.055rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form__item > dt small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #4D5257;
  padding-left: 1em;
  position: relative;
  width: 1.95rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-form__item > dt small {
    margin-left: auto;
    white-space: nowrap;
    width: auto;
  }
}
.p-form__item > dt small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-form__item > dd {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd {
    flex-grow: 1;
    display: flex;
    fllex-direction: column;
    justify-content: center;
    min-height: 0.46rem;
  }
}
.p-form__item > dd small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #4D5257;
  padding-left: 1em;
  position: relative;
  display: block;
  margin-top: 0.14rem;
}
.p-form__item > dd small::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.p-form__item > dd.p-form__item--half {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  gap: 0.17rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd.p-form__item--half {
    justify-content: flex-start;
    gap: 0.21rem;
  }
  .p-form__item > dd.p-form__item--half > *:has(input) {
    width: 50%;
  }
}
.p-form__item > dd ul {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd ul {
    margin-top: 0.1rem;
  }
}
.p-form__item > dd ul li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #4D5257;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd ul li {
    flex-direction: row;
    align-items: center;
  }
}
.p-form__item > dd ul li > p {
  position: relative;
  padding-left: 1em;
}
.p-form__item > dd ul li > p::before {
  content: "・";
  position: absolute;
  color: #A71527;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-form__item > dd ul li > p {
    height: -moz-fit-content;
    height: fit-content;
    display: block;
  }
}
.p-form__item > dd ul li > span {
  display: flex;
  gap: 0.1rem;
  align-items: center;
  justify-self: flex-end;
  margin-left: auto;
}
.p-form__item > dd ul li > span input[type=number] {
  width: 0.8rem !important;
}
.p-form__item--invalid {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: red;
  margin-top: 0.05rem;
  display: none;
}
.p-form__item--required > dt span {
  gap: 0.1rem;
  align-items: baseline;
}
.p-form__item--required > dt span::after {
  content: "必須";
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  color: #2C4E9B;
  width: 0.39rem;
  height: 0.2rem;
  color: white;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  background-color: #A71527;
  border-radius: 0.05rem;
  padding-bottom: 0.02rem;
}
.p-form__item--flex {
  display: flex;
  flex-direction: column;
  gap: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex {
    gap: 0.12rem;
  }
}
.p-form__item--flex > dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl {
    justify-content: flex-start;
  }
}
.p-form__item--flex > dl dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form__item--flex > dl dt {
    width: 2.58rem;
  }
}
.p-form__item--flex > dl dt strong {
  font-weight: 700;
  font-size: 0.14rem;
}
.p-form__item--flex > dl dd {
  display: flex;
  justify-content: flex-end;
  gap: 0.05rem;
  align-items: center;
  flex: none;
}
.p-form__item--flex > dl dd span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-form__item--full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--middle {
    width: 4.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-form__item--short {
    width: 2.64rem !important;
  }
}
.p-form__item--tiny {
  width: 0.48rem !important;
  padding: unset !important;
  text-align: center;
}
.p-form__item--caution {
  margin-top: 0.05rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-form__item--caution {
    margin-top: 0.08rem;
  }
}
.p-form__item--hori {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.06rem;
}
.p-form__item--hori .wpcf7-form-control {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
}
.p-form__item--hori--select {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  padding-top: 0.12rem;
}
.p-form__item--hori--select .first {
  margin-bottom: 0.16rem !important;
}
.p-form__item--hori--wrapper {
  display: flex;
  align-items: center;
  gap: 0.17rem;
}
.p-form__item--hori--wrapper input {
  width: 0.72rem !important;
  text-align: right;
  padding-right: 0.13rem;
}
.p-form__item--date {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form__item--date {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-form__item--date:has(input[data-inputed])::before {
  content: unset;
}
.p-form__item--date::before {
  content: "カレンダーを表示";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #F0F0F0;
  padding-left: 0.18rem;
  display: flex;
  align-items: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  pointer-events: none;
}
.p-form__item--date::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.16rem;
  height: 0.17rem;
  right: 0.17rem;
  top: 0.14rem;
  pointer-events: none;
  background-image: url("../img/common/icon_calendar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.12rem;
}
.p-form__item--date input::-webkit-calendar-picker-indicator {
  opacity: 0 !important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.p-form__item--date span {
  display: block;
}
.p-form__item--radio .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item--radio .wpcf7-radio {
    padding-top: 0.12rem;
  }
}
.p-form__item--file {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-top: 0.12rem;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.p-form__item--file::before {
  content: "ファイルを選択";
  width: 1.47rem;
  height: 0.46rem;
  border-radius: 0.04rem;
  background-color: #F0F0F0;
  color: #1E2945;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.p-form__item--file .wpcf7-form-control-wrap {
  display: none;
}
.p-form__item--file--name {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  color: #2D313B;
  word-break: break-all;
}
.p-form__item--policy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.31rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 4000;
}
@media screen and (min-width: 768px) {
  .p-form__item--policy {
    justify-content: flex-start;
    margin-top: unset;
  }
}
.p-form__item--policy input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
}
.p-form__item--policy a {
  color: #2C4E9B;
  text-decoration: underline;
}
.p-form__item--policy .wpcf7-list-item .wpcf7-list-item-label {
  display: none;
}
.p-form__button {
  background-color: white;
  border-radius: 0.06rem;
  padding-top: 0.36rem;
  padding-left: 0.48rem;
  padding-right: 0.48rem;
  padding-bottom: 0.39rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border: 0.01rem solid #D8D8D8;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    padding-top: 0.42rem;
    padding-bottom: 0.42rem;
    margin-top: 0.98rem;
    margin-bottom: 0.6rem;
  }
}
.p-form__button--desc {
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.32rem;
}
@media screen and (min-width: 768px) {
  .p-form__button--desc {
    margin-bottom: 0.2rem;
    font-size: 0.15rem;
    line-height: 0.3rem;
  }
}
.p-form__button--desc a {
  color: #288CB1;
  text-decoration: underline;
}
.p-form__send {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-top: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-form__send {
    margin-top: 0.83rem;
    flex-direction: row;
    justify-content: center;
  }
}
.p-form__send .c-btn--white {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--white:hover {
  opacity: 0.7;
}
.p-form__send .c-btn--arrow--blue {
  padding-right: unset;
  transition: 0.3s;
  cursor: pointer;
}
.p-form__send .c-btn--arrow--blue:hover {
  opacity: 0.7;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form input[type=date],
.p-form input[type=number],
.p-form select {
  width: 100%;
  height: 0.4rem;
  outline: unset;
  border: unset;
  background-color: rgba(245, 244, 239, 0.5);
  border: 0.01rem solid #D6D6D6 !important;
  border-radius: 0.05rem;
  padding-left: 0.12rem;
  padding-right: 0.12rem;
  color: #1B1411;
  border-radius: 0.05rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text],
  .p-form input[type=email],
  .p-form input[type=tel],
  .p-form input[type=date],
  .p-form input[type=number],
  .p-form select {
    padding-left: 0.18rem;
    width: 100% !important;
  }
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form input[type=date]::-moz-placeholder, .p-form input[type=number]::-moz-placeholder, .p-form select::-moz-placeholder {
  color: #ACACAC;
  font-weight: 400;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form input[type=date]::placeholder,
.p-form input[type=number]::placeholder,
.p-form select::placeholder {
  color: #ACACAC;
  font-weight: 400;
}
.p-form .wpcf7-list-item {
  margin: unset;
}
.p-form .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form .wpcf7-checkbox input[type=checkbox] {
  width: 0.14rem;
  height: 0.14rem;
}
.p-form .wpcf7-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 0.2rem;
  margin-bottom: 0.7rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-recaptcha {
    justify-content: flex-start;
    margin-top: 0.3rem;
    margin-bottom: 0.55rem;
  }
}
.p-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-form input[type=radio] {
  display: none;
}
.p-form input[type=radio] ~ span {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  padding-left: 0.12rem;
}
.p-form input[type=radio] ~ span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border: 0.01rem solid #5488DE;
  background-color: white;
  display: block;
  border-radius: 100%;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.3s;
}
.p-form input[type=submit] {
  display: none;
}
.p-form textarea {
  width: 100%;
  min-height: 2.08rem;
  background-color: rgba(245, 244, 239, 0.5);
  border: 0.01rem solid #D6D6D6 !important;
  outline: unset;
  padding: 0.12rem 0.18rem;
  transition: 0.3s;
  color: #1B1411;
  display: block;
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.08rem 0.14rem;
    min-height: 1.2rem;
  }
}
.p-form textarea::-moz-placeholder {
  color: #ACACAC;
  font-weight: 400;
}
.p-form textarea::placeholder {
  color: #ACACAC;
  font-weight: 400;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-radio, .p-form .wpcf7-checkbox {
  gap: 0.06rem 0.2rem;
  display: flex;
  flex-wrap: wrap;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.p-form input.wpcf7-not-valid, .p-form textarea.wpcf7-not-valid {
  background-color: #FFF0F0 !important;
  border: 0.01rem solid #FFAFAF !important;
}
.p-form .wpcf7-not-valid-tip {
  display: none;
  margin-left: auto;
  position: absolute;
  bottom: 105%;
  right: 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
  font-weight: 700;
  color: #a00000;
  white-space: nowrap;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-not-valid-tip {
    top: 100%;
    right: -0.1rem;
    transform: translate(100%, -100%);
    bottom: unset;
  }
}
.p-form .wpcf7-response-output {
  border-radius: 0.05rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-response-output {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-form .c-btn--arrow--navy {
  margin: auto;
}

.p-form-confirm {
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-form-confirm {
    width: 8.05rem;
    margin-left: auto;
    margin-top: 0.62rem;
  }
}
.p-form-confirm__main {
  width: 100%;
}
.p-form-confirm__main--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__main--container {
    gap: 0.28rem;
  }
}
.p-form-confirm__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item {
    gap: 0.14rem;
  }
}
.p-form-confirm__item dt {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
}
.p-form-confirm__item dt::after {
  content: "必須";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  width: 0.39rem;
  height: 0.2rem;
  border-radius: 0.05rem;
  background-color: #A71527;
}
.p-form-confirm__item dd {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 400;
  word-break: break-all;
  padding-left: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item dd {
    font-size: 0.14rem;
    line-height: 0.18rem;
    letter-spacing: 0.03em;
  }
}
.p-form-confirm__item dd i {
  display: inline-block;
  font-style: normal;
  padding-right: 0.1rem;
}
.p-form-confirm__item dd #customer-kinds-confirm {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.p-form-confirm__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  padding-right: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__item ul {
    width: 3.11rem;
  }
}
.p-form-confirm__item ul li {
  display: flex;
  justify-content: space-between;
}
.p-form-confirm__item ul div {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p {
  white-space: nowrap;
  align-self: flex-end;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-form-confirm__item ul p span {
  font-style: normal;
}
.p-form-confirm__item--required dt::after {
  opacity: 1;
}
.p-form-confirm__send {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.16rem;
  margin-top: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-form-confirm__send {
    margin-top: 0.8rem;
    gap: 0.36rem;
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-product-small {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-product-small {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-product-small__wrapper {
  border-radius: 0.2rem 0.2rem 0 0;
  height: 7.1rem;
  display: flex;
  flex-direction: column;
  border: 0.01rem solid var(--main-border);
  overflow: hidden;
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.16);
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.p-product-small__wrapper:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper {
    width: 5.6rem;
    height: 4.99rem;
  }
}
.p-product-small__wrapper::after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.p-product-small__wrapper#item01 {
  --main-bg: #C30070;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #C30070;
  --bottom-color: #C30070;
  --bottom-bg: white;
}
.p-product-small__wrapper#item01::after {
  background-image: url("../img/product/char01.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item01::after {
    width: 2.66rem;
    height: 3.11rem;
    right: 0.22rem;
    background-image: url("../img/product/char01.pc.webp");
  }
}
.p-product-small__wrapper#item02 {
  --main-bg: #52AA8D;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #52AA8D;
  --bottom-color: #52AA8D;
  --bottom-bg: white;
}
.p-product-small__wrapper#item02::after {
  background-image: url("../img/product/char02.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item02::after {
    width: 3.2rem;
    height: 3.11rem;
    background-image: url("../img/product/char02.pc.webp");
  }
}
.p-product-small__wrapper#item03 {
  --main-bg: #FFF000;
  --main-border: transparent;
  --main-color: #009FC2;
  --balloon-color: #FFF000;
  --bottom-color: #009FC2;
  --bottom-bg: white;
}
.p-product-small__wrapper#item03::after {
  background-image: url("../img/product/char03.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item03::after {
    width: 3.33rem;
    height: 3.02rem;
    background-image: url("../img/product/char03.pc.webp");
  }
}
.p-product-small__wrapper#item04 {
  --main-bg: #8E8A52;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #8E8A52;
  --bottom-color: #8E8A52;
  --bottom-bg: white;
}
.p-product-small__wrapper#item04::after {
  background-image: url("../img/product/char04.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item04::after {
    width: 3.2rem;
    height: 3.11rem;
    background-image: url("../img/product/char04.pc.webp");
  }
}
.p-product-small__wrapper#item05 {
  --main-bg: #CC5517;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #CC5517;
  --bottom-color: #CC5517;
  --bottom-bg: white;
}
.p-product-small__wrapper#item05::after {
  background-image: url("../img/product/char05.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item05::after {
    width: 3.33rem;
    height: 3.02rem;
    background-image: url("../img/product/char05.pc.webp");
  }
}
.p-product-small__wrapper#item06 {
  --main-bg: #84077F;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #84077F;
  --bottom-color: #84077F;
  --bottom-bg: white;
}
.p-product-small__wrapper#item06::after {
  background-image: url("../img/product/char06.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item06::after {
    width: 3.33rem;
    height: 3.02rem;
    background-image: url("../img/product/char06.pc.webp");
  }
}
.p-product-small__wrapper#item07 {
  --main-bg: #72989B;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #72989B;
  --bottom-color: #72989B;
  --bottom-bg: white;
  height: 7.6rem;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item07 {
    height: unset;
  }
}
.p-product-small__wrapper#item07::after {
  background-image: url("../img/product/char07.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item07::after {
    width: 3.02rem;
    height: 3.11rem;
    background-image: url("../img/product/char07.pc.webp");
  }
}
.p-product-small__wrapper#item08 {
  --main-bg: #E1DAB6;
  --main-border: transparent;
  --main-color: black;
  --balloon-color: #E1DAB6;
  --bottom-color: black;
  --bottom-bg: white;
}
.p-product-small__wrapper#item08::after {
  background-image: url("../img/product/char08.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item08::after {
    width: 3.02rem;
    height: 3.11rem;
    background-image: url("../img/product/char08.pc.webp");
  }
}
.p-product-small__wrapper#item09 {
  --main-bg: #CEC180;
  --main-border: transparent;
  --main-color: white;
  --balloon-color: #CEC180;
  --bottom-color: #CEC180;
  --bottom-bg: white;
}
.p-product-small__wrapper#item09::after {
  background-image: url("../img/product/char09.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item09::after {
    width: 3.28rem;
    height: 3.11rem;
    background-image: url("../img/product/char09.pc.webp");
  }
}
.p-product-small__wrapper#item10 {
  --main-bg: white;
  --main-border: #C30070;
  --main-color: #C30070;
  --balloon-color: #C30070;
  --bottom-color: white;
  --bottom-bg: #C30070;
}
.p-product-small__wrapper#item10::after {
  background-image: url("../img/product/char10.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item10::after {
    width: 2.66rem;
    height: 3.11rem;
    background-image: url("../img/product/char10.pc.webp");
  }
}
.p-product-small__wrapper#item11 {
  --main-bg: white;
  --main-border: #52AA8D;
  --main-color: #52AA8D;
  --balloon-color: #52AA8D;
  --bottom-color: white;
  --bottom-bg: #52AA8D;
}
.p-product-small__wrapper#item11::after {
  background-image: url("../img/product/char11.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item11::after {
    width: 3.2rem;
    height: 3.11rem;
    background-image: url("../img/product/char11.pc.webp");
  }
}
.p-product-small__wrapper#item12 {
  --main-bg: white;
  --main-border: #FFF000;
  --main-color: #009FC2;
  --balloon-color: #FFF000;
  --bottom-color: #009FC2;
  --bottom-bg: #FFF000;
}
.p-product-small__wrapper#item12::after {
  background-image: url("../img/product/char12.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item12::after {
    width: 3.33rem;
    height: 3.02rem;
    background-image: url("../img/product/char12.pc.webp");
  }
}
.p-product-small__wrapper#item13 {
  --main-bg: white;
  --main-border: #8A8650;
  --main-color: #8A8650;
  --balloon-color: #8A8650;
  --bottom-color: white;
  --bottom-bg: #8A8650;
}
.p-product-small__wrapper#item13::after {
  background-image: url("../img/product/char13.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item13::after {
    width: 3.2rem;
    height: 3.11rem;
    background-image: url("../img/product/char13.pc.webp");
  }
}
.p-product-small__wrapper#item14 {
  --main-bg: white;
  --main-border: #CEC18D;
  --main-color: black;
  --balloon-color: #CEC18D;
  --bottom-color: white;
  --bottom-bg: #CEC18D;
}
.p-product-small__wrapper#item14::after {
  background-image: url("../img/product/char14.sp.webp");
  width: 3.26rem;
  height: 2.96rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-product-small__wrapper#item14::after {
    width: 3.2rem;
    height: 3.11rem;
    background-image: url("../img/product/char14.pc.webp");
  }
}
.p-product-small__main {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  padding: 0.25rem 0.25rem;
  background-color: var(--main-bg);
  color: var(--main-color);
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .p-product-small__main {
    flex-direction: row;
    gap: 0.18rem;
  }
}
.p-product-small__image {
  width: 100%;
  height: 3.2rem;
  border-radius: 0.15rem;
  overflow: hidden;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-product-small__image {
    width: 2.2rem;
    height: 4rem;
    border-radius: 0.2rem;
  }
}
.p-product-small__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-product-small__balloon {
  position: absolute;
  z-index: 2;
  width: 1.1rem;
  height: 1.31rem;
  background-image: url("../img/product/balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0.16rem;
  right: 0.14rem;
  filter: drop-shadow(0 0 0.01rem var(--balloon-color));
}
@media screen and (min-width: 768px) {
  .p-product-small__balloon {
    right: unset;
    top: 0.24rem;
    left: 1.36rem;
  }
}
.p-product-small__text {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-product-small__text {
    gap: 0.18rem;
  }
}
.p-product-small__text--catch {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-product-small__text--catch {
    min-height: 1.19rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.p-product-small__text--catch i {
  letter-spacing: -0.12em;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-product-small__text--catch i {
    letter-spacing: inherit;
  }
}
.p-product-small__text--name {
  display: flex;
  flex-direction: column;
}
.p-product-small__text--name small {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-small__text--name small {
    font-size: 0.2rem;
    line-height: 0.28rem;
  }
}
.p-product-small__text--name strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.3rem;
  line-height: 0.38rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-product-small__text--name strong {
    font-size: 0.32rem;
    line-height: 0.4rem;
  }
}
.p-product-small__bottom {
  width: 100%;
  height: 0.4rem;
  background-color: var(--bottom-bg);
  color: var(--bottom-color);
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
  font-family: "Lexend Deca", serif;
  font-size: 0.18rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-product-small__bottom {
    height: 0.5rem;
    padding-left: 0.2rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}

.p-product-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.02rem;
}
.p-product-link a {
  display: block;
  transition: 0.3s;
  width: 0.67rem;
  height: 2.14rem;
}
@media screen and (min-width: 768px) {
  .p-product-link a {
    width: 1.2rem;
    height: 3.85rem;
  }
}
.p-product-link a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-product-link a:hover {
  transform: translateY(-0.2rem);
}

.p-products {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-products {
    gap: 0.5rem;
  }
}
.p-products__wrapper {
  position: relative;
  background-color: var(--main-bg);
  color: var(--main-color);
  border: 0.01rem solid var(--border-color);
}
@media screen and (min-width: 768px) {
  .p-products__wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden;
  }
}
.p-products__wrapper#item01 {
  --main-bg: #C30070;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #C30070;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #C30070;
  --pc-ratio-color: #C30070;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #C30070;
}
.p-products__wrapper#item01 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c01.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item01 .p-products__content::after {
    background-image: url("../img/product/c01.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item02 {
  --main-bg: #52AA8D;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #52AA8D;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #52AA8D;
  --pc-ratio-color: #52AA8D;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #52AA8D;
}
.p-products__wrapper#item02 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c02.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item02 .p-products__content::after {
    background-image: url("../img/product/c02.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item03 {
  --main-bg: #FFF000;
  --main-color: black;
  --sub-color: #009FC2;
  --border-color: transparent;
  --dish-color: #009FC2;
  --dish-bg: white;
  --sp-ratio-color: #009FC2;
  --sp-ratio-sub-color: black;
  --sp-ratio-bg: #FFF000;
  --pc-ratio-color: #009FC2;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #FFF000;
}
.p-products__wrapper#item03 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c03.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item03 .p-products__content::after {
    background-image: url("../img/product/c03.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item04 {
  --main-bg: #8E8A52;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #8E8A52;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #8E8A52;
  --pc-ratio-color: #8E8A52;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #8E8A52;
}
.p-products__wrapper#item04 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c04.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item04 .p-products__content::after {
    background-image: url("../img/product/c04.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item05 {
  --main-bg: #CC5517;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #CC5517;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #CC5517;
  --pc-ratio-color: #CC5517;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #CC5517;
}
.p-products__wrapper#item05 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c05.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item05 .p-products__content::after {
    background-image: url("../img/product/c05.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item06 {
  --main-bg: #84077F;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #84077F;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #84077F;
  --pc-ratio-color: #84077F;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #84077F;
}
.p-products__wrapper#item06 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c06.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item06 .p-products__content::after {
    background-image: url("../img/product/c06.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item07 {
  --main-bg: #72989B;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #72989B;
  --dish-bg: white;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #72989B;
  --pc-ratio-color: #72989B;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #72989B;
}
.p-products__wrapper#item07 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c07.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item07 .p-products__content::after {
    background-image: url("../img/product/c07.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item08 {
  --main-bg: #E1DAB6;
  --main-color: black;
  --sub-color: black;
  --border-color: transparent;
  --dish-color: black;
  --dish-bg: white;
  --sp-ratio-color: black;
  --sp-ratio-sub-color: black;
  --sp-ratio-bg: white;
  --pc-ratio-color: black;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #E1DAB6;
}
.p-products__wrapper#item08 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c08.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item08 .p-products__content::after {
    background-image: url("../img/product/c08.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item09 {
  --main-bg: #CEC18D;
  --main-color: white;
  --sub-color: white;
  --border-color: transparent;
  --dish-color: #CEC18D;
  --dish-bg: white;
  --sp-ratio-color: black;
  --sp-ratio-sub-color: black;
  --sp-ratio-bg: white;
  --pc-ratio-color: black;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: white;
  --balloon-color: #CEC18D;
}
.p-products__wrapper#item09 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c09.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item09 .p-products__content::after {
    background-image: url("../img/product/c09.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item10 {
  --main-bg: white;
  --main-color: #C30070;
  --sub-color: #C30070;
  --border-color: #C30070;
  --dish-color: white;
  --dish-bg: #C30070;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #C30070;
  --pc-ratio-color: white;
  --pc-ratio-sub-color: white;
  --pc-ratio-bg: #C30070;
  --balloon-color: #C30070;
}
.p-products__wrapper#item10 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c10.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item10 .p-products__content::after {
    background-image: url("../img/product/c10.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item11 {
  --main-bg: white;
  --main-color: #52AA8D;
  --sub-color: #52AA8D;
  --border-color: #52AA8D;
  --dish-color: white;
  --dish-bg: #52AA8D;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #52AA8D;
  --pc-ratio-color: white;
  --pc-ratio-sub-color: white;
  --pc-ratio-bg: #52AA8D;
  --balloon-color: #52AA8D;
}
.p-products__wrapper#item11 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c11.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item11 .p-products__content::after {
    background-image: url("../img/product/c11.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item12 {
  --main-bg: white;
  --main-color: #009FC2;
  --sub-color: #009FC2;
  --border-color: #FFF000;
  --dish-color: white;
  --dish-bg: #009FC2;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #009FC2;
  --pc-ratio-color: white;
  --pc-ratio-sub-color: white;
  --pc-ratio-bg: #009FC2;
  --balloon-color: #009FC2;
}
.p-products__wrapper#item12 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c12.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item12 .p-products__content::after {
    background-image: url("../img/product/c12.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item13 {
  --main-bg: white;
  --main-color: #8E8A52;
  --sub-color: #8E8A52;
  --border-color: #8E8A52;
  --dish-color: white;
  --dish-bg: #8E8A52;
  --sp-ratio-color: white;
  --sp-ratio-sub-color: white;
  --sp-ratio-bg: #8E8A52;
  --pc-ratio-color: white;
  --pc-ratio-sub-color: white;
  --pc-ratio-bg: #8E8A52;
  --balloon-color: #8E8A52;
}
.p-products__wrapper#item13 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c13.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item13 .p-products__content::after {
    background-image: url("../img/product/c13.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__wrapper#item14 {
  --main-bg: white;
  --main-color: black;
  --sub-color: black;
  --border-color: #CEC17F;
  --dish-color: white;
  --dish-bg: #CEC17F;
  --sp-ratio-color: black;
  --sp-ratio-sub-color: black;
  --sp-ratio-bg: #F5F4EF;
  --pc-ratio-color: black;
  --pc-ratio-sub-color: black;
  --pc-ratio-bg: #F5F4EF;
  --balloon-color: #CEC17F;
}
.p-products__wrapper#item14 .p-products__content::after {
  right: 0.3rem;
  width: 2.64rem;
  aspect-ratio: 264/189;
  background-image: url("../img/product/c14.sp.webp");
}
@media screen and (min-width: 768px) {
  .p-products__wrapper#item14 .p-products__content::after {
    background-image: url("../img/product/c14.pc.webp");
    right: -1.26rem;
    width: 4.4rem;
  }
}
.p-products__content {
  width: 100%;
  padding: 0.15rem 0.15rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  position: relative;
  margin: auto;
  position: relative;
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-products__content {
    padding: 0.71rem 0.59rem 0.75rem;
    gap: 0.3rem;
    width: 11.2rem;
    margin: auto;
  }
}
.p-products__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.p-products__top {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}
@media screen and (min-width: 768px) {
  .p-products__top {
    flex-direction: row;
    gap: 0.66rem;
  }
}
.p-products__ratio {
  position: absolute;
  z-index: 2;
  top: 0.25rem;
  right: 0.25rem;
  width: 0.91rem;
  height: 0.91rem;
  border-radius: 100%;
  background-color: var(--sp-ratio-bg);
  color: var(--sp-ratio-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-products__ratio {
    top: 0.4rem;
    right: 0.3rem;
    width: 1.21rem;
    height: 1.21rem;
    background-color: var(--pc-ratio-bg);
    color: var(--pc-ratio-color);
  }
}
.p-products__ratio span {
  color: var(--sp-ratio-sub-color);
}
@media screen and (min-width: 768px) {
  .p-products__ratio span {
    font-size: 0.18rem;
    line-height: 0.27rem;
    color: var(--pc-ratio-sub-color);
  }
}
.p-products__ratio strong {
  display: flex;
  align-items: baseline;
  font-family: "Lexend Deca", serif;
  font-size: 0.33rem;
  line-height: 0.39rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-products__ratio strong {
    font-size: 0.45rem;
    line-height: 0.53rem;
    margin-top: -0.02rem;
  }
}
.p-products__ratio strong i {
  font-style: normal;
  font-family: "Lexend Deca", serif;
  font-size: 0.23rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-products__ratio strong i {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
}
.p-products__image {
  width: 100%;
  height: 2.95rem;
}
@media screen and (min-width: 768px) {
  .p-products__image {
    width: 4.2rem;
    height: 4.2rem;
    flex: none;
  }
}
.p-products__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-products__text {
    margin-top: -0.08rem;
  }
}
.p-products__text--heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.08rem;
  color: var(--sub-color);
}
@media screen and (min-width: 768px) {
  .p-products__text--heading {
    margin-bottom: 0.24rem;
  }
}
.p-products__text--heading span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-products__text--heading span {
    font-size: 0.3rem;
    line-height: 0.38rem;
  }
}
.p-products__text--heading strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.32rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-products__text--heading strong {
    font-size: 0.38rem;
    line-height: 0.5rem;
  }
}
.p-products__text--catch {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 600;
  white-space: nowrap;
  margin-bottom: 0.12rem;
  display: block;
  color: var(--sub-color);
}
@media screen and (min-width: 768px) {
  .p-products__text--catch {
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.18rem;
  }
}
.p-products__text--desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-products__text--desc {
    font-size: 0.16rem;
    line-height: 0.32rem;
    letter-spacing: 0.1em;
  }
}
.p-products__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.21rem;
}
@media screen and (min-width: 768px) {
  .p-products__bottom {
    flex-direction: row;
    gap: 0.67rem;
  }
}
.p-products__spec {
  border-radius: 0.1rem;
  background-color: #FAF6EC;
  display: flex;
  flex-direction: column;
  gap: 0.13rem;
  padding: 0.09rem 0.1rem 0.07rem;
  color: #1B1411;
}
@media screen and (min-width: 768px) {
  .p-products__spec {
    width: 4.2rem;
    flex: none;
    padding: 0.15rem 0.2rem 0.13rem;
    gap: 0.24rem;
  }
}
.p-products__table {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-products__table thead {
  border-bottom: 0.01rem solid #1B1411;
}
.p-products__table td, .p-products__table th {
  border-right: 0.01rem solid #1B1411;
  text-align: center;
  vertical-align: middle;
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-products__table td, .p-products__table th {
    padding-top: 0.03rem;
    padding-bottom: 0.03rem;
  }
}
.p-products__table td:nth-last-of-type(1), .p-products__table th:nth-last-of-type(1) {
  border-right: unset;
}
.p-products__table tr:has(td:nth-of-type(3)) td {
  width: auto;
  letter-spacing: -0.05em;
  font-feature-settings: "palt" 1;
  padding-left: 0.02rem;
  padding-right: 0.02rem;
  font-size: 0.12rem;
}
@media screen and (min-width: 768px) {
  .p-products__table tr:has(td:nth-of-type(3)) td {
    padding-left: 0.03rem;
    padding-right: 0.03rem;
    white-space: nowrap;
    font-size: 0.14rem;
  }
}
.p-products__table tr:has(th:nth-of-type(3)) th {
  padding-left: 0.02rem;
  font-size: 0.12rem;
  padding-right: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-products__table tr:has(th:nth-of-type(3)) th {
    padding-left: 0.04rem;
    padding-right: 0.04rem;
    font-size: 0.14rem;
    letter-spacing: -0.05em;
  }
}
.p-products__table tr:not(:has(td:nth-of-type(3))) td {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-products__table tr td {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-products__display {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
}
.p-products__display dl {
  display: flex;
  gap: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-products__display dl {
    gap: 0.11rem;
  }
}
.p-products__display dl dt {
  width: 0.3rem;
  text-align: right;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  white-space: nowrap;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-products__display dl dt {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-products__display dl div {
  width: 0.3rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  white-space: nowrap;
  flex: none;
}
@media screen and (min-width: 768px) {
  .p-products__display dl div {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-products__display dl dd {
  display: flex;
  flex-grow: 1;
  align-items: center;
}
.p-products__display dl dd span, .p-products__display dl dd i {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.p-products__display dl dd span::before, .p-products__display dl dd i::before {
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  border-radius: 100%;
  flex: none;
  border: 0.01rem solid #1B1411;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-products__display dl dd span::before, .p-products__display dl dd i::before {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.p-products__display dl dd span::after, .p-products__display dl dd i::after {
  content: "";
  flex-grow: 1;
  height: 0.015rem;
  background-color: #1B1411;
}
.p-products__display dl dd i::before {
  background-color: #72989B;
}
.p-products__display dl dd > *:last-child {
  flex-grow: 0;
}
.p-products__display dl dd > *:last-child::after {
  content: unset;
}
.p-products__dishes {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.p-products__dishes--heading {
  width: 2.16rem;
  height: 0.34rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dish-bg);
  color: var(--dish-color);
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin: 0 auto 0.15rem;
}
@media screen and (min-width: 768px) {
  .p-products__dishes--heading {
    margin: 0 0 0.15rem;
  }
}
.p-products__dishes--container {
  display: flex;
  gap: 0.16rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-products__dishes--container {
    justify-content: flex-start;
  }
}
.p-products__dishes--item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  gap: 0.11rem;
  align-items: center;
}
.p-products__dishes--item img {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
}
.p-products__balloon {
  position: absolute;
  z-index: 2;
  width: 0.79rem;
  height: 0.95rem;
  background-image: url("../img/product/balloon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 1.28rem;
  right: 0.29rem;
  filter: drop-shadow(0 0 0.01rem var(--balloon-color));
}
@media screen and (min-width: 768px) {
  .p-products__balloon {
    top: 0.52rem;
    right: unset;
    left: 4.07rem;
    width: 1.1rem;
    height: 1.31rem;
  }
}

.p-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  z-index: -1;
  flex-direction: column;
  filter: blur(10px);
  opacity: 0;
  pointer-events: none !important;
  transition: 0.3s;
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .p-modal {
    justify-content: center;
  }
}
.p-modal__switch {
  display: none;
}
.p-modal__switch:checked ~ .p-modal {
  filter: blur(0px);
  z-index: 1000;
  opacity: 1;
  pointer-events: all !important;
  transition-delay: 0s;
}
.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-modal__interface {
  position: relative;
  z-index: 2;
  width: 3.25rem;
  height: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-modal__interface {
    gap: 0.5rem;
    width: 11.2rem;
    height: 0.5rem;
  }
}
.p-modal__interface--prev {
  width: 0.16rem;
  height: 0.23rem;
  background-image: url("../img/common/modal_chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
  cursor: pointer;
  transition: 0.3s;
}
.p-modal__interface--prev:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-modal__interface--prev {
    width: 0.25rem;
    height: 0.35rem;
  }
}
.p-modal__interface--next {
  width: 0.16rem;
  height: 0.23rem;
  background-image: url("../img/common/modal_chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.p-modal__interface--next:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-modal__interface--next {
    width: 0.25rem;
    height: 0.35rem;
  }
}
.p-modal__interface--close {
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/modal_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}
.p-modal__interface--close:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .p-modal__interface--close {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.p-modal__main {
  position: relative;
  z-index: 2;
  flex-grow: 1;
  height: calc(100svh - 0.5rem);
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-modal__main {
    height: -moz-fit-content;
    height: fit-content;
    max-height: calc(100svh - 0.5rem);
    flex-grow: unset;
  }
}
.p-modal__main::-webkit-scrollbar {
  display: none;
}

.p-pagination {
  color: #5DA829;
}
.p-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}
.p-pagination ul.page-numbers .page-numbers {
  width: 0.45rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.21rem;
  line-height: 0.3rem;
  letter-spacing: 0.04em;
  font-weight: 400;
  border-radius: 0.1rem;
}
.p-pagination ul.page-numbers .page-numbers.current {
  background-color: #A71527;
  color: white;
}
.p-pagination ul.page-numbers .page-numbers.dots {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 0.1rem;
}
.p-pagination ul.page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-pagination ul.page-numbers li:has(.dots) {
  width: 0;
  height: -moz-fit-content;
  height: fit-content;
}
.p-pagination ul.page-numbers .next {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 100%;
  border: 0.02rem solid #5DA829;
  margin-left: auto;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination ul.page-numbers .next {
    margin-left: 0.5rem;
  }
}
.p-pagination ul.page-numbers .next::after {
  content: "";
  width: 0.08rem;
  height: 0.12rem;
  background-image: url("../img/common/chevron_left.svg");
  background-repeat: no-repeat;
  transform: scaleX(-1);
  transition: 0.3s;
}
.p-pagination ul.page-numbers .next:hover {
  background-color: #EAE4DA;
  border-color: #EAE4DA;
}
.p-pagination ul.page-numbers .next:hover::after {
  filter: brightness(0) saturate(100%) invert(60%) sepia(10%) saturate(252%) hue-rotate(340deg) brightness(97%) contrast(81%);
}
.p-pagination ul.page-numbers .prev {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 100%;
  border: 0.02rem solid #5DA829;
  margin-right: auto;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-pagination ul.page-numbers .prev {
    margin-right: 0.5rem;
  }
}
.p-pagination ul.page-numbers .prev::after {
  content: "";
  width: 0.08rem;
  height: 0.12rem;
  background-image: url("../img/common/chevron_left.svg");
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-pagination ul.page-numbers .prev:hover {
  background-color: #EAE4DA;
  border-color: #EAE4DA;
}
.p-pagination ul.page-numbers .prev:hover::after {
  filter: brightness(0) saturate(100%) invert(60%) sepia(10%) saturate(252%) hue-rotate(340deg) brightness(97%) contrast(81%);
}

.p-archive {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-archive {
    flex-direction: row;
    gap: 0.4rem 0.2rem;
    flex-wrap: wrap;
  }
}
.p-archive__wrapper {
  background-color: white;
  border-radius: 0.3rem;
  padding: 0.3rem 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-archive__wrapper {
    width: 3.6rem;
  }
}
.p-archive__thumb {
  width: 100%;
  height: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-archive__thumb {
    width: 100%;
    height: 2.13rem;
  }
}
.p-archive__thumb img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-archive__info {
  display: flex;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-archive__info {
    margin-top: 0.15rem;
  }
}
.p-archive__category {
  padding: 0.03rem 0.11rem;
  border-radius: 0.04rem;
  border: 0.01rem solid #604C38;
  color: #604C38;
  background-color: white;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-archive__category[data-slug=blog] {
  background-color: #604C38;
  color: white;
}
.p-archive__date {
  color: #5DA829;
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  margin-left: auto;
}
.p-archive__title {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.32rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #604C38;
  margin-bottom: 0.1rem;
}
.p-archive__summary {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 400;
}

.p-article {
  background-color: white;
  padding: 0.19rem 0.23rem 2rem;
  width: 2.85rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-article {
    width: 8rem;
    padding: 0.6rem 0.8rem 4.89rem;
  }
}
.p-article__info {
  display: flex;
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  align-items: center;
  gap: 0.14rem;
  margin-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .p-article__info {
    margin-top: 0.15rem;
  }
}
.p-article__category {
  padding: 0.04rem 0.22rem 0.05rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #604C38;
  color: #604C38;
  background-color: white;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-article__category[data-slug=blog] {
  background-color: #604C38;
  color: white;
}
.p-article__date {
  color: #5DA829;
  font-family: "Lexend Deca", serif;
  font-size: 0.18rem;
  line-height: 0.23rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-article__title {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.12rem;
  border-bottom: 0.01rem solid #604C38;
  margin-bottom: 0.23rem;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    padding-bottom: 0.1rem;
    margin-bottom: 0.5rem;
  }
}
.p-article__content {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: -0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-article__content {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.p-article__content > * {
  margin-bottom: 0.3rem;
}
.p-article__content h2 {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.4rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-article__content h3 {
  color: #A71527;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-article__content a {
  color: #A71527;
  text-decoration: underline;
}
.p-article__content a[class*=button] {
  text-decoration: unset;
}
.p-article__content ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
}
.p-article__content ul li {
  padding-left: 1em;
  position: relative;
}
.p-article__content ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}
.p-article__content ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  counter-reset: count 0;
}
.p-article__content ol li {
  counter-increment: count 1;
  padding-left: 1.5em;
  position: relative;
}
.p-article__content ol li::before {
  content: counter(count);
  position: absolute;
  top: 0.3em;
  left: 0;
  border-radius: 100%;
  background-color: #A71527;
  color: white;
  font-family: "Lexend Deca", serif;
  font-size: 0.15rem;
  line-height: 0.16rem;
  letter-spacing: 0em;
  font-weight: 500;
  width: 1.4em;
  height: 1.4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-article__temp-thumb {
  width: 100%;
  max-height: 4rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.14rem;
  flex-wrap: wrap;
  max-width: unset;
  width: 2.51rem;
  position: relative;
  left: 50%;
  transform: translateX(-1);
}
@media screen and (min-width: 768px) {
  .p-navigation {
    width: 100%;
    max-width: 100%;
    left: unset;
    transform: unset;
    gap: 0.4rem;
    justify-content: center;
  }
}
.p-navigation a[href=""] {
  opacity: 0.2;
  pointer-events: none;
}
.p-navigation--archive {
  order: 1;
  width: 2.51rem;
  height: 0.8rem;
  border-radius: 0.15rem;
  background-color: #A71527;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.03rem;
}
@media screen and (min-width: 768px) {
  .p-navigation--archive {
    order: 2;
  }
}
.p-navigation--archive strong {
  font-family: "Lexend Deca", serif;
  font-size: 0.2rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-navigation--archive span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
}
.p-navigation--next {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  order: 23;
  font-family: "Lexend Deca", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #A71527;
}
@media screen and (min-width: 768px) {
  .p-navigation--next {
    order: 3;
  }
}
.p-navigation--next::after {
  content: "";
  width: 0.2rem;
  height: 0.1rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-navigation--prev {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  order: 23;
  font-family: "Lexend Deca", serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #A71527;
}
@media screen and (min-width: 768px) {
  .p-navigation--prev {
    order: 1;
  }
}
.p-navigation--prev::before {
  content: "";
  width: 0.2rem;
  height: 0.1rem;
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}

.p-staff-list__container {
  display: flex;
  gap: 0.58rem;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-staff-list__container {
    gap: 0.67rem 0.2rem;
    flex-direction: row;
    align-items: flex-start;
  }
}
.p-staff-list__container .p-staff-list__wrapper {
  width: 2.97rem;
  padding: 0.35rem 0.16rem 0.19rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-staff-list__container .p-staff-list__wrapper {
    width: 2.65rem;
  }
}
.p-staff-list__container .p-staff-list__wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../img/staff/weed.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.33rem;
  height: 0.11rem;
  bottom: 0.78rem;
  right: 0.2rem;
}
.p-staff-list__container .p-staff-list__wrapper::after {
  content: "";
  position: absolute;
  background-image: url("../img/staff/weed.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.33rem;
  height: 0.11rem;
  bottom: 0.14rem;
  left: 0.24rem;
}
.p-staff-list__container .p-staff-list__image figcaption {
  width: 2.97rem;
  height: 0.7rem;
  padding-top: 0.14rem;
  max-width: unset;
}
@media screen and (min-width: 768px) {
  .p-staff-list__container .p-staff-list__image figcaption {
    font-size: 0.14rem;
    width: 2.65rem;
    height: 0.62rem;
    padding-top: 0.05rem;
  }
}
.p-staff-list__container .p-staff-list__name {
  min-height: 0.6rem;
  margin-top: 0.19rem;
  gap: 0rem;
  justify-content: center;
}
.p-staff-list__container .p-staff-list__name span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
}
.p-staff-list__container .p-staff-list__name strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.p-staff-list__wrapper {
  display: block;
  background-color: white;
  padding: 0.35rem 0.16rem 0.18rem;
  border-radius: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__wrapper {
    padding: 2.9166666667vw 1.3888888889vw 2.0833333333vw;
    border-radius: 2.0833333333vw;
  }
}
.p-staff-list__image {
  width: 100%;
  aspect-ratio: 264/176;
  position: relative;
}
.p-staff-list__image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-staff-list__image img {
    border-radius: 1.3888888889vw;
  }
}
.p-staff-list__image figcaption {
  position: absolute;
  top: -0.07rem;
  left: 50%;
  width: 2.97rem;
  height: 0.7rem;
  color: white;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-top: 0.14rem;
  text-align: center;
  transform: translate(-50%, -100%);
  background-image: url("../img/staff/balloon.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-staff-list__image figcaption {
    width: 25vw;
    height: 5.9027777778vw;
    font-size: 1.25vw;
    line-height: 2.2222222222vw;
    padding-top: 1.25vw;
  }
}
.p-staff-list__name {
  margin-top: 0.19rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.04rem;
  color: #604C38;
}
@media screen and (min-width: 768px) {
  .p-staff-list__name {
    margin-top: 1.5972222222vw;
  }
}
.p-staff-list__name span {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff-list__name span {
    font-size: 1.25vw;
    line-height: 1.8055555556vw;
  }
}
.p-staff-list__name strong {
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-staff-list__name strong {
    font-size: 1.6666666667vw;
    line-height: 2.4305555556vw;
  }
}
.p-staff-list__name strong small {
  font-size: 0.18rem;
}
.p-staff-list__deco1 {
  width: 0.33rem;
  height: 0.11rem;
  background-image: url("../img/staff/weed.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.78rem;
  right: 0.2rem;
}
.p-staff-list__deco2 {
  width: 0.33rem;
  height: 0.11rem;
  background-image: url("../img/staff/weed.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0.13rem;
  left: 0.23rem;
}

.p-review__wrapper {
  background-color: white;
  border-radius: 0.2rem;
  padding: 0.24rem 0.25rem;
  display: block;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0px 0px 1px #E3E3E3) drop-shadow(0px 0px 1px #E3E3E3);
}
.p-review__balloon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0.01rem;
  z-index: 2;
  width: 0.29rem;
  height: 0.41rem;
}
.p-review__balloon::before {
  content: "";
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}
.p-review__image {
  aspect-ratio: 1/1;
  width: 100%;
  margin-bottom: 0.08rem;
}
.p-review__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-review__rate {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #898484;
  margin-bottom: 0.05rem;
}
.p-review__rate::before {
  content: "総合";
  margin-right: 0.02rem;
  width: 0.45rem;
  height: 0.23rem;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF4545;
  color: white;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 0.02rem;
}
.p-review__rate::after {
  content: "";
  color: #FF4545;
  font-family: "Lexend Deca", serif;
  font-size: 0.19rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  margin-left: 0.01rem;
}
.p-review__rate span {
  display: block;
  width: 0.25rem;
  height: 0.23rem;
  background-image: url("../img/common/icon_star.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-review__rate[data-rate="0"]::after {
  content: "0";
}
.p-review__rate[data-rate="1"]::after {
  content: "1";
}
.p-review__rate[data-rate="1"] span:nth-of-type(-n + 1) {
  filter: brightness(0) saturate(100%) invert(69%) sepia(94%) saturate(393%) hue-rotate(359deg) brightness(106%) contrast(92%);
}
.p-review__rate[data-rate="2"]::after {
  content: "2";
}
.p-review__rate[data-rate="2"] span:nth-of-type(-n + 2) {
  filter: brightness(0) saturate(100%) invert(69%) sepia(94%) saturate(393%) hue-rotate(359deg) brightness(106%) contrast(92%);
}
.p-review__rate[data-rate="3"]::after {
  content: "3";
}
.p-review__rate[data-rate="3"] span:nth-of-type(-n + 3) {
  filter: brightness(0) saturate(100%) invert(69%) sepia(94%) saturate(393%) hue-rotate(359deg) brightness(106%) contrast(92%);
}
.p-review__rate[data-rate="4"]::after {
  content: "4";
}
.p-review__rate[data-rate="4"] span:nth-of-type(-n + 4) {
  filter: brightness(0) saturate(100%) invert(69%) sepia(94%) saturate(393%) hue-rotate(359deg) brightness(106%) contrast(92%);
}
.p-review__rate[data-rate="5"]::after {
  content: "5";
}
.p-review__rate[data-rate="5"] span:nth-of-type(-n + 5) {
  filter: brightness(0) saturate(100%) invert(69%) sepia(94%) saturate(393%) hue-rotate(359deg) brightness(106%) contrast(92%);
}
.p-review__info {
  display: flex;
  flex-direction: column;
  gap: 0.02rem;
  padding-bottom: 0.08rem;
  border-bottom: 0.01rem solid #898484;
  margin-bottom: 0.1rem;
  color: #666666;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.21rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.p-review__info--name::before {
  content: "投稿者：";
  display: inline;
}
.p-review__info--name::after {
  content: "さん";
  display: inline;
}
.p-review__review {
  color: #666666;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.p-store {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
@media screen and (min-width: 768px) {
  .p-store {
    gap: 0.95rem;
  }
}
.p-store__title {
  aspect-ratio: 649/133;
  background-image: url("../img/common/store_bg_sp.webp");
  background-size: contain;
  background-repeat: no-repeat;
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.03rem;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 600;
  margin-bottom: 0.33rem;
}
@media screen and (min-width: 768px) {
  .p-store__title {
    aspect-ratio: 911/101;
    background-image: url("../img/common/store_bg.webp");
    padding-bottom: 0.07rem;
    font-size: 0.26rem;
    line-height: 0.59rem;
  }
}
.p-store__list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.p-store__item {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
@media screen and (min-width: 768px) {
  .p-store__item {
    flex-direction: row;
    gap: 0.23rem;
  }
}
.p-store__item[href=""] {
  pointer-events: none;
}
.p-store__image {
  flex: none;
  width: 100%;
  aspect-ratio: 338/205;
}
@media screen and (min-width: 768px) {
  .p-store__image {
    width: 3.38rem;
    flex: none;
  }
}
.p-store__image img {
  display: block;
  border-radius: 0.2rem;
}
.p-store__info {
  color: #604C38;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-store__info {
    flex-grow: 1;
  }
}
.p-store__name {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0.1rem;
  border-bottom: 0.03rem solid #EA765A;
}
.p-store__name strong {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.26rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-store__name strong {
    margin-bottom: 0.03rem;
  }
}
.p-store__name span {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  position: relative;
  left: -0.5em;
}
.p-store__address {
  font-style: normal;
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  margin-top: 0.08rem;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 768px) {
  .p-store__address {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}
.p-store__desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  display: block;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-store__desc {
    font-size: 0.18rem;
    line-height: 0.24rem;
  }
}

.c-char, .c-char--staff, .c-char--bike {
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.c-char--bike {
  background-image: url("../img/char/bike.svg");
  aspect-ratio: 69/52;
}
.c-char--staff {
  background-image: url("../img/char/staff.svg");
  aspect-ratio: 79/91;
}

@keyframes fade-slide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-slide4 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-fade div {
  animation: fade-slide 18s infinite;
  will-change: opacity;
  opacity: 0;
}
.c-fade div:nth-of-type(1) {
  animation-delay: 0s;
}
.c-fade div:nth-of-type(2) {
  animation-delay: 6s;
}
.c-fade div:nth-of-type(3) {
  animation-delay: 12s;
}
.c-fade--4 {
  position: relative;
}
.c-fade--4 div {
  animation: fade-slide4 24s infinite;
  will-change: opacity;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-fade--4 div:nth-of-type(1) {
  animation-delay: 0s;
}
.c-fade--4 div:nth-of-type(2) {
  animation-delay: 6s;
}
.c-fade--4 div:nth-of-type(3) {
  animation-delay: 12s;
}
.c-fade--4 div:nth-of-type(4) {
  animation-delay: 18s;
}

.c-bg--white {
  background-color: #ffffff;
  width: 100%;
}
.c-bg--blue {
  background-color: #5488DE;
  width: 100%;
}

.c-desc {
  font-family: "Zen Kaku Gothic New", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 40000;
}
@media screen and (min-width: 768px) {
  .c-desc {
    font-size: 0.16rem;
    line-height: 0.28rem;
    letter-spacing: 0.05em;
  }
}

.c-full {
  max-width: unset;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-full {
    transform: unset;
    left: unset;
    position: initial;
    width: auto;
    max-width: 100%;
  }
}

.c-horizon {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-horizon {
    flex-direction: row;
  }
}

.c-overflow {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 768px) {
  .c-overflow {
    overflow-x: initial;
    padding-bottom: unset;
  }
}
.c-overflow > * {
  max-width: unset;
  width: -moz-fit-content;
  width: fit-content;
  height: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .c-overflow > * {
    padding-bottom: unset;
  }
}

.c-no-overflow {
  overflow-x: hidden;
  max-width: 100%;
}

.c-color--black {
  --color: #1B1411;
  --f-color: brightness(0) saturate(100%) invert(24%) sepia(47%) saturate(295%) hue-rotate(108deg) brightness(87%) contrast(89%);
}
.c-color--white {
  --color: #ffffff;
  --f-color: brightness(0) invert(1);
}

.c-btn, .c-btn--orange, .c-btn--simple, .c-btn--simple--green, .c-btn--simple--dark-brown {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.c-btn:hover, .c-btn--orange:hover, .c-btn--simple:hover, .c-btn--simple--green:hover, .c-btn--simple--dark-brown:hover {
  opacity: 0.7;
}
.c-btn--simple, .c-btn--simple--green, .c-btn--simple--dark-brown {
  width: 2.38rem;
  height: 0.6rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  background-color: black;
  color: white;
  border-radius: 0.05rem;
}
@media screen and (min-width: 768px) {
  .c-btn--simple, .c-btn--simple--green, .c-btn--simple--dark-brown {
    width: 2.6rem;
    height: 0.6rem;
  }
}
.c-btn--simple--dark-brown {
  background-color: #604C38;
}
.c-btn--simple--green {
  background-color: #5DA829;
}
.c-btn--orange {
  width: 3.2rem;
  height: 0.7rem;
  border-radius: 1rem;
  background-color: #FF9D00;
  color: white;
  gap: 0.1rem;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.c-btn--orange::after {
  content: "";
  width: 0.14rem;
  height: 0.13rem;
  background-image: url("../img/common/arrow_right_bold.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading {
  font-family: "Lexend Deca", serif;
  font-size: 0.6rem;
  line-height: 0.71rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 0.97rem;
    line-height: 1.15rem;
  }
}
.c-heading--cow {
  position: relative;
  display: flex;
  color: #A71527;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.7rem;
  gap: 0.21rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-heading--cow {
    padding-left: unset;
    gap: 0.3rem;
  }
}
.c-heading--cow strong {
  position: relative;
  z-index: 2;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-heading--cow strong {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
.c-heading--cow span {
  position: relative;
  z-index: 2;
  font-family: "Lexend Deca", serif;
  font-size: 0.14rem;
  line-height: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-top: 0.03rem;
}
@media screen and (min-width: 768px) {
  .c-heading--cow span {
    font-size: 0.16rem;
    padding-top: 0.05rem;
    line-height: 0.2rem;
  }
}
.c-heading--cow::before {
  content: "";
  aspect-ratio: 290/76;
  width: 2.9rem;
  position: absolute;
  top: -0.18rem;
  left: 0.25rem;
  background-image: url("../img/common/cow_balloon_sp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--cow::before {
    background-image: url("../img/common/cow_balloon_pc.svg");
    width: 3.67rem;
    aspect-ratio: 367/100;
    top: -0.22rem;
    left: -0.53rem;
  }
}
.c-heading--cow::after {
  content: "";
  width: 1rem;
  height: 0.61rem;
  position: absolute;
  bottom: -0.15rem;
  left: 0rem;
  transform: translateY(100%);
  background-image: url("../img/common/cow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-heading--cow::after {
    width: 1.4rem;
    height: 0.86rem;
    bottom: -0.38rem;
    left: -0.41rem;
    transform: translateX(-100%);
  }
}

.u-width, .u-width--325-910, .u-width--325-1180, .u-width--325-1120 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-910, .u-width--325-1180, .u-width--325-1120 {
    padding: 0;
    width: 11.2rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-1180 {
    width: 11.8rem;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-910 {
    width: 9.1rem;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.swiper {
  opacity: 0;
  transition: 0.3s opacity ease;
  transition-delay: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.swiper.swiper-initialized {
  opacity: 1;
}

.swiper-warpper {
  transition-timing-function: linear;
}

.simplebar-vertical {
  background-color: #E0ECFF !important;
  border-radius: 1rem;
  width: 0.12rem !important;
}

.simplebar-scrollbar::before {
  background-color: #A9C7F7 !important;
  width: 0.06rem !important;
  opacity: 1 !important;
  border: 0.01rem solid transparent;
  background-clip: padding-box !important;
}

#js-footer-bar {
  display: none !important;
}

#js-modal-overlay {
  display: none !important;
}

#js-modal-content {
  display: none !important;
}

/*
[class^="simplebar"]{
    max-width: unset;
}

.simplebar-track{
    background: #DFE2E2 !important;
    height: f.px(4) !important;
    width: f.px(325);
    left: 50% !important;
    transform: translateX(-50%);
    border-radius: f.px(10);
    overflow: hidden;
    padding: 0 !important;
    @include m.mq(pc){
        display: none;
    }
}
.simplebar-scrollbar{
    min-height: f.px(4);
    background: #1B1411 !important;
    border-radius: f.px(10);
    &::before {
        z-index: 10;
        background: #1B1411 !important;
        opacity: 1 !important;
    }
}
    */
.js-fade {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}

@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}

.js-fv #fv-animation1 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 0.2s forwards fv-width;
}
.js-fv #fv-animation2 {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  animation: 3s 1s forwards fv-width;
}
.js-fv #fv-animation3 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 1.5s forwards fv-fade-up;
}
.js-fv #fv-animation4 {
  opacity: 0;
  transform: translateY(0.5rem);
  animation: 1s 2s forwards fv-fade-up;
}

@keyframes fv-width {
  0% {
    max-width: 0;
    opacity: 1;
  }
  100% {
    max-width: 100%;
    opacity: 1;
  }
}
@keyframes fv-fade-up {
  0% {
    opacity: 0;
    transform: translateY(0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-load {
  position: fixed;
  z-index: 1000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 2s;
}
.js-load--hidden {
  opacity: 0;
  pointer-events: none;
  transition-delay: 3s;
}
.js-load__logo {
  width: 1.45rem;
  height: 1.87rem;
  opacity: 0;
  background-image: url("../img/common/logo_v.svg");
  background-size: contain;
  background-repeat: no-repeat;
  animation: 2s 1s forwards js-load-logo;
}

@keyframes js-load-logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */