@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Noto+Serif:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.carousel {
  position: relative;
  background-color: #000;
}
.carousel::after {
  position: absolute;
  content: "";
  background-color: #000;
  left: 0;
  width: 20%;
  height: 100%;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .carousel::after {
    width: 6.67%;
  }
}
.carousel__main .swiper {
  width: 100%;
  overflow: initial !important;
  padding-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .carousel__main .swiper {
    padding-bottom: 13.6rem;
  }
}
.carousel__main .swiper-wrapper {
  position: relative;
  top: -4.8rem;
}
.carousel__main .swiper-slide {
  width: 100%;
}
.carousel__main .swiper-slide img {
  transition: transform 0.5s;
  margin: 4.8rem 0 0 0;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .carousel__main .swiper-slide img {
    height: 45.933rem;
  }
}
.carousel__main .swiper-slide-prev {
  display: flex;
  justify-content: flex-end;
}
.carousel__main .swiper-slide-active {
  z-index: 10;
  scale: 1;
}
.carousel__main .swiper-slide-active img {
  width: 100%;
  margin: 0;
  height: 43.125rem;
}
@media (max-width: 767px) {
  .carousel__main .swiper-slide-active img {
    height: auto;
  }
}
.carousel__main .swiper-slide-active .carousel__counter {
  opacity: 1;
}
.carousel__main .swiper-slide-next {
  z-index: 1;
}
.carousel__main .swiper-button-block {
  display: flex;
  position: absolute;
  bottom: 4.812rem;
  right: calc(20% - 5.08rem);
}
@media (max-width: 767px) {
  .carousel__main .swiper-button-block {
    right: 0;
    bottom: 11.812rem;
  }
}
.carousel__main .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  margin-right: 1px;
  position: relative;
}
@media (max-width: 767px) {
  .carousel__main .swiper-button-prev {
    width: 13.333rem;
    height: 13.333rem;
  }
}
.carousel__main .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  top: 32%;
  left: 60%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .carousel__main .swiper-button-prev::after {
    width: 2.8rem;
    height: 2.8rem;
    top: 38%;
    left: 60%;
  }
}
.carousel__main .swiper-button-next {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  .carousel__main .swiper-button-next {
    width: 13.333rem;
    height: 13.333rem;
  }
}
.carousel__main .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 50%;
  left: 30%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .carousel__main .swiper-button-next::after {
    top: 53%;
    left: 30%;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.carousel__main .swiper-pagination {
  padding: 0 20% !important;
  text-align: left !important;
  position: absolute !important;
  display: flex !important;
  width: 60% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style: none !important;
  text-align: center !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 6rem !important;
}
@media (max-width: 767px) {
  .carousel__main .swiper-pagination {
    width: 86% !important;
    bottom: 12rem !important;
  }
}
.carousel__main .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3rem !important;
  opacity: 1;
}
@media (max-width: 767px) {
  .carousel__main .swiper-pagination-bullet {
    width: 2.667rem;
    height: 2.667rem;
    margin: 0 1rem !important;
  }
}
.carousel__main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cdb57b;
}
.carousel__counter {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: -5rem;
  z-index: 3;
  background-color: #000;
  width: 10rem;
  height: 10rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .carousel__counter {
    top: -1rem;
    right: -6.667rem;
    width: 16rem;
    height: 16rem;
  }
}
.carousel__counter-text {
  position: relative;
  width: 5.625rem;
  height: 5.625rem;
  color: #fff;
}
@media (max-width: 767px) {
  .carousel__counter-text {
    width: 9.333rem;
    height: 9.333rem;
  }
}
.carousel__counter-text::before {
  position: absolute;
  content: "";
  height: 0.063rem;
  width: 3.5rem;
  transform: rotate(-45deg);
  top: 2.5rem;
  left: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .carousel__counter-text::before {
    width: 5.6rem;
    top: 4rem;
    left: 1.733rem;
  }
}
.carousel__counter-text span:nth-child(1) {
  font-size: 1.875rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .carousel__counter-text span:nth-child(1) {
    font-size: 3.2rem;
  }
}
.carousel__counter-text span:nth-child(2) {
  font-size: 3rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .carousel__counter-text span:nth-child(2) {
    font-size: 4.8rem;
  }
}
.carousel .swiper-button-prev, .carousel .swiper-rtl .swiper-button-next {
  left: initial !important;
  right: initial !important;
}
.carousel .swiper-button-next, .carousel .swiper-rtl .swiper-button-prev {
  right: initial !important;
  left: initial !important;
}

.modal {
  position: relative;
}
.modal__main {
  overflow: initial !important;
}
.modal__main .swiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 749px) {
  .modal__main .swiper {
    padding-bottom: 3.3rem;
  }
}
.modal__main .swiper-wrapper {
  position: relative;
}
.modal__main .swiper-slide {
  width: 100%;
}
@media (max-width: 749px) {
  .modal__main .swiper-slide {
    width: 100%;
  }
}
.modal__main .swiper-slide img {
  transition: transform 0.5s;
  margin: 4.8rem 0 0 0;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 749px) {
  .modal__main .swiper-slide img {
    height: 45.933rem;
  }
}
.modal__main .swiper-slide-prev {
  display: flex;
  justify-content: flex-end;
}
.modal__main .swiper-slide-active {
  z-index: 10;
  scale: 1;
}
.modal__main .swiper-slide-active img {
  width: 100%;
  margin: 0;
  height: 43.125rem;
}
@media (max-width: 749px) {
  .modal__main .swiper-slide-active img {
    height: auto;
  }
}
.modal__main .swiper-slide-active .carousel__counter {
  opacity: 1;
}
.modal__main .swiper-slide-next {
  z-index: 1;
}
.modal__main .swiper-button-block {
  display: flex;
  position: absolute;
  /* right: calc(20% - 5.08rem); */
  /* bottom: 4.812rem; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4rem);
  justify-content: space-between;
  z-index: 10;
}
@media (max-width: 749px) {
  .modal__main .swiper-button-block {
    right: 0;
    bottom: initial;
    width: calc(100% + 7rem);
    transform: translate(-50%, -50%);
  }
}
.modal__main .swiper-button-prev {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  margin-right: 1px;
  position: relative;
}
@media (max-width: 749px) {
  .modal__main .swiper-button-prev {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.modal__main .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  top: 32%;
  left: 60%;
  pointer-events: none;
}
@media (max-width: 749px) {
  .modal__main .swiper-button-prev::after {
    width: 1.4rem;
    height: 1.4rem;
    top: 33%;
    left: 60%;
  }
}
.modal__main .swiper-button-next {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  position: relative;
}
@media (max-width: 749px) {
  .modal__main .swiper-button-next {
    width: 4.5rem;
    height: 4.5rem;
  }
}
.modal__main .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 50%;
  left: 30%;
  pointer-events: none;
}
@media (max-width: 749px) {
  .modal__main .swiper-button-next::after {
    top: 55%;
    left: 30%;
    width: 1.4rem;
    height: 1.4rem;
  }
}
.modal__main .swiper-pagination {
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  bottom: 1.4rem !important;
}
@media (max-width: 749px) {
  .modal__main .swiper-pagination {
    width: 86% !important;
    bottom: 3rem !important;
  }
}
.modal__main .swiper-pagination-bullet {
  background-color: #fff;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3rem !important;
  opacity: 1;
}
@media (max-width: 749px) {
  .modal__main .swiper-pagination-bullet {
    width: 2.667rem;
    height: 2.667rem;
    margin: 0 1rem !important;
  }
}
.modal__main .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cdb57b;
}
.modal .swiper-button-prev, .modal .swiper-rtl .swiper-button-next {
  left: initial !important;
  right: initial !important;
}
.modal .swiper-button-next, .modal .swiper-rtl .swiper-button-prev {
  right: initial !important;
  left: initial !important;
}

.p_lp_pickup_remodal {
  background-color: transparent;
  /* padding:60px 0 0;
    max-width:960px; */
  padding: 3.75rem 0 0;
  max-width: 75rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal {
    /* padding:100px 0 0;
      max-width:calc(100% - 60px); */
    padding: 5rem 0 0;
    max-width: calc(100% - 4rem);
  }
}
.p_lp_pickup_remodal .remodal-close {
  /* width:50px;
    height:50px; */
  width: 3.125rem;
  height: 3.125rem;
  left: unset;
  right: 0;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .remodal-close {
    /* width:70px;
      height:70px; */
    width: 4.5rem;
    height: 4.5rem;
  }
}
.p_lp_pickup_remodal .remodal-close::before {
  position: absolute;
  /* width:50px; */
  width: 3.125rem;
  height: 1px;
  content: "";
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  left: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .remodal-close::before {
    /* width:70px; */
    width: 4.5rem;
    height: 1px;
  }
}
.p_lp_pickup_remodal .remodal-close::after {
  position: absolute;
  /* width:50px; */
  width: 3.125rem;
  height: 1px;
  content: "";
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .remodal-close::after {
    /* width:70px; */
    width: 4.5rem;
    height: 1px;
  }
}
.p_lp_pickup_remodal_main {
  padding: 5.5rem 5.5rem 8rem;
  width: 75rem;
  color: #020231;
  background-color: #f7f7f4;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_main {
    padding: 2.5rem 2.5rem 5rem;
    width: 100%;
  }
}
.p_lp_pickup_remodal_namearea {
  /* margin-bottom:30px; */
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_namearea {
    /* margin-bottom:30px; */
  }
}
.p_lp_pickup_remodal_subname {
  /* font-size:16px;
    margin-bottom:10px; */
  font-size: 1rem;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_subname {
    /* font-size:28px;
      margin-bottom:20px; */
    font-size: 3.2rem;
    margin-bottom: 2.667rem;
  }
}
.p_lp_pickup_remodal_name {
  /* font-size:30px; */
  font-size: 1.875rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_name {
    /* font-size:44px; */
    font-size: 5.867rem;
  }
}
.p_lp_pickup_remodal_slickarea {
  /* margin-bottom:60px; */
  margin-bottom: 3.75rem;
  position: relative;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_slickarea {
    /* margin-bottom:90px; */
    margin-bottom: 12rem;
  }
}
.p_lp_pickup_remodal_content {
  /* padding:0 60px; */
  padding: 0;
  font-size: 1.16rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_content {
    /* padding:0 45px; */
    padding: 0;
  }
}
.p_lp_pickup_remodal_textarea .btn-black {
  width: calc(100% - 3rem);
  margin: 0 auto;
  margin-bottom: 4rem;
  padding: 2.9rem 0rem;
}
.p_lp_pickup_remodal_textarea .btn-white {
  padding: 2.4rem 0rem;
  width: 50%;
  margin: 0 auto;
}
.p_lp_pickup_remodal_textarea .btn-white .btn-text {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p_lp_pickup_remodal_textarea .btn {
    max-width: initial;
    margin: 0 auto;
  }
  .p_lp_pickup_remodal_textarea .btn-black {
    margin-bottom: 3rem !important;
    padding: 1.9rem 0;
  }
  .p_lp_pickup_remodal_textarea .btn-black .btn-text {
    font-size: 1.8rem !important;
  }
  .p_lp_pickup_remodal_textarea .btn-white {
    width: 80%;
    margin: 0 auto;
    padding: 1.9rem 0;
    line-height: 1;
  }
  .p_lp_pickup_remodal_textarea .btn-white .btn-text {
    font-size: 1.8rem !important;
  }
}

.p_lp_pickup_remodal_text_blockarea {
  display: flex;
  border-top: 1px solid #454558;
  border-bottom: 1px solid #454558;
  padding: 3rem 0;
  margin-bottom: 4rem;
  text-align: left;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_blockarea {
    display: block;
    padding: 2.3rem 0;
    margin-bottom: 2rem;
  }
}
.p_lp_pickup_remodal_text_block {
  margin-right: 3.75rem;
  font-size: 1.6rem;
  line-height: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 2rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_block {
    margin-right: 0;
    grid-template-columns: 1fr;
    gap: 0.5rem;
    font-size: 1.4rem;
  }
}
.p_lp_pickup_remodal_text_block:last-child {
  margin-right: 0;
}

.p_lp_pickup_remodal_text_content {
  margin-bottom: 4.5rem;
  text-align: left;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_content {
    margin-bottom: 4rem;
  }
}
.p_lp_pickup_remodal_text_content_text1 {
  line-height: 1.6;
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.p_lp_pickup_remodal_text_content_text1 br {
  display: none;
}
.p_lp_pickup_remodal_text_content_text1 br.modal {
  display: block;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_content_text1 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 2.5rem;
  }
}
.p_lp_pickup_remodal_text_content_text2 {
  line-height: 2em;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_content_text2 {
    line-height: 1.9;
    font-size: 1.4rem;
  }
}
.p_lp_pickup_remodal_text_content_text2_note {
  line-height: 2em;
  /* font-size:14px; */
  font-size: 0.875rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_text_content_text2_note {
    /* font-size:28px; */
    font-size: 3.2rem;
  }
}
.p_lp_pickup_remodal_closebtn {
  text-align: center;
}

.p_lp_pickup_remodal_closebtn p {
  border: 1px solid #fff;
  /* width:200px;
    border-radius:30px;
    padding:10px 0; */
  width: 12.5rem;
  border-radius: 1.875rem;
  padding: 0.625rem 0;
  margin: auto;
  cursor: pointer;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_closebtn p {
    width: 100%;
    /* max-width:550px;
      border-radius:50px;
      padding:20px 0;
      font-size: 28px; */
    max-width: 73.333rem;
    border-radius: 6.667rem;
    padding: 2.667rem 0;
    font-size: 3.2rem;
  }
}
.p_lp_pickup_remodal_closebtn p span {
  text-align: center;
  position: relative;
  /* padding-right:30px; */
  padding-right: 1.875rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_closebtn p span {
    /* padding-right:35px; */
    padding-right: 4.667rem;
  }
}
.p_lp_pickup_remodal_closebtn p span::before {
  position: absolute;
  /* width:28px; */
  width: 1.75rem;
  height: 1px;
  content: "";
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_closebtn p span::before {
    /* width:35px; */
    width: 4.667rem;
    height: 1px;
  }
}
.p_lp_pickup_remodal_closebtn p span::after {
  position: absolute;
  /* width:28px; */
  width: 1.75rem;
  height: 1px;
  content: "";
  transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #fff;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_closebtn p span::after {
    /* width:35px; */
    width: 4.667rem;
    height: 1px;
  }
}
.p_lp_pickup_remodal_slickbtn_l {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  margin-right: 1px;
  position: absolute;
  top: 50%;
  /* left:40px; */
  left: 2.5rem;
  z-index: 9;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_slickbtn_l {
    width: 13.333rem;
    height: 13.333rem;
    /* left:30px; */
    left: 4rem;
    top: 40%;
  }
}
.p_lp_pickup_remodal_slickbtn_r {
  width: 5rem;
  height: 5rem;
  background-color: #b29d6b;
  cursor: pointer;
  margin-right: 1px;
  position: absolute;
  top: 50%;
  /* right:40px; */
  right: 2.5rem;
  z-index: 9;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_slickbtn_r {
    width: 13.333rem;
    height: 13.333rem;
    /* right:30px; */
    right: 4rem;
    top: 40%;
  }
}
.p_lp_pickup_remodal_slickbtn_l div,
.p_lp_pickup_remodal_slickbtn_l div {
  position: relative;
  width: 100%;
  height: 100%;
}

.p_lp_pickup_remodal_slickbtn_l div::before {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  top: 32%;
  left: 60%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_slickbtn_l div::before {
    top: 37%;
    left: 55%;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.p_lp_pickup_remodal_slickbtn_r div::before {
  position: absolute;
  content: "";
  width: 1.313rem;
  height: 1.313rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateX(-50%) translateY(-50%);
  top: 50%;
  left: 30%;
  pointer-events: none;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal_slickbtn_r div::before {
    width: 2.8rem;
    height: 2.8rem;
    top: 55%;
    left: 33%;
  }
}
.p_lp_pickup_remodal .slick-dots {
  /* bottom:-30px; */
  bottom: -1.875rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .slick-dots {
    /* bottom:-50px; */
    bottom: -6.667rem;
  }
}
.p_lp_pickup_remodal .slick-dots li {
  /* width:10px;
    height:10px; */
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .slick-dots li {
    /* width:10px;
      height:10px; */
    width: 1.333rem;
    height: 1.333rem;
  }
}
.p_lp_pickup_remodal .slick-dots li button {
  /* width:10px;
    height:10px; */
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .slick-dots li button {
    /* width:10px;
      height:10px; */
    width: 1.333rem;
    height: 1.333rem;
  }
}
.p_lp_pickup_remodal .slick-dots li button::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  opacity: 1;
  /* width:10px;
    height:10px; */
  width: 0.625rem;
  height: 0.625rem;
}

@media (max-width: 767px) {
  .p_lp_pickup_remodal .slick-dots li button::before {
    /* width:10px;
      height:10px; */
    width: 1.333rem;
    height: 1.333rem;
  }
}
.p_lp_pickup_remodal .slick-dots li.slick-active button::before {
  background-color: #cdb57b;
}

/* ヒーローセクション */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* Swiperナビゲーションボタンのカスタマイズ */
}
.hero .swiper-button-next,
.hero .swiper-button-prev {
  height: 5rem;
  border-radius: 50%;
  background-color: initial;
}
.hero .swiper-button-next:hover,
.hero .swiper-button-prev:hover {
  background-color: initial;
}
.hero .swiper-button-next::after,
.hero .swiper-button-prev::after {
  font-size: 4rem;
  color: #251a17;
}
@media (max-width: 749px) {
  .hero .swiper-button-next,
  .hero .swiper-button-prev {
    width: 3rem;
    height: 4rem;
    top: initial;
    bottom: 4rem;
  }
  .hero .swiper-button-next::after,
  .hero .swiper-button-prev::after {
    font-size: 7rem;
  }
}
.hero .swiper-button-next {
  right: 1rem;
}
.hero .swiper-button-prev {
  left: 1rem;
}

/* Swiperスライダー設定 */
.hero-swiper {
  width: 100%;
  /* スライド内のコンテンツレイアウト */
  /* テキストエリア */
  /* タイトル */
  /* 日付 */
  /* 画像エリア */
}
.hero-swiper .hero-content {
  display: flex;
  width: 100%;
  height: 100%;
  /* PCではテキストを左、画像を右に配置 */
}
@media (min-width: 749px) {
  .hero-swiper .hero-content {
    flex-direction: row;
  }
}
.hero-swiper .hero-title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  width: 70%;
}
@media (max-width: 749px) {
  .hero-swiper .hero-title {
    font-size: 7rem;
    width: 100%;
    text-align: left;
    line-height: 1;
    margin-bottom: 4rem;
  }
}
.hero-swiper .hero-date {
  font-size: 2rem;
  width: 70%;
  margin: 0 auto 1.5rem;
}
@media (max-width: 749px) {
  .hero-swiper .hero-date {
    font-size: 4rem;
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 749px) {
  .hero-swiper .hero-image,
  .hero-swiper .hero-text {
    width: 100%;
  }
}
@media (max-width: 749px) {
  .hero-swiper .hero-image,
  .hero-swiper .hero-text {
    width: 100%;
  }
}
.hero-swiper .hero-image img,
.hero-swiper .hero-text img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Swiperページネーションのカスタマイズ */
.swiper-pagination-bullet {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
}

/* 既存のスタイルはそのままで、プログレスバー部分を修正 */
/* プログレスバーコンテナ */
.progress-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background-color: rgba(191, 159, 98, 0.3); /* 薄いゴールドカラー */
  z-index: 10;
  overflow: hidden;
}

/* プログレスバー */
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%; /* 初期状態は0% */
  background-color: #BF9F62; /* ゴールドカラー */
  will-change: width; /* パフォーマンス最適化 */
  /* transitionは削除 - requestAnimationFrameで滑らかに制御するため */
}

/* コンテナ設定 */
.about-container {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
  padding: 6rem 5rem;
  box-sizing: border-box;
  position: relative;
  gap: 6rem;
  display: flex;
  align-items: center;
}
@media (max-width: 990px) {
  .about-container {
    padding: 6rem 5rem;
    gap: 4rem;
  }
}
@media (max-width: 749px) {
  .about-container {
    flex-direction: column;
    padding: 5rem 2.5rem 4.5rem;
    max-width: initial;
    gap: 5rem;
  }
}

.about-text-area {
  flex: 1;
}
.about-text-area + img {
  flex: 1;
  width: 100%;
  object-fit: cover;
}

/* 「和光とは」セクション */
.about-section {
  position: relative;
  background-color: #f7f7f4;
}
.about-section .btn {
  position: absolute;
  top: 4rem;
  right: 0;
  width: 100%;
  max-width: 22rem;
  margin: 0 auto;
}
@media (max-width: 749px) {
  .about-section .btn {
    max-width: initial;
    position: fixed;
    z-index: 10;
    top: initial;
    bottom: 0;
    text-align: center;
  }
}

/* タイトル */
.about-title {
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  text-align: left;
  line-height: 1;
}
@media (max-width: 749px) {
  .about-title {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 4rem;
  }
}

/* コンテンツエリア */
.about-content {
  max-width: 84rem;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 749px) {
  .about-content {
    max-width: 100%;
  }
}

/* テキスト段落 */
.about-text {
  font-size: 1.6rem;
  margin-bottom: 1.4rem;
  line-height: 2;
}
@media (max-width: 749px) {
  .about-text {
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
    line-height: 1.8;
  }
}
.about-text:last-child {
  margin-bottom: 0;
}

.access {
  display: flex;
}
@media (max-width: 749px) {
  .access {
    flex-direction: column-reverse;
    height: initial;
  }
}
.access .access-map {
  width: 57%;
}
.access .access-map iframe {
  filter: grayscale(100%);
  filter: grayscale(80%) hue-rotate(183deg);
  transition: all 0.7s ease;
  width: 100%;
  height: 100%;
}
@media (max-width: 749px) {
  .access .access-map iframe {
    height: 69.33rem;
  }
}
@media (max-width: 749px) {
  .access .access-map {
    width: 100%;
    order: 2;
  }
}
.access .access-content {
  width: 43%;
}
@media (max-width: 749px) {
  .access .access-content {
    order: 1;
    width: 100%;
  }
}
.access .access-content address {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 749px) {
  .access .access-content address {
    gap: 3rem;
    margin-bottom: 10rem;
    width: 100%;
  }
}
.access .access-content address::before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 1px;
  background-color: #333;
  top: 0;
  left: 6.6rem;
}
@media (max-width: 749px) {
  .access .access-content address::before {
    left: 20rem;
  }
}
.access .access-content .access-text {
  padding: 5rem 5rem 6rem;
}
.access .access-content .access-text .btn {
  width: 100%;
  max-width: 22rem;
}
@media (max-width: 749px) {
  .access .access-content .access-text .btn {
    max-width: initial;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 749px) {
  .access .access-content .access-text {
    height: initial;
    padding: 10.67rem 5rem 16rem;
  }
}
.access .access-content .access-title {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 749px) {
  .access .access-content .access-title {
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 2rem;
    align-items: initial;
    display: block;
    text-align: center;
  }
}
.access .access-content .access-subtitle {
  font-size: 2.4rem;
  color: #BF9F62; /* ゴールドカラー */
  margin-left: 1rem;
  line-height: 1;
}
@media (max-width: 749px) {
  .access .access-content .access-subtitle {
    font-size: 3rem;
    line-height: 1;
    text-align: center;
    margin: 0 0 3rem;
  }
}
.access .access-content .access-list {
  display: flex;
  align-items: center;
  text-align: right;
  gap: 3rem;
  font-size: 1.15rem;
}
@media (max-width: 749px) {
  .access .access-content .access-list {
    gap: 8rem;
  }
}
.access .access-content .access-list dt {
  width: 5rem;
  color: #333;
  font-weight: normal;
}
@media (max-width: 749px) {
  .access .access-content .access-list dt {
    width: 10rem;
    font-size: 3.7rem;
    flex-basis: 16rem;
    text-align: left;
  }
}
.access .access-content .access-list dd {
  margin: 0;
}
@media (max-width: 749px) {
  .access .access-content .access-list dd {
    flex: 1;
    text-align: left;
    font-size: 3.7rem;
    align-items: center;
    display: flex;
  }
}
.access .access-content .btn-official {
  padding: 1.8rem 1.2rem 1.8rem 3rem;
  border: 1px solid #333;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  margin-top: 3rem;
  width: 20rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 749px) {
  .access .access-content .btn-official {
    width: 100%;
    text-align: center;
  }
}
.access .access-content .btn-official:hover {
  background-color: #f5f5f5;
}
.access .access-content .btn-official .arrow {
  display: inline-block;
  margin-left: 1rem;
}
.access .access-content .access-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 749px) {
  .access .access-content .access-img {
    margin-top: 0;
  }
}

/* 歴史セクション全体 */
.history-section {
  position: relative;
  width: 100%;
  margin: 0 auto 1rem;
}

/* タブナビゲーション */
.tab-navigation {
  display: flex;
  justify-content: flex-start;
  max-width: 90rem;
  margin: 0 auto;
  gap: 2rem;
}
@media (max-width: 749px) {
  .tab-navigation {
    flex-wrap: wrap;
    max-width: 100%;
    width: calc(100% - 4rem);
    gap: 1rem;
  }
}

/* タブボタン */
.tab-button {
  flex: 1;
  padding: 2rem 1rem;
  background-color: #f7f7f5;
  border: none;
  font-family: inherit;
  font-size: 1.6rem;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  position: relative;
  overflow: initial;
  /* アクティブインジケーター（下線） */
}
.tab-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f0ebe4; /* ゴールドカラー */
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: center;
  z-index: 1;
}
.tab-button:first-child {
  border-left: none;
}
.tab-button:last-child {
  border-right: none;
}
@media (max-width: 749px) {
  .tab-button:last-child {
    flex-basis: 15.7rem;
  }
}
.tab-button.active {
  background-color: #f0ebe4;
  font-weight: bold;
  border-top: 2px solid #9e886e;
  color: #333;
  /* アクティブ時に下線を表示 */
}
.tab-button.active::after {
  transform: scaleX(1);
  z-index: 1;
  bottom: -3px;
}
@media (max-width: 749px) {
  .tab-button {
    flex: 1;
    font-size: 3.2rem;
    padding: 3rem 0 3rem;
    width: initial;
  }
}

/* タブコンテンツ全体のラッパー */
.tab-content-wrapper {
  background-color: #f0ebe4;
  position: relative;
  border-top: 1px solid #d0c4b6;
}
@media (max-width: 749px) {
  .tab-content-wrapper {
    min-height: 70rem; /* SP表示の場合は高さを調整 */
  }
}

/* 各タブコンテンツ */
.tab-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  padding: 8rem 5rem;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}

/* コンテンツコンテナ */
.content-container {
  display: flex;
  flex-direction: row;
  max-width: 120rem;
  margin: 0 auto;
  gap: 5rem;
  position: relative;
  /* スライダーナビゲーションボタン */
}
.content-container .swiper-button-prev,
.content-container .swiper-button-next {
  width: 4rem;
  height: 4rem;
  background-color: rgba(152, 133, 107, 0.8); /* 和風ゴールド */
  border-radius: 0;
  transition: background-color 0.3s, transform 0.3s;
}
.content-container .swiper-button-prev::after,
.content-container .swiper-button-next::after {
  font-size: 1.8rem;
  color: #fff;
}
@media (max-width: 749px) {
  .content-container .swiper-button-prev::after,
  .content-container .swiper-button-next::after {
    font-size: 4.6rem;
  }
}
.content-container .swiper-button-prev:hover,
.content-container .swiper-button-next:hover {
  background-color: rgb(152, 133, 107);
  transform: scale(1.05);
}
@media (max-width: 749px) {
  .content-container .swiper-button-prev,
  .content-container .swiper-button-next {
    width: 8rem;
    height: 8rem;
    top: 27rem;
  }
  .content-container .swiper-button-prev::after,
  .content-container .swiper-button-next::after {
    font-size: 1.6rem;
  }
}
.content-container .swiper-button-prev {
  left: -2rem;
}
@media (max-width: 749px) {
  .content-container .swiper-button-prev {
    left: -4rem;
  }
}
.content-container .swiper-button-next {
  right: 43rem;
}
@media (max-width: 749px) {
  .content-container .swiper-button-next {
    right: -3rem;
  }
}
@media (max-width: 749px) {
  .content-container {
    flex-direction: column;
  }
}

/* 画像スライダー部分 */
.image-swiper {
  flex: 0 0 50%;
  width: 50%;
  height: auto;
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.active .image-swiper {
  opacity: 1;
  transform: translateX(0);
}
.image-swiper img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 749px) {
  .image-swiper {
    flex: 0 0 100%;
    width: 100%;
  }
}

/* テキストエリア */
.history-text {
  padding: 0;
  box-sizing: border-box;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s; /* 少し遅延させる */
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 1;
}
.active .history-text {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 749px) {
  .history-text {
    flex: 0 0 100%;
    padding: 3rem 0;
    transform: translateY(20px); /* SPの場合は縦方向のアニメーション */
  }
  .active .history-text {
    transform: translateY(0);
  }
}

/* 歴史タイトル */
.history-title {
  font-size: 4.8rem;
  font-weight: normal;
  margin-bottom: 3rem;
  line-height: 1.5;
}
@media (max-width: 749px) {
  .history-title {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
}

/* テキスト段落 */
.history-text p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  line-height: 2.2;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.history-text p:nth-child(2) {
  transition-delay: 0.1s;
}
.history-text p:nth-child(3) {
  transition-delay: 0.2s;
}
.history-text p:nth-child(4) {
  transition-delay: 0.3s;
}
.active .history-text p {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 749px) {
  .history-text p {
    font-size: 3.8rem;
    line-height: 1.8;
  }
  .history-text p br {
    display: none; /* SP表示では改行を削除 */
  }
}
.history-text p:last-child {
  margin-bottom: 0;
}

/* ゴールドのアクセントライン */
.history-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #BF9F62; /* ゴールドカラー */
}

.introduction {
  background-image: -moz-linear-gradient(0deg, rgb(0, 34, 65) 0%, rgb(1, 1, 43) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 34, 65) 0%, rgb(1, 1, 43) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 34, 65) 0%, rgb(1, 1, 43) 100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 749px) {
  .introduction {
    background-color: #000;
    background-image: unset;
  }
}
.introduction h2 {
  font-family: "Times New Roman";
  font-size: 2.25rem;
  margin-bottom: 2.625rem;
  letter-spacing: 0.28em;
}
@media (max-width: 749px) {
  .introduction h2 {
    font-size: 7.2rem;
    margin-bottom: 8rem;
  }
}

.introduction-imagearea {
  display: flex;
  position: relative;
  z-index: 2;
}
.introduction-imagearea img {
  width: 25%;
}

/* ブランドセクション */
.brands-section {
  padding: 8rem 2rem;
}
@media (max-width: 749px) {
  .brands-section {
    padding: 8rem 5rem 18rem;
  }
}

/* コンテナ */
.brands-container {
  margin: 0 auto;
  text-align: center;
}

/* タイトル */
.brands-title {
  font-size: 3.6rem;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 1rem;
}
@media (max-width: 749px) {
  .brands-title {
    font-size: 4.8rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

/* サブタイトル */
.brands-subtitle {
  font-size: 2.4rem;
  color: #BF9F62; /* ゴールドカラー */
  font-weight: normal;
  margin: 0 0 2.5rem;
  line-height: 1;
}
@media (max-width: 749px) {
  .brands-subtitle {
    margin: 0 0 3rem;
    font-size: 3rem;
    line-height: 1;
  }
}

/* 区切り線 */
.brands-divider {
  width: 2rem;
  height: 1px;
  background-color: #BF9F62; /* ゴールドカラー */
  margin: 0 auto 5rem;
}
@media (max-width: 749px) {
  .brands-divider {
    margin-bottom: 8rem;
    width: 4rem;
  }
}

/* ブランドグリッド */
.brands-grid {
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90rem;
  margin: 0 auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 3rem 4rem;
}
@media (max-width: 749px) {
  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 7rem 6rem;
  }
}
.brands-grid::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #999;
  top: 14.4rem;
}
@media (max-width: 749px) {
  .brands-grid::after {
    top: 31.4rem;
  }
}

/* 行区切り線 */
.brands-row-divider {
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  margin: 4rem 0;
}
@media (max-width: 749px) {
  .brands-row-divider {
    margin: 2rem 0;
  }
}

/* ブランドアイテム */
.brand-item {
  width: 100%;
}
@media (max-width: 749px) {
  .brand-item {
    width: 100%;
  }
  .brand-item:nth-child(3) {
    display: none;
  }
  .brand-item:nth-child(4) {
    display: none;
  }
}

/* ブランドリンク */
.brand-link {
  display: block;
  transition: all 0.3s ease;
}
.brand-link:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.brand-link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
  width: 100%;
}
@media (max-width: 749px) {
  .brand-link {
    padding: 0;
  }
}

/* 特典セクション */
.novelty-section {
  background-color: #f5f2ed; /* 薄いベージュ */
  margin-top: 12rem;
  padding: 12rem 2rem;
}
@media (max-width: 749px) {
  .novelty-section {
    margin-top: 5rem;
    padding: 5rem 2.5rem;
  }
}

/* コンテナ */
.novelty-container {
  max-width: 120rem;
  margin: 0 auto;
  text-align: center;
}

/* タイトル */
.novelty-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1.9rem;
}
@media (max-width: 749px) {
  .novelty-title {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 2rem;
  }
}

.novelty-subtitle {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 2.4rem;
  color: #BF9F62; /* ゴールドカラー */
  font-weight: normal;
  margin: 0 0 2.5rem;
  line-height: 1;
}
@media (max-width: 749px) {
  .novelty-subtitle {
    font-size: 1.8rem;
    margin: 0 0 1.5rem;
    line-height: 1;
  }
}

.novelty-divider {
  width: 2rem;
  height: 1px;
  background-color: #BF9F62; /* ゴールドカラー */
  margin: 0 auto 3rem;
}
@media (max-width: 749px) {
  .novelty-divider {
    margin-bottom: 4rem;
    width: 2rem;
    display: block;
  }
}

.novelty-text {
  max-width: 60rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.novelty-text p {
  line-height: 1.8;
  line-height: 1;
  font-size: 1.6rem;
}
@media (max-width: 749px) {
  .novelty-text p {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}
@media (max-width: 749px) {
  .novelty-text {
    font-size: 1.4rem;
    max-width: 100%;
    gap: 0.75rem;
  }
}

/* 注釈 */
.novelty-note {
  font-size: 1.3rem !important;
  color: #666;
}
@media (max-width: 749px) {
  .novelty-note {
    font-size: 0.65rem !important;
  }
}

.l_footer {
  background-color: #000;
}
.l_footer .l_footer-copyright {
  padding: 4rem 0;
}
@media (max-width: 749px) {
  .l_footer .l_footer-copyright {
    padding: 9.333rem 0;
  }
}
.l_footer .l_footer-copyright p {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
@media (max-width: 749px) {
  .l_footer .l_footer-copyright p {
    font-size: 2.933rem;
  }
}

.btn {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  text-decoration: none;
  font-size: 1.6rem;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 60rem;
  box-sizing: border-box;
  line-height: 1;
}
@media (max-width: 749px) {
  .btn {
    padding: 4rem 0;
    font-size: 1.5rem;
  }
}

.btn-text {
  font-weight: normal;
  position: relative;
  font-size: 2.4rem;
}
@media (max-width: 749px) {
  .btn-text {
    font-size: 3.6rem;
  }
}

.btn-arrow {
  position: absolute;
  right: 1.5rem;
}
@media (max-width: 749px) {
  .btn-arrow {
    font-size: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.7rem;
  }
}

/* 来店予約ボタン */
.btn-black {
  background-color: #000;
  color: #ffffff;
  border: none;
  padding: 2.8rem 0;
}
@media (max-width: 749px) {
  .btn-black {
    padding: 1.9rem 0;
  }
}

.btn-black:hover {
  background-color: #333333;
}

/* オフィシャルウェブサイトボタン */
.btn-white {
  background-color: #fff;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  position: relative;
  text-align: center;
}

.btn-white:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.comfirm-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12rem 0 0;
}
@media (max-width: 749px) {
  .comfirm-section {
    padding: 5rem 0 0;
  }
}
.comfirm-section .btn {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60rem;
  padding: 2.8rem 0;
}
@media (max-width: 749px) {
  .comfirm-section .btn {
    width: 70%;
    max-width: initial;
    padding: 1.9rem 0;
  }
}
.comfirm-section .btn .btn-text {
  font-size: 2.4rem;
}
@media (max-width: 749px) {
  .comfirm-section .btn .btn-text {
    font-size: 1.8rem;
  }
}

.animate-on-scroll {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

.animate-on-scroll.animate {
  opacity: 1;
  transform: translate(0, 0) scale(1) rotate(0) !important;
}

.animation-fade-up {
  transform: translateY(30px);
}

.animation-fade-down {
  transform: translateY(-30px);
}

.animation-fade-left {
  transform: translateX(30px);
}

.animation-fade-right {
  transform: translateX(-30px);
}

.animation-zoom-in {
  transform: scale(0.9);
}

.animation-zoom-out {
  transform: scale(1.1);
}

.animation-rotate {
  transform: rotate(-5deg);
}

.delay-100 {
  transition-delay: 0.1s;
}

.delay-200 {
  transition-delay: 0.2s;
}

.delay-300 {
  transition-delay: 0.3s;
}

.delay-400 {
  transition-delay: 0.4s;
}

.delay-500 {
  transition-delay: 0.5s;
}

.delay-600 {
  transition-delay: 0.6s;
}

.delay-700 {
  transition-delay: 0.7s;
}

.delay-800 {
  transition-delay: 0.8s;
}

.delay-900 {
  transition-delay: 0.9s;
}

.delay-1000 {
  transition-delay: 1s;
}

.animate-progress.parallax {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.animate-progress.scale-in {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.animate-progress.rotate-in {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

.item {
  color: #fff;
  padding: 8.75rem 0 6.25rem;
}

@media (max-width: 749px) {
  .item {
    background-image: url(../img/pickup_bg_sp.jpg);
    background-size: cover;
    padding: 18.667rem 6.667rem 14.667rem;
  }
}
.item-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1;
}
@media (max-width: 749px) {
  .item-title {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}

.item_block {
  padding: 3rem 3rem 5rem;
  background-color: #f7f7f4;
}

.item_layoutA {
  display: flex;
  background-color: #e8eff0;
  flex-direction: column;
  margin-bottom: 6rem;
  padding: 4rem 6rem;
}
@media (max-width: 749px) {
  .item_layoutA {
    padding: 4rem 3rem 4.5rem;
  }
}

.item_layoutA_inner {
  display: flex;
  gap: 11rem;
  position: relative;
}
.item_layoutA_inner::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  left: 50%;
}
@media (max-width: 749px) {
  .item_layoutA_inner {
    flex-direction: column;
  }
  .item_layoutA_inner::before {
    display: none;
  }
}

.item_layoutA_heading {
  color: #8d7327;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 749px) {
  .item_layoutA_heading {
    font-size: 6rem;
    margin-bottom: 8rem;
  }
}

.item_titlearea {
  text-align: center;
  margin-bottom: 3.75rem;
}

@media (max-width: 749px) {
  .item_titlearea {
    margin-bottom: 9.333rem;
  }
}
.item_title-sub {
  font-family: "Times New Roman";
  font-size: 1.25rem;
  text-align: center;
  color: rgb(205, 181, 123);
  background: linear-gradient(90deg, #ae903c 0%, #dccc7a 50%, #ae903c 100%);
  background: -webkit-linear-gradient(0deg, #ae903c 0%, #dccc7a 50%, #ae903c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.375rem;
  letter-spacing: 0.22em;
}

@media (max-width: 749px) {
  .item_title-sub {
    font-size: 3.2rem;
  }
}
.item_titlearea h2 {
  font-size: 5rem;
  color: rgb(205, 181, 123);
  background: linear-gradient(90deg, #ae903c 0%, #dccc7a 50%, #ae903c 100%);
  background: -webkit-linear-gradient(0deg, #ae903c 0%, #dccc7a 50%, #ae903c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
  text-align: center;
}

.item_titlearea h2 span {
  font-size: 4rem;
}

@media (max-width: 749px) {
  .item_titlearea h2 {
    line-height: 1.1em;
    font-size: 9.333rem;
    margin-bottom: 4rem;
  }
  .item_titlearea h2 span {
    font-size: 7.2rem;
  }
}
.item-section {
  padding: 8rem 2rem 0;
}
@media (max-width: 749px) {
  .item-section {
    padding: 4rem 2rem 4rem;
  }
}

@media (max-width: 749px) {
  .item_content_inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.item_content_pickupimage {
  vertical-align: bottom;
  width: 100%;
}

@media (max-width: 749px) {
  .item_content {
    padding: 0;
  }
}
.item_model {
  position: relative;
  width: 100%;
  color: #000;
}

@media (max-width: 749px) {
  .item_model.model-2 {
    height: auto;
  }
}

.item_model.model-2::before {
  right: 0;
  left: auto;
}

.item_model-bg {
  vertical-align: top;
}
.item_model-bg img {
  display: block;
}

@media (max-width: 749px) {
  .item_model-textbox.box-1 {
    bottom: 10.667rem;
    left: 6.6667rem;
    right: 8.6667rem;
    transform: none;
    top: 36%;
  }
}

@media (max-width: 749px) {
  .item_model-textbox.box-2 {
    bottom: 8.667rem;
    top: 36%;
    left: 6.6667rem;
    right: 6.6667rem;
    transform: none;
  }
}

.item_model-title {
  font-size: 1.9vw;
  line-height: 1.6em;
  margin-bottom: 1.875rem;
  font-weight: 500;
}

.item_model-type {
  font-size: 1.75rem;
  line-height: 1.6em;
  margin-bottom: 1.25rem;
  font-weight: 500;
}

.item_model-list {
  font-size: 1rem;
  line-height: 2em;
  font-weight: 500;
  margin-bottom: 2.5rem;
}

@media (max-width: 749px) {
  .item_model-btn {
    margin-top: 3rem;
  }
}

.item_model-btn a {
  display: block;
  font-size: 1.25rem;
  padding: 0.75rem 0;
  width: 16.563rem;
  text-align: center;
  border: 1px solid #000;
  border-radius: 1.875rem;
  color: #000;
}

.item_blockarea_full {
  margin-bottom: 5.625rem;
}

.item_blockarea_full {
  display: flex;
  align-items: center;
  background-size: cover;
  justify-content: flex-end;
  padding: 4.375rem 5.625rem;
}

@media (max-width: 749px) {
  .item_blockarea_full {
    display: flex;
    flex-direction: column-reverse;
    background-size: cover;
    padding: 6.667rem 6.667rem 9.333rem;
    background-position: top center;
  }
}
.item_block_full:last-child {
  justify-content: flex-start;
}

@media (max-width: 749px) {
  .item_block_full:last-child {
    flex-direction: column;
  }
}
.item_block_full-textarea {
  margin-right: 1.875rem;
}

@media (max-width: 749px) {
  .item_block_full-textarea {
    margin-right: 0;
  }
}
.item_block_full:last-child .item_block_full-textarea {
  margin-left: 1.875rem;
  margin-right: 0;
}

@media (max-width: 749px) {
  .item_block_full:last-child .item_block_full-textarea {
    margin-left: 0;
  }
}
.item_block_full-text1 {
  font-size: 2.75rem;
  margin-bottom: 1.25rem;
  line-height: 1.5em;
}

@media (max-width: 749px) {
  .item_block_full-text1 {
    font-size: 5.867rem;
    margin-bottom: 3.333rem;
  }
}
.item_block_full-text2 {
  line-height: 1.8em;
  margin-bottom: 1.25rem;
}

.item_block_full-text2 span {
  font-size: 1.25rem;
}

@media (max-width: 749px) {
  .item_block_full-text2 {
    margin-bottom: 4rem;
    font-size: 3.2rem;
  }
  .item_block_full-text2 span {
    font-size: 4.267rem;
  }
}
.item_block_full-textbtn a {
  display: block;
  padding: 0.625rem 0;
  width: 16.563rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
}

@media (max-width: 749px) {
  .item_block_full-textbtn a {
    display: block;
    max-width: 100%;
    padding: 2rem 0;
    width: 86.667rem;
    font-size: 3.2rem;
    border-radius: 6.667rem;
  }
}
@media (max-width: 749px) {
  .item_block_full-image {
    margin-bottom: 4rem;
    text-align: right;
    width: 100%;
  }
  .item_block_full-image img {
    width: 33.333rem;
    margin-right: -3.333rem;
  }
}
.item_blockarea {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 2rem;
  max-width: 122rem;
  margin: 0 auto;
}

@media (max-width: 990px) {
  .item_blockarea {
    max-width: initial;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 749px) {
  .item_blockarea {
    display: block;
  }
}
.item_block:nth-child(1) .item_block-textblockimage img {
  width: 7rem;
}
.item_block:nth-child(3) .item_block-textblockimage img {
  width: 7rem;
}

@media (max-width: 749px) {
  .item_block {
    width: 100%;
    margin-right: 0;
    padding: 2.5rem 2.5rem 3.5rem;
    margin-bottom: 4rem;
  }
}
.item_block:last-child {
  margin-right: 0;
}

@media (max-width: 749px) {
  .item_block:last-child {
    margin-bottom: 0;
  }
}
.item_block-textwrap {
  min-height: 17rem;
}

.item_block-imagearea {
  margin-bottom: 1.8rem;
}

.item_block-imagearea img {
  width: 100%;
  height: auto;
}

@media (max-width: 749px) {
  .item_block-imagearea {
    margin-bottom: 2rem;
  }
  .item_block-imagearea img {
    width: 100%;
  }
}
.item_block-text1 {
  font-size: 2.4rem;
  margin-bottom: 3.4rem;
  letter-spacing: 0.07em;
  min-height: 7rem;
}

.item_block-text1.no-h {
  min-height: initial;
}

@media (max-width: 749px) {
  .item_block-text1 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    min-height: initial;
  }
}
.item_block-text2 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 3.4rem;
}

@media (max-width: 749px) {
  .item_block-text2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
}
.item_block-text3 {
  line-height: 1.8em;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  font-size: 1.4rem;
}

@media (max-width: 749px) {
  .item_block .item_block-text3 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
  }
}
.item_block-textbtn a {
  display: block;
  padding: 0.625rem 0;
  width: 20.625rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 1.875rem;
  color: #fff;
}

@media (max-width: 749px) {
  .item_block-textbtn a {
    max-width: 100%;
    padding: 2rem 0;
    width: 86.667rem;
    font-size: 3.2rem;
    border-radius: 6.667rem;
  }
}
.item_block-textblockarea {
  display: block;
  position: relative;
}

@media (max-width: 749px) {
  .item_block-textblockarea {
    display: flex;
  }
}
.item_block-textblock {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.item_block-textblock .btn {
  width: 90%;
  margin: 0 auto;
  padding: 2.2rem 3rem;
  line-height: 1;
}
.item_block-textblock .btn-text {
  font-size: 1.8rem;
}

@media (max-width: 749px) {
  .item_block-textblock {
    width: 100%;
  }
  .item_block-textblock .btn {
    width: 90%;
    margin: 0 auto;
    padding: 1.9rem 0;
    line-height: 1;
  }
}
.item_block-textblockimage {
  width: 8.125rem;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 749px) {
  .item_block-textblockimage {
    width: 17.333rem;
    margin-left: 0;
    position: static;
  }
}
.item_block-textblockimage img {
  width: 7.5rem;
}

@media (max-width: 749px) {
  .item_block-textblockimage img {
    width: 100% !important;
  }
}
/* その他ブランド紹介セクションのスタイル */
.other-section {
  padding: 12rem 0rem 12rem;
}
@media (max-width: 749px) {
  .other-section {
    padding: 6rem 2.5rem 6rem;
  }
}
.other-section .btn-white {
  width: 31rem;
}

.other-item .btn-text {
  font-size: 2.4rem;
}
@media (max-width: 749px) {
  .other-item .btn-text {
    font-size: 1.3rem;
    letter-spacing: -0.05em;
  }
}

.container {
  max-width: 120rem;
  margin: 0 auto;
}

/* タイトル */
.other-brands-title {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 749px) {
  .other-brands-title {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 3rem;
  }
}

/* ブランドグリッド */
.other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 3rem 4rem;
  width: calc(100% - 17rem);
  margin: 0 auto;
}
@media (max-width: 749px) {
  .other-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    width: initial;
    gap: 1.5rem 2rem;
  }
}
.other-grid .btn {
  text-align: center;
}

/* トップへ戻るボタン */
.back-to-top {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.back-to-top .btn {
  padding: 3rem 0;
}
.back-to-top .btn .btn-text {
  font-size: 2.4rem;
}
@media (max-width: 749px) {
  .back-to-top .btn .btn-text {
    font-size: 1.8rem;
  }
}
@media (max-width: 749px) {
  .back-to-top .btn {
    padding: 1.9rem 0;
  }
}
@media (max-width: 749px) {
  .back-to-top {
    width: 70%;
    margin: 3.5rem auto;
  }
  .back-to-top .btn {
    width: 100%;
    max-width: initial;
  }
}

.fs-l-page {
  padding-top: 108px;
}
@media (max-width: 749px) {
  .fs-l-page {
    padding-top: 86px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
* {
  box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: ryo-gothic-plusn, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, meiryo, メイリオ, sans-serif;
  /* font-family:"Helvetica Neue" , "HelveticaNeue", Arial , Verdana , Roboto ,"Osaka","OSAKA_f",'Noto Sans JP',"ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic",sans-serif; */
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 1rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  min-width: 122rem;
}
@media (max-width: 749px) {
  body {
    min-width: initial;
  }
}

@media (max-width: 1420px) {
  body {
    overflow: scroll;
  }
}
/* article{
    overflow:hidden;
    min-height:calc(100vh - 240px);
}*/
@media (max-width: 749px) {
  body {
    line-height: 1.5;
  }
}
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input:focus,
textarea:focus {
  outline: none;
}

img {
  max-width: 100%;
}

/*.hide-confirm,
.hide-novelty {
  display: none !important;
}*/

.pc {
  display: block !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.pc-flex {
  display: flex !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}
span.pc {
  display: inline;
}

@media (max-width: 767px) {
  span.pc {
    display: none;
  }
}
span.sp {
  display: none;
}

@media (max-width: 767px) {
  span.sp {
    display: inline;
  }
}
a {
  text-decoration: none;
}

a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

html.is-fixed {
  overflow: hidden;
}

@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/****************************************************   */
main {
  position: relative;
  overflow: hidden;
}

/****************************************************   */
.fade-element {
  position: relative;
  top: 30px;
  opacity: 0;
  transition: 0.4s;
}
.fade-element.is-active {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}