@charset "UTF-8";
@font-face {
  font-family: 'Noto-B';
  src: url("/asset/font/NotoSansJP-Bold.eot");
  src: url("/asset/font/NotoSansJP-Bold.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto-L';
  src: url("/asset/font/NotoSansJP-Light.eot");
  src: url("/asset/font/NotoSansJP-Light.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Light.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto-R';
  src: url("/asset/font/NotoSansJP-Regular.eot");
  src: url("/asset/font/NotoSansJP-Regular.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'Noto-M';
  src: url("/asset/font/NotoSansJP-Medium.eot");
  src: url("/asset/font/NotoSansJP-Medium.eot?iefix") format("eot"), url("/asset/font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap; }

@font-face {
  font-family: 'TexGyreHeros';
  src: url("../font/texgyreheros-regular.eot");
  src: url("../font/texgyreheros-regular.eot?iefix") format("eot"), url("../font/texgyreheros-regular.woff") format("woff");
  font-display: swap; }

a {
  cursor: pointer; }

@media only screen and (max-width: 767px) {
  .dn-sp {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .dn-tablet {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .dn-pc {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 1024px), only screen and (min-width: 1025px) {
  .dn-tab_pc {
    display: none !important; } }

#header,
.pane-footer {
  display: none !important; }

.wrapper {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.spBase_wrapper {
  padding-top: 0 !important; }
  @media only screen and (min-width: 1025px) {
    .spBase_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .spBase_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

/*
  レフトコンテンツ
---------------------*/
.sideContent_left {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 10; }
  @media only screen and (min-width: 1025px) {
    .sideContent_left {
      -webkit-box-flex: 565;
      -ms-flex: 565;
      flex: 565; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .sideContent_left {
      display: none !important; } }

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .spBase_wrapper {
    height: 100vh;
    overflow: hidden; }
  .sideContent_left {
    overflow: hidden; }
  .sideContent_right {
    overflow: hidden; }
  .mainContent {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden; } }

@media only screen and (min-width: 1025px) {
  .spBase_wrapper {
    height: 100vh;
    overflow: hidden; }
  .sideContent_left {
    overflow: hidden; }
  .sideContent_right {
    overflow: hidden; }
  .mainContent {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative; } }

/*
  メインコンテンツ
---------------------*/
.mainContent {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mainContent_inner {
  background-color: #fff; }
  @media only screen and (min-width: 1025px) {
    .mainContent_inner {
      position: relative;
      max-width: 475px; } }

/*
  ライトコンテンツ
---------------------*/
.sideContent_right {
  background-color: #000; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sideContent_right {
      display: none; } }
  @media only screen and (min-width: 1025px) {
    .sideContent_right {
      -webkit-box-flex: 300;
      -ms-flex: 300;
      flex: 300;
      position: sticky;
      top: 0;
      right: 0;
      height: 100vh;
      z-index: 10; } }

.sectionSlider_lists {
  position: relative;
  width: 100%;
  height: 100vh; }

.sectionSlider_lists_node {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .sectionSlider_lists_node img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .sectionSlider_lists_node.is-active {
    opacity: 1; }

/*--------------------------------
 追従ナビ
--------------------------------*/
.fixedNav {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10000;
  pointer-events: auto; }
  @media only screen and (min-width: 1025px) {
    .fixedNav {
      z-index: 10001;
      pointer-events: auto;
      right: 20px;
      bottom: 90px; } }

.fixedNav_arrow {
  pointer-events: auto;
  cursor: pointer;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%; }
  @media only screen and (min-width: 1025px) {
    .fixedNav_arrow {
      background-color: #fff;
      border: 1px solid #ccc; } }
  .fixedNav_arrow:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    width: 6px;
    height: 6px; }
    @media only screen and (min-width: 1025px) {
      .fixedNav_arrow:after {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000; } }

/*--------------------------------
 ロゴ（ページ最上部）
--------------------------------*/
.mv {
  padding: 40px 20px;
  text-align: center;
  line-height: 1; }

.mvLogo {
  display: inline-block;
  width: 60px;
  height: auto; }
  @media only screen and (min-width: 1025px) {
    .mvLogo {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .mvLogo:hover {
        opacity: .7; } }
  .mvLogo img {
    width: 100%;
    height: auto;
    display: block; }

/*--------------------------------
 リード
--------------------------------*/
.readSection {
  padding: 0 20px 50px; }

.readSection_title {
  padding: 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0; }

.readSection_text {
  margin-top: 24px;
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .05em;
  line-height: 2.0; }

/*--------------------------------
 ナビ
--------------------------------*/
.navList {
  background-color: #fff;
  padding: 0 20px 60px;
  margin-bottom: 90px; }

.navList_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

a.navList_node {
  display: block; }
  @media only screen and (min-width: 1025px) {
    a.navList_node {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      a.navList_node:hover {
        opacity: .9; } }

.navList_node {
  position: relative;
  aspect-ratio: 1 / 1;
  width: calc((100% - 30px) / 3); }
  .navList_node::before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 1; }
  .navList_node:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(40%, rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.8) 100%);
    pointer-events: none; }

.navList_node--comingSoon {
  cursor: default; }
  .navList_node--comingSoon::before {
    display: none; }

.navList_nodeImg img {
  width: 100%;
  display: block; }

.navSection_textWrapper {
  position: absolute;
  bottom: 35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  text-align: center; }

.navSection_name {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
  font-weight: bold;
  white-space: nowrap; }

.navList_node--comingSoon .navSection_name {
  font-size: 10px;
  letter-spacing: .12em; }

/*--------------------------------
 カテゴリリンク
--------------------------------*/
.categoryLinks {
  position: relative;
  padding: 70px 16px 40px;
  margin-top: 50px; }
  .categoryLinks:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 2px;
    background-color: #e0e0e0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px; }

.categoryLinks_heading {
  font-size: 14px;
  font-weight: bold;
  color: #888;
  letter-spacing: .05em;
  margin: 0 0 12px; }

.categoryLinks_item {
  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;
  background-color: #f5f5f5;
  color: #000;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: .03em;
  text-decoration: none;
  padding: 14px 16px; }
  .categoryLinks_item + .categoryLinks_item {
    margin-top: 4px; }
  @media only screen and (min-width: 1025px) {
    .categoryLinks_item {
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .categoryLinks_item:hover {
        opacity: .7; } }

.categoryLinks_arrow {
  font-size: 12px;
  color: #888;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/*--------------------------------
 セクション
--------------------------------*/
.section {
  background-color: #fff;
  position: relative; }
  .section::before {
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: 50%;
    height: 2px;
    background-color: #e0e0e0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px; }
  .section + .section {
    margin-top: 120px; }

.section_look + .section_look {
  margin-top: 40px; }

.section_lookLabel {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .08em;
  color: #000;
  margin-bottom: 16px; }
  .section_lookLabel::after {
    content: "";
    display: block;
    width: 70px;
    height: 1px;
    background-color: #000;
    margin: 5px auto 0; }

.section_mainVisual {
  width: 100%;
  padding: 0 20px; }

.section_mainImage {
  width: 100%;
  height: auto;
  display: block; }

.section_artistInfo {
  padding: 24px 20px 40px; }

.section_artistName {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0 0 10px;
  padding: 0; }

.section_artistRole {
  text-align: center;
  color: #000;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: .05em;
  margin: 0 0 24px; }

.section_artistDescription {
  text-align: center;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 2.0; }

.section_gallery {
  margin-top: 30px; }

.section_productList {
  padding: 20px 16px 30px; }

.section_productList_title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #000;
  margin: 0 0 12px;
  padding: 0; }

.section_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
  background-color: #f5f5f5;
  padding: 14px;
  text-decoration: none;
  color: #000; }
  .section_product + .section_product {
    margin-top: 10px; }
  @media only screen and (min-width: 1025px) {
    .section_product {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .section_product:hover {
        opacity: .7;
        color: #000; } }

.section_productImg {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .section_productImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    display: block; }

.section_productBody {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0; }

.section_productName {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1.4;
  margin: 0 0 8px;
  padding: 0;
  color: #000; }

.section_productText {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: .03em;
  line-height: 1.8;
  color: #333;
  margin: 0 0 10px; }

.section_productLink {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .05em;
  color: #000; }

.section_galleryItem {
  margin: 0 5px; }
  .section_galleryItem a {
    display: block; }
    @media only screen and (min-width: 1025px) {
      .section_galleryItem a {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .section_galleryItem a:hover {
          opacity: .7; } }

.section_galleryImage {
  width: 100%; }

.section_gallerySlider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 5px; }
  .section_gallerySlider .slick-dots li button {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    padding: 0;
    background: transparent;
    border: 1px solid #BCBCBC;
    font-size: 0; }

.section_gallerySlider .slick-dots li.slick-active button {
  background-color: #000000;
  border: none; }

/*--------------------------------
 アーカイブリンク
--------------------------------*/
.linkSection {
  background-color: #fff;
  line-height: 1;
  margin-bottom: -2px; }
  @media only screen and (min-width: 1025px) {
    .linkSection {
      padding-top: 80px; } }
  @media only screen and (max-width: 767px) {
    .linkSection {
      padding-top: 50px; } }

.linkSection_link {
  line-height: 1;
  position: relative;
  display: block; }
  @media only screen and (min-width: 1025px) {
    .linkSection_link {
      cursor: pointer;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .linkSection_link:hover {
        opacity: .5;
        color: #000; } }

.linkSection_image {
  width: 100%; }

.linkSection_text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5; }

/*--------------------------------
 フッター
--------------------------------*/
.footerSection {
  background-color: #000;
  padding: 50px 40px 20px; }

.footerSection_inner {
  width: 100%;
  max-width: 295px;
  margin: 0 auto;
  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-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footerSection_logo {
  width: 80px;
  margin-bottom: 35px; }
  @media only screen and (min-width: 1025px) {
    .footerSection_logo {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .footerSection_logo:hover {
        opacity: .7; } }

.footerSection_logoImage {
  width: 100%;
  height: auto;
  display: block; }

.footerSection_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 40px; }

.footerSection_snsLink {
  display: block;
  width: 20px;
  height: 20px; }
  @media only screen and (min-width: 1025px) {
    .footerSection_snsLink {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .footerSection_snsLink:hover {
        opacity: .7; } }

.footerSection_snsIcon {
  width: 100%;
  height: 100%;
  display: block; }

.footerSection_copyright {
  color: #6a6a6a;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: .10em;
  text-align: center;
  margin: 0; }

/*--------------------------------
 サイドロゴ（PC右）
--------------------------------*/
.sideLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 115px; }
  @media only screen and (min-width: 1025px) {
    .sideLogo {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
      .sideLogo:hover {
        opacity: .7; } }

/*--------------------------------
 フェードイン
--------------------------------*/
.fadeInTrigger {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s; }
  .fadeInTrigger.is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.block-switch-banner--hide-btn {
  display: none; }
