/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
:root {
  --base-width: 750;
}

@media (min-width: 768px) {
  :root {
    --base-width: 1200;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: transparent;
  width: 32px;
  height: 92px;
  min-width: initial;
  border-radius: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  transition: all 0.3s;
}
.slick-arrow:hover {
  opacity: 0.6;
}
.slick-arrow::before, .slick-arrow::after {
  content: "";
  width: 7px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
}
.slick-arrow:hover {
  color: transparent;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev::before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-prev::after {
  transform: rotate(45deg);
  top: calc(50% + 2px);
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next::before {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.slick-arrow.slick-next::after {
  transform: rotate(-45deg);
  top: calc(50% + 2px);
}

.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 9;
}
.slick-dots li {
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.slick-dots li.slick-active {
  background: #000;
}
.slick-dots li button {
  padding: initial;
  max-width: initial;
  min-width: initial;
  color: transparent;
  font-size: 0;
}

/** Global **/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #E15526;
  --second: #d75e5b;
  --text-body: #2A2A2A;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: rgba(217, 217, 217, 0.2);
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 46px;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 56px;
  }
}

h3 {
  font-size: 34px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 36px;
  }
}

h5 {
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 20px;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.about-row ul, .loop-item__body ul, .nav-popup__main nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
input[type=number],
textarea,
select {
  border: 0;
  border-radius: 8px;
  padding: 15px 24px;
  outline: none !important;
  background: #F4F4F4;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 9px;
  min-height: 45px;
  width: 100%;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=phone]::placeholder,
input[type=search]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #A8A8A8;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/arrow-orange-down.svg") no-repeat calc(100% - 16px) 50%/12px #F4F4F4;
  padding-right: 30px;
}

textarea {
  padding: 9px;
}

.checkbox-wrap {
  margin: 0;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  cursor: pointer;
  position: relative;
}
.checkbox-wrap input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  top: 0;
  left: 0;
}
.checkbox-wrap input:checked ~ span::after {
  opacity: 1;
}
.checkbox-wrap span {
  position: relative;
  padding-left: 37px;
  display: flex;
  align-items: center;
  min-height: 24px;
  color: #4C4C4C;
}
.checkbox-wrap span::before, .checkbox-wrap span::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  top: 0;
}
.checkbox-wrap span::before {
  border-radius: 4.87px;
  background: var(--primary);
}
.checkbox-wrap span::after {
  background: url("../images/check-white.svg") no-repeat 50% 50%/15px;
  opacity: 0;
  transition: all 0.3s;
}
.checkbox-wrap span a {
  color: var(--primary);
}

.btn, .btn--green, .btn--dark {
  transition: all 0.3s;
  color: var(--white);
  padding: 6px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-flex;
  outline: none !important;
  border-radius: 8px;
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
  min-height: 53px;
  align-items: center;
  justify-content: center;
  font-size: 14.14px;
  line-height: 1.76;
  letter-spacing: 0;
  gap: 10px;
}
.btn mark, .btn--green mark, .btn--dark mark {
  border-radius: 8px;
  padding: 2px 10px;
  background: var(--white);
  color: var(--primary);
}
.btn:hover, .btn--green:hover, .btn--dark:hover {
  opacity: 0.7;
  color: var(--white);
}
.btn--dark {
  border: 2px solid #FFFFFF33;
  background: #484848;
}
.btn--dark mark {
  background: var(--white);
  color: #484848;
}
.btn--green {
  background: #00BE4E;
}
.btn--green mark {
  background: var(--white);
  color: #00BE4E;
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.site-wrap {
  max-width: 390px;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}

.section--orange {
  background: var(--primary);
}

.section-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 20px;
}
.section-heading h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 36.53px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--text-body);
  margin: 0;
}
.section-heading h3 {
  font-weight: 900;
  font-size: 14.95px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--text-body);
  margin: 0;
}

.hamburger {
  position: relative;
  line-height: 1;
  cursor: pointer;
  right: 0;
  z-index: 99;
  opacity: 1;
  color: #242424;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.hamburger span {
  width: 30px;
  height: 14px;
  display: block;
  position: relative;
}
.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2.5px;
  background: #242424;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}
.hamburger span::after {
  top: 12px;
  width: 65%;
}
.hamburger strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 8.9px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hamburger:hover {
  color: #242424;
}
.hamburger.active span::before, .hamburger.active span::after {
  height: 2px;
}
.hamburger.active span::before {
  transform: rotate(-160deg);
  top: 6px;
}
.hamburger.active span::after {
  top: 6px;
  width: 100%;
  transform: rotate(160deg);
}
.hamburger--white {
  color: var(--white);
}
.hamburger--white span::before, .hamburger--white span::after {
  background: var(--white);
}
.hamburger--white:hover {
  color: var(--white);
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }

  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }

  .spbr {
    display: block;
  }
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.site-header .container {
  background: var(--white);
}
.site-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 5px;
  min-height: 62px;
  gap: 20px;
}
.site-header__logo {
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 10.87px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.site-header__logo img {
  max-width: 198px;
}
.site-header__logo p {
  margin: 0;
}
.site-header__nav {
  display: flex;
  align-items: center;
  gap: 25px;
}

body.show-nav {
  overflow: hidden;
}
body.show-nav .nav-popup {
  pointer-events: visible;
}
body.show-nav .nav-popup__inner {
  transform: translateX(0);
}
body.show-nav .nav-popup::before {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.nav-popup {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  color: var(--white);
  z-index: 1090;
  overflow: hidden;
  pointer-events: none;
}
.nav-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 5;
}
.nav-popup__inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 290px;
  width: 100%;
  margin-left: auto;
  transform: translateX(100%);
  transition: all 0.3s;
  background: #303030;
  position: relative;
  z-index: 20;
}
.nav-popup__top {
  padding: 20px 28px 10px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.nav-popup__top img {
  max-width: 166px;
  display: block;
}
.nav-popup__main nav {
  max-height: calc(100vh - 410px);
  overflow-y: auto;
}
.nav-popup__main nav ul {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.84;
  letter-spacing: 0;
}
.nav-popup__main nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}
.nav-popup__main nav ul li a {
  padding: 16px 30px;
  color: var(--white);
  display: block;
}
.nav-popup__nav-more {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 30px 44px 20px 24px;
}
.nav-popup__nav-more a {
  font-size: 15.48px;
  min-width: auto;
  width: 100%;
  padding: 10px 10px 10px 24px;
  gap: 8px;
  justify-content: flex-start;
  min-height: 52px;
}
.nav-popup__nav-more a mark {
  margin-left: auto;
}
.nav-popup__bottom {
  padding: 0 0 40px 24px;
  margin-top: auto;
}
.nav-popup__bottom a {
  background: var(--white);
  border-radius: 8px 0 0 8px;
  padding: 10px 20px 16px 15px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-weight: 700;
  font-size: 12.87px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #242424;
}
.nav-popup__bottom a img {
  width: 100%;
  max-width: 200px;
}

.site-footer {
  padding-block: 17px 25px;
  text-align: center;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12.41px;
  line-height: 1;
  letter-spacing: -0.06em;
  background: #2A2A2A;
  color: var(--white);
}
.site-footer img {
  width: 100%;
  max-width: 237px;
}
.site-footer p {
  margin: 10px 0 0;
}

.footer-sticky {
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 888;
  color: var(--white);
}
.footer-sticky .container {
  background: #242424;
}
.footer-sticky__inner {
  padding-block: 16px 30px;
  display: flex;
  gap: 9px;
  align-items: center;
}
.footer-sticky__inner h3 {
  margin: 0 auto 0 0;
  font-weight: 600;
  font-size: 13.16px;
  line-height: 1.34;
  letter-spacing: 0;
}
.footer-sticky__inner a {
  min-width: auto;
  padding: 8px;
  font-size: 12px;
  min-height: 40px;
  border-radius: 200px;
  gap: 6px;
}
.footer-sticky__inner a mark {
  border-radius: 100px;
}

/** pages */
.banner {
  /* padding-block: 22px 62px; */
  padding-block: 12px 0;
  position: relative;
}
.banner picture {
  display: block;
  position: relative;
}
.banner picture img {
  width: 100%;
}
.banner picture::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 50px;
  background: linear-gradient(0deg, #F1F1F2 0%, rgba(241, 241, 242, 0) 100%);
  width: 100%;
  z-index: 2;
}
.banner__content {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.05em;
  align-items: flex-start;
  z-index: 5;
  gap: 5px;
  margin: 12px 0 0 0;
}
.banner__content h3 {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: var(--black);
  font-size: 18.78px;
  line-height: 1.5;
  text-transform: uppercase;
  margin: 0 0 5px;
  padding: 0 20px;
}
.banner__content h2 {
  background: var(--primary);
  color: var(--white);
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 7px 20px 10px;
  border-radius: 0 7.3px 7.3px 0;
  margin: 0;
}
.banner__content h2 strong {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 33px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
  margin-inline: 4px;
  letter-spacing: 1.1px;
}
.banner__content h1 {
  background: var(--primary);
  color: var(--white);
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 22.53px;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 15px 12px 20px;
  border-radius: 0 7.3px 7.3px 0;
  margin: 0;
}

.loop-item {
  display: flex !important;
  flex-direction: column;
}
.loop-item__image {
  min-height: 150px;
  position: relative;
  aspect-ratio: 1.4822;
}
.loop-item__image figure img {
  width: 100%;
  object-fit: cover;
  border-radius: 6.67px 6.67px 0 0;
  height: 100%;
}
.loop-item__image h6 {
  position: absolute;
  margin: 0;
  top: 12px;
  left: 11px;
  background: url("../images/clock.svg") no-repeat 9px 50%/15px #2A2A2A;
  font-weight: 900;
  font-size: 13.03px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--white);
  padding: 6px 11px 6px 31px;
  border-radius: 3.94px;
}
.loop-item__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
  height: 98px;
  background: linear-gradient(180deg, rgba(102, 102, 102, 0) 0%, #000000 100%);
}
.loop-item__title {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 11px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.loop-item__title h4 {
  font-weight: 900;
  font-size: 15.41px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--white);
  margin: 0;
  padding-left: 17px;
  background: url("../images/pin.svg") no-repeat 0 3px/11px;
}
.loop-item__title h3 {
  font-weight: 900;
  font-size: 17.47px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--white);
  margin: 0;
}
.loop-item__body {
  background: var(--white);
  padding: 10px 16px 18px;
  border-radius: 0 0 13.34px 13.34px;
  flex-basis: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.loop-item__body ul {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.59;
  margin-bottom: 12px;
}
.loop-item__body ul li {
  position: relative;
  padding-left: 11px;
}
.loop-item__body ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--primary);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.loop-item__body .btn, .loop-item__body .btn--dark, .loop-item__body .btn--green {
  margin-top: auto;
  min-height: 35px;
  font-size: 15.44px;
  padding: 5px 10px;
  min-width: auto;
  border-radius: 100px;
  align-self: flex-start;
}

.slider-items .slick-list {
  padding-right: 48px;
}
.slider-items .slick-track {
  display: flex;
}
.slider-items .slick-slide {
  margin-inline: 20px 10px;
  height: auto;
}
.slider-items .slick-slide > div {
  height: 100%;
}
.slider-items .slick-slide .loop-item {
  height: 100%;
}

.places {
  padding-top: 24px;
}
.places .slider-items__inner {
  z-index: 5;
}
.places > picture {
  display: block;
  /*margin-top: -235px;*/
  margin-top: -285px;
  position: relative;
}
.places > picture::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 63%;
  background: linear-gradient(180deg, #F1F2F3 80%, rgba(241, 242, 243, 0) 100%);
}
.places > picture img {
  width: 100%;
}

.intro {
  padding-block: 25px 32px;
}
.intro__heading {
  text-align: center;
  margin-bottom: 62px;
}
.intro__heading h2 {
  font-weight: 900;
  font-size: 25.15px;
  line-height: 1.66;
  color: var(--text-body);
  margin: 0 0 10px;
}
.intro__heading h2 small {
  font-size: 21.46px;
}
.intro__heading h3 {
  font-weight: 900;
  font-size: 23.54px;
  line-height: 1.46;
  color: var(--primary);
  margin: 0 0 15px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 7px;
  flex-wrap: wrap;
  margin: 0 0 15px;
}
.intro__heading h3 strong {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 56.07px;
  line-height: 1;
  letter-spacing: 1px;
}
.intro__heading h3 img {
  width: 13px;
  margin-bottom: 5px;
}
.intro__heading h4 {
  font-weight: 900;
  font-size: 20.08px;
  line-height: 1.46;
  color: var(--text-body);
  margin: 0;
}
.intro__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}
.intro__item figure {
  position: relative;
  margin-bottom: 7.5px;
}
.intro__item figure img {
  border-radius: 7.51px;
  width: 100%;
}
.intro__item figure figcaption {
  font-weight: 900;
  font-size: 10.86px;
  line-height: 1.46;
  text-align: center;
  color: var(--white);
  background: var(--primary);
  border-radius: 6.83px;
  position: absolute;
  top: 0;
  left: 6.5px;
  padding: 3.5px 9px;
  transform: translateY(-50%);
}
.intro__item h3 {
  margin: 0;
  font-weight: 900;
  font-size: 14.94px;
  line-height: 1.46;
  text-align: center;
  color: var(--text-body);
}
.intro__content {
  font-weight: 500;
  font-size: 14.89px;
  line-height: 1.89;
  text-align: center;
  margin-top: 60px;
}
.intro__content h2 {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
  color: var(--primary);
  margin: 0 0 13.3px;
}

.about {
  padding-block: 32px;
}
.about .section-heading {
  margin-bottom: 38px;
}
.about-row + .about-row {
  margin-top: 52px;
}
.about-row__image {
  position: relative;
  padding-left: 37px;
}
.about-row__image figure img {
  width: 100%;
  border-radius: 7.55px;
}
.about-row__image h4 {
  position: absolute;
  left: 0;
  top: 0;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-size: 60.94px;
  line-height: 1;
  margin: 0;
  color: var(--primary);
  transform: translateY(-63%);
}
.about-row ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  font-size: 15.38px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  gap: 8px;
  position: relative;
  z-index: 2;
  margin-top: -25px;
}
@media only screen and (max-width: 767px) {
  .about-row ul {
  font-weight: 600;
}
}
.about-row ul li {
  padding: 10px;
  border-radius: 200px;
  background: var(--primary);
  color: var(--white);
}
.about-row:nth-child(even) .about-row__image {
  padding-inline: 0 37px;
}
.about-row:nth-child(even) .about-row__image h4 {
  left: auto;
  right: 0;
}
.about-row:nth-child(even) ul {
  align-items: flex-end;
}

.problems {
  padding-block: 44px 52px;
}
.problems h2 {
  font-size: 24.48px;
  line-height: 1.28;
  letter-spacing: 0.02em;
  color: var(--primary);
  margin: 0 0 25px;
  font-weight: 900;
}
.problems h3 {
  font-weight: 600;
  font-size: 14.62px;
  line-height: 1.2667;
  margin: 15px 0 0;
  border: 2px solid #EDEDED;
  border-radius: 6.68px;
  background: var(--white);
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 10px 15px;
  min-height: 62px;
}
.problems h3 img {
  min-width: 26px;
}

.consult {
  padding-top: 35px;
  background: #EBE9E5;
}
.consult h2 {
  font-weight: 600;
  font-size: 20.95px;
  line-height: 1.2668;
  margin: 0 0 27px;
  text-align: center;
}
.consult picture img {
  width: 100%;
}

.faq {
  padding-block: 30px 47px;
}
.faq .section-heading h2,
.faq .section-heading h3 {
  color: var(--white);
}
.faq-item {
  border-radius: 8.91px;
  background: var(--white);
}
.faq-item + .faq-item {
  margin-top: 17px;
}
.faq-item h3 {
  cursor: pointer;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.6;
  text-transform: uppercase;
  min-height: 70px;
  padding: 10px 50px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
.faq-item h3::before {
  content: "Q";
  font-family: brandon-grotesque, sans-serif;
  font-weight: 390;
  font-size: 14.23px;
  line-height: 1;
  text-transform: uppercase;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--primary);
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item h3::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 27px;
  width: 14px;
  height: 14px;
  background: url("../images/arrow-orange-down.svg") no-repeat 0 50%/100%;
  transition: all 0.3s;
}
.faq-item__body {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.6;
  position: relative;
  display: none;
  gap: 12px;
}
.faq-item__body::after {
  content: "";
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 0.89px dashed var(--black);
  position: absolute;
  top: 0;
}
.faq-item__body::before {
  content: "A";
  font-family: brandon-grotesque, sans-serif;
  font-weight: 390;
  font-size: 14.23px;
  line-height: 1;
  text-transform: uppercase;
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  background: #AEAEAE;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 31px;
  left: 13px;
}
.faq-item__body--inner {
  min-height: 42px;
  padding: 25px 30px 20px 50px;
}
.faq-item.show h3::after {
  background-image: url("../images/arrow-gray-up.svg");
}

.access {
  padding-block: 27px;
  padding-bottom:0;
}
.access-item {
  display: flex;
}
.access-item + .access-item {
  margin-top: 22px;
}
.access-item figure {
  width: 127px;
}
.access-item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7.62px 0 0 7.62px;
  min-height: 120px;
}
.access-item__body {
  width: calc(100% - 127px);
  border: 2px solid #EDEDED;
  border-left: 0;
  border-radius: 0 7.02px 7.02px 0;
  padding: 13px 12px 12px;
  font-weight: 500;
  font-size: 11.76px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}
.access-item__body h3 {
  font-weight: 900;
  font-size: 12.45px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--text-body);
  margin: 0 0 3px;
}
.access-item__body h4 {
  background: url("../images/pin.svg") no-repeat 0 2px/9px;
  font-weight: 500;
  font-size: 12.45px;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--text-body);
  margin: 0 0 4px;
  padding-left: 13px;
}
.access-item__body a {
  font-weight: 500;
  font-size: 9.97px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border: 0.71px solid var(--primary);
  color: var(--primary);
  margin-top: 10px;
  padding: 5px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  min-width: 120px;
}
.access-item__body a:hover {
  background: var(--primary);
  color: var(--white);
}

.form-row {
  margin-bottom: 20px;
}
.form-row > label {
  font-weight: 700;
  font-size: 14.06px;
  line-height: 20.09px;
  margin: 0 0 8px;
}
.form-row > label strong {
  font-weight: 700;
  font-size: 12.05px;
  color: var(--primary);
  margin-left: 6px;
}
.form-row > label span {
  font-size: 12.05px;
  color: #878787;
  margin-left: 6px;
}
.form-row .list-choose {
  padding-block: 6px 14px;
}
.form-agree {
  margin-top: 34px;
}
.form-submit {
  margin-top: 36px;
}
.form-submit .btn, .form-submit .btn--dark, .form-submit .btn--green,
.form-submit input,
.form-submit button {
  width: 100%;
}

.list-choose label {
  position: relative;
  margin: 0;
  display: block;
  width: 100%;
  cursor: pointer;
}
.list-choose label + label {
  margin-top: 13px;
}
.list-choose label span {
  border: 1px solid #D0D0D2;
  background: #E7E7E733;
  border-radius: 8px;
  width: 100%;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16.5px;
  line-height: 1.2;
  color: #565656;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 10px 15px 10px 15px;
  min-height: 45px;
  transition: all 0.3s;
}
.list-choose label span strong {
  font-weight: 700;
  transition: all 0.3s;
}
.list-choose label span small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  gap: 5px;
  align-items: center;
  transition: all 0.3s;
}
.list-choose label span small mark {
  background: #00B1BEF5;
  color: var(--white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  min-width: 24px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 700;
  font-size: 12.95px;
  transition: all 0.3s;
}
.list-choose label:nth-child(2) span small mark {
	width: 50px;
    max-width: none;
    border-radius: 20px;
}
.list-choose label.list-choose__item--red span small mark {
  background: #E12626;
}
.list-choose label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  top: 0;
  left: 0;
}
.list-choose label input:checked ~ span {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}
.list-choose label input:checked ~ span small {
  color: var(--white);
}
.list-choose label input:checked ~ span small mark {
  background: var(--white) !important;
  color: var(--primary);
}
.list-choose label input:checked ~ span strong {
  color: var(--white);
}
.list-choose.has-value label span {
  color: #D0D0D2;
}
.list-choose.has-value label span mark {
  background: #D0D0D2;
}
.list-choose.has-value label.list-choose__item--red span small mark {
  background: #D0D0D2;
}
.list-choose.has-value label:hover span {
  color: #565656;
}
.list-choose.has-value label:hover span mark {
  background: #00B1BEF5;
}
.list-choose.has-value label:hover.list-choose__item--red span small mark {
  background: #E12626;
}

.reserve {
  padding-block: 27px 40px;
  padding-top:70px;
}
.reserve__inner {
  border-radius: 10px;
  background: var(--white);
  padding: 30px 20px 32px;
}

.contact-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1200;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.contact-popup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: #00000099;
}
.contact-popup__inner {
  background: var(--white);
  max-width: 310px;
  width: 100%;
  margin: auto;
  border-radius: 24px;
  padding: 22px 20px 28px;
  position: relative;
}
.contact-popup__inner h2 {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18.74px;
  line-height: 1.42;
  letter-spacing: -0.05;
  text-align: center;
  margin: 0 0 21px;
}
.contact-popup__close {
  position: absolute;
  background: #747474;
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translate(40%, -50%);
}
.contact-popup__link {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-popup__link a {
  border-radius: 16px;
  padding: 10px 15px 10px 32px;
  justify-content: space-between;
  font-size: 14px;
  gap: 12px;
  letter-spacing: -0.05em;
}
.contact-popup__link a mark {
  font-size: 12px;
  margin-left: auto;
}
.contact-popup.show {
  opacity: 1;
  visibility: visible;
}

.thanks {
  min-height: calc(100vh - 179px);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding-block: 90px 80px;
}
.thanks figure {
  margin-bottom: 20px;
}
.thanks figure img {
  max-width: 67.5px;
}
.thanks h2 {
  font-weight: 900;
  font-size: 17.62px;
  line-height: 1.3;
  margin: 0 0 16px;
}
.thanks .btn, .thanks .btn--dark, .thanks .btn--green {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: -0.06em;
  min-width: 272px;
  border-radius: 200px;
  margin-top: 35px;
  min-height: 66px;
}
.thanks .btn img, .thanks .btn--dark img, .thanks .btn--green img {
  max-width: 165px;
}

@-webkit-keyframes SlideFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes SlideFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(3rem);
        transform: translateY(3rem)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animation--fadein-to-top {
    opacity: 0
}

.animation-active.animation--fadein-to-top {
    -webkit-transform: translateY(3rem);
    transform: translateY(3rem);
    -webkit-animation: SlideFadeInUp 0.5s ease 0s forwards;
    animation: SlideFadeInUp 0.5s ease 0s forwards
}
.white{
  color: #FFF;
}
.error {
  color: red;
  padding: 20px;
  font-weight: 600;
}