@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
span {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  display: block;
  max-width: 100%;
}

body {
  min-width: calc(1066px + 50px);
}
@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body p,
body a {
  line-height: 1.5;
}
body picture {
  display: block;
}

.l-body-inner {
  overflow-x: clip;
}

.l-container {
  width: 100%;
  max-width: calc(1066px + 50px);
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}

.pc-none {
  display: none;
}
@media (max-width: 768px) {
  .pc-none {
    display: block;
  }
}

.sp-none {
  display: block;
}
@media (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.c-note {
  font-size: 12px;
  line-height: calc(22 / 12);
}

.l-header {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
  min-width: calc(1066px + 50px);
}
@media (max-width: 768px) {
  .l-header {
    min-width: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: initial;
  }
}
.l-header.is-tracking {
  background-color: #fff;
}

.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .l-header-inner {
    width: 100%;
    padding: 11px 18px 5px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.l-header-bg {
  display: none;
}

.l-header__logo {
  z-index: 99;
  display: block;
  width: 83px;
}
.l-header__btn {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 40px;
  height: 28px;
}
@media (max-width: 768px) {
  .l-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header__btn::before {
  white-space: nowrap;
  content: "メニュー";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
}
.l-header__btn .l-header__btn-inner {
  position: relative;
  width: 34px;
  height: 13px;
}
.l-header__btn .l-header__btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 1px;
  background-color: #000;
}
.l-header__btn .l-header__btn-inner span:nth-child(1) {
  top: 0;
}
.l-header__btn .l-header__btn-inner span:nth-child(2) {
  top: calc(13px / 2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__btn .l-header__btn-inner span:nth-child(3) {
  top: 13px;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(1) {
  top: calc(14px / 2);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(2) {
  opacity: 0;
}
.l-header__btn.is-open .l-header__btn-inner span:nth-child(3) {
  top: calc(14px / 2);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l-header__content {
  display: none;
}
@media (max-width: 768px) {
  .l-header__content {
    display: none;
  }
}
.l-header__content.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  width: 350px;
  height: 100svh;
  padding: 0 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .l-header__content.is-open {
    width: 100%;
  }
}
.l-header__content::before {
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../../assets/img/bg01.svg) center center/10px 4px repeat;
}

.l-header__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 150px 50px 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 768px) {
  .l-header__content-inner {
    padding: 113px 50px 0;
  }
}
.l-header__content-inner nav {
  width: 100%;
}
@media (max-width: 768px) {
  .l-header__content-inner nav {
    width: 100%;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  width: 100%;
}
@media (max-width: 768px) {
  .l-header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    gap: 33px;
  }
}
.l-header__nav li {
  position: relative;
}
.l-header__nav li + li {
  position: relative;
}
@media (max-width: 768px) {
  .l-header__nav li + li {
    border-left: 0;
  }
}
.l-header__nav a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #000000;
  line-height: calc(20 / 14);
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 19px;
  border-bottom: 1px solid #000;
}
.l-header__nav a:hover {
  color: #fba900;
}
@media (max-width: 768px) {
  .l-header__nav a {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(28 / 20);
    display: block;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid;
  }
}
.l-header__nav img {
  margin: 0 auto;
}

.l-header__link {
  display: block;
  width: 100%;
  text-decoration: none;
  margin-top: 30px;
}
.l-header__link img {
  margin: 0 auto;
}

/****************************
nav
****************************/
.l-header-nav {
  position: sticky;
  z-index: 99;
  top: 0;
  width: 100%;
  padding: 16px 0 15px;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
@media (max-width: 768px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav.is-tracking {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .l-header-nav.is-tracking .l-header-nav__link {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-header-nav.is-open {
    z-index: -1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background-color: #fff;
    padding: 50px 20px;
  }
}

.l-header-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Old Mincho", serif;
  gap: 20px;
}
@media (max-width: 768px) {
  .l-header-nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .l-header-nav__nav {
    width: 100%;
  }
}
.l-header-nav__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #6f3b3d;
}
@media (max-width: 768px) {
  .l-header-nav__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-right: 0;
    gap: 15px 0;
  }
}
.l-header-nav__nav li {
  display: block;
  border-left: 1px solid #6f3b3d;
}
@media (max-width: 768px) {
  .l-header-nav__nav li {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #6f3b3d;
  }
}
.l-header-nav__nav a {
  font-size: 20px;
  position: relative;
  display: block;
  padding: 0 30px 12px;
  text-align: center;
  text-decoration: none;
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .l-header-nav__nav a {
    font-size: 14px;
    padding: 10px 0;
  }
}
.l-header-nav__nav a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 7px;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../../assets/img/ico_arrow_brown01.svg) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .l-header-nav__nav a::before {
    display: none;
  }
}

.l-header-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding-bottom: 1px;
}
@media (max-width: 768px) {
  .l-header-nav__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.l-header-nav__link a {
  font-size: 10px;
  font-weight: bold;
  color: #6f3b3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  line-height: calc(15 / 10);
  text-decoration: none;
}
.l-header-nav__link img {
  width: 32px;
  height: 32px;
}

.l-footer {
  position: relative;
  z-index: 1;
  padding: 21px 0 17px;
  background: #fff;
}
@media (max-width: 768px) {
  .l-footer {
    padding: 20px 0;
  }
}

.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
  }
}

.l-footer__logo {
  width: 374px;
}
.l-footer__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .l-footer__logo {
    width: calc(233 / 375 * 100vw);
    height: auto;
  }
}

/****************************

common

****************************/
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
@media (max-width: 768px) {
  body img {
    height: auto;
  }
}

.c-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 350px;
  width: 100%;
  padding: 22px 20px 21px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: calc(35 / 24);
  text-align: center;
  border: 3px solid #fff;
  border-radius: 42px;
  -webkit-box-shadow: 0 0 10px rgba(190, 6, 34, 0.4);
          box-shadow: 0 0 10px rgba(190, 6, 34, 0.4);
  color: #fff;
  background-color: #ec6d76;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 18px;
    width: calc(282 / 335 * 100%);
    padding: 18px 0;
    padding-right: 30px;
    border-radius: 34px;
  }
}
.c-btn::before {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 44px;
  height: 44px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../assets/img/ico_arrow01.svg) center center/contain no-repeat;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media (max-width: 768px) {
  .c-btn::before {
    right: 14px;
    width: 36px;
    height: 36px;
  }
}
.c-btn:hover {
  -webkit-box-shadow: 0 0 5px rgba(190, 6, 34, 0.4);
          box-shadow: 0 0 5px rgba(190, 6, 34, 0.4);
}
.c-btn:hover::before {
  right: 19px;
}
@media (max-width: 768px) {
  .c-btn img {
    width: auto;
    height: calc(14 / 375 * 100vw);
  }
}

.c-btn--large {
  max-width: 462px;
  padding-right: 0;
}
@media (max-width: 768px) {
  .c-btn--large {
    width: 100%;
    max-width: 282px;
    padding-right: 42px;
  }
}

.c-btn--small {
  width: 267px;
  padding: 15px 36px 14px 0;
  font-size: 17px;
}
@media (max-width: 768px) {
  .c-btn--small {
    max-width: none;
    width: calc(268 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(43 / 375 * 100vw);
    padding: calc(16 / 375 * 100vw) calc(20 / 375 * 100vw) calc(15 / 375 * 100vw) 0;
  }
}
.c-btn--small::before {
  width: 25px;
  height: 25px;
  right: 21px;
}
@media (max-width: 768px) {
  .c-btn--small::before {
    width: calc(26 / 375 * 100vw);
    aspect-ratio: 1;
    height: auto;
    right: calc(22 / 375 * 100vw);
  }
}
.c-btn--small:hover::before {
  right: 17px;
}

.c-btn--green {
  background-color: #82baa5;
  -webkit-box-shadow: 0 0 10px rgba(130, 186, 165, 0.4);
          box-shadow: 0 0 10px rgba(130, 186, 165, 0.4);
}
.c-btn--green:hover {
  -webkit-box-shadow: 0 0 5px rgba(130, 186, 165, 0.4);
          box-shadow: 0 0 5px rgba(130, 186, 165, 0.4);
}
.c-header--lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 408px;
  margin: 0 auto;
  padding: 0 0 15px 18px;
  background: url(../../assets/img/bg_header.png) center center/contain no-repeat;
  aspect-ratio: calc(408 / 240);
  gap: -7px;
}
@media (max-width: 768px) {
  .c-header--lv2 {
    padding: 0 0 14px 9px;
    aspect-ratio: calc(266 / 133);
    max-width: 266px;
  }
}
.c-header--lv2 p {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  line-height: calc(73 / 50);
  display: inline-block;
  letter-spacing: 0.1em;
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .c-header--lv2 p {
    font-size: 27px;
  }
}
.c-header--lv2 h2 {
  font-family: "Zen Old Mincho", serif;
  display: inline-block;
  font-size: 24px;
  line-height: calc(35 / 24);
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .c-header--lv2 h2 {
    font-size: 13px;
  }
}

/****************************

KV

****************************/
.p-kv {
  margin-top: 82px;
}
@media (max-width: 768px) {
  .p-kv {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .p-kv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-kv-content01 {
  aspect-ratio: calc(1366 / 593);
}
@media (max-width: 768px) {
  .p-kv-content01 {
    aspect-ratio: calc(375 / 771);
  }
}
@media (max-width: 768px) {
  .p-kv-content01 img {
    width: 100%;
  }
}

.p-kv-content02 {
  padding: 22px 0;
}
@media (max-width: 768px) {
  .p-kv-content02 {
    padding: 23px calc(20 / 375 * 100%) 20px;
  }
}

.p-kv-content02__img {
  width: calc(1236 / 1366 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-kv-content02__img {
    width: 100%;
  }
}

/****************************

ABOUT

****************************/
.p-content01 {
  background: radial-gradient(ellipse at center, #fddad2 0%, #fddcd4 20%, #fff3ef 50%, #fac9bd 100%);
}

.p-content01-box01 {
  position: relative;
  margin: 96px auto 0;
  padding: 40px;
  border-radius: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 5px 5px 20px #e8836b;
          box-shadow: 5px 5px 20px #e8836b;
  max-width: 925px;
}
@media (max-width: 768px) {
  .p-content01-box01 {
    padding: 25px 20px;
    border-radius: 20px;
    margin-top: 35px;
  }
}

.p-content01-box01__text--en {
  font-family: "Jost", sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: calc(108 / 75);
  position: absolute;
  z-index: 0;
  top: -73px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.1em;
  opacity: 0.4;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-content01-box01__text--en {
    font-size: 25px;
    top: -27px;
  }
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.p-profile__img {
  width: calc(200px);
}
@media (max-width: 768px) {
  .p-profile__img {
    width: calc(91 / 295 * 100%);
  }
}
.p-profile__img img {
  border-radius: 50px;
}
@media (max-width: 768px) {
  .p-profile__img img {
    border-radius: 10px;
  }
}

.p-profile__content {
  width: calc(100% - 40px - 200px);
}
@media (max-width: 768px) {
  .p-profile__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(18 / 295 * 100%);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-profile__content .c-text {
  font-size: 16px;
  font-weight: 400;
  line-height: calc(24 / 16);
  margin-top: 15px;
  color: #6f3b3d;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-profile__content .c-text {
    font-size: 14px;
    width: 100%;
    margin-top: 24px;
    line-height: calc(20 / 14);
  }
}

@media (max-width: 768px) {
  .p-profile__content-inner {
    width: calc(186 / 295 * 100%);
  }
}

.p-profile__copy {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: calc(50 / 35);
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .p-profile__copy {
    font-size: 20px;
  }
}
.p-profile__copy span {
  font-size: 35px;
}
@media (max-width: 768px) {
  .p-profile__copy span {
    font-size: 20px;
  }
}

.p-profile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 34px;
  gap: 30px;
}
@media (max-width: 768px) {
  .p-profile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 20px;
  }
}
.p-profile__info p {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: calc(35 / 24);
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .p-profile__info p {
    font-size: 16px;
  }
}
.p-profile__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (max-width: 768px) {
  .p-profile__info ul {
    gap: 14px;
  }
}
@media (max-width: 768px) {
  .p-profile__info ul li:nth-child(1) img {
    width: 18px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-profile__info ul li:nth-child(2) img {
    width: 28px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .p-profile__info ul li:nth-child(3) img {
    width: 19px;
    height: auto;
  }
}

.p-content01-inner {
  position: relative;
  z-index: 1;
  margin-top: 75px;
  padding: 120px 0 100px;
}
@media (max-width: 768px) {
  .p-content01-inner {
    margin-top: 50px;
    padding: 30px 0 50px;
  }
}
.p-content01-inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.8;
  background: url(../../assets/img/bg_about01.svg) top center/cover no-repeat;
}
@media (max-width: 768px) {
  .p-content01-inner::before {
    background: #fdf6f4;
    opacity: 0.8;
  }
}

.p-content01-box02 {
  width: calc(820 / 1066 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-content01-box02 {
    width: 100%;
  }
}

.p-content01-box03 {
  width: 100%;
  margin: 40px auto 0;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(232, 131, 107, 0.4));
          filter: drop-shadow(5px 5px 20px rgba(232, 131, 107, 0.4));
}
@media (max-width: 768px) {
  .p-content01-box03 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.p-content01-box04 {
  margin: 92px auto 0;
}
.p-content01-box04 .p-content01-box04__header {
  width: 100%;
}
@media (max-width: 768px) {
  .p-content01-box04 .p-content01-box04__header {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-content01-box04 .p-content01-box04__content {
  width: 100%;
  margin-top: 46px;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(232, 131, 107, 0.4));
          filter: drop-shadow(5px 5px 20px rgba(232, 131, 107, 0.4));
}

/****************************

PRESENT

****************************/
.p-content02-box01 {
  position: relative;
}
.p-content02-box01::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 18px);
  top: 0;
  left: 0;
  background-color: #cce6dc;
  z-index: -1;
}
@media (max-width: 768px) {
  .p-content02-box01::before {
    height: 100%;
  }
}
.p-content02-box01::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url(../../assets/img/bg_present01.svg) bottom center/cover no-repeat;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -152px;
  z-index: -1;
  max-width: 1369px;
  aspect-ratio: calc(1369 / 170);
  min-height: 170px;
}
@media (max-width: 768px) {
  .p-content02-box01::after {
    bottom: calc(66 / 375 * 100vw * -1);
    aspect-ratio: calc(375 / 66);
    background: url(../../assets/img/bg_present01_sp.svg) bottom center/contain no-repeat;
    min-height: auto;
  }
}

.p-content02-box01-item01 {
  margin-top: 65px;
}
@media (max-width: 768px) {
  .p-content02-box01-item01 {
    margin-top: 18px;
  }
}

.p-content02-box01-item01-inner {
  position: relative;
}
.p-content02-box01-item01-inner .c-btn {
  position: absolute;
  right: 297px;
  bottom: 126px;
  background-color: #e95269;
}
@media (max-width: 768px) {
  .p-content02-box01-item01-inner .c-btn {
    font-size: calc(11 / 375 * 100vw);
    right: calc(37 / 375 * 100vw);
    bottom: calc(32 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw) calc(14 / 375 * 100vw) calc(9 / 375 * 100vw) 0;
    width: calc(168 / 375 * 100vw);
    border-radius: calc(42 / 375 * 100vw);
  }
}
@media (max-width: 768px) {
  .p-content02-box01-item01-inner .c-btn::before {
    width: calc(22 / 375 * 100vw);
    height: auto;
    aspect-ratio: 1;
  }
}

.p-content02-box01-item02 {
  margin-top: 72px;
}
@media (max-width: 768px) {
  .p-content02-box01-item02 {
    margin-top: 40px;
  }
}

.p-content02-box02 {
  margin-top: 92px;
  position: relative;
}
@media (max-width: 768px) {
  .p-content02-box02 {
    margin-top: calc(33 / 375 * 100vw);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.p-content02-box02 picture {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-content02-box02 picture {
    width: 100%;
  }
}
.p-content02-box02::after {
  position: absolute;
  content: "";
  width: 100%;
  background: url(../../assets/img/bg_present02.svg) bottom center/contain no-repeat;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -126px;
  z-index: 0;
  max-width: 1369px;
  aspect-ratio: calc(1369 / 170);
  min-height: 170px;
}
@media (max-width: 768px) {
  .p-content02-box02::after {
    background: url(../../assets/img/bg_present02_sp.svg) bottom center/contain no-repeat;
    aspect-ratio: calc(375 / 66);
    bottom: calc(50 / 375 * 100vw * -1);
    min-height: auto;
  }
}

.p-content02-box02-inner {
  width: calc(1019 / 1066 * 100%);
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .p-content02-box02-inner {
    width: 100%;
  }
}

.p-content02-box02-link {
  position: absolute;
  width: 89px;
  height: 25px;
  bottom: 162px;
  right: 373px;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-content02-box02-link {
    width: calc(46 / 375 * 100vw);
    height: calc(12 / 375 * 100vw);
    bottom: calc(90 / 375 * 100vw);
    right: calc(110 / 375 * 100vw);
  }
}
.p-content02-box02-link span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-content02-box02-link span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #6f3b3d;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-content02-box02-link:hover span::before {
  display: none;
}

.p-content02-box03 {
  margin-top: -44px;
  padding: 116px 0 100px;
  background: linear-gradient(135deg, #b69e6b -20%, #e6dbc6 40%, #c9ba94 110%);
}
@media (max-width: 768px) {
  .p-content02-box03 {
    padding: calc(45 / 375 * 100vw) 0 50px;
    margin-top: calc(16 / 375 * 100vw * -1);
  }
}
.p-content02-box03 .p-content02-box03__main {
  width: calc(953 / 1066 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-content02-box03 .p-content02-box03__main {
    width: 100%;
  }
}

.p-content02-box03-inner {
  position: relative;
}

.p-content02-box03__cirle {
  position: absolute;
  top: 12px;
  left: -90px;
  display: block;
  width: calc(290px);
}
@media (max-width: 768px) {
  .p-content02-box03__cirle {
    width: calc(130 / 375 * 100%);
    left: calc(8 / 375 * 100%);
    top: calc(33 / 375 * 100vw);
  }
}

/****************************

PRODUCT

****************************/
.p-content03 {
  background: url(../../assets/img/bg_product01.png) center center/cover no-repeat;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-content03 {
    padding-bottom: 50px;
  }
}
.p-content03 h3 {
  font-size: 50px;
  line-height: calc(70 / 50);
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #6f3b3d;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-content03 h3 {
    font-size: 24px;
  }
}

.p-content03-box01 {
  margin-top: 40px;
}
.p-content03-box01 picture {
  width: calc(744 / 1066 * 100%);
  margin: 52px auto 0;
  position: relative;
  left: -5px;
}
@media (max-width: 768px) {
  .p-content03-box01 picture {
    width: calc(295 / 335 * 100%);
    margin: 24px auto 0;
  }
}
.p-content03-box01 .c-btn-wrapper {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .p-content03-box01 .c-btn-wrapper {
    margin-top: 18px;
  }
}

.p-content03-box02 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content03-box02 {
    margin-top: 50px;
  }
}
.p-content03-box02 picture {
  width: calc(633 / 1066 * 100%);
  margin: 66px auto 0;
}
@media (max-width: 768px) {
  .p-content03-box02 picture {
    width: calc(294 / 335 * 100%);
    margin: 24px auto 0;
  }
}
.p-content03-box02 .c-btn-wrapper {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .p-content03-box02 .c-btn-wrapper {
    margin-top: 18px;
  }
}

/****************************

HOW TO

****************************/
.p-content04 {
  background: #feece7;
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  .p-content04 {
    padding-bottom: 50px;
  }
}

.p-content04-box01 {
  margin: 42px auto 0;
  width: calc(1007 / 1066 * 100%);
}

.p-content04-box02,
.p-content04-box03 {
  padding: 40px;
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 58px;
}
@media (max-width: 768px) {
  .p-content04-box02,
.p-content04-box03 {
    padding: 20px;
    border-radius: 10px;
    margin-top: 28px;
  }
}
.p-content04-box02 h3,
.p-content04-box03 h3 {
  font-size: 30px;
  line-height: calc(40 / 30);
  font-weight: bold;
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .p-content04-box02 h3,
.p-content04-box03 h3 {
    font-size: 18px;
    text-align: center;
  }
}

.p-content04-box02 .c-btn {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .p-content04-box02 .c-btn {
    margin-top: 18px;
  }
}

.p-content04-box03 {
  margin-top: 40px;
  padding: 50px 54px;
}
@media (max-width: 768px) {
  .p-content04-box03 {
    margin-top: 28px;
    padding: 25px 20px;
  }
}
.p-content04-box03 h3 {
  font-size: 28px;
  line-height: calc(40 / 30);
  font-weight: bold;
  color: #6f3b3d;
  text-align: center;
}
@media (max-width: 768px) {
  .p-content04-box03 h3 {
    font-size: 18px;
  }
}
.p-content04-box03 h3 span {
  color: #ec6d76;
  font-size: 28px;
  display: inline-block;
}
@media (max-width: 768px) {
  .p-content04-box03 h3 span {
    font-size: 16px;
    margin-bottom: 7px;
  }
}

.p-content04-box03-item01 {
  position: relative;
  margin-top: 40px;
  width: 100%;
}

.p-content04-box03-item01-inner {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  bottom: 70px;
  left: 0;
}

.p-content04-box03-item02 {
  margin-top: 22px;
}
.p-content04-box03-item02 .item01 {
  width: calc(257 / 295 * 100%);
  margin: 0 auto;
}
.p-content04-box03-item02 .item02 {
  width: 100%;
  margin: 18px auto 0;
}
.p-content04-box03-item02 .item03 {
  width: 100%;
  margin: 18px auto 0;
}

.p-content04-box03-item02-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 19px;
  gap: 18px;
}

.p-content04-box04 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content04-box04 {
    margin-top: 40px;
  }
}

/****************************

ATTENTION

****************************/
.p-content05-box01 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-content05-box01 {
    margin-top: 24px;
  }
}

.c-attention {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media (max-width: 768px) {
  .c-attention {
    gap: 13px;
  }
}
.c-attention dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
  background: #82baa5;
  font-size: 30px;
  line-height: calc(34 / 30);
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-attention dt {
    height: 42px;
    font-size: 17px;
  }
}
.c-attention dt::before {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 8px;
  left: 0;
  background-color: #618d7c;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .c-attention dt::before {
    top: 5px;
  }
}
.c-attention dt:hover {
  cursor: pointer;
}
.c-attention dt span {
  display: block;
}
.c-attention dt span::before, .c-attention dt span::after {
  position: absolute;
  top: 50%;
  right: 42px;
  width: 32px;
  height: 2px;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
}
@media (max-width: 768px) {
  .c-attention dt span::before, .c-attention dt span::after {
    right: 22px;
    width: 17px;
    height: 1px;
  }
}
.c-attention dt span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-attention dt:hover::before {
  top: 0;
}
.c-attention dt.is-active span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.c-attention dt.is-active::before {
  top: 0;
}
@media (max-width: 768px) {
  .c-attention dt img {
    width: auto;
    height: 13px;
  }
}
.c-attention dd {
  font-size: 16px;
  line-height: 1.75;
  padding: 30px 0 22px;
}
@media (max-width: 768px) {
  .c-attention dd {
    padding: 24px 0;
  }
}

.c-attention__header {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.45;
}

.c-attention__content {
  font-size: 16px;
  line-height: 1.75;
}
.c-attention__content + .c-attention__content {
  margin-top: calc(16px * 1.75);
}
.c-attention__content + .c-attention__header {
  margin-top: 24px;
}
.c-attention__content span {
  display: inline-block;
  padding-left: 16px;
  text-indent: -16px;
}

/****************************

CONTACT

****************************/
.p-content06 {
  margin-top: 128px;
  padding-bottom: 120px;
  background: radial-gradient(ellipse at center, #feece7 0%, #fbdcd2 50%, #f6b7a8 100%);
}
@media (max-width: 768px) {
  .p-content06 {
    margin-top: 55px;
    padding-bottom: 50px;
  }
}

.p-contact {
  position: relative;
  margin: 58px auto 0;
  max-width: 762px;
  padding: 50px 50px 48px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .p-contact {
    margin: 24px auto 0;
    width: 100%;
    padding: 20px;
    padding-bottom: calc(117 / 375 * 100vw);
  }
}
.p-contact::before {
  content: "";
  width: 241px;
  aspect-ratio: calc(241 / 388);
  position: absolute;
  bottom: 0px;
  right: -102px;
  background: url(../../assets/img/img_contact01.png) center center/contain no-repeat;
}
@media (max-width: 768px) {
  .p-contact::before {
    background: url(../../assets/img/img_contact01_sp.png) center center/contain no-repeat;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: initial;
    width: calc(126 / 375 * 100vw);
    aspect-ratio: calc(126 / 104);
  }
}

.p-contact__header {
  font-size: 26px;
  padding: 18px 40px;
  background-color: #82baa5;
  border-radius: 37px;
  line-height: calc(37 / 26);
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  display: inline-block;
  font-weight: bold;
}
@media (max-width: 768px) {
  .p-contact__header {
    font-size: 18px;
    line-height: calc(24 / 18);
    padding: 7px 0;
    width: 100%;
    text-align: center;
  }
}

.p-contact__title {
  margin-top: 26px;
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  line-height: calc(32 / 22);
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #6f3b3d;
  text-align: center;
}
@media (max-width: 768px) {
  .p-contact__title {
    margin-top: 14px;
    font-size: 15px;
  }
}

.p-contact__mail {
  color: #ec6d76;
  text-decoration: none;
  font-size: 30px;
  line-height: calc(44 / 30);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-contact__mail {
    font-size: 20px;
  }
}

.p-contact__date {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 768px) {
  .p-contact__date {
    gap: 8px;
  }
}
.p-contact__date li {
  position: relative;
  font-size: 22px;
  line-height: calc(33 / 22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #6f3b3d;
}
@media (max-width: 768px) {
  .p-contact__date li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    gap: 2px;
  }
}
.p-contact__date li span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-left: 21px;
}
@media (max-width: 768px) {
  .p-contact__date li span {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
.p-contact__date li span::before, .p-contact__date li span::after {
  content: "";
  background: url(../../assets/img/ico_diamond.svg) center center/contain no-repeat;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 768px) {
  .p-contact__date li span::before, .p-contact__date li span::after {
    width: 7px;
    height: 7px;
  }
}
.p-contact__date li span::after {
  display: none;
}
@media (max-width: 768px) {
  .p-contact__date li span::after {
    display: block;
    left: initial;
    right: 0;
  }
}

/****************************
form
****************************/
body.p-form {
  background: #ffffff;
}

.p-form {
  position: relative;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .p-form {
    padding-top: 20px;
  }
}

.p-form-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-top {
    margin-top: 40px;
  }
}
.p-form-top .p-form-top__img {
  width: calc(654 / 1066 * 100%);
}
@media (max-width: 768px) {
  .p-form-top .p-form-top__img {
    width: calc(273 / 335 * 100%);
  }
}

.p-form-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 140px;
}
@media (max-width: 768px) {
  .p-form-flow {
    margin-top: 30px;
    gap: 68px;
  }
}

.p-form-flow__item {
  position: relative;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  .p-form-flow__item {
    padding-bottom: 18px;
  }
}
.p-form-flow__item:nth-child(-n+2)::after {
  position: absolute;
  z-index: 0;
  top: 25px;
  right: -126px;
  width: 112px;
  height: 1px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(-n+2)::after {
    top: calc(32px / 2);
    right: -58px;
    width: 48px;
  }
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(1) img {
    width: 3px;
  }
}
@media (max-width: 768px) {
  .p-form-flow__item:nth-child(2) img, .p-form-flow__item:nth-child(3) img {
    width: 6px;
  }
}
.p-form-flow__item.active .p-form-flow__number {
  background: #91b144;
}
.p-form-flow__item.active .p-form-flow__text {
  color: #91b144;
}

.p-form-flow__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  color: #ffffff;
  border-radius: 50%;
  background-color: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__number {
    width: 36px;
    height: 36px;
  }
}

.p-form-flow__text {
  font-size: 15px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
  color: #9a9a9a;
}
@media (max-width: 768px) {
  .p-form-flow__text {
    font-size: 12px;
  }
}

.p-entry-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  gap: 56px;
}
@media (max-width: 768px) {
  .p-entry-form {
    margin-top: 30px;
    gap: 30px;
  }
}

.p-entry-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media (max-width: 768px) {
  .p-entry-form__block {
    display: block;
    gap: 0;
  }
}

.p-entry-form__block > label {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 14px;
}
@media (max-width: 768px) {
  .p-entry-form__block > label {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-entry-form__block > label:has(.required) {
  position: relative;
}
@media (max-width: 768px) {
  .p-entry-form__block > label > img {
    height: 15px;
  }
}
@media (max-width: 768px) {
  .p-entry-form__block > label .required {
    padding: 7px 8px;
  }
}
@media (max-width: 768px) {
  .p-entry-form__block > label .required img {
    height: 12px;
  }
}

.required {
  font-size: 12px;
  line-height: 1.5;
  display: inline-block;
  padding: 10px 14px;
  color: #ffffff;
  background-color: #91b144;
}

.p-entry-form__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
@media (max-width: 768px) {
  .p-entry-form__body {
    width: 100%;
  }
}

.p-entry-form__body input,
.p-entry-form__body textarea,
.p-entry-form__body select {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .p-entry-form__body input,
.p-entry-form__body textarea,
.p-entry-form__body select {
    font-size: 15px;
  }
}

.p-entry-form__body input {
  border: 0;
  background-color: #efefef;
}
.p-entry-form__body input::-webkit-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::-moz-placeholder {
  color: #cacaca;
}
.p-entry-form__body input:-ms-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::-ms-input-placeholder {
  color: #cacaca;
}
.p-entry-form__body input::placeholder {
  color: #cacaca;
}

.p-entry-form__body .note {
  font-size: 12px;
  margin-top: 10px;
  color: #000000;
}
.p-entry-form__body .note span {
  display: block;
  padding-left: 12px;
  text-indent: -12px;
}
.p-entry-form__body .note span.red {
  font-weight: bold;
  color: #d52d2d;
}

.p-entry-form__img {
  display: block;
  margin-top: 20px;
}

.p-entry-form__submit {
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-entry-form__submit {
    margin-top: 30px;
  }
}

.p-entry-form__submit button {
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  max-width: 370px;
  cursor: pointer;
  color: #ffffff;
  border: none;
}
@media (max-width: 768px) {
  .p-entry-form__submit button {
    font-size: 16px;
    width: 100%;
    max-width: 213px;
  }
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.p-radio,
.p-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.p-radio input[type=radio],
.p-radio input[type=checkbox],
.p-checkbox input[type=radio],
.p-checkbox input[type=checkbox] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-radio label,
.p-checkbox label {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 44px;
  cursor: pointer;
  color: #333333;
}
.p-radio label::before,
.p-checkbox label::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background-color: #efefef;
}
.p-radio input[type=radio]:checked + label::before,
.p-radio input[type=checkbox]:checked + label::before,
.p-checkbox input[type=radio]:checked + label::before,
.p-checkbox input[type=checkbox]:checked + label::before {
  border-color: #5abf69;
}
.p-radio input[type=radio]:checked + label::after,
.p-radio input[type=checkbox]:checked + label::after,
.p-checkbox input[type=radio]:checked + label::after,
.p-checkbox input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 768px) {
  .p-radio.sp-column,
.p-checkbox.sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-radio.age .adjust {
  width: 96px;
}

.p-checkbox.agreement label a {
  color: #000000;
}
.p-checkbox.agreement label a:hover {
  text-decoration: none;
}
.p-checkbox.agreement label::before {
  border-radius: 5px;
}
.p-checkbox.agreement label::after {
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 16px;
  height: 8px;
  content: "";
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(-60%) rotate(-45deg);
          transform: translateY(-60%) rotate(-45deg);
  opacity: 0;
  border-bottom: 4px solid #91b144;
  border-left: 4px solid #91b144;
  border-radius: 0;
  background-color: initial;
}

input[type=file] {
  font-size: 16px;
  line-height: calc(24 / 16);
  padding: 0;
  padding: 10px 46px;
  background-color: initial;
}

.p-file {
  position: relative;
}

.p-file__input {
  visibility: hidden;
}

.p-file__label {
  font-size: 16px;
  font-weight: bold;
  line-height: calc(24 / 16);
  display: inline-block;
  padding: 10px 47px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #ffffff;
  border-radius: 5px;
  background-color: #9a9a9a;
}

/****************************
comfirm
****************************/
.p-comfirm .p-entry-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-comfirm .c-button--back {
  font-size: 16px;
  margin-top: 27px;
  text-decoration: underline;
  color: #404040;
  background-color: initial;
}

/****************************
thanks
****************************/
.p-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 109px);
}
@media (max-width: 768px) {
  .p-thanks {
    height: calc(100vh - 48px);
  }
}
.p-thanks footer {
  margin-top: auto;
}

.p-form-thanks {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-thanks {
    margin-top: 30px;
  }
}

.p-form-thanks__copy {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #91b144;
}
@media (max-width: 768px) {
  .p-form-thanks__copy {
    font-size: 20px;
  }
}

.p-form-thanks__desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-form-thanks__desc {
    margin-top: 20px;
  }
}

.p-form-thanks__note {
  max-width: 502px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .p-form-thanks__note {
    margin: 20px auto 0;
  }
}
.p-form-thanks__note span {
  font-size: 12px;
  line-height: calc(22 / 12);
  display: block;
  padding-left: 14px;
  text-indent: -14px;
}

.error-message {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 8px;
  color: #d52d2d;
}

.form-error-global {
  font-size: 16px;
  margin-top: 40px;
  padding: 8px 24px;
  border-radius: 8px;
  background-color: rgba(213, 45, 45, 0.16);
}
.form-error-global + .p-entry-form {
  margin-top: 16px;
}

.p-entry-form__body:has(.error-message) input[type=text],
.p-entry-form__body:has(.error-message) input[type=email] {
  border: 2px solid #d52d2d;
}

.agreement__text {
  font-size: 16px;
  overflow: scroll;
  height: 300px;
  padding: 21px 50px 21px 36px;
  border: 1px solid #efefef;
}
@media (max-width: 768px) {
  .agreement__text {
    height: 180px;
    padding: 10px 28px 10px 20px;
    width: 100%;
  }
}
.agreement__text * + .header {
  margin-top: 24px;
}
.agreement__text li {
  font-size: 16px;
  padding-left: 16px;
  text-indent: -16px;
}
@media (max-width: 768px) {
  .agreement__text img {
    width: 100%;
  }
}

.p-form-header .p-form-header__img {
  width: calc(750 / 1066 * 100%);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .p-form-header .p-form-header__img {
    width: 100%;
  }
}
.p-form-header .p-form-header__img img {
  width: 100%;
}
.p-form-header .c-header--lv2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-header .c-header--lv2 {
    margin-top: 20px;
  }
}
.p-form-header h2 {
  width: 482px;
}
@media (max-width: 768px) {
  .p-form-header h2 {
    width: 266px;
  }
}

.p-form-about {
  position: relative;
  margin-top: 90px;
  padding: 18px 0;
}
@media (max-width: 768px) {
  .p-form-about {
    margin-top: 30px;
    padding: 10px 0;
  }
}
.p-form-about::before, .p-form-about::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 18px;
  content: "";
  background: url(../../assets/img/form/bg01.svg) center center/4px 10px repeat;
}
@media (max-width: 768px) {
  .p-form-about::before, .p-form-about::after {
    height: 10px;
  }
}
.p-form-about::after {
  top: initial;
  bottom: 0;
}

.p-form-about-inner {
  position: relative;
  padding: 60px 0;
  background: url(../../assets/img/bg02.svg) top left/22px 26px repeat;
}
@media (max-width: 768px) {
  .p-form-about-inner {
    padding: 20px 0 15px;
  }
}

.p-form-about-box02 {
  margin-top: 97px;
}
@media (max-width: 768px) {
  .p-form-about-box02 {
    margin-top: 20px;
  }
}

.p-entry-form__body--date,
.p-entry-form__body--quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.p-entry-form__body--date .inner,
.p-entry-form__body--quantity .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-entry-form__body--date .select-wrapper,
.p-entry-form__body--quantity .select-wrapper {
  position: relative;
  display: inline-block;
}
.p-entry-form__body--date .select-wrapper::before,
.p-entry-form__body--quantity .select-wrapper::before {
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 13px;
  position: absolute;
  width: 12px;
  height: 10px;
  content: "";
  background: url(../../assets/img/form/ico_select_arrow.svg) center center/contain no-repeat;
}
.p-entry-form__body--date select,
.p-entry-form__body--quantity select {
  width: 82px;
  background-color: #efefef;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (max-width: 768px) {
  .p-entry-form__body--date select,
.p-entry-form__body--quantity select {
    width: 59px;
  }
}

input.name {
  width: calc(533 / 1066 * 100%);
}
@media (max-width: 768px) {
  input.name {
    width: 100%;
  }
}

.p-form-file-img {
  width: calc(967 / 1066 * 100%);
  margin-top: 60px;
}
@media (max-width: 768px) {
  .p-form-file-img {
    width: 100%;
    margin-top: 22px;
  }
}

.l-footer--form {
  padding: 0;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .l-footer--form {
    width: 100%;
    margin-top: 54px;
    padding: 0 20px;
  }
}
.l-footer--form .l-container {
  padding: 45px 0;
  border-top: 1px solid #c9c9ca;
}

@media (max-width: 768px) {
  .label-purchase {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .label-purchase img {
    height: 37px;
    width: auto;
  }
}
@media (max-width: 768px) {
  .label-purchase > picture img {
    margin-top: 6px;
  }
}

.p-comfirm .c-btn-wrapper {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.confirm-agreement {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .confirm-agreement {
    margin-top: 27px;
  }
}
@media (max-width: 768px) {
  .confirm-agreement img {
    height: 15px;
    margin: 0 auto;
  }
}

.p-thanks .l-footer--form {
  margin-top: 104px;
}
@media (max-width: 768px) {
  .p-thanks .l-footer--form {
    margin-top: 54px;
  }
}

.p-thanks-img {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: calc(543 / 1066 * 100%);
}
@media (max-width: 768px) {
  .p-thanks-img {
    margin-top: 52px;
    width: calc(310 / 335 * 100%);
  }
}