#cateWrap {
  max-width: 780px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000; }
  #cateWrap .cate-ttl {
    display: block;
    margin: 0; }
    #cateWrap .cate-ttl img {
      display: block;
      max-width: 100%; }
  #cateWrap .sec {
    margin: 0;
    padding: 40px; }
    @media screen and (max-width: 750px) {
      #cateWrap .sec {
        padding: 2rem 1rem; } }
    #cateWrap .sec.baige {
      background-color: #f8f8f8;
      -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px; }
    #cateWrap .sec__ttl {
      position: relative;
      text-align: center;
      white-space: nowrap;
      margin: 0 auto;
      padding: 0 1em 10px;
      font-size: 29px;
      font-weight: 700;
      z-index: 10;
      line-height: 1.25; }
      #cateWrap .sec__ttl span {
        font-size: 20px;
        font-weight: 400; }
      @media screen and (max-width: 750px) {
        #cateWrap .sec__ttl {
          white-space: normal;
          font-size: 6vw; }
          #cateWrap .sec__ttl span {
            font-size: 4.5vw; } }
      #cateWrap .sec__ttl:before {
        content: '';
        display: block;
        width: 100%;
        position: absolute;
        height: 1px;
        background: #000;
        bottom: 0;
        left: 0;
        z-index: -2; }
      #cateWrap .sec__ttl:after {
        content: '';
        display: block;
        width: 28px;
        height: 28px;
        border-style: solid;
        border-width: 0 0 1px 1px;
        border-color: #000;
        background-color: #fff;
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%, 50%) rotate(-45deg);
        -ms-transform: translate(-50%, 50%) rotate(-45deg);
        transform: translate(-50%, 50%) rotate(-45deg); }
      #cateWrap .sec__ttl.beige:after {
        background-color: #f8f8f8; }
      #cateWrap .sec__ttl__wrap {
        margin: 0 0 25px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 25px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
  #cateWrap figure {
    display: block;
    margin: 0;
    padding: 0; }
  #cateWrap .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #cateWrap .desc figure {
      margin-right: 10px; }
      #cateWrap .desc figure img {
        display: block;
        margin: 0;
        max-width: 100%; }
      @media screen and (max-width: 750px) {
        #cateWrap .desc figure {
          margin: 0 0 1rem; } }
    #cateWrap .desc .txt {
      font-size: 16px;
      line-height: 2; }
      @media screen and (max-width: 750px) {
        #cateWrap .desc .txt {
          font-size: 4vw; } }
    @media screen and (max-width: 750px) {
      #cateWrap .desc {
        display: block; } }
  #cateWrap .desc-large {
    text-align: center;
    font-size: 20px;
    line-height: 3;
    white-space: nowrap; }
    #cateWrap .desc-large mark {
      display: inline-block;
      padding: 0 .1em;
      font-size: 25px;
      background-color: transparent;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(16, 211, 238, 0)), color-stop(50%, rgba(16, 211, 238, 0.3)), color-stop(70%, rgba(16, 211, 238, 0.3)), color-stop(70%, rgba(16, 211, 238, 0)));
      background: -webkit-linear-gradient(top, rgba(16, 211, 238, 0) 50%, rgba(16, 211, 238, 0.3) 50%, rgba(16, 211, 238, 0.3) 70%, rgba(16, 211, 238, 0) 70%);
      background: -o-linear-gradient(top, rgba(16, 211, 238, 0) 50%, rgba(16, 211, 238, 0.3) 50%, rgba(16, 211, 238, 0.3) 70%, rgba(16, 211, 238, 0) 70%);
      background: linear-gradient(to bottom, rgba(16, 211, 238, 0) 50%, rgba(16, 211, 238, 0.3) 50%, rgba(16, 211, 238, 0.3) 70%, rgba(16, 211, 238, 0) 70%); }
    @media screen and (max-width: 750px) {
      #cateWrap .desc-large {
        white-space: normal;
        font-size: 4.5vw;
        text-align: justify;
        line-height: 2; }
        #cateWrap .desc-large mark {
          font-size: 6vw; } }
  #cateWrap .example-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -40px; }
    @media screen and (max-width: 750px) {
      #cateWrap .example-list {
        margin-bottom: -2rem; } }
    #cateWrap .example-list li {
      padding-bottom: 40px; }
      #cateWrap .example-list li img {
        display: block;
        max-width: 100%;
        margin: 0 auto 5px; }
      #cateWrap .example-list li p {
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
        margin: 0; }
      @media screen and (max-width: 750px) {
        #cateWrap .example-list li {
          width: 100%;
          padding-bottom: 2rem; }
          #cateWrap .example-list li p {
            font-size: 4vw; } }
  #cateWrap .desc-list li {
    display: block;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    padding: 20px 25px;
    background: #fff;
    overflow: hidden; }
    #cateWrap .desc-list li:not(:last-child) {
      margin-bottom: 20px; }
    #cateWrap .desc-list li p {
      display: block;
      font-size: 16px;
      line-height: 1.5625; }
    @media screen and (max-width: 750px) {
      #cateWrap .desc-list li {
        padding: 1rem; }
        #cateWrap .desc-list li p {
          font-size: 4vw;
          line-height: 1.666; } }
  #cateWrap .desc-list__ttl {
    font-size: 20px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 .5em; }
    @media screen and (max-width: 750px) {
      #cateWrap .desc-list__ttl {
        font-size: 5vw;
        line-height: 1.5; } }
  #cateWrap .desc-list .float-right {
    float: right;
    margin-left: 10px;
    margin-top: .25em; }
    @media screen and (max-width: 750px) {
      #cateWrap .desc-list .float-right {
        max-width: 50%; } }
  #cateWrap .prod {
    margin: 0 0 120px; }
    #cateWrap .prod__ttl {
      font-size: 20px;
      font-weight: 700;
      line-height: 38px;
      margin: 0 0 30px;
      background-image: url(prod_ttl_bg.gif);
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-position: left top;
      padding: 0 0 0 30px; }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__ttl {
          font-size: 6vw;
          padding: .5em 0;
          line-height: 1.5;
          background: none;
          border-top: 2px solid #000;
          border-bottom: 1px dotted #000; } }
    #cateWrap .prod img {
      max-width: 100%; }
    #cateWrap .prod__detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 0 25px; }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__detail {
          display: block;
          padding: 1rem 0; } }
    #cateWrap .prod__col {
      width: calc( ( 100% - 10px ) * .5); }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__col {
          width: 100%; } }
    #cateWrap .prod__desc {
      font-size: 18px;
      line-height: 1.66666667;
      margin: 0; }
      #cateWrap .prod__desc p {
        margin: 0; }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__desc {
          font-size: 4vw;
          line-height: 2;
          margin-bottom: 2rem; } }
    #cateWrap .prod__points {
      margin: 0 0 25px;
      padding: 0; }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__points {
          margin: 0 0 2rem; } }
      #cateWrap .prod__points li {
        background-color: #f8f8f8;
        padding: .5em;
        margin-bottom: .5em;
        font-size: 12px;
        line-height: 1.25;
        text-align: center; }
        @media screen and (max-width: 750px) {
          #cateWrap .prod__points li {
            font-size: 4vw;
            line-height: 1.5;
            margin-bottom: 1rem;
            font-weight: 500; } }
    #cateWrap .prod__color {
      display: block;
      margin: 0 10px 0 0;
      padding: 0;
      max-width: calc( 100% - ( 210px + 10px )); }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__color {
          max-width: unset;
          max-width: initial;
          margin: 0 auto 2rem; } }
    #cateWrap .prod__price {
      font-size: 50px;
      color: #c10001;
      font-weight: 700;
      margin: 0;
      padding: 0;
      line-height: 1.1;
      text-align: right;
      min-width: 210px;
      letter-spacing: -.01em;
      white-space: nowrap;
      font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt"; }
      @media screen and (max-width: 750px) {
        #cateWrap .prod__price {
          width: 100%;
          text-align: center;
          min-width: unset;
          min-width: initial;
          font-size: 14vw; } }
      #cateWrap .prod__price span {
        font-size: .5em; }
      #cateWrap .prod__price__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; }
        @media screen and (max-width: 750px) {
          #cateWrap .prod__price__box {
            display: block; } }
    #cateWrap .prod__link {
      display: block;
      background-color: #c10001;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 1rem;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer; }
      #cateWrap .prod__link:hover {
        background-color: #f40001; }
