@font-face {
  font-family: "Corporate-Yawamin";
  src: url("../fonts/Corporate-Yawamin-ver3.ttf") format("truetype");
}

body {
  font-family: "Corporate-Yawamin", sans-serif;
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #333;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
  color: #1ca9e3;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  padding-bottom: 4%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.br-sp {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.wrapper {
  padding-top: 0;
}

.section {
  padding: 96px 0;
  background-color: #ffffff;
}

.section:nth-of-type(odd) {
  background-color: #ffffff;
}

.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 32px;
}

/*--------------------------------
 見出し
---------------------------------*/
.title {
  font-size: 56px;
  line-height: 1.5;
  margin-bottom: 8px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: normal;
}

.subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: normal;
}

.headline {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 64px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333;
  font-weight: normal;
}

.part-title {
  font-size: 32px;
  line-height: 1.5;
  margin: 16px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: normal;
}

.part-subtitle {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 48px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333;
  font-weight: normal;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.white-text {
  color: #fff;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.1);
  position: absolute;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: 0.05em;
}

.header-logo a {
  color: #333;
}

.gnav-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.gnav-item:not(:last-child) {
  margin-right: 20px;
}

.gnav-item a {
  position: relative;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  transition: 0.3s;
  letter-spacing: 0.05em;
  color: #333;
}
.gnav-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
}

.gnav-item a:hover:after {
  width: 100%;
}

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv {
  width: 100vw;
  height: 100vh; /* 親要素の高さを定義 */
  position: relative;
  background-image: url(/img/background01.webp);
  background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
  background-size: cover; /*背景画像のサイズ指定*/
}

.logo {
  width: 80%;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;

  /* フェードイン */
  opacity: 0;
  transform: translateY(30px); /* 下から上にスライド */
  animation: fadeInUp 1s ease-in-out forwards; /* アニメーション適用 */
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*--------------------------------
 About
---------------------------------*/
.about-container {
  overflow: hidden;
  height: auto;
}

.about-relative {
}

.about-container {
  max-width: 1080px;
  margin: auto;
  padding: 12vh 32px 0;
  height: 70vh;
  position: relative;
}

.about-body {
  text-align: center;
  margin: auto;
}

.about-body p {
  height: auto;
  font-family: "Corporate-Yawamin", sans-serif;
  font-size: 20px;
  line-height: 1.8;
  margin: auto;
  vertical-align: middle; /* 中央寄せ */
}

.about-body p:not(:last-child) {
  margin-bottom: 30px;
}

.ribbon1-01 {
  position: absolute;
  height: 60vh;
  top: -90px;
  left: 0;
}

.ribbon1-02 {
  position: absolute;
  height: 60vh;
  bottom: -90px;
  right: 0;
}
/*--------------------------------
 Flow
---------------------------------*/
.flow {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.flow-end {
  font-size: 32px;
  text-align: center;
  padding-top: 48px;
}

.flow-body {
  flex: 1;
  text-align: center;
}

.flow-list {
  width: 100%;
  padding: 0 84px;
  display: inline-block;
}

.flow-item {
  width: 584px;
  display: flex;
  padding: 16px 0;
  justify-content: space-evenly;
}

.flow-item img {
}

.flow-item-left {
  margin: auto 0 0 0;
}

.flow-item-center {
  margin: 0 auto;
}

.flow-item-right {
  margin: 0 0 0 auto;
}

.flow-item-number {
  width: 50px;
  padding-right: 8px;
  padding-right: auto;
}

.flow-item-title {
  font-size: 24px;
  line-height: 1.8;
}

.flow-item-p {
  width: 336px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.flow-item-img img {
  height: 96px;
  aspect-ratio: width / hight;
}

.ribbon2-01 {
  position: absolute;
  height: 60vh;
  aspect-ratio: width / hight;
  transform: rotate(200deg);
  top: 0;
  right: -5vw;
}

.ribbon2-02 {
  position: absolute;
  height: 60vh;
  aspect-ratio: width / hight;
  transform: rotate(-20deg);
  top: 70vh;
  left: -5vw;
}

.ribbon2-03 {
  position: absolute;
  height: 60vh;
  aspect-ratio: width / hight;
  transform: rotate(20deg);
  top: 140vh;
  right: -5vw;
}

.ribbon2-04 {
  position: absolute;
  height: 60vh;
  aspect-ratio: width / hight;
  transform: rotate(-20deg);
  bottom: 0;
  left: -5vw;
}
/*--------------------------------
 Cosmetics
---------------------------------*/
.cosmetics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.oval-button {
  width: 300px;
  height: 240px;
  display: inline-block;
  background-color: #ebe4ff;
  color: #333;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin: auto;
  position: relative;
}

.oval-button:hover {
  background-color: #f6f3ff;
}

.button-text {
  width: 290px;
  height: 100px;
  display: inline-block;
  position: absolute; /* 位置指定 */
  top: 50%; /* 親要素の半分下にずらす */
  left: 50%; /* 親要素の半分右にずらす */
  transform: translateY(-50%) translateX(-50%); /* 要素自体の半分、上と左にずらす */
  text-align: center;
}
.button-text-top {
  font-size: 24px;
  display: inline-block;
}

.button-text-bottom {
  display: flex;
  justify-content: center;
}

.button-text-kit {
  font-size: 26px;
  display: inline-block;
  padding: 4px 4px 0 0;
}

.button-text-number {
  height: 100%;
  font-size: 38px;
  display: inline-block;
  padding: -2px 0 2px 0px;
}
.button-text-sen {
  font-size: 16x;
  display: inline-block;
  margin: auto 0 0 0;
}

.star01-large {
  position: absolute;
  width: 50px;
  top: 15px;
  left: 20px;
}

.star02-small {
  position: absolute;
  width: 25px;
  top: 50px;
  left: 0;
}

.star02-large {
  position: absolute;
  width: 50px;
  bottom: 25px;
  right: -5px;
}

.star01-small {
  position: absolute;
  width: 25px;
  bottom: 10px;
  right: 35px;
}
/* --------------------------------
 Arrange
---------------------------------*/
.arrange {
  background-image: url(/img/background02.webp);
  background-repeat: repeat-y; /*背景画像の繰り返しを解除*/
  background-size: 100%;
  overflow: hidden;
}

/* skin */
.skin-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  text-align: center;
  padding-bottom: 96px;
}

.skin-item {
  width: 400px;
  height: 240px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  align-items: center;
  padding: auto;
  position: relative;
  display: inline-block;
}

.skin-text01 {
  padding: 24px;
}
.skin-text01 {
  font-size: 16px;
  line-height: 1.2;
}

.skin-text02 {
  font-size: 14px;
  line-height: 1.8;
}

.skin-text03 {
  font-size: 32px;
  line-height: 1.8;
}

.skin-text04 {
  font-size: 16px;
  line-height: 1.8;
}

.skin-text05 {
  width: 40%;
  font-size: 15px;
  line-height: 1.8;
}

.skin-text06 {
  font-size: 16px;
  line-height: 1.8;
}

.skin-text07 {
  font-size: 13px;
}

.skin-text-right {
  width: 40%;
  height: 100%;
  font-size: 16px;
}

.skin-text-right img {
  max-height: 136px;
  aspect-ratio: width / hight;
  bottom: 0;
}

.skin-text-hidden {
  width: 400px;
  height: 240px;
  border-radius: 30px;
  align-items: center;
  padding: 20px;
  position: relative;
  display: none;
}
/* skin-itemをホバーした時 */
.skin-item:hover .skin-text {
  display: none; /* ホバー時にskin-textを非表示に */
}

.skin-item:hover .skin-text-hidden {
  display: flex; /* ホバー時にskin-text-hiddenを表示 */
  justify-content: center;
  gap: 16px;
}

/* /skin */
/* mood */
.mood-item {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 24px 100px;
  margin-bottom: 48px;
}

.mood-top {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  gap: 160px;
}

.mood-title-box {
}

.mood-subtitle {
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

.mood-title {
  font-size: 48px;
  line-height: 1.8;
  text-align: center;
}

.mood-description-list {
  font-size: 16px;
  line-height: 1.8;
}

.mood-bottom {
  padding: 0 100px;
}

.mood-movie-head {
  font-size: 20px;
  text-align: center;
  padding: 24px 0;
}

.mood-movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.mood-movie-box {
  width: 320px;
}

.mood-movie-ex {
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}
/* mood */

/*--------------------------------
 ページトップ
---------------------------------*/
.page-top {
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #4c4c4c;
}

.page-top .material-icons-outlined {
  vertical-align: bottom;
  color: #fff;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  padding: 30px;
  background-color: #333;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #797979;
}

/*--------------------------------
 下層：Worksページ
---------------------------------*/
.lower-cosmetics {
  background-image: url(/img/background02.webp);
  background-repeat: repeat-y; /*背景画像の繰り返しを解除*/
  background-size: 100%;
  overflow: hidden;
}

.lower-cosmetics-container {
  max-width: 1080px;
  margin: 96px auto 0;
  padding: 0 32px;
}

/* skin */
.lower-cosmetics-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  text-align: center;
  padding-bottom: 96px;
}

.lower-cosmetics-item {
  width: 320px;
  height: 240px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 24px;
  display: inline-block;
}

.lower-cosmetics-text {
  width: 100%;
  height: 100%;
  align-items: center;
}

.lower-cosmetics-title {
  font-size: 18px;
  line-height: 1.8;
}

.lower-cosmetics-text01 {
  font-size: 14px;
  line-height: 1.2;
}

.lower-cosmetics-text02 {
  font-size: 16px;
  line-height: 1.8;
}

.lower-cosmetics-text03 {
  font-size: 14px;
  transition: text-shadow 0.1s ease-in-out;
  color: #1ca9e3;
  line-height: 1.1;
}

.lower-cosmetics-text03:hover {
  text-shadow: 0 0 2px rgb(128, 136, 255), 0 0 2px;
  color: #8698ff;
  line-height: 1;
}
.lower-cosmetics-text-bottom {
  height: 50%;
  display: flex;
  justify-content: space-evenly;
  gap: 8px;
}

.lower-cosmetics-text-bottom img {
  height: 100%;
  font-size: 16px;
}

.lower-cosmetics-text-ex {
  padding-top: 8px;
}

.lower-cosmetics-bottom {
  padding: 0 100px;
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 96px;
}

.lower-cosmetics-movie-head {
  font-size: 20px;
  text-align: center;
  padding: 24px 0;
}

.lower-cosmetics-movie-list {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.lower-cosmetics-movie-box {
  width: 320px;
}

.lower-cosmetics-movie-ex {
  font-size: 16px;
  text-align: center;
  padding: 8px 0;
}

/* /skin */

.home-link {
  width: 180px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 12px;
  margin: 32px auto;
}

.home-link-2 {
  width: 180px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 24px;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 12px;
  margin: 32px auto;
}

/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 1250px) {
  /*--------------------------------
   Flow
  ---------------------------------*/
  .ribbon2-01 {
    display: none;
  }

  .ribbon2-02 {
    display: none;
  }

  .ribbon2-03 {
    display: none;
  }

  .ribbon2-04 {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  body {
    font-family: "Corporate-Yawamin", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #333;
  }

  a {
    transition: opacity 0.3s;
    text-decoration: none;
    color: #1ca9e3;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border-style: none;
    padding-bottom: 4%;
  }

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }

  /*--------------------------------
  レイアウト
---------------------------------*/
  .wrapper {
    padding-top: 0;
  }

  .section {
    padding: 24px 0;
    background-color: #ffffff;
  }

  .section:nth-of-type(odd) {
    background-color: #ffffff;
  }

  .container {
    max-width: 450px;
    margin: 0 auto;
    padding: 0 16px;
  }

  /*--------------------------------
  見出し
---------------------------------*/
  .title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 4%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
  }

  .subtitle {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #333;
    font-weight: normal;
  }

  .headline {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 64px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #333;
    font-weight: normal;
  }

  .part-title {
    font-size: 16px;
    line-height: 1.5;
    margin: 8px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
  }

  .part-subtitle {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #333;
    font-weight: normal;
  }

  .lead {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 16px;
  }

  .white-text {
    color: #fff;
  }

  /*--------------------------------
ヘッダー
---------------------------------*/
  .header {
    display: none;
  }

  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
  }

  .header-logo {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-right: 20px;
    letter-spacing: 0.05em;
  }

  .header-logo a {
    color: #333;
  }

  .gnav-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
  }

  .gnav-item:not(:last-child) {
    margin-right: 20px;
  }

  .gnav-item a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding: 5px 0;
    transition: 0.3s;
    letter-spacing: 0.05em;
    color: #333;
  }
  .gnav-item a:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    content: "";
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #333;
  }

  .gnav-item a:hover:after {
    width: 100%;
  }

  /*--------------------------------
  メインビジュアル
---------------------------------*/
  .mv {
    width: 100vw;
    height: 100vh; /* 親要素の高さを定義 */
    position: relative;
    background-image: url(/img/background01.webp);
    background-repeat: no-repeat; /*背景画像の繰り返しを解除*/
    background-size: cover; /*背景画像のサイズ指定*/
  }

  .logo {
    width: 80%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    padding: 0;

    /* フェードイン */
    opacity: 0;
    transform: translateY(30px); /* 下から上にスライド */
    animation: fadeInUp 1s ease-in-out forwards; /* アニメーション適用 */
  }

  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(30px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /*--------------------------------
  About
---------------------------------*/
  .about-section {
    margin: auto;
    overflow: hidden;
  }

  .about-container {
    max-width: 450px;
    margin: auto;
    padding: 0 8px;
    height: 400px;
    position: relative;
  }

  .about-body {
    padding-top: 80px;
    text-align: center;
    margin: auto;
  }

  .about-body p {
    height: 300px;
    font-size: 12px;
    line-height: 1.8;
    margin: auto;
  }

  .about-body p:not(:last-child) {
    margin-bottom: 16px;
  }

  .ribbon1-01 {
    position: absolute;
    height: 240px;
    top: -90px;
    left: -5vw;
  }

  .ribbon1-02 {
    position: absolute;
    height: 240px;
    bottom: -90px;
    right: -5vw;
  }
  /*--------------------------------
  Flow
---------------------------------*/
  .flow {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .flow-end {
    font-size: 16px;
    text-align: center;
    padding-top: 24px;
  }

  .flow-body {
    flex: 1;
    text-align: center;
  }

  .flow-list {
    width: 100%;
    padding: 0 0;
    display: inline-block;
  }

  .flow-item {
    width: 320px;
    display: flex;
    padding: 16px 0;
    justify-content: space-evenly;
  }

  .flow-item img {
    width: auto;
  }

  .flow-item-left {
    margin: 0 auto;
  }

  .flow-item-center {
    margin: 0 auto;
  }

  .flow-item-right {
    margin: 0 auto;
  }

  .flow-item-number {
    width: 25px;
    padding-right: 4px;
    padding-right: auto;
  }

  .flow-item-title {
    font-size: 16px;
    line-height: 1.8;
  }

  .flow-item-p {
    width: 180px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }

  .flow-item-img img {
    height: 48px;
    aspect-ratio: width / hight;
  }

  .flow-item-img {
    padding-top: 32px;
  }

  .ribbon2-01 {
    display: none;
  }

  .ribbon2-02 {
    display: none;
  }

  .ribbon2-03 {
    display: none;
  }

  .ribbon2-04 {
    display: none;
  }
  /*--------------------------------
  Cosmetics
---------------------------------*/
  .cosmetics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .oval-button {
    width: 150px;
    height: 120px;
    display: inline-block;
    background-color: #ebe4ff;
    color: #333;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: auto;
    position: relative;
  }

  .oval-button:hover {
    background-color: #f6f3ff;
  }

  .button-text {
    width: 145px;
    height: 50px;
    display: inline-block;
    position: absolute; /* 位置指定 */
    top: 50%; /* 親要素の半分下にずらす */
    left: 50%; /* 親要素の半分右にずらす */
    transform: translateY(-50%) translateX(-50%); /* 要素自体の半分、上と左にずらす */
    text-align: center;
  }
  .button-text-top {
    font-size: 12px;
    display: inline-block;
  }

  .button-text-bottom {
    display: flex;
    justify-content: center;
  }

  .button-text-kit {
    font-size: 14px;
    display: inline-block;
    padding: 2px 2px 0 0;
  }

  .button-text-number {
    height: 100%;
    font-size: 19px;
    display: inline-block;
    padding: -1px 0 1px 0px;
  }
  .button-text-sen {
    font-size: 8px;
    display: inline-block;
    margin: auto 0 0 0;
  }

  .star01-large {
    position: absolute;
    width: 25px;
    top: 8px;
    left: 10px;
  }

  .star02-small {
    position: absolute;
    width: 16px;
    top: 23px;
    left: 0;
  }

  .star02-large {
    position: absolute;
    width: 25px;
    bottom: 13px;
    right: -3px;
  }

  .star01-small {
    position: absolute;
    width: 16px;
    bottom: 5px;
    right: 18px;
  }
  /* --------------------------------
  Arrange
---------------------------------*/
  .arrange {
    background-image: url(/img/background02.webp);
    background-repeat: repeat-y; /*背景画像の繰り返しを解除*/
    background-size: 100%;
    overflow: hidden;
  }

  /* skin */
  .skin-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
    text-align: center;
    padding-bottom: 96px;
  }

  .skin-item {
    width: 240px;
    height: 144px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    align-items: center;
    padding: auto;
    position: relative;
    display: inline-block;
  }

  .skin-text01 {
    padding: 10px;
  }
  .skin-text01 {
    font-size: 10px;
    line-height: 1.2;
  }

  .skin-text02 {
    font-size: 10px;
    line-height: 1.8;
  }

  .skin-text03 {
    font-size: 24px;
    line-height: 1.8;
  }

  .skin-text04 {
    font-size: 10px;
    line-height: 1.8;
  }

  .skin-text05 {
    width: 40%;
    font-size: 10px;
    line-height: 1.2;
  }

  .skin-text06 {
    font-size: 10px;
    line-height: 1.8;
  }

  .skin-text07 {
    font-size: 9px;
  }

  .skin-text-right {
    width: 40%;
    height: 100%;
    font-size: 10px;
  }

  .skin-text-right img {
    max-height: 72px;
    aspect-ratio: width / hight;
    bottom: 0;
  }

  .skin-text-hidden {
    width: 240px;
    height: 144px;
    border-radius: 20px;
    align-items: center;
    padding: 8px;
    position: relative;
    display: none;
  }
  /* skin-itemをホバーした時 */
  .skin-item:hover .skin-text {
    display: none; /* ホバー時にskin-textを非表示に */
  }

  .skin-item:hover .skin-text-hidden {
    display: flex; /* ホバー時にskin-text-hiddenを表示 */
    justify-content: center;
    gap: 8px;
  }

  /* /skin */
  /* mood */
  .mood-item {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24px 0;
    margin-bottom: 24px;
  }

  .mood-top {
    display: block;
    justify-content: center;
    padding: 40px 0;
    gap: 24px;
  }

  .mood-title-box {
  }

  .mood-subtitle {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .mood-title {
    font-size: 32px;
    line-height: 1.8;
    text-align: center;
  }

  .mood-description-list {
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
  }

  .mood-bottom {
    padding: 0 0;
  }

  .mood-movie-head {
    font-size: 16px;
    text-align: center;
    padding: 12px 0;
  }

  .mood-movie-list {
    display: block;
    justify-content: center;
    gap: 12px;
  }

  .mood-movie-box {
    width: 320px;
    margin: 0 auto;
  }

  .mood-movie-ex {
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
  }
  /* mood */

  /*--------------------------------
  ページトップ
---------------------------------*/
  .page-top {
    font-weight: bold;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    background-color: #4c4c4c;
  }

  .page-top .material-icons-outlined {
    vertical-align: bottom;
    color: #fff;
  }

  /*--------------------------------
  フッター
---------------------------------*/
  .footer {
    padding: 30px;
    background-color: #333;
  }

  .copyright {
    font-size: 10px;
    text-align: center;
    color: #797979;
  }

  /*--------------------------------
  下層：Worksページ
---------------------------------*/
  .lower-cosmetics {
    background-image: url(/img/background02.webp);
    background-repeat: repeat-y; /*背景画像の繰り返しを解除*/
    background-size: 100%;
    overflow: hidden;
  }

  .lower-cosmetics-container {
    max-width: 450px;
    margin: 48px auto 0;
    padding: 0 8px;
  }

  /* skin */
  .lower-cosmetics-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
    padding-bottom: 48px;
  }

  .lower-cosmetics-item {
    width: 320px;
    height: 240px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 24px;
    display: inline-block;
  }

  .lower-cosmetics-text {
    width: 100%;
    height: 100%;
    align-items: center;
  }

  .lower-cosmetics-title {
    font-size: 18px;
    line-height: 1.8;
  }

  .lower-cosmetics-text01 {
    font-size: 14px;
    line-height: 1.2;
  }

  .lower-cosmetics-text02 {
    font-size: 16px;
    line-height: 1.8;
  }

  .lower-cosmetics-text03 {
    font-size: 14px;
    transition: text-shadow 0.1s ease-in-out;
    color: #1ca9e3;
    line-height: 1.1;
  }

  .lower-cosmetics-text03:hover {
    text-shadow: 0 0 2px rgb(128, 136, 255), 0 0 2px;
    color: #8698ff;
    line-height: 1;
  }
  .lower-cosmetics-text-bottom {
    height: 50%;
    display: flex;
    justify-content: space-evenly;
    gap: 8px;
  }

  .lower-cosmetics-text-bottom img {
    height: 100%;
    font-size: 16px;
  }

  .lower-cosmetics-text-ex {
    padding-top: 8px;
  }

  .lower-cosmetics-bottom {
    padding: 0 0;
    background-color: rgba(255, 255, 255, 0.4);
    margin-bottom: 96px;
    margin: 0 auto;
  }

  .lower-cosmetics-movie-head {
    font-size: 20px;
    text-align: center;
    padding: 24px 0;
  }

  .lower-cosmetics-movie-list {
    display: block;
    justify-content: center;
    gap: 28px;
  }

  .lower-cosmetics-movie-box {
    width: 320px;
    margin: 0 auto;
  }

  .lower-cosmetics-movie-ex {
    font-size: 16px;
    text-align: center;
    padding: 8px 0;
  }

  /* /skin */

  .home-link {
    width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 12px;
    margin: 32px auto;
  }

  .home-link-2 {
    width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 12px;
    margin: 32px auto;
  }
}
