@charset "UTF-8";
/*----------------------------------------
	common
----------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

/*----------------------------------------
	u-device-sp
----------------------------------------*/
.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

/*----------------------------------------
	u-device-pc
----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	c-button
----------------------------------------*/
.c-button {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/icon-arrow01.svg?25) center/cover;
  opacity: 0.6;
}

/*----------------------------------------
	p-eartype
----------------------------------------*/
.p-eartype {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}
.p-eartype img {
  width: 100%;
  height: auto;
}

/*----------------------------------------
	p-eartype-mv
----------------------------------------*/
.p-eartype-mv__heading {
  position: relative;
}
.p-eartype-mv__heading a:nth-of-type(1) {
  top: 77%;
  left: 25%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(1) {
    top: 42%;
    left: 1%;
  }
}
.p-eartype-mv__heading a:nth-of-type(2) {
top: 85%;
  left: 38%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(2) {
            top: 84%;
        left: 1%;
  }
}
.p-eartype-mv__heading a:nth-of-type(3) {
    top: 27%;
    left: 95%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(3) {
  top: 49%;
        left: 91%;
  }
}

.p-eartype-mv__heading a:nth-of-type(4) {
  top: 14%;
    left: 51%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(4) {
top: 32%;
        left: 73%;
  }
}

.p-eartype-mv__heading a:nth-of-type(5) {
  top: 14%;
    left: 66%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(5) {
               top: 28%;
        left: 86%;
  }
}

.p-eartype-mv__txt {
  background: #fdfdfd;
}
.p-eartype-mv__txt p {
  font-size: 3rem;
    line-height: 2;
    text-align: center;
    margin: 4rem;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__txt p {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	p-eartype-nav
----------------------------------------*/
/* .p-eartype-nav {
  padding: 4rem 0 0;
} */
@media screen and (max-width: 767px) {
  .p-eartype-nav {
    padding: 1rem 0 0;
  }
}
.p-eartype-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav ul {
    padding: 0;
  }
}

/* リストアイテム (li) の設定 */
.p-eartype-nav ul li {
  /* PCで4列 */
  width: 25%;
  /* 縦の境界線 (PC) */
  border-right: 1px solid #fff; /* 👈 縦の境界線を追加 */
}
/* 最後のボタンから右の境界線を削除 (PC) */
.p-eartype-nav ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  .p-eartype-nav ul li {
    /* SPで2列 */
    width: 50%;
    /* 横の境界線 (SP) - 上の段のボタンに適用 */
    border-bottom: 1px solid #fff; /* 👈 横の境界線を追加 */
  }
  
  /* 2番目と4番目のボタンから右の境界線を削除 (SP) */
  .p-eartype-nav ul li:nth-child(2n) {
    border-right: none;
  }

  /* 3番目と4番目のボタンから下の境界線を削除 (SP) */
  .p-eartype-nav ul li:nth-child(3),
  .p-eartype-nav ul li:nth-child(4) {
    border-bottom: none;
  }
}

/* リンク (a) の設定 */
.p-eartype-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.5rem;
  font-size: 1.6rem;
  color: #fff;
  background: #bab6af;
  padding: 0 2.4rem 0 0;
  border-radius: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav ul li a {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-eartype-nav ul li a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 2.4rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  rotate: 45deg;
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav ul li a:after {
    right: 1.6rem;
  }
}
.p-eartype-nav ul li a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	p-eartype-archive
----------------------------------------*/
.p-eartype-archive {
    /* padding: 0 0 8rem; */
    background-color: #f8f8f0;
    /* margin-top: 70px; */
}
.p-eartype-archive__container {
  max-width: 120rem;
  margin: auto;
}

/*----------------------------------------
	p-eartype-product
----------------------------------------*/
.p-eartype-product {
  padding: 5rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-eartype-product {
    padding: 4rem 0 4rem;
  }
}
.p-eartype-product#product01 .p-eartype-product__heading a:nth-of-type(1) {
  top: 20%;
  left: 40%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product01 .p-eartype-product__heading a:nth-of-type(1) {
    top: 16%;
    left: 26%;
  }
}
.p-eartype-product#product01 .p-eartype-product__heading a:nth-of-type(2) {
  top: 50%;
  left: 82%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product01 .p-eartype-product__heading a:nth-of-type(2) {
    top: 34%;
    left: 82%;
  }
}
.p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(1) {
  top: 34%;
  left: 16%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(1) {
    left: 4%;
  }
}
.p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(2) {
  top: 20%;
  left: 52%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(2) {
    top: 18%;
    left: 56%;
  }
}
.p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(3) {
  top: 34%;
  left: 70%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product02 .p-eartype-product__heading a:nth-of-type(3) {
    top: 28%;
    left: 82%;
  }
}
.p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(1) {
  top: 72%;
  left: 46%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(1) {
    left: 36%;
  }
}
.p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(2) {
  top: 70%;
  left: 62%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(2) {
    left: 56%;
  }
}
.p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(3) {
  top: 46%;
  left: 80%;
}
@media screen and (max-width: 767px) {
  .p-eartype-product#product03 .p-eartype-product__heading a:nth-of-type(3) {
    left: 78%;
  }
}
.p-eartype-product__heading {
  position: relative;
}
.p-eartype-product__main {
  padding: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__main {
    padding: 2.4rem 2.4rem 0;
  }
}
.p-eartype-product__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-eartype-product__link:hover .p-eartype-product__img img {
  scale: 1.1;
}
.p-eartype-product__img {
  border: 1px solid #ccc;
  margin: 0 0 1.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__img {
    margin: 0 0 0.8rem;
  }
}
.p-eartype-product__img img {
  transition: 0.4s;
}
.p-eartype-product__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__name {
    font-size: 1.1rem;
  }
}
.p-eartype-product__button {
  display: flex;
  justify-content: center;
  padding: 5.6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__button {
    padding: 3.2rem 0 0;
  }
}
.p-eartype-product__button a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 1.6rem;
  color: #fff;
  background: #bab6af;
  text-align: center;
  padding: 13px 68px;
  border: 1px solid #bab6af;
  border-radius: 999px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-eartype-product__button a {
    font-size: 1.2rem;
  }
}
.p-eartype-product__button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.p-eartype-product__button a:hover {
  background: #fff;
  color: #543618;
}
.p-eartype-product__button a:hover:after {
  right: 1.4rem;
}

/*----------------------------------------
	p-eartype-product__heading
----------------------------------------*/
.p-eartype-product__heading {
  font-size: 4rem; /* PCでの文字サイズを大きく */
  font-weight: bold;
  text-align: center;
  padding: 4rem 0; /* 上下に余白を追加 */
  margin: 0; /* 既存のmarginをリセット */
  color: #040404; /* ブランドに合わせた色（例として濃いブラウン系） */

}

@media screen and (max-width: 767px) {
  .p-eartype-product__heading {
    font-size: 2.8rem; /* スマホでの文字サイズ */
    padding: 3rem 0; /* スマホでの余白 */
  }
}
/*----------------------------------------
	p-eartype-product 個別調整 (横幅いっぱい)
----------------------------------------*/

.p-eartype-archive #product02,
.p-eartype-archive #product04 {
  background-color: #ffffff;
  /* 横幅いっぱいに広げる設定 */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  
  /* p-eartype-product に付いている上下paddingを上書きします */
  padding-top: 10rem; /* PC */
  padding-bottom: 10rem; /* PC */
}

/* スマホでの上下padding上書き */
@media screen and (max-width: 767px) {
  .p-eartype-archive #product02,
  .p-eartype-archive #product04 {
    padding-top: 3rem; /* SP */
    padding-bottom: 4rem; /* SP */
  }
}

/* 横幅を広げた要素内のコンテンツを中央に戻す */
.p-eartype-archive #product02 .p-eartype-product__main,
.p-eartype-archive #product04 .p-eartype-product__main {
  max-width: 120rem; /* コンテンツの幅を維持 */
  margin: auto; /* 中央揃え */
  padding-left: 0; /* paddingをリセット */
  padding-right: 0;
}

/* スマホ用のpaddingの再適用 */
@media screen and (max-width: 767px) {
  .p-eartype-archive #product02 .p-eartype-product__main,
  .p-eartype-archive #product04 .p-eartype-product__main {
    padding-left: 2.4rem; /* 元のスマホpaddingを再適用 */
    padding-right: 2.4rem;
  }
}

/* h2見出しの幅調整（横棒がないので不要かもしれませんが念のため） */
.p-eartype-archive #product02 .p-eartype-product__heading,
.p-eartype-archive #product04 .p-eartype-product__heading {
  max-width: 120rem; /* 見出しも中央に寄せる */
  margin: 0 auto;
}
/*----------------------------------------
	p-eartype-cta (最後のCTA画像)
----------------------------------------*/
.p-eartype-cta {
  max-width: 70rem; /* コンテンツ幅に合わせる */
  margin: 8rem auto 8rem; /* 上部に大きな余白を設定 */
  padding: 0 2.4rem; /* スマホ表示の端の余白を考慮 */
}
@media screen and (max-width: 767px) {
  .p-eartype-cta {
    margin-top: 5rem;
    padding: 0 1.6rem;
  }
}
/*----------------------------------------
  p-eartype-xxxx
----------------------------------------*//*# sourceMappingURL=eartype.css.map */