@charset "UTF-8";
/*------------------------------------------------------------------------
// Base
  ├ reset
  ├ base
  ├ layout
  ├ component
  ├ pc-menu
  ├ sidebar
  ├ main-contents
  ├ header
  ├ sp-menu
  ├ brans-contents
  └ base
------------------------------------------------------------------------*/
/*----------------------------------------
 Reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

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

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
 Base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 1.3888888889vw;
}
@media (min-width: 1024px) {
  html {
    font-size: 0.4822530864vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 43.4027777778%;
    font-size: 0.4340277778rem;
  }
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
 Layout
----------------------------------------*/
.wrapper {
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .wrapper {
    display: flex;
    max-width: 207.36rem;
    margin: 0 auto;
  }
}
.wrapper::before {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: #f7eceb;
}

.left-contents {
  display: none;
}
@media (min-width: 1024px) {
  .left-contents {
    display: block;
    order: 1;
    flex-grow: 1;
    width: 83.52rem;
  }
}

.right-contents {
  display: none;
}
@media (min-width: 1024px) {
  .right-contents {
    display: block;
    flex-shrink: 0;
    order: 3;
    width: 51.84rem;
  }
}

/*----------------------------------------
	Component
----------------------------------------*/
/* サブメニュー */
.sub-menu__list {
  display: flex;
  gap: 4.8rem;
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .sub-menu__list {
    gap: 4.32rem;
    padding: 1.44rem;
    margin-top: 0;
  }
}

.sub-menu__icon {
  display: block;
  width: 14.3rem;
  height: 14.3rem;
  border-radius: 2.5rem;
  background: #f7eceb;
  box-shadow: 0.8rem 0.8rem 1.7rem rgba(210, 201, 200, 0.7), -0.8rem -0.8rem 1.7rem rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .sub-menu__icon {
    width: 12.24rem;
    height: 12.24rem;
    border-radius: 2.16rem;
  }
}

/*----------------------------------------
	for PC
----------------------------------------*/
@media (min-width: 1024px) {
  .pc-menu,
  .pc-sidebar {
    position: fixed;
    height: 100vh;
    width: inherit;
  }
}
/* PC menu
------------------------------------------------------ */
@media (min-width: 1024px) {
  .pc-menu-inner {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8.64rem;
    height: 100%;
    padding: 10.08rem 14.4rem;
  }
  .pc-menu-inner::-webkit-scrollbar {
    display: none;
  }
  .pc-menu__logo {
    width: 42.768rem;
  }
  .pc-menu__item:not(:first-child) {
    margin-top: 8.064rem;
  }
  .pc-menu__label {
    width: 15.84rem;
  }
  .pc-menu__child-list {
    margin-top: 2.016rem;
  }
  .pc-menu__child-item {
    white-space: nowrap;
    font-size: 3.456rem;
    color: #a98048;
  }
  .pc-menu__child-item a {
    position: relative;
    padding-left: 4.752rem;
    color: inherit;
  }
  .pc-menu__child-item a::before {
    position: absolute;
    top: 0.72rem;
    left: 0;
    content: "・";
    width: 3.456rem;
    height: 3.456rem;
    background: none;
  }
  .pc-menu__child-item a img {
    width: 49.968rem;
  }
  .pc-menu__child-item a:hover::before {
    content: "";
    background: url("../img/pc-menu-list-style.webp") center/contain no-repeat;
  }
  .pc-menu__child-item:not(:first-child) {
    margin-top: 4.32rem;
  }
}
/* Sidebar
------------------------------------------------------ */
@media (min-width: 1024px) {
  .pc-sidebar__qr {
    position: absolute;
    bottom: 9.504rem;
    left: 50%;
    transform: translateX(-50%);
    width: 28.8rem;
    height: 28.8rem;
  }
}
/*----------------------------------------
	Main contents
----------------------------------------*/
.main-contents {
  position: relative;
  width: 72rem;
  margin: 0 auto;
  background: #fff;
}
@media (min-width: 1024px) {
  .main-contents {
    order: 2;
    width: 72rem;
  }
}

/* header
------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10rem;
  background: none;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .header {
    display: none !important;
    height: 0;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 3.5rem;
}

.header__logo {
  display: block;
  width: 22rem;
  height: 4.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/header-logo.webp") center/contain no-repeat;
}

/* ハンバーガーメニュー */
.hamburger {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: none;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
}
.hamburger__line:nth-of-type(1) {
  top: 1.2rem;
}
.hamburger__line:nth-of-type(2) {
  top: 2.4rem;
}
.hamburger__line:nth-of-type(3) {
  top: 3.6rem;
}

.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(1) {
  top: 2.4rem;
  transform: rotate(-45deg);
}
.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(3) {
  top: 2.4rem;
  transform: rotate(45deg);
}

/* メニューオープン時のスタイル */
.header.is-menu-open,
.header.is-color {
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
}
.header.is-menu-open .header__logo,
.header.is-color .header__logo {
  background-image: url("../img/header-logo_color.webp");
}
.header.is-menu-open .hamburger__line,
.header.is-color .hamburger__line {
  background: #a98048;
}

.header.is-menu-open {
  background: none !important;
}

body.is-fixed {
  overflow-y: hidden;
}

/* スクロール時のスタイル */
.header.is-color {
  background: rgba(255, 255, 255, 0.8);
}

/* ブランドページのヘッダースタイル */
.main-contents--brand .header {
  background: rgba(255, 255, 255, 0.8);
}
.main-contents--brand .header .hamburger__line {
  background: #a98048 !important;
}

/* SP menu
------------------------------------------------------ */
.sp-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 14.7rem 3.5rem 10rem;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #f7eceb;
}
@media (min-width: 1024px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu__inner {
  height: 100%;
  min-height: 106rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sp-menu__label {
  width: 16.4rem;
}

.sp-menu__list {
  width: 52rem;
}

.sp-menu__item:not(:first-child) {
  margin-top: 6rem;
}
.sp-menu__item:last-child .sp-menu__child-item {
  border-bottom: none;
}

.sp-menu__child-item {
  border-bottom: 2px solid #efdad9;
}

/*----------------------------------------
	Brand Page
----------------------------------------*/
.brand-contents {
  margin-top: 10rem;
}
@media (min-width: 1024px) {
  .brand-contents {
    margin-top: 0;
  }
}
.brand-contents .banner-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20rem;
}
.brand-contents .banner-block .report-banner {
  width: 68rem;
}
.brand-contents .btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
.brand-contents .btn-block .shop-btn {
  width: 39.8rem;
}

/*------------------------------------------------------------------------
// Contents
  ├ fv
  ├ movie
  ├ intro
  ├ message
  ├ btn-block
  ├ campaign
  ├ novelty
  ├ special
  ├ lens
  ├ feature
  ├ lineup
  ├ report
  ├ brand
  ├ page-footer
  └ floating-banner
------------------------------------------------------------------------*/
/* fv
------------------------------------------------------ */
.fv {
  position: relative;
  height: 119rem;
  background: url("../img/fv-bg.webp") center/contain no-repeat;
}

.fv__text {
  position: absolute;
  top: 0;
  left: 0;
}

.fv__badge {
  position: absolute;
  top: 11rem;
  left: 0;
  width: 20rem;
  height: 31rem;
}

.fv__title {
  position: absolute;
  top: 70rem;
  left: 0;
}

.fv__lens {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* movie
------------------------------------------------------ */
.movie {
  position: relative;
  height: 70.5rem;
  background: url("../img/movie-bg.webp") center/contain no-repeat;
}

.movie__title {
  position: absolute;
  top: 5rem;
  left: 0;
}

.movie__frame {
  position: absolute;
  top: 23rem;
  left: 8.5rem;
  width: 55.1rem;
  height: 35.1rem;
  background: url("../img/movie-frame.webp") center/contain no-repeat;
}

.movie__thumb {
  position: absolute;
  top: 4.1rem;
  left: 2rem;
  width: 51rem;
  aspect-ratio: 16/9;
}
.movie__thumb iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* intro
------------------------------------------------------ */
.intro {
  height: 175rem;
  background: url("../img/intro-bg.webp") center/contain no-repeat;
}

.intro__title {
  position: relative;
}

.intro__circle {
  position: absolute;
  top: 2rem;
  right: 4rem;
  width: 20rem;
  height: 20rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 20%);
          clip-path: polygon(0 0, 100% 0, 100% 70%, 0 20%);
}

.intro-box {
  position: relative;
  height: 56rem;
}

.intro-box__title {
  position: absolute;
  bottom: 3rem;
  left: 0;
}

.intro-box__text01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 26rem;
  height: 18rem;
}

.intro-box__text02 {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 30rem;
  height: 18rem;
}

/* message
------------------------------------------------------ */
.message {
  position: relative;
  height: 199rem;
  background: url("../img/message-bg.webp?test.ver=1.0.3") center/contain no-repeat;
}

.message__title {
  position: absolute;
  top: 10rem;
  right: 0;
  width: 42rem;
  height: 47rem;
}

.message__img {
  position: absolute;
  top: 138rem;
  left: 0;
}

/* btn-bock
------------------------------------------------------ */
.btn-block {
  position: relative;
  height: 15rem;
}

.shop-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 39.8rem;
  height: 7.7rem;
}

/* campaign
------------------------------------------------------ */
.campaign {
  position: relative;
  height: 305rem;
  background: url("../img/campaign-bg.webp") center/contain no-repeat;
}

.campaign__title {
  position: absolute;
  top: 10rem;
  left: 0;
}

.campaign-box01 {
  position: absolute;
  top: 20.4rem;
  left: 4.1rem;
  width: 63.9rem;
  height: 84.5rem;
  padding-top: 11.6rem;
  background: url("../img/campaign-box_01.webp") center/contain no-repeat;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(155, 127, 162, 0.6));
}

.campaign-box02 {
  position: absolute;
  top: 109.8rem;
  left: 4.1rem;
  width: 63.9rem;
  height: 183.5rem;
  padding-top: 12.2rem;
  background: url("../img/campaign-box_02.webp") center/contain no-repeat;
  filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(155, 127, 162, 0.6));
}

.campaign-box__date {
  position: absolute;
  bottom: 0;
}

.campaign-btn {
  position: absolute;
  bottom: 16rem;
  left: 50%;
  transform: translateX(-50%);
  width: 53.3rem;
  height: 8.1rem;
}

/* novelty
------------------------------------------------------ */
.novelty {
  position: relative;
  height: 75rem;
  background: url("../img/novelty-bg.webp") center/contain no-repeat;
}

.novelty__title {
  position: absolute;
  top: 10rem;
}

.novelty__img {
  position: absolute;
  top: 22.1rem;
  left: calc(50% - 32rem);
  width: 64rem;
  height: 40rem;
}

/* special
------------------------------------------------------ */
.special {
  height: auto;
  padding-bottom: 4rem;
}

.special-slider {
  margin-top: -8rem;
}
.special-slider:not(.slick-slider) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}

.special-slider__slide {
  position: relative;
  width: 57.6rem;
  height: 103.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.special__movie {
  position: absolute;
  top: 7.68rem;
  left: 2.88rem;
  width: 51.84rem;
}
.special__movie iframe,
.special__movie img {
  aspect-ratio: 9/16;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* slickの設定 */
#special-slider .slick-slide {
  transition: scale 0.5s;
}
#special-slider .slick-slide:not(.slick-center) {
  pointer-events: none;
  scale: 0.9;
}
#special-slider .slick-prev,
#special-slider .slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5) url("../img/special-slider-arrow.svg") center/5rem 5rem no-repeat;
  cursor: pointer;
  outline: none;
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  #special-slider .slick-prev:hover,
  #special-slider .slick-next:hover {
    background-color: #fff;
  }
}
#special-slider .slick-prev {
  left: 1rem;
}
#special-slider .slick-next {
  right: 1rem;
  rotate: 180deg;
}

#special-slider .slick-center .special__new.is-active[data-animation=flash] {
  animation: flash 1s linear infinite;
  opacity: 1;
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* lens
------------------------------------------------------ */
.lens {
  position: relative;
  height: 155rem;
}
.lens01 {
  background: url("../img/lens-bg_01.webp") center bottom/contain no-repeat;
}
.lens02 {
  background: url("../img/lens-bg_02.webp") center bottom/contain no-repeat;
}

.lens__title {
  position: absolute;
  top: 3rem;
}

.lens__text {
  position: absolute;
  width: 19rem;
  height: 47.3rem;
}
.lens__text01 {
  top: 42.9rem;
  left: 3.3rem;
}
.lens__text02 {
  top: 42rem;
  left: 49.4rem;
}

.lens__img {
  position: absolute;
  bottom: 0;
}

/* feature
------------------------------------------------------ */
.feature {
  position: relative;
  height: 96rem;
}
.feature01 {
  background: url("../img/feature-bg_01.webp") center top/contain no-repeat;
}
.feature02 {
  background: url("../img/feature-bg_02.webp") center top/contain no-repeat;
}

.feature__title {
  position: absolute;
  top: 3rem;
  width: 40rem;
  height: 10rem;
}
.feature__title01 {
  right: 0;
}
.feature__title02 {
  left: 0;
}

.feature__text {
  position: absolute;
  top: 12rem;
  width: 40rem;
  height: 36rem;
}
.feature__text01 {
  right: 0;
}
.feature__text02 {
  left: 0;
}

.feature__img {
  position: absolute;
  top: 46rem;
}

/* lineup
------------------------------------------------------ */
.lineup {
  padding-top: 6rem;
  padding-bottom: 5rem;
}

.lineup__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8rem;
  margin-top: 4rem;
  padding-left: 3.8rem;
}

.lineup__item {
  position: relative;
  width: 32.6rem;
  height: 25rem;
}

.lineup__new {
  position: absolute;
  top: -2.8rem;
  left: -3.3rem;
  width: 15rem;
  height: 10rem;
}

/* report
------------------------------------------------------ */
.report {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.report__banner {
  width: 68rem;
  height: 10rem;
  margin-top: 2rem;
  margin-inline: auto;
}

/* brand
------------------------------------------------------ */
.brand {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background: #fff;
}

.brand__list {
  margin-top: 4rem;
  text-align: center;
}

.brand__item {
  display: inline-block;
  width: 65rem;
}
.brand__item:not(:first-child) {
  margin-top: 3rem;
}

/* banner
------------------------------------------------------ */
.floating-banner {
  position: fixed;
  z-index: 97;
  bottom: 0;
  display: none;
  width: 72rem;
  height: 10.8rem;
}

.main-contents:has(.floating-banner) {
  margin-bottom: 10.8rem;
}

/*------------------------------------------------------------------------
// Other
  ├ loading
  ├ utilities
  └ animation
------------------------------------------------------------------------*/
/* loading
------------------------------------------------------ */
.loading {
  position: fixed;
  z-index: 999;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

/* utilities
------------------------------------------------------ */
/* 相対パスの調整 */
@media (min-width: 1024px) {
  .pc-menu__child-item a:hover::before {
    background-image: url("../../../img/pc-menu-list-style.webp");
  }
}
/* animation
------------------------------------------------------ */
.js-animate {
  opacity: 0;
}

/* その場でフェードイン */
.is-active[data-animation=fadeIn] {
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 少し下からフェードイン */
.is-active[data-animation=fadeInUp] {
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
}
@keyframes fadeInUp {
  from {
    transform: translateY(6rem);
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* その場で回転 */
.is-active[data-animation=circle] {
  animation: circle 5s linear infinite;
  opacity: 1;
}
@keyframes circle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}/*# sourceMappingURL=style.css.map */