@charset "utf-8";
/* 【トップ画像】 */
/* 共通 */
body{
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.home_top{
  position: relative;
}
/* PC表示 */
.topImg00,
.bottomImg00{
  margin: 1px;
  width: calc(23% - 1px);
}
.topImg01,
.bottomImg01{
  margin: 1px;
  width: calc(27% - 2px);
}
.topImg02,
.bottomImg02{
  margin: 1px;
  width: calc(23% - 5px);
}
.top_text{
  position: absolute;
  bottom: 8%;
  font-size: clamp(24px,3.6vw,36px);
  font-family: serif;
  color: white;
}
/* スマホ表示 */
.topImg_top_sm{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.topImg_top_sm img{
  width: 46%;
}
.top_text_sm{
  position: absolute;
  left: 34%;
  bottom: 34%;
  font-size: clamp(24px,8vw,36px);
  font-family: serif;
  color: white;
  writing-mode:vertical-rl;
  text-align: center;
  line-height: 60px;
}

/* 【商品一覧（PRODUCT）】 */
/* 共通 */
#product{
  margin: 8%;
  display: flex;
  flex-flow: column;
}
.product_title p{
  font-size: clamp(10px, 1.2vw,14px);
  color: #231815;
  font-family: sans-serif;
}
.product_title h2{
  font-size: clamp(32px, 3.2vw,36px);
  letter-spacing: 4px;
  color: black;
  font-family: sans-serif;
}
.product_item h3{
  color: #231815;
  font-family: sans-serif;
}
.product_item p{
  color: #231815;
  font-family: sans-serif;
  transform: scale(0.9);
  transform-origin: left center;
}
.product_more-detail{
  display: flex;
  justify-content: center;
}
.product_more-detail a{
  font-size: clamp(12px,1.4vw,16px);
  transform: scale(0.8);
  transform-origin: center;
}
.product_more-information{
  display: flex;
  justify-content: end;
}
.product_more-information a{
  font-size: clamp(12px,1.4vw,16px);
  transform: scale(0.8);
  transform-origin: center;
}