html {
  font-size: 20px;
}

@media (max-width: 1080px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 14px);
  }
}

body {
  line-height: 2rem;
  font-size: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;
  color: #65501F;

  /* フォント */
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

main {
  overflow-x: hidden;
}

p {
  text-align: justify;
  letter-spacing: -0.01rem;
}

.grad {
  display: inline-block;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-feature-settings: "palt";
}

.luster_tx {
  filter:drop-shadow(0 0 5px #fff) 
  drop-shadow(0 0 5px #fff)
  drop-shadow(0 0 5px #fff) 
  drop-shadow(0 0 5px #fff);
}

.grad_back {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, rgba(124, 90, 48, 1), rgba(194, 150, 92, 1) 50%, rgba(124, 90, 48, 1));
}

.double_quotation {
  font-size: 7.4rem;
  vertical-align: -3rem;
  background: linear-gradient(to right, rgb(221, 175, 86, 0.8), rgb(255, 255, 181, 0.8), rgb(248, 211, 125, 0.8), rgb(228, 179, 88, 0.8), rgb(248, 224, 141, 0.8), rgb(221, 175, 86, 0.8));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 3px;
}

.comma {
  letter-spacing: -0.4rem;
}

/* インナー幅 */
.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

.inner_1100 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 40px;
}

.header img, .footer img {
  width: 100%;
}

/* ===============================================
ファーストビュー
=============================================== */
.fv {
  width: 100%;
  height: 68vw;
  background-image: url(../img/fv_img.webp);
  background-repeat: no-repeat;
  background-position: right top 3vw;
  background-size: 100%;
}

.pc_display_none {
  display: none;
}

.pc_display_block {
  display: block;
}

.fv_head_container {
  position: relative;
  height: 18vw;
  width: 100%;
  background-image: url(../img/fv_head.webp);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 20px 30px 4rem 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  position: absolute;
  top: 30%;
  left: 6vw;
  width: 148px;
  object-fit: contain;
}

.moon {
  position: absolute;
  top: 1rem;
  right: -2.5rem;
  width: 70px;
}

.fv_head_tx {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 0rem;
  position: relative;
}

.fv_head_tx1 {
  vertical-align: -0.5rem;
  font-size: 5rem;
}

.fv_head_tx2 {
  vertical-align: -0.5rem;
  margin-left: -2rem;
}

.fv_head_tx3 {
  margin-left: -1.8rem;
}

.fv_head_tx4 {
  font-size: 5rem;
  margin-left: -2.2rem;
  vertical-align: -1rem;
}

.fv_head_tx5 {
  margin-left: -1.5rem;
}

.fv_container {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw 60px 6vw;
  margin-top: 40px;
}

.fv_h1 {
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: -0.2rem;
  font-weight: 600;
  display: block;
}

.fv_h1_2 {
  font-size: 4.1rem;
}

.fv_h1_3 {
  margin-right: -1.3rem;
  letter-spacing: -0.2rem;
  font-size: 5.4rem;
  padding-top: 10px;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.5em;
	background-image: radial-gradient(circle at center, #a4661e 0%, #49250b 12%, transparent 12%);
}

.fv_h1_4 {
  font-size: 3.55rem;
  letter-spacing: -0.5rem;
  margin-left: -0.5rem;
}

.fv_point_container {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

.fv_point_gr {
  margin-bottom: 15px;
  display: inline-block;
}

.fv_h2 {
  padding: 2px 40px;
  font-size: 1.25rem;
  color: #fff;
  display: inline;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(73, 37, 11, 1) 20%, rgba(164, 102, 30, 1) 50%, rgba(73, 37, 11, 1) 80%, rgba(255, 255, 255, 0));
}

.fv_point_tx {
  display: inline-block;
  line-height: 2rem;
  font-weight: 600;
}

.powder_beads_img {
  position: absolute;
  bottom: 0;
  right: -8rem;
  width: 180px;
}

/* ===============================================
#lead
=============================================== */
#lead {
  background-image: url(../img/lead_back2.webp),
  linear-gradient(to right, #dfc8ae, #f5f0ea, #dfc8ae);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0 200px 0;
}

.lead_container {
  display: flex;
  gap: 35px;
}

.lead_img {
  object-fit: contain;
  width: 30%;
}

.lead_tx_gr .inner_1100 {
  padding: 0;
}

.lead_tx_gr {
  width: 70%;
}

.left_slash {
  width: 18px;
  vertical-align: -0.5rem;
}

.right_slash {
  width: 18px;
  transform: scale(-1, 1);
  margin-left: 0rem;
  vertical-align: -0.5rem;
}

.lead_h2_top {
  display: inline-block;
  margin-bottom: 20px;
}

.lead_h2_top_1 {
  display: inline-block;
  font-size: 2rem;
  transform: rotate(-6deg);
  letter-spacing: -0.5rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
}

.lead_h2_top_2 {
  font-size: 1.35rem;
  letter-spacing: -0.1rem;
}

.h2_border {
  position: relative;
  font-size: 2.8rem;
  display: inline-block;
  line-height: 3rem;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 20px;
}

.double_quotation_left {
  width: 1rem;
  vertical-align: 1.5rem;
  margin-right: -0.3rem;
}

.double_quotation_right {
  width: 1rem;
  transform: scale(-1, -1);
  vertical-align: 1.5rem;
  margin-left: -0.3rem;
}

.pillow_h2 .double_quotation_left {
  width: 0.8rem;
}

.pillow_h2 .double_quotation_right {
  width: 0.8rem;
  margin-right: -0.5rem;
}

.pillow3_h2 .double_quotation_right {
  margin-right: 0rem;
}

.lead_h2_1 {
  letter-spacing: -0.2rem;
  font-size: 2.8rem;
}

.lead_h2_2 {
  color: #AE8A1F;
  margin-left: -0.5rem;
  letter-spacing: -0.2rem;
}

.lead_h2_3 {
  font-size: 2.4rem;
}

.lead_h2_4 {
  margin-right: -0.3rem;
}

.lead_h2_5 {
  margin-left: -0.3rem;
  margin-right: 0.5rem;
}

.h2_border::after, .h2_border::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #AE8A1F 25%, #AE8A1F 75%, transparent);
  background-image: linear-gradient(to right, transparent, #AE8A1F 25%, #AE8A1F 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

.h2_border::after {
  bottom: -12px;
}

.h2_border::before {
  top: -12px;
}

.lead_tx {
  font-size: 0.8rem;
  letter-spacing: -0.03rem;
  margin-top: 20px;
}

/* ===============================================
#about_beads_pillow
=============================================== */
#about_beads_pillow {
  background-image: url(../img/about_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 100px 0;
  margin-top: -160px;
}

.about_h2 {
  color: #AE8A1F;
  font-size: 2.7rem;
  text-align: center;
}

.about_h2_1 {
  margin-right: 0.2rem;
}

.about_h2_2 {
  font-size: 2.1rem;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}

.about_h2_3 {
  letter-spacing: -0.3rem;
  margin-left: 0.2rem;
}

.about_h2_4 {
  letter-spacing: -0.2rem;
}

.about_h2_bottom {
  font-size: 1.5rem;
  background-image: radial-gradient(circle at 7% 1%, rgba(249, 211, 50, 1), rgba(137, 71, 0, 1) 42%);
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}

.about_lead_tx {
  font-size: 16px;
  margin: 40px 0;
}

.about_point_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.about_point_img_gr {
  position: relative;
}

.about_point_img_gr2 {
  position: relative;
}

.about_img1 {
  width: 100%;
}

.about_img2 {
  width: 92px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.point_h3 {
  font-weight: 500;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-top: -2px;
  color: #fff;
  background-image: linear-gradient(90deg, rgba(124, 90, 48, 1), rgba(194, 150, 92, 1) 50%, rgba(124, 90, 48, 1));
}

.border {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 5px;
  border: 0.8px solid;
  border-image: linear-gradient(to right, rgba(164, 150, 129), rgba(203, 189, 162), rgba(164, 150, 129)) 1;
}

.arrow_gr {
  display: flex;
  padding-top: 8px;
  width: 100%;
  gap: 5px;
}

.arrow {
  display: flex;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #65501f;
  border-bottom: 0;
}

.arrow_gr:before, .arrow_gr:after {
  border-top: 1px solid;
  content: "";
  width: 100%;
  border-image: linear-gradient(to right, rgba(164, 150, 129), rgba(203, 189, 162), rgba(164, 150, 129)) 1;
}

.point_tx {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}

.caption {
  margin-top: 40px;
  text-align: right;
  font-size: 0.55rem;
}

/* ===============================================
#pressure_redistribution
=============================================== */
#pressure_redistribution {
  background-image: url(../img/sky_back.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 100px 0;
}

.pressure_h2 {
  text-align: center;
  color: #AE8A1F;
}

.pressure_h2_1 {
  padding: 0 30px;
}

.pressure_h2_top {
  font-size: 1.65rem;
  letter-spacing: -0.1rem;
}

.pressure_h2_top_1 {
  font-size: 1.5rem;
  letter-spacing: -0.2rem;
  margin: 0 -0.1rem;
}

.pressure_h2_bottom {
  display: inline-block;
  margin-top: 30px;
  font-size: 1.6rem;
  background-image: radial-gradient(circle at 7% 1%, rgba(249, 211, 50, 1), rgba(137, 71, 0, 1) 42%);
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.05rem;
}

.pressure_h2_bottom_1 {
  font-size: 1.4rem;
  margin: 0 -0.5rem;
}

.pressure_redistribution_img {
  width: 100%;
  max-width: 670px;
  display: block;
  margin: 30px auto 0 auto;
}

.pressure_tx {
  font-size: 0.8rem;
  text-align: center;
}

.pressure_point_container {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

/* ===============================================
#perfect_pillow
=============================================== */
#perfect_pillow {
  background-image: url(../img/perfect_pillow_separator.webp), url(../img/perfect_pillow_back.webp);
  background-repeat: no-repeat;
  background-size: 100%, cover;
  background-position: top, left;
  padding: 100px 0 40px 0;
}

.perfect_pillow_container {
  display: block;
  margin: 0 0 0 auto;
  width: 65%;
  text-align: center;
}

.perfect_pillow_container.pc_display_none {
  display: none;
}

.perfect_pillow_h2_top_1 {
  font-size: 1.5rem;
  margin: 0 -0.3rem;
}

.perfect_pillow_h2_top {
  letter-spacing: -0.1rem;
  position: relative;
  font-size: 1.65rem;
  display: inline-block;
  line-height: 2rem;
  font-weight: 500;
  margin: 10px 0 30px 0 ;
  padding: 0 30px;
}

.perfect_pillow_h2_top::after, .perfect_pillow_h2_top::before {
  content: '';
  position: absolute;
  left: -10px;
  right: -10px;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  text-align: center;
  background-image: -webkit-linear-gradient(left, transparent, #65501F 25%, #65501F 75%, transparent);
  background-image: linear-gradient(to right, transparent, #65501F 25%, #65501F 75%, transparent);
  background-position: center;
  background-repeat: no-repeat;
}

.perfect_pillow_h2_top::after {
  bottom: -12px;
}

.perfect_pillow_h2_top::before {
  top: -12px;
}

.perfect_pillow_h2_1 {
  font-size: 3.15rem;
  font-weight: 500;
  letter-spacing: -0.1rem;
}

.perfect_pillow_h2_2 {
  font-size: 2.45rem;
  font-weight: 500;
  margin-right: -0.3rem;
}

.perfect_pillow_h2_3 {
  font-size: 3.15rem;
  font-weight: 500;
  letter-spacing: -0.5rem;
  line-height: 4rem;
}

.perfect_pillow_h2_4 {
  margin: 0 0.8rem 0 0.2rem;
}

.perfect_pillow_h2_r {
  font-size: 1.5rem;
  vertical-align: 1rem;
}

.perfect_pillow_h3 {
  background-image: linear-gradient(to right, rgba(164, 150, 129), rgb(203, 189, 162), rgba(164, 150, 129));
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.perfect_pillow_tx_gr {
  background-color: rgb(255, 255, 255, 55%);
  margin-top: 30px;
}

.perfect_pillow_tx {
  font-size: 0.8rem;
  text-align: center;
  padding: 30px;
}

/* ===============================================
#reason
=============================================== */
#reason {
  background-image: url(../img/reason_back2.webp),
  url(../img/reason_back3.webp),
  url(../img/reason_back4.webp),
  linear-gradient(90deg, rgba(223, 200, 174, 40%), rgba(245, 240, 234, 40%) 30%, rgba(231, 219, 203, 40%) 70%, rgba(223, 200, 174, 40%));
  background-repeat: no-repeat;
  background-size: 100%, 120%, 120%, 100%;
  background-position: top, 50% 35%, 50% 75%, bottom;
  padding: 100px 0 300px 0;
}

.reason_container_back {
  --radius: 30px;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
  background: linear-gradient(to right, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56);
  padding: 2px;
}

.reason_container {
  --radius: 30px;
  clip-path: polygon(var(--radius) 0, calc(100% - var(--radius)) 0, 100% var(--radius), 100% calc(100% - var(--radius)), calc(100% - var(--radius)) 100%, calc(var(--radius)) 100%, 0 calc(100% - var(--radius)), 0 var(--radius));
  padding: 30px 48px;
  background-image: url(../img/reason_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.ribbon {
  width: 54px;
  position: absolute;
  top: -33px;
  left: -4rem;
}

.reason_h2 {
  font-size: 3.15rem;
  background-image: radial-gradient(circle at 7% 1%, rgba(249, 211, 50, 1), rgba(137, 71, 0, 1) 42%);
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  line-height: 3rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.reason_h2_r {
  font-size: 1.5rem;
  vertical-align: 1rem;
  margin-left: -0.8rem;
}

.reason_h2_1 {
  font-size: 2.1rem;
  margin: 0 -0.5rem 0 -0.8rem;
}

.check {
  width: 30px;
  vertical-align: -0.3rem;
  margin-right: 0.3rem;
}

.powder_beads3 {
  display: block;
  width: 200px;
  margin: 10px auto 0 0;
}

/* ぴったりな枕 */
.pillow_container {
  text-align: center;
  border: 3px solid;
  border-image: linear-gradient(to right, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56) 1;
  padding: 70px 47px 80px 47px;
  margin-top: 100px;
  background-color: #fff;
  background-image: url(../img/fit_pillow_back.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.pillow_head {
  background-image: url(../img/reason_point_head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  width: 100%;
  max-width: 280px;
  height: 60px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  font-style: oblique;
  line-height: 52px;
}

.pillow_head_1 {
  font-size: 27px;
  letter-spacing: -2px;
}

.pillow_head_number {
  font-size: 36px;
  margin-left: 5px;
  vertical-align: -2px;
}

.pillow_h2 {
  font-size: 2.2rem;
  font-weight: 600;
}

.pillow_h2_bottom {
  font-size: 1rem;
  font-weight: 500;
}

.pillow_grid_container {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.pillow_grid_left .h2_border {
  display: block;
  line-height: 3.5rem;
  font-size: 2.4rem;
  letter-spacing: -0.3rem;
  white-space: nowrap;
}

.pillow_img1 {
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}

.pillow_grid_left_tx {
  font-size: 16px
}

.pillow_img23_gr {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pillow_img23_gr img {
  width: 100%;
}

.review_container {
  position: relative;
  text-align: left;
  background-color: #fff;
  padding: 30px;
}

.review_head {
  background-image: url(../img/reason_point_head.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  width: 174px;
  height: 37px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.star {
  font-size: 20px;
  color: #B39853;
}

.review_h4 {
  font-size: 1.2rem;
  letter-spacing: -0.1rem;
  margin-bottom: 20px;
}

.review_text {
  font-size: 12px;
  line-height: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.date_name {
  text-align: right;
  font-size: 12px;
  line-height: 11px;
  margin-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.review_caption {
  text-align: right;
  font-size: 12px;
  line-height: 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.date_name img {
  width: 10px;
  margin-right: 0.2rem;
}

.pillow_point_container {
  margin-top: 20px;
  background-color: #fff;
}

.pillow_h4 {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.5rem;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #7c521f 25%, #7c521f 75%, rgba(255, 255, 255, 0));
}

.pillow_point_gr {
  padding: 10px 10px 20px 10px;
}

.pillow_point_gr2 {
  display: flex;
  gap: 0 0.5rem;
  margin-top: 0.8rem;
}

.check_br {
  width: 30px;
  object-fit: contain;
}

.pillow_point {
  font-size: 0.8rem;
  line-height: 1.5rem;
  letter-spacing: -0.05rem;
  font-weight: 600;
  width: 100%;
}

.pillow_bottom_container .pillow_h4 {
  display: inline-block;
  padding: 0 90px;
}

.pillow_h4.pc_display_none {
  display: none;
}

.pillow_bottom_img_gr {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 20px;
}

.pillow_bottom_img_gr img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

.pillow1_img_caption_gr {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  gap: 0 0.3rem;
}

.pillow1_img_caption {
  width: 100%;
}

.pillow_item_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
  max-width: 860px;
  width: 100%;
  margin: 80px auto 0 auto;
}

.pillow_item_container img {
  width: 100%;
}

.pillow_item_gr {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(182, 182, 182, 0.7);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}

.pillow_item_gr2 {
  text-align: left;
  padding: 0 20px 80px 20px;
}

.pillow_item_btn {
  display: block;
  font-size: 16px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pillow_item_name {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  height: 40px;
}

.price_gr {
  font-size:  16px;
  font-weight: 600;
}

.tax {
  font-size: 12px;
  font-weight: 400;
}

.pillow_grid_left .pillow_grid_left_h3 {
  letter-spacing: -0.5rem;
  margin-top: 0;
}

.pillow_grid_left_h3_1 {
  margin: 0 0.5rem;
}

.pillow_h5_line {
  border-bottom: solid 1px #7c470b;
  width: 100%;
  max-width: 520px;
  position: relative;
  margin: 0 auto;
}

.pillow_h5_line::before,
.pillow_h5_line::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;/*左右四角の幅*/
    height: 6px;/*左右四角の高さ*/
    transform: rotate(45deg);
    background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
}

.pillow_h5_line::before {
    left: -3px;
    top: -3px;
}

.pillow_h5_line::after {
    right: -3px;
    top: -3px;
}

.pillow_h5 {
  font-size: 0.8rem;
}

.pillow2_bottom_img_gr {
  grid-template-columns: 1fr 1fr;
  padding: 0 60px;
  position: relative;
}

.pillow2_bottom_img_gr .pillow2_img5 {
  width: 90%;
}

.pillow2_bottom_img_gr .hirahira1 {
  position: absolute;
  top: 0;
  left: -8vw;
  width: 19vw;
  max-width: 210px;
}

.pillow2_bottom_img_gr .hirahira2 {
  position: absolute;
  top: -60px;
  right: -10vw;
  width: 22vw;
  max-width: 246px;
}

.pillow2_img_caption {
  font-size: 12px;
  text-align: center;
  line-height: 22px;
}

.color_name {
  font-size: 16px;
  margin-top: 5px;
}

.pillow_item_name {
  text-align: left;
}

.pillow_item_name span {
  font-size: 10px;
  letter-spacing: 0px;
}

.pillow_grid_left_h3_2 {
  font-size: 1.95rem;
  margin-left: 0.2rem;
  margin-right: -0.2rem;
}

.pillow3_grid_left .pillow_grid_left_h3 {
  letter-spacing: -0.2rem;
}

.pillow_grid_left_h3 .pillow_grid_left_h3_3 {
  letter-spacing: -0.5rem;
  margin-left: -0.5rem;
}

.pillow_grid_left_h3 {
  margin-top: 80px;
}

.pillow_container_inner .pillow_grid_left_h3 {
  font-size: 2.4rem;
}

.pillow3_h2 .pillow3_h2_1 {
  font-size: 1.6rem;
  margin: 0 -0.5rem ;
}

.pillow3_h2 .pillow3_h2_2_sp {
  font-size: 2.2rem;
}

.pillow3_h2 .pillow3_h2_2 {
  font-size: 1.2rem;
  margin-left: -0.5rem;
}

.pillow3_grid_container .pillow_img1 {
  margin-top: 0px;
}

.pillow2_bottom_img_gr.pillow3_bottom_img_gr {
  padding: 0px;
}

.pillow3_bottom_img_gr img {
  height: 10rem;
}

.pillow_h2_bottom_br {
  display: none;
}

/* item_color */
.item_color {
  height: 30px;
}

.item_color_gr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.color_circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: top;
}

.item_color_sbl {
  background-color: #949ec2;
}

.item_color_cpk2 {
  background-color: #cb919a;
}

.item_color_nnv {
  background-color: #4b555e;
}

.item_color_swh {
  background-color: #fff;
  border: solid 1px #000;
}

.item_color_mgy {
  background-color: #cbc4c5;
}

.item_color_re2 {
  background-color: #a82a11;
}

.item_color_nv3 {
  background-color: #0c1438;
}

.item_color_br2 {
  background-color: #422715;
}

.item_color_gy3 {
  background-color: #474747;
}

.item_color_re {
  background-color: #d13628;
}

.item_color_cpk {
  background-color: #f0cdd3;
}

.item_color_or {
  background-color: #d7802f;
}

.item_color_lgn {
  background-color: #cdda8c;
}

.item_color_ogn {
  background-color: #616748;
}

.item_color_rbl {
  background-color: #173d8f;
}

.item_color_nv {
  background-color: #31375e;
}

.item_color_br {
  background-color: #534033;
}

.item_color_ch {
  background-color: #a19996;
}

.item_color_bk {
  background-color: #333b3c;
}

.item_color_spk {
  background-color: #d4498d;
}

.item_color_bewh {
  background-color: #d1c19f;
}

.item_color_wre {
  background-color: #7a1d0e;
}

.item_color_tgr {
  background-color: #0c3011;
}

.item_color_dbl {
  background-color: #0e1228;
}

.item_color_nv2 {
  background-color: #070e4f;
}

.item_color_wbr {
  background-color: #47321b;
}

.item_color_sgy {
  background-color: #ada9a5;
}

.item_color_pk {
  background-color: #c97d93;
}

.item_color_mgn {
  background-color: #b9bf7f;
}

.item_color_gy2 {
  background-color: #4c4c4c;
}

.item_color_re3 {
  background-color: #d32300;
}

.item_color_rbl2 {
  background-color: #0012ef;
}

.item_color_re4 {
  background-color: #ff3243;
}

.item_color_ye {
  background-color: #ecc547;
}

.item_color_tbl {
  background-color: #3d8acb;
}

.item_color_bl {
  background-color: #31619e;
}

.item_color_ch2 {
  background-color: #6b6d80;
}

.item_color_bk2 {
  background-color: #1c2b4a;
}

.item_color_be {
  background-color: #a38c6a;
}

.item_color_br3 {
  background-color: #795e5f;
}

.item_color_bk3 {
  background-color: #393432;
}

.item_color_bre {
  background-color: #a73534;
}

.item_color_rbl3 {
  background-color: #2d5ba6;
}

.item_color_bk4 {
  background-color: #30393d;
}

.item_color_nv4 {
  background-color: #182d35;
}

.item_color_br4 {
  background-color: #584d46;
}

.item_color_gy4 {
  background-color: #474847;
}

.item_color_gr2 {
  background-color: #a8ac4b;
}

.item_color_nv5 {
  background-color: #172841;
}

.item_color_or2 {
  background-color: #dd8047;
}

.item_color_br5 {
  background-color: #633e39;
}

/* ===============================================
#other_items
=============================================== */
#other_items {
  background-image: url(../img/reason_back4.webp),
  url(../img/other_items_back.webp);
  background-repeat: no-repeat;
  background-position: 50% 5%, 50% 0;
  background-size: 120%, 100% 100%;
  padding: 300px 0 200px 0;
  margin-top: -200px;
  position: relative;
  z-index: 2;
}

.other_items_container {
  background-color: #fff;
  padding: 80px 50px 50px 50px;
  position: relative;
  border-top: 60px solid;
  border-image: linear-gradient(to right, #a5976a, #cbbda2, #a5976a) 1;
}

.other_items_head {
  background-image: url(../img/other_items_head.webp);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 220px;
  height: 255px;
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 30;
}

.other_items_head_tx {
  font-size: 1.25rem;
}

.other_items_h2_gr {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
  padding: 0 4rem;
}

.other_items_h2 {
  line-height: 3rem;
  letter-spacing: -0.2rem;
  z-index: 20;
}

.other_items_h2_1 {
  font-size: 1.6rem;
}

.other_items_h2_2 {
  font-size: 2.6rem;
}

.other_items_h2_img {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 322px;
  transform: translateY(-50%);
}

.other_items_wrap_img_tx {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  line-height: 25px;
  display: inline-block;
  color: #fff;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
}

.other_items_wrap1, .other_items_wrap2 {
  display: flex;
  gap: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 60px 0;
  position: relative;
  z-index: 10;
}

.other_items_wrap2 {
  flex-direction: row-reverse;
  margin-bottom: 60px;
}

.other_items_wrap_img_gr {
  position: relative;
}

.other_items_wrap_img {
  width: 100%;
}

.other_items_wrap_img_gr {
  width: 50%;
}

.other_items_wrap_tx_gr {
  width: 50%;
}

.other_items_name {
  font-size: 1.2rem;
}

.arrow2 {
  display: inline-block;
  width: 16px;
  margin-left: 0.5rem;
}

.price_gr.other_items_price {
  font-weight: 600;
  font-size: 1.2rem;
}

.other_items_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 16px;
  margin-bottom: 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 32px;
}

.other_items_wrap_tx {
  font-size: 16px;
  line-height: 30px;
}

.other_items_item_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}

.other_items_item_container .pillow_item_gr2 {
  padding: 20px 20px 80px 20px;
}

.pillow_item_gr2 .item_color {
  margin-top: 20px;
  margin-bottom: 5px;
}

.item_pillow1 {
  width: 100%;
}

.other_items_item_container .pillow_item_gr {
  background-image: url(../img/other_items_back2.webp);
  background-size: 100%;
  background-position: 50% 0;
  box-shadow: none;
}

.other_items_h3_gr {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  margin-bottom: 200px;
}

.other_items_h3_gr2 {
  background-repeat: no-repeat;
}

.other_items_h3_back {
  width: 220px;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translateX(-50%);
}

.other_items_h3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5rem;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}

.other_items_h3_gr_2 .other_items_h3_img {
  right: -2rem;
  top: -1rem;
  width: 40%;
}

.other_items_h3_2 {
  font-size: 0.8rem;
}

.other_items_h3_img {
  position: absolute;
  top: -3rem;
  right: -4rem;
  width: 40%;
  z-index: 9;
}

.other_items_btn_bottom {
  margin-top: 20px;
}

/* ===============================================
#summary
=============================================== */
#summary {
  background-image: url(../img/lead_back2.webp),
  url(../img/summary_back.webp);
  background-repeat: no-repeat;
  background-size: 100%, cover;
  background-position: 50%;
  padding: 300px 0 100px 0;
  margin-top: -200px;
  position: relative;
  z-index: 0;
}

.summary_container {
  display: flex;
  padding: 0 40px;
  gap: 30px;
}

.summary_tx {
  display: block;
  font-size: 16px;
  width: 65%;
  line-height: 30px;
  letter-spacing: -1.3px;
}

.summary_img {
  width: 35%;
  object-fit: contain;
}

/* ===============================================
#lp_footer
=============================================== */
#lp_footer {
  background-color: #65501f;
}

.lp_footer_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer_logo {
  width: 195px;
}

.sns_icon {
  width: 45px;
}

.sns_link {
  margin-left: 10px;
}

/*media Queries 1250px
----------------------------------------------------*/
@media (max-width: 1250px) {
  .fv_head_tx {
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: 0rem;
  }

  .fv_head_tx1 {
    font-size: 4rem;
  }

  .fv_head_tx3 {
    margin-left: -1.5rem;
  }

  .fv_head_tx4 {
    font-size: 4rem;
    margin-left: -2rem;
    margin-right: 0.5rem;
  }

  .fv_h1 {
    font-size: 2.5rem;
    line-height: 4rem;
  }

  .fv_h1_2 {
    font-size: 3.2rem;
  }
  
  .fv_h1_3 {
    font-size: 4rem;
  }
  
  .fv_h1_4 {
    font-size: 2.7rem;
    letter-spacing: -0.4rem;
    margin-left: -0.5rem;
    vertical-align: 0.2rem;
  }

  .fv {
    background-position: right 0 top 6vw;
    height: 100%;
  }

  .fv_head_container {
    padding: 20px 30px 3rem 30px;
  }

  .moon {
    width: 60px;
  }
  
  .logo {
    width: 120px;
  }

  .powder_beads_img {
    width: 140px;
  }

  .lead_container {
    gap: 8px;
  }
}

/*media Queries 900px
----------------------------------------------------*/

@media (max-width: 900px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 13px);
  }

  .lead_tx {
    font-size: 14px;
  }

  .point_tx {
    font-size: 14px;
    line-height: 28px;
  }

  .pressure_tx {
    font-size: 14px;
  }

  .perfect_pillow_h3 {
    line-height: 2.5rem;
    font-size: 1.2rem;
  }

  .perfect_pillow_tx {
    font-size: 14px;
  }

  .other_items_head_tx {
    font-size: 14px;
  }

  .other_items_wrap_tx {
    font-size: 14px;
    line-height: 22px;
  }

  .pillow_h2 {
    font-size: 2rem;
  }

  .h2_border {
    padding: 0;
  }

  .pillow_container2 .pillow_grid_left .h2_border {
    font-size: 1.9rem;
  }

  .perfect_pillow_h2_1 {
    font-size: 2.5rem;
  }

  .perfect_pillow_h2_2 {
    font-size: 2rem;
  }

  .perfect_pillow_h2_3 {
    font-size: 2.5rem;
  }

  .check {
    vertical-align: -0.2rem;
    width: 20px;
  }

  .pillow_h2_bottom_br {
    display: none;
  }

  .item_color2 {
    height: 100%;
  }
}

/*media Queries 767px
----------------------------------------------------*/
@media screen and (max-width:767px) {
  .inner {
    padding: 0 40px;
  }

  .inner_1100 {
    padding: 0 15px;
  }

  html {
    font-size: calc((100vw - 390px) / 80 + 11px);
  }

  p {
    font-size: 14px;
    line-height: 30px;
  }

  /* ===============================================
  ファーストビュー
  =============================================== */
  .fv {
    background-image: url(../img/fv_img_sp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: right 0 top 0;
  }

  .fv_head_container {
    padding: 20px 15px 3rem 15px;
  }

  .fv_head_tx {
    font-size: 2.27rem;
    letter-spacing: 0.2rem;
  }

  .fv_head_tx1 {
    vertical-align: -0.3rem;
    font-size: 3.4rem;
  }

  .fv_head_tx2 {
    vertical-align: -0.3rem;
    margin-left: -2rem;
    margin-right: 0.2rem;
  }

  .fv_head_tx4 {
    vertical-align: -0.5rem;
    font-size: 2.8rem;
    margin-left: -1.8rem;
    margin-right: -0.2rem;
  }

  .fv_head_tx5 {
    margin-left: -1.2rem;
    letter-spacing: -0.1rem;
}

  .pc_display_none, .pillow_h4.pc_display_none {
    display: block;
  }
  
  .pc_display_block {
    display: none;
  }

  .fv_container {
    padding: 0 6vw 20px 4vw;
}

  .sp_fv_img {
    width: 50vw;
    margin-top: -5rem;
    margin-bottom: 2rem;
  }
  
  .fv_h1_gr {
    display: flex;
    justify-content: end;
  }

  .fv_h1 {
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: relative;
    z-index: 20;
    background: radial-gradient(circle closest-side, #f9d332, #894700);
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent;
    line-height: 4.5rem;
  }

  .fv_h1_1 {
    margin-right: -1.3rem;
    padding-right: 1rem;
    font-size: 2.6rem;
    letter-spacing: 0rem;
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 0.7em 1em;
    background-image: radial-gradient(circle at center, #a4661e 0%, #49250b 12%, transparent 12%);
  }

  .fv_h1_2 {
    font-size: 3.1rem;
  }

  .fv_h1_3 {
    font-size: 4.5rem;
    background: none;
    padding: 0;
    margin: -2.3rem 0 -2.8rem 0;
    letter-spacing: 0.2rem;
  }

  .fv_h1_4 {
    margin-top: 4rem;
    font-size: 2.4rem;
    letter-spacing: 0rem;
  }

  .fv_point_container {
    width: 100%;
    margin-top: -23rem;
  }

  .fv_point_gr_container {
    position: relative;
  }

  .fv_point_gr {
    position: relative;
    z-index: 10;
  }

  .powder_beads_img {
    bottom: 10rem;
    right: 9rem;
    width: 42vw;
    z-index: 5;
  }

  .fv_h2 {
    font-size: 1.45rem;
    padding: 2px 1.5rem;
  }

  .fv_point_tx {
    font-size: 1.1rem;
    margin: 8px 0;
    letter-spacing: -0.05rem;
    font-weight: 600;
  }

  .logo {
    width: 13vw;
    left: 15px;
  }

  .moon {
    width: 6vw;
    top: 1.6rem;
  }

  /* ===============================================
  #lead
  =============================================== */
  #lead {
    padding: 60px 0 200px 0;
    background-position: 50%;
    position: relative;
    z-index: -2;
  }

  #lead::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(#fff 2%, transparent 98%);
  }

  .lead_container {
    flex-direction: column;
  }

  .lead_tx_gr {
    width: 100%;
    text-align: center;
  }

  .lead_img_sp {
    display: block;
    margin: 20px auto;
    width: 105%;
  }

  .lead_h2_top_1 {
    text-align: left;
    font-size: 3.5rem;
    display: block;
    margin-bottom: 2rem;
  }

  .lead_h2_top_2 {
    font-size: 1.7rem;
  }

  .h2_border {
    padding: 0;
  }

  .inner_pc {
    padding: 0;
  }

  .inner_sp {
    padding: 0 40px;
  }

/* ===============================================
#about_beads_pillow
=============================================== */
#about_beads_pillow {
  background-image: url(../img/about_back_sp.webp);
  padding: 60px 0;
}

.about_lead_tx {
  font-size: 14px;
}

.about_h2_bottom {
  display: block;
  margin-top: 1.5rem;
}

.about_point_container {
  grid-template-columns: 1fr;
}

.point_h3 {
  font-size: 1.8rem;
  line-height: 4.5rem;
}

.caption {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
}

/* ===============================================
#pressure_redistribution
=============================================== */
#pressure_redistribution {
  background-position: 50% 12%;
  padding: 60px 0;
}

.pressure_h2 .h2_border {
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.pressure_h2_top {
  display: block;
}

.pressure_h2_bottom, .pressure_h2_bottom_1 {
  font-size: 14px;
}

.pressure_tx {
  text-align: left;
}

.pressure_point_container {
  grid-template-columns: 1fr;
}

/* ===============================================
#perfect_pillow
=============================================== */
#perfect_pillow {
  background-image: url(../img/perfect_pillow_separator.webp);
  background-size: 100%;
  background-position: top;
  padding: 10px 0 40px 0;
}

.perfect_pillow_container {
  background-image: url(../img/perfect_pillow_back.webp);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: -1;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 16rem;
}

.perfect_pillow_h2 {
  display: inline-block;
  padding-right: 6vw;
}

.perfect_pillow_h2_1 {
  font-size: 2rem;
}

.perfect_pillow_h2_r {
  font-size: 1rem;
  margin-left: 0.1rem;
  margin-right: -0.2rem;
}

.perfect_pillow_h2_2 {
  font-size: 1.5rem;
}

.perfect_pillow_h2_3 {
  font-size: 2rem;
  letter-spacing: -0.3rem;
}

.perfect_pillow_h2 .double_quotation_left,
.perfect_pillow_h2 .double_quotation_right {
  width: 0.8rem;
  vertical-align: 1rem;
}

.perfect_pillow_h2_top {
  letter-spacing: -0.1rem;
  position: relative;
  font-size: 1.65rem;
  display: inline-block;
  line-height: 1rem;
  font-weight: 500;
  margin: 10px 0;
  padding: 0 10px;
}

.perfect_pillow_h3 {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.perfect_pillow_tx {
  padding: 20px 0 0 0;
}

.perfect_pillow_container.pc_display_none {
  display: flex;
}

/* ===============================================
#reason
=============================================== */
#reason {
  padding: 80px 0 300px 0;
  background-image: url(../img/reason_back2.webp),
  url(../img/reason_back3.webp),
  url(../img/reason_back4.webp),
  url(../img/reason_back3.webp),
  linear-gradient(90deg, rgba(223, 200, 174, 40%), rgba(245, 240, 234, 40%) 30%, rgba(231, 219, 203, 40%) 70%, rgba(223, 200, 174, 40%));
  background-repeat: no-repeat;
  background-size: 100%, 300%, 300%, 300%, 100%;
  background-position: top, 50% 36%, 60% 70%, 50% 99%, bottom;
}

.reason_container_wrap {
  position: relative;
}

.reason_container_back {
  --radius: 20px;
}

.reason_container {
  --radius: 20px;
  padding: 50px 28px;
}

.ribbon {
  width: 36px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.reason_h2 {
  font-size: 2.5rem;
}

.reason_h2_1 {
  font-size: 1.8rem;
}

.powder_beads3 {
  margin: 10px auto 0 auto;
}

.check {
  vertical-align: -0.5rem;
  margin-right: 0.5rem;
  width: 30px;
}

/* ぴったりな枕01 */
.pillow_container {
  background-image: url(../img/pillow_container_back_sp.webp),
  url(../img/pillow_container_back2_sp.webp);
  background-size: 105%;
  background-position: left -1px top -2px, left -1px bottom -2px;
  padding: 70px 10px 50px 10px;
  border: 1px solid;
  border-image: linear-gradient(to right, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56) 1;
}

.pillow_grid_left {
  padding: 0 20px;
}

.pillow_h2 {
  width: 100%;
  font-size: 3rem;
  line-height: 3.4rem;
  background-image: radial-gradient(circle at 9% -9%, rgba(249, 211, 50, 1), rgba(137, 71, 0, 1) 42%);
}

.pillow3_h2 .pillow3_h2_1 {
  font-size: 2.4rem;
  margin: 0 -0.5rem;
}

.pillow3_h2 .pillow3_h2_1_sp {
  font-size: 2.4rem;
  margin: 0 -0.3rem;
}

.pillow3_h2 .pillow3_h2_2_sp {
  font-size: 2.4rem;
  margin: 0 -0.3rem;
}

.pillow_h2 .double_quotation_right,
.pillow_h2 .double_quotation_left {
  width: 1rem;
}

.pillow_h2_1_sp {
  font-size: 2.9rem;
}

.pillow_grid_left_h3 {
  margin-top: 20px;
}

.pillow_h2 .pillow_h2_bottom {
  font-size: 13px;
  letter-spacing: -0.5px;
}

.pillow_h2_bottom_1_sp {
  display: block;
  margin-top: -1rem;
}

.pillow_h2_bottom_br {
  display: block;
}

.pillow_grid_container {
  grid-template-columns: 1fr;
  margin-top: 0px;
}

.pillow_grid_left_sp {
  display: flex;
  flex-direction: column-reverse;
}

.pillow_container2 .pillow_grid_left .h2_border {
  letter-spacing: -0.6rem;
}

.pillow_grid_left_h3_2 {
  font-size: 2.3rem;
}

.pillow_grid_left .h2_border {
  font-size: 3rem !important;
  margin-top: 20px;
}

.pillow_container_inner {
  margin-top: 40px;
}

.review_container {
  padding: 40px 20px 20px 20px;
  background-image: linear-gradient(90deg, rgb(223, 200, 174, 30%), rgb(245, 240, 234, 30%), rgb(231, 219, 203, 30%), rgb(223, 200, 174, 30%));
  border: 1px solid;
  border-image: linear-gradient(to right, #dfc8ae, #f5f0ea, #dfc8ae) 1;
}

.review_h4 {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}

.pillow_grid_left_tx {
  margin-top: 20px;
}

.pillow_h4 {
  font-size: 24px;
  line-height: 50px;
  background-image: linear-gradient(to right, #a49681, #cbbda2, #a49681);
}

.pillow_point_container {
  border: 1px solid;
  border-image: linear-gradient(to right, #dfc8ae, #f5f0ea, #dfc8ae) 1;
}

.pillow_point {
  font-size: 13px;
  line-height: 24px;
}

.check_br {
  width: 15px;
}

.pillow_bottom_container {
  border: 1px solid;
  border-image: linear-gradient(to right, #dfc8ae, #f5f0ea, #dfc8ae) 1;
  position: relative;
  padding: 40px 10px;
}

.pillow_bottom_container .pillow_h4 {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  padding: 0 5vw;
  white-space: nowrap;
  line-height: 32px; 
  clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
}

.pillow_bottom_img_gr {
  grid-template-columns: 1fr;
}

.pillow_bottom_img_right {
  margin-top: 20px;
}

.pillow3_bottom_img_gr img {
  height: auto;
}

.pillow_item_container {
  grid-template-columns: 1fr;
  padding: 0 20px;
  width: 100%;
  max-width: 300px;
  margin-top: 40px;
  gap: 30px;
}

.pillow2_bottom_img_gr {
  padding: 0;
}

.pillow2_bottom_img_gr  {
  margin-top: 0;
  gap: 0;
}

.pillow2_bottom_img_gr_tx {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.pillow_bottom_img_right_caption {
  font-size: 10px;
  line-height: 15px;
  margin-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.pillow_container2 .pillow_bottom_container {
  padding-top: 20px;
}

.pillow_container2 .pillow_h2_2_sp {
  font-size: 2.4rem;
  letter-spacing: -0.2rem;
}

.pillow2_bottom_img_gr .pillow2_img5 {
  margin-top: -30px;
}

.pillow2_img_caption {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.pillow2_img_caption_gr {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 5px;
}

.pillow_container3 .pillow2_img_caption {
  text-align: left;
  width: 100%;
  margin-top: 0;
}

.other_items_head {
  width: 104px;
}

.pillow2_img_caption_gr img {
  max-width: 150px;
}

.pillow_item_name {
  height: 100%;
}

.pillow_item_gr2 .item_color {
  margin-bottom: 10px;
  height: 100%
}

/* ===============================================
#other_items
=============================================== */
#other_items {
  padding: 100px 0 60px 0;
  background-image: linear-gradient(to right, #dfc8ae, #f5f0ea, #dfc8ae);
}

#other_items .inner {
  padding: 0 15px;
}

.other_items_container {
  padding: 50px 25px 30px 25px;
}

.other_items_container {
  border-top: 40px solid;
  border-image: linear-gradient(to right, #a5976a, #cbbda2, #a5976a) 1;
}

.other_items_h2 {
  text-align: center;
  line-height: 3.5rem;
}

.other_items_h2_gr {
  padding: 0;
  text-align: center;
  justify-content: center;
}

.other_items_h2_img {
  width: 40vw;
  right: 0rem;
  top: 40%;
}

.other_items_h2_1 {
  font-size: 1.9rem;
}

.other_items_h2_2 {
  font-size: 2.9rem;
  letter-spacing: -0.3rem;
}

.other_items_wrap1, .other_items_wrap2 {
  flex-direction: column;
}

.other_items_wrap_img_gr, .other_items_wrap_tx_gr {
  width: 100%;
}

.other_items_wrap_tx_gr {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.5rem;
}

.other_items_wrap_img_tx {
  font-size: 12px;
  line-height: 25px;
}

.other_items_name {
  font-size: 2.1rem;
  letter-spacing: -1.6px;
}

.price_gr.other_items_price {
  font-size: 2.1rem;
  margin: 10px 0;
}

.other_items_item_container {
  grid-template-columns: 1fr;
  padding: 0;
  gap: 30px;
}

.pillow_item_gr2, .pillow_item_gr {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.other_items_h3_img {
  top: 2rem;
  right: -25px;
  width: 54%;
}

.other_items_h3_back {
  bottom: -24rem;
}

.other_items_h3_gr_2 .other_items_h3_img {
  left: 50%;
  transform: translateX(-50%);
  top: 9rem;
  width: 60%;
}

.other_items_h3 {
  font-size: 2.1rem;
  line-height: 3rem;
  letter-spacing: -0.1rem;
}

.other_items_h3_2 {
  font-size: 1.2rem;
}

.other_items_h3_gr2 .other_items_h3_back {
  bottom: -26rem;
  z-index: 200;
}

.other_items_h3_gr2 .other_items_h3_back2 {
  bottom: -22rem;
}

.other_items_h3_gr {
  margin-top: 80px;
  margin-bottom: 30rem;
}

.other_items_h3_gr.other_items_h3_gr_2 {
  margin-bottom: 22rem;
}

/* ===============================================
#summary
=============================================== */
#summary {
  padding: 60px 0;
  margin-top: 0;
  background-position: top, 50%;
}

.summary_container {
  flex-direction: column-reverse;
  padding: 0;
}

.summary_tx {
  width: 100%;
}

.summary_img {
  width: 85%;
  margin: 0 auto;
}

.footer_logo {
  width: 72px;
}

}

/*media Queries 374px
----------------------------------------------------*/

@media (max-width: 374px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 9px);
  }

  .white_container_line {
    padding: 5px;
}

.daily_pattern_back_separate {
  bottom: -20px;
}

.other_items_h3_gr2 .other_items_h3_back {
  bottom: -32rem;
}

.other_items_h3_gr2 .other_items_h3_back2 {
  bottom: -22rem;
}

.check {
  width: 20px;
}

.fv_point_tx {
  font-size: 11px;
  letter-spacing: -0.5px;
}

.other_items_h3_img {
  top: 2rem;
  right: -25px;
  width: 70%;
}
}