@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) center/cover;
}

/*----------------------------------------
	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: 70%;
  left: 34%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(1) {
    top: 32%;
    left: 2%;
  }
}
.p-eartype-mv__heading a:nth-of-type(2) {
  top: 70%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(2) {
    top: 64%;
    left: 36%;
  }
}
.p-eartype-mv__heading a:nth-of-type(3) {
  top: 70%;
  left: 72%;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__heading a:nth-of-type(3) {
    top: 34%;
    left: 72%;
  }
}
.p-eartype-mv__txt {
  background: #F4F6F9;
  padding: 4rem;
}
.p-eartype-mv__txt p {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-eartype-mv__txt p {
    font-size: 1.4rem;
  }
}

/*----------------------------------------
	p-eartype-nav
----------------------------------------*/
.p-eartype-nav {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav {
    padding: 4rem 0 0;
  }
}
.p-eartype-nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav ul {
    gap: 1.6rem;
  }
}
.p-eartype-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background: #91ADC4;
  padding: 0 2.4rem 0 0;
  border-radius: 0.4rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-eartype-nav ul li a {
    width: 14rem;
  }
}
.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;
}
.p-eartype-archive__container {
  max-width: 120rem;
  margin: auto;
}

/*----------------------------------------
	p-eartype-product
----------------------------------------*/
.p-eartype-product {
  padding: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-eartype-product {
    padding: 6rem 0 0;
  }
}
.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: 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: #a8bccd;
  text-align: center;
  padding: 1.6rem 5.6rem 1.6rem 5.3rem;
  border: 1px solid #a8bccd;
  border-radius: 4px;
  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-xxxx
----------------------------------------*//*# sourceMappingURL=eartype.css.map */