@charset "UTF-8";







.main{
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
.main{
  
  }
}

.wrap{
  position: relative;
}
.wrap::before{
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg");
  background-size: cover;
  content: "";
}










/* ---------------------------------------------

  共通パーツ   

--------------------------------------------- */
.inner {
  width: calc(100% - 120px);
  max-width: 768px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .inner {
    width: calc(100% - 120px);
    max-width: 100%;
    }

}

@media (max-width: 768px) {
  .inner {
    width: 100%;
  }
}







/* ---------------------------------------------

  FV  

--------------------------------------------- */
.fv{
  
}
@media (max-width: 768px) {
.fv{
  
}
}

.fv__contents {
  position: relative;
}

.fv__list {
  position: absolute;
  bottom: 13%;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .fv__list {
    bottom: 16%;
  }
}
.fv__item {
  display: grid;
  align-content: center;
  grid-template-columns: 64% 1fr;
  gap: 0 2.8rem;
}

@media screen and (max-width: 768px) {
.fv__item {

gap: 0 1rem;
}
}

.fv__catchcopy-sub {
  position: absolute;
  top: 3%;
  right: 4.8%;
  font-size: clamp(16px, 3.5vw, 28px);
  line-height: 1.6;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .fv__catchcopy-sub {
    font-size: clamp(13px, 3vw, 24px);
  }
}

.fv__catchcopy-main {
  position: absolute;
  top: 13%;
  right: 12%;
  font-size: clamp(22px, 5vw, 27px);
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: #4191A5;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .fv__catchcopy-main {
    font-size: clamp(13px, 3.5vw, 31px);
  }
}
.fv__catchcopy-main span{
  color: #6E786E;
}








/* ---------------------------------------------

   concerns   

--------------------------------------------- */
.concerns{
  
}
@media (max-width: 768px) {
.concerns{
  
}
}


.concerns__contents {
  position: relative;
}

.concerns__list {
  position: absolute;
  top: -20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 2rem;
}

.concerns__item {
  display: grid;
  align-content: center;
  width: clamp(200px, 60%, 450px);
}

.concerns__text-list{
  position: absolute;
  top: 59.2%;
  left: 25%;
  z-index: 1;
  display: flex;
}
@media (max-width: 768px) {
  .concerns__text-list{
  top: 59.5%;
}
}
.concerns__text-item{
  display: grid;
  gap: 6.5rem;
  font-size: clamp(12px, 3.4vw, 30px);
  line-height: 1.9em;
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media (max-width: 900px) {
.concerns__text-item{
  gap: 35%;
}
}
@media (max-width: 768px) {
.concerns__text-item{
  gap: 46%;
}
}










/* ---------------------------------------------

   description   

--------------------------------------------- */
.description{
  
}
@media (max-width: 768px) {
.description{
  
}
}


.description__contents {
  position: relative;
}

.description__list {
  position: absolute;
  top: -20px;
  right: 3rem;
  z-index: 1;
  display: flex;
}

.description__item {
  display: grid;
  align-content: center;
  width: clamp(72px, 15vw, 140px);
}

.description__title {
  position: absolute;
  top: 54%;
  left: 0%;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 93%;
}

.description__title-item {
  display: grid;
  align-content: center;
  width: clamp(210px, 70vw, 570px);
}



.description__text-list{
  position: absolute;
  top: 66%;
  left: 6%;
  z-index: 1;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  .description__text-list{
    width: 80%;
  }
}
.description__text-item{
  display: grid;
  gap: 6.5rem;
  font-size: clamp(11px, 3.7vw, 30px);
  letter-spacing: 0.14em;
  font-weight: 400;
}
@media (max-width: 900px) {
.description__text-item{
  gap: 40%;
}
}
@media (max-width: 768px) {
.description__text-item{
  gap: 4.6rem;
}
}







/* ---------------------------------------------

  CTA  

--------------------------------------------- */
.cta{
  
}
@media (max-width: 768px) {
.cta{
  
}
}

.cta__contents {
  position: relative;
}

.cta__list {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 2rem 0;
}

.cta__item {
  display: grid;
  align-content: center;
  width: 80%;
}

.cta--02{
  position: relative;
}

.cta__contents--02{
  position:relative;
}

.cta--02--img{
  position:relative;
}

.cta__contents--02 {
  position: absolute;
  top: 0;
  /* left: 0; */
  width: 100%;
  max-width: 768px;
  height: 40%; /* 上半分だけ */
  display: block;
}

.cta__list--02 {
  position: absolute;
  top: 40%;
  left: 50%;
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1% 0;
  width: 65%; 
  max-width: 768px; 
  padding: 0;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
.cta__list--02 {
  top: 39%;
}
}
.cta__list--02 li{
  display: grid;
  justify-items: center;
}
@media (max-width: 768px) {
.cta__list--02 li {
  width: 81%;
    }
}
.place-image{
  width: 86%;
}





/* ---------------------------------------------

  features  

--------------------------------------------- */
.small-text{
  font-size: clamp(8px, 2.5vw, 18px);
}

/* features */
.features {
}

@media screen and (max-width: 768px) {
  .features {
  }
}

.features__point {
  position: relative;
}

@media screen and (max-width: 768px) {
  .features__point {
  }
}

.features__point:last-child {
  margin-bottom: 0;
}

/* 背景画像 */
.features__point-bg {
  position: relative;
  width: 100%;
}

.features__point-bg img {
}

/* Point 01 オーバーレイ */
.features__point-overlay--01 {
  position: absolute;
  top: 20%;
  left: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .features__point-overlay--01 {
    left: 2rem;
    gap: 1rem;
    width: 50%;
  }
}

/* Point 02 オーバーレイ */
.features__point-overlay--02 {
  position: absolute;
  top: 0%;
  right: 6%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .features__point-overlay--02 {
    width: 43%;
  }
}

/* Point 03 オーバーレイ */
.features__point-overlay--03 {
  position: absolute;
  top: 4%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  width: 90%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .features__point-overlay--03 {
    width: 80%;
  }
}

/* Point 01 */
.features__point-overlay--01 .features__point-number {
}

.features__point-number {
}

@media screen and (max-width: 768px) {
  .features__point-number {
    width: 100%;
  }
}

.features__point-title {
  position: absolute;
  top: 40px;
  left: 50%;
  display: flex;
  justify-content: center;
  width: 80%;
  transform: translateX(-50%);
}

.features__point-title img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .features__point-title {
    top: 3%;
    width: 68%;
  }
}

.features__point-title p {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  color: #333;
}

@media screen and (max-width: 768px) {
  .features__point-title p {
    font-size: 2.2rem;
  }
}

.features__point-text {
  position: absolute;
  bottom: 45%;
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 6.5rem;
  width: 100%;
  font-size: clamp(11px, 3.3vw, 30px);
  line-height: 1.9em;
  font-weight: 400;
}

/* Point 01 テキスト */
.features__point-text--01 {
  position: relative;
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 6.5rem;
  width: 100%;
  font-size: clamp(11px, 3.3vw, 30px);
  line-height: 1.9em;
  font-weight: 400;
}

/* Point 02 テキスト */
.features__point-text--02 {
  position: absolute;
  bottom: 42.4%;
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 6.5rem;
  width: 100%;
  font-size: clamp(11px, 3.4vw, 30px);
  line-height: 1.9em;
  letter-spacing: 0.09em;
  font-weight: 400;
}
.features__point-text--02 p{
  width:90%;
}

/* Point 03 テキスト */
.features__point-text--03 {
  position: relative;
  width: 100%;
  font-size: clamp(11px, 3.3vw, 30px);
  line-height: 1.9em;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .features__point-text {
    bottom: 45%;
  }
}

.features__point-text p {
  justify-content: center;
}

.features__point-list {
  position: absolute;
  top: 49.6%;
  left: 8%;
  display: grid;
  gap: 14%;
  width: 50%;
  font-size: clamp(11px, 3.3vw, 30px);
  line-height: 1.9em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .features__point-list {
    top: 50%;
    grid-template-columns: 1fr;
    gap: 20%;
    max-width: 320px;
  }
}

.features__point-list li {
}

@media screen and (max-width: 768px) {
  .features__point-list li {
  }
}

.features__point-note {
  position: absolute;
  top: 68.6%;
  width: 44%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .features__point-note {
    margin-bottom: 20px;
  }
}

.note-small {
  font-size: 1.2rem;
  color: #666;
}

.features__point-ingredient {
  position: absolute;
  bottom: 16rem;
  display: grid;
  justify-items: center;
  gap: 16%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .features__point-ingredient {
    bottom: 9%;
  }
}

.features__ingredient-title {
}

@media screen and (max-width: 768px) {
  .features__ingredient-title {
    max-width: 80%;
  }
}

.features__ingredient-text {
  display: grid;
  gap: 6.5rem;
  font-size: clamp(11px, 3.3vw, 30px);
  line-height: 1.9em;
  text-align: center;
  font-weight: 400;
}



/* Point 02 */

/* Point 02 ナンバー画像 */
.features__point--02 .features__point-number {
  width: 100%;
}



/* Point 02 バッジ画像 */
.features__point-badge {
  position: relative;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 768px) {
  .features__point-badge {
    max-width: 90%;
  }
}

.features__point-badge-note {
  position: absolute;
  bottom: 12%;
  font-size: clamp(8px, 2vw, 15px);
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .features__point-badge-note {

  }
}

/* Point 02 医師画像 */
.features__doctor {
  position: absolute;
  top: 29.7%;
  left: 5em;
  z-index: 13;
  width: 26%;
}

@media screen and (max-width: 768px) {
  .features__doctor {
    left: 3em;
  }
}

/* Point 02 メッセージ画像 */
.features__message {
  position: absolute;
  right: 5%;
  bottom: 3rem;
  width: 24%;
}

@media screen and (max-width: 768px) {
  .features__message {
  }
}

/* Point 03 成分リスト */
.features__ingredient-list {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .features__ingredient-list {
    gap: 24px;
  }
}

/* Point 03 成分アイテム01 - ヒアルロン酸 */
.features__ingredient-item--01 {
  position: absolute;
  top: -8%;
  left: 12%;
  z-index: 1;
  display: grid;
  gap: 2.2em;
  width: 71%;
}

@media screen and (max-width: 768px) {
  .features__ingredient-item--01 {
    gap: 1.8em;
  }
}

/* Point 03 成分アイテム02 - トコフェロール */
.features__ingredient-item--02 {
  position: absolute;
  top: 13.5%;
  left: 19%;
  z-index: 1;
  display: grid;
  gap: 2.3em;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .features__ingredient-item--02 {
    gap: 1.8em;
  }
}

/* Point 03 成分アイテム03 - フラーレン */
.features__ingredient-item--03 {
  position: absolute;
  top: 34%;
  left: 12%;
  z-index: 1;
  display: grid;
  gap: 1.7em;
  width: 70%;
}

@media screen and (max-width: 768px) {
  .features__ingredient-item--03 {
    gap: 1.8em;
  }
}

.features__ingredient-name {
  max-width: 50%;
 }

@media screen and (max-width: 500px) {
  .features__ingredient-name {
    max-width: 145px;
  }
}

.features__ingredient-desc {
  font-size: clamp(12px, 3.5vw, 28px);
  line-height: 1.9em;
  letter-spacing: 0.12em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .features__ingredient-desc {
  }
}



.features__ingredient-desc .samll-text{
  font-size: clamp(9px, 3vw, 20px);
}

.features__ingredient-desc small-text{ 
  font-size: clamp(11px, 3.3vw, 30px);
}

/* Point 04 - 保湿美容成分 */
.features__point--04 {
  margin-bottom: 0;
}

.features__component-bg {
  position: relative;
  width: 100%;
}

.features__component-bg img {
  display: block;
  width: 100%;
}

.features__component-overlay--04 {
  position: absolute;
  top: 11%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 90%;
  max-width: 800px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .features__component-overlay--04 {
    width: 69%;
  }
}

.features__component-title {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .features__component-title {
    gap: 16px;
  }
}

.features__component-title img:first-child {
  max-width: 120px;
}


@media screen and (max-width: 768px) {
  .features__component-title img:first-child {
    max-width: 50px;
  }
  
  .features__component-title img:last-child {

  }
}

.features__component-list {
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .features__component-list {
    inset: 0;
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    max-width: 320px;
  }
}

.features__component-list li {
}

@media screen and (max-width: 768px) {
  .features__component-list li {
  }
}



.features__point--04 .features__component-list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(11px, 3.3vw, 25px);
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
}

/* ザクロ果実エキス - 左上 */
.features__point--04 .features__component-list li:nth-child(1) {
  position: absolute;
  top: 31%;
  left: 14%;
}

/* 酒粕エキス - 右上 */
.features__point--04 .features__component-list li:nth-child(2) {
  position: absolute;
  top: 28%;
  left: 50.5%;
}

/* 加水分解米エキス - 右下 */
.features__point--04 .features__component-list li:nth-child(3) {
  position: absolute;
  top: 39%;
  left: 34%;
}
@media screen and (max-width: 768px) {
.features__point--04 .features__component-list li:nth-child(3) {
  position: absolute;
  top: 39%;
  left: 33.6%;
}
}

/* セイヨウミザクラ果実エキス - 下中央 */
.features__point--04 .features__component-list li:nth-child(4) {
  position: absolute;
  top: 35%;
  left: 69%;
}

























/* ---------------------------------------------

  howto  

--------------------------------------------- */
.howto{
  
}

.howto__contents {
  position: relative;
}

.howto__list {
  position: absolute;
  top: 16%;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
}

.howto__item {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4rem 0;
  width: 100%;
}
@media (max-width: 768px) {
  .howto__item {
    gap: 2.8rem 0;
  }
}

.howto__item img{
  width: clamp(240px, 40vw, 560px);
}

/* video */

.video-area {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 0;
}

.video_top {
  width: 100%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .video-area {
    position: relative;
    display: flex;
    width: 100%;
    background: #efefec;
  }

  .video_top {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}












/* ---------------------------------------------

  uservoice  

--------------------------------------------- */

.uservoice__bg {
  position: relative;
  width: 100%;
}

.uservoice__bg {}

.uservoice__bg img {
  display: block;
  width: 100%;
}

/* ヘッダー部分 */
.uservoice__header {
  position: absolute;
  top: 5%;
  left: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  width: 90%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .uservoice__header {
    top: 5%;
  }
}

.uservoice__title {
}

@media screen and (max-width: 768px) {
  .uservoice__title {
    max-width: 150px;
  }
}

.uservoice__subtitle {
  font-size: clamp(11px, 3.3vw, 30px);
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .uservoice__subtitle {
  }
}

/* 声のリスト */
.uservoice__list {
  position: absolute;
  inset: 0;
  display: grid;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .uservoice__list {
    gap: 16px;
  }
}

.uservoice__item{
  position: absolute;
  display: grid;
  gap: 1.2em;
  width: 45%;
}

/* Voice 1 */
.uservoice__item--01 {
  position: absolute;
  top: 19%;
  right: 13%;
}

@media screen and (max-width: 768px) {
  .uservoice__item--01 {
  }
}

/* Voice 2 */
.uservoice__item--02 {
  top: 39%;
  left: 19%;
}

@media screen and (max-width: 768px) {
  .uservoice__item--02 {
  }
}

/* Voice 3 */
.uservoice__item--03 {
  position: absolute;
  top: 58%;
  right: 13%;
}

@media screen and (min-width: 768px) {
  .uservoice__item--03 {
  }
}

@media screen and (min-width: 1024px) {
  .uservoice__item--03 {
  }
}

@media screen and (min-width: 1440px) {
  .uservoice__item--03 {
    top: 87rem;
  }
}

@media screen and (max-width: 768px) {
  .uservoice__item--03 {
  }
}

/* Voice 4 */
.uservoice__item--04 {
  top: 78%;
  left: 17%;
}



.uservoice__voice-number {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .uservoice__voice-number {
    max-width: 120px;
  }
}

.uservoice__text {
  font-size: clamp(10px, 3vw, 28px);
  letter-spacing: 0.08em;
  font-weight: 400;
}





















/* ---------------------------------------------

   お客様の声ページ 

--------------------------------------------- */
.voice {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 60px 0;
  }
}

.voice__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .voice__inner {
    padding: 0 16px;
  }
}

.voice__title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .voice__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.voice__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #5fc4c4;
  content: '';
  transform: translateX(-50%);
}

.voice__list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  padding: 48px 40px;
  background-color: #fafafa;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .voice__list {
    gap: 32px;
  }
}

.voice__item {
  display: grid;
  padding-bottom: 10px;
  border-bottom: 1px solid #5fc4c4;
}
@media screen and (max-width: 768px) {
  .voice__item {
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    padding-bottom: 12px;
  }
}

.voice__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.voice__text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .voice__text {
    font-size: 15px;
  }
}

.voice__attribute {
  display: block;
  font-size: 14px;
  text-align: right;
}









/* ---------------------------------------------

   メッセージページ

--------------------------------------------- */
/* メッセージページ */
.message {
  padding: 80px 0;
  background-color: #4CD1BF;
}
@media screen and (max-width: 768px) {
  .message {
    padding: 60px 0;
  }
}

.message__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .message__inner {
    padding: 0 16px;
  }
}

.message__title {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 48px;
  letter-spacing: 0.15em;
  text-align: center;
  color: #ffffff;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .message__title {
    margin-bottom: 16px;
    font-size: 36px;
  }
}

.message__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 2px;
  background-color: #ffffff;
  content: '';
  transform: translateX(-50%);
}

.message__subtitle {
  margin: 0 0 50px 0;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .message__subtitle {
    margin: 0 0 40px 0;
    font-size: 18px;
  }
}

.message__content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .message__content {
    gap: 20px;
  }
}

.message__text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .message__text {
    font-size: 15px;
    line-height: 1.9;
    text-align: left;
  }
}

.message__author {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message__author {
    margin-top: 30px;
  }
}

.message__author-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .message__author-title {
    font-size: 15px;
  }
}

.message__author-credential {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .message__author-credential {
    font-size: 15px;
  }
}

.message__author-name {
  margin: 16px 0 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .message__author-name {
    margin: 12px 0 0 0;
    font-size: 15px;
  }
}








/* ---------------------------------------------

  プライバシーポリシーページ

--------------------------------------------- */
/* プライバシーポリシーページ */
.privacy {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 4rem 0 4rem;
  }
}

.privacy .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .privacy .inner {
    padding: 0 16px;
  }
}

.privacy__title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .privacy__title {
    margin-bottom: 44px;
    font-size: 24px;
  }
}

.privacy__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #5fc4c4;
  content: '';
  transform: translateX(-50%);
}

.privacy__content {
  padding: 48px 40px;
  background-color: #fafafa;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .privacy__content {
    padding: 24px 20px;
  }
}

.privacy__subtitle {
  margin: 0 0 40px 0;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .privacy__subtitle {
    margin: 0 0 30px 0;
    font-size: 18px;
  }
}

.privacy__sections {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .privacy__sections {
    gap: 40px;
  }
}

.privacy__heading {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #5fc4c4;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .privacy__heading {
    margin-bottom: 18px;
    font-size: 18px;
  }
}

.privacy__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .privacy__text {
    font-size: 14px;
  }
}

.privacy__contact {
  margin-top: 16px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 4px;
}

.privacy__company,
.privacy__address,
.privacy__tel,
.privacy__mail {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .privacy__company,
  .privacy__address,
  .privacy__tel,
  .privacy__mail {
    font-size: 14px;
  }
}









/* ---------------------------------------------

  特定商取引法に基づく表記ページ

--------------------------------------------- */
/*  */
.tokusho {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .tokusho {
    padding: 60px 0;
  }
}

.tokusho__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .tokusho__inner {
    padding: 0 16px;
  }
}

.tokusho__title {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tokusho__title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
.tokusho__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 3px;
  background-color: #5fc4c4;
  content: '';
  transform: translateX(-50%);
}
.tokusho__content {
  padding: 60px 40px 30px;
  background-color: #fafafa;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .tokusho__content {
    padding: 30px 20px 10px;
  }
}

.tokusho__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}

.tokusho__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  padding: 30px 0;
  border-bottom: 1px solid #5fc4c4;
}
@media screen and (max-width: 768px) {
  .tokusho__item {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 22px 0;
  }
}

.tokusho__item:first-child {
  padding-top: 0;
}

.tokusho__item:last-child {
  border-bottom: none;
}

.tokusho__term {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tokusho__term {
    font-size: 16px;
  }
}

.tokusho__description {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tokusho__description {
    font-size: 14px;
  }
}

.tokusho__return-period,
.tokusho__return-note {
  margin: 0;
}

.tokusho__return-period {
  margin-bottom: 8px;
}















/* ---------------------------------------------

   footer   

--------------------------------------------- */
/* フッター */
.footer {
  padding: 6rem 5rem 4rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer__container {
  padding: 8rem 7% 6rem;
  background-color: #123132;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__container {
    padding: 4rem 16px 2rem;
  }
}

.footer__box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(28rem, 100%), 1fr));
  padding-bottom: 7.2rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
.footer__box {
  gap: 3.2rem;
  padding-bottom: 3.2rem;
}
}

.footer__info {
  /* padding-bottom: 40px; */
}

@media screen and (max-width: 768px) {
  .footer__info {
    padding-bottom: 0;
  }
}

.footer__name {
  margin-bottom: 2rem;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer__name {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.footer__address {
  font-size: 14px;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 13px;
  }
}

.footer__postal {
  margin-bottom: 4px;
}



@media screen and (max-width: 768px) {
  .footer__nav {
  }
}

.footer__nav-title {
  margin-bottom: 2rem;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .footer__nav-list {
    flex-direction: column;
    gap: 6px;
  }
}

.footer__nav-link {
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
  transition: color 0.3s;
}

@media screen and (max-width: 768px) {
  .footer__nav-link {
    font-size: 13px;
  }
}

.footer__nav-link:hover {
  color: #1D9784;
}

.footer__copyright {
  padding-top: 30px;
  text-align: center;
}

.footer__copy {
  font-size: 12px;
  color: #999;
}