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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
  outline:none;
}

input,
select,
textarea {
  color: inherit;
  font: inherit;
  vertical-align: top;
}

body {
  color: #393939;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.l-header {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 250;
}

.l-main {
  padding-top: 100px;
}

.l-header__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 27px 70px;
}

.l-swiper__container {
  margin: 0 auto;
  max-width: 1280px;
  padding: 25px 240px;
  position: relative;
}

.swiper__message {
  bottom: 248px;
  color: #fff5ee;
  flex-shrink: 0;
  font-family: "Josefin Sans";
  font-size: 32px;
  height: 64px;
  left: 261px;
  position: absolute;
  width: 324px;
  z-index: 100;
}

.swiper-slide {
  height: 800px;
  margin: 0 auto;
  width: 800px;
}

.swiper-slide img {
  border-radius: 5px;
  flex-shrink: 0;
  height: 100%; /* 親要素に合わせる */
  margin: 0 auto;
  width: 100%; /* 親要素に合わせる */
  -o-object-fit: cover;
  object-fit: cover; /* アスペクト比を維持しつつ拡大 */
}

.mv-swiper-pagination {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 10;
}

.mv-swiper-pagination .swiper-pagination-bullet {
  background: #f5f8fa;
  border-radius: 50%;
  height: 20px;
  opacity: 0.5;
  width: 20px;
}

.mv-swiper-pagination .swiper-pagination-bullet-active {
  background: #e0dbc3;
  opacity: 1;
}

.l-inner {
  margin: 0 auto;
  max-width: 1280px;
  padding: 100px 70px;
}

.l-about__contents {
  display: flex;
  gap: 40px;
  margin-bottom: 124px;
}

.about__contents-left {
  display: flex;
  justify-content: center;
}

.about__contents-left img {
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  border-radius: 10px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  height: 532px;
  width: 515px;
}

.about__contents-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 37px;
  padding-bottom: 51px;
  padding-top: 51px;
}

.about__contents-txt {
  color: #393939;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.l-items__cards {
  display: grid;
  gap: 92px 97px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  margin: 0 auto;
  max-width: 623px;
}

.l-footer {
  background: #e0dbc3;
  display: flex;
  justify-content: center;
  padding-bottom: 47px;
  padding-top: 47px;
  width: 100%;
}

.footer__txt {
  color: #f5f8fa;
  font-size: 20px;
}

.l-items__inner {
  position: relative;
}

.l-items__inner::before {
  background-image: url(.img/knit3.png);
  background-size: cover; /* ここでどちらかを選択 */
  content: "";
  display: inline-block;
  height: 235px;
  position: absolute;
  top: 36px;
  width: 237px;
}

.l-items__inner::after {
  background-image: url(./img/Yarn.png);
  background-size: cover; /* ここでどちらかを選択 */
  bottom: 100px;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 100px;
  width: 32px;
}

.l-about__inner {
  position: relative;
}

.l-about__inner::after {
  background: url(../img/knit1.jpg);
  background-size: 100% 100%;
  background-size: cover;
  bottom: -87px;
  content: "";
  display: inline-block;
  height: 270px;
  position: absolute;
  right: 70px;
  width: 300px;
}

.l-fv {
  background-image: url(../img/knit4.jpg);
  background-size: cover;
  height: 100%;
  width: 100%;
}

.l-fv li:last-of-type {
  color: #ddd;
}

.l-fv__inner {
  display: flex;
  justify-content: center;
  padding-bottom: 154px;
  padding-top: 154px;
}

.l-fv__inner::after {
  background: url(../img/knit5.png);
  background-size: 100% 100%;
  background-size: contain;
  background-size: cover;
  content: "";
  display: flex;
  height: 170.259px;
  position: absolute;
  width: 721.666px;
}

.l-fv {
  background-image: url(../img/knit4.jpg);
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-gallery__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding: 100px 170px;
}

.gallery__txt {
  color: #393939;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}

.gallery__txt::after {
  background-size: 32px 32px;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  width: 32px;
}

.gallery__btns {
  display: flex;
  gap: 40px;
}

.l-gallery__cards {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  margin: 0 auto;
  max-width: 940px;
}

.l-contact__form {
  background: #fff5ee;
  border: 1px solid #e0dbc3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 0 auto;
  max-width: 900px;
  padding: 76px 200px 140px 200px;
}

.l-contact__inner {
  padding: 100px 190px;
}

.c-header__logo {
  display: inline-flex;
  height: 46px;
  width: 275px;
}

.c-header__logo img {
  flex-shrink: 0;
  height: 46px;
  width: 275px;
}

.c-header__logo a {
  align-items: center;
  color: #e0dbc3;
  display: inline-flex;
  font-family: Vollkorn;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.c-header__logo .header__logo-txt {
  align-items: center;
  display: flex;
}

.c-title {
  display: block;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  line-height: normal;
  margin: 0 auto;
  margin-bottom: 60px;
  text-align: center;
}

.c-title__en {
  color: #e0dbc3;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 11.12px;
}

.c-title__ja {
  color: #e0dbc3;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.items__btn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

.c-btn {
  align-items: center;
  text-align: center;
  background: #fff5ee;
  border: 2px solid #f47a4d;
  border-radius: 70px;
  box-sizing: border-box;
  color: #f47a4d;
  display: inline-block; /* インライン要素としての性質を保ちながら、ブロックのように扱う */
  font-size: 24px;
  font-weight: 700;
  justify-content: center;
  line-height: normal;
  line-height: 24px; /* font-sizeと同じ値に設定 */
  padding: 22px 42px;
  transition: 0.3s;
  vertical-align: middle; /* 中央揃えにする */
}

.c-btn:hover {
  background: #f47a4d;
  border: 2px solid #fff;
  color: #fff;
}

.c-drawer__btn {
  align-items: center; /* 縦方向の中央揃え */
  background-color: #fff;
  border: none;
  display: flex;
  flex-shrink: 0;
  height: 31px;
  justify-content: center; /* 横方向の中央揃え */
  position: relative;
  width: 31px;
  z-index: 500;
}

.c-drawer__btn.is-checked .drawer-icon__bar:nth-of-type(1) {
  height: 2px;
  top: 15px;
  transform: rotate(44.89deg);
  width: 30px;
}

.c-drawer__btn.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}

.c-drawer__btn.is-checked .drawer-icon__bar:nth-of-type(3) {
  height: 2px;
  top: 15px;
  transform: rotate(-44.904deg);
  width: 30px;
}

.drawer-icon__bar {
  background-color: #e0dbc3;
  border-radius: 1px;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.2s linear, top 0.2s linear;
  width: 31px;
}

.drawer-icon__bar:nth-of-type(1) {
  top: 7.5px;
}

.drawer-icon__bar:nth-of-type(2) {
  top: 15px;
}

.drawer-icon__bar:nth-of-type(3) {
  top: 22.5px;
}

.c-drawer__contents {
  align-items: center;
  background: #fff;
  border: none;
  flex-direction: column;
  height: 100%;
  padding: 20px;
  position: fixed;
  right: 0;
  top: 53px;
  width: 100%;
  z-index: 200;
  visibility: hidden; /* 初期は非表示 */
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; /* アニメーション設定 */
}

.c-drawer__contents a:hover {
  opacity: 0.7;
}

.c-drawer__contents.is-checked {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s; /* 表示時はvisibilityを即座に適用 */
}

.c-drawer__contents:not(.is-checked) {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; /* 非表示時のvisibilityを遅延させる */
}

.js-drawer__contents-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.drawer__nav__menu-wrap {
  align-items: center; /* 縦方向の中央揃え */
  display: flex;
  justify-content: space-between;
  width: 100%; /* 親要素の幅を全体に広げる */
  padding-right: 9px;
}

.arrow {
  font-size: 24px;
}

.drawer__nav__menu-wrap-sns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.drawer__nav__menu {
  color: #393939;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.drawer__nav__menu-active {
  color: #e0dbc3;
  font-size: 24px;
}

.js-accordion-menu {
  display: flex;
  position: relative;
}

.js-accordion-menu:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  /*横線*/
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #393939;
}

.js-accordion-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  /* 8px+12px-1px(幅2pxの半分) */
  right: 15px;
  transform: translateY(-50%);
  transition: all 0.3s;
  /*縦線*/
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background: #393939;
}

/* 縦線（after）だけ縦回転させる */
.js-accordion-menu.open:after {
  top: 25%;
  transform: rotate(90deg);
  opacity: 0;
}

.js-accordion-menu-open {
  color: #e0dbc3;
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.js-accordion-menu-open-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.c-fv__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.c-gallery__card {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.c-gallery__card img {
  height: 100%;
  transition: transform 0.3s ease;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-gallery__card::after {
  background: url(../img/zoom_in.png) no-repeat;
  background-size: 32px 32px; /* 画像を指定したサイズに縮小 */
  bottom: 0.5px;
  content: "";
  display: inline-block;
  height: 32px;
  position: absolute;
  right: 0;
  width: 32px;
  z-index: 20;
}

.c-gallery__card:hover img {
  transform: scale(1.1);
}

.c-gallery__title {
  height: 71px;
  width: 213px;
}

.c-gallery__title img {
  height: 100%;
  width: 100%;
}

.c-contact__title {
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}

.c-contact__title img {
  flex-shrink: 0;
  height: 45px;
  width: 227.365px;
}

.contact__txt {
  display: flex;
  justify-content: center;
  margin-bottom: 43px;
  text-align: center;
}

.c-form__label {
  display: flex;
  font-size: 16px;
  gap: 15px;
  line-height: 100%; /* 16px */
}

.c-form__label .required {
  color: #f47a4d;
  font-style: normal;
  line-height: 100%; /* 16px */
}

.c-form__group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-form__submit {
  display: inline-block;
  margin-top: 90px;
  text-align: center;
}

.c-form__input,
textarea {
  background-color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
}

.c-form__input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd;
}

.c-form__input::placeholder,
textarea::placeholder {
  color: #ddd;
}

.c-form__input:focus,
textarea:focus {
  outline: none;
}

.p-header__nav {
  display: flex;
}

.p-header__nav ul {
  align-items: center;
  display: inline-flex;
  gap: 30px;
}

.p-header__nav ul .drop-menu {
  gap: 0;
}

.p-header__nav a {
  color: #e0dbc3;
  display: inline-flex;
  font-size: 24px;
}

.p-header__nav a:hover {
  opacity: 0.3;
}

.p-header__nav img {
  flex-shrink: 0;
  height: 35px;
  width: 35px;
}

.p-header__nav li {
  align-items: center;
  display: flex;
}

li {
  position: relative;
}

.drop-menu {
  flex-direction: column;
  gap: 0;
  left: 50%;
  position: absolute;
  top: 100px; /* shopリンクの下に表示 */
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden; /* メニューがホバーされていないときは非表示 */
}

.drop-menu__item a {
  font-size: 20px;
}

.drop-menu__link {
  background-color: #f5f8fa;
  padding: 20px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

li a.active:hover + .drop-menu,
li:hover .drop-menu {
  opacity: 1; /* ホバー時に表示 */
  visibility: visible;
}

li a.active:hover + .drop-menu__link:hover,
.drop-menu__link:hover {
  background-color: #fff5ee; /* ホバー時に背景色を変更 */
  color: #f47a4d;
  opacity: 1;
}

.p-card {
  height: auto;
  width: 100%;
}

.card__image {
  border-radius: 80px;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.card__image img {
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  border-radius: 80px;
  flex-shrink: 0;
  height: auto;
  transition: transform 0.5s ease; /* 拡大時のアニメーション */
  width: 100%;
}

.card__image img:hover {
  transform: scale(1.2); /* ホバー時に拡大させる */
}

.card__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}

.card__title {
  color: #333;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card__yen {
  color: #ddd;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.p-modal {
  background: #fff5ee;
  border: none;
  border-radius: 20px;
  inset: 0;
  overflow: auto;
  overscroll-behavior: none;
  padding: 30px;
  position: fixed;
  z-index: 100;
}

.p-modal::backdrop {
  background: #393939;
  opacity: 0.7;
}

.modal__actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 50px;
}
.modal__actions p {
  text-align: center;
}

.modal-close {
  outline: none;
}

.modal__body {
  display: flex;
  gap: 40px;
  justify-content: center;
}

.modal__btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.modal__contents {
  display: flex;
  gap: 20px;
  flex-direction: column;
  margin-top: 30px;
}

.modal__details h4 {
  background: #f47a4d;
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  color: #fff;
  margin-bottom: 5px;
}

.modal__faq h4 {
  background: #f47a4d;
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  color: #fff;
  margin-bottom: 5px;
}

.modal__left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.modal__head {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.modal__head:hover img {
  background-image: url(../img/batu-hover-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.modal__head img {
  height: 50px;
  width: 50px;
}

.modal__image {
  max-width: 400px;
}

.modal__image img {
  border-radius: 5px;
  max-width: 400px;
}

.modal__title {
  color: #e0dbc3;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.modal__btn {
  margin-bottom: 40px;
  margin-top: 40px;
}

.anim-box.popup.is-animated {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
}

.p-breadcrumb li:last-of-type {
  color: #ddd;
}

.p-breadcrumb li:not(:last-of-type)::after {
  color: #777; /* 記号の色 */
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
}

.u-line {
  border: 1px solid #fff5ee;
  height: 2px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 500;
}
.page__top {
  /* ①ボタンの色と文字の色とサイズ */
  background-color: #e0dbc3;
  color: white;
  font-size: 16px;

  /* ②ボタンのサイズと角丸 */
  width: 80px;
  height: 80px;
  border-radius: 50%;

  /* ③次に作る上向きの三角と、TOPの文字の位置を揃えるためのcss */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  /* ⑧色が変化する時間 */
  transition: 0.3s;
}

.page__top::after {
  /* ④絶対必要 */
  content: "";
  display: block;

  /* ⑤三角のサイズ */
  width: 10px;
  height: 10px;

  /* ⑥三角の線と回転角度 */
  border-top: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(-45deg);
}
.page__top:hover {
  background-color: #f47a4d;
  color: white;
}

/* ⑨マウスをかざした時に変化する色の指定 */
.page__top:hover::before {
  border-top: 2px solid #f47a4d;
  border-right: 2px solid #f47a4d;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-main {
    padding-top: 60px;
  }

  .l-header__inner {
    padding: 7px 20px;
  }

  .l-swiper__container {
    margin: 0 auto;
    max-width: 640px;
    padding: 25px 30px;
  }

  .swiper-slide {
    height: 600px;
    width: 600px;
  }

  .swiper-slide img {
    max-width: 600px;
  }

  .l-inner {
    padding: 60px 70px;
  }

  .l-about__contents {
    flex-direction: column;
  }

  .about__contents-left {
    max-height: auto;
    max-width: 100%;
  }

  .about__contents-left img {
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }

  .about__contents-image {
    display: flex;
    justify-content: center;
  }

  .about__contents-image img {
    border-radius: 10px;
  }

  .l-items__inner::before {
    height: 200px;
    top: -38px;
    width: 200px;
  }

  .l-about__inner::after {
    display: none;
  }

  .l-gallery__inner {
    padding: 60px 100px 95px 100px;
  }

  .gallery__btns {
    flex-direction: column;
  }

  .l-gallery__cards {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto;
    max-width: 820px;
  }

  .l-contact__form {
    gap: 40px;
    max-width: 740px;
    padding: 80px 100px 60px 100px;
  }

  .l-contact__inner {
    padding: 77px 80px 43px 80px;
  }

  .c-drawer__contents {
    padding: 200px;
    top: 59px;
    width: 100%;
  }

  .c-gallery__card {
    height: 100%;
    width: 100%;
  }

  .c-form__submit {
    margin-top: 40px;
  }

  .p-modal {
    top: 0;
  }

  .modal__image {
    max-width: 360px;
  }

  .modal__image img {
    width: 360px;
  }

  .u-hidden-tab {
    display: none !important;
  }
}

@media screen and (min-width: 1280px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 54px;
  }

  .l-header__inner {
    padding: 7px 20px;
  }

  .l-swiper__container {
    padding: 0;
  }

  .swiper__message {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .swiper-slide {
    height: auto;
    width: 100%;
  }

  .swiper-slide img {
    border-radius: 0px;
    height: 705px; /* 固定の高さにする */
    width: 100%; /* 親要素の幅に合わせる */
    -o-object-fit: cover;
    object-fit: cover; /* アスペクト比を維持しつつ拡大 */
  }

  .l-inner {
    padding: 60px 20px;
  }

  .l-about__contents {
    flex-direction: column;
  }

  .about__contents-left img {
    width: 100%;
    -o-object-fit: cover;
    border-radius: 0;
    object-fit: cover;
  }

  .about__contents-left {
    max-height: auto;
    max-width: 100%;
  }

  .about__contents-left img {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }

  .about__contents-right {
    gap: 40px;
    padding: 40px 20px;
  }

  .about__contents-txt {
    font-size: 14px;
  }

  .about__contents-image {
    height: 162px;
    width: 100%;
  }

  .about__contents-image img {
    height: 162px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .l-items__cards {
    grid-template-columns: 1fr;
  }

  .l-items__inner::before {
    height: 200px;
    top: -120px;
    width: 200px;
  }

  .l-items__inner::after {
    right: 10px;
  }

  .l-about__inner::after {
    display: none;
  }

  .l-about__inner {
    padding-left: 0;
    padding-right: 0;
  }

  .l-fv {
    background-image: url(../img/img3.JPG);
    background-size: cover;
    height: 100%;
    width: 100%;
  }

  .l-fv__inner::after {
    display: none;
  }

  .l-fv {
    background-image: url(../img/img3.JPG);
    min-height: 460px;
    width: 100%;
  }

  .l-gallery__inner {
    padding: 60px 20px 95px 20px;
  }

  .gallery__btns {
    flex-direction: column;
  }

  .l-gallery__cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }

  .l-contact__form {
    gap: 20px;
    max-width: 500px;
    padding: 20px 20px 60px 20px;
  }

  .l-contact__inner {
    padding: 77px 20px 43px 20px;
  }

  .c-header__logo {
    height: 40px;
    width: 249px;
  }

  .c-header__logo img {
    height: 40px;
    width: 249px;
  }

  .drawer__nav__menu-wrap {
    padding: 10px;
  }

  .c-fv__title {
    font-size: 40px;
  }

  .c-gallery__card {
    height: 100%;
    width: 100%;
  }

  .p-modal {
    max-height: calc(100% - 40px);
    max-width: calc(100% - 30px);
    padding: 30px 20px;
    top: 0;
  }

  .page-top {
    width: 40px;
    height: 40px;
    right: 5px;
  }
  .page__top {
    width: 40px;
    height: 40px;
    font-size: 11px;
  }

  .modal__head img {
    height: 32px;
    width: 32px;
  }
  .modal__body {
    flex-direction: column;
  }

  .modal__left {
    align-items: center;
  }

  .modal__btn {
    flex-direction: column;
  }

  .modal__image {
    max-width: 295px;
  }

  .modal__image img {
    width: 295px;
  }

  .u-hidden-sp {
    display: none !important;
  }
}

@keyframes popup {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.8);
  }

  100% {
    transform: translateY(0) scale(1);
  }

  80%,
  100% {
    opacity: 1;
  }
}
