@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 751px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .u-mobile {
    display: none;
  }
}

body {
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

html {
  height: -webkit-fill-available;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: 1.6vw;
  }
}
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body {
  color: #fff;
  background-color: #000;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.about {
  position: relative;
  background: #000000;
  z-index: 0;
}
@media screen and (min-width: 751px) {
  .about {
    z-index: 3;
  }
}

.about::before {
  content: "";
  position: absolute;
  background: url(../images/common/about_bg-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 61%;
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .about::before {
    background: url(../images/common/about_bg.jpg) center center no-repeat;
    background-size: cover;
    height: 47%;
    z-index: 1;
  }
}

.about__area {
  text-align: center;
  padding-top: 157px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .about__area {
    padding-top: 6.375rem;
    z-index: 1;
  }
}

.about__area::before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_item01-sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 514px;
  top: 33.5%;
  right: -41%;
}
@media screen and (min-width: 751px) {
  .about__area::before {
    display: none;
  }
}

.about__title {
  font-size: 48px;
  line-height: 1.6666666667;
  font-size: 6.4vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .about__title {
    font-size: 36px;
    line-height: 1.6944444444;
    font-size: 2.25rem;
  }
}

.about__text {
  font-size: 32px;
  line-height: 2;
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
  margin-top: 7.3333333333vw;
}
@media screen and (min-width: 751px) {
  .about__text {
    font-size: 20px;
    line-height: 2.1;
    font-size: 1.25rem;
    margin-top: 1.75rem;
    letter-spacing: 0.06em;
  }
}

.about__img {
  background: url(../images/common/about_img.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 59%;
  margin: -2.1333333333vw auto 0 5px;
  margin: -2.1333333333vw auto 0 0.3125rem;
}
@media screen and (min-width: 751px) {
  .about__img {
    width: 78.5%;
    margin: -0.9375rem auto 0;
    -webkit-transform: translateX(-0.8125rem);
            transform: translateX(-0.8125rem);
    max-width: 68.75rem;
    height: 32.75rem;
    padding-top: 0;
  }
}

.btn-ar {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  font-size: 4vw;
  color: #000000;
  text-align: center;
  background-color: #fff;
  border-radius: 11px;
  font-weight: 700;
  padding: 3.7333333333vw 6.5333333333vw 3.4666666667vw 0;
}
@media screen and (min-width: 751px) {
  .btn-ar {
    font-size: 1rem;
    padding: 0.625rem 1.875rem 0.625rem 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.btn-ar::after {
  content: "";
  position: absolute;
  right: 17.5%;
  top: 6vw;
  width: 2vw;
  height: 2vw;
  border-top: 0.4vw solid #000000;
  border-right: 0.4vw solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .btn-ar::after {
    right: 14.5%;
    top: 39%;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 751px) {
  .btn-ar:hover {
    background-color: #000000;
    color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, .16);
            box-shadow: 0 6px 12px rgba(255, 255, 255, .16);
  }
}

@media screen and (min-width: 751px) {
  .btn-ar:hover.btn-ar::after {
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
  }
}

.btn {
  display: inline-block;
  font-size: 4.2666666667vw;
  font-weight: 700;
  border-radius: 66px;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#D8C094), to(#B59253));
  background: linear-gradient(to right, #D8C094 0%, #B59253 100%);
  padding: 5.4666666667vw 9.3333333333vw 5.4666666667vw 0;
  width: 65.0666666667vw;
}
@media screen and (min-width: 751px) {
  .btn {
    width: 21.875rem;
    font-size: 1.25rem;
    border-radius: 40px;
    padding: 1.1875rem 3.1875rem 1.1875rem 0;
    letter-spacing: 0.08em;
    background: -webkit-gradient(linear, left top, right top, from(#D8C094), to(#B59253));
    background: linear-gradient(to right, #D8C094 0%, #B59253 100%);
  }
}

.btn::after {
  content: "";
  position: absolute;
  width: 5.6vw;
  height: 1.4666666667vw;
  border-bottom: 0.2666666667vw solid #fff;
  border-right: 0.4vw solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  top: 42%;
  right: 17%;
}
@media screen and (min-width: 751px) {
  .btn::after {
    width: 1.6875rem;
    height: 0.5rem;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    top: 45.5%;
    right: 19.5%;
  }
}

@media screen and (min-width: 751px) {
  .btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#B59253), to(#D8C094));
    background: linear-gradient(to right, #B59253 0%, #D8C094 100%);
  }
}

.btn--contact {
  display: inline-block;
  background: #D11F1F;
  width: 100%;
  padding: 5.4666666667vw;
}
@media screen and (min-width: 751px) {
  .btn--contact {
    padding: 1.125rem 0;
    max-width: 26.375rem;
    letter-spacing: 0;
    width: 26.375rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.btn--contact::after {
  top: 43%;
  right: 12%;
}

.btn--contact::before {
  content: "";
  position: absolute;
  -webkit-mask: url(../images/common/contact.svg);
          mask: url(../images/common/contact.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  background: #fff;
  width: 6.6666666667vw;
  height: 5.2vw;
  left: 11.9%;
  top: 36%;
}
@media screen and (min-width: 751px) {
  .btn--contact::before {
    width: 1.9375rem;
    height: 1.5rem;
    left: 12.4%;
    top: 34%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media screen and (min-width: 751px) {
  .btn--contact:hover {
    color: #D11F1F;
    background: #fff;
  }
}

@media screen and (min-width: 751px) {
  .btn--contact:hover.btn--contact::before {
    background: #D11F1F;
  }
}

@media screen and (min-width: 751px) {
  .btn--contact:hover.btn--contact::after {
    border-bottom: 0.125rem solid #D11F1F;
    border-right: 0.125rem solid #D11F1F;
  }
}

@media screen and (min-width: 751px) {
  .btn--bottom {
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 30px;
  }
}

@media screen and (min-width: 751px) {
  .card__item {
    width: 48.4%;
  }
}

.card__title {
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-top: 2.2666666667vw;
}
@media screen and (min-width: 751px) {
  .card__title {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
  }
}

.card__text {
  font-size: 28px;
  line-height: 1.8571428571;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .card__text {
    font-size: 16px;
    line-height: 1.75;
    font-size: 1rem;
    margin-top: 0.75rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.card__item + .card__item {
  margin-top: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
  .card__item + .card__item {
    margin-top: 0;
  }
}

.card__item:nth-child(3) {
  margin-top: 5.4666666667vw;
}
@media screen and (min-width: 751px) {
  .card__item:nth-child(3) {
    margin-top: 0;
  }
}

.card__item:nth-child(4) {
  margin-top: 5.4666666667vw;
}
@media screen and (min-width: 751px) {
  .card__item:nth-child(4) {
    margin-top: 0;
  }
}

.card__item:nth-child(5) {
  margin-top: 7.7333333333vw;
}
@media screen and (min-width: 751px) {
  .card__item:nth-child(5) {
    margin-top: 0.3125rem;
  }
}

.card__item:nth-child(6) {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .card__item:nth-child(6) {
    margin-top: 0.3125rem;
  }
}

.card__img {
  position: relative;
  padding-top: 57.910448%;
}

.card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common-bg {
  background: url(../images/common/bg-sp.jpg) center center no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  height: 87.0666666667vw;
}

.common {
  background: url(../images/common/common_bg-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 751px) {
  .common {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

@media screen and (min-width: 751px) {
  .common__inner {
    max-width: 72.3125rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

@media screen and (min-width: 751px) {
  .common--bottom {
    background: url(../images/common/common_bg--bottom.png) center center no-repeat;
    background-size: cover;
  }
}

.common__360 {
  padding-top: 10vw;
  text-align: center;
  padding-bottom: 42.6666666667vw;
}
@media screen and (min-width: 751px) {
  .common__360 {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    max-width: 62.5rem;
    margin: auto;
    margin-top: 3.875rem;
  }
}

@media screen and (min-width: 751px) {
  .common__360::before {
    content: "";
    position: absolute;
    background: url(../images/common/common_bg.png) center center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 26%;
    left: 0;
  }
}

@media screen and (min-width: 751px) {
  .common__360--bottom {
    max-width: 100%;
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .common__360--bottom::before {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
  }
}

.common__texts {
  position: relative;
  z-index: 1;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-left: 124px;
  padding-left: 7.75rem;
}

.common__texts--bottom {
  padding-top: 0;
  padding-left: 0;
}
@media screen and (min-width: 751px) {
  .common__texts--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.common__text {
  font-size: 28px;
  line-height: 1.8571428571;
  font-size: 3.7333333333vw;
  letter-spacing: 0.01em;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .common__text {
    font-size: 22px;
    line-height: 1.7272727273;
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 751px) {
  .common__text--bottom {
    text-align: left;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
  }
}

.common__text span {
  font-size: 48px;
  line-height: 1.0833333333;
  font-size: 6.4vw;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .common__text span {
    font-size: 2rem;
  }
}

.common__btn {
  margin: 2.8vw auto 2.5333333333vw;
}
@media screen and (min-width: 751px) {
  .common__btn {
    margin-top: 1rem;
    margin-bottom: 5.875rem;
    padding-right: 2.8125rem;
  }
}

@media screen and (min-width: 751px) {
  .common__btn--bottom {
    margin-top: 2.375rem;
    margin-bottom: 0;
    padding-right: 0;
    text-align: left;
  }
}

.common__phone {
  display: none;
}
@media screen and (min-width: 751px) {
  .common__phone {
    display: block;
    max-width: 26.875rem;
    width: 100%;
    height: 22.9375rem;
    margin: -2.6875rem 0 0 0;
  }
}

@media screen and (min-width: 751px) {
  .common__box {
    margin-top: -0.375rem;
    padding-left: 0.625rem;
  }
}

.common__qr {
  display: none;
}
@media screen and (min-width: 751px) {
  .common__qr {
    display: block;
    position: relative;
    width: 9.375rem;
    margin: 0.75rem 0 0 0.875rem;
  }
}

.contact {
  background: url(../images/common/contact_bg-sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
}

.contact__inner {
  padding: 0 4.6666666667vw;
}

.contact__area {
  padding-top: 10.8vw;
  padding-bottom: 10.8vw;
}
@media screen and (min-width: 751px) {
  .contact__area {
    padding-top: 3.125rem;
    padding-bottom: 3.375rem;
  }
}

.contact__title {
  text-align: center;
  width: 52.6vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .contact__title {
    width: 100%;
    max-width: 757px;
  }
}

.contact__title span {
  font-size: 2.8vw;
  letter-spacing: 0.12em;
  font-weight: 700;
  margin-left: -1.7333333333vw;
  display: block;
}
@media screen and (min-width: 751px) {
  .contact__title span {
    font-size: 1.0625rem;
    -webkit-transform: translateX(12px);
            transform: translateX(12px);
  }
}

.contact__img {
  margin-top: 1.0666666667vw;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .contact__img {
    width: 41%;
    margin-top: 0.5rem;
  }
}

.contact__text {
  font-size: 28px;
  line-height: 1.7142857143;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  margin-top: 5.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .contact__text {
    font-size: 18px;
    line-height: 1.8888888889;
    font-size: 1.125rem;
    margin-top: 1.625rem;
    letter-spacing: 0;
  }
}

.contact__btn {
  text-align: center;
  width: 98%;
  margin: 3.2vw auto 3.6vw;
}
@media screen and (min-width: 751px) {
  .contact__btn {
    margin: 1.1875rem auto 0;
    padding-left: 0.5rem;
  }
}

.cost {
  background-color: rgba(255, 255, 255, .93);
  color: #333;
}

@media screen and (min-width: 751px) {
  .cost__inner {
    max-width: 65.625rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.cost__area {
  padding-top: 12.4vw;
  padding-bottom: 8.4vw;
}
@media screen and (min-width: 751px) {
  .cost__area {
    padding-top: 5.25rem;
    padding-bottom: 5.625rem;
  }
}

.cost__wrap {
  text-align: center;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .cost__wrap {
    margin-top: 2.625rem;
  }
}

.cost__box {
  border: 1px solid #707070;
}
@media screen and (min-width: 751px) {
  .cost__box {
    padding-bottom: 2rem;
  }
}

.cost__box + .cost__box {
  margin-top: 7.2vw;
}
@media screen and (min-width: 751px) {
  .cost__box + .cost__box {
    margin-top: 1.875rem;
    padding-bottom: 1.75rem;
  }
}

.cost__names {
  margin-top: 6.5333333333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .cost__names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.625rem;
    padding-left: 0.1875rem;
  }
}

.cost__names::before {
  content: "";
  position: absolute;
  background: url(../images/common/cost_plus.png) center center no-repeat;
  background-size: cover;
  width: 4.6666666667vw;
  height: 4.6666666667vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .cost__names::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.cost__name {
  font-size: 4.2666666667vw;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #141414;
  width: 59.4666666667vw;
  margin: auto;
  padding: 1.6vw 0;
}
@media screen and (min-width: 751px) {
  .cost__name {
    font-size: 1.5rem;
    padding: 0.875rem 0;
    max-width: 27.875rem;
  }
}

.cost__name + .cost__name {
  margin-top: 8.6666666667vw;
}
@media screen and (min-width: 751px) {
  .cost__name + .cost__name {
    margin-top: 0;
  }
}

.cost__note {
  font-size: 28px;
  line-height: 1.7142857143;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  padding: 0 1.3333333333vw;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
  .cost__note {
    font-size: 1.125rem;
    letter-spacing: 0;
    margin-top: 0.75rem;
  }
}

.cost__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3.7333333333vw;
  margin-top: 3.6vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
  .cost__texts {
    margin-top: 1.375rem;
    padding: 0 1.8125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 7.375rem;
  }
}

.cost__reference {
  font-size: 3.7333333333vw;
  letter-spacing: 0.08em;
  width: 25%;
  white-space: nowrap;
  padding: 13.6vw 2.4vw;
  background-color: #C9C9C9;
  font-weight: 700;
}
@media screen and (min-width: 751px) {
  .cost__reference {
    font-size: 1.125rem;
    padding: 0;
    height: inherit;
    padding: 45px 0 0 4px;
    width: 20%;
  }
}

@media screen and (min-width: 751px) {
  .cost__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: inherit;
    background: #F2F2F2;
    padding: 0 2.75rem;
  }
}

.cost__price {
  font-size: 28px;
  line-height: 1.5;
  font-size: 3.7333333333vw;
  padding: 2.8vw 0 0 3.4666666667vw;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .cost__price {
    font-size: 1rem;
    padding: 0;
  }
}

.cost__price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.8vw;
  padding-left: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
  .cost__price-detail {
    margin-top: 0;
    padding-left: 1.375rem;
  }
}

.cost__price-detail b {
  line-height: 1;
  font-size: 15.7333333333vw;
  color: #D11F1F;
  font-weight: 500;
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .cost__price-detail b {
    font-size: 4.3125rem;
  }
}

.cost__price-detail span {
  font-size: 5.4666666667vw;
  font-weight: 700;
  padding-left: 0.9333333333vw;
}
@media screen and (min-width: 751px) {
  .cost__price-detail span {
    font-size: 2rem;
    padding-left: 0.4375rem;
    white-space: nowrap;
  }
}

.cost__price-detail small {
  font-size: 4.1333333333vw;
  font-weight: 700;
  padding-left: 0.8vw;
  margin-top: 0.8vw;
}
@media screen and (min-width: 751px) {
  .cost__price-detail small {
    font-size: 1.5rem;
    padding-left: 0.375rem;
    margin-top: 0.375rem;
    white-space: nowrap;
  }
}

.cost__text {
  font-size: 32px;
  line-height: 1.625;
  font-size: 4.2666666667vw;
  font-weight: 700;
  padding: 8.2666666667vw 0 6vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .cost__text {
    font-size: 1.375rem;
    padding: 2.25rem 0 0;
  }
}

.cost__text::before {
  content: "";
  position: absolute;
  background: url(../images/common/cost_black-plus.png) center center no-repeat;
  background-size: cover;
  width: 13.4666666667vw;
  height: 13.4666666667vw;
  top: -3.2vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .cost__text::before {
    width: 3.875rem;
    height: 3.875rem;
    top: -22%;
    left: 50%;
  }
}

.drawer {
  position: fixed;
  width: 16vw;
  height: 16vw;
  border-radius: 50%;
  border: 0.2666666667vw solid #fff;
  cursor: pointer;
  background: #000000;
  right: 2.6666666667vw;
  top: 2.6666666667vw;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .drawer {
    display: none;
  }
}

.drawer span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 30.5%;
  height: 0.5333333333vw;
  background-color: #fff;
}

.drawer span:nth-of-type(1) {
  top: 40%;
  width: 6.2666666667vw;
}

.drawer span:nth-of-type(2) {
  top: 56%;
  width: 6.2666666667vw;
}

.drawer.active span:nth-of-type(1) {
  top: 6.6666666667vw;
  left: 5.0666666667vw;
  -webkit-transform: translateY(0.8vw) rotate(-45deg);
          transform: translateY(0.8vw) rotate(-45deg);
  width: 5.8666666667vw;
}

.drawer.active span:nth-of-type(2) {
  top: 8.2666666667vw;
  left: 5.0666666667vw;
  -webkit-transform: translateY(-0.8vw) rotate(45deg);
          transform: translateY(-0.8vw) rotate(45deg);
  width: 5.8666666667vw;
}

.features {
  background: url(../images/common/features_bg-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .features {
    background: url(../images/common/features_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.features__inner {
  width: 100%;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .features__inner {
    max-width: 65.625rem;
    padding: 0 1.5625rem;
    margin: auto;
  }
}

.features__area {
  padding-top: 12.9333333333vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 751px) {
  .features__area {
    padding-top: 5.25rem;
    padding-bottom: 4.6875rem;
  }
}

.features__cards {
  margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
  .features__cards {
    margin-top: 3.1875rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.features__group {
  margin-top: 8.4vw;
}
@media screen and (min-width: 751px) {
  .features__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 3.75rem;
    gap: 3.125rem;
  }
}

@media screen and (min-width: 751px) {
  .features__texts {
    width: 33%;
  }
}

.features__texts + .features__texts {
  margin-top: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
  .features__texts + .features__texts {
    margin-top: 0;
  }
}

.features__title {
  font-size: 5.3333333333vw;
  text-align: center;
  border: solid 1px #fff;
  padding: 1.2vw 0;
}
@media screen and (min-width: 751px) {
  .features__title {
    font-size: 1.5rem;
    padding: 0.5625rem 0;
  }
}

@media screen and (min-width: 751px) {
  .features__lists {
    margin-top: 1rem;
  }
}

.features__list {
  line-height: 1.7;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  padding-left: 4.6666666667vw;
  margin-top: 2.8vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .features__list {
    font-size: 1rem;
    margin-top: 0;
    padding-left: 1.25rem;
    letter-spacing: 0;
    line-height: 1.9;
  }
}

.features__list::before {
  content: "";
  position: absolute;
  width: 2.4vw;
  height: 2.4vw;
  background-color: #fff;
  border-radius: 50%;
  top: 2vw;
  left: 0;
}
@media screen and (min-width: 751px) {
  .features__list::before {
    width: 0.5625rem;
    height: 0.5625rem;
    top: 0.75rem;
  }
}

.features__note {
  font-size: 28px;
  line-height: 1.8571428571;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  margin-top: 9.0666666667vw;
}
@media screen and (min-width: 751px) {
  .features__note {
    font-size: 1rem;
    margin-top: 34px;
    letter-spacing: 0;
  }
}

.fixed {
  position: fixed;
  z-index: 7;
  right: 3.0666666667vw;
  top: 20.5333333333vw;
}
@media screen and (min-width: 751px) {
  .fixed {
    right: 1.25rem;
    top: 1.25rem;
  }
}

.fixed__demo {
  width: 15.2vw;
  height: 14.6666666667vw;
  background: #000000;
  border: 0.1333333333vw solid #fff;
  padding-top: 2.1333333333vw;
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .fixed__demo {
    width: 6.8125rem;
    height: 6.5625rem;
    padding-top: 0.9375rem;
    border: 0.0625rem solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.fixed__demo::after {
  content: "";
  position: absolute;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
  border-left: 1.3333333333vw solid #D11F1F;
  right: -0.2vw;
  bottom: -0.8666666667vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .fixed__demo::after {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #D11F1F;
    right: -0.0625rem;
    bottom: -0.3125rem;
  }
}

.fixed__demo img {
  width: 9.6vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .fixed__demo img {
    width: 4.375rem;
  }
}

@media screen and (min-width: 751px) {
  .fixed__demo:hover {
    background: #D11F1F;
  }
}

.fixed__contact {
  width: 15.2vw;
  height: 14.6666666667vw;
  background: #000000;
  border: 0.1333333333vw solid #fff;
  margin-top: 2.1333333333vw;
  padding-top: 2.6666666667vw;
  position: relative;
  display: block;
}
@media screen and (min-width: 751px) {
  .fixed__contact {
    width: 6.8125rem;
    height: 6.5625rem;
    margin-top: 0.625rem;
    padding-top: 1rem;
    border: 0.0625rem solid #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.fixed__contact::after {
  content: "";
  position: absolute;
  border-top: 1.3333333333vw solid transparent;
  border-bottom: 1.3333333333vw solid transparent;
  border-left: 1.3333333333vw solid #D8C094;
  right: -0.2vw;
  bottom: -0.8666666667vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 751px) {
  .fixed__contact::after {
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #D8C094;
    right: -0.0625rem;
    bottom: -0.3125rem;
  }
}

.fixed__contact img {
  width: 13.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .fixed__contact img {
    width: 5.25rem;
  }
}

@media screen and (min-width: 751px) {
  .fixed__contact:hover {
    background: #D8C094;
  }
}

.footer {
  background-color: #fff;
  color: #333;
  text-align: center;
}

.footer__area {
  padding-top: 9.6vw;
  padding-bottom: 4vw;
}
@media screen and (min-width: 751px) {
  .footer__area {
    padding-top: 0.375rem;
    -webkit-transform: translateX(-0.625rem);
            transform: translateX(-0.625rem);
  }
}

.footer__logo {
  position: relative;
  padding-top: 9.090452%;
  width: 53.0666666667vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .footer__logo {
    width: 220px;
  }
}

.footer__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 751px) {
  .footer__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.footer__copyright {
  font-size: 3.2vw;
  padding-left: 4.2666666667vw;
  margin-top: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
  .footer__copyright {
    font-size: 0.875rem;
    padding-left: 0;
    margin-top: -1.125rem;
  }
}

.header {
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100vh;
  visibility: hidden;
}

.header.active {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  z-index: 8;
  visibility: visible;
}

.header__lists {
  visibility: hidden;
  color: #fff;
  font-size: 36px;
  line-height: 1.6944444444;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.header__list {
  visibility: hidden;
}

.header__lists.active,
.header__list.active {
  visibility: visible;
}

.header__list + .header__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.inner {
  width: 100%;
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .inner {
    max-width: 1050px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.kv {
  background: url(../images/common/kv_bg-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .kv {
    background: url(../images/common/kv_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 4;
  }
}

.kv__title {
  position: absolute;
  top: 41.6%;
  left: 7%;
  width: 63.6vw;
}
@media screen and (min-width: 751px) {
  .kv__title {
    top: 39.6%;
    left: 5.3%;
    width: 24.125rem;
  }
}

.kv__title span {
  font-size: 3.6vw;
  color: #fff;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
  .kv__title span {
    font-size: 1.375rem;
  }
}

.kv__img {
  display: block;
  -webkit-transform: translate(-0.5333333333vw, 1.0666666667vw);
          transform: translate(-0.5333333333vw, 1.0666666667vw);
}
@media screen and (min-width: 751px) {
  .kv__img {
    -webkit-transform: translate(-0.3125rem, 0.25rem);
            transform: translate(-0.3125rem, 0.25rem);
  }
}

.kv__scroll {
  position: absolute;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
  color: #fff;
  bottom: 7.2%;
  left: 45%;
}
@media screen and (min-width: 751px) {
  .kv__scroll {
    font-size: 1rem;
    bottom: 4.7%;
    left: 48.4%;
  }
}

.kv__scroll::before {
  content: "";
  position: absolute;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: #fff;
  width: 0.2666666667vw;
  height: 21.4666666667vw;
  bottom: -22.9333333333vw;
  left: 49%;
  -webkit-animation: scroll 2s ease infinite;
          animation: scroll 2s ease infinite;
}
@media screen and (min-width: 751px) {
  .kv__scroll::before {
    width: 0.125rem;
    height: 6.125rem;
    bottom: -6.375rem;
    left: 47%;
  }
}

.kv__scroll::after {
  content: "";
  position: absolute;
  font-size: 3.4666666667vw;
  letter-spacing: 0.08em;
  color: #fff;
  background-color: rgba(255, 255, 255, .3);
  width: 0.2666666667vw;
  height: 21.4666666667vw;
  bottom: -22.9333333333vw;
  left: 49%;
}
@media screen and (min-width: 751px) {
  .kv__scroll::after {
    width: 0.125rem;
    height: 6.125rem;
    bottom: -6.375rem;
    left: 47%;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@media screen and (min-width: 751px) {
  .main {
    background: url(../images/common/bg.jpg) 50% center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: auto;
    position: relative;
    overflow: hidden;
  }
}

.main::before {
  background: url(../images/common/bg-sp.jpg) center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -3;
}
@media screen and (min-width: 751px) {
  .main::before {
    display: none;
  }
}

.merit {
  background: #000000;
  position: relative;
  overflow: hidden;
}

.merit::before {
  content: "";
  position: absolute;
  background: url(../images/common/bg_item01-sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 127.7333333333vw;
  top: 6.5%;
  left: -30.6666666667vw;
  -webkit-transform: rotate(-181deg);
          transform: rotate(-181deg);
}
@media screen and (min-width: 751px) {
  .merit::before {
    display: none;
  }
}

.merit::after {
  content: "";
  position: absolute;
  background: url(../images/common/bg_item01-sp.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 76.2666666667vw;
  top: 14%;
  left: 70.6666666667vw;
  -webkit-transform: rotate(-181deg);
          transform: rotate(-181deg);
}
@media screen and (min-width: 751px) {
  .merit::after {
    display: none;
  }
}

.merit__inner {
  padding: 0 4vw;
  position: relative;
}

.merit__area {
  padding-top: 4.6666666667vw;
  padding-bottom: 14.8vw;
}
@media screen and (min-width: 751px) {
  .merit__area {
    padding-top: 3.0625rem;
    padding-bottom: 29.625rem;
    z-index: 1;
    position: relative;
  }
}

@media screen and (min-width: 751px) {
  .merit__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 80.5rem;
    width: 100%;
    margin: auto;
  }
}

.merit__img {
  background: url(../images/common/merit_img.jpg) center center no-repeat;
  background-size: cover;
  width: 70.8vw;
  padding-top: 77.3%;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .merit__img {
    width: 33.1875rem;
    padding-top: 41.8%;
    margin: 0;
    margin: initial;
    -webkit-transform: translateX(-0.4375rem);
            transform: translateX(-0.4375rem);
  }
}

.merit__texts {
  margin-top: 6vw;
  padding-left: 6.4vw;
}
@media screen and (min-width: 751px) {
  .merit__texts {
    margin-top: 1.75rem;
    padding-left: 3.125rem;
  }
}

.merit__title {
  font-size: 11.2vw;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (min-width: 751px) {
  .merit__title {
    font-size: 3.9375rem;
  }
}

.merit__subtitle {
  font-size: 4vw;
  margin-top: -1.8666666667vw;
  padding-left: 1.6vw;
  letter-spacing: 0.129em;
}
@media screen and (min-width: 751px) {
  .merit__subtitle {
    font-size: 1.375rem;
    letter-spacing: 0.129em;
    padding-left: 0.5625rem;
    margin-top: -0.5rem;
  }
}

.merit__lists {
  margin-top: 5.6vw;
  padding-left: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .merit__lists {
    margin-top: 3.125rem;
    padding-left: 0.1875rem;
  }
}

.merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.merit__list::before {
  content: "";
  position: absolute;
  width: 0.2666666667vw;
  height: 18.2666666667vw;
  background: #fff;
  top: 8%;
  left: 23%;
}
@media screen and (min-width: 751px) {
  .merit__list::before {
    width: 0.125rem;
    height: 3.75rem;
    top: 6%;
    left: 21.7%;
  }
}

.merit__list + .merit__list {
  margin-top: 4.6666666667vw;
}
@media screen and (min-width: 751px) {
  .merit__list + .merit__list {
    margin-top: 2.5rem;
  }
}

.merit__list:nth-child(3) {
  margin-top: 6.5333333333vw;
}
@media screen and (min-width: 751px) {
  .merit__list:nth-child(3) {
    margin-top: 2.5rem;
  }
}

.merit__list img {
  width: 16.9333333333vw;
  height: 100%;
}
@media screen and (min-width: 751px) {
  .merit__list img {
    width: 5.25rem;
  }
}

.merit__list-text {
  font-size: 30px;
  line-height: 1.7333333333;
  font-size: 4vw;
  padding-left: 6.8vw;
  letter-spacing: 0.08em;
  position: relative;
  height: 20.8vw;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 751px) {
  .merit__list-text {
    font-size: 18px;
    line-height: 1.7777777778;
    font-size: 1.125rem;
    padding-left: 3rem;
    height: 4.375rem;
  }
}

.merit__ar {
  margin-top: 14.4vw;
}
@media screen and (min-width: 751px) {
  .merit__ar {
    max-width: 62.5rem;
    margin: auto;
    margin: -1.375rem auto 0;
  }
}

.merit__ar-img {
  background: url(../images/common/merit_ar-img-sp.png) top center no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 68%;
}
@media screen and (min-width: 751px) {
  .merit__ar-img {
    position: relative;
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    padding-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .merit__ar-img::before {
    content: "";
    position: absolute;
    background: url(../images/common/merit_ar-img.png) top center no-repeat;
    background-size: cover;
    width: 102%;
    padding-top: 39%;
    margin-left: -9px;
  }
}

.merit__ar-texts {
  background-color: #000000;
  border: 0.1333333333vw solid #fff;
  padding: 1.7333333333vw 5.7333333333vw 5.0666666667vw;
}
@media screen and (min-width: 751px) {
  .merit__ar-texts {
    position: absolute;
    width: 21.1875rem;
    border: medium none currentColor;
    border: initial;
    padding: 5.9375rem 1.25rem 1.4375rem;
    margin-top: 46px;
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

@media screen and (min-width: 751px) {
  .merit__ar-title {
    position: absolute;
    width: 111%;
    top: 1.3125rem;
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.merit__ar-title img {
  width: 65.3333333333vw;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.merit__text {
  font-size: 28px;
  line-height: 1.6428571429;
  font-size: 3.7333333333vw;
  margin-top: 2vw;
}
@media screen and (min-width: 751px) {
  .merit__text {
    font-size: 16px;
    line-height: 1.875;
    font-size: 1rem;
    padding: 0 4px 0 5px;
  }
}

.merit__btn {
  margin-top: 3.2vw;
}
@media screen and (min-width: 751px) {
  .merit__btn {
    margin-top: 1.5rem;
    width: 98%;
    margin-left: 0.1875rem;
  }
}

.scene {
  background: url(../images/common/scene_bg-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  color: #333;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .scene {
    background: url(../images/common/scene_bg.jpg) center center no-repeat;
    background-size: cover;
  }
}

.scene__area {
  padding-top: 12.6666666667vw;
  padding-bottom: 20.5333333333vw;
  margin-top: 87.0666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__area {
    margin-top: 25.9375rem;
    padding-top: 4.875rem;
    padding-bottom: 6.3125rem;
  }
}

.scene__group-top {
  margin-top: 7.0666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__group-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.1875rem;
    padding-left: 0;
    gap: 1.875rem;
  }
}

.scene__box {
  background-color: rgba(255, 255, 255, .5);
  padding-top: 4.2666666667vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .scene__box {
    width: 50%;
    padding-top: 1.875rem;
  }
}

.scene__box + .scene__box {
  margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
  .scene__box + .scene__box {
    margin-top: 0;
  }
}

.scene__box::before {
  content: "";
  position: absolute;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#D8C094), to(#B59253));
  background: linear-gradient(to right, #D8C094 0%, #B59253 100%);
  top: 0;
  left: 0;
  right: 0;
  width: 34.1333333333vw;
  height: 1.3333333333vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .scene__box::before {
    width: 11.25rem;
    height: 0.4375rem;
  }
}

.scene__title {
  font-size: 7.7333333333vw;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px) {
  .scene__title {
    font-size: 2.25rem;
  }
}

.scene__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.6666666667vw;
  gap: 2.2666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__lists {
    margin-top: 1.125rem;
    gap: 0.6875rem;
    padding-left: 0.1875rem;
  }
}

.scene__list {
  font-size: 4.1333333333vw;
  border: 1px solid #000000;
  letter-spacing: 0.08em;
  padding: 0.8vw 3.3333333333vw 0.9333333333vw;
}
@media screen and (min-width: 751px) {
  .scene__list {
    font-size: 1.25rem;
    padding: 0.1875rem 0.75rem;
  }
}

.scene__text {
  font-size: 28px;
  line-height: 1.8571428571;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
  margin-top: 3.3333333333vw;
  padding: 0 5.3333333333vw;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .scene__text {
    font-size: 16px;
    line-height: 2;
    font-size: 1rem;
    letter-spacing: 0.08em;
    margin-top: 1.375rem;
    padding: 0 1.8125rem;
  }
}

.scene__img {
  width: 100%;
  margin-top: 3.8666666667vw;
  padding-top: 58%;
}
@media screen and (min-width: 751px) {
  .scene__img {
    margin-top: 1.25rem;
    padding-top: 58%;
  }
}

.scene__img--01 {
  background: url(../images/common/scene_img01-sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .scene__img--01 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    position: relative;
  }
}

@media screen and (min-width: 751px) {
  .scene__img--01::before {
    background: url(../images/common/scene_img01.jpg) center center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.scene__img--02 {
  background: url(../images/common/scene_img02-sp.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 751px) {
  .scene__img--02 {
    background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
    background: initial;
    position: relative;
  }
}

@media screen and (min-width: 751px) {
  .scene__img--02::before {
    content: "";
    position: absolute;
    background: url(../images/common/scene_img02.jpg) center center no-repeat;
    background-size: cover;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.scene__img-bottom {
  background: url(../images/common/scene_img03-sp.jpg) center center no-repeat;
  background-size: cover;
  width: 84.5%;
  padding-top: 58%;
  margin-left: auto;
  margin-top: -8.2666666667vw;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .scene__img-bottom {
    width: 47.5%;
    padding-top: 32.5%;
    margin-left: auto;
    margin-top: -18.125rem;
  }
}

.scene__group-bottom {
  margin-top: 8.6666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__group-bottom {
    width: 100%;
    margin: 5.875rem auto 0;
  }
}

.scene__box--bottom {
  width: 93.8%;
  padding-top: 4.4vw;
  padding-bottom: 12.2666666667vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .scene__box--bottom {
    padding: 2.375rem 25.125rem 2.25rem 1.5625rem;
  }
}

.scene__box--bottom::before {
  left: 4.6666666667vw;
  right: auto;
  right: initial;
  width: 68.6666666667vw;
  height: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
  .scene__box--bottom::before {
    left: 1.875rem;
    width: 21.6875rem;
    height: 0.4375rem;
  }
}

.scene__title--la {
  font-size: 5.8666666667vw;
  letter-spacing: 0.08em;
  line-height: 1.3;
  font-weight: 700;
  text-align: left;
  padding-left: 4.8vw;
}
@media screen and (min-width: 751px) {
  .scene__title--la {
    font-size: 28px;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-size: 1.75rem;
    padding-left: 0;
    line-height: 1.4;
  }
}

.scene__text--bottom {
  margin-top: 1.6vw;
  padding-left: 4.6666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__text--bottom {
    font-size: 16px;
    line-height: 1.875;
    font-size: 1rem;
    padding-left: 0.125rem;
    margin-top: 0.75rem;
  }
}

.scene__swiper {
  margin-top: 10px;
  margin-top: 87px;
}
@media screen and (min-width: 751px) {
  .scene__swiper {
    margin-top: 4.625rem;
  }
}

.scene__swiper-title {
  font-size: 7.7333333333vw;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .scene__swiper-title {
    font-size: 2.25rem;
  }
}

.scene__swiper-wrap {
  margin-top: 0.9333333333vw;
  position: relative;
}
@media screen and (min-width: 751px) {
  .scene__swiper-wrap {
    margin-top: 1.25rem;
    padding-left: 0;
  }
}

.scene__swiper-slide {
  text-align: left;
}

.scene__swiper-logo {
  width: 44.5333333333vw;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .scene__swiper-logo {
    width: 11.6875rem;
    margin-top: 0.625rem;
  }
}

.scene__swiper-ttl {
  font-size: 4vw;
  letter-spacing: 0.06em;
  margin-top: 1.6vw;
}
@media screen and (min-width: 751px) {
  .scene__swiper-ttl {
    font-size: 1.125rem;
    margin-top: 0.6875rem;
    letter-spacing: normal;
    letter-spacing: initial;
  }
}

.scene__swiper-text {
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  .scene__swiper-text {
    font-size: 1rem;
    letter-spacing: normal;
    letter-spacing: initial;
    margin-top: 0.3125rem;
  }
}

.swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
  .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.swiper-pagination-bullet-active {
  background: #D11F1F;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -11.2vw;
}
@media screen and (min-width: 751px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    margin-left: -0.9375rem;
    bottom: -2.9375rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1.6vw;
}
@media screen and (min-width: 751px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.625rem;
  }
}

.section__title-en {
  font-size: 11.2vw;
  font-weight: 500;
  letter-spacing: 0.18em;
  padding-left: 2.1333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section__title-en {
    font-size: 3.9375rem;
    padding-left: 0.75rem;
  }
}

.section__title-en--le {
  letter-spacing: normal;
  letter-spacing: initial;
  padding-left: 0;
}
@media screen and (min-width: 751px) {
  .section__title-en--le {
    letter-spacing: 0.18em;
    padding-left: 0.625rem;
  }
}

.section__title-ja {
  font-size: 4vw;
  letter-spacing: 0.16em;
  margin-top: -1.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .section__title-ja {
    font-size: 1.375rem;
    margin-top: -7px;
    letter-spacing: 0.08em;
  }
}

.section__title-ja--pa {
  padding-left: 0.8vw;
}
@media screen and (min-width: 751px) {
  .section__title-ja--pa {
    padding-left: 0;
  }
}

.section__title-ja--x {
  -webkit-transform: translateX(-2vw);
          transform: translateX(-2vw);
}
@media screen and (min-width: 751px) {
  .section__title-ja--x {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.section__text {
  font-size: 30px;
  line-height: 2;
  font-size: 4vw;
  letter-spacing: 0.08em;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
  .section__text {
    font-size: 20px;
    line-height: 2.1;
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}

.section__text--cost {
  font-size: 28px;
  line-height: 1.8571428571;
  font-size: 3.7333333333vw;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 751px) {
  .section__text--cost {
    font-size: 18px;
    line-height: 2;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0;
    margin-top: 2.5rem;
  }
}

.test {
  font-size: 20px;
  font-size: 1.25rem;
  background-color: #000000;
  color: #fff;
}
/*# sourceMappingURL=styles.css.map */
