<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mainArea,
.area01,
.area02 {
  box-sizing: border-box; }
  .mainArea *,
  .area01 *,
  .area02 * {
    box-sizing: border-box; }
  .mainArea p,
  .area01 p,
  .area02 p {
    margin-bottom: 0; }

.mainArea {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .mainArea {
      width: 100%; } }

.area01 {
  width: 960px;
  margin: 0 auto;
  background: #000;
  color: #fff;
  padding: 50px 50px 30px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .area01 {
      width: 100%;
      padding: 15px 15px 25px; } }
  .area01 .text01 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area01 .text01 {
        text-align: left;
        font-size: 22px; } }
  .area01 .text02 {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 60px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area01 .text02 {
        text-align: left; } }

.area02 {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .area02 {
      width: 100%; } }
  .area02 .hdg01 {
    text-align: center;
    color: #fff;
    font-size: 26.83px;
    font-weight: bold;
    background: #ff7000;
    padding: 17px; }
    @media screen and (max-width: 767px) {
      .area02 .hdg01 {
        font-size: 20px;
        line-height: 1.3;
        padding: 14px; } }
  .area02 .lineupList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .area02 .lineupList01 li {
      padding: 10px 10px 50px;
      width: 33.33%;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .area02 .lineupList01 li {
          width: 85.066%;
          margin-left: auto;
          margin-right: auto; } }
      .area02 .lineupList01 li:hover {
        text-decoration: none;
        opacity: 0.7; }
      .area02 .lineupList01 li .category {
        font-size: 16px;
        padding: 10px 5px;
        color: #fff;
        text-align: center; }
        .area02 .lineupList01 li .category.category01 {
          background: #ff9d00; }
        .area02 .lineupList01 li .category.category02 {
          background: #009d00; }
        .area02 .lineupList01 li .category.category03 {
          background: #009dff; }
        .area02 .lineupList01 li .category.category04 {
          background: #7b7b7b; }
        .area02 .lineupList01 li .category.category05 {
          background: #00003a; }
        .area02 .lineupList01 li .category.category06 {
          background: #5700ae; }
        .area02 .lineupList01 li .category span {
          display: flex;
          align-items: center;
          justify-content: center; }
      .area02 .lineupList01 li .name01 {
        color: #000;
        font-size: 19px;
        font-weight: bold;
        line-height: 1.2;
        text-align: center;
        padding: 16px 0 26px; }
        @media screen and (max-width: 767px) {
          .area02 .lineupList01 li .name01 {
            font-size: 18px; } }
        .area02 .lineupList01 li .name01 span {
          display: flex;
          align-items: center;
          justify-content: center; }
      .area02 .lineupList01 li .price {
        text-align: center;
        color: #ff0000;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        padding: 12px 0;
        display: flex;
        justify-content: center;
        align-items: center; }
        .area02 .lineupList01 li .price .num {
          font-size: 39px; }
        .area02 .lineupList01 li .price .yen {
          padding-top: 5px; }
      .area02 .lineupList01 li .button {
        width: 86.5%;
        margin-left: auto;
        margin-right: auto; }
        .area02 .lineupList01 li .button .btn01 {
          display: block;
          text-align: center;
          color: #fff;
          background: #0090ff;
          font-size: 18px;
          font-weight: bold;
          border-radius: 10px;
          padding: 9px; }
          .area02 .lineupList01 li .button .btn01:hover {
            color: #fff;
            text-decoration: none; }
</pre></body></html>