article {
  position: relative; }
  article .topic_en {
    width: 1300px;
    height: 250px;
    background-image: url(../images/product_en.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: fixed;
    top: 200px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: -1; }
    @media only screen and (max-width: 1250px) {
      article .topic_en {
        width: 100%; } }
    @media only screen and (max-width: 950px) {
      article .topic_en {
        top: 50px; } }
    @media only screen and (max-width: 750px) {
      article .topic_en {
        display: none; } }
  article .topic_box {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 180px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 1250px) {
      article .topic_box {
        width: calc(100% - 60px); } }
    @media only screen and (max-width: 950px) {
      article .topic_box {
        padding-top: 100px;
        padding-bottom: 80px; } }
    article .topic_box .bread {
      margin-bottom: 40px; }
      @media only screen and (max-width: 950px) {
        article .topic_box .bread {
          margin-bottom: 20px; } }
      article .topic_box .bread a {
        font-size: 14px;
        color: #908b82;
        text-decoration: underline; }
    article .topic_box h2 {
      font-size: 50px;
      position: relative;
      padding-left: 40px;
      letter-spacing: 5px; }
      @media only screen and (max-width: 950px) {
        article .topic_box h2 {
          font-size: 32px; } }
      article .topic_box h2::after {
        content: "";
        width: 20px;
        height: 2px;
        background-color: #000;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }

section.product_list {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 0; }
  @media only screen and (max-width: 950px) {
    section.product_list {
      padding: 0; } }
  section.product_list .cate_box {
    display: block;
    position: relative;
    z-index: 2;
    width: 1200px;
    margin: 0 auto 30px; }
    @media only screen and (max-width: 1200px) {
      section.product_list .cate_box {
        margin-left: 30px; } }
    @media only screen and (max-width: 950px) {
      section.product_list .cate_box {
        width: auto;
        display: inline-block;
        vertical-align: top;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        padding: 8px 20px 14px;
        border-radius: 10px;
        cursor: pointer;
        margin-bottom: 30px;
        text-align: center; } }
    section.product_list .cate_box .title {
      color: #beaa93;
      font-size: 30px;
      margin-bottom: 30px;
      display: none; }
      @media only screen and (max-width: 950px) {
        section.product_list .cate_box .title {
          font-size: 18px;
          margin-bottom: 0;
          display: inline-block;
          vertical-align: middle; } }
    section.product_list .cate_box .arr {
      width: 16px;
      height: 16px;
      background-image: url(../images/cate_btn.svg);
      background-repeat: no-repeat;
      margin-left: 10px;
      display: none; }
      @media only screen and (max-width: 950px) {
        section.product_list .cate_box .arr {
          display: inline-block;
          vertical-align: middle; } }
    @media only screen and (min-width: 951px) {
      section.product_list .cate_box .cate_list {
        display: block !important; } }
    @media only screen and (max-width: 950px) {
      section.product_list .cate_box .cate_list {
        display: none;
        position: absolute;
        z-index: 1;
        top: 45px;
        left: 0;
        background-color: #fff;
        padding: 10px 0px;
        border: solid 1px #beaa93; } }
    section.product_list .cate_box .cate_list .cate {
      color: #beaa93;
      margin-bottom: 10px;
      cursor: pointer;
      text-align: center;
      -webkit-transition: .5s;
      -o-transition: .5s;
      transition: .5s;
      border: solid 2px #beaa93;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      padding: 10px 25px;
      border-radius: 30px; }
      section.product_list .cate_box .cate_list .cate.active {
        color: #FFF;
        background-color: #beaa93; }
      @media only screen and (min-width: 751px) {
        section.product_list .cate_box .cate_list .cate:hover {
          background-color: #beaa93;
          color: #FFF; } }
      @media only screen and (max-width: 950px) {
        section.product_list .cate_box .cate_list .cate {
          font-size: 18px;
          margin-bottom: 0;
          padding: 5px 30px;
          min-width: 100px;
          text-align: center;
          border: solid 0px #beaa93;
          border-radius: 0;
          color: #000;
          margin-right: 0; }
          section.product_list .cate_box .cate_list .cate.active {
            color: #000;
            background-color: #FFF; } }
  @media only screen and (max-width: 950px) and (min-width: 751px) {
    section.product_list .cate_box .cate_list .cate:hover {
      color: #908b82;
      background-color: #EEE; } }
  section.product_list .list_box {
    position: relative;
    width: 100%;
    background-color: #beaa93;
    padding: 100px 0 50px; }
    @media only screen and (max-width: 950px) {
      section.product_list .list_box {
        padding: 50px 0 0; } }
    section.product_list .list_box .inner {
      text-align: center;
      position: relative;
      padding-bottom: 50px;
      width: 1200px;
      margin: 0 auto; }
      @media only screen and (max-width: 1200px) {
        section.product_list .list_box .inner {
          width: 900px; } }
      @media only screen and (max-width: 950px) {
        section.product_list .list_box .inner {
          max-width: 600px;
          width: calc(100% - 60px);
          text-align: left; } }
      section.product_list .list_box .inner .product_list_box {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        text-align: center; }
        @media only screen and (max-width: 1200px) {
          section.product_list .list_box .inner .product_list_box {
            grid-column-gap: 50px;
            grid-row-gap: 50px; } }
        @media only screen and (max-width: 950px) {
          section.product_list .list_box .inner .product_list_box {
            grid-column-gap: 25px;
            -ms-grid-columns: 1fr 1fr;
            grid-template-columns: 1fr 1fr; } }
        section.product_list .list_box .inner .product_list_box a {
          width: 330px;
          display: inline-block;
          vertical-align: top; }
          @media only screen and (max-width: 1200px) {
            section.product_list .list_box .inner .product_list_box a {
              width: 250px; } }
          @media only screen and (max-width: 950px) {
            section.product_list .list_box .inner .product_list_box a {
              width: 100%; } }
          @media only screen and (min-width: 751px) {
            section.product_list .list_box .inner .product_list_box a:hover figure {
              -webkit-filter: brightness(70%);
              filter: brightness(70%); }
            section.product_list .list_box .inner .product_list_box a:hover .info .cate, section.product_list .list_box .inner .product_list_box a:hover .info .p_name, section.product_list .list_box .inner .product_list_box a:hover .info .num {
              color: #000; } }
          section.product_list .list_box .inner .product_list_box a figure {
            width: 100%;
            margin-bottom: 30px;
            border-radius: 100%;
            overflow: hidden;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            @media only screen and (max-width: 950px) {
              section.product_list .list_box .inner .product_list_box a figure {
                margin-bottom: 10px; } }
            section.product_list .list_box .inner .product_list_box a figure img {
              width: 100%;
              height: 100%;
              display: block;
              -o-object-fit: cover;
              object-fit: cover; }
          section.product_list .list_box .inner .product_list_box a .info .cate {
            color: #908b82;
            line-height: 30px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            @media only screen and (max-width: 950px) {
              section.product_list .list_box .inner .product_list_box a .info .cate {
                font-size: 14px; } }
          section.product_list .list_box .inner .product_list_box a .info .p_name {
            color: #FFF;
            font-size: 30px;
            line-height: 50px;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            @media only screen and (max-width: 950px) {
              section.product_list .list_box .inner .product_list_box a .info .p_name {
                font-size: 18px;
                line-height: 28px; } }
          section.product_list .list_box .inner .product_list_box a .info .num {
            color: #908b82;
            font-size: 30px;
            line-height: 50px;
            font-weight: bold;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            @media only screen and (max-width: 950px) {
              section.product_list .list_box .inner .product_list_box a .info .num {
                font-size: 18px;
                line-height: 28px; } }

section.delivery {
  width: 100%;
  overflow: hidden;
  padding: 100px 0; }
  @media only screen and (max-width: 950px) {
    section.delivery {
      padding: 50px 0; } }
  section.delivery .inner {
    width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 1200px) {
      section.delivery .inner {
        width: calc(100% - 60px); } }
    section.delivery .inner h3 {
      color: #000; }
      section.delivery .inner h3::after {
        background-color: #000; }
    section.delivery .inner .info01 {
      text-align: center;
      margin-bottom: 60px; }
      @media only screen and (max-width: 950px) {
        section.delivery .inner .info01 {
          margin-bottom: 30px; } }
      section.delivery .inner .info01 h4 {
        font-size: 26px;
        line-height: 40px; }
        @media only screen and (max-width: 950px) {
          section.delivery .inner .info01 h4 {
            font-size: 20px; } }
      section.delivery .inner .info01 .en {
        font-size: 20px;
        line-height: 35px; }
    section.delivery .inner .main {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 0px;
      text-align: center;
      margin-bottom: 80px; }
      @media only screen and (max-width: 950px) {
        section.delivery .inner .main {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          grid-column-gap: 0px;
          grid-row-gap: 20px;
          margin-bottom: 50px; } }
      section.delivery .inner .main .item {
        background-color: #fff;
        border-radius: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
        padding: 30px; }
        @media only screen and (max-width: 950px) {
          section.delivery .inner .main .item {
            padding: 20px; } }
        section.delivery .inner .main .item h5 {
          font-size: 36px;
          letter-spacing: 4px; }
          @media only screen and (max-width: 1200px) {
            section.delivery .inner .main .item h5 {
              font-size: 26px;
              letter-spacing: 0px; } }
          @media only screen and (max-width: 950px) {
            section.delivery .inner .main .item h5 {
              margin-bottom: 5px; } }
        section.delivery .inner .main .item h6 {
          margin-bottom: 10px; }
          @media only screen and (max-width: 950px) {
            section.delivery .inner .main .item h6 {
              font-size: 18px;
              margin-bottom: 15px; } }
        section.delivery .inner .main .item p {
          font-size: 30px; }
          @media only screen and (max-width: 1200px) {
            section.delivery .inner .main .item p {
              font-size: 26px; } }
          section.delivery .inner .main .item p span {
            font-size: 50px;
            line-height: 50px;
            color: #beaa93;
            display: inline-block;
            vertical-align: bottom; }
            @media only screen and (max-width: 1200px) {
              section.delivery .inner .main .item p span {
                font-size: 42px;
                line-height: 42px; } }
    section.delivery .inner .free {
      text-align: center; }
      section.delivery .inner .free p {
        font-size: 45px;
        line-height: 60px;
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 30px; }
        @media only screen and (max-width: 950px) {
          section.delivery .inner .free p {
            font-size: 28px;
            line-height: 28px; } }
        section.delivery .inner .free p::before, section.delivery .inner .free p::after {
          content: "";
          width: 70px;
          height: 1px;
          background-color: #000;
          position: absolute;
          bottom: 25px; }
          @media only screen and (max-width: 950px) {
            section.delivery .inner .free p::before, section.delivery .inner .free p::after {
              width: 45px;
              bottom: 10px; } }
        section.delivery .inner .free p::before {
          left: -75px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
          @media only screen and (max-width: 950px) {
            section.delivery .inner .free p::before {
              left: -35px; } }
        section.delivery .inner .free p::after {
          right: -75px;
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
          @media only screen and (max-width: 950px) {
            section.delivery .inner .free p::after {
              right: -35px; } }
      section.delivery .inner .free a {
        display: block;
        font-size: 30px;
        margin: 0 auto;
        width: 600px;
        padding: 10px 0;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s; }
        @media only screen and (max-width: 950px) {
          section.delivery .inner .free a {
            font-size: 18px;
            max-width: 600px;
            padding: 0;
            width: 100%; } }
