@charset "UTF-8";
/*----------------------------------------
 Reset
----------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  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%;
  -ms-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;
  -webkit-transition: all 0.3s;
  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: -webkit-box;
    display: -ms-flexbox;
    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: url("../img/2509_viewm_brandsite_pc_back.png") center/cover;
}

.left-contents {
  display: none;
}
@media (min-width: 1024px) {
  .left-contents {
    display: block;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 83.52rem;
  }
}

.right-contents {
  display: none;
}
@media (min-width: 1024px) {
  .right-contents {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 51.84rem;
  }
}

/*----------------------------------------
	Component
----------------------------------------*/
/* サブメニュー */
.sub-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  margin-top: 20rem;
}
@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: none;
  -webkit-box-shadow: 0.8rem 0.8rem 1.7rem rgba(208, 147, 191, 0.3), -0.8rem -0.8rem 1.7rem rgba(255, 255, 255, 0.7);
          box-shadow: 0.8rem 0.8rem 1.7rem rgba(208, 147, 191, 0.3), -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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: 45.84rem;
  }
  .pc-menu__pkg img {
    width: 17.784rem;
  }
  .pc-menu__child-list {
    margin-top: 2.016rem;
  }
  .pc-menu__child-item {
    white-space: nowrap;
    font-size: 3.456rem;
    color: #AEA9A2;
  }
  .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/2509_viewm_brandsite_pc-menu-list-style.png") 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%;
    -webkit-transform: translateX(-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 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 72rem;
  }
}

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

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

.header__logo {
  display: block;
  width: 22rem;
}

/* ハンバーガーメニュー */
.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;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* メニューオープン時のスタイル */
.header.is-menu-open {
  backdrop-filter: blur(1em);
  background: none !important;
}

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

/* ブランドページのヘッダースタイル */
.main-contents--brand .header {
  background: rgba(255, 255, 255, 0.8);
}
.main-contents--brand .header .hamburger__line {
  background: #AEA9A2 !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: url("../img/2509_viewm_brandsite_pc_back.png") center/cover;
}
@media (min-width: 1024px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu__inner {
  height: 100%;
  min-height: 106rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sp-menu__label {
  width: 16.4rem;
}

.sp-menu__list {
  width: 52rem;
  margin-top: 10rem;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20rem;
}
.brand-contents .banner-block .report-banner {
  width: 68rem;
}
.brand-contents .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 15rem;
}
.brand-contents .btn-block .shop-btn {
  width: 37rem;
}

/* pre sale
------------------------------------------------------ */
.pre-sale {
  position: relative;
}

.pre-sale__shop-list {
  position: absolute;
  top: 35.5rem;
  left: 50%;
  translate: -50% 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1.8rem 1.5rem;
  max-width: 59rem;
  width: 100%;
}

/* contents
------------------------------------------------------ */
.contents__slider {
  max-width: 66rem;
  margin: 0 auto;
  /* slickの設定 */
}
.contents__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.7rem 0 5.8rem;
}
.contents__slider .slick-dots button {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 5rem;
  height: 5rem;
  padding: 0;
  margin: 0;
  display: block;
  color: transparent;
  background: transparent;
  cursor: pointer;
}
.contents__slider .slick-dots button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #d093bf;
}
.contents__slider .slick-dots .slick-active button::before {
  background: #d093bf;
}

/* novelty
------------------------------------------------------ */
.novelty__img {
  max-width: 66rem;
  margin: 0 auto;
}

/* footer
------------------------------------------------------ */
.footer {
  padding: 0 0 5.4rem;
}

.footer__logo {
  width: 38.3rem;
  margin: 5.8rem auto 0;
}/*# sourceMappingURL=style.css.map */