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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  position: relative;
}

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

strong {
  font-weight: 700;
}

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

img {
  display: inline-block;
}

ul {
  list-style: none;
}

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

section {
  position: relative;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

::selection {
  background: #000000;
  color: #ffffff;
}

::-moz-selection {
  background: #000000;
  color: #ffffff;
}

#fv {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: relative;
  overflow: hidden;
}
#fv::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/fv_bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #fv::before {
    width: 3.02rem;
  }
}
#fv::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/top/fv_bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 4.36rem;
}
@media screen and (min-width: 768px) {
  #fv::after {
    height: 6.28rem;
  }
}
#fv .l-logo {
  position: absolute;
  z-index: 3;
  top: 0.71rem;
  left: 50%;
  transform: translateX(-50%);
  width: 3.25rem;
  height: 1.69rem;
  background-image: url("../img/common/logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  #fv .l-logo {
    width: 4.68rem;
    height: 2.43rem;
    top: 1.04rem;
  }
}
#fv .l-logo span {
  display: none;
}
#fv .l-button {
  position: absolute;
  z-index: 4;
  bottom: 1.2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 0.37rem;
  width: 2.82rem;
}
@media screen and (min-width: 768px) {
  #fv .l-button {
    gap: 0.48rem;
    bottom: 0.3rem;
    width: 4.06rem;
  }
}

#concept {
  padding-top: 0.28rem;
}
@media screen and (min-width: 768px) {
  #concept {
    padding-top: 0.42rem;
  }
}
#concept .c-heading {
  margin-bottom: 0.38rem;
}
@media screen and (min-width: 768px) {
  #concept .c-heading {
    margin-bottom: 0.56rem;
  }
}
#concept .l-catch {
  display: flex;
  flex-direction: column;
  gap: 0.06rem;
  text-align: center;
  color: #B38236;
  margin-bottom: 0.47rem;
}
@media screen and (min-width: 768px) {
  #concept .l-catch {
    gap: 0.1rem;
    margin-bottom: 0.69rem;
  }
}
#concept .l-catch small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #concept .l-catch small {
    font-size: 0.19rem;
    line-height: 0.27rem;
  }
}
#concept .l-catch strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #concept .l-catch strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}
#concept .l-desc {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.32rem;
  letter-spacing: -0.02em;
  font-weight: 500;
  text-align: center;
  color: #B38236;
}
@media screen and (min-width: 768px) {
  #concept .l-desc {
    font-size: 0.23rem;
    line-height: 0.46rem;
  }
}

#contact {
  padding-top: 0.57rem;
  padding-bottom: 1.18rem;
}
@media screen and (min-width: 768px) {
  #contact {
    padding-top: 1.11rem;
  }
}
#contact #contact-form, #contact #contact-confirm, #contact #contact-complete {
  display: none;
}
#contact #contact-complete {
  min-height: 100vh;
}
#contact #form-switch-first:checked ~ #contact-form {
  display: block;
}
#contact #form-switch-second:checked ~ #contact-confirm {
  display: block;
}
#contact #form-switch-third:checked ~ #contact-complete {
  display: block;
}
#contact #contact-form .p-form:has(.wpcf7-not-valid-tip) .c-btn--next {
  pointer-events: none;
  filter: grayscale(1);
}
#contact .c-heading {
  margin-bottom: 0.28rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading {
    margin-bottom: 0.42rem;
  }
}
#contact .c-heading--underline {
  margin-bottom: 0.31rem;
}
@media screen and (min-width: 768px) {
  #contact .c-heading--underline {
    margin-bottom: 0.45rem;
  }
}
#contact .l-desc {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  color: #B38236;
  text-align: center;
  margin-bottom: 0.51rem;
}
@media screen and (min-width: 768px) {
  #contact .l-desc {
    gap: 0.12rem;
  }
}
#contact .l-desc p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact .l-desc p {
    font-size: 0.23rem;
    line-height: 0.4rem;
  }
}
#contact .l-desc small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact .l-desc small {
    font-size: 0.19rem;
    line-height: 0.27rem;
  }
}
#contact .l-desc strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  #contact .l-desc strong {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}

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

.p-body {
  overflow-x: hidden;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-body::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/common/bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

@media screen and (min-width: 768px) {
  .p-main {
    width: 5.4rem;
    margin: auto;
  }
}

.p-header__container {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__container {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0.28rem;
    box-shadow: unset;
    justify-content: space-between;
  }
}
.p-header__nav {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-100%);
  transition: 0.3s;
  padding-top: 0.74rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-bottom: 1rem;
  overflow: scroll;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    dislay: none;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav .c-btn--kimono {
    width: 2.23rem;
    height: 0.58rem;
  }
}
.p-header__nav--bg {
  display: none;
}
.p-header__nav--container {
  display: flex;
  flex-direction: column;
  flex: none;
  max-height: unset;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
.p-header__nav--logo {
  display: block;
  width: 1.6rem;
  height: 0.32rem;
  position: absolute;
  top: 0.15rem;
  left: 0.16rem;
}
.p-header__nav--logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__nav--link {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  width: 100%;
  color: #B38236;
  margin-bottom: 0.37rem;
}
.p-header__nav--link a, .p-header__nav--link div {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-bottom: 0.14rem;
  position: relative;
  border-bottom: 0.01rem solid #D8BE95;
  gap: 0.1rem;
}
.p-header__nav--link a strong, .p-header__nav--link div strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-header__nav--link a span, .p-header__nav--link div span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-header__nav--link a::after, .p-header__nav--link div::after {
  content: "";
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.06rem;
  height: 0.1rem;
  position: absolute;
  top: 0.1rem;
  right: 0.24rem;
}
.p-header__nav--link li:nth-last-child(1) a, .p-header__nav--link li:nth-last-child(1) div {
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
.p-header__nav--link div {
  opacity: 0.5;
  transition: 0.3s;
}
.p-header__nav--box {
  position: fixed;
  z-index: 100001;
  top: 0.13rem;
  right: 0.25rem;
  width: 0.41rem;
  height: 0.41rem;
  cursor: pointer;
  background-color: #B38236;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box {
    display: none;
  }
}
.p-header__nav--box--lines {
  width: 0.22rem;
  height: 0.12rem;
  position: absolute;
  top: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-header__nav--box--lines::after {
  content: "MENU";
  position: absolute;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.08rem;
  line-height: 0.11rem;
  letter-spacing: 0em;
  font-weight: 500;
  left: 50%;
  bottom: -0.01rem;
  transform: translate(-50%, 100%);
  white-space: nowrap;
}
.p-header__nav--box--check {
  display: none;
}
.p-header__nav--box--check:checked ~ .p-header__nav {
  transform: translateX(0);
}
.p-header__nav--box--check:checked ~ .p-header__nav--bg {
  pointer-events: all;
  opacity: 1;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box::after {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--lines {
  height: 0.22rem;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--lines::after {
  content: "";
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(1) {
    height: 0.015rem;
  }
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(2) {
  opacity: 0;
}
.p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--check:checked ~ .p-header__nav--box .p-header__nav--box--line:nth-of-type(3) {
    height: 0.015rem;
  }
}
.p-header__nav--box--line {
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: 0.3s;
  width: 100%;
  height: 0.02rem;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line {
    height: 0.02rem;
  }
}
.p-header__nav--box--line:nth-of-type(1) {
  transform: translateY(calc(-0.05rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(1) {
    transform: translateY(calc(-0.05rem - 50%));
  }
}
.p-header__nav--box--line:nth-of-type(2) {
  transform: translateY(-50%);
}
.p-header__nav--box--line:nth-of-type(3) {
  transform: translateY(calc(0.05rem - 50%));
}
@media screen and (min-width: 768px) {
  .p-header__nav--box--line:nth-of-type(3) {
    transform: translateY(calc(0.05rem - 50%));
  }
}
.p-header__nav .p-card {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.p-card {
  background-color: white;
  color: #B38236;
  padding: 0.27rem 0.43rem;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 0.09rem;
  min-width: 3.44rem;
  border-radius: 0.04rem;
}
@media screen and (min-width: 768px) {
  .p-card {
    position: fixed;
    right: calc(50% + 3.24rem);
    bottom: 1.4rem;
    border-radius: 0.08rem;
    width: 3.16rem;
    padding: 0.27rem;
  }
}
.p-card__top {
  padding-bottom: 0.07rem;
  border-bottom: 0.01rem solid #EBE7DF;
}
.p-card__top span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-card__top h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-card__top strong {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.34rem;
  line-height: 0.49rem;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: -0.02rem;
  position: relative;
  left: -0.04rem;
}
.p-card__top strong::before {
  content: "";
  width: 0.28rem;
  height: 0.28rem;
  background-image: url("../img/common/icon_phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  flex: none;
  position: relative;
  top: 0.02rem;
}
.p-card__bottom {
  color: #AD936B;
  display: flex;
  flex-direction: column;
}
.p-card__bottom span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  position: relative;
  left: -0.1rem;
}
.p-card__bottom address {
  display: flex;
  align-items: baseline;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  font-style: normal;
  gap: 0.05rem;
}
.p-card__bottom address::before {
  content: "";
  width: 0.11rem;
  height: 0.09rem;
  background-image: url("../img/common/icon_mail.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.02rem;
}

.p-ui {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ui {
    left: calc(50% + 3.26rem);
    width: 3.14rem;
    padding-bottom: 1.4rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    max-height: 100vh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-top: 1rem;
  }
  .p-ui::-webkit-scrollbar {
    display: none;
  }
}
.p-ui__menu {
  width: 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  flex: none;
}
.p-ui__menu--heading {
  width: 100%;
  height: 0.43rem;
  background-color: #B38236;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-ui__menu--link {
  background-color: white;
  padding: 0.25rem 0.34rem 0.28rem;
}
.p-ui__menu--link ul {
  display: flex;
  flex-direction: column;
  gap: 0.14rem;
  width: 100%;
  color: #B38236;
}
.p-ui__menu--link ul a, .p-ui__menu--link ul div {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding-bottom: 0.14rem;
  position: relative;
  border-bottom: 0.01rem solid #D8BE95;
  gap: 0.09rem;
}
.p-ui__menu--link ul a strong, .p-ui__menu--link ul div strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.p-ui__menu--link ul a span, .p-ui__menu--link ul div span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-ui__menu--link ul a::after, .p-ui__menu--link ul div::after {
  content: "";
  background-image: url("../img/common/arrow_right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.05rem;
  height: 0.09rem;
  position: absolute;
  top: 0.09rem;
  right: 0.17rem;
  filter: brightness(0) saturate(100%) invert(91%) sepia(21%) saturate(192%) hue-rotate(355deg) brightness(85%) contrast(87%);
}
.p-ui__menu--link ul li:nth-last-child(1) a, .p-ui__menu--link ul li:nth-last-child(1) div {
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
.p-ui__menu--link ul div {
  opacity: 0.5;
  transition: 0.3s;
}
.p-ui__banner {
  display: flex;
  justify-content: space-between;
  gap: 0.01rem;
  color: white;
  height: 0.9rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-ui__banner {
    flex-direction: column;
    gap: 0.16rem;
    height: unset;
  }
}
.p-ui__banner--link {
  flex-grow: 1;
  width: calc(50% - 0.005rem);
  background-color: #00A8A2;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-ui__banner--link {
    width: 100%;
    height: 1rem;
    border-radius: 0.08rem;
    gap: 0.02rem;
  }
}
.p-ui__banner--link:nth-of-type(2) {
  background-color: #E6553B;
}
.p-ui__banner--link strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-ui__banner--link strong {
    font-size: 0.19rem;
    line-height: 0.27rem;
  }
}
.p-ui__banner--link span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  gap: 0.04rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-ui__banner--link span {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.p-ui__banner--link span::after {
  content: "";
  width: 0.17rem;
  height: 0.17rem;
  background-image: url("../img/common/arrow_right_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.02rem;
}
@media screen and (min-width: 768px) {
  .p-ui__banner--link span::after {
    width: 0.2rem;
    height: 0.2rem;
  }
}

.p-form input[type=text], .p-form input[type=email], .p-form input[type=tel] {
  width: 100%;
  height: 0.5rem;
  border-radius: 0;
  border: 0.01rem solid black;
  padding: 0.07rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  background-color: white;
}
@media screen and (min-width: 768px) {
  .p-form input[type=text], .p-form input[type=email], .p-form input[type=tel] {
    height: 0.72rem;
    padding: 0 0.2rem;
  }
}
.p-form input[type=checkbox] {
  width: 0.2rem;
  height: 0.2rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-form input[type=checkbox] {
    width: 0.29rem;
    height: 0.29rem;
  }
}
.p-form textarea {
  width: 100%;
  background-color: white;
  border-radius: 0;
  border: 0.01rem solid black;
  min-height: 1.9rem;
  padding: 0.07rem;
}
@media screen and (min-width: 768px) {
  .p-form textarea {
    min-height: 2.73rem;
    padding: 0.2rem 0.25rem;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.2rem;
    line-height: 0.27rem;
    letter-spacing: 0.03em;
    font-weight: 400;
  }
}
.p-form textarea::-moz-placeholder {
  color: #AFAFAF;
}
.p-form textarea::placeholder {
  color: #AFAFAF;
}
.p-form #form-submit {
  display: none;
}
.p-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio {
    font-size: 0.19rem;
    line-height: 0.27rem;
    gap: 0.12rem;
    margin-bottom: 0.5rem;
  }
}
.p-form .wpcf7-radio .wpcf7-list-item {
  margin-left: unset;
}
.p-form .wpcf7-radio .wpcf7-list-item input[type=radio] {
  display: none;
}
.p-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
  border-width: 0.06rem;
  border-color: #2478F8;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio .wpcf7-list-item input[type=radio]:checked ~ .wpcf7-list-item-label::before {
    border-width: 0.09rem;
  }
}
.p-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  gap: 0.09rem;
}
.p-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  cursor: pointer;
  border-radius: 100%;
  background: white;
  border: 0.01rem solid black;
  display: block;
  flex: none;
  box-sizing: border-box;
  transition: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label::before {
    width: 0.29rem;
    height: 0.29rem;
  }
}
.p-form .wpcf7-not-valid-tip {
  width: 0rem;
  white-space: nowrap;
}
.p-form .wpcf7-spinner {
  display: none;
}
.p-form .wpcf7-response-output {
  display: none;
}
.p-form__switch {
  display: none;
}
.p-form__main--container {
  display: flex;
  flex-direction: column;
  gap: 0.26rem;
}
@media screen and (min-width: 768px) {
  .p-form__main--container {
    gap: 0.37rem;
  }
}
.p-form__item {
  display: flex;
  flex-direction: column;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-form__item {
    gap: 0.13rem;
  }
}
.p-form__item dt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item dt {
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
.p-form__item dt small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-form__item dt small {
    font-size: 0.2rem;
    line-height: 0.29rem;
  }
}
.p-form__bottom {
  margin-top: 0.54rem;
}
@media screen and (min-width: 768px) {
  .p-form__bottom {
    margin-top: 0.85rem;
  }
}
.p-form__policy--check {
  display: flex;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 400;
  justify-content: center;
  gap: 0.09rem;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-form__policy--check {
    font-size: 0.19rem;
    line-height: 0.27rem;
  }
}
.p-form__policy--check label {
  color: #325ABA;
  text-decoration: underline;
  cursor: pointer;
}
.p-form__policy--check .wpcf7-list-item {
  margin-left: unset;
}
.p-form__policy--check .wpcf7-list-item span {
  display: none;
}
.p-form__policy--check .wpdf7-first-item {
  margin-left: unset;
}
.p-form__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.38rem;
  gap: 0.2rem;
}
@media screen and (min-width: 768px) {
  .p-form__button {
    margin-top: 0.54rem;
  }
}
.p-form__confirm, .p-form__confirm--textarea, .p-form__confirm--text {
  color: #B38236;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-form__confirm--text {
  width: 100%;
  height: 0.5rem;
  border: 0.01rem solid black;
  display: flex;
  align-items: center;
  padding: 0.07rem;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.p-form__confirm--text::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--text {
    height: 0.72rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
.p-form__confirm--textarea {
  border: 0.01rem solid black;
  padding: 0.07rem;
  min-height: 1.9rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--textarea {
    min-height: 2.73rem;
    padding: 0.2rem;
  }
}
.p-form__confirm--radio ul {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}
.p-form__confirm--radio ul li {
  display: flex;
  align-items: center;
  gap: 0.09rem;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--radio ul li {
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
    font-size: 0.19rem;
    line-height: 0.27rem;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-form__confirm--radio ul li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 100%;
  background: white;
  border: 0.01rem solid black;
  display: block;
  flex: none;
  box-sizing: border-box;
  transition: 0.1s;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--radio ul li::before {
    width: 0.29rem;
    height: 0.29rem;
  }
}
.p-form__confirm--radio--active::before {
  border-width: 0.06rem !important;
  border-color: #2478F8 !important;
}
@media screen and (min-width: 768px) {
  .p-form__confirm--radio--active::before {
    border-width: 0.09rem !important;
  }
}
.p-form__confirm--checkbox {
  display: flex;
  gap: 0.09rem;
  align-items: center;
}
.p-form__confirm--checkbox input[type=checkbox] {
  pointer-events: none;
}

.c-bg {
  background-image: url("../img/common/bg_color.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-bg {
    padding-left: 0.36rem;
    padding-right: 0.36rem;
  }
}
.c-bg::after {
  content: "";
  width: 100%;
  height: 0.64rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../img/common/bg_bottom.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-bg::after {
    content: unset;
  }
}

.c-heading {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #E6553B;
}
.c-heading strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.36rem;
  line-height: 0.52rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-heading strong {
    font-size: 0.51rem;
    line-height: 0.74rem;
  }
}
.c-heading span {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  margin-top: -0.07rem;
}
@media screen and (min-width: 768px) {
  .c-heading span {
    font-size: 0.25rem;
    line-height: 0.36rem;
  }
}
.c-heading--underline {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.18rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 500;
  padding-bottom: 0.11rem;
  border-bottom: 0.01rem solid black;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-heading--underline {
    font-size: 0.25rem;
    line-height: 0.36rem;
    padding-bottom: 0.17rem;
  }
}

.c-btn, .c-btn--next, .c-btn--prev, .c-btn--beige {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-btn--beige {
  width: 100%;
  height: 0.64rem;
  text-align: center;
  color: #B38236;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.2rem;
  letter-spacing: 0em;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(-0.02rem, -0.02rem);
  transition: 0.3s;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn--beige {
    height: 0.92rem;
    transform: translate(-0.03rem, -0.03rem);
    font-size: 0.24rem;
    line-height: 0.27rem;
    padding-top: 0.12rem;
  }
}
.c-btn--beige:hover {
  opacity: 1;
  transform: translate(0, 0);
}
.c-btn--beige:hover::before {
  content: "";
  background-color: white;
  top: 0;
  left: 0;
}
.c-btn--beige::before {
  content: "";
  max-width: unset;
  max-height: unset;
  width: calc(100% + 0.02rem);
  height: calc(100% + 0.02rem);
  background-color: #EDDEC6;
  position: absolute;
  top: 0.04rem;
  left: 0.04rem;
  z-index: -1;
  transition: 0.3s;
}
.c-btn--beige::after {
  content: "";
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.02rem solid #B38236;
  z-index: 2;
  transition: 0.3s;
}
.c-btn--beige span {
  display: inline-flex;
  gap: 0.08rem;
  align-items: center;
}
.c-btn--beige span::after {
  content: "";
  width: 0.16rem;
  height: 0.17rem;
  background-image: url("../img/common/icon_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--beige span::after {
    width: 0.23rem;
    height: 0.25rem;
  }
}
.c-btn--beige--sub {
  position: absolute;
  z-index: 3;
  top: -0.22rem;
  left: -0.13rem;
  background-color: #B38236;
  border-radius: 0.05rem;
  color: white;
  padding: 0.03rem;
  display: flex;
  align-items: center;
  gap: 0.04rem;
}
@media screen and (min-width: 768px) {
  .c-btn--beige--sub {
    padding: 0.04rem;
    top: -0.21rem;
    left: 0.1rem;
  }
}
.c-btn--beige--sub strong {
  width: 0.57rem;
  height: 0.24rem;
  border-radius: 0.03rem;
  border: 0.01rem solid white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.13rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--beige--sub strong {
    width: 0.81rem;
    height: 0.34rem;
    font-size: 0.16rem;
    line-height: 0.17rem;
  }
}
.c-btn--beige--sub p {
  display: flex;
  align-items: baseline;
}
.c-btn--beige--sub p b {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.25rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  position: relative;
  bottom: 0.02rem;
}
@media screen and (min-width: 768px) {
  .c-btn--beige--sub p b {
    font-size: 0.32rem;
    line-height: 0.32rem;
  }
}
.c-btn--beige--sub p i {
  font-style: noraml;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.17rem;
  line-height: 0.17rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  position: relative;
  bottom: 0.06rem;
  margin-right: 0.04rem;
}
@media screen and (min-width: 768px) {
  .c-btn--beige--sub p i {
    font-size: 0.24rem;
    line-height: 0.24rem;
    margin-right: 0.05rem;
  }
}
.c-btn--beige--sub p small {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.12rem;
  line-height: 0.12rem;
  letter-spacing: 0em;
  font-weight: 700;
  display: block;
  position: relative;
  bottom: 0.04rem;
  margin-left: -0.06rem;
}
@media screen and (min-width: 768px) {
  .c-btn--beige--sub p small {
    font-size: 0.16rem;
    line-height: 0.16rem;
  }
}
.c-btn--next, .c-btn--prev {
  width: 2.4rem;
  height: 0.6rem;
  background-color: #B38236;
  color: white;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 400;
  padding-left: 0.08rem;
  justify-content: center;
  gap: 0.16rem;
  border-radius: 0.1rem;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn--next, .c-btn--prev {
    width: 3.46rem;
    height: 0.86rem;
    font-size: 0.23rem;
    line-height: 0.34rem;
  }
}
.c-btn--next:hover, .c-btn--prev:hover {
  opacity: 0.7;
}
.c-btn--next::after, .c-btn--prev::after {
  content: "";
  width: 0.08rem;
  height: 0.14rem;
  background-image: url("../img/common/arrow_right_white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-btn--next::after, .c-btn--prev::after {
    width: 0.12rem;
    height: 0.2rem;
  }
}
.c-btn--prev {
  padding-left: unset;
  padding-right: 0.08rem;
  flex-direction: row-reverse;
}
.c-btn--prev::after {
  content: "";
  transform: scaleX(-1);
}

.c-modal--window {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.c-modal--close {
  position: absolute;
  top: 0.22rem;
  right: 0.23rem;
  width: 0.41rem;
  height: 0.41rem;
  border-radius: 100%;
  z-index: 10001;
  background-image: url("../img/common/icon_close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.c-modal--bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #B2B2B2;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  cursor: pointer;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-modal--bg {
    background-color: rgba(178, 178, 178, 0.5);
  }
}
.c-modal--main {
  position: relative;
  z-index: 3;
  transition: 0.5s;
  opacity: 0;
}
.c-modal--sw {
  display: none;
}
.c-modal--sw:checked ~ .c-modal--window {
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
}
.c-modal--sw:checked ~ .c-modal--window .c-modal--bg {
  opacity: 1;
}
.c-modal--sw:checked ~ .c-modal--window .c-modal--main {
  opacity: 1;
}
.c-modal--content {
  position: relative;
  width: 3.57rem;
  height: calc(100svh - 0.38rem);
  background-color: white;
  border-radius: 0.16rem;
  overflow: scroll;
  padding: 1.38rem 0.28rem 1.13rem;
  color: #2C4E50;
}
@media screen and (min-width: 768px) {
  .c-modal--content {
    width: 5.4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .c-modal--content::-webkit-scrollbar {
    display: none;
  }
}
.c-modal--content h2 {
  display: flex;
  flex-direction: column;
  gap: 0.03rem;
  margin-bottom: 0.74rem;
}
.c-modal--content h2 strong {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.c-modal--content h2 span {
  font-family: "Lato", serif;
  font-size: 0.13rem;
  line-height: 0.17rem;
  letter-spacing: 0.08em;
  font-weight: 400;
  padding-left: 0.3em;
}
.c-modal--list {
  display: flex;
  flex-direction: column;
  gap: 0.48rem;
}
.c-modal--list--wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}
.c-modal--list--wrapper h3 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.15rem;
  line-height: 0.26rem;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c-modal--list--wrapper h3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
  }
}
.c-modal--list--wrapper p {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
  font-size: 0.14rem;
  line-height: 0.26rem;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-modal--list--wrapper p {
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
}
.c-modal--list--wrapper a {
  text-decoration: underline;
}

.u-width, .u-width--325-980, .u-width--325-1080 {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 768px) {
  .u-width, .u-width--325-980, .u-width--325-1080 {
    padding: 0;
    width: 10.8rem;
    padding-left: unset;
    padding-right: unset;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .u-width--325-980 {
    width: 9.8rem;
  }
}

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

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

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

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

.simplebar-track {
  background: #DBE6EB !important;
  height: 0.04rem !important;
  width: 3.25rem;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 0rem;
  overflow: hidden;
  padding: 0 !important;
}
@media screen and (min-width: 768px) {
  .simplebar-track {
    display: none;
  }
}

.simplebar-scrollbar {
  min-height: 0.04rem;
  background: #0A193D !important;
  border-radius: 0rem;
}
.simplebar-scrollbar::before {
  z-index: 10;
  background: #0A193D !important;
  opacity: 1 !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.js-fade, .js-fade--swipe {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  pointer-events: none;
  opacity: 0;
}
.js-fade--active {
  animation: fade-appear 1.5s forwards;
}
.js-fade--swipe {
  animation-duration: 6s;
  animation-name: swipe-appear;
  width: 0.49rem;
  height: 0.98rem;
  background-image: url("../img/common/swipe.svg");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}

@keyframes swipe-appear {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  15% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes fade-appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
.js-hover--zoomin {
  overflow: hidden;
}
.js-hover--zoomin img {
  transition: 1s;
}
.js-hover--zoomin:hover img {
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */