.forPC {
  display: block;
}

.forSP {
  display: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

html {
  font-size: 0.6666666667vw;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  html {
    font-size: 1.3333333333vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
body {
  color: #000;
}

figure img {
  width: 100%;
  height: auto;
}

.mv {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mv h1 {
  width: 100%;
  font-size: 0;
}
.mv h1 img {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv h1 img {
    max-width: 100%;
  }
}

main.hr-main {
  padding-bottom: 0;
  font-family: "Noto Serif JP", serif;
}

.c_bgHave {
  background: none;
  background-size: auto;
}
@media screen and (min-width: 769px) {
  .c_bgHave {
    background: url(../product/new/images/common/bg_pc.webp) center top no-repeat;
    background-size: cover;
  }
}

.bg01, .bg02 {
  position: relative;
}

.bg01 {
  padding: 32rem 0 59rem;
}
@media screen and (max-width: 768px) {
  .bg01 {
    padding: 0;
    background-image: url(../product/new/images/common/bg01_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .bg02 {
    background-image: url(../product/new/images/common/bg02_sp.webp);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.aya {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .aya {
    padding: 18rem 3.5rem 0;
  }
}
.aya_ttl {
  font-size: 5.7em;
  font-weight: 400;
  text-align: center;
}
.aya_ttl span {
  display: inline-block;
  padding-left: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5rem;
  font-weight: 350;
}
.aya_text {
  padding-top: 6rem;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 7rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .aya_text {
    padding-top: 3.5rem;
    line-height: 6rem;
    text-align: left;
  }
}
.aya img {
  padding-top: 40rem;
  width: 113rem;
}
@media screen and (max-width: 768px) {
  .aya img {
    padding-top: 19rem;
  }
}

.serenity {
  position: relative;
  z-index: 2;
  margin-top: 48rem;
}
@media screen and (max-width: 768px) {
  .serenity {
    margin-top: 19rem;
  }
}
.serenity_ttl {
  position: relative;
  padding-bottom: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .serenity_ttl {
    padding-bottom: 2.3rem;
  }
}
.serenity_ttl::before {
  content: "";
  position: absolute;
  background-color: #8b8b8b;
  width: 8.1rem;
  height: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.serenity_items {
  margin: 0 auto;
  padding-top: 11rem;
  width: 111rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 4rem;
}
@media screen and (max-width: 768px) {
  .serenity_items {
    padding-top: 7rem;
    padding-bottom: 7.5rem;
    width: initial;
    display: block;
  }
}
.serenity_item {
  background-image: url(../product/new/images/aya/img_aya03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 53rem;
  height: 48rem;
  padding: 9rem 0 13rem;
}
@media screen and (max-width: 768px) {
  .serenity_item {
    margin: 6rem auto 0;
    padding: 10rem 0 12rem;
  }
}
.serenity_item:first-of-type {
  background-image: url(../product/new/images/aya/img_aya02.webp);
}
.serenity_item:last-of-type {
  background-image: url(../product/new/images/aya/img_aya04.webp);
  width: 48rem;
}
.serenity_head {
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
}
.serenity_head span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 350;
  color: rgba(43, 37, 7, 0.9);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .serenity_head span {
    padding-top: 0.5rem;
  }
}
.serenity_text {
  padding-top: 3.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .serenity_text {
    padding-top: 3.5rem;
  }
}

.img_aya05 {
  width: 80rem;
  width: 53.3333%;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .img_aya05 {
    width: initial;
    max-width: 100%;
  }
}

.sei_block {
  background-color: #fff;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sei_block {
    display: block;
    max-width: initial;
  }
}

.sei {
  display: flex;
  flex-direction: column;
  width: 46.6667%;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sei {
    padding: 13rem 0 14rem;
    width: initial;
  }
}
.sei_ttl {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sei_ttl {
    font-size: 3.8rem;
  }
}
.sei_ttl span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sei_ttl span {
    padding-top: 0.5rem;
  }
}
.sei_text {
  padding: 10rem 0 0 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sei_text {
    padding: 10rem 12rem 0 12rem;
  }
}
.sei_text span {
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sei_text span {
    font-size: 2.3rem;
  }
}
.sei_link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin: 11rem auto 0;
  padding: 2rem 0;
  width: 35rem;
  border: 1px solid #42372e;
  font-size: 2.9rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .sei_link {
    margin: 10rem auto 0;
    padding: 2rem 0;
    width: 35rem;
  }
}

.img_aya06 {
  width: 80rem;
  max-width: initial;
}
@media screen and (max-width: 768px) {
  .img_aya06 {
    width: initial;
    max-width: 100%;
  }
}

.miyabi_block {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 1500px;
  margin: 42.6rem auto 0;
}
@media screen and (max-width: 768px) {
  .miyabi_block {
    display: block;
    margin: 0;
  }
}

.miyabi {
  display: flex;
  flex-direction: column;
  width: 100%;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .miyabi {
    padding: 10rem 0 11rem;
  }
}
.miyabi_ttl {
  font-size: 3.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .miyabi_ttl {
    font-size: 3.8rem;
  }
}
.miyabi_ttl span {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .miyabi_ttl span {
    padding-top: 0.5rem;
  }
}
.miyabi_text {
  padding: 10rem 0 0 10rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  line-height: 5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .miyabi_text {
    padding-top: 10rem;
  }
}
.miyabi_text span {
  display: block;
  font-size: 2.3rem;
  font-weight: 400;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .miyabi_text span {
    font-size: 2.3rem;
  }
}
.miyabi_link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  margin: 11rem auto 0;
  padding: 2rem 0;
  width: 35rem;
  border: 1px solid #42372e;
  font-size: 2.9rem;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .miyabi_link {
    margin: 10rem auto 0;
    padding: 2rem 0;
    width: 35rem;
  }
}

.sei_product .coffeeware {
  position: relative;
  z-index: 2;
  margin: 31.5rem auto 0;
  width: 98rem;
}
@media screen and (max-width: 768px) {
  .sei_product .coffeeware {
    margin-top: 7.5rem;
    padding: 0 3.5rem;
    width: initial;
  }
}
.sei_product .coffeeware_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.sei_product .coffeeware_items {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sei_product .coffeeware_items {
    gap: 10rem 3.2rem;
    padding-top: 4rem;
  }
}
.sei_product .coffeeware_item {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .sei_product .coffeeware_item {
    width: 31.3rem;
  }
}
.sei_product .coffeeware_item a {
  text-decoration: none;
}
.sei_product .coffeeware_coad {
  padding-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sei_product .coffeeware_coad {
    padding-top: 3rem;
    font-size: 1.6rem;
  }
}
.sei_product .coffeeware_name {
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sei_product .coffeeware_name {
    padding-top: 1.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.sei_product .glass {
  margin: 16rem auto 0;
  width: 98rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sei_product .glass {
    margin-top: 10rem;
    padding: 0 3.5rem 20rem;
    width: initial;
  }
}
.sei_product .glass_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.sei_product .glass_items {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .sei_product .glass_items {
    gap: 5rem 3.2rem;
    padding-top: 4.5rem;
  }
}
.sei_product .glass_item {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .sei_product .glass_item {
    width: 31.3rem;
  }
}
.sei_product .glass_coad {
  padding-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sei_product .glass_coad {
    padding-top: 3rem;
    font-size: 1.6rem;
  }
}
.sei_product .glass_name {
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .sei_product .glass_name {
    padding-top: 1.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.miyabi_product .coffeeware {
  margin: 24rem auto 0;
  width: 98rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .miyabi_product .coffeeware {
    margin-top: 8rem;
    padding: 0 3.5rem;
    width: initial;
  }
}
.miyabi_product .coffeeware_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.miyabi_product .coffeeware_items {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .miyabi_product .coffeeware_items {
    gap: 5rem 3.2rem;
    padding-top: 4.5rem;
  }
}
.miyabi_product .coffeeware_item {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .miyabi_product .coffeeware_item {
    width: 31.3rem;
  }
}
.miyabi_product .coffeeware_item a {
  text-decoration: none;
}
.miyabi_product .coffeeware_coad {
  padding-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .miyabi_product .coffeeware_coad {
    padding-top: 3rem;
    font-size: 1.6rem;
  }
}
.miyabi_product .coffeeware_name {
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .miyabi_product .coffeeware_name {
    padding-top: 1.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}
.miyabi_product .teaware {
  margin: 16rem auto 0;
  width: 98rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .miyabi_product .teaware {
    margin-top: 10rem;
    padding: 0 3.5rem;
    width: initial;
  }
}
.miyabi_product .teaware_ttl {
  font-size: 2.5rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
.miyabi_product .teaware_items {
  padding-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .miyabi_product .teaware_items {
    gap: 10rem 3.2rem;
    padding-top: 4.5rem;
  }
}
.miyabi_product .teaware_item {
  width: 23rem;
}
@media screen and (max-width: 768px) {
  .miyabi_product .teaware_item {
    width: 31.3rem;
  }
}
.miyabi_product .teaware_coad {
  padding-top: 1.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .miyabi_product .teaware_coad {
    padding-top: 3rem;
    font-size: 1.6rem;
  }
}
.miyabi_product .teaware_name {
  padding-top: 0.6rem;
  font-size: 1.1rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .miyabi_product .teaware_name {
    padding-top: 1.2rem;
    font-size: 2rem;
    line-height: 3.2rem;
  }
}

.img_lineup {
  position: relative;
  z-index: 2;
  padding: 40rem 0 10rem;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .img_lineup {
    padding: 20rem 0 10rem;
    max-width: 100%;
  }
}

.hr-main_breadcrumbs > ul {
  font-family: "Noto Sans JP", sans-serif;
}

.product_detail {
  display: block;
  margin-top: 1.8rem;
  padding: 0.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  border: 1px solid #373737;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product_detail {
    margin-top: 2.4rem;
    padding: 0.8rem 0;
    font-size: 1.7rem;
  }
}

.product_link {
  display: block;
  margin-top: 0.7rem;
  padding: 0.4rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  border: 1px solid #373737;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .product_link {
    margin-top: 1rem;
    padding: 0.8rem 0;
    font-size: 1.1rem;
  }
}
.product_link span {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .product_link span {
    font-size: 1.7rem;
  }
}
