<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* ==========================================================
 refine common
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01.type-02 {
  max-width: 400px;
  width: 100%;
  margin: 15px 0 0;
}
.btn-cmn-01.type-look-01 {
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .btn-cmn-01.type-02 {
    max-width:100%;
  }
}
/* dl-cmn-01
---------------------------------------------------------- */
.dl-cmn-01 dd a {
  text-decoration: underline;
}
  .dl-cmn-01 dd a.tel {
    text-decoration: none;
  }

/* list-cmn-01
---------------------------------------------------------- */
.list-cmn-01.txt-indent {
  padding-left: 1em;
}
  .list-cmn-01.txt-indent li {
    text-indent: -1em;
  }
/* ==========================================================
 table
========================================================== */
/* table-cmn-event
---------------------------------------------------------- */
.table-cmn-event * {
  text-align: left;
  vertical-align: middle;
}
  .table-cmn-event th,
  .table-cmn-event td {
    border-top: 1px solid #c2c2c2;
    border-bottom: 1px solid #c2c2c2;
  }
  .table-cmn-event th {
    width: 120px;
    padding: 12px 0;
  }
  .table-cmn-event td {
    padding: 12px 20px;
  }
    .table-cmn-event td &gt; a {
      text-decoration: underline;
    }
      .table-cmn-event td &gt; a:hover,
      .table-cmn-event td &gt; a:active {
        text-decoration: none;
      }
    .table-cmn-event tr &gt; td:nth-child(2) {
      width: 290px;
    }
    .table-cmn-event tr &gt; td:last-child {
      width: calc(65% - 405px);
    }
  .table-cmn-event .badge {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    border: 1px solid #0c0c0c;
    border-radius: 4px;
    display: block;
  }
    .table-cmn-event .badge.badge-comming-soon {
      color: #fff;
      background-color: #1d1d1c;
    }

@media screen and (max-width: 767px) {
  .table-cmn-event {
    width: 100%;
  }
    .table-cmn-event th {
      width: 100%;
      padding: 10px 0 5px;
      border-bottom: none;
      display: block;
    }
      .table-cmn-event tr:first-child &gt; th {
        padding-top: 0;
        border-top: none;
      }
    .table-cmn-event tr &gt; td:nth-child(2),
    .table-cmn-event tr &gt; td:last-child {
      width: 100%;
      line-height: 1.5;
      padding: 5px 0;
      border-top: none;
      border-bottom: none;
      display: block;
    }
    .table-cmn-event tr &gt; td:last-child {
      margin-bottom: 10px;
    }
    .table-cmn-event .badge {
      width: 120px;
      font-size: 12px;
      line-height: 1.8;
    }
}

/* box-overview
---------------------------------------------------------- */
.box-overview {
  position: relative;
}
  .box-overview .image {
    margin-bottom: 20px;
  }
    .box-overview .image img {
      width: 100%;
    }

/* sec-history-gallery
---------------------------------------------------------- */
.sec-history-gallery .image {
  width: 100%;
  position: relative;
}
  .sec-history-gallery .image img {
    width: 100%;
    display: block;
  }
  .sec-history-gallery .image figcaption {
    margin-top: 5px;
  }

@media screen and (max-width: 767px) {
  .sec-history-gallery .col-cmn:not(:last-child) {
    margin-bottom: 15px;
  }
    .sec-history-gallery .image figcaption {
      margin-top: 10px;
    }
}
/* sec-season
---------------------------------------------------------- */
.sec-season {
  margin-top: 120px;
}
  .box-season {
    display: table;
    position: relative;
  }
    .box-season .box-anchor,
    .box-season .image {
      vertical-align: middle;
      display: table-cell;
    }
    .box-season .box-anchor {
      padding-right: 44px;
    }
      .box-season .box-anchor .btn-cmn-01 {
        width: 400px;
        margin: 0;
      }
    .box-season .image {
      width: 280px;
    }
      .box-season .image img {
        width: 100%;
        display: block;
      }
@media screen and (max-width: 767px) {
  .sec-season {
    margin-top: 60px;
  }
    .box-season .box-anchor {
      padding-right: 24px;
    }
      .box-season .box-anchor .btn-cmn-01 {
        width: auto;
        margin: 0;
      }
    .box-season .image {
      width: 30%;
    }
}

/* sec-spirit
---------------------------------------------------------- */
.sec-spirit {
  padding: 15px 30px 60px;
  background-color: #f4f4f1;
}
  .sec-spirit .ttl-spirit-01 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sec-spirit .box-img-text-01 {
    margin-bottom: 0;
  }
    .sec-spirit .box-img-text-01 .box-image {
      width: 280px;
    }
  .sec-spirit figcaption {
    font-weight: bold;
    line-height: 1.75;
    margin-top: 10px;
  }

@media screen and (max-width: 767px) {
  .sec-spirit {
    padding: 20px 20px 30px;
  }
    .sec-spirit .ttl-spirit-01 {
      font-size: 14px;
    }
      .sec-spirit .box-img-text-01 .box-image {
        width: 100%;
      }
        .sec-spirit .box-img-text-01 .box-detail {
          padding-left: 0;
        }
}

/* helpers class
---------------------------------------------------------- */
.s-mb-0 {
  margin-bottom: 0;
}

/* box-cmn-card-05
---------------------------------------------------------- */
.box-cmn-card-05 .box-card .box-info .ttl-sub {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.box-cmn-card-05.type-02 .box-card-in .image {
  flex: 0 0 240px;
}

/* ttl-look-overview
---------------------------------------------------------- */
.ttl-look-overview-01 {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-look-overview-01 {
    font-size: 16px;
  }
}
/* gallery_index
---------------------------------------------------------- */
.gallery-list .box-cmn-card-05 {
    padding-left: 20px;
}
.gallery-list .box-cmn-card-05 figure {
    padding-top: 34%;
    position: relative;
    background-color: #f4f4f1;
    display: block;
    text-align: left!important;
}
.gallery-list .box-cmn-card-05 figure img{
    object-fit: contain;
    font-family: 'object-fit: contain;';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
@media screen and (max-width: 767px) {
  .gallery-list .box-cmn-card-05 {
    padding-left: 0;
  }
  .gallery-list .box-cmn-card-05 figure {
    padding-top: 75%;
  }
}</pre></body></html>