@charset "UTF-8";
/* CSS Document */
body {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;

}
.mobile-br {
  display: none;
}
/*top---------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  background: #d7d7d7;
  z-index: 1000; /* 最前面に表示 */
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
}
#header.visible {
  transform: translateY(0);
  opacity: 1;
}
.header-icon {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  color: #ffffff;
  padding: 10px;
  margin: 0 120px 0 0;
}
.header-title {
  color: #ffffff;
  font-size: 2.4rem;
  padding: 10px;
  margin: 0 0 0 120px;
}
.header-top {
  background: url("assets/top-back.png");
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 200px;
  position: relative;
}
.RAUSU-top {
  font-size: 150px;
  color: #000000;
  position: absolute;
  right: 15%;
  top: 70%;
  font-family: "kings-caslon-display", serif;
  font-weight: 400;
  font-style: normal;
}
.header-sentence {
  position: absolute;
  left: 7%;
  top: 15%;
  text-align: left;
  font-family: "shippori-mincho-b1", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.header-sentence_1 {
  font-size: 3.6rem;
  margin-bottom: 30px;
}
.header-sentence_2 {
  font-size: 6.0rem;
  line-height: 70px;
}
.sentence {
  margin: 0 120px;
}
/*top mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .mobile-br {
    display: block;
  }
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  height: 50px;
  background: #d7d7d7;
  z-index: 1000; /* 最前面に表示 */
  position: fixed;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
}
#header.visible {
  transform: translateY(0);
  opacity: 1;
}
.header-icon {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  color: #ffffff;
  padding: 10px;
  margin: 0 20px 0 0;
}
.header-title {
  color: #ffffff;
  font-size: 1.8rem;
  padding: 10px;
  margin: 0 0 0 20px;
}
  .header-top {
    background: url("assets/top-mobile.jpg");
    height: 630px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 200px;
    position: relative;
  }
  .RAUSU-top {
    font-size: 7.2rem;
    color: #000000;
    position: absolute;
    right: 5%;
    top: 54%;
    font-family: "kings-caslon-display", serif;
    font-weight: 400;
    font-style: normal;
  }
  .header-sentence {
    position: absolute;
    left: 7%;
    top: 15%;
    text-align: left;
    font-family: "shippori-mincho-b1", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header-sentence_1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .header-sentence_2 {
    font-size: 3.6rem;
    line-height: 40px;
  }
  .sentence {
    margin: 0 20px;
  }
}
/*sub---------------------------------------*/
.sub {
  margin: 50px;
}
.sub-title_1 {
  font-size: 3.6rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 1.5;
  font-family: "kings-caslon-display", serif;
  text-align: left;
}
.text-combine {
  text-combine-upright: all;
  font-family: "kings-caslon-display", serif;
  line-height: 1;
}
.line-break {
  display: block;
  height: 1em; /* 改行の代わり */
}
.sub-title_sentence {
  text-align: left;
  position: absolute;
  right: 15%;
}
.sub-title_sentence_title {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 36px;
}
.sub-title_sentence_sentence {
  margin-bottom: 50px;
}
.cricle {
  display: flex;
  padding: 60px;
  margin-top: 180px;
  position: absolute;
  right: 10%;
}
.circle-1 {
  background: url("assets/buble-1.png");
  height: 125px;
  width: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-1_text {
  font-size: 1.6rem;
  padding-top: 35px;
  font-weight: lighter;
  line-height: 28px;
}
.circle-2 {
  background: url("assets/buble-2.png");
  height: 125px;
  width: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-2_text {
  font-size: 1.6rem;
  padding-top: 35px;
  font-weight: lighter;
  line-height: 28px;
}
.circle-3 {
  background: url("assets/buble-3.png");
  height: 125px;
  width: 125px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.circle-3_text {
  font-size: 1.6rem;
  padding-top: 35px;
  font-weight: lighter;
  line-height: 28px;
}
.sub {
  display: flex;
  margin-bottom: 200px;
}
.sub-item_sentence {
  display: flex;
}
/*sub mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .mobile-br {
    display: block;
  }
  .sub {
    margin: 0px;
  }
  .sub-item {
    width: 190px;
    height: auto;
  }
  .sub-title_1 {
    font-size: 2.4rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.5;
    font-family: "kings-caslon-display", serif;
    text-align: left;
  }
  .sub-item_sentence {
    justify-content: center;
    margin-bottom: 150px;
  }
  .text-combine {
    text-combine-upright: all;
    font-family: "kings-caslon-display", serif;
    line-height: 1;
  }
  .line-break {
    display: block;
    height: 1em; /* 改行の代わり */
  }
  .sub-title_sentence {
    text-align: left;
    position: static; /* 絶対位置を解除 */
    width: 72%;
    margin: 0 auto;
  }
  .sub-title_sentence_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 30px;
  }
  .sub-title_sentence_sentence {
    margin-bottom: 0px;
  }
  .cricle {
    display: flex;
    padding: 20px;
    margin-top: 0px;
    position: static; /* 絶対位置を解除 */
    right: 0%;
    margin: 0 auto;
  }
  .circle-1 {
    background: url("assets/buble-1.png");
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .circle-1_text {
    font-size: 1.4rem;
    padding-top: 20px;
    font-weight: lighter;
    line-height: 28px;
  }
  .circle-2 {
    background: url("assets/buble-2.png");
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .circle-2_text {
    font-size: 1.4rem;
    padding-top: 20px;
    font-weight: lighter;
    line-height: 28px;
  }
  .circle-3 {
    background: url("assets/buble-3.png");
    height: 100px;
    width: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .circle-3_text {
    font-size: 1.4rem;
    padding-top: 20px;
    font-weight: lighter;
    line-height: 28px;
  }
  .sub {
    display: block;
    margin-bottom: 100px;
  }
  .sub-item_sentence {
    display: flex;
  }
}
/*shop-1--------------------------------------*/
.product-section {
  background-color: #fff;
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}
.product-card {
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(192, 192, 192, 0.55);
  width: 100%;
  max-width: 850px;
  height: auto;
  min-height: 450px;
  box-sizing: border-box;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}
.product-left {
  width: 400px;
  position: relative;
}
.bubble-box {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.bubble-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px;
}
.product-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  z-index: 2;
}
.product-right {
  flex: 1;
  min-width: 250px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.product-right h2 {
  font-size: 4.8rem;
  margin: 50px;
  font-family: "kings-caslon-display", serif;
  font-weight: 400;
  font-style: normal;
}
.product-item_name {
  font-size: 2.0rem;
  margin-bottom: 10px;
}
.underline-custom {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.underline-custom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px; /* 下線の太さ */
  width: 100%;
  background-color: #333333; /* 下線の色 */
}
.btn-wrapper {
  margin-top: 30px;
}
.purchase-button {
  display: inline-block;
  padding: 15px 60px;
  border: 1px solid #999;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  transition: 0.3s;
  margin: 50px;
}
.purchase-button:hover {
  background-color: #f5f5f5;
}
/*shop mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .product-section {
    background-color: #fff;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
  }
  .product-card {
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(192, 192, 192, 0.55);
    width: 100%;
    max-width: 850px;
    height: auto;
    min-height: 450px;
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
  }
  .product-left {
    width: 400px;
    position: relative;
  }
  .bubble-box {
    position: relative;
    width: 100%;
    padding-top: 60%;
  }
  .bubble-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0px 0px;
  }
  .product-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
    z-index: 2;
  }
  .product-right {
    flex: 1;
    min-width: 250px;
    font-size: 18px;
    color: #333;
    text-align: center;
  }
  .product-right h2 {
    font-size: 3.6rem;
    margin: 25px;
    font-family: "kings-caslon-display", serif;
    font-weight: 400;
    font-style: normal;
  }
  .product-item_name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .underline-custom {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
  .underline-custom::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.5px; /* 下線の太さ */
    width: 100%;
    background-color: #333333; /* 下線の色 */
  }
  .btn-wrapper {
    margin-top: 30px;
  }
  .purchase-button {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #999;
    border-radius: 30px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: 0.3s;
    margin: 10px;
  }
  .purchase-button:hover {
    background-color: #f5f5f5;
  }
}
/*point--------------------------*/
h3 {
  font-size: 4.8rem;
  margin: 0 0 50px 300px;
  text-align: left;
  opacity: 0.3;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: lighter;
  font-style: normal;
}
.point {
  margin-bottom: 400px;
}
/*point-1----------------------------*/
.point-1_sentence {}
.point-1 {
  text-align: left;
}
.point-1_title {
  font-size: 3.0rem;
  margin-bottom: 50px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0.1em;
}
.point-1_text {
  text-align: left;
  line-height: 30px;
}
.point-1_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 210px;
}
.point-1_img {
  display: block;
  width: 50%;
  height: auto;
  object-fit: cover;
}
/*point-2----------------------------*/
.point-2_img_mobile {
  display: none;
}
.point-2_set {
  display: flex;
  align-items: center;
  gap: 200px; /* ←テキストとの間隔 */
  padding: 0;
  margin-bottom: 210px;
}
.point-2_sentence {
  text-align: left;
}
.point-2 {
  text-align: left;
  margin-bottom: 20px
}
.point-2_title {
  font-size: 3.0rem;
  margin-bottom: 60px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: lighter;
  font-style: normal;
  letter-spacing: 0.1em;
}
.point-2_text {
  text-align: left;
  line-height: 30px;
}
.point-2_img_pc {
  width: 50%; /* 親divが50%ならこれでOK */
  height: auto;
  display: block; /* ←これが超重要！余白消える */
  object-fit: cover;
}
/*point-3----------------------------*/
.point-3_sentence {}
.point-3 {
  text-align: left;
  margin-bottom: 20px;
}
.point-3_title {
  font-size: 3.0rem;
  margin-bottom: 40px;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: lighter;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
}
.point-3_text {
  text-align: left;
  line-height: 30px;
}
.point-3_set {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  margin-bottom: 210px;
}
.point-3_img {
  display: block;
  width: 50%;
  height: auto;
  object-fit: cover;
}
/*point mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .pc-br {
    display: none;
  }
  .mobile-br {
    display: block;
  }
  h3 {
    font-size: 3.6rem;
    margin: 0 0 50px 20px;
    text-align: left;
    opacity: 0.3;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: lighter;
    font-style: normal;
  }
  .point {
    margin-bottom: 200px;
  }
  /*point-1----------------------------*/
  .point-1_sentence {}
  .point-1 {
    text-align: left;
    margin-left: 30px;
  }
  .point-1_title {
    font-size: 3.0rem;
    margin-bottom: 0px;
    margin-left: 30px;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .point-1_text {
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .point-1_set {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .point-1_img {
    display: block;
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-left: auto;
  }
  /*point-2----------------------------*/
  .point-2_img_pc {
    display: none;
  }
  .point-2_img_mobile {
    display: block;
  }
  .point-2_set {
    display: block;
    align-items: center;
    gap: 20px; /* ←テキストとの間隔 */
    padding: 0;
    margin-bottom: 50px;
  }
  .point-2_sentence {
    text-align: left;
  }
  .point-2 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .point-2_title {
    font-size: 3.0rem;
    margin-bottom: 30px;
    margin-left: 30px;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: lighter;
    font-style: normal;
    letter-spacing: 0.1em;
  }
  .point-2_text {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .point-2_img_mobile {
    width: 90%; /* 親divが50%ならこれでOK */
    height: auto;
    display: block; /* ←これが超重要！余白消える */
    object-fit: cover;
  }
  /*point-3----------------------------*/
  .point-3_sentence {}
  .point-3 {
    text-align: left;
    margin-bottom: 20px;
    margin-left: 30px;
  }
  .point-3_title {
    font-size: 3.0rem;
    margin-bottom: 0px;
    margin-left: 30px;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: lighter;
    font-style: normal;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .point-3_text {
    text-align: left;
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 30px;
  }
  .point-3_set {
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .point-3_img {
    display: block;
    width: 90%;
    height: auto;
    object-fit: cover;
    margin-left: auto; /* ←左寄せ */
  }
}
/*seibun--------------*/
.mobile-br {
  display: none;
}
.seibun {
  margin-bottom: 200px;
}
.seibun-title {
  font-size: 3.0rem;
  font-family: "heisei-maru-gothic-std", sans-serif;
  font-weight: lighter;
  font-style: normal;
  margin-bottom: 50px;
}
.seibun-sentence {
  font-size: 2.0rem;
  line-height: 2;
  margin-bottom: 100px;
}
.seibun_ {
  background-image: url("assets/back.png");
  background-size: cover; /* 全体に広げたいとき */
  background-repeat: no-repeat;
  background-position: center;
  padding: 45px 30px 55px; /* テキストが潰れへんように余白 */
  display: inline-block; /* 背景画像が収まるように */
  letter-spacing: 0.1em;
}
/*seibun mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .mobile-br {
    display: block;
  }
  .seibun {
    margin-bottom: 100px;
  }
  .seibun-title {
    font-size: 2.4rem;
    font-family: "heisei-maru-gothic-std", sans-serif;
    font-weight: lighter;
    font-style: normal;
    margin-bottom: 0px;
  }
  .seibun-sentence {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 50px;
  }
  .seibun_ {
    width: 45%;
    aspect-ratio: 1 / 1; /* 正方形に保つ */
    background-image: url("assets/back.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
/*footer----------*/
.footer-top {
  background: url("assets/footer-back.png");
  height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
/*fotter mobile---------*/
/* スマホ用のスタイル（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .footer-top {
    background: url("assets/footer-mobile.png");
    height: 650px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}