<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* slideBottom 
*****************************************/
html .slideBottom {
  -webkit-transform: translateY(36px);
  transform: translateY(36px);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  /*
transition: $moveTime all $easing;*/ }

html .slideBottom.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

#contentsWrap {
  margin: 0 0 2px; }

.mainArea,
.area01,
.area02 {
  box-sizing: border-box; }
  .mainArea *,
  .area01 *,
  .area02 * {
    box-sizing: border-box; }
  .mainArea p,
  .area01 p,
  .area02 p {
    margin-bottom: 0; }

.mainArea {
  background: url("../img/bg01.png") no-repeat 50% 0; }
  .mainArea &gt; .inner01 {
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 90px 0 30px; }
    .mainArea &gt; .inner01 .tx01 {
      margin-bottom: 51px; }
    .mainArea &gt; .inner01 .tx02 {
      margin-bottom: 60px; }
    .mainArea &gt; .inner01 .img01 {
      margin-bottom: 65px; }
    .mainArea &gt; .inner01 .bn01 {
      background: #fff; }
      .mainArea &gt; .inner01 .bn01 a {
        transition: .3s; }
        .mainArea &gt; .inner01 .bn01 a:hover {
          opacity: 0.8; }
          @media screen and (max-width: 767px) {
            .mainArea &gt; .inner01 .bn01 a:hover {
              opacity: 1; } }
  @media screen and (max-width: 767px) {
    .mainArea {
      width: 100%; } }

.area01 {
  width: 960px;
  margin: 0 auto;
  padding: 50px 50px 75px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .area01 {
      width: 100%;
      padding: 15px 15px 25px; } }
  .area01 .text01 {
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 32px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area01 .text01 {
        text-align: left;
        font-size: 22px; } }
  .area01 .text02 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 62px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area01 .text02 {
        text-align: left; } }
  @media screen and (max-width: 767px) {
    .area01 .img01 {
      width: 76.28%;
      margin: 0 auto; } }

.area02 {
  width: 960px;
  margin: 0 auto; }
  .area02 + .area02 {
    margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .area02 {
      width: 100%; } }
  .area02 .hdg01 {
    text-align: center;
    color: #fff;
    font-size: 26.83px;
    font-weight: bold;
    background: #00006a;
    padding: 16px; }
    @media screen and (max-width: 767px) {
      .area02 .hdg01 {
        font-size: 20px;
        line-height: 1.3;
        padding: 14px; } }
  .area02 .hdg02 {
    text-align: center;
    color: #000;
    font-size: 26.83px;
    font-weight: bold;
    padding: 42px 0 14px; }
    @media screen and (max-width: 767px) {
      .area02 .hdg02 {
        font-size: 20px;
        line-height: 1.3;
        padding: 14px; } }
  .area02 .lineupList01 {
    display: flex;
    flex-wrap: wrap; }
    .area02 .lineupList01 li {
      padding: 10px 10px 32px;
      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 .linkWrap {
        transition: opacity 0.3s; }
        .area02 .lineupList01 li .linkWrap:hover {
          text-decoration: none;
          opacity: 0.7; }
      .area02 .lineupList01 li .category {
        font-size: 16px;
        font-weight: bold;
        padding: 10px 5px;
        color: #fff;
        text-align: center; }
        .area02 .lineupList01 li .category.category01 {
          background: #ff9d00; }
        .area02 .lineupList01 li .category.category02 {
          background: #009900; }
        .area02 .lineupList01 li .category.category03 {
          background: #009dff; }
        .area02 .lineupList01 li .category.category04 {
          background: #636363; }
        .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: flex-start;
          justify-content: center; }
      .area02 .lineupList01 li .price {
        text-align: center;
        color: #ff0000;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        padding: 10px 0 12px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .area02 .lineupList01 li .price .num {
          font-size: 31.2px; }
        .area02 .lineupList01 li .price .yen {
          padding-top: 11px;
          padding-left: 3px; }
      .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; }
      .area02 .lineupList01 li .note {
        color: #ff004f;
        font-size: 14px; }
</pre></body></html>