@charset "UTF-8";
/* MEDIA QUERY */
@media screen and (max-width: 641px) {
  .lt-sp {
    display: none !important; } }

@media screen and (min-width: 642px) {
  .st-sp {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .lt-tblt {
    display: none !important; } }

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

/* Text Color */
/* FONT SIZE */
/* FONT SET */
/* xd文字スタイルに入ってるセットを設定 */
/*******************************

   SINGLE

*******************************/
/* --------------------------

  LOWER

-------------------------- */
@media screen and (max-width: 641px) {
  .st-spNone {
    display: none; } }

.lower-mv-copy {
  padding: 120px 0 100px;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .lower-mv-copy {
      padding: 30px 20px 50px; } }
  .lower-mv-copy h2 {
    margin-bottom: 50px; }
    @media screen and (max-width: 641px) {
      .lower-mv-copy h2 {
        margin-bottom: 20px; } }
  .lower-mv-copy p {
    font-size: 14px;
    color: #4a4a4a; }
.lower-mv-img {
  overflow: hidden;
  position: relative; }
  .lower-mv-img > div {
    width: 100% !important;
    height: 58.7vw !important;
    max-height: calc(100vh - 200px); }
    @media screen and (max-width: 1024px) {
      .lower-mv-img > div {
        height: 56.7vw !important; } }

/* --------------------------

  MEDIA

-------------------------- */
.media-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }
  .media-list .item {
    border-bottom: 1px solid #9e9e9e; }
    @media screen and (min-width: 1025px) {
      .media-list .item {
        padding: 50px;
        width: 33.3333%; } }
    @media screen and (min-width: 642px) and (max-width: 1024px) {
      .media-list .item {
        padding: 50px;
        width: 50%; } }
    @media screen and (max-width: 641px) {
      .media-list .item {
        padding: 20px;
        width: 100%; } }
    @media screen and (min-width: 642px) {
      .media-list .item:nth-child(-n+3) {
        border-top: 1px solid #9e9e9e; } }
    .media-list .item a {
      display: block;
      color: #000000;
      transition: opacity ease 200ms;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-style: normal;
      letter-spacing: .025em; }
      .media-list .item a:hover {
        opacity: .65; }
    .media-list .item__fig {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      margin-bottom: 20px; }
    .media-list .item__item {
      display: block;
      width: 66.6666%; }
    .media-list .item__cover {
      display: block;
      width: 33.3333%; }
    .media-list .item__data {
      font-size: 11px;
      line-height: 1.25;
      margin-bottom: 10px; }
    .media-list .item__ttl {
      font-size: 18px;
      font-weight: 400;
      line-height: 1.5;
      margin-bottom: 50px;
      font-family: "Noto Sans JP", sans-serif;
      font-weight: 400;
      font-style: normal; }
      @media screen and (max-width: 641px) {
        .media-list .item__ttl {
          margin-bottom: 30px; } }
    .media-list .item__brand, .media-list .item__name, .media-list .item__price {
      font-size: 14px;
      font-weight: 400; }
      .media-list .item__brand:not(:last-child), .media-list .item__name:not(:last-child), .media-list .item__price:not(:last-child) {
        margin-bottom: 1rem; }
    .media-list .item:nth-child(n + 4) {
      display: none;
      opacity: 0; }
    .media-list .item.is-ready {
      display: block;
      transition: opacity ease 600ms; }
      .media-list .item.is-ready.is-active {
        opacity: 1; }
  .media-list__wrapper {
    position: relative;
    max-width: 1280px;
    margin: 0 auto; }

.media-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0 120px; }
  @media screen and (max-width: 641px) {
    .media-switcher {
      padding: 60px 0 30px; } }
  .media-switcher li {
    max-width: 310px;
    margin: 0 50px; }
    @media screen and (max-width: 641px) {
      .media-switcher li {
        margin: 0 10px; } }
  .media-switcher button {
    display: block;
    width: 100%;
    color: #000000;
    font-family: "Cormorant Garamond", serif;
    text-align: center;
    font-size: 24px;
    border-radius: 4px;
    padding: 5px 30px;
    cursor: pointer;
    transition: background 400ms; }
    @media screen and (min-width: 642px) {
      .media-switcher button {
        width: 320px; } }
    @media screen and (max-width: 641px) {
      .media-switcher button {
        font-size: 14px;
        width: 130px; } }
    .media-switcher button:not(.is-active):hover {
      background: #f8f3de; }
    .media-switcher button.is-active {
      background: #e6d48a; }

.media-cate {
  float: left; }
  .media-cate__wrap {
    overflow: hidden;
    transition: ease 400ms; }
    .media-cate__wrap__inner {
      overflow: hidden;
      transition: transform ease 600ms; }
  .media-cate__indicator {
    position: absolute;
    display: flex;
    top: 200px;
    right: 10px; }
    @media screen and (max-width: 641px) {
      .media-cate__indicator {
        top: 22vw; } }
    .media-cate__indicator.is-fixed {
      position: fixed;
      right: 10px;
      z-index: 1000; }
      @media screen and (min-width: 1281px) {
        .media-cate__indicator.is-fixed {
          right: calc( ( 100vw - 1280px ) * .5 + 1px ); } }
    .media-cate__indicator div {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 40px;
      cursor: pointer;
      transform-style: preserve-3d; }
      .media-cate__indicator div span {
        display: block;
        border-radius: 100%;
        background-color: #4a4a4a;
        width: 20px;
        height: 20px;
        transition: ease 600ms;
        will-change: transform , background;
        transform: scale(0.5, 0.5); }
        .media-cate__indicator div span.is-current {
          transform: scale(1, 1); }
      .media-cate__indicator div:nth-child(1) span {
        background-color: #ff81cb; }
