@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 300;
  color: #1a1a1a;
}

header {
  display: none;
}
@media screen and (max-width: 821px) {
  header {
    display: block;
  }
}

h2 {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  h2 {
    font-size: 1.3rem;
  }
}

p {
  margin: 0;
}

section img {
  max-width: 100%;
}

.swiper {
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 821px) {
  .swiper {
    height: auto;
  }
}
.swiper img {
  width: 100%;
}

.mv video {
  max-width: 100%;
}

.aroma {
  position: relative;
}

.aroma_badge {
  position: absolute;
  top: -100px;
  right: -30px;
}
@media screen and (max-width: 821px) {
  .aroma_badge {
    top: -100px;
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .aroma_badge {
    top: -80px;
    right: -32px;
  }
}
@media screen and (max-width: 480px) {
  .aroma_badge {
    top: -40px;
    right: -13px;
  }
}
.aroma_badge img {
  max-width: 250px;
}
@media screen and (max-width: 480px) {
  .aroma_badge img {
    max-width: 120px;
  }
}

.aroma_badge2 {
  position: absolute;
  top: -100px;
  right: -30px;
}
@media screen and (max-width: 821px) {
  .aroma_badge2 {
    top: -100px;
    right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .aroma_badge2 {
    top: -80px;
    right: -32px;
  }
}
@media screen and (max-width: 480px) {
  .aroma_badge2 {
    top: -40px;
    right: -13px;
  }
}
.aroma_badge2 img {
  max-width: 250px;
}
@media screen and (max-width: 480px) {
  .aroma_badge2 img {
    max-width: 120px;
  }
}

.en {
  font-family: "Shippori Mincho", serif;
}

.bg_color {
  background-color: #1a1a1a;
}

.night {
  background-color: #1a1a1a;
  color: #fff;
}

.btn {
  background-color: #96978e;
}

.point {
  border-bottom: 1px solid #707070;
  color: #707070;
}

.comment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comment img {
  max-width: 70px;
  height: 100%;
  border: 1px solid #c1bcb9;
  border-radius: 50%;
}
.comment p {
  position: relative;
  max-width: 500px;
  margin: 3px 5px 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #eee;
  color: #1a1a1a;
}

.comment_r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.comment_r img {
  max-width: 70px;
  height: 100%;
  border: 1px solid #c1bcb9;
  border-radius: 50%;
}
.comment_r p {
  position: relative;
  max-width: 500px;
  margin: 3px 5px 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #eee;
  color: #1a1a1a;
}

.com_line {
  border-bottom: solid 1px #1a1a1a;
}

.com_line_r {
  border-bottom: solid 1px #1a1a1a;
}

/*ローディング*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #ffffff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*fade-in*/
.fade_in {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1.8s, opacity 1.8s, visibility 1.8s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/*Q&A*/
summary {
  display: block;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/*続きを見る*/
.read-more {
  position: relative;
}

.read-more p {
  position: relative;
  max-height: 100px; /* 開く前に見せたい高さを指定 */
  margin-bottom: 10px;
  overflow: hidden;
  transition: max-height 1s;
}

.read-more:has(:checked) p {
  max-height: 100vh;
}

.read-more p::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0deg, 0%, 100%, 0) 0, hsla(0deg, 0%, 100%, 0.9) 50%, hsla(0deg, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more:has(:checked) p::after {
  content: none;
}

.read-more label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4em 1.2em;
  border-radius: 1px;
  background-color: #96978e;
  color: #fff;
  font-size: 0.7em;
}

.read-more label:hover {
  border: 1px solid #96978e;
  background-color: #fff;
  color: #96978e;
  cursor: pointer;
}

.read-more:has(:checked) label {
  display: none;
}

.read-more label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.read-more label:hover::after {
  background-color: #96978e;
}

.read-more input {
  display: none;
}

footer {
  padding: 0.5rem;
  background-color: #1a1a1a;
  color: #fff;
  text-align: center;
}

.luxbar-brand {
  display: none;
}
@media screen and (max-width: 821px) {
  .luxbar-brand {
    display: block;
  }
}

/* movie_area */
#movie_area {
  width: 100%;
  padding: 0;
}
#movie_area .video_wrapper {
  position: relative;
  width: 100%;
}
#movie_area .video_wrapper .fv_video {
  max-width: 100%;
  max-height: 1080px;
  overflow: hidden;
}
@media screen and (max-width: 821px) {
  #movie_area {
    padding-top: 3.5rem;
  }
}

/*about_area*/
#about_area h2 {
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  #about_area h2 {
    font-size: 1.3rem;
  }
}
#about_area .sub_ttl {
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #about_area .sub_ttl {
    font-size: 1.5rem;
  }
}
#about_area .comp {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #about_area .comp {
    max-width: 350px;
  }
}
@media screen and (max-width: 480px) {
  #about_area .comp {
    max-width: 250px;
  }
}

#develop_area {
  padding: 3rem 0;
}
#develop_area .icon {
  width: 20px;
}
#develop_area .step_img {
  max-width: 350px;
}
@media screen and (max-width: 821px) {
  #develop_area .step_img {
    max-width: 100%;
  }
}
#develop_area .qa {
  max-width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}
#develop_area .qa summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 0.8em 3em;
  color: #fff;
  cursor: pointer;
}
#develop_area .qa summary::before,
#develop_area .qa p::before {
  position: absolute;
  left: 1em;
  font-size: 1.3em;
}
#develop_area .qa summary::before {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  content: "Q";
}
#develop_area .qa summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  padding: 3px;
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  transition: transform 0.5s;
}
#develop_area .qa[open] summary::after {
  transform: rotate(225deg);
}
#develop_area .qa p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #ffffff;
  transition: transform 0.5s, opacity 0.5s;
}
#develop_area .qa[open] p {
  transform: none;
  opacity: 1;
}
#develop_area .qa p::before {
  color: #ffffff;
  line-height: 1.2;
  font-family: "Shippori Mincho", serif;
  content: "A";
}
#develop_area .sign {
  margin-top: 1rem;
  max-width: 70px;
}

#item_area .items {
  margin-top: 2rem;
}
/*# sourceMappingURL=style.css.map */