html {
  font-size: 10px;
}

body {
  color: #000;
  font-family: "dnp-shuei-mincho-pr6", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

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

*,
*::before,
*::after {
  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;
}

th,
td {
  margin: 0;
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* 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]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

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

/*
 * l-footer
 * -------------------------------------------------------------
 */

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
  opacity: 0;
  position: relative;
  transform: translateY(2rem);
  transition: opacity 1s ease, transform 1s ease;
}

.fv.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fv__img {
  aspect-ratio: 1920/880;
}

.fv__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.fv__logo {
  bottom: -5.5rem;
  left: 49.5%;
  max-width: 30.3rem;
  position: absolute;
  transform: translateX(-50%);
}

.fv__visually-hidden {
  position: absolute !important;
}

.fv__visually-hidden {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: auto;
  max-width: 110rem;
  padding: 0 5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-wrap
 * -------------------------------------------------------------
 */

.l-wrap {
  opacity: 0;
  transition: opacity 2.5s ease;
}

.l-wrap.is-visible {
  opacity: 1;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  font-size: max(14px, 1.5rem);
}

/*
 * c-vertical
 * -------------------------------------------------------------
 */

.c-vertical {
  text-orientation: mixed;
  writing-mode: vertical-rl;
}

/*
 * fadein
 * -------------------------------------------------------------
 */

.fadein,
.fadein-order {
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadein.is-show,
.fadein-order.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
  background: #e5e1da;
  padding-top: 5rem;
  position: relative;
}

.about__eng {
  left: 0;
  max-width: 34.7rem;
  position: absolute;
  top: -13.8rem;
  width: 100%;
}

.about__inner {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 16rem;
  position: relative;
}

.about__lead {
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 2.25;
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.about__lead span {
  display: inline-block;
}

.about__lead::before {
  background: url(./../images/about_ruby.webp) no-repeat center/100%;
  bottom: -1rem;
  content: "";
  display: block;
  height: 12.5rem;
  position: absolute;
  right: -28rem;
  width: 45rem;
}

.about__items {
  margin-top: -8rem;
}

.about__item {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.about__text {
  letter-spacing: 0.3em;
  line-height: 3.5;
  position: relative;
}

.about__img {
  position: relative;
  width: 100%;
}

.about__ttl {
  font-family: "vincente", serif;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: capitalize;
}

/* ---------------------------------------
	item01 Talisman
---------------------------------------- */

.about__item.--item01 .about__text {
  left: 4.9rem;
}

.about__item.--item01 .about__img {
  left: 1rem;
  max-width: 55.5rem;
}

.about__item.--item01 .about__ttl {
  color: #d3c0a9;
  font-size: 19rem;
  font-weight: 200;
  right: 4rem;
  top: -2rem;
}

/* ---------------------------------------
	item02 Design
---------------------------------------- */

.about__item.--item02 {
  left: 4rem;
  margin-top: -22rem;
}

.about__item.--item02 .about__text {
  left: -1rem;
  top: 3rem;
}

.about__item.--item02 .about__img {
  width: 65.8rem;
}

.about__item.--item02 .about__ttl {
  color: #fff;
  font-size: 20rem;
  font-weight: 300;
  left: 1rem;
  top: -3rem;
}

/* ---------------------------------------
	item03 daily Use
---------------------------------------- */

.about__item.--item03 {
  margin-top: -28rem;
}

.about__item.--item03 .about__text {
  right: 4.2rem;
  top: 3.5rem;
}

.about__item.--item03 .about__img {
  left: 2rem;
  width: 43.6rem;
}

.about__item.--item03 .about__ttl {
  color: #d1c1b4;
  font-size: 10rem;
  font-weight: 400;
  right: 6rem;
  top: -4rem;
}

.about__key {
  bottom: 11.6rem;
  left: 54.6%;
  position: absolute;
  transform: translateX(-50%);
  width: 24.2rem;
}

/* ---------------------------------------
	item04 Diversity
---------------------------------------- */

.about__item.--item04 {
  left: 22rem;
  margin-top: -24rem;
}

.about__item.--item04 .about__text {
  left: 3rem;
  top: 9rem;
}

.about__item.--item04 .about__img {
  width: 57.7rem;
}

.about__item.--item04 .about__ttl {
  color: #ccacb3;
  font-size: 13.5rem;
  font-weight: 400;
  left: 1rem;
  margin-top: -10rem;
}

.about__rose {
  bottom: -107rem;
  left: -10rem;
  max-width: 128.4rem;
  position: absolute;
}

.about__obj {
  max-width: 59.1rem;
  position: absolute;
  right: -11rem;
  top: -7rem;
  width: 100%;
}

/*
 * access
 * -------------------------------------------------------------
 */

.access {
  padding: 10rem 0 19rem;
  position: relative;
}

.access__inner {
  max-width: 137.7rem;
}

.access__header {
  color: #8b7b6b;
  font-family: "vincente", serif;
  font-size: 10rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.access__items {
  grid-gap: 8rem;
  display: grid;
  gap: 8rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 3rem;
}

.access__item {
  display: flex;
  flex-direction: column;
  max-width: 60rem;
}

.access__ttl {
  font-feature-settings: "palt";
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
}

.access__ttl::before {
  background: url(./../images/access_ttl_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 6.8rem;
  margin: 0 auto 2.6rem;
  max-width: 22.7rem;
  width: 100%;
}

.access__img {
  margin-top: 2.8rem;
}

.access__img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.access__address {
  flex: 1;
  font-family: "zen-kaku-gothic-new", sans-serif;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 2.4rem;
}

.access__map {
  aspect-ratio: 600/350;
  margin-top: 5rem;
}

.access__map iframe {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*
 * collection
 * -------------------------------------------------------------
 */

.collection {
  background: #7f0822;
  padding: 21rem 0;
}

.collection__header {
  color: #d9cab3;
  font-family: "vincente", serif;
  font-size: 8rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.collection__header::before {
  background: url(./../images/collection_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  filter: brightness(0) saturate(100%) invert(5%) sepia(100%) hue-rotate(330deg);
  height: 28.6rem;
  max-width: 58rem;
  position: absolute;
  right: -4rem;
  top: -3rem;
  width: 100%;
  z-index: -1;
}

.collection__items {
  grid-gap: 5rem;
  display: grid;
  gap: 5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 7rem;
  position: relative;
  z-index: 2;
}

.collection__item {
  cursor: pointer;
  overflow: hidden;
}

.collection__item img {
  -o-object-position: center;
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  backface-visibility: hidden;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: translateZ(0);
  transition: transform 0.3s ease;
}

.collection__item:hover img {
  transform: scale(1.1, 1.1);
}

.collection__item.--position img {
  -o-object-position: 50% 36%;
  object-position: 50% 36%;
}

.collection__btn {
  left: 2rem;
  margin: 3.4rem auto 0;
  max-width: 44rem;
  position: relative;
  transition: all 0.3s;
}

.collection__btn:hover {
  filter: brightness(120%);
  transform: translateY(0.5rem);
}

/* ----------------------------------------
	modal
------------------------------------------ */

.modal {
  align-items: center;
  background: rgba(127, 8, 34, 0.8);
  bottom: 0;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.2s;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  z-index: 9999;
}

.modal.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  overflow-y: scroll;
}

@media (max-height: 600px) {
  .modal {
    padding-top: 10rem;
  }
}

.modal-content {
  max-width: 72.5rem;
  position: relative;
  width: 100%;
  max-height: 70vh;
}

.modal-content {
  opacity: 0;
  transform: scale(0.95);
  transition: transform 0.5s ease;
}

.modal.is-active .modal-content {
  opacity: 1;
  transform: scale(1);
}

.modal-close {
  cursor: pointer;
  max-width: 5.3rem;
  position: absolute;
  right: 3.6rem;
  top: -8rem;
  width: 100%;
}

.modal__rsv {
  left: 2rem;
  margin: 4rem auto 0;
  max-width: 54rem;
  position: relative;
  transition: all 0.3s;
  width: 100%;
}

.modal__rsv:hover {
  filter: brightness(120%);
  opacity: 1;
  transform: translateY(0.5rem);
}

.noscroll {
  overflow: hidden;
  height: 100%;
}

/* ----------------------------------------
	Slider
------------------------------------------ */

.collection__slider-wrap {
  position: relative;
}

.collection__slider {
  margin: 0 auto;
  max-width: 65rem;
}

.collection__slide {
  aspect-ratio: 1/1;
}

.collection__slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.collection__slide.--position img {
  -o-object-position: 50% 36%;
  object-position: 50% 36%;
}

.collection__prev,
.collection__next {
  height: 3.1rem !important;
  /* top: calc(50% - 13rem) !important; */
  width: 2.3rem !important;
  top: 32rem !important;
  /* transform: translateY(-50%) !important; */
}

.collection__prev {
  left: 28.5% !important;
  left: 0 !important;
}

.collection__prev {
  background: url(./../images/modal_prev.webp) no-repeat center/100%;
}

.collection__next {
  right: 28.5% !important;
  right: 0 !important;
}

.collection__next {
  background: url(./../images/modal_next.webp) no-repeat center/100%;
}

/*
 * features
 * -------------------------------------------------------------
 */

.features {
  background: #d9cab3;
  padding: 10.7rem 0 16rem;
}

.features__header {
  margin: 0 auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.features__header::before {
  background: url(./../images/features_obj.webp) no-repeat center/100%;
  bottom: -1rem;
  content: "";
  display: block;
  height: 15.2rem;
  max-width: 51.1rem;
  position: absolute;
  right: -13rem;
  width: 100%;
}

.features__header-main {
  font-feature-settings: "palt";
  font-size: 3rem;
  letter-spacing: 0.2em;
}

.features__header-sub {
  color: #7f0822;
  display: block;
  font-family: "vincente", serif;
  font-size: 15.7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  position: relative;
  text-transform: uppercase;
}

.features__item:not(:nth-child(1)) {
  margin-top: 11rem;
}

.features__ttl {
  font-size: 4rem;
  letter-spacing: 0.2em;
  margin-top: 6rem;
  text-align: center;
}

.features__num {
  color: #fff;
  display: block;
  font-family: "vincente", serif;
  font-size: 25.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-top: -2rem;
  position: relative;
  text-align: center;
  transition-delay: 0.2s;
}

.features__main-img {
  height: 42rem;
  margin: -14rem calc(50% - 50vw) 0;
}

.features__main-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.features__text {
  letter-spacing: 0.15em;
  line-height: 2.5;
  margin-top: 5rem;
  text-align: center;
  transition-delay: 0.2s;
}

.features__flex {
  display: flex;
  margin-top: 1rem;
  position: relative;
}

.features__flex-head {
  display: flex;
  max-width: 60rem;
  position: relative;
  width: 100%;
}

.features__flex-head-ttl {
  color: #fff;
  font-family: "vincente", serif;
  font-size: 7rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.28;
}

.features__flex-head-caption {
  font-family: "zen-kaku-gothic-new", sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-top: 5rem;
}

.features__flex-head-img {
  bottom: -9rem;
  max-width: 42rem;
  position: absolute;
  right: -1rem;
  width: 100%;
  z-index: 1;
}

.features__flex-body {
  max-width: 42.5rem;
  position: absolute;
  right: 1.4rem;
  top: 2rem;
}

.features__sub-img {
  height: 47rem;
  margin: -5rem auto 0;
  max-width: 80.3rem;
  position: relative;
  right: 2rem;
}

.features__sub-img img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.features__text.--bottom {
  margin-top: 1.5rem;
}

.features__table {
  border-collapse: collapse;
  font-size: max(14px, 1.5rem);
  letter-spacing: 0.1em;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  z-index: 0;
}

.features__table thead th {
  font-feature-settings: "palt";
  font-size: 2.8rem;
  height: 8rem;
  letter-spacing: 0.2em;
  vertical-align: middle;
}

.features__table tbody th span {
  align-items: flex-end;
  color: #7f0822;
  display: block;
  display: flex;
  font-size: 2rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding-left: 3rem;
  text-orientation: upright;
  width: 8rem;
  writing-mode: vertical-rl;
}

.features__table td {
  font-family: "zen-kaku-gothic-new", sans-serif;
  vertical-align: middle;
}

.features__table th,
.features__table td {
  border-bottom: 1px solid #7f0822;
  height: 10rem;
  text-align: center;
}

.features__table .bg {
  position: relative;
}

.features__table .bg::before {
  background: #ede8df;
  content: "";
  display: block;
  height: calc(100% + 1rem);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
  background: #7f0822;
  padding: 10rem 0 6.5rem;
}

.intro__body {
  color: #fff;
  position: relative;
  text-align: center;
}

.intro__body::before {
  background: url(./../images/intro_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 29.8rem;
  left: 3rem;
  max-width: 44.8rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.intro__ttl {
  font-size: 2.7rem;
  letter-spacing: 0.3em;
  position: relative;
}

.intro__text {
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  line-height: 2.5;
  margin-top: 5rem;
  position: relative;
  transition-delay: 0.2s;
}

/*
 * mv
 * -------------------------------------------------------------
 */

/*
 * offer
 * -------------------------------------------------------------
 */

.offer {
  background: url(./../images/offer_bg.webp) no-repeat center/cover;
  padding: 8rem 0 11rem;
}

.offer__inner {
  max-width: 138rem;
}

.offer__rsv {
  margin: -4rem auto 0;
  max-width: 77rem;
}

.offer__rsv:hover {
  filter: brightness(120%);
  opacity: 1;
  transform: translateY(0.5rem);
}

.offer__body {
  margin-top: -3rem;
}

.offer__ttl {
  color: #7f0822;
  font-family: "vincente", serif;
  font-size: 10.1rem;
  letter-spacing: 0.2em;
  text-align: center;
  text-transform: uppercase;
}

.offer__box {
  align-items: center;
  background: #fff;
  display: flex;
  gap: 2rem;
  margin-top: -2.4rem;
  padding: 2rem;
  transition-delay: 0.2s;
}

.offer__img {
  max-width: 61rem;
}

.offer__text {
  font-feature-settings: "palt";
  flex: 1;
  letter-spacing: 0.1em;
  line-height: 2.5;
  max-width: 62.1rem;
  text-align: center;
}

/*
 * quality
 * -------------------------------------------------------------
 */

.quality {
  background: #e5e1da;
  padding: 21.7rem 0 12rem;
}

.quality__header {
  font-feature-settings: "palt";
  font-size: 4.5rem;
  letter-spacing: 0.2em;
  position: relative;
  text-align: center;
}

.quality__header::before {
  background: url(./../images/quality_ttl.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 18.3rem;
  left: 50%;
  margin: 0 auto;
  max-width: 23.2rem;
  position: absolute;
  top: -10rem;
  transform: translateX(-50%);
  width: 100%;
}

.quality__slider {
  margin-top: 4rem;
}

.quality__ttl {
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 1.83;
  position: relative;
  text-align: center;
}

.quality__ttl::before {
  background: url(./../images/quality_ttl_bg.webp) no-repeat top/100%;
  content: "";
  display: block;
  height: 11.6rem;
  left: 50%;
  max-width: 32rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.quality__img {
  margin-top: 3rem;
}

.quality__text {
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 3rem;
}

.quality__btns {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 50%;
  margin: 0 auto;
  max-width: 144rem;
  position: absolute;
  top: 47%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.quality__prev,
.quality__next {
  height: 3.1rem !important;
  top: min(35rem, 18.95vw) !important;
  transform: none !important;
  transform: initial !important;
  width: 2.3rem !important;
}

.quality__prev {
  left: 12.4vw !important;
}

.quality__prev {
  background: url(./../images/quality_prev.webp) no-repeat center/100%;
}

.quality__next {
  right: 12.4vw !important;
}

.quality__next {
  background: url(./../images/quality_next.webp) no-repeat center/100%;
}

.quality__paginav {
  position: static !important;
}

.quality__paginav {
  display: flex;
  gap: 3.4rem;
  justify-content: center;
  margin-top: 3.6rem;
}

.quality__slider .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #8b7b6b;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}

.quality__paginav .swiper-pagination-bullet-active {
  background: #7f0822 !important;
}

/*
 * reason
 * -------------------------------------------------------------
 */

.reason {
  background: #e5cacf;
  padding: 17.5rem 0 21rem;
  position: relative;
}

.reason__inner {
  max-width: 138.8rem;
}

.reason__header {
  position: relative;
}

.reason__header-main {
  font-size: 4.5rem;
  letter-spacing: 0.3em;
  line-height: 2;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.reason__header-main span {
  display: block;
  font-size: max(16px, 2rem);
  letter-spacing: 0.2em;
  position: relative;
  right: 1.8rem;
}

.reason__header-sub {
  color: #f2e2e4;
  font-family: "vincente", serif;
  font-size: 16rem;
  font-weight: 400;
  left: 52%;
  letter-spacing: 0.4em;
  position: absolute;
  text-align: center;
  text-transform: capitalize;
  top: 36%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.reason__header-obj {
  bottom: 1rem;
  max-width: 33rem;
  position: absolute;
  right: -12rem;
  width: 100%;
}

.reason__items {
  grid-gap: 11rem;
  display: grid;
  gap: 11rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3rem;
}

.reason__item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.reason__item-header {
  text-align: center;
}

.reason__ttl {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
}

.reason__ttl::before {
  background: url(./../images/reason_ttl_obj.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1.3rem;
  margin: 0 auto 3rem;
  width: 5rem;
}

.reason__name {
  display: block;
  letter-spacing: 0.05em;
  margin-top: 2.5rem;
}

.reason__img {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 23rem;
  margin: 0 auto;
}

.reason__img img {
  margin-top: auto;
}

.reason__item:nth-child(1) .reason__img {
  max-width: 25.8rem;
}

.reason__item:nth-child(2) .reason__img {
  max-width: 26.7rem;
}

.reason__item:nth-child(3) .reason__img {
  max-width: 21rem;
}

.reason__text {
  line-height: 2;
  margin-top: 2rem;
}

.reason__lead {
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  margin-top: 17rem;
  position: relative;
  text-align: center;
}

.reason__lead::before {
  background: url(./../images/reason_obj03.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 25.7rem;
  left: 50%;
  max-width: 15rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.reason__obj {
  left: -1rem;
  max-width: 114rem;
  position: absolute;
  top: -16rem;
  width: 100%;
  width: 100%;
}

/*
 * rsv
 * -------------------------------------------------------------
 */

.rsv {
  bottom: 15rem;
  max-width: 34rem;
  opacity: 0;
  position: fixed;
  right: -8rem;
  transition: all 0.4s ease;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}

.rsv--visible {
  opacity: 1;
  visibility: visible;
}

.rsv:hover {
  filter: brightness(110%);
  opacity: 1;
  transform: translateY(-0.5rem);
}

@media screen and (min-width: 1025px) {

  a[href^="tel:"] {
    pointer-events: none;
  }

}

@media screen and (max-width: 1680px) {

  html {
    font-size: min(10px, 0.5952vw);
  }

  .rsv {
    max-width: 28rem;
  }

}

@media screen and (max-width: 1280px) {

  .l-inner {
    padding: 0 2.5rem;
  }

  .c-text {
    font-size: max(12px, 1.5rem);
  }

  /* .features__flex-body {
    margin: -16.3rem calc(50% - 50vw) 0;
    max-width: 100%;
    order: 3;
    position: static;
  } */

  .features__table {
    font-size: max(10px, 1.5rem);
  }

}

@media screen and (max-width: 767px) {

  html {
    font-size: 1.333vw;
  }

  .fv__img {
    aspect-ratio: 750/1182;
  }

  .fv__logo {
    bottom: -8rem;
    left: 52%;
    max-width: 44.1rem;
    width: 100%;
  }

  .l-inner {
    padding: 0 5rem;
  }

  .c-text {
    font-size: 2.5rem;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .about {
    padding-top: 28rem;
  }

  .about__eng {
    max-width: 27.9rem;
    top: -11.4rem;
  }

  .about__inner {
    padding-bottom: 22.5rem;
  }

  .about__lead {
    font-size: 4.5rem;
  }

  .about__lead::before {
    height: 17.4rem;
    right: -38.2rem;
    width: 53.3rem;
  }

  .about__text {
    font-size: 3rem;
    line-height: 2.33;
  }

  .about__item.--item01 {
    aspect-ratio: 750/600;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .about__item.--item01 .about__text {
    left: auto;
    order: 2;
    right: 2.3rem;
    top: 12rem;
  }

  .about__item.--item01 .about__img {
    left: -12.8rem;
    max-width: 108%;
    position: absolute;
    top: 2rem;
    width: 71.3rem;
    z-index: 1;
  }

  .about__item.--item01 .about__ttl {
    font-size: 21.2rem;
    margin-top: 5rem;
    order: 3;
    right: 4rem;
    width: 100%;
  }

  .about__item.--item02 {
    aspect-ratio: 750/820;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
  }

  .about__item.--item02 .about__text {
    margin-left: -5rem;
    order: 1;
  }

  .about__item.--item02 .about__img {
    position: absolute;
    right: -22rem;
    top: -8rem;
    width: 80rem;
  }

  .about__item.--item02 .about__ttl {
    font-size: 16.6rem;
    left: -9.3rem;
    order: 3;
    top: 9.5rem;
    width: 100%;
  }

  .about__item.--item03 {
    aspect-ratio: 750/830;
    flex-direction: column;
    margin-top: 0;
  }

  .about__item.--item03 .about__text {
    margin-left: auto;
    right: 10rem;
    top: auto;
  }

  .about__item.--item03 .about__img {
    left: -10rem;
    position: absolute;
    top: 14rem;
    width: 52.6rem;
  }

  .about__item.--item03 .about__ttl {
    margin-left: auto;
    margin-top: 38.7rem;
    right: -6.6rem;
  }

  .about__key {
    bottom: -11.1rem;
    left: 50%;
    width: 34.2rem;
  }

  .about__item.--item04 {
    aspect-ratio: 750/645;
    flex-wrap: wrap;
    justify-content: flex-start;
    left: -3rem;
    margin-top: 0;
  }

  .about__item.--item04 .about__text {
    left: 2rem;
    top: 12rem;
  }

  .bout__item04-wrap {
    position: absolute;
    right: -17rem;
    top: 8rem;
  }

  .about__item.--item04 .about__img {
    width: 73.7rem;
  }

  .about__item.--item04 .about__ttl {
    left: 7rem;
    margin-top: -12rem;
    order: 3;
    width: 100%;
  }

  .about__rose {
    bottom: 46rem;
    left: auto;
    max-width: 89.4rem;
    right: -27rem;
  }

  .about__obj {
    right: -15rem;
    top: -8.3rem;
  }

  .access {
    padding: 9rem 0 25rem;
  }

  .access__inner {
    padding: 0;
  }

  .access__header {
    font-size: 13rem;
  }

  .access__items {
    gap: 5.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 1rem;
  }

  .access__item {
    max-width: 100%;
  }

  .access__img {
    height: 40rem;
    margin-top: 2.8rem;
  }

  .access__address {
    line-height: 1.8;
    margin: 4.5rem auto 0;
    margin-top: 4.5rem;
    max-width: 63rem;
  }

  .access__map {
    aspect-ratio: 750/350;
    margin-top: 5rem;
  }

  .collection {
    padding: 8rem 0 7.8rem;
  }

  .collection__header {
    line-height: 1.375;
  }

  .collection__header::before {
    max-width: 58.6rem;
    right: -7.3rem;
    top: 12rem;
  }

  .collection__items {
    gap: 5rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .collection__btn {
    margin-top: 2rem;
  }

  .collection__prev,
  .collection__next {
    top: 39% !important;
  }

  .features {
    padding: 11rem 0 13rem;
  }

  .features__item:not(:nth-child(1)) {
    margin-top: 9.5rem;
  }

  .features__ttl {
    font-feature-settings: "palt";
    font-size: 4.8rem;
    line-height: 1.6;
  }

  .features__text {
    font-feature-settings: "palt";
    font-size: 2.8rem;
    line-height: 2.14;
  }

  .features__flex {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 8rem;
  }

  .features__flex-head {
    display: contents;
    margin: 0 calc(50% - 50vw);
    max-width: 75rem;
  }

  .features__flex-head-textarea {
    display: contents;
  }

  .features__flex-head-ttl {
    font-size: 8rem;
    margin-left: -4rem;
    margin-right: auto;
    order: 1;
    z-index: 1;
  }

  .features__flex-head-caption {
    font-feature-settings: "palt";
    font-size: 1.9rem;
    line-height: 1.5;
    margin: 0 calc(50% - 50vw);
    margin-top: 1rem;
    order: 4;
    padding: 0 2rem;
    text-align: center;
    width: 100%;
    width: 100vw;
  }

  .features__flex-head-img {
    bottom: auto;
    max-width: 42.2rem;
    right: -7rem;
    top: -2rem;
  }

  .features__sub-img {
    height: 73rem;
    margin-top: -10rem;
    max-width: 93.3rem;
    right: 1rem;
    width: 100%;
  }

  .features__text.--bottom {
    margin-top: -10.5rem;
  }

  .features__flex-body {
    margin: -16.3rem calc(50% - 50vw) 0;
    max-width: 100%;
    order: 3;
    position: static;
  }

  .features__table {
    font-size: 2rem;
    margin-top: 6rem;
  }

  .features__table thead th {
    height: 7.5rem;
  }

  .features__table tbody th span {
    padding-left: 1.7rem;
    vertical-align: bottom;
    width: 9.5rem;
  }

  .features__table td {
    line-height: 1.75;
    width: 26rem;
  }

  .features__table .bg {
    width: 29rem;
  }

  .intro {
    padding: 13rem 0 18rem;
  }

  .intro__body::before {
    height: 29.8rem;
    left: -13rem;
    max-width: 44.7rem;
    top: 10rem;
  }

  .intro__ttl {
    font-size: 3.2rem;
    line-height: 2.3;
  }

  .intro__text {
    font-size: 2.4rem;
    line-height: 2.3;
  }

  .offer {
    padding: 6rem 0 6.8rem;
  }

  .offer__rsv {
    max-width: 116%;
    position: relative;
    right: 4.3rem;
    width: 116%;
  }

  .offer__body {
    margin-top: -2rem;
  }

  .offer__box {
    flex-direction: column;
    gap: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .offer__text {
    font-size: 2.5rem;
    line-height: 2;
  }

  .quality {
    padding: 20.5rem 0 10rem;
  }

  .quality__header {
    font-size: 6.5rem;
  }

  .quality__header::before {
    background: url(./../images/sp/quality_ttl.webp) no-repeat center/100%;
    height: 23rem;
    max-width: 29rem;
    top: -12rem;
  }

  .quality__slider {
    margin-top: 5rem;
  }

  .quality__card {
    margin: 0 auto;
    max-width: 61rem;
  }

  .quality__ttl {
    font-size: 4.8rem;
    line-height: 1.6;
  }

  .quality__ttl::before {
    background: url(./../images/sp/quality_ttl_bg.webp) no-repeat top/100%;
    height: 19rem;
    max-width: 55.4rem;
  }

  .quality__img {
    margin-top: 7rem;
  }

  .quality__text {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 6rem;
  }

  .quality__prev,
  .quality__next {
    height: 3.3rem !important;
    top: 44% !important;
    width: 2.8rem !important;
  }

  .quality__prev {
    left: 1.5rem !important;
  }

  .quality__next {
    right: 1.5rem !important;
  }

  .quality__paginav {
    margin-top: 2.5rem;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    height: 2.2rem;
    width: 2.2rem;
  }

  .reason__inner {
    padding: 0 3rem;
  }

  .reason__header-main {
    font-size: 6rem;
    line-height: 1.83;
  }

  .reason__header-main span {
    font-size: 2.5rem;
    right: auto;
  }

  .reason__header-sub {
    font-size: 11.6rem;
    left: 1rem;
    margin: 0 calc(50% - 50vw);
    transform: translateY(-50%);
    white-space: nowrap;
  }

  .reason__header-obj {
    display: none;
  }

  .reason__items {
    gap: 6.5rem;
    grid-template-columns: repeat(1, 1fr);
  }

  .reason__ttl {
    font-size: 2.8rem;
  }

  .reason__ttl::before {
    margin-bottom: 7rem;
  }

  .reason__body {
    align-items: center;
    display: flex;
    gap: 2.3rem;
    margin-top: 7rem;
  }

  .reason__item:nth-child(2n) .reason__body {
    flex-direction: row-reverse;
  }

  .reason__img {
    height: auto;
    margin-top: 0;
  }

  .reason__item:nth-child(1) .reason__img {
    max-width: 25.3rem;
  }

  .reason__item:nth-child(3) .reason__img {
    max-width: 22.2rem;
  }

  .reason__text {
    flex: 1;
    line-height: 1.8;
    margin-top: 0;
    max-width: 40rem;
  }

  .reason__lead {
    line-height: 2;
    margin-top: 20rem;
  }

  .reason__lead::before {
    background: url(./../images/sp/reason_obj03.webp) no-repeat center/100%;
    height: 36.5rem;
    max-width: 16.6rem;
  }

  .reason__obj {
    left: -4rem;
    top: -11.3rem;
    width: 108%;
  }

  .rsv {
    bottom: 0;
    box-shadow: 0px 0px 15.89px rgba(142, 51, 68, 0.8);
    max-width: 100%;
    right: 0;
    width: 100%;
  }

  .rsv:hover {
    transform: none;
    transform: initial;
  }

}


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