/* 
Theme Name : handemade_ai
*/

@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

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

input,
select,
textarea {
  font: inherit;
  color: 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 {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 250;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

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

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 27px 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 7px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-header__inner {
    padding: 7px 20px;
  }
}

.l-swiper__container {
  padding: 25px 240px;
  position: relative;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-swiper__container {
    padding: 25px 30px;
    margin: 0 auto;
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .l-swiper__container {
    padding: 0;
  }
}

.swiper__message {
  color: #fff5ee;
  font-family: "Josefin Sans";
  font-size: 32px;
  position: absolute;
  width: 324px;
  height: 64px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 100;
  left: 261px;
  bottom: 248px;
}
@media screen and (max-width: 767px) {
  .swiper__message {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.swiper-slide {
  width: 800px;
  height: 800px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .swiper-slide {
    width: 600px;
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 100%;
    height: auto;
  }
}
.swiper-slide img {
  width: 100%; /* 親要素に合わせる */
  height: 100%; /* 親要素に合わせる */
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 5px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover; /* アスペクト比を維持しつつ拡大 */
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .swiper-slide img {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide img {
    border-radius: 0px;
    width: 100%; /* 親要素の幅に合わせる */
    height: 705px; /* 固定の高さにする */
    -o-object-fit: cover;
    object-fit: cover; /* アスペクト比を維持しつつ拡大 */
  }
}

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

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

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

.l-inner {
  padding: 100px 70px;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-inner {
    padding: 60px 70px;
  }
}

.l-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 124px;
}
@media screen and (max-width: 767px) {
  .l-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-about__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about__contents-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about__contents-left img {
  width: 515px;
  height: 532px;
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .about__contents-left img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .about__contents-left {
    max-width: 100%;
    max-height: auto;
  }
  .about__contents-left img {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__contents-left {
    max-width: 100%;
    max-height: auto;
  }
  .about__contents-left img {
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}

.about__contents-right {
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 37px;
}
@media screen and (max-width: 767px) {
  .about__contents-right {
    gap: 40px;
    padding: 40px 20px;
  }
}

.about__contents-txt {
  color: #393939;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .about__contents-txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .about__contents-image {
    width: 100%;
    height: 162px;
  }
  .about__contents-image img {
    width: 100%;
    height: 162px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .about__contents-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about__contents-image img {
    border-radius: 10px;
  }
}

.l-items__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 92px 97px;
  max-width: 623px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-items__cards {
    grid-template-columns: 1fr;
  }
}

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

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

.l-items__inner {
  position: relative;
}
.l-items__inner::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: cover; /* ここでどちらかを選択 */
  background-image: url(./img/knit3.png);
  width: 237px;
  height: 235px;
  top: 36px;
}
@media screen and (max-width: 767px) {
  .l-items__inner::before {
    width: 200px;
    height: 200px;
    top: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-items__inner::before {
    top: -38px;
    width: 200px;
    height: 200px;
  }
}
.l-items__inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: cover; /* ここでどちらかを選択 */
  background-image: url(./img/Yarn.png);
  width: 32px;
  height: 32px;
  right: 100px;
  bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-items__inner::after {
    right: 10px;
  }
}

.l-about__inner {
  position: relative;
}
.l-about__inner::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-size: 100% 100%;
  width: 300px;
  height: 270px;
  background-size: cover;
  right: 70px;
  bottom: -87px;
}
@media screen and (max-width: 767px) {
  .l-about__inner::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-about__inner::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-about__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-fv {
  width: 100%;
  height: 100%;
  background-image: url(.img/knit4.jpg);
  background-size: 100% 100%;
  background-size: cover;
}
.l-fv li:last-of-type {
  color: #ddd;
}
@media screen and (max-width: 767px) {
  .l-fv {
    background-image: url(.img/img3.JPG);
    width: 100%;
    height: 100%;
    background-size: cover;
  }
}

.l-fv__inner {
  padding-bottom: 154px;
  padding-top: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-fv__inner::after {
  content: "";
  position: absolute;
  display: flex;
  background-image: url("./img/knit5.png"); /* 相対パスを確認 */
  background-size: cover; /* 画像をカバー表示 */
  background-repeat: no-repeat; /* 繰り返しなし */
  height: 170.259px;
  width: 721.666px;
}
@media screen and (max-width: 767px) {
  .l-fv__inner::after {
    display: none;
  }
}

.l-fv {
  width: 100%;
  height: 400px;
  background-image: url(./img/knit4.jpg);
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-fv {
    background-image: url(./img/img3.JPG);
    width: 100%;
    min-height: 460px;
  }
}

.l-gallery__inner {
  padding: 100px 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .l-gallery__inner {
    padding: 60px 20px 95px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-gallery__inner {
    padding: 60px 100px 95px 100px;
  }
}

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

.gallery__txt::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(./img/Yarn.png);
  background-size: contain; /* 画像を要素内に収めて表示 */
  background-repeat: no-repeat; /* 画像が繰り返されないようにする */
  width: 32px; /* 適切な幅を指定 */
  height: 32px; /* 適切な高さを指定 */
}

.gallery__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .gallery__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .gallery__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-gallery__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 20px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-gallery__cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-gallery__cards {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
    max-width: 820px;
  }
}

.l-contact__form {
  border-radius: 5px;
  border: 1px solid #e0dbc3;
  background: #fff5ee;
  padding: 76px 200px 140px 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-contact__form {
    padding: 20px 20px 60px 20px;
    max-width: 500px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-contact__form {
    padding: 80px 100px 60px 100px;
    gap: 40px;
    max-width: 740px;
  }
}

.l-contact__inner {
  padding: 100px 190px;
}
@media screen and (max-width: 767px) {
  .l-contact__inner {
    padding: 77px 20px 43px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .l-contact__inner {
    padding: 77px 80px 43px 80px;
  }
}

.c-header__logo {
  width: 275px;
  height: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 249px;
    height: 40px;
  }
}
.c-header__logo img {
  width: 275px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 249px;
    height: 40px;
  }
}
.c-header__logo a {
  color: #e0dbc3;
  font-family: Vollkorn;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-header__logo .header__logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-title {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin: 0 auto;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 60px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 100px;
}

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

.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.5s ease, visibility 0s 0.5s; /* visibilityを遅延させる */
}

.c-drawer__contents.is-checked {
  visibility: visible;
  opacity: 1; /* 表示時に不透明 */
  transition: opacity 0.5s ease, visibility 0s; /* visibilityを即座に適用 */
}

.c-drawer__contents:not(.is-checked) {
  opacity: 0; /* 非表示時に透明 */
  transition: opacity 0.5s ease, visibility 0s 0.5s; /* opacityが0になってからvisibilityを隠す */
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 2px;
  border-radius: 1px;
  background-color: #e0dbc3;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: top 0.2s linear, -webkit-transform 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear;
  transition: transform 0.2s linear, top 0.2s linear,
    -webkit-transform 0.2s linear;
}
.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 {
  position: fixed;
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  z-index: 300;
  right: 0;
  top: 53px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  opacity: 0;
  pointer-events: none; /* クリックを無効にする */
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-drawer__contents {
    top: 59px;
    width: 100%;
    padding: 200px;
  }
}
.c-drawer__contents a:hover {
  opacity: 0.7;
}
.c-drawer__contents.is-checked {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  display: flex;
  pointer-events: auto; /* クリックを有効にする */
}

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

.drawer__nav__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; /* 縦方向の中央揃え */
  width: 100%; /* 親要素の幅を全体に広げる */
}
@media screen and (max-width: 767px) {
  .drawer__nav__menu-wrap {
    padding: 10px;
  }
}
.drawer__nav__menu-wrap img {
  width: 30px;
  height: 30px;
}

.drawer__nav__menu-wrap-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

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

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

.js-accordion-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.js-accordion-menu-open-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.c-fv__title {
  color: #fff;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .c-fv__title {
    font-size: 40px;
  }
}

.c-gallery__card {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.c-gallery__card img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-gallery__card {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-gallery__card {
    width: 100%;
    height: 100%;
  }
}
.c-gallery__card::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(./img/zoom_in.png) no-repeat;
  background-size: 32px 32px; /* 画像を指定したサイズに縮小 */
  width: 32px;
  height: 32px;
  right: 0;
  bottom: 0;
  z-index: 20;
}

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

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

.c-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 66px;
}
.c-contact__title img {
  width: 227.365px;
  height: 45px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 43px;
  text-align: center;
}

.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-size: 16px;
  line-height: 100%; /* 16px */
}
.c-form__label .required {
  color: #f47a4d;
  font-style: normal;
  line-height: 100%; /* 16px */
}

.c-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.c-form__submit {
  display: inline-block;
  text-align: center;
  margin-top: 90px;
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .c-form__submit {
    margin-top: 40px;
  }
}

.c-form__input,
textarea {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border: none;
  border-radius: 8px;
}
.c-form__input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd;
}
.c-form__input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ddd;
}
.c-form__input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd;
}
.c-form__input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #ddd;
}
.c-form__input::placeholder,
textarea::placeholder {
  color: #ddd;
}
.c-form__input:focus,
textarea:focus {
  outline: none;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__nav ul {
  gap: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-header__nav ul .drop-menu {
  gap: 0;
}
.p-header__nav a {
  font-size: 24px;
  color: #e0dbc3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-header__nav a:hover {
  opacity: 0.3;
}
.p-header__nav img {
  width: 35px;
  height: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-header__nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

li {
  position: relative;
}

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

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

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

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 {
  width: 100%;
  height: auto;
}

.card__image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 80px;
  display: block;
}
.card__image img {
  width: 100%;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 80px;
  background: url(<path-to-image>) lightgray 50% / cover no-repeat;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; /* 拡大時のアニメーション */
}
.card__image img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2); /* ホバー時に拡大させる */
}

.card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  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;
}
.p-modal::-ms-backdrop {
  opacity: 0.7;
  background: #393939;
}
.p-modal::backdrop {
  opacity: 0.7;
  background: #393939;
}
@media screen and (max-width: 767px) {
  .p-modal {
    max-width: calc(100% - 30px);
    max-height: calc(100% - 40px);
    padding: 30px 20px;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .p-modal {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 80px);
    top: 0;
  }
}

.modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  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 {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .modal__head img {
    width: 32px;
    height: 32px;
  }
}

.modal__image {
  max-width: 400px;
}
.modal__image img {
  border-radius: 5px;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .modal__image {
    max-width: 295px;
  }
  .modal__image img {
    width: 295px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .modal__image {
    max-width: 360px;
  }
  .modal__image img {
    width: 360px;
  }
}

.modal__title {
  font-weight: 700;
  font-size: 20px;
  color: #e0dbc3;
}

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

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

@-webkit-keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80%,
  100% {
    opacity: 1;
  }
}

@keyframes popup {
  0% {
    -webkit-transform: translateY(40px) scale(0.8);
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  80%,
  100% {
    opacity: 1;
  }
}
.p-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .u-hidden-tab {
    display: none !important;
  }
}

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