@charset "UTF-8";
.cafestyle-wrapper {
  background: #1e1e1e;
  padding: 2rem 0 3rem; }
  .cafestyle-wrapper .new {
    display: block;
    font-size: 2.5rem;
    text-align: center;
    color: white; }
  .cafestyle-wrapper .cafe-image {
    padding-top: 0.5rem;
    width: 100%; }
    .cafestyle-wrapper .cafe-image img {
      width: 100%; }
    .cafestyle-wrapper .cafe-image-txt {
      display: block;
      font-size: 1rem;
      padding-top: 1rem;
      text-align: center;
      color: white; }
    .cafestyle-wrapper .cafe-image .slick-prev {
      left: calc( -1 * (100vw - 102% ) / 2); }
      .cafestyle-wrapper .cafe-image .slick-prev::before {
        font-family: swiper-icons;
        content: "prev";
        font-size: 3.4rem; }
    .cafestyle-wrapper .cafe-image .slick-next {
      right: calc( -1 * (100vw - 111% ) / 2); }
      .cafestyle-wrapper .cafe-image .slick-next::before {
        font-family: swiper-icons;
        content: "next";
        font-size: 3.4rem; }
  .cafestyle-wrapper .color-spec {
    padding-top: 8rem;
    width: 75%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .cafestyle-wrapper .color-spec {
        width: 100%; } }
    .cafestyle-wrapper .color-spec > .active {
      display: block; }
    .cafestyle-wrapper .color-spec-ttl {
      display: flex;
      border-bottom: solid 2px white;
      cursor: pointer; }
      .cafestyle-wrapper .color-spec-ttl > span {
        width: 50%;
        display: block;
        padding: 1rem;
        font-size: 2rem;
        font-weight: bold;
        color: white;
        background-color: #1e1e1e;
        text-align: center; }
        @media screen and (max-width: 500px) {
          .cafestyle-wrapper .color-spec-ttl > span {
            font-size: 1.6rem; } }
      .cafestyle-wrapper .color-spec-ttl .active {
        color: #1e1e1e;
        background-color: white; }
    .cafestyle-wrapper .color-spec-l {
      display: none;
      padding: 0 1rem; }
      @media screen and (max-width: 500px) {
        .cafestyle-wrapper .color-spec-l {
          padding: 1rem 1.5rem; } }
      .cafestyle-wrapper .color-spec-l > span {
        color: white;
        display: block;
        padding-top: 0.7rem;
        padding-left: 2rem;
        font-size: 1.5rem;
        position: relative; }
        @media screen and (max-width: 500px) {
          .cafestyle-wrapper .color-spec-l > span {
            font-size: 1.4rem; } }
        .cafestyle-wrapper .color-spec-l > span::before {
          content: "";
          margin-right: 1rem;
          border-radius: 3rem;
          position: absolute;
          width: 20px;
          height: 20px;
          top: calc( 50% - 3px );
          left: 0; }
      .cafestyle-wrapper .color-spec-l .orange::before {
        background-color: #f26e37; }
      .cafestyle-wrapper .color-spec-l .yellow::before {
        background-color: #ddbe38; }
      .cafestyle-wrapper .color-spec-l .black::before {
        background-color: #505050; }
      .cafestyle-wrapper .color-spec-l .blsv::before {
        background-color: #dadada; }
    .cafestyle-wrapper .color-spec-r {
      display: none;
      padding: 0 1rem; }
      @media screen and (max-width: 500px) {
        .cafestyle-wrapper .color-spec-r {
          padding: 1rem 1.5rem; } }
      .cafestyle-wrapper .color-spec-r ul li {
        padding-top: 0.7rem;
        font-size: 1.5rem;
        color: white;
        list-style: inside; }
      .cafestyle-wrapper .color-spec-r span {
        color: white;
        font-size: 1.5rem; }
        @media screen and (max-width: 500px) {
          .cafestyle-wrapper .color-spec-r span {
            font-size: 1.4rem; } }
      .cafestyle-wrapper .color-spec-r .decend {
        padding-top: 1rem; }
  .cafestyle-wrapper .youtube {
    padding-top: 8rem; }
    @media screen and (max-width: 500px) {
      .cafestyle-wrapper .youtube {
        padding-top: 4rem; } }
    .cafestyle-wrapper .youtube-ttl {
      font-size: 2rem;
      color: white;
      text-align: center; }
      @media screen and (max-width: 500px) {
        .cafestyle-wrapper .youtube-ttl {
          font-size: 1.6rem; } }
    .cafestyle-wrapper .youtube .tmp {
      margin-top: 0.6rem;
      background-color: #999e43;
      width: 100%;
      aspect-ratio: 16/9; }

.spec {
  padding-top: 3rem; }
  .spec .one-spec .spec-tab {
    margin-top: 1rem;
    background-color: #888; }
    .spec .one-spec .spec-tab > h2 {
      padding: 0.2rem 1rem;
      display: flex;
      font-size: 1.4rem;
      color: #333; }
      .spec .one-spec .spec-tab > h2::before {
        content: "";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-right: 1rem;
        padding-left: 1rem;
        transform: scaleX(1.3); }
    .spec .one-spec .spec-tab > h2.active::before {
      content: "";
      font-family: "Font Awesome 5 Free";
      font-weight: 900; }
  .spec .one-spec #content-cafe,
  .spec .one-spec #content-alloy {
    display: none;
    padding-bottom: 1rem; }
    .spec .one-spec #content-cafe.active,
    .spec .one-spec #content-alloy.active {
      display: block; }
  .spec .one-spec .sectiontitle > h2 {
    padding-top: 1rem; }


    .price dl {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 50px;
      border-bottom: 1px solid #aaa;
    }
    
    .price dl dt,
    .price dl dd {
      padding: 1.1rem;
      padding-bottom: 0;
    }
    
    .price dl dt {
      width: 60%;
      font-size: 20px;
    }
    
    .price dl dd {
      width: 40%;
      font-size: 2.5em;
      font-weight: bold;
      text-align: right;
    }

    .supersoco_spec .price dl dd {
      text-align: left;
    }

    .price dl dd::before,
    .price dl dd::after {
      content: none!important;
    }
    
    .price dl dd p.ex::before,
    .price dl dd p.in::before {
      content: "¥";
      font-size: 0.8em;
    }
    
    .price dl dd p.ex {
      font-size: 1em;
      margin-bottom: unset;
      margin-right: unset;
    }
    
    .price dl dd p.in {
      font-size: .6em;
      margin-left: 1.4rem;
    }

    .price dl dd p.ex span {
      font-size: .5em;
    }
    
    /* .price dl dd p.ex::after {
      content: "(税抜)";
      padding-right: 0.4em;
      font-size: 0.6em;
    } */
    
    .price dl dd p.in::after {
      content: "(税込)";
      padding-right: 0.4em;
      font-size: 0.6em;
    }

    @media screen and (max-width: 500px) {
      .price dl dd p {
        text-align: center;
      }
    }

/*# sourceMappingURL=spec.css.map */
