@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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;
}

a {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
}

iframe {
  max-width: 100%;
  vertical-align: middle;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-block {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) {
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-block {
    display: block !important;
  }
}
@media only screen and (min-width: 1200px) {
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
html {
  font-size: 10px;
  overflow: auto;
}

body {
  background-color: #fff;
  font-family: "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #828282;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  display: block;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 1130px;
}

a {
  transition: all 0.4s ease;
}

.section {
  padding-block: 100px;
}
@media (max-width: 767px) {
  .section {
    padding-block: 54px 50px;
  }
}
.section-sm {
  padding-block: 25px 0;
}
.section-sm .footer__links {
  margin-bottom: 0;
}

.page {
  padding-block: 80px;
}
@media (max-width: 767px) {
  .page {
    padding-block: 40px;
  }
}

@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Hiragino Sans", sans-serif;
  src: url("../fonts/HiraginoSansW0") format("opentype");
  font-weight: 900;
  font-display: swap;
}
.wp-content h1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
  color: #000;
}
@media (max-width: 767px) {
  .wp-content h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.wp-content h2 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}
@media (max-width: 767px) {
  .wp-content h2 {
    font-size: 16px;
  }
}
.wp-content h3 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}
@media (max-width: 767px) {
  .wp-content h3 {
    font-size: 15px;
  }
}
.wp-content p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 18px;
  color: #000;
  text-align: left;
}
@media (max-width: 767px) {
  .wp-content p {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.wp-content ul {
  margin: 0 0 20px 20px;
  padding-left: 10px;
  list-style: disc;
}
@media (max-width: 767px) {
  .wp-content ul {
    margin: 0 0 15px 12px;
  }
}
.wp-content ol {
  margin: 0 0 20px 10px;
  padding-left: 10px;
  list-style: decimal;
}
@media (max-width: 767px) {
  .wp-content ol {
    margin: 0 0 15px 10px;
  }
}
.wp-content ol > li > p:first-child {
  padding-top: 10px;
}
.wp-content ul > li > p:first-child {
  padding-top: 10px;
}
.wp-content ol > li > ul {
  margin-top: 10px;
}
.wp-content ul > li > ol {
  margin-top: 10px;
}
.wp-content li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .wp-content li {
    font-size: 14px;
  }
}
.wp-content a {
  color: #0056b3;
  text-decoration: underline;
  transition: 0.3s ease;
}
.wp-content a:hover {
  opacity: 0.7;
}

.mb10 {
  margin-bottom: 10px !important;
}

.table_heading {
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.table-simple {
  width: 100%;
  max-width: 100%;
}

.table-simple th,
.table-simple td {
  padding: 10px;
  border: 1px solid #bfbfbf;
}

.table-simple th {
  background: #f2f2f2;
  font-weight: 700;
  color: #000;
  vertical-align: middle;
  text-align: left;
}

.table-simple td {
  font-weight: 400;
  color: #000;
}

.bold {
  font-weight: 700;
}

ul.points {
  list-style-type: none;
  margin-left: 12px;
}

ul.points li:before {
  content: "・";
  margin-left: -12px;
}

ul.points li {
  text-align: justify;
  display: block;
}

.a-redirect {
  text-decoration: underline;
  color: #1155cc;
}

.footer {
  padding-block: 50px;
  text-align: center;
  color: #363636;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  row-gap: 10px;
}
.footer__links a {
  display: block;
  color: #363636;
  padding-inline: 10px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
.footer__links a:not(:last-child) {
  border-right: 1px solid #363636;
}
.footer__links a:first-child {
  padding-left: 0;
}
.footer__links a:last-child {
  padding-right: 0;
}
.footer__links a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__links a:hover {
    opacity: 1;
  }
}
.footer__logo {
  margin-bottom: 24px;
  display: inline-block;
}
.footer__logo:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .footer__logo:hover {
    opacity: 1;
  }
}
.footer__txt {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
.scroll-top .scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  line-height: 40px;
}
.scroll-top .scroll-top-btn:hover {
  opacity: 0.7;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.section-heading {
  max-width: fit-content;
  margin: 0 auto 40px;
  text-align: center;
}
.section-heading__primary {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #363636;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .section-heading__primary {
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .section-heading__primary {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.section-heading__primary span {
  color: #FFA8A8;
}
.section-heading__primary--sm {
  font-size: 20px;
  margin-bottom: 15px;
}
.section-heading__sub {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #FFA8A8;
  color: #fff;
  padding: 5px 20px;
  border-radius: 2px;
  min-height: 26px;
}
@media (max-width: 991px) {
  .section-heading__sub {
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .section-heading__sub {
    font-size: 14px;
    line-height: 1.1;
  }
}

.btn-center {
  text-align: center;
}

.btn-primary {
  min-width: 222px;
  font-size: 16px;
  font-weight: 700;
  background-color: #FFA8A8;
  text-align: center;
  padding: 12px 13px;
  border-radius: 73px;
  border: none;
  display: inline-block;
  position: relative;
  color: #fff;
  line-height: 1.6;
  transition: all 0.25s ease;
  cursor: pointer;
}
.btn-primary::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95353 17C3.80524 17 0 13.1948 0 8.5C0 3.80524 3.80524 0 7.95353 0C13.1948 0 17 3.80524 17 8.5C17 13.1948 13.1948 17 7.95353 17ZM11.8772 7.7732L7.95717 3.82588C7.53336 3.39903 6.8442 3.3966 6.41735 3.82042C5.9905 4.24423 5.98807 4.934 6.41189 5.36024L9.56986 8.54007L6.41189 11.7199C5.98807 12.1468 5.9905 12.8359 6.41735 13.2597C6.62987 13.471 6.90735 13.5761 7.18483 13.5761C7.46475 13.5761 7.74466 13.4692 7.95717 13.2549L11.8772 9.30756C12.2986 8.88313 12.2986 8.19762 11.8772 7.7732Z' fill='white'/%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .btn-primary:hover {
    opacity: 1;
  }
}

.mv {
  background: url("../img/top/mv/mv-pc.png") no-repeat center/cover;
}
@media (max-width: 767px) {
  .mv {
    background: url("../img/top/mv/mv-sp.png") no-repeat center/cover;
  }
}
.mv__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -10px;
}
@media (max-width: 767px) {
  .mv__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 24px;
    gap: 3px;
    margin-inline: -15px;
  }
}
.mv__info {
  width: 100%;
  max-width: fit-content;
}
.mv__title {
  font-weight: 700;
  font-size: 64px;
  line-height: 1.28125;
  letter-spacing: 0.11em;
  margin-bottom: 26px;
}
.mv__title span {
  background-image: linear-gradient(to right, #FF8B8B, #FFA8A8);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
@media (max-width: 991px) {
  .mv__title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .mv__title {
    text-align: center;
    font-size: 36px;
    line-height: 1.2777777778;
    margin-bottom: 9px;
  }
}
.mv__text {
  font-weight: 200;
  font-size: 32px;
  line-height: 1.34375;
}
@media (max-width: 991px) {
  .mv__text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .mv__text {
    text-align: center;
    font-size: 20px;
    line-height: 1.35;
  }
}

.header {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .header__wrapper {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .header__logo-img img {
    max-width: 117px;
  }
}
.header__logo-img:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header__logo-img:hover {
    opacity: 1;
  }
}
.header__login {
  position: relative;
}
.header__login-img img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .header__login-img img {
    max-width: 30px;
  }
}
.header__login-img:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header__login-img:hover {
    opacity: 1;
  }
}
.header__login-text {
  text-align: center;
  font-size: 11px;
  line-height: 1;
  margin-top: 3px;
  color: #828282;
}
.header__login-user {
  display: none;
}
.header__login--auth .header__login-guest {
  display: none;
}
.header__login--auth .header__login-user {
  display: block;
}
.header__menu-toggle {
  display: block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}
.header__menu {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 190px;
  margin-top: 6px;
  padding: 8px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  list-style: none;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.header__menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -6px;
  height: 6px;
}
@media (max-width: 767px) {
  .header__login-user.is-open .header__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
@media (min-width: 767px) {
  .header__login-user:hover .header__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.header__menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  white-space: nowrap;
  transition: background 0.2s ease;
}
.header__menu-link:hover {
  background: #FFF3F3;
}
@media (max-width: 767px) {
  .header__menu-link:hover {
    background: none;
  }
}
.header__menu-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #FFA8A8;
}
.header__menu-icon svg {
  width: 100%;
  height: 100%;
}

.step__row {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .step__row {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .step__row {
    gap: 0;
  }
}
.step__item {
  flex: 0 0 auto;
  max-width: calc((100% - 240px) / 5);
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .step__item {
    max-width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 767px) {
  .step__item {
    max-width: 500px;
    margin-inline: auto;
    padding-inline: 20px;
  }
}
.step__item-img {
  text-align: center;
  margin-bottom: 16px;
}
.step__item-header {
  text-align: center;
  margin-bottom: 16px;
}
.step__item-header span {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #FFA8A8;
  text-transform: uppercase;
  display: block;
}
.step__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #363636;
  margin-top: 10px;
}
.step__item-title.-ls-1 {
  letter-spacing: -1px;
}
.step__item-text {
  letter-spacing: 0.03em;
  font-weight: 500;
}
.step__item:not(:last-child):after {
  content: "";
  display: block;
  width: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='56' viewBox='0 0 17 56' fill='none'%3E%3Cpath d='M0.433014 0.25L16.3102 27.75L0.433014 55.25' stroke='%23828282'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 35px;
  background-position: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: -60px;
}
@media (max-width: 767px) {
  .step__item:not(:last-child):after {
    width: 100%;
    height: 40px;
    position: static;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='17' viewBox='0 0 56 17' fill='none'%3E%3Cpath d='M55.25 0.433105L27.75 16.3102L0.249992 0.433105' stroke='%23828282'/%3E%3C/svg%3E");
    background-size: 55px 15px;
    margin-block: 20px;
  }
}

.frame {
  background-color: #FFF3F3;
}
.frame__row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 860px;
  margin: auto;
}
.frame__col {
  flex: 0 0 auto;
  max-width: calc((100% - 40px) / 3);
  width: 100%;
}
@media (max-width: 767px) {
  .frame__col {
    max-width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 576px) {
  .frame__col {
    max-width: 100%;
  }
}
.frame__item {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
.frame__item-img {
  text-align: center;
}
.frame__item-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #363636;
  text-align: center;
}
.frame__item-text {
  line-height: 150%;
  letter-spacing: 0.03em;
  font-weight: 500;
}

@media (max-width: 767px) {
  .inquiry {
    padding-block: 0;
  }
}
@media (max-width: 767px) {
  .inquiry .container {
    padding-inline: 0;
  }
}
.inquiry__hero {
  width: 100%;
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .inquiry__hero-img {
    position: relative;
    z-index: -1;
  }
}
.inquiry__hero-content {
  max-width: 542px;
  width: 100%;
  padding: 23px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #363636;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .inquiry__hero-content {
    position: static;
    width: auto;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    transform: none;
    margin: -47px 20px 0;
    z-index: 1;
    padding: 11px;
  }
}
.inquiry__hero-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .inquiry__hero-title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.inquiry__hero-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.inquiry__form {
  max-width: 630px;
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .inquiry__form {
    padding-inline: 15px;
  }
}
.inquiry__form .form__group {
  margin-bottom: 20px;
}
.inquiry__form .form__group label {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #363636;
  margin-bottom: 5px;
  line-height: 1;
}
@media (max-width: 767px) {
  .inquiry__form .form__group label {
    font-size: 14px;
  }
}
.inquiry__form .form__group span {
  padding: 4px 10px 5px;
  background-color: #C2172D;
  font-size: 12px;
  display: block;
  color: #fff;
  border-radius: 6px;
  line-height: 1;
  font-weight: 500;
}
.inquiry__form input,
.inquiry__form textarea {
  padding: 8px 10px;
  border-radius: 6px;
  width: 100%;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  font-family: "hiragino-sans", "Hiragino Sans", sans-serif;
}
.inquiry__form input:focus,
.inquiry__form textarea:focus {
  outline: none;
  border-color: #8d8d8d;
}
.inquiry__form input {
  min-height: 40px;
}
.inquiry__form textarea {
  resize: none;
  min-height: 150px;
}
.inquiry__form-btn {
  max-width: 378px;
  width: 100%;
  background-color: #C2172D;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  text-align: center;
  border: 0;
  margin-inline: auto;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  transition: all 0.25s ease;
  cursor: pointer;
}
.inquiry__form-btn .icon {
  display: block;
  width: 17px;
  height: 17px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.95353 17C3.80524 17 0 13.1948 0 8.5C0 3.80524 3.80524 0 7.95353 0C13.1948 0 17 3.80524 17 8.5C17 13.1948 13.1948 17 7.95353 17ZM11.8772 7.7732L7.95717 3.82588C7.53336 3.39903 6.8442 3.3966 6.41735 3.82042C5.9905 4.24423 5.98807 4.934 6.41189 5.36024L9.56986 8.54007L6.41189 11.7199C5.98807 12.1468 5.9905 12.8359 6.41735 13.2597C6.62987 13.471 6.90735 13.5761 7.18483 13.5761C7.46475 13.5761 7.74466 13.4692 7.95717 13.2549L11.8772 9.30756C12.2986 8.88313 12.2986 8.19762 11.8772 7.7732Z' fill='white'/%3E%3C/svg%3E");
}
.inquiry__form-btn:hover {
  opacity: 0.8;
}

.about {
  position: relative;
}
.about__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 37px 0 14px;
}
@media (max-width: 991px) {
  .about__wrapper {
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .about__wrapper {
    padding: 50px 0 50px;
    gap: 28px;
    flex-direction: column-reverse;
  }
}
.about__block {
  width: 100%;
  max-width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  margin-top: -28px;
}
@media (max-width: 767px) {
  .about__block {
    margin-top: 0;
  }
}
.about__title {
  color: #363636;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
}
.about__title span {
  color: #FFA8A8;
}
.about__desc {
  text-align: center;
  color: #363636;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-block: 0 40px;
}
@media (max-width: 991px) {
  .about__desc {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about__desc {
    text-align: start;
    font-size: 14px;
  }
}
.about__img {
  margin-right: -16px;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .about__img {
    margin-right: -15px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about__img {
    position: absolute;
    max-width: 148px;
    width: 100%;
    right: -17px;
    top: 55.4%;
    transform: translateY(-50%);
    margin-right: 0;
  }
}
.about__img img {
  max-width: 128px;
}
@media (max-width: 991px) {
  .about__img img {
    max-width: 85px;
  }
}
@media (max-width: 767px) {
  .about__img img {
    max-width: 148px;
    width: 100%;
  }
}
.about__details {
  margin-left: -45px;
}
@media (max-width: 991px) {
  .about__details {
    margin-left: -40px;
  }
}
@media (max-width: 767px) {
  .about__details {
    max-width: fit-content;
    margin-inline: -15px;
  }
  .about__details img {
    max-width: 458px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .about .section-heading__primary {
    line-height: 1.3;
  }
  .about .section-heading__sub {
    line-height: 1.5;
  }
}

.location {
  background-color: #FFF3F3;
}
@media (max-width: 767px) {
  .location__swiper {
    margin-right: -15px !important;
  }
}
.location__swiper--none .location__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .location__swiper--none .location__wrapper {
    flex-wrap: nowrap;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .location__swiper--none {
    margin-right: 0 !important;
  }
}
.location__swiper .swiper-pagination {
  bottom: -5px;
}
.location__swiper .swiper-pagination-bullet-active {
  background-color: #FFA8A8;
}
.location__swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.location__wrapper {
  padding-bottom: 20px;
}
.location__img {
  transition: all 0.3s ease;
}
.location__info {
  transition: all 0.3s ease;
}
.location a.location__block:hover .location__img {
  opacity: 0.7;
}
.location a.location__block:hover .location__info {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .location a.location__block:hover .location__img {
    opacity: 1;
  }
  .location a.location__block:hover .location__info {
    opacity: 1;
  }
}
.location__block {
  border-radius: 10px;
  background-color: #FFF;
  padding: 15px;
  height: auto;
}
.location__block.swiper-slide {
  width: calc(25% - 7.5px);
}
@media (max-width: 991px) {
  .location__block.swiper-slide {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media (max-width: 767px) {
  .location__block.swiper-slide {
    width: 100%;
  }
}
.location__block.-comming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 270px;
}
@media (max-width: 767px) {
  .location__block.-comming-soon {
    height: auto;
  }
}
.location__block.-comming-soon p {
  font-size: 16px;
  font-weight: 500;
}
.location__tags {
  padding-block: 4px 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.location__tags .tag {
  background-color: #D8ECFF;
  color: #828282;
  border-radius: 4px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1;
}
.location__title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #363636;
}
.location__desc {
  color: #828282;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.03em;
  margin-block: 4px 16px;
}
.location__btns {
  display: flex;
  gap: 10px;
}
.location__btns .btn-primary {
  min-width: auto;
  font-size: 12px;
  padding: 5px 38.5px 4px 21.5px;
}
@media (max-width: 1200px) {
  .location__btns .btn-primary {
    padding: 5px 30px 5px 10px;
  }
}
@media (max-width: 767px) {
  .location__btns .btn-primary {
    font-size: 14px;
    padding: 5px 31.75px 4px 14.75px;
  }
}
.location__btns .btn-primary.--map {
  padding: 5px 34.5px 4px 17.5px;
}
@media (max-width: 1200px) {
  .location__btns .btn-primary.--map {
    padding: 5px 28px 5px 10px;
  }
}
@media (max-width: 767px) {
  .location__btns .btn-primary.--map {
    padding: 5px 31.75px 4px 14.5px;
  }
}
.location__btns .btn-primary.--map::after {
  right: 17.5px;
}
@media (max-width: 1200px) {
  .location__btns .btn-primary.--map::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .location__btns .btn-primary.--map::after {
    right: 14.5px;
  }
}
.location__btns .btn-primary::after {
  width: 12px;
  height: 12px;
  right: 21px;
}
@media (max-width: 1200px) {
  .location__btns .btn-primary::after {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .location__btns .btn-primary::after {
    right: 14.5px;
  }
}
@media (max-width: 767px) {
  .location__img img {
    width: 100%;
  }
}

.contact__form {
  border: 1px solid #ccc;
  padding: 40px 30px;
}
@media (max-width: 767px) {
  .contact__form {
    padding: 20px 15px;
  }
}
.contact__complete {
  border: 1px solid #ccc;
  padding: 100px 30px;
}
@media (max-width: 767px) {
  .contact__complete {
    padding: 80px 15px;
    max-width: 500px;
    margin-inline: auto;
  }
}
.contact__complete p {
  text-align: center;
}
.contact .form__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.contact .form__group label {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
}
.contact .form__group label span {
  color: #FFF;
  background-color: #ce0e2d;
  font-size: 11px;
  font-weight: 300;
  line-height: 1;
  padding: 5px 0;
  border-radius: 4px;
  margin-left: 4px;
}
.contact .form__group input,
.contact .form__group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-family: "hiragino-sans", "Hiragino Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  min-height: 40px;
}
.contact .form__group input:focus,
.contact .form__group textarea:focus {
  outline: none;
  border-color: rgb(141, 141, 141);
}
.contact .form__group textarea {
  resize: none;
}
.contact .btn-primary {
  cursor: pointer;
  margin-top: 20px;
  border: none;
}
@media (max-width: 767px) {
  .contact .btn-primary {
    margin-top: 10px;
  }
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.form-modal.active {
  display: flex;
}
.form-modal-message {
  color: #383838;
  margin-top: 10px;
}
.form-modal-close {
  border: none;
  margin-top: 20px;
  padding: 10px 20px;
  cursor: pointer;
  min-width: 150px;
  padding-block: 5px;
}
.form-modal-close::after {
  width: 15px;
  height: 15px;
}
.form-modal__content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 460px;
  width: 90%;
}
.form-modal__content.success {
  border: 2px solid #6EA456;
}
.form-modal__content.error {
  border: 2px solid #FFCCCC;
}

#modal-success-icon,
#modal-error-icon {
  display: none;
  margin-inline: auto;
}

.frame-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
.frame-modal.active {
  display: flex;
}
.frame-modal__content-wpr {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.frame-modal__content {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 50px 30px 30px;
  width: 100%;
  max-width: 720px;
  max-height: 85vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .frame-modal__content {
    padding: 50px 16px 24px;
  }
}
.frame-modal__close {
  position: absolute;
  top: 12px;
  right: 25px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #FFA8A8;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.frame-modal__close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .frame-modal__close:hover {
    opacity: 1;
  }
}
.frame-modal__heading {
  font-size: 18px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  margin-bottom: 16px;
}
.frame-modal__booths {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-bottom: 1px solid #FFE0E0;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
.frame-modal__booth {
  background-color: #FFA8A8;
  color: #fff;
  border-radius: 73px;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.frame-group + .frame-group {
  margin-top: 26px;
}
.frame-group__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 25px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  padding-left: 12px;
  border-left: 4px solid #FFA8A8;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
  transition: margin-bottom 0.3s ease;
}
@media (max-width: 767px) {
  .frame-group__title {
    font-size: 18px;
  }
}
.frame-group__title::after {
  content: "";
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-right: 2px solid #FFA8A8;
  border-bottom: 2px solid #FFA8A8;
  transform: rotate(45deg);
  transition: transform 0.25s ease;
}
.frame-group__content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.frame-group__content-inner {
  min-height: 0;
  overflow: hidden;
}
.frame-group--open .frame-group__title {
  margin-bottom: 14px;
}
.frame-group--open .frame-group__title::after {
  transform: rotate(225deg);
}
.frame-group--open .frame-group__content {
  grid-template-rows: 1fr;
}
.frame-group__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
@media (max-width: 767px) {
  .frame-group__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 375px) {
  .frame-group__grid {
    grid-template-columns: 1fr;
  }
}
.frame-group__swiper .swiper-slide {
  height: auto;
}
.frame-group__swiper .swiper-pagination {
  position: static;
  margin-top: 16px;
}
.frame-group__swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.frame-group__swiper .swiper-pagination-bullet-active {
  background-color: #FFA8A8;
}

.frame-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .frame-card {
    padding: 4px;
  }
}
.frame-card__img img {
  width: 100%;
  height: auto;
  background: #fff;
}
.frame-card__name {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  word-break: break-all;
}

.booth-frames__state {
  text-align: center;
  color: #828282;
  font-size: 13px;
  padding: 28px 0;
}
.booth-frames__state--error {
  color: #D9534F;
}

.js-frame-modal-open {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.sale-frame {
  margin-top: 60px;
}
.sale__swiper {
  margin-top: 30px;
}
.sale__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.sale__swiper .swiper-slide {
  height: auto;
}
.sale__swiper .swiper-pagination {
  position: static;
  margin-bottom: 20px;
}
.sale__swiper .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
}
.sale__swiper .swiper-pagination-bullet-active {
  background-color: #FFA8A8;
}
.sale__card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 6px;
  padding: 12px;
}
@media (max-width: 767px) {
  .sale__card {
    padding: 6px;
  }
}
.sale__card-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.sale__card-img img {
  width: 100%;
  height: auto;
  background: #fff;
}
.sale__card-body {
  margin-top: 10px;
}
.sale__card-title {
  font-size: 12px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sale__card-price {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #FF7A7A;
}
.sale__buy {
  width: 90%;
  margin-top: 12px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: none;
  border-radius: 24px;
  background-color: #FFA8A8;
  cursor: pointer;
  transition: all 0.15s ease-out;
}
@media (max-width: 767px) {
  .sale__buy {
    margin-top: 5px;
  }
}
.sale__buy:hover {
  filter: brightness(1.05);
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .sale__buy:hover {
    filter: none;
    transform: none;
  }
}
.sale__buy:active {
  filter: brightness(0.95);
  transform: scale(0.95);
}
.sale__buy-text {
  flex: 1;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.sale__buy-icon {
  display: inline-flex;
  align-items: center;
  padding-right: 8px;
}
.sale__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 576px) {
  .sale__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 767px) {
  .sale__grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.sale .btn-primary {
  border: none;
  cursor: pointer;
}

.sale-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}
@media (max-width: 767px) {
  .sale-modal {
    padding: 10px;
  }
}
.sale-modal.active {
  display: flex;
}
.sale-modal__content-wpr {
  position: relative;
  width: 100%;
  max-width: 80%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sale-modal__content-wpr {
    max-width: 100%;
  }
}
.sale-modal__content {
  position: relative;
  background-color: #f3f3f3;
  border-radius: 12px;
  padding: 50px 30px 30px;
  max-height: 85vh;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sale-modal__content {
    padding: 50px 16px 24px;
  }
}
.sale-modal__close {
  position: absolute;
  top: 12px;
  right: 25px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: #FFA8A8;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.25s ease;
  z-index: 2;
}
.sale-modal__close:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .sale-modal__close:hover {
    opacity: 1;
  }
}
.sale-modal__heading {
  font-size: 24px;
  font-weight: 700;
  color: #363636;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sale-modal__more {
  margin-top: 24px;
}

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