@charset "UTF-8";

/* ======================================
   font
====================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.font-mincho {
  font-family: "Shippori Mincho", serif;
}

/* ======================================
   layout
====================================== */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

.site-wrap {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

.page-frame {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
  width: 100%;
  min-height: 100vh;
  padding: 0;
  box-sizing: border-box;
}

.page-side {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.site-wrap.page-side {
  background-color: #f5f0ea;
  background-image: url("../img/pc_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-side-inner {
  width: 100%;
  min-height: auto;
}

.page-center {
  flex: 0 0 375px;
  width: 375px;
  min-width: 375px;
  max-width: 375px;
  align-self: flex-start;
  background: #ffffff;
  position: relative;
  z-index: 2;
  overflow-y: auto;
  scrollbar-width: none;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}

.page-center::-webkit-scrollbar {
  display: none;
}

.page-center-inner,
.sp-canvas,
.sp-content {
  width: 100%;
}

.section-image img,
.section-mv-image img,
.section-mv-schedule img,
.section-mv-badge img,
.section-cont1-deco img,
.section-about-title img,
.section-about-subtitle img,
.section-naiyou-title img,
.section-naiyou-soudan-title img,
.section-naiyou-badge img,
.section-naiyou-gift,
.section-naiyou-booth-image img,
.section-accscc-title img,
.section-accscc-logo img,
.section-form-title img,
.section-footer-logo img,
.btn-yoyaku img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.section-mv,
.section-mv-image {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.page-header-logo {
  padding: 16px 16px 8px;
  background: #ffffff;
  text-align: center;
}

.page-header-logo a {
  display: inline-block;
  line-height: 0;
}

.page-header-logo img {
  display: block;
  width: 74px;
  height: auto;
  margin: 0 auto;
}

/* ======================================
   #mv
====================================== */
.section-mv {
  background: #ffffff;
  padding-bottom: 0;
  overflow: visible;
}

.section-mv-schedule {
  margin: 20px 0 0;
  padding: 0 12px;
  line-height: 0;
  background: #ffffff;
}

.section-mv-badge {
  width: 201px;
  margin: 12px auto 0;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.section-mv-badge img {
  width: 201px;
  height: 201px;
  object-fit: contain;
}

.section-mv-badge .section-yoyaku-full-note {
  line-height: 22px;
}

/* ======================================
   #cont1
====================================== */
.section-cont1 {
  background: #ffffff;
  padding: 20px 20px 36px;
}

.section-cont1-frame {
  text-align: center;
}

.section-cont1-deco {
  line-height: 0;
  margin: 0 auto;
  max-width: 100%;
}

.section-cont1-text {
  margin: 8px 0 0;
  padding: 0 4px;
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.06em;
  color: #333333;
  text-align: center;
}

.section-cont1-text p {
  margin: 0;
}

.section-cont1-spacer {
  height: 30px;
}

.section-cont1-cta {
  margin-top: 28px;
  text-align: center;
}

.section-cont1-cta .btn-yoyaku {
  display: none;
}

.section-cont1-cta .section-yoyaku-full-note {
  margin-top: 12px;
}

/* ======================================
   #about
====================================== */
.section-about {
  position: relative;
  background-image: url("../img/about_event_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 34px 0 40px;
}

.section-about-inner {
  position: relative;
  z-index: 1;
  width: 345px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.section-about-title {
  width: 78%;
  max-width: 280px;
  margin: 0 auto;
  line-height: 0;
  position: relative;
  z-index: 2;
}

.section-about-panel {
  margin-top: -20px;
  padding: 40px 16px 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  box-sizing: border-box;
}

.section-about-lead {
  margin: 0 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333333;
}

.section-about-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #333333;
}

.section-about-text p {
  margin: 0;
}

.section-about-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.section-about-list li {
  margin: 0;
}

.section-about-subtitle {
  width: 88%;
  max-width: 300px;
  margin: 30px auto 24px;
  line-height: 0;
}

.section-about-thumbs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.section-about-thumb {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  text-align: center;
}

.section-about-thumb img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.section-about-thumb figcaption {
  margin-top: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.06em;
  color: #333333;
}

/* ======================================
   #naiyou
====================================== */
.section-naiyou {
  background: #ffeeeb;
  padding: 50px 0 40px;
}

.section-naiyou-inner {
  background: #ffffff;
  width: 345px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 26px 14px 36px;
  border-radius: 0;
  box-sizing: border-box;
}

.section-naiyou-title {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
  padding-top: 0;
  line-height: 0;
}

.section-naiyou-times {
  margin: 22px auto 18px;
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.section-naiyou-time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.section-naiyou-time-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 59px;
  height: 24px;
  background: #c79f62;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0;
  box-sizing: border-box;
}

.section-naiyou-time-value {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #333333;
}

.section-naiyou-time.is-full .section-naiyou-time-value {
  color: #999999;
}

.section-naiyou-time-full {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  background: #ea545d;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  box-sizing: border-box;
}

.section-yoyaku-full-note {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #ea545d;
}

.section-form-full-note {
  margin: -12px auto 20px;
}

.section-naiyou-lead {
  margin: 0 0 25px;
  font-size: 17px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.06em;
  color: #333333;
}

.section-naiyou-block {
  margin-bottom: 22px;
}

.section-naiyou-lead + .section-naiyou-block .section-naiyou-photo {
  width: 325px;
  max-width: 100%;
  margin: 0 auto;
}

.section-naiyou-photo {
  position: relative;
  line-height: 0;
  border-radius: 14px;
  overflow: hidden;
}

.section-naiyou-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.section-naiyou-caption {
  margin: 14px 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
  color: #333333;
}

.section-naiyou-text-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0;
}

.section-naiyou-soudan-title {
  width: 100%;
  margin: 8px auto 20px;
  line-height: 0;
}

.section-naiyou-badge {
  width: 201px;
  margin: 8px auto 20px;
  line-height: 0;
}

.section-naiyou-badge .section-yoyaku-full-note {
  line-height: 22px;
}

.section-naiyou-badge img {
  width: 201px;
  height: 201px;
  object-fit: contain;
}

.section-naiyou-fee {
  padding: 22px 8px 18px;
  border: 1px solid #d8d8d8;
  border-radius: 18px;
  background: #ffffff;
  text-align: center;
}

.section-naiyou-fee-lead {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.section-naiyou-fee-list {
  list-style: none;
  margin: 0 0 7px;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.section-naiyou-fee-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
}

.section-naiyou-fee-list li + li {
  margin-top: 7px;
}

.section-naiyou-fee-check {
  display: block;
  flex-shrink: 0;
  width: 16px;
  height: 14px;
  object-fit: contain;
}

.section-naiyou-bonus {
  position: relative;
  width: 301px;
  max-width: 100%;
  margin: 20px auto 0;
  padding-top: 13px;
  box-sizing: border-box;
}

.section-naiyou-bonus-label {
  position: absolute;
  top: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102px;
  height: 26px;
  margin: 0;
  padding: 0;
  background: #c79f62;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.08em;
  white-space: nowrap;
  box-sizing: border-box;
  z-index: 1;
}

.section-naiyou-bonus-body {
  position: relative;
  width: 100%;
  height: 124px;
  margin: 0;
  padding: 22px 14px 10px;
  background: #f7f2ea;
  border-radius: 20px;
  box-sizing: border-box;
}

.section-naiyou-bonus-body p {
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.02em;
  text-align: left;
}

.section-naiyou-bonus-body .em {
  color: #ea545d;
  font-weight: 700;
}

.section-naiyou-bonus-body .em-strong {
  font-weight: 700;
}

.section-naiyou-gift {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 102px !important;
  height: 55px;
  object-fit: contain;
}

.section-naiyou-notes {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #333333;
}

.section-naiyou-notes li + li {
  margin-top: 4px;
}

.section-naiyou-booth {
  margin-top: 60px;
}

.section-naiyou-booth-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  max-width: 100%;
  height: 31px;
  margin: 0 auto 15px;
  padding: 0;
  background: #1aa6a0;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
  box-sizing: border-box;
}

.section-naiyou-booth-image {
  line-height: 0;
  margin-bottom: 16px;
}

.section-naiyou-booth-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0;
  color: #333333;
}

/* ======================================
   #accscc
====================================== */
.section-accscc {
  background: #ffffff;
  padding: 36px 16px 40px;
}

.section-accscc-inner {
  text-align: center;
}

.section-accscc-title {
  width: 70%;
  max-width: 240px;
  margin: 0 auto 20px;
  line-height: 0;
}

.section-accscc-logo {
  width: 62%;
  max-width: 220px;
  margin: 0 auto 18px;
  line-height: 0;
}

.section-accscc-text {
  margin-bottom: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0;
  color: #333333;
}

.section-accscc-text p {
  margin: 0;
}

.section-accscc-map {
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 340px;
  margin: 0 auto;
  overflow: hidden;
  background: #f3f3f3;
  border: 1px solid #cccccc;
}

.section-accscc-map iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* ======================================
   #form
====================================== */
.section-form {
  background: #ffffff;
  padding: 36px 16px 40px;
}

.section-form-title {
  width: 88%;
  max-width: 300px;
  margin: 0 auto 28px;
  line-height: 0;
}

.section-form-body {
  padding: 0 4px;
}

.section-form-closed {
  margin: 0 auto;
  padding: 28px 16px;
  max-width: 340px;
  border: 1px solid #ea545d;
  border-radius: 12px;
  text-align: center;
  box-sizing: border-box;
}

.section-form-closed-main {
  margin: 0 0 8px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #ea545d;
}

.section-form-closed-sub {
  margin: 0 0 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #ea545d;
}

.section-form-closed-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}

.section-form-note {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  color: #666666;
}

.section-form-caution {
  margin: 36px auto 0;
  padding: 20px 16px;
  max-width: 340px;
  border: 1px solid #333333;
  border-radius: 12px;
  text-align: center;
}

.section-form-caution-title {
  margin: 0 0 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0;
}

.section-form-caution-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  color: #333333;
}

/* ======================================
   footer
====================================== */
.section-footer {
  background: #faf5ed;
  padding: 36px 20px 40px;
  text-align: center;
}

.section-footer-logo {
  width: 78%;
  max-width: 280px;
  margin: 0 auto 24px;
  line-height: 0;
}

.section-footer-schedule {
  margin-bottom: 28px;
}

.section-footer-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.section-footer-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  padding: 4px 10px;
  background: #c4a06a;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 999px;
  letter-spacing: 0.06em;
}

.section-footer-value {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.section-footer-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 28px;
}

.section-footer-block {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.9;
  color: #333333;
}

.section-footer-block p {
  margin: 0;
}

.section-footer-heading {
  display: inline-block;
  margin-bottom: 10px !important;
  padding: 6px 18px;
  border: 1px solid #333333;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
}

.section-footer-copy {
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid #d8d0c4;
  font-size: 11px;
  font-weight: 400;
  color: #666666;
}

/* ======================================
   PC sidebars
====================================== */
.page-side-left,
.page-side-right {
  flex: 0 0 375px;
  width: 375px;
  max-width: 375px;
  flex-shrink: 0;
  align-self: center;
  overflow: visible;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.08);
}

.page-side-left {
  padding: 40px 24px;
  align-self: center;
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 0;
}

.page-side-right {
  padding: 36px 20px;
}

.page-side-left .page-side-inner,
.page-side-left .side-card,
.page-side-left .side-card-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.side-card,
.side-card-inner {
  width: 100%;
}

.side-card-inner {
  text-align: center;
}

.side-left-block + .side-left-block {
  margin-top: 36px;
}

.side-left-heading {
  display: inline-block;
  margin: 0 0 16px;
  padding: 8px 22px;
  border: 1px solid #333333;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333333;
}

.side-left-body {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.95;
  color: #333333;
}

.side-left-body p {
  margin: 0;
}

.side-left-name {
  margin-bottom: 6px !important;
  font-weight: 400;
}

.side-left-body a {
  color: #333333;
  word-break: break-all;
}

.side-right-logo {
  margin-bottom: 20px;
}

.side-right-logo img {
  display: block;
  width: 88%;
  height: auto;
  margin: 0 auto;
}

.side-right-badge {
  width: 201px;
  margin: 0 auto 20px;
  line-height: 0;
}

.side-right-badge .section-yoyaku-full-note {
  line-height: 22px;
}

.side-right-badge img {
  display: block;
  width: 201px;
  height: 201px;
  object-fit: contain;
}

.side-right-form-link {
  display: none;
}

.side-right-form-link-btn {
  display: block;
}

.side-right-form-link-btn img {
  display: block;
  width: 88%;
  height: auto;
  margin: 0 auto;
}

/* ======================================
   Contact Form 7
====================================== */
.section-form-body .wpcf7 {
  max-width: 100%;
}

body.fld-page .section-form-body .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.section-form-body .wpcf7-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.section-form-body .wpcf7-form > p:not(.form-submit-row) {
  margin-bottom: 32px;
}

body.fld-page .section-form-body .wpcf7-form label,
body.fld-page .section-form-body .wpcf7-form > p > label,
.section-form-body .wpcf7-form label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333333;
}

.section-form-body .wpcf7-form > p > label:has(.wpcf7-form-control-wrap) {
  margin-bottom: 0;
}

body.fld-page .section-form-body .wpcf7-form > p > label:not(:has(.wpcf7-form-control-wrap)),
.section-form-body .wpcf7-form > p > label:not(:has(.wpcf7-form-control-wrap)) {
  margin-bottom: 14px;
}

.section-form-body .wpcf7-form > p > label:has(.wpcf7-form-control-wrap) .wpcf7-form-control-wrap {
  display: block;
  margin-top: 10px;
}

.section-form-body .wpcf7-form > p > label br,
.section-form-body .wpcf7-form > p > label + br {
  display: none;
}

.section-form-body .required {
  color: #e53935;
  margin-left: 2px;
}

body.fld-page .section-form-body .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-acceptance),
.section-form-body .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-acceptance) {
  width: 100%;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  font-size: 15px;
  background: #efefef;
  color: #333333;
  box-sizing: border-box;
}

.section-form-body .wpcf7-form-control:not(.wpcf7-submit):not(.wpcf7-radio):not(.wpcf7-acceptance)::placeholder {
  color: #aaaaaa;
}

body.fld-page .section-form-body .wpcf7-radio,
.section-form-body .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.section-form-body .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.section-form-body .wpcf7-list-item input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: #333333;
}

.section-form-body .wpcf7-list-item:has(input[value*="午後の部"]) {
  display: none;
}

.section-form-body .form-time-full-note {
  margin: 0 0 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  color: #ea545d;
}

body.fld-page .section-form-body .form-privacy-text,
.section-form-body .form-privacy-text {
  padding: 16px;
  background: #efefef;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  line-height: 1.8;
  font-weight: 400;
  height: 180px;
  max-height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px;
  color: #727171;
  text-align: left;
  box-sizing: border-box;
}

body.fld-page .section-form-body .form-privacy-text p,
body.fld-page .section-form-body .form-privacy-text li,
body.fld-page .section-form-body .form-privacy-text strong,
.section-form-body .form-privacy-text p,
.section-form-body .form-privacy-text li,
.section-form-body .form-privacy-text strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #727171;
}

.section-form-body .form-privacy-text::-webkit-scrollbar {
  width: 6px;
}

.section-form-body .form-privacy-text::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 3px;
}

.section-form-body .form-privacy-text p,
.section-form-body .form-privacy-text ul {
  margin: 0 0 12px;
}

.section-form-body .form-privacy-text ul {
  padding-left: 1.4em;
  list-style: disc;
}

.section-form-body .form-privacy-text li {
  margin-bottom: 4px;
}

.section-form-body .form-privacy-text p:last-child,
.section-form-body .form-privacy-text ul:last-child {
  margin-bottom: 0;
}

body.fld-page .section-form-body .form-privacy-text-title,
.section-form-body .form-privacy-text-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #727171;
  margin-bottom: 12px;
  text-align: center;
}

.section-form-body .form-acceptance-row {
  margin-top: 16px;
  text-align: center;
}

.section-form-body .form-acceptance-row > p {
  display: flex;
  justify-content: center;
  margin: 0;
  text-align: center;
}

.section-form-body .form-acceptance-row .wpcf7-form-control-wrap {
  display: inline-block;
  width: auto;
}

.section-form-body .wpcf7-acceptance {
  display: inline-block;
  margin: 0;
  text-align: center;
}

body.fld-page .section-form-body .wpcf7-acceptance label,
.section-form-body .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  background: transparent;
}

.section-form-body .wpcf7-acceptance input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  flex-shrink: 0;
}

body.fld-page .section-form-body p.form-submit-row,
.section-form-body p.form-submit-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 999;
  margin: 32px auto 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.section-form-body p.form-submit-row .wpcf7-submit,
.section-form-body p.form-submit-row input[type="submit"].form-submit-btn {
  display: block;
  width: 78%;
  max-width: 280px;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../img/form_send_btn.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  aspect-ratio: 520 / 104;
  height: auto;
  min-height: 48px;
  box-shadow: none;
  filter: none;
}

.section-form-body p.form-submit-row .wpcf7-spinner {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  visibility: hidden;
}

.section-form-body p.form-submit-row .wpcf7-submit:hover,
.section-form-body p.form-submit-row input[type="submit"].form-submit-btn:hover {
  opacity: 0.9;
}

.section-form-body .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #e53935;
  margin-top: 4px;
}

body.fld-page .section-form-body .wpcf7-response-output,
.section-form-body .wpcf7-response-output {
  grid-row: 1000;
  width: 100%;
  max-width: 280px;
  margin: 20px auto 0 !important;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.6;
  box-sizing: border-box;
  clear: both;
  position: static !important;
  top: auto !important;
  transform: none !important;
  justify-self: center;
}

body.fld-page .section-form-body p.form-submit-row .wpcf7-response-output {
  grid-row: auto;
  order: 2;
  width: 100%;
  max-width: 280px;
  margin: 20px 0 0 !important;
  position: static !important;
}

/* ======================================
   mobile
====================================== */
@media screen and (max-width: 500px) {
  .page-frame {
    display: block;
  }

  .page-side-left,
  .page-side-right {
    display: none;
  }

  .page-center {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100dvh;
    overflow-y: auto;
    box-shadow: none;
  }

  .page-center-inner,
  .sp-canvas,
  .sp-content {
    min-height: auto;
  }

}

@media screen and (min-width: 1200px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .pc_only {
    display: none;
  }
}

/* WordPress admin bar */
body.admin-bar .page-frame {
  min-height: calc(100vh - 32px);
}

body.admin-bar .page-center {
  height: calc(100vh - 32px);
}

body.admin-bar .page-side-right {
  max-height: none;
}

@media screen and (max-width: 782px) {
  body.admin-bar .page-frame {
    min-height: calc(100vh - 46px);
  }

  body.admin-bar .page-center {
    height: calc(100vh - 46px);
  }

  body.admin-bar .page-side-right {
    max-height: none;
  }
}
