@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
  zoom: 1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

/* ブレイクポイントの定義 */
/*
 * htmlのfont-size用
 */
/*
   * font-size可変用
   */
/* --------------------------------------------
 color
-------------------------------------------- */
/* 固定色 */
/* テキスト */
/* メインカラー */
/* 背景 */
/* 境界線 */
/* アイテム */
/* --------------------------------------------
 font
-------------------------------------------- */
/* --------------------------------------------
 layout
-------------------------------------------- */
/* --------------------------------------------
 spacing
-------------------------------------------- */
/* --------------------------------------------
 z-index
-------------------------------------------- */
/* variable */
i {
  margin: auto 20px;
}

a,
a:hover,
a:visited {
  color: #6C6667;
  text-decoration: none;
}

h1,
h2 {
  line-height: 1;
}

.marquee_list {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  /* animationはJSで制御 */
}
.marquee_list li {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee_list li img {
  width: auto;
}

.slick-dots li:only-child {
  display: none;
}

/*-------------------------------
block
--------------------------------- */
.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: inherit;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* ハンバーガーメニュー (SP) */
.gnavi__btn {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 1.6rem;
  right: 2.8rem;
  width: 5.6rem;
  height: 5.6rem;
  background: #6C6667;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}
.gnavi__btn span {
  display: block;
  position: absolute;
  left: 50%;
  width: 2.4rem;
  height: 3px;
  background-color: #FFFEEE;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}
.gnavi__btn span:nth-child(1) {
  top: 1.9rem;
}
.gnavi__btn span:nth-child(2) {
  top: 2.6rem;
}
.gnavi__btn span:nth-child(3) {
  top: 3.3rem;
}
.gnavi__btn.is-open span:nth-child(1) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(45deg);
}
.gnavi__btn.is-open span:nth-child(2) {
  opacity: 0;
}
.gnavi__btn.is-open span:nth-child(3) {
  top: 2.6rem;
  transform: translateX(-50%) rotate(-45deg);
}
.gnavi__btn {
  /* 初期状態は非表示 */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi__btn.is-visible {
  opacity: 1;
  visibility: visible;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.credit {
  line-height: 1.5;
}
.credit .name {
  font-size: 1.6rem;
  font-weight: 700;
  white-space: pre-wrap;
}
.credit .name span {
  font-size: 1.4rem;
}
.credit .price {
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.credit .price span {
  font-size: 1.1rem;
}
.credit .text {
  margin-bottom: 1.6rem;
  font-size: 1.2rem;
}

.btn {
  max-width: 19.4rem;
  margin: 0 auto;
  padding: 0.8rem;
  font-size: 1.4rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  color: #FFFEEE;
  border-radius: 100vh;
  border: dotted 1px #ACA6A6;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6C6667;
}
.btn::before {
  content: "zoom_in";
  font-family: "Material Symbols Outlined";
  font-variation-settings: "FILL" 0, "wght" 200;
  font-size: 2.2rem;
  margin-right: 0.4rem;
  line-height: 1;
}
.btn:hover, .btn:visited {
  color: #FFFEEE;
}

/* --------------------------------------------
 footer
-------------------------------------------- */
footer {
  width: 100%;
  padding: 9.6rem 1.6rem;
  text-align: center;
  color: #6C6667;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  footer {
    border-radius: 0 0 1.6rem 1.6rem;
  }
}
footer .f_logo {
  width: 12rem;
  margin: 0 auto;
}
footer .f_logo a {
  margin: 0 auto;
  padding: 0;
  display: block;
}
footer .f_logo a svg path {
  fill: #6C6667;
}
footer .f_icon {
  margin: 3.2rem auto 1.6rem;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
footer .f_icon li {
  margin: 0 1.2rem;
  padding: 0;
}
footer .f_icon li i {
  margin: 0;
  font-size: 2rem;
  color: #6C6667;
}
footer small {
  text-align: center;
  font-size: 1rem;
}

/*------------------------------
animation
-------------------------------*/
.invisible {
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  transition: opacity 0.5s ease;
  opacity: 1;
}

html {
  font-size: 2.7vw;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: clamp(10px, 1.1vw, 14px);
  }
}

:target {
  scroll-margin-top: 50px;
}

body {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #6C6667;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-ideograph;
  position: relative;
  background: #ECE7E5;
}

/* --------------------------------------------
 loading
-------------------------------------------- */
#loading {
  position: fixed;
  inset: 0;
  background: url("../images/bg.webp");
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  animation: loadingFadeOut 0.5s ease-out 2.8s forwards;
}
#loading .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#loading .inner ul {
  display: flex;
  gap: 1.6rem;
}
#loading .inner ul li {
  opacity: 0;
  animation: fadeInOut 2s linear 1;
}
#loading .inner ul li:nth-child(1) {
  animation-delay: 0s;
}
#loading .inner ul li:nth-child(2) {
  animation-delay: 0.2s;
}
#loading .inner ul li:nth-child(3) {
  animation-delay: 0.4s;
}
#loading .inner ul li:nth-child(4) {
  animation-delay: 0.6s;
}
#loading .inner ul li:nth-child(5) {
  animation-delay: 0.8s;
}
#loading .inner ul li:nth-child(6) {
  animation-delay: 1s;
}
#loading .inner ul li img {
  width: 10rem;
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  /* 初期状態を非表示にする */
  animation: wrapperFadeIn 3s ease-in 3.3s forwards;
}
#wrapper::before {
  content: "";
  position: fixed;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  border: solid 5px;
  z-index: -1;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .container {
    display: flex;
    justify-content: center;
  }
}
.container {
  /* --------------------------------------------
  center
  -------------------------------------------- */
}
.container .center-area {
  background: url("../images/bg.webp");
  background-size: 30px;
  background-position: center;
  background-color: #ECE7E5;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .container .center-area {
    width: 42rem;
    margin: 0;
    order: 2;
    overflow: hidden;
  }
}
.container .center-area {
  /* ---------- hero ---------- */
}
.container .center-area > .notice, .container .center-area > .howto, .container .center-area > .lineup, .container .center-area > .product, .container .center-area > .item_other_area, .container .center-area > .movie_area {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}
.container .center-area .hero {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 8rem;
  overflow: hidden;
  position: relative;
  color: #6C6667;
  text-align: center;
}
.container .center-area .hero .hero__title {
  width: 16rem;
  margin: 3.2rem;
}
.container .center-area .hero .hero__image {
  margin: 0 0 5.6rem 2.4rem;
  position: relative;
}
.container .center-area .hero .hero__image figure img {
  border-radius: 8rem 0 0 0;
}
.container .center-area .hero .hero__image .mv_slider {
  width: 34.3rem;
}
.container .center-area .hero .hero__image .hero__decoration {
  position: absolute;
}
.container .center-area .hero .hero__image .hero__decoration--01 {
  width: 3.6rem;
  bottom: -10rem;
  right: 3.2rem;
}
.container .center-area .hero .hero__image .hero__decoration--02 {
  width: 3.6rem;
  bottom: -13rem;
  right: 8rem;
  transform: rotate(-6deg);
}
.container .center-area .hero .hero__copy {
  margin-bottom: 2.4rem;
  padding: 0 2.4rem;
  font-size: 2.4rem;
  font-family: "adobe-garamond-pro", serif;
  line-height: 1.5;
  text-align: left;
}
.container .center-area .hero .hero__copy span {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  display: block;
  letter-spacing: 0.2em;
}
.container .center-area .hero .hero__lead {
  padding: 0 2.4rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: left;
}
.container .center-area {
  /* ---------- notice ---------- */
}
.container .center-area .notice {
  width: calc(100% - 4.8rem);
  margin: 0 auto 5.6rem;
  padding: 2.4rem 2.4rem 0.8rem;
  background: #E0D9D6;
}
.container .center-area .notice .notice__title {
  width: 100%;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  background: #ECE7E5;
  font-size: 1.2rem;
  text-align: center;
}
.container .center-area .notice .notice__text {
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  text-align: center;
}
.container .center-area .notice .notice__list .notice__item {
  padding: 1.6rem 0;
  border-top: dotted 1px #ACA6A6;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
.container .center-area .notice .notice__list .notice__item .notice__image {
  width: 4rem;
  text-align: center;
}
.container .center-area .notice .notice__list .notice__item .notice__image .img1 {
  width: auto;
  height: 8rem;
  aspect-ratio: 75/757;
}
.container .center-area .notice .notice__list .notice__item .notice__image .img2 {
  width: auto;
  height: 8rem;
  aspect-ratio: 170/743;
}
.container .center-area .notice .notice__list .notice__item .notice__content {
  width: 100%;
}
.container .center-area .notice .notice__list .notice__item .notice__content .notice__name {
  font-size: 1.4rem;
  font-weight: 700;
}
.container .center-area .notice .notice__list .notice__item .notice__content .notice__desc {
  font-size: 1rem;
}
.container .center-area {
  /* ---------- howto ---------- */
}
.container .center-area .howto {
  width: calc(100% - 4.8rem);
  margin: 0 auto 5.6rem;
  padding: 1.6rem;
  background: #ECE7E5;
  border: solid 1px #fff;
}
.container .center-area .howto .howto__title {
  width: 100%;
  margin-bottom: 2.4rem;
  font-size: 3.2rem;
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
  display: block;
}
.container .center-area .howto .howto__title .howto__title--01 {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  padding: 0.4rem 1.6rem;
  font-size: 1rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  display: block;
  background: #6C6667;
  color: #fff;
}
.container .center-area .howto .howto__title .howto__title--02 {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  display: block;
}
.container .center-area {
  /* ---------- lineup ---------- */
}
.container .center-area .lineup {
  width: 100%;
  margin: 0 auto 8rem;
  padding: 0 1.6rem;
  text-align: center;
}
.container .center-area .lineup .lineup__title {
  margin-bottom: 2.4rem;
  font-family: "adobe-garamond-pro", serif;
  font-size: 3.2rem;
}
.container .center-area .lineup .lineup__list {
  display: flex;
  gap: 0.1rem;
}
.container .center-area .lineup .lineup__list .lineup__item {
  width: 50%;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card {
  display: block;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card .lineup-card__image {
  margin-bottom: 1.6rem;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card .lineup-card__title-en {
  margin-bottom: 0.4rem;
  padding: 0 1.6rem;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.2rem;
  line-height: 1;
  text-align: left;
  position: relative;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card .lineup-card__title-en::before {
  content: "arrow_drop_down_circle";
  font-family: "Material Symbols Outlined";
  margin-right: 1.6rem;
  font-size: 2.4rem;
  position: absolute;
  right: 0;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card .lineup-card__title-jp {
  margin-bottom: 0.8rem;
  padding: 0 1.6rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1rem;
  text-align: left;
}
.container .center-area .lineup .lineup__list .lineup__item .lineup-card .lineup-card__desc {
  padding: 0 1.6rem;
  font-size: 1rem;
  text-align: left;
}
.container .center-area {
  /* ---------- product ---------- */
}
.container .center-area .product {
  width: 100%;
  padding: 0;
}
.container .center-area .product article {
  margin-top: 11.2rem;
}
.container .center-area .product .product__title {
  margin: 2.4rem 0 5.6rem;
  padding-top: 2.4rem;
  border-top: solid 1px #ACA6A6;
  text-align: center;
  position: relative;
}
.container .center-area .product .product__title:before, .container .center-area .product .product__title:after {
  position: absolute;
  bottom: 100%;
  padding-bottom: 0.8rem;
  font-family: "adobe-garamond-pro", serif;
  font-size: 1rem;
  letter-spacing: 0;
}
.container .center-area .product .product__title:before {
  content: "Elune.";
  left: 0.8rem;
}
.container .center-area .product .product__title:after {
  content: "Style Starts at Youe Nails.";
  right: 0.8rem;
}
.container .center-area .product .product__title .product__title--en {
  font-family: "adobe-garamond-pro", serif;
  font-size: 5.6rem;
}
.container .center-area .product .product__title .product__title--jp {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 1.4rem;
  display: block;
}
.container .center-area .product .product__list .product__item {
  margin-bottom: 5.6rem;
}
.container .center-area .product .product__list .product__item .product__main {
  margin-bottom: 3.2rem;
  display: flex;
  align-items: flex-end;
}
.container .center-area .product .product__list .product__item .product__main .product__credit {
  width: 21.5rem;
  padding: 0 2.4rem;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__name--en {
  margin-bottom: 1.6rem;
  font-family: "adobe-garamond-pro", serif;
  font-size: 2.8rem;
  line-height: 1;
  text-align: left;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__name--en span {
  margin-bottom: 0.8rem;
  font-size: 1.4rem;
  display: block;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__name--jp {
  font-size: 1.4rem;
  font-weight: 700;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__price {
  margin-bottom: 1.6rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__price span {
  font-size: 1.1rem;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__desc {
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
}
.container .center-area .product .product__list .product__item .product__main .product__credit .credit__buy {
  width: 100%;
  padding: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
  background: #6C6667;
  display: block;
}
.container .center-area .product .product__list .product__item .product__main .product__image {
  width: 16rem;
  padding-bottom: 2.4rem;
  text-align: center;
  position: relative;
}
.container .center-area .product .product__list .product__item .product__main .product__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16rem;
  height: 24rem;
  background: #E0D9D6;
  border-radius: 1.6rem 0 0 1.6rem;
  z-index: 1;
}
.container .center-area .product .product__list .product__item .product__main .product__image img {
  width: auto;
  height: 26rem;
  position: relative;
  z-index: 2;
}
.container .center-area .product .product__list .product__item .product__color-list {
  width: calc(100% - 4.8rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.container .center-area .product .product__list .product__item .product__color-list .product__color {
  width: calc((100% - 2.4rem) / 4);
  padding: 0.8rem 0.4rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.6);
}
.container .center-area .product .product__list .product__item .product__color-list .product__color a {
  display: block;
  text-align: center;
}
.container .center-area .product .product__list .product__item .product__color-list .product__color a figure {
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .center-area .product .product__list .product__item .product__color-list .product__color a span {
  font-size: 1rem;
  line-height: 1.3;
  display: block;
  white-space: pre-line;
}
.container .center-area .product .product__list .product__item .product__color-list .product__color a .credit__price,
.container .center-area .product .product__list .product__item .product__color-list .product__color a .credit__desc,
.container .center-area .product .product__list .product__item .product__color-list .product__color a .credit__buy {
  display: none;
}
.container .center-area .product .product__list {
  /* ---------- 別レイアウト ---------- */
}
.container .center-area .product .product__list .product__main.main--2 {
  display: inherit;
  text-align: center;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit {
  width: 100%;
  padding: 0 3.2rem;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit .credit__name--en {
  text-align: center;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit .credit__name--en span {
  text-align: center;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit .credit__price {
  display: none;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit .credit__desc {
  margin-bottom: 1.6rem;
  font-size: 1.1rem;
}
.container .center-area .product .product__list .product__main.main--2 .product__credit .credit__buy {
  display: none;
}
.container .center-area .product .product__list .product__main.main--2 .product__image {
  display: none;
}
.container .center-area .product .product__list .product__color-list.list--col2 {
  gap: 3.2rem 2.4rem;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color {
  width: calc((100% - 2.4rem) / 2);
  padding: 0;
  border-radius: 0;
  background: none;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a figure {
  margin-bottom: 1.6rem;
  aspect-ratio: 3/4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a figure img {
  width: auto;
  height: 100%;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__name {
  font-size: 1.1rem;
  font-weight: 600;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__color {
  font-size: 1rem;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__price {
  display: inherit;
  margin-bottom: 0.8rem;
  font-size: 1.5rem;
  font-weight: 600;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__price span {
  font-size: 1.1rem;
  display: inline;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__desc {
  display: inherit;
  margin-bottom: 0.8rem;
  font-size: 1rem;
  line-height: 1.5;
  white-space: pre-line;
}
.container .center-area .product .product__list .product__color-list.list--col2 .product__color a .credit__buy {
  width: 8.4rem;
  margin: 0.8rem auto 0;
  padding: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  text-align: center;
  border: none;
  background: #6C6667;
  display: block;
}
.container .center-area .product .product__list .product__sub-title {
  display: inline-block;
  margin: 1.6rem auto 0;
  padding-bottom: 0.2rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: dotted 1px;
}
.container .center-area .product .product__list .product__item.product__item--1--1 .product__color-list figure img,
.container .center-area .product .product__list .product__item.product__item--1--2 .product__color-list figure img,
.container .center-area .product .product__list .product__item.product__item--1--3 .product__color-list figure img {
  width: 50% !important;
  height: auto;
}
.container .center-area .product .product__list .product__item.product__item--1--4 .product__color-list figure img,
.container .center-area .product .product__list .product__item.product__item--1--5 .product__color-list figure img {
  width: 60% !important;
  height: auto;
}
.container .center-area .product .product__list .product__item.product__item--1--6 .product__color-list figure img,
.container .center-area .product .product__list .product__item.product__item--1--7 .product__color-list figure img {
  width: 80% !important;
  height: auto;
}
.container .center-area .product .product__list .product__item.product__item--1--2 .product__main,
.container .center-area .product .product__list .product__item.product__item--1--4 .product__main,
.container .center-area .product .product__list .product__item.product__item--1--6 .product__main {
  flex-direction: row-reverse;
}
.container .center-area .product .product__list .product__item.product__item--1--2 .product__image:after,
.container .center-area .product .product__list .product__item.product__item--1--4 .product__image:after,
.container .center-area .product .product__list .product__item.product__item--1--6 .product__image:after {
  border-radius: 0 1.6rem 1.6rem 0;
}
.container .center-area .product .product__list .product__item.product__item--1--1 .product__image:after {
  background: #E3D2D9;
}
.container .center-area .product .product__list .product__item.product__item--1--2 .product__image:after {
  background: #CCD4E1;
}
.container .center-area .product .product__list .product__item.product__item--1--3 .product__image:after {
  background: #ECE3BD;
}
.container .center-area .product .product__list .product__item.product__item--1--8 .product__color-list.list--col2 .credit__desc {
  padding: 0.4rem 0.6rem;
  display: inline-block;
  background: #fff;
  border-radius: 0.4rem;
  border: dotted 1px;
}
.container .center-area .product .product__list .product__item.product__item--1--9 .product__color-list.list--col2 figure {
  aspect-ratio: 3/3;
}
.container .center-area .product .product__list .product__item.product__item--1--9 .product__color-list.list--col2 figure img {
  width: 90% !important;
  height: auto;
}
.container .center-area .product .product__list .product__item.product__item--2--1 .product__image {
  padding-bottom: 0;
}
.container .center-area .product .product__list .product__item.product__item--2--1 .product__image:after {
  background: none;
  border-radius: 0;
}
.container .center-area .product .product__list .product__item.product__item--2--1 .product__image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.container .center-area {
  /* ---------- item_other ---------- */
}
.container .center-area .item_other_area {
  width: 100%;
  padding: 1.6rem;
  position: relative;
  text-align: center;
}
.container .center-area .item_other_area h3 {
  margin-bottom: 2.4rem;
  font-size: 2.4rem;
  color: #6C6667;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.container .center-area .item_other_area > .lead {
  margin-bottom: 2.4rem;
  padding: 1.6rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border: solid 1px #ACA6A6;
  border-radius: 1.6rem;
  display: inline-block;
  position: relative;
  background-color: #ECE7E5;
}
.container .center-area .item_other_area > .lead::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 8px 0 8px;
  border-style: solid;
  border-color: #ECE7E5 transparent transparent transparent;
  z-index: 2;
}
.container .center-area .item_other_area > .lead::before {
  content: "";
  position: absolute;
  bottom: -16.5px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 16.5px 9.5px 0 9.5px;
  border-style: solid;
  border-color: #ACA6A6 transparent transparent transparent;
  z-index: 1;
}
.container .center-area .item_other_area > .lead span {
  margin-top: 0.4rem;
  font-size: 1rem;
  display: block;
}
.container .center-area .item_other_area article .item_list_area {
  width: 100%;
}
.container .center-area .item_other_area article .item_list_area .item_list_sub {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.container .center-area .item_other_area article .item_list_area .item_list_sub.slick-initialized {
  display: block;
  gap: 0;
}
.container .center-area .item_other_area article .item_list_area .item_list_sub > li {
  padding: 0;
  margin: 0 auto 0.8rem;
  width: calc((100% - 1.6rem) / 2);
}
.container .center-area .item_other_area article .item_list_area .item_list_sub > li:nth-child(-n+1) {
  width: 92%;
}
.slick-initialized .container .center-area .item_other_area article .item_list_area .item_list_sub > li {
  width: auto;
}
.container .center-area .item_other_area article .item_list_area .item_list_sub > li a .image {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.container .center-area .item_other_area article .item_list_area .item_list_sub > li a .credit {
  transform: scale(0.8);
}
.container .center-area {
  /* ---------- movie ---------- */
}
.container .center-area .movie_area {
  width: calc(100% - 3.2rem);
  margin: 0 auto;
  padding: 5.6rem 2.4rem;
  text-align: center;
  background: #ECE7E5;
  color: #FFFEEE;
  border-radius: 1.6rem;
}
.container .center-area .movie_area h2 {
  margin-bottom: 3.2rem;
  font-size: 4rem;
  font-family: "adobe-garamond-pro", serif;
  letter-spacing: -0.03rem;
}
.container .center-area .movie_area p {
  font-size: 1.2rem;
  line-height: 180%;
}
.container .center-area .movie_area .youtube {
  margin: 1.6rem auto;
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 16/9;
}
.container .center-area .movie_area .youtube iframe {
  width: 100%;
  height: 100%;
}
.container .center-area .movie_area .btn {
  width: 100%;
  padding: 0.8rem 1.6rem;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #6C6667;
}
.container .center-area .movie_area .btn::before {
  content: "expand_circle_right";
  font-family: "Material Symbols Outlined";
  margin-right: 0.4rem;
  font-size: 2rem;
}

/* --------------------------------------------
 left
-------------------------------------------- */
.left_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .left_box {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc((100% - 42rem) / 2);
    position: sticky;
    top: 0;
    order: 1;
    background: url("../images/bg1.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.6;
  }
}
.left_box h1 {
  width: 12rem;
}
.left_box h1 img {
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}

.gnavi {
  display: none;
}
.gnavi.is-open {
  display: flex;
  position: fixed;
  inset: 0;
  background: #6C6667;
  z-index: 9998;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}
.gnavi .gnavi__inner .gnavi__list {
  margin: 2.4rem;
  padding: 6.4rem 4rem 2.4rem;
  color: #FFFEEE;
}
.gnavi .gnavi__inner .gnavi__list li {
  margin-bottom: 5.6rem;
}
.gnavi .gnavi__inner .gnavi__list li a {
  padding: 0;
  color: #FFFEEE;
  font-size: 2.4rem;
  text-align: center;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
}
.gnavi .gnavi__inner .gnavi__list li a span {
  margin-top: 0.8rem;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: 0.9rem;
  display: block;
  letter-spacing: 0.2em;
}

/* --------------------------------------------
 right
-------------------------------------------- */
.right_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .right_box {
    display: flex;
    position: sticky;
    height: 100vh;
    top: 0;
    justify-content: center;
    align-items: center;
    width: calc((100% - 42rem) / 2);
    order: 3;
  }
}
.right_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}
.right_box ul {
  width: 12rem;
}
.right_box ul li {
  margin-bottom: 1.6rem;
}

/* --------------------------------------------
 animation
-------------------------------------------- */
@keyframes rotate {
  0% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
@keyframes loadingFadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes wrapperFadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=style.css.map */