html {
  font-size: 20px;
}

@media (max-width: 1080px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 14px);
  }
}

body {
  line-height: 2.4rem;
  font-size: 1rem;
  overflow-x: hidden;
  overflow-y: scroll;

  /* フォント */
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

main {
  overflow-x: hidden;
}

p, h4, .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";
}

/* インナー幅 */
.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}

/* =============== ファーストビュー =============== */
.fv {
  width: 100%;
  height: 75vw;
  background-image: linear-gradient(transparent 80%, #fff), url(../img/fv_img.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
}

.pc_display_none {
  display: none;
}

.pc_display_block {
  display: block;
}

.fv_head_container {
  padding: 3vw 8vw 1vw;
  position: relative;
  height: 11vw;
  width: 100%;
  background-image: url(../img/fv_head.svg);
  background-position: left bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.fv_head_logo {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}

.fv_head_tbox {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 2%;
  width: 79.9%;
}

.fv_head_text {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
  line-height: 1rem;
  display: block;
  align-items: center;
  padding: 1% 0 0;
  height: 80%;
  text-align: left;
}

@media (max-width: 1160px) {
  .fv_head_text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    font-size: calc((100vw - 390px) / 80 + 8px);
    height: 70%;
    line-height: 1.2rem;
  }
}

@media (max-width: 767px) {
  .fv_head_logo { width: 25%; margin: 0 auto; }
  .fv_head_tbox { width: 100%; }
}

.fv_text_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 8vw;
}

.fv_h1 {
  margin-top: 6vw;
  margin-left: -30px;
  line-height: 5.5rem;
  letter-spacing: -1.5rem;
  font-weight: 400;
}

.fv_h1_1 {
  font-size: 7.5rem;
  line-height: 7.5rem;
}

.fv_h1_2 {
  font-size: 3.75rem;
  letter-spacing: -0.75rem;
}

.fv_h1_3 {
  font-size: 5.2rem;
  letter-spacing: -0.75rem;
  margin-left: -10px;
}

.fv_h1_4 {
  font-size: 4.8rem;
  letter-spacing: -0.25rem;
  vertical-align: 1rem;
}

.fv_h1_5 {
  font-size: 4.8rem;
  letter-spacing: -0.75rem;
  vertical-align: 0.5rem;
  margin-left: -10px;
}

.fv_h1_6 {
  font-size: 4.8rem;
  letter-spacing: -0.25rem;
}

.fv_h1_7 {
  font-size: 4.8rem;
  vertical-align: -1.5rem;
  letter-spacing: 1rem;
  margin-left: -10px;
}

.fv_h1_8 {
  margin-left: -30px;
  font-size: 8.71rem;
  letter-spacing: -0.25rem;
  vertical-align: -2.5rem;
  color: rgba(220, 202, 178, 0.7);
  line-height: 2rem;
}

.fv_h1_9 {
  font-size: 4.8rem;
  letter-spacing: -0.25rem;
  line-height: 5rem;
}

.fv_h1_10 {
  font-size: 4.8rem;
  letter-spacing: -0.75rem;
  vertical-align: 0.5rem;
  line-height: 5rem;
  margin-left: -10px;
}

.fv_h1_11 {
  font-size: 4.3rem;
  letter-spacing: -0.6rem;
  vertical-align: 0.25rem;
  line-height: 5rem;
  margin-left: -2px;
}

.fv_h1_12 {
  font-size: 4.3rem;
  letter-spacing: -0.5rem;
  vertical-align: 0.25rem;
  line-height: 5rem;
}

.fv_h1_13 {
  font-size: 7.15rem;
  letter-spacing: -0.75rem;
  vertical-align: -1.1rem;
  color: rgba(220, 202, 178, 0.7);
  line-height: 4rem;
  margin-left: -14px;
}

.fv_h1_14 {
  font-size: 2.5rem;
  letter-spacing: -0.1rem;
  vertical-align: 0.2rem;
  line-height: 4rem;
  margin-left: -0.5rem;
}

.fv_h1_15 {
  font-size: 3.25rem;
  letter-spacing: -0.25rem;
  vertical-align: 0.2rem;
  line-height: 4rem;
}

.fv_text {
  display: block;
  margin-bottom: 30px;
  line-height: 2rem;
}

.fv_10million {
  width: 15vw;
  max-width: 183px;
  position: absolute;
  top: 0vw;
  right: 6vw;
}

/* ボタン */
.btn {
  max-width: 420px;
  height: 70px;
  line-height: 7.5rem;
  padding: 0.15rem 0.5em;
  display: block;
  color: #fff;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
  border-radius: 100vh;
  text-align:center;
  font-size: 24px;
  line-height: 23px;
  margin: 0 auto;
}

.btn_span {
  font-size: 12px;
  line-height: 26px;
}

.fv_btn {
 margin: 0 auto 0 0;
}

/* =============== #concept =============== */
#concept {
  padding-top: 90px;
  width: 100%;
  text-align: center;
}

.concept_h2 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.25rem;
  line-height: 3rem;
}

.concept_h2_1 {
  display: block;
  font-size: 3.8rem;
  letter-spacing: -0.5rem;
}

.concept_h2_2 {
  display: inline;
  font-size: 5rem;
  letter-spacing: -0.1rem;
}

.concept_h2_3 {
  display: inline;
  font-size: 3rem;
  vertical-align: 0.6rem;
  letter-spacing: -0.1rem;
}

.concept_h2_4 {
  display: inline;
  font-size: 4.9rem;
  vertical-align: 0.8rem;
}

.concept_h2_5 {
  display: inline;
  font-size: 4.9rem;
}

.concept_h2_6 {
  display: inline;
  font-size: 4.9rem;
  vertical-align: 0.8rem;
  letter-spacing: -0.1rem;
}

.concept_h2_7 {
  display: inline;
  font-size: 4.9rem;
}

.gold_container {
  text-align: center;
  width: 100%;
  background-color: #f2f2f0;
  margin: 70px auto;
  position: relative;
  padding: 10px;
}

.gold_container_line {
  padding: 20px;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-image: linear-gradient(to right, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56) 1;
}

.gold_container_head_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 30px;
}

.gold_container_head {
  min-height: 120px;
  border-bottom-right-radius: 1000px 100px;
  border-bottom-left-radius: 1000px 100px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  background-image: url(../img/dots_back.webp), linear-gradient(to right, #a49681, #cbbda2, #a49681);
  background-repeat: no-repeat;
  background-size: 80%, 100%;
  background-position: right -200% top 60%, left top;
}

.gold_container_h3 {
  display: block;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke: 3px #a58356;
  text-stroke: 3px #a58356;
  paint-order: stroke;
  line-height: 5rem;
  letter-spacing: -0.1rem;
}

.gold_container2_h3 {
  letter-spacing: -0.1rem;
}

.gold_container_h3_1 {
  font-size: 2.75rem;
}

.gold_container_h3_r {
  font-size: 1.5rem;
  vertical-align: 1rem;
}

.gold_container_h3_2 {
  font-size: 2.1rem;
}

.gold_container_h3_3 {
  font-size: 3.2rem;
  margin: 0 -10px;
}

.gold_container_h3_4 {
  font-size: 2.1rem;
}

.gold_container_h3_5 {
  font-size: 2.1rem;
  margin-left: -1rem;
  letter-spacing: -0.2rem;
}

.gold_container_margin {
  min-height: 120px;
}

.gold_container_text {
  line-height: 2.75rem;
  letter-spacing: -0.15rem;
  display: block;
}

.gold_container_text1 {
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
}

.gold_container_text2 {
  font-size: 3.3rem;
}

.gold_container_text3 {
  font-size: 2.5rem;
}

.gold_container_textr {
  font-size: 1.5rem;
  vertical-align: 1.5rem;
  margin-left: 5px;
}

.gold_container_text4 {
  font-size: 3.3rem;
  letter-spacing: -0.4rem;
}

@media (max-width: 900px) {
  .gold_container_text2 {
    font-size: 3rem;
  }
  
  .gold_container_text3 {
    font-size: 2.2rem;
  }
  
  .gold_container_textr {
    font-size: 1.2rem;
    vertical-align: 1.5rem;
    margin-left: 5px;
  }
  
  .gold_container_text4 {
    font-size: 3rem;
    letter-spacing: -0.4rem;
  }
}

.gold_container_text_gr {
  display: inline-block;
}

.caption {
  display: flex;
  justify-content: flex-start;
  font-size: 0.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.concept_wrap1 {
  position: relative;
  background-image: linear-gradient(#fff, transparent 30%), url(../img/concept_back.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top, bottom;
  padding-bottom: 70px;
}

.concept_wrap1_text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: block;
  width: 100%;
}

.concept_img {
  max-width: 550px;
  width: 48vw;
  position: absolute;
  bottom: 50px;
  right: -200px;
}

.concept_wrap2 {
  background-image: url(../img/concept_back2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding: 70px 0;
}

.concept_wrap2_h3 {
  background: radial-gradient(circle farthest-side, rgba(165, 151, 106, 1), rgba(203, 189, 162, 1), rgba(165, 151, 106, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.3rem;
  line-height: 2.5rem;
}

.concept_wrap2_read {
  text-align: left;
  padding: 60px 0;
}

.luster_text {
  filter:drop-shadow(0 0 7px #fff) 
  drop-shadow(0 0 7px #fff) 
  drop-shadow(0 0 7px #fff);
}

.concept_wrap2_text {
  font-size: 2rem;
  line-height: 3.5rem;
  letter-spacing: -0.1rem;
}

.concept_wrap2_text_1 {
  font-size: 2.9rem;
  vertical-align: 1rem;
  letter-spacing: 0.25rem;
}

.concept_wrap2_text_2 {
  font-size: 2.9rem;
  letter-spacing: 0.25rem;
}

.concept_wrap2_text_3 {
  font-size: 2.9rem;
  vertical-align: 0.5rem;
  letter-spacing: -0.5rem;
}

.concept_wrap2_text_4 {
  font-size: 2.9rem;
  vertical-align: -0.5rem;
  letter-spacing: -0.25rem;
}

.gold_container.gold_container2 {
  max-width: 790px;
  aspect-ratio: 7 / 4;
  background-image: url(../img/concept_img2.webp);
  background-size: cover;
  background-position: 50%;
}

/* =============== #powder_beads =============== */
#powder_beads {
  width: 100%;
  text-align: center;
  padding: 70px 0;
  background-image: url(../img/powder_beads_img.webp), url(../img/powder_beads_back.webp);
  background-size: 790px, cover;
  background-position: top 70px right -250px, 50%;
  background-repeat: no-repeat, no-repeat;
}

.powder_beads_h2 {
  font-size: 4.25rem;
  margin-top: 30px;
  line-height: 3rem;
}

.powder_beads_h2_span {
  font-size: 1.65rem;
}

.powder_beads_caption {
  font-size: 2.3rem;
  margin-top: 50px;
  margin-right: -50px;
  font-weight: 600;
  line-height: 2.75rem;
}

.powder_beads_img_container {
  display: flex;
  justify-content: end;
}

.powder_beads_img2 {
  object-fit: contain;
  width: 470px;
}

.white_container {
  background:
    linear-gradient(45deg,  transparent 20px, #fff 20px),
    linear-gradient(135deg, transparent 20px, #fff 20px),
    linear-gradient(225deg, transparent 20px, #fff 20px),
    linear-gradient(315deg, transparent 20px, #fff 20px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 8px;
}

.white_container_back {
  margin-top: 70px;
  background:
    linear-gradient(45deg, transparent 20px, #e4b358 20px),
    linear-gradient(135deg, transparent 20px, #e4b358 20px),
    linear-gradient(225deg, transparent 20px, #e4b358 20px),
    linear-gradient(315deg, transparent 20px, #e4b358 20px);
  padding: 1px;
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.white_container_line {
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-image: linear-gradient(to right, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56) 1;
  padding: 30px;
}

.white_container_h3 {
  background-size: 300px;
}

.white_container_h3_1 {
  font-size: 1.5rem;
  border-top: solid 1px #7c470b;
  border-bottom: solid 1px #7c470b;
  padding: 10px 30px;
}

.white_container_h3_2 {
  font-size: 3.65rem;
  line-height: 4rem;
  letter-spacing: -0.1rem;
  margin-top: 30px;
  display: inline-block;
  background-image: radial-gradient(circle at 7% 1%, rgba(249, 211, 50, 1), rgba(137, 71, 0, 1) 42%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}

.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;
}

.white_container_h3_3 {
  font-size: 1.7rem;
}

/* =============== #dream_pillow =============== */
#dream_pillow {
  width: 100%;
  text-align: center;
  margin-top: 70px;
  background-image: url(../img/dream_pillow_back1.webp);
  background-size: 450px auto;
  background-position: top left 50%;
  background-repeat: no-repeat;
}

.dream_pillow_h2 {
  line-height: 5rem;
  z-index: 100;
  position: relative;
}

.dream_pillow_h2_a {
  font-size: 2.35rem;
}

.dream_pillow_h2_1 {
  display: inline-block;
  margin-top: 190px;
  font-size: 4.7rem;
}

.dream_pillow_quotation {
  vertical-align: -2rem;
}

.dream_pillow_h2_2 {
  font-size: 2.75rem;
}

.dream_pillow_back2 {
  width: 100%;
  margin-top: -150px;
  margin-bottom: -150px;
  z-index: 99;
  position: relative;
}

.dream_pillow_wrap1 {
  position: relative;
  z-index: 20;
}

.dream_pillow_wrap2 {
  background-image: linear-gradient(#fff, transparent 30%), url(../img/concept_back.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top, bottom;
  padding-bottom: 70px;
  position: relative;
  z-index: 21;
}

.dream_pillow_wrap2_container {
  position: relative;
}

.dream_pillow_wrap2_container::before,
.dream_pillow_wrap2_container::after {
  content: "";
  background: linear-gradient(transparent, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56, transparent);
  width: 2px;
  height: 100%;
  position: absolute;
  bottom: 40px;
}

.dream_pillow_wrap2_container::before {
  left: -80px;
}

.dream_pillow_wrap2_container::after {
  right: -80px;
}

.dream_pillow_wrap3 {
  background-image: url(../img/sky_back.webp);
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 120px;
  position: relative;
  z-index: 100;
}

.dream_pillow_h3 {
  display: inline-block;
  font-size: 2.5rem;
  margin-bottom: 30px;
  background-image: radial-gradient(circle at 10% 36%, rgb(244, 43, 8), rgba(84, 40, 13, 1) 23%, rgba(73, 37, 11, 1) 34%);
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
}

.dream_pillow_h3_1 {
  font-size: 7.5rem;
  line-height: 7.5rem;
  vertical-align: 1rem;
  letter-spacing: -0.5rem;
}

.dream_pillow_h3_2 {
  font-size: 5.5rem;
  line-height: 7.5rem;
  vertical-align: 0.5rem;
  letter-spacing: -0.5rem;
}

.dream_pillow_h3_3 {
  font-size: 7.5rem;
  line-height: 7.5rem;
  vertical-align: -0.25rem;
  letter-spacing: -0.75rem;
}

.dream_pillow_h3_4 {
  font-size: 3.5rem;
  line-height: 7.5rem;
  letter-spacing: -0.75rem;
}

.dream_pillow_h3_5 {
  font-size: 5.5rem;
  line-height: 7.5rem;
  vertical-align: 1rem;
  letter-spacing: -0.5rem;
}

.dream_pillow_h3_6 {
  font-size: 5.5rem;
  line-height: 7.5rem;
  vertical-align: 2rem;
  letter-spacing: -0.5rem;
}

.dream_pillow_h3::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  width: 1px;
  height: 170px;
  margin: auto;
  background-color: #7c470b;
}

.dream_pillow_decoration {
  width: 1240px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;
}

.dream_pillow_back3 {
  width: 100%;
}

.dream_pillow_logo {
  display: block;
  margin: 0 auto;
  width: 430px;
  margin-bottom: 100px;
}

/* お客様の声 */

.dream_pillow_wrap4 {
  background-image: linear-gradient(transparent, #fff), 
  url(../img/voice_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50% top 0;
  padding-bottom: 100px;
  position: relative;
  z-index: 12;
}

.voice_h3 {
  font-size: 1.5rem;
}

.voice_container_gr {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 70px;
}

.voice_container {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(182, 182, 182, 0.5);
  display: block;
  text-align: justify;
  padding: 30px;
}

.star {
  font-size: 1.2rem;
  color: #b09a5d;
}

.voice_h4 {
  font-size: 1.5rem;
  letter-spacing: -0.1rem;
  margin-bottom: 15px;
}

.voice_text {
 font-size: 0.8rem;
 line-height: 1.5rem;
 font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.date_name img {
  width: 20px;
}

.date_name {
  text-align: right;
  font-size: 0.8rem;
  line-height: 1.25rem;
  color: #7c470b;
  margin-top: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

/* =============== #message =============== */
#message {
  background-image: linear-gradient(to right, #edd9dd, #fdf9f1, #edd9dd);
}

.message_wrap1 {
  position: relative;
  z-index: 11;
  background-image: linear-gradient(#fff, transparent 30%);
}

.message_back1 {
  width: 100%;
  margin-bottom: -800px;
  vertical-align: top;
}

.message_h2_container {
  display: flex;
  justify-content: end;
  padding-right: 10vw;
}

.message_h2 {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  background-image: radial-gradient(circle closest-corner at 3% 31%, rgba(249, 211, 50, 1) 10%, rgba(137, 71, 0, 1) 90%);
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}

.message_h2_margin {
  width: 100%;
  height: 200px;
}

.message_h2_1 {
  font-size: 1.65rem;
}

.message_h2_2 {
  font-size: 1.65rem;
  line-height: 5rem;
}

.message_h2_2::before, .message_h2_6::after {
  content: '';
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  height: 170px;
  border-right: solid 1px #7c470b;
}

.message_h2_6::after {
  position: absolute;
  top: 3.2rem;
  left: 50%;
}

.message_h2_3 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 8rem;
  font-weight: 500;
}

.message_h2_4 {
  font-size: 4.15rem;
  line-height: 5rem;
  margin-top: -1rem;
  font-weight: 500;
}

.message_h2_5 {
  font-size: 4.8rem;
  line-height: 5rem;
  margin-top: 19rem;
  font-weight: 500;
}

.message_h2_6 {
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  -webkit-text-fill-color: #7c470b;
}

.message_wrap2 {
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 50px;
  padding-bottom: 100px;
}

.message_wrap2::before,
.message_wrap2::after {
  content: "";
  background: linear-gradient(transparent, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56, transparent);
  width: 2px;
  height: 90%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.message_wrap2::before {
  left: -80px;
}

.message_wrap2::after {
  right: -80px;
}

.title_line::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 0;
  right: 0;
  width: 1px;
  height: 130px;
  margin: auto;
  background-color: #7c470b;
}

.message_h3 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 50px;
  position: relative;
  text-wrap: nowrap;
}

@media (max-width: 900px) {
  .message_h3 {
    font-size: 2rem;
  }
}

.message_quotation {
  vertical-align: -4rem;
}

.message_quotation_bottom {
  margin-left: -0.5rem;
}

.message_h3_2 {
  font-size: 1.25rem;
}

.message_wrap2_container {
  display: flex;
  text-align: justify;
  margin-bottom: 40px;
}

.message_wrap2_container_left {
  width: 30%;
  font-size: 0.7rem;
  padding-right: 40px;
  padding-top: 10px;
  line-height: 1.5rem;
}

.message_wrap2_container_left p {
  -webkit-text-fill-color: #000;
}

.profile {
  width: 100%;
}

.profile_name {
  margin-top: 10px;
  margin-bottom: 30px;
}

.message_wrap2_container_right {
  width: 70%;
  letter-spacing: -0.05rem;
  line-height: 2.25rem;
}

.message_wrap2_box {
  background-color: #fff;
  margin-bottom: 70px;
}

.message_wrap2_box_text_gr {
  width: 100%;
  padding: 40px;
}

.message_wrap2_box p {
  text-align: justify;
  line-height: 2.25rem;
}

.message_wrap2_container2 {
  margin-top: 200px;
  background-image: url(../img/dots_back.webp), url(../img/dots_back.webp);
  background-size: 100%, 100%;
  background-position: left 50% top, left 50% bottom 50%;
  background-repeat: no-repeat, no-repeat;
}

.message_wrap2_box_head {
  background-image: linear-gradient(to right, #a49681, #cbbda2, #a49681);
  font-size: 2.3rem;
  line-height: 5rem;
}

.message_wrap2_box_img_gr {
  display: flex;
  margin-top: 40px;
}

.message_wrap2_box_img_left {
  text-align: justify;
  width: 50%;
}

.message_wrap2_box_img_right {
  text-align: justify;
  width: 50%;
  padding: 0 20px;
  border-left: #7c470b solid 1px;
}

.beads_img {
  width: 100%;
}

.beads_img_caption1 {
  font-size: 0.8rem;
  -webkit-text-fill-color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.beads_img_caption2 {
  margin-left: 30px;
  font-size: 0.6rem;
  -webkit-text-fill-color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.pc_display_inline_block {
  display: inline-block;
}

.beads_img_name {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.message_wrap2_box_text_gr .message_wrap2_box_img_gr {
  margin-bottom: 40px;
}

.cushion_img2 {
  margin-top: 40px;
  width: 100%;
}

.message_wrap2_box2 {
  --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-image: url(../img/message_back2.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 20px;
}

.message_wrap2_box2_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;
}

.message_wrap2_box2_line_inner {
  --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: 40px 40px 350px 40px;
  background-image: url(../img/message_back3.webp), url(../img/message_back2.webp);
  background-size: 120%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: left -144px bottom -98px, left top;
}

.message_wrap2_box2_line_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;
}

.message_wrap2_h4_2 {
  font-size: 2.45rem;
  line-height: 4rem;
  padding: 0 20px;
  letter-spacing: -0.25rem;
}

.message_wrap2_h4_2_line {
  border-bottom: solid 1px #7c470b;
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}

.message_wrap2_h4_2_line::before,
.message_wrap2_h4_2_line::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;/*左右四角の幅*/
    height: 12px;/*左右四角の高さ*/
    background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
}

.message_wrap2_h4_2_line::before {
    left: -6px;
    top: -6px;
}

.message_wrap2_h4_2_line::after {
    right: -6px;
    top: -6px;
}

.message_wrap2_tx {
  margin-top: 30px;
}

.message_wrap2_box2 p {
  text-align: justify;
}

.message_wrap2_box2_text_gr {
  width: 65%;
  margin: 20px 0 0 auto;
}

.message_wrap2_box2_title {
  font-size: 1.4rem;
  -webkit-text-fill-color: #fc3d74;
  text-align: left;
  display: block;
  margin-bottom: 20px;
}

/* =============== #technology =============== */

.technology_wrap1 {
  padding: 100px 0 200px 0;
  text-align: center;
  background-image: url(../img/technology_back1.webp), url(../img/technology_back2.webp);
  background-position: left top, left bottom;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  position: relative;
  z-index: 19;
}

.technology_wrap1 .white_container_back {
  margin-top: 0;
}

#technology .white_container {
  margin-top: 0;
}

.technology_box {
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(182, 182, 182, 0.5);
  margin-top: 100px;
  position: relative;
}

.technology_box_en {
  font-size: 0.8rem;
  background-image: linear-gradient(to right, #a49681, #cbbda2, #a49681);
  padding: 0px 20px;
  line-height: 1.5rem;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.technology_box_text_gr {
  padding: 60px 40px 40px 40px;
}

.technology_box_text_gr p {
  display: inline;
}

.technology_box_h4 {
  display: block;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 20px;
}

.number {
  width: 78px;
  margin-right: 20px;
}

.space {
  float: right;
  height: 12em; 
}

.technology_img1 {
  width: 260px;
  float: right;
  shape-outside: circle();
  margin: 20px -80px 0 20px;
  clear: both;
}

.technology_wrap2_h3 {
  font-size: 2.7rem;
}

.technology_wrap2_h3_1 {
  font-size: 3.25rem;
  line-height: 5.5rem;
  display: block;
}

.h3_decoration1 {
  width: 520px;
}

.h3_decoration2 {
  width: 670px;
  margin-bottom: 30px;
}

.technology_wrap2 {
  padding: 200px 0 100px 0;
  text-align: center;
  background-image: url(../img/dots_back.webp),
  url(../img/technology_wrap2_back.webp);
  background-size: 100%, cover;
  background-position: left top, left 50% top;
  background-repeat: repeat-y, no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 20;
  margin-top: -100px;
}

.daily_pattern_container {
  position: relative;
  margin-top: 40px;
}

.daily_pattern_back {
  background-color: #fff;
  width: 60%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.daily_pattern_back_separate {
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  transform: rotate(180deg);
}

.daily_pattern_head {
  color: #fff;
  font-size: 0.8rem;
  background-image: linear-gradient(to right, #a49681, #cbbda2, #a49681);
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.daily_pattern_gr {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 120px 0 50px 0;
}

.daily_pattern_flex1 {
  display: flex;
  gap: 30px;
  align-items: center;
}

.daily_pattern_flex2 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  margin: 70px 0;
}

.daily_pattern_left {
  width: 30%;
}

.daily_pattern_right {
  width: 70%;
}

.daily_pattern_img {
  width: 100%;
}

.daily_pattern_h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.daily_pattern_text {
  font-size: 0.8rem;
  line-height: 1.5rem;
  letter-spacing: -0.05em;
}

.technology_wrap2_h3_bottom {
  line-height: 3.5rem;
  letter-spacing: -0.05em;
  margin: 100px 0 70px 0;
}

.technology_wrap2_h3_bottom_a {
  font-size: 3.45rem;
}

.technology_wrap2_h3_bottom_1 {
  font-size: 4.2rem;
  line-height: 4.5rem;
}

.technology_wrap2_h3_bottom_2 {
  font-size: 1.65rem;
  letter-spacing: 0em;
  line-height: 4rem;
}

.technology_wrap2_h3_bottom_3 {
  font-size: 2.2rem;
  line-height: 6rem;
  letter-spacing: 0em;
}

.technology_wrap2_h3_bottom_4 {
  font-size: 5rem;
  line-height: 5rem;
  letter-spacing: -0.1em;
}

.technology_wrap2_h3_bottom_5 {
  font-size: 4.2rem;
  letter-spacing: -0.1em;
  line-height: 4rem;
}

.technology_wrap2_h3_bottom_6 {
  font-size: 4.5rem;
  letter-spacing: -0.3em;
  vertical-align: -0.5rem;
  line-height: 5rem;
  margin-left: -20px;
}

.technology_wrap2_h3_bottom_7 {
  font-size: 4.2rem;
  vertical-align: 0.25;
  line-height: 4.5rem;
}

/* =============== #pressure_redistribution =============== */

#pressure_redistribution {
  padding-bottom: 100px;
  margin-top: 100px;
  text-align: center;
  background-image: linear-gradient(#fff, transparent 30%), 
  url(../img/dots_back.webp), url(../img/sky_back.webp);
  background-repeat: no-repeat, no-repeat, repeat-y;
  background-size: cover, 100%, 100%;
  background-position: left top, left top, left top;
  position: relative;
    z-index: 29;
}

.pressure_redistribution_title {
  margin-bottom: 40px;
}

.speech_balloon {
  background-image: linear-gradient(to right, #758faf, #a1b1c9, #758faf);
  border-radius: 10px;
  color: #fff;
  width: 100%;
  max-width: 730px;
  margin: 0 auto 80px auto;
  position: relative;
  padding-top: 10px;
}

.speech_balloon:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 15px;
  background: #a1b1c9;
  bottom: -14px;
  left: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto;
}

.speech_balloon .dream_pillow_decoration {
  top: -160px;
  opacity: 0.2;
}

.transparent_quotation {
  background: linear-gradient(to right, rgb(221, 175, 86, 0.5), rgb(255, 255, 181, 0.5), rgb(248, 211, 125, 0.5), rgb(228, 179, 88, 0.5), rgb(248, 224, 141, 0.5), rgb(221, 175, 86, 0.5));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.speech_balloon {
  line-height: 4.5rem;
}

.speech_balloon_1 {
  font-size: 3.5rem;
}

.speech_balloon_2 {
  font-size: 2rem;
  margin-left: -0.5rem;
}

.pressure_redistribution_h2 {
  -webkit-text-fill-color: #758faf;
}

.pressure_redistribution_h2_1 {
  font-size: 9rem;
  line-height: 7rem;
  vertical-align: 1rem;
  font-family: "Pinyon Script", cursive;
}

.pressure_redistribution_h2_2 {
  font-size: 4rem;
}

.pressure_redistribution_h2_3 {
  font-size: 4.5rem;
}

.check3 {
  display: inline-block;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 30px;
  font-size: 1.5rem;
}

.check {
  width: 40px;
  margin-right: 10px;
}

.sleep2 {
  width: 80%;
  margin: 0 auto 100px auto;
}

.pressure_redistribution_point_gr_back {
  background: linear-gradient(90deg, #ddaf56, #ffffb5, #f8d37d, #e4b358, #f8e08d, #ddaf56) 100%;
  border-radius: 30px;
  padding: 2px;
  margin-bottom: 150px;
  box-shadow: 0 0 20px rgba(182, 182, 182, 0.5);
}

.pressure_redistribution_point_gr {
  background: #fff;
  border-radius: 28px;
  padding: 40px;
}

.point {
  width: 220px;
  margin-top: -150px;
  margin-bottom: 20px;
}

.point1_img {
  width: 100%;
}

.point_caption_gr {
  margin-top: 10px;
  padding-top: 12px;
  text-align: left;
  font-size: 16px;;
  color: #7c470b;
  display: inline-block;
  line-height: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.point_img_container {
  display: flex;
}

.point_img_container img {
  width: 100%;
  object-fit: contain;
}

.point2_img2 {
  margin-left: -20px;
}

.point3_img2 {
  width: 45% !important;
}

.point3_img1 {
  width: 55% !important;
}

/* =============== #product =============== */

#product {
  padding: 100px 0 200px 0;
  text-align: center;
  background-image: url(../img/dots_back.webp),
  url(../img/technology_wrap2_back.webp);
  background-size: 100%, cover;
  background-repeat: repeat-y, no-repeat;
  background-position: left top, left 50% top;
  position: relative;
  z-index: 30;
  margin-top: -100px;
}

.product_title {
  position: relative;
}

.product_title_h2 {
  -webkit-text-fill-color: #fff;
  font-size: 1.7rem;
  display: block;
  margin-bottom: 20px;
}

.product_title_h3 {
  font-size: 2.7rem;
  line-height: 4rem;
  letter-spacing: -0.05rem;
}

.product_title_gr {
  position: relative;
  z-index: 2;
}

.product_title_img {
  width: 330px;
  position: absolute;
  left: -80px;
  z-index: 1;
}

.h3_decoration_3 {
  width: 100%;
  max-width: 740px;
}

.product_container {
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #7c470b;
  position: relative;
  z-index: 3;
  margin: 70px 0;
}

.product_gr_line {
  background: linear-gradient(to right, #a49681, #cbbda2, #a49681);
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.product_gr {
  background-color: #fff;
  padding: 20px 20px 40px 20px;
  position: relative;
}

.product_img {
  width: 100%;
}

.product_name {
  font-size: 1.1rem;
  line-height: 1.25rem;
  vertical-align: top;
}

.product_text {
  margin-top: 20px;
  font-size: 0.9rem;
  line-height: 1rem;
}

.price_gr {
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-variation-settings:
    "wdth" 100;
  text-align: right;
}

.tax {
  font-size: 0.6rem;
}

/* =============== #history =============== */

#history {
  padding-bottom: 100px;
  text-align: center;
    margin-top: -100px;
    position: relative;
    z-index: 31;
}

.history_separate {
  width: 100%;
}

#history .white_container_back {
  margin-top: -20px;
  position: relative;
  z-index: 32;
}

.history_read {
  margin-top: 20px;
}

.history_flex {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 50px;
}

.history_img {
  width: 100%;
  max-width: 230px;
}

/* history_list */
.history_list {
  list-style: none;
  margin: 0 auto 0 6em;
  padding-left: 20px;
  border-left: 2px solid #7c470b;
  text-align: left;
  width: 100%;
}

.history_list li {
  display: flex;
  align-items: start;
  width: 100%;
  margin-top: 0px;
  position: relative;
}

.history_list span.year {
  display: inline-block;
  width: 70px;
  margin-left: -5em;
  padding: 0 0 5px;
  margin-top: -12px;
  position: relative;
  text-align: right;
  font-size: 29px;
  font-family: "Cabin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-variation-settings:
    "wdth" 100;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  letter-spacing: -0.05rem;
}

.history_list span.year::after {
  content: "";
  position: absolute;
  right: -64px;
  top: 11px;
  background: radial-gradient(circle farthest-side, rgba(164, 102, 30, 1), rgba(73, 37, 11, 1));
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.history_list .history_list_box {
  display: inline-block;
  width: 100%;
  margin-left: 70px;
  padding: 0px 10px 50px 30px;
  vertical-align: top;
  border-radius: 6px;
}

.history_list .history_list_box_last {
  padding-bottom: 0;
}

.history_list .history_list_title {
  font-size: 1.5rem;
  line-height: 2rem;
  vertical-align: top;
  margin-top: -10px;
}

.history_list .history_list_tx {
  display: block;
  font-size: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.75rem;
}

/* =============== #release =============== */

#release {
  text-align: center;
  padding-bottom: 100px;
}

.release_wrap1 {
  padding-top: 100px;
}

.release_title {
  background-image: linear-gradient(#fff, transparent 30%), 
  url(../img/concept_back.webp);
  background-size: 100%;
  background-position: left top, left bottom 30px;
  background-repeat: no-repeat;
}

.release_h2_gr {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

 .release_icon {
  width: 210px;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
 }

 .release_h2 {
  border-top: solid 1px #7c470b;
  border-bottom: solid 1px #7c470b;
  font-size: 2.5rem;
  line-height: 4rem;
  padding: 0 7rem;
  margin-left: 5rem;
}

@media (max-width: 900px) {
  .release_h2 {
    padding: 0 2rem;
    margin-left: 9rem;
  }
}

 .release_h3 {
  letter-spacing: -0.15em;
  margin-top: 80px;
  font-size: 6rem;
  line-height: 7rem;
  background-image: radial-gradient(circle at 6% 41%, rgba(244, 43, 8), rgba(84, 40, 13, 1) 37%, rgba(73, 37, 11, 1) 34%);
  font-weight: 500;
  background-clip: text; 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
 }

 .release_h3_1 {
  letter-spacing: -0.25em;
 }

 .release_h3_2 {
  font-size: 5.5rem;
  vertical-align: 0.25rem;
  letter-spacing: -0.45em;
 }

 .release_h3_3 {
  font-size: 5.5rem;
  letter-spacing: -0.3em;
  vertical-align: -0.5rem;
 }

 .release_h3_4 {
  font-size: 4rem;
  vertical-align: -0.5rem;
  letter-spacing: -0.1em;
 }

 .release_h3_5 {
  font-size: 5.5rem;
 }

 .release_h3_6 {
  font-size: 5rem;
  vertical-align: 0.5rem;
  letter-spacing: -0.15em;
 }

 .release_h3_7 {
  font-size: 5rem;
  letter-spacing: 0em;
 }

 .release_h3_8 {
  font-size: 6.5rem;
 }

 .release_h3_9 {
  font-size: 5.5rem;
  vertical-align: 0.5rem;
 }

 .release_h3_10 {
  font-size: 4rem;
  vertical-align: 1rem;
  letter-spacing: -0.1em;
 }

 .release_h3_11 {
  font-size: 5.5rem;
  vertical-align: 0.5rem;
 }

 .release_h3_12 {
  font-size: 5rem;
  vertical-align: 0.5rem;
 }

 .release_title::after {
  content: '';
  width: 1px;
  margin: 20px auto 0 auto;
  display: block;
  height: 170px;
  border-right: solid 1px #7c470b;
 }

.release_read {
  margin-top: 40px;
  margin-bottom: 70px;
}

.release_back_left {
  width: 230px;
  position: absolute;
  top: 100px;
  left: -100px;
}

.release_back_right {
  width: 305px;
  position: absolute;
  top: 0;
  right: -140px;
}

.release_h3_gr {
  position: relative;
}

@media (max-width: 1100px) {
  .release_read { text-align: left; font-size: 0.9rem; }
}

@media (max-width: 767px) {
  .release_read { font-size: 16px; padding: 0 7.5%; }
}

.release_img {
  width: 100%;
}

.bottom_btn_gr {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.bottom_btn_gr a {
  width: 100%;
}

.btn.btn_silver {
  background: radial-gradient(circle farthest-side, #939498, #a7a6a6, #615f62);
}

/*footer
----------------------------------------------------*/

.footer {
  padding: 6.5vw 8vw 60px;
  height: auto;
  width: 100%;
  background-image: url("../img/fv_footer.svg");
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.footer .fv_head_logo { width: 20%}
.footer .fv_head_tbox { width: 79.5%; }
.footer .fv_head_text { font-size: 1.2rem; height: 90%; line-height: 1.2rem; padding-top: 2.5%; }

.footer ul { display: block; padding: 1vw 0 0; width: 100%; }
.footer ul li { display: inline-block; height: auto; }
.footer ul li a { display: flex; padding-right: 2vw; font-size: 16px; color: #ffffff; text-align: left; line-height: 1.4rem; }

@media (max-width: 1680px) { .footer .fv_head_text { padding-top: 2.1%; } }
@media (max-width: 1540px) { .footer .fv_head_text { padding-top: 1.7%; } }
@media (max-width: 1250px) { .footer .fv_head_tbox { width: 75%; } .footer .fv_head_text { font-size: 1.1rem; }  }

@media (max-width: 1160px) {
  .footer .fv_head_tbox {
    padding: 3px;
  }
  
  .footer .fv_head_text {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1.3% 0 0;
    font-size: calc((100vw - 390px) / 80 + 8px);
    height: 70%;
  }
  .footer ul li a { font-size: calc((100vw) / 200 + 8px); }
}

@media (max-width: 840px) { .footer ul li a { font-size: calc((100vw) / 280 + 8px); } }

@media (max-width: 767px) {
  .footer { padding: 54px 8vw 50px; }
  .footer .fv_head_logo { display: block; margin: 0 auto; padding: 3vw 0; width: 35%; }
  .footer .fv_head_tbox { display: block; width: 100%; height: auto; }
  .footer .fv_head_text { display: block; font-size: 14px; line-height: 150%; text-align: center; white-space: normal; height: auto; }
  .footer ul { padding-top: 20px; }
  .footer ul li { display: block; height: 36px; width: 100%; }
  .footer ul li a { display: block; margin: 0 auto; padding: 0; font-size: 16px; text-align: center; width: 80%; }
}

/*media Queries 900px
----------------------------------------------------*/

@media (max-width: 900px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 13px);
  }
}

/*media Queries 767px
----------------------------------------------------*/
@media screen and (max-width:767px) {
  .inner {
    padding: 0 15px;
  }

  html {
    font-size: calc((100vw - 390px) / 80 + 8px);
  }

  p {
    font-size: 14px;
    line-height: 30px;
  }

/* ファーストビュー */
.fv {
  background-image: none;
  height: 100%;
}

.sp_fv_inner {
  background-image: linear-gradient(transparent 80%, #fff), url(../img/sp_fv_img.webp);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 185vw;
}

.fv_head_container {
  height: 18vw;
  padding: 3vw 4vw 0;
  background-image: url(../img/sp_fv_head.webp);
  text-align: center;
  width: 100%;
}

.fv_text_container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.fv_head_text {
  margin: 0 auto;
  padding: 1vw 0 0;
  font-size: 1.2rem;
}

.fv_text {
  margin: 30vw auto 0 0;
  font-size: 2rem;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 4rem;
}

.pc_display_none {
  display: block !important;
}

.pc_display_block {
  display: none !important;
}

.fv_text_container {
  padding: 5vw 40px;
}

.fv_quotation {
  vertical-align: 0.5rem;
  margin-bottom: -1rem;
  line-height: 3rem;
}

.fv_quotation2 {
  vertical-align: -0.5rem;
  margin-bottom: -1rem;
  line-height: 3rem;
}

.fv_10million {
  width: 23vw;
  top: 5vw;
  left: 44px;
}

.sp_fv_h1 {
  height: auto;
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: -0.8rem;
  position: relative;
}

.sp_fv_h1_1 {
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0rem;
  padding-top: 7rem;
}

.sp_fv_h1_2 {
  font-size: 14vw;
  letter-spacing: -0.5rem;
  font-weight: 500;
  line-height: 14rem;
}

.sp_fv_h1_line {
  position: absolute;
  top: 0;
  right: 4.5rem;
  width: 6vw;
}

.sp_fv_h1_line2 {
  position: absolute;
  bottom: 11rem;
  left: 0.5rem;
  width: 9vw;
}

.sp_fv_h1_3 {
  font-size: 10vw;
  letter-spacing: -0.3rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 1rem;
}

.sp_fv_h1_4 {
  font-size: 10vw;
  letter-spacing: 0rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 0.5rem;
}

.sp_fv_h1_5 {
  font-size: 10vw;
  letter-spacing: -0.3rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 1rem;
}

.sp_fv_h1_6 {
  font-size: 9vw;
  letter-spacing: -0.5rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 1rem;
}

.sp_fv_h1_7 {
  font-size: 14vw;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 0.3rem;
  letter-spacing: -0.5rem;
}

.sp_fv_h1_8 {
  font-size: 10vw;
  letter-spacing: 0rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 1.5rem;
}

.sp_fv_h1_9 {
  font-size: 10vw;
  letter-spacing: 0rem;
  font-weight: 500;
  line-height: 8rem;
  vertical-align: 0.2rem;
}

@media screen and (max-width: 390px) {
  .btn_span {
    font-size: 1.4rem;
    line-height: 3rem;
  }
  
  .btn {
    font-size: 3rem;
    line-height: 3.2rem;
  }

  .check3 {
    font-size: 2rem;
  }
}

.btn_container {
  padding: 0 15px;
  margin-top: -35px;
}

/* ===================== #concept ===================== */

#concept {
  padding-top: 50px;
}

.concept_img {
  max-width: 330px;
  width: 80vw;
  position: absolute;
  bottom: 100px;
  right: -133px;
}

.gold_container {
  margin-top: 40px;
}

.gold_container_line {
  padding: 10px;
}

.gold_container_head {
  padding: 0 20px;
  min-height: 50px;
}

.gold_container_text1 {
  font-size: 2rem;
  letter-spacing: 0rem;
  line-height: 3rem;
}

.gold_container_text2 {
  font-size: 4rem;
  line-height: 7rem;
}

.gold_container_text3 {
  font-size: 3rem;
}

.gold_container_text4 {
  font-size: 3.8rem;
  letter-spacing: -0.4rem;
}

.gold_container_textr {
  vertical-align: 2rem;
  letter-spacing: 0rem;
}

.gold_container_margin {
  min-height: 6rem;
}

.gold_container_h3 {
  letter-spacing: -0.05rem;
  -webkit-text-stroke: 2px #a58356;
  text-stroke: 2px #a58356;
}

.concept_wrap1_text {
  font-size: 16px;
  line-height: 32px;
}

.concept_wrap1 {
  padding-bottom: 40px;
}

.caption {
  font-size: 8px;
}

.concept_wrap2_h3 {
  font-size: 32px;
  line-height: 32px;
}

.concept_wrap2_read {
  padding: 30px 15px;
}

.concept_wrap2 {
  padding: 50px 0;
  background-position: left top 50%;
}

.concept_wrap2_text {
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: -0.1rem;
}

.concept_wrap2_text_1, .concept_wrap2_text_2, .concept_wrap2_text_3, .concept_wrap2_text_4 {
  font-size: 4.5rem;
}

.gold_container_h3.gold_container2_h3 {
  letter-spacing: 0.2rem;
}

.gold_container2_h3 .gold_container_h3_1 {
  letter-spacing: 0.8rem;
}

/* ===================== #powder_beads ===================== */

#powder_beads {
  padding: 50px 0;
  background-size: 180px, cover;
  background-position: top 130px right 50%, 50%;
  background-repeat: no-repeat, no-repeat;
}

.powder_beads_h2 {
  margin-top: 0;
}

.sp_concept_wrap2_read {
  padding-top: 160px;
}

.powder_beads_img_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 390px;
  margin: 0 0 0 auto;
}

.powder_beads_caption {
  font-size: 20px;
  margin-top: 0px;
  width: 105%;
  text-align: left;
}

.powder_beads_img2 {
  width: 90%;
  max-width: 300px;
  margin: -40px 0 0 auto;
}

.white_container {
  padding: 4px;
}

.white_container_line {
  padding: 10px;
}

.white_container_h3_1 {
  font-size: 1.6rem;
  padding: 5px 20px;
}


.white_container_h3_2 {
  font-size: 4rem;
  letter-spacing: -0.2rem;
  margin-top: 10px;
}

.white_container_back {
  margin-top: 70px;
  background: linear-gradient(45deg, transparent 12px, #e4b358 12px), linear-gradient(135deg, transparent 12px, #e4b358 12px), linear-gradient(225deg, transparent 12px, #e4b358 12px), linear-gradient(315deg, transparent 12px, #e4b358 12px);
  padding: 1px;
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
}

.white_container {
  background: linear-gradient(45deg, transparent 12px, #fff 12px), linear-gradient(135deg, transparent 12px, #fff 12px), linear-gradient(225deg, transparent 12px, #fff 12px), linear-gradient(315deg, transparent 12px, #fff 12px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 51% 51%;
  background-repeat: no-repeat;
  padding: 4px;
}


/* ===================== #dream_pillow ===================== */
#dream_pillow {
  margin-top: 50px;
  background-image: url(../img/dream_pillow_back1.webp);
  background-size: 200px auto;
  background-position: top left 50%;
  background-repeat: no-repeat;
}

.dream_pillow_back2 {
  margin-top: -50px;
  margin-bottom: -100px;
}

.dream_pillow_h2_a {
  font-size: 3rem;
}

.dream_pillow_h3::before {
  top: -50px;
  height: 80px;
}

.dream_pillow_wrap3 {
  padding-top: 50px;
}

.dream_pillow_decoration {
  width: 400px;
}

.dream_pillow_h3 {
  margin-bottom: 10px;
}

.dream_pillow_wrap3 p {
  font-size: 10px;
  line-height: 20px;
}

.dream_pillow_logo {
  width: 120px;
  margin-bottom: 50px;
}

.voice_h3 {
  font-size: 20px;
}

.voice_container {
  padding: 15px;
}

.star {
  font-size: 16px;
  margin-bottom: 10px;
}

.voice_h4 {
  font-size: 21px;
  letter-spacing: -0.1rem;
  line-height: 28px;
}

.voice_container_gr {
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 50px;
}

.voice_text {
  font-size: 11px;
  line-height: 22px;
}

.date_name img {
  width: 20px;
}

.date_name {
  font-size: 11px;
  line-height: 22px;
}

.dream_pillow_wrap4 {
  background-image: url(../img/voice_back.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 50% top -200px;
  padding-bottom: 150px;
  position: relative;
  z-index: 12;
}

/* ===================== #message ===================== */

.message_wrap1 {
  padding-top: 0px;
  margin-top: -50px;
  z-index: 12;
}

.message_h2_margin {
  height: 60px;
}

.message_h2_2::before, .message_h2_6::after {
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.message_wrap2_container {
  flex-direction: column;
}

.message_wrap2_container_right {
  width: 100%;
}

.message_wrap2_container_right p {
  padding: 0 15px;
}

.message_quotation {
  vertical-align: 2rem;
}

.message_quotation_bottom {
  vertical-align: -3rem;
}

.profile {
  max-width: 300px;
  margin: 0 auto;
}

.profile_name {
  margin: 10px auto 30px auto;
  display: inline-block;
}

.message_wrap2_container_left {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.message_h3 {
  font-size: 3.8rem;
  margin-top: 50px;
  margin-bottom: 30px;
}

.message_h3_1 {
  line-height: 5rem;
  margin: 0;
  text-wrap: nowrap;
}

.message_h3_2 {
  font-size: 1.7rem;
  line-height: 2rem;
}

.title_line::before {
  top: -86px;
  height: 80px;
}

.message_wrap2 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.message_wrap2_container2 {
  margin-top: 92px;
}

.message_wrap2_box {
  margin-bottom: 40px;
}

.message_wrap2_box_head {
  font-size: 2.6rem;
  line-height: 7rem;
}

.message_wrap2_box_text_gr {
  padding: 20px 15px;
}

.message_wrap2_box_img_gr_top .message_wrap2_box p {
  line-height: 30px;
}

.message_wrap2_box_img_gr.message_wrap2_box_img_gr_top {
  flex-direction: column;
}

.message_wrap2_box_text_gr .message_wrap2_box_img_gr {
  margin-bottom: 0px;
}
.message_wrap2_box_img_left {
  width: 100%;
}

.message_wrap2_box_img_gr_top .message_wrap2_box_img_right {
  width: 100%;
  padding-left: 0px;
  border-left: none;
}

.message_wrap2_box_img_gr_top .beads_img_caption1 {
  margin-top: 10px;
  font-size: 14px;
  -webkit-text-fill-color: #606060;
  letter-spacing: 2px;
}

.pc_display_inline_block {
  display: none;
}

.beads_img_text {
  display: block;
  font-size: 12px;
  line-height: 20px !important;
  margin: 10px 0;
  font-weight: 400 !important;
  -webkit-text-fill-color: #606060;
}

.message_wrap2_box_img_gr_top .beads_img_caption2 {
  font-size: 11px;
  text-align: right !important;
  -webkit-text-fill-color: #606060;
}

.message_wrap2_box_img_gr {
  flex-direction: column-reverse;
}

.message_wrap2_box_img_right {
  width: 100%;
  padding-left: 0px;
  border-left: none;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Noto Sans JP", sans-serif;
}

.message_wrap2_box_img_gr_top .message_wrap2_box_img_right {
  margin-bottom: 0px;
}

.message_wrap2_box p {
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.beads_img_name {
  -webkit-text-fill-color: #606060;
  letter-spacing: 2px;
}

.message_wrap2_box2_back {
  --radius: 20px;
  padding: 1px;
}

.message_wrap2_box2 {
  --radius: 20px;
  padding: 5px;
}

.message_wrap2_box2_line_back {
  --radius: 20px;
  padding: 1px;
}

.message_wrap2_box2_line_inner {
  --radius: 20px;
  padding: 30px 20px 60vw 20px;
  background-position: left -5vw bottom -5vw, left top;
}

.message_wrap2_box2_title {
  font-size: 14px;
  margin-bottom: 10px;
}

.message_wrap2_box2_text_gr {
  width: 100%;
  margin: 20px 0 0 0;
}

.message_wrap2_h4_2 {
  line-height: 5rem;
}

.message_wrap2_h4_2_line::before, .message_wrap2_h4_2_line::after {
  width: 5px;
  height: 5px;
}

.message_wrap2_h4_2_line {
  max-width: 300px;
  width: 80%;
}

.message_wrap2_h4_2_line::after {
  right: -2.5px;
  top: -2.5px;
}

.message_wrap2_h4_2_line::before {
  left: -2.5px;
  top: -2.5px;
}

/* =============== #technology =============== */
.technology_wrap1 {
  padding: 50px 0 150px 0;
}

.technology_box {
  margin-top: 50px;
}

.technology_box_en {
  font-size: 10px;
  line-height: 20px;
}

.technology_box_text_gr {
  padding: 40px 20px 20px 20px;
}

.number {
  width: 40px;
  margin-right: 10px;
}

.technology_box_h4 {
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 20px;
}

.technology_img1 {
  width: 110px;
  shape-outside: none;
  margin: 10px -28px 0 10px;
}

.space {
  height: 19em;
}

.daily_pattern_back {
  width: 80%;
  margin: 0 auto;
  position: static;
  transform: translateX(0);
}

.daily_pattern_gr {
  padding: 30px 0;
}

.daily_pattern_right {
  width: 100%;
  padding: 0;
}

.daily_pattern_left {
  width: 100%;
  margin: 0 auto 0 -30%;
}

.daily_pattern_flex2 .daily_pattern_left {
  width: 100%;
  margin: 0 -30% 0 auto;
}

.daily_pattern_head {
  font-size: 10px;
  line-height: 20px;
}

.daily_pattern_back_inner {
  padding: 30px 20px;
}

.technology_wrap2 {
  padding: 50px 0;
  background-image: url(../img/dots_back.webp), url(../img/sp_technology_wrap2_back.webp);
  background-size: 100%, cover;
  margin-top: -100px;
}

.daily_pattern_container {
  margin-top: 0px;
}

.h3_decoration1 {
  width: 100%;
}

.daily_pattern_flex1 {
  flex-direction: column-reverse;
}

.daily_pattern_flex2 {
  flex-direction: column-reverse;
  margin: 40px 0;
}

.daily_pattern_text {
  font-size: 12px;
  line-height: 24px;
}

.daily_pattern_h4 {
  font-size: 2rem;
}

.technology_wrap2_h3_bottom_2 {
  font-size: 2rem;
}

.technology_wrap2_h3_bottom_3 {
  font-size: 2.5rem;
}

.technology_wrap2_h3_bottom_4 {
  font-size: 7rem;
  line-height: 8rem;
  letter-spacing: -0.1em;
}

.technology_wrap2_h3_bottom_5 {
  font-size: 5.8rem;
  letter-spacing: -0.1em;
  line-height: 6rem;
}

.technology_wrap2_h3_bottom_6 {
  font-size: 5.8rem;
  letter-spacing: -0.1em;
  line-height: 6rem;
  margin-left: -1.5rem;
}

.technology_wrap2_h3_bottom_7 {
  font-size: 6.2rem;
  line-height: 8rem;
  margin-left: -1rem;
}

.h3_decoration2 {
  max-width: 620px;
  width: 90%;
  margin-bottom: 20px;
}

.technology_wrap2_h3_bottom {
  margin: 80px 0 40px 0;
}

/* ===================== #pressure_redistribution ===================== */

#pressure_redistribution {
  padding-bottom: 100px;
  margin-top: 50px;
}

.speech_balloon .dream_pillow_decoration {
  top: -30px;
  opacity: 0.2;
}

.speech_balloon {
  max-width: 550px;
  margin: 0 auto 40px auto;
}

.speech_balloon_1 {
  font-size: 4.2rem;
  letter-spacing: -0.5rem;
}

.speech_balloon_2 {
  font-size: 2.5rem;
  letter-spacing: -0.5rem;
}

.pressure_redistribution_h2_2 {
  font-size: 4.5rem;
}

.pressure_redistribution_h2_3 {
  font-size: 5.5rem;
}

.check {
  width: 24px;
}

.check3 {
  gap: 10px;
  font-size: 18px;
  line-height: 3rem;
}

.check_gr {
  display: flex;
  align-items: center;
}

.point {
  width: 25vw;
  margin-top: -15vw;
}

.pressure_redistribution_point_gr {
  border-radius: 18px;
  padding: 10px;
}

.pressure_redistribution_point_gr_back {
  border-radius: 20px;
  padding: 2px;
  margin-bottom: 20vw;
}

.point_caption {
  font-size: 8px;
  line-height: 10px;
}

.point2_img2 {
  margin-left: -10px;
}

.point3_img1 {
  width: 62% !important;
}

.point3_img2 {
  margin-left: -10px;
}

.pressure_redistribution_point_gr_back:last-child {
  margin-bottom: 20px;
}

/* ===================== #product ===================== */

#product {
  padding: 70px 0 120px 0;
  margin-top: -50px;
  background-image: url(../img/dots_back.webp), 
  url(../img/sp_technology_wrap2_back.webp);
}

.product_title_img {
  width: 34vw;
  max-width: 330px;
  position: absolute;
  left: -25px;
  top: -20px;
  z-index: 1;
}

.product_title_h2 {
  font-size: 2rem;
}

.product_container {
  grid-template-columns: 1fr;
  margin: 40px auto;
  width: 80%;
}

.product_name {
  font-size: 2rem;
  line-height: 3rem;
}

.product_text {
  margin-top: 20px;
  font-size: 12px;
  line-height: 20px;
}

.price_gr {
  font-size: 17px;
  margin-top: 10px;
}

.tax {
  font-size: 12px;
}

/* ===================== #history ===================== */
#history {
  padding: 50px 0;
}

.history_read {
  letter-spacing: -1px;
  font-size: 16px;
  padding: 4% 7.5% 0;
  text-align: left;
}

.history_flex {
  margin-top: 40px;
  grid-template-columns: 1fr;
}

.history_list {
  order: 2;
  padding-left: 15px;
  margin-left: 5px;
}

.history_img {
  order: 1;
  max-width: 100%;
}

.history_list span.year::after {
  left: -21px;
  top: 5px;
  width: 10px;
  height: 10px;
}

.history_list .history_list_box {
  margin-left: 0px;
  padding: 0px 10px 50px 0px;
}

.history_list span.year {
  font-size: 20px;
  margin-left: 0px;
  width: 60px;
  text-align: left;
  padding-bottom: 20px;
  margin-top: -6px;
}

.history_list li {
  flex-direction: column;
}

.history_list .history_list_title {
  font-size: 16px;
  line-height: 20px;
}

.history_list .history_list_tx {
  font-size: 12px;
  line-height: 24px;
}

.history_list_box.history_list_box_last {
  padding-bottom: 0px;
}

.release_icon {
  width: 25vw;
  max-width: 210px;
  left: 15px;
}

.release_h2 {
  width: 80%;
  letter-spacing: -0.5rem;
  font-size: 3rem;
  padding: 0px 10px 0 20px;
  line-height: 5rem;
}

.release_h3 {
  margin-top: 40px;
}

.release_back_right {
  width: 26vw;
  top: -60px;
  right: -60px;
  z-index: -1;
}

.release_back_left {
  width: 26vw;
  top: -60px;
  left: -60px;
  z-index: -1;
}

.release_title::after {
  height: 50px;
}

.release_read {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: justify;
}

.bottom_btn_gr {
  margin-top: 40px;
  flex-direction: column;
  gap: 30px;
}

.release_wrap1 {
  padding-top: 50px;
}

}

/*media Queries 389px
----------------------------------------------------*/

@media (max-width: 389px) {
  html {
  font-size: calc((100vw - 390px) / 115 + 7px);
  }

  .white_container_line {
    padding: 5px;
}

.daily_pattern_back_separate {
  bottom: -20px;
}
}