.copy-notification {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 500;
  padding: 20px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 150px;
  margin-top: -30px;
  margin-left: -85px;
  display: none;
  text-align: center; }

@media only screen and (max-height: 900px) {
  .scroll_down {
    top: 30%; } }

@media only screen and (max-width: 1250px) {
  .scroll_down {
    display: none; } }

article {
  position: relative; }

section.banner {
  overflow: hidden;
  padding-top: 200px; }
  @media only screen and (max-width: 950px) {
    section.banner {
      padding-top: 120px; } }
  section.banner .slide_box {
    position: relative;
    text-align: center; }
    section.banner .slide_box figure {
      display: inline-block;
      vertical-align: top;
      width: 740px;
      margin: 0 10px;
      border-radius: 30px;
      overflow: hidden; }
      @media only screen and (max-width: 1250px) {
        section.banner .slide_box figure {
          width: 600px; } }
      @media only screen and (max-width: 950px) {
        section.banner .slide_box figure {
          width: 450px; } }
      @media only screen and (max-width: 750px) {
        section.banner .slide_box figure {
          width: 320px;
          margin: 0 5px; } }

section.product {
  width: 100%;
  overflow: hidden;
  padding: 100px 0; }
  @media only screen and (max-width: 950px) {
    section.product {
      padding: 40px 0 60px; } }
  section.product .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 1250px) {
      section.product .inner {
        width: calc(100% - 60px); } }
    section.product .inner .cate_box {
      display: inline-block;
      vertical-align: top;
      width: 135px; }
      @media only screen and (max-width: 950px) {
        section.product .inner .cate_box {
          padding-bottom: 50px;
          border-bottom: solid 1px #908b82;
          width: 100%;
          margin-bottom: 50px; } }
      section.product .inner .cate_box .cate {
        font-size: 30px;
        color: #fff;
        background-color: #beaa93;
        line-height: 40px;
        letter-spacing: 10px;
        padding: 20px 5px 10px 3px;
        border-radius: 50px;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
        @media only screen and (max-width: 950px) {
          section.product .inner .cate_box .cate {
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 2px;
            padding: 5px 15px;
            margin-bottom: 10px; } }
      section.product .inner .cate_box h2 {
        font-size: 45px;
        font-weight: bold;
        letter-spacing: 10px;
        line-height: 55px;
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 950px) {
          section.product .inner .cate_box h2 {
            -webkit-writing-mode: horizontal-tb;
            -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
            display: block;
            font-size: 30px;
            line-height: 30px; } }
    section.product .inner .product_box {
      width: calc(100% - 305px);
      display: inline-block;
      vertical-align: top;
      margin-left: 160px;
      position: relative; }
      @media only screen and (max-width: 1250px) {
        section.product .inner .product_box {
          width: calc(100% - 305px);
          margin-left: 160px; } }
      @media only screen and (max-width: 950px) {
        section.product .inner .product_box {
          width: 100%;
          margin-left: 0; } }
      section.product .inner .product_box .share_box {
        text-align: left;
        margin-bottom: 40px;
        position: fixed;
        right: 10px;
        width: 40px;
        top: 75%;
        z-index: 1; }
        @media only screen and (max-height: 900px) {
          section.product .inner .product_box .share_box {
            top: 65%; } }
        @media only screen and (max-width: 1250px) {
          section.product .inner .product_box .share_box {
            position: relative;
            width: auto;
            right: 0;
            top: 0; } }
        section.product .inner .product_box .share_box p {
          display: inline-block;
          vertical-align: middle;
          margin-left: -6px;
          font-size: 20px;
          -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-bottom: 30px; }
          @media only screen and (max-width: 1250px) {
            section.product .inner .product_box .share_box p {
              -webkit-transform: rotate(0deg);
              -ms-transform: rotate(0deg);
              transform: rotate(0deg);
              margin-left: 0;
              margin-bottom: 0;
              margin-right: 20px; } }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .share_box p {
              font-size: 16px; } }
        section.product .inner .product_box .share_box a {
          display: inline-block;
          vertical-align: middle;
          margin-right: 20px;
          margin-bottom: 20px;
          width: 40px;
          height: 40px;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
          @media only screen and (max-width: 1250px) {
            section.product .inner .product_box .share_box a {
              margin-bottom: 0; } }
          section.product .inner .product_box .share_box a.share_fb {
            background-image: url(../images/social_fb.svg); }
          section.product .inner .product_box .share_box a.share_line {
            background-image: url(../images/social_line.svg); }
          section.product .inner .product_box .share_box a.share_link {
            background-image: url(../images/social_link.svg); }
          @media only screen and (min-width: 751px) {
            section.product .inner .product_box .share_box a:hover.share_fb {
              background-image: url(../images/social_fb_brown.svg); }
            section.product .inner .product_box .share_box a:hover.share_line {
              background-image: url(../images/social_line_brown.svg); }
            section.product .inner .product_box .share_box a:hover.share_link {
              background-image: url(../images/social_link_brown.svg); } }
      section.product .inner .product_box .main_box .details {
        padding-bottom: 100px;
        border-bottom: 1px solid #908b82; }
        @media only screen and (max-width: 950px) {
          section.product .inner .product_box .main_box .details {
            padding-bottom: 50px; } }
        section.product .inner .product_box .main_box .details h3 {
          color: #000;
          text-align: left;
          margin-bottom: 60px; }
          section.product .inner .product_box .main_box .details h3::after {
            background-color: #000;
            left: 0;
            margin-left: 0;
            bottom: -10px; }
        section.product .inner .product_box .main_box .details .item {
          margin-bottom: 20px; }
          section.product .inner .product_box .main_box .details .item p {
            display: inline-block;
            vertical-align: middle;
            font-size: 24px;
            background-color: #fff;
            border-radius: 5px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            padding: 10px 30px;
            margin-right: 30px; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .details .item p {
                font-size: 20px;
                padding: 5px 20px;
                border-radius: 10px;
                margin-right: 20px; } }
          section.product .inner .product_box .main_box .details .item span {
            display: inline-block;
            vertical-align: middle; }
            section.product .inner .product_box .main_box .details .item span.price {
              font-size: 36px;
              font-weight: 500; }
              @media only screen and (max-width: 950px) {
                section.product .inner .product_box .main_box .details .item span.price {
                  font-size: 30px; } }
        section.product .inner .product_box .main_box .details .ask {
          margin-top: 30px;
          font-size: 30px;
          width: 400px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .details .ask {
              font-size: 18px;
              margin-top: 20px;
              max-width: 400px;
              width: 100%; } }
      section.product .inner .product_box .main_box .flavor {
        padding: 100px 0;
        border-bottom: 1px solid #908b82; }
        @media only screen and (max-width: 950px) {
          section.product .inner .product_box .main_box .flavor {
            padding: 50px 0; } }
        section.product .inner .product_box .main_box .flavor h3 {
          color: #000;
          text-align: left;
          margin-bottom: 60px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .flavor h3 {
              margin-bottom: 40px; } }
          section.product .inner .product_box .main_box .flavor h3::after {
            background-color: #000;
            left: 0;
            margin-left: 0;
            bottom: -10px; }
        section.product .inner .product_box .main_box .flavor h4 {
          font-size: 30px;
          font-weight: bold;
          line-height: 50px;
          margin-bottom: 10px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .flavor h4 {
              font-size: 22px;
              line-height: 42px;
              margin-bottom: 5px; } }
        section.product .inner .product_box .main_box .flavor p {
          line-height: 40px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .flavor p {
              font-size: 18px;
              line-height: 35px; } }
      section.product .inner .product_box .main_box .inquiry {
        padding: 100px 0;
        border-bottom: 1px solid #908b82; }
        @media only screen and (max-width: 950px) {
          section.product .inner .product_box .main_box .inquiry {
            padding: 50px 0; } }
        section.product .inner .product_box .main_box .inquiry h3 {
          color: #000;
          text-align: left;
          margin-bottom: 60px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .inquiry h3 {
              margin-bottom: 40px; } }
          section.product .inner .product_box .main_box .inquiry h3::after {
            background-color: #000;
            left: 0;
            margin-left: 0;
            bottom: -10px; }
        section.product .inner .product_box .main_box .inquiry p {
          line-height: 40px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .inquiry p {
              font-size: 18px;
              line-height: 35px; } }
        section.product .inner .product_box .main_box .inquiry .ask_box {
          margin-top: 20px;
          background-color: #fff;
          border-radius: 10px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          padding: 30px;
          margin-bottom: 50px;
          display: none; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .main_box .inquiry .ask_box {
              padding: 15px;
              margin-bottom: 30px; } }
          section.product .inner .product_box .main_box .inquiry .ask_box .title .pname, section.product .inner .product_box .main_box .inquiry .ask_box .title .weight, section.product .inner .product_box .main_box .inquiry .ask_box .title .price, section.product .inner .product_box .main_box .inquiry .ask_box .info .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .weight, section.product .inner .product_box .main_box .inquiry .ask_box .info .price {
            font-size: 24px;
            display: inline-block;
            vertical-align: top;
            padding-right: 20px;
            padding-bottom: 20px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry .ask_box .title .pname, section.product .inner .product_box .main_box .inquiry .ask_box .title .weight, section.product .inner .product_box .main_box .inquiry .ask_box .title .price, section.product .inner .product_box .main_box .inquiry .ask_box .info .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .weight, section.product .inner .product_box .main_box .inquiry .ask_box .info .price {
                padding-right: 15px;
                padding-bottom: 15px;
                font-size: 14px; } }
          section.product .inner .product_box .main_box .inquiry .ask_box .title .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .pname {
            width: calc(100% - 320px);
            padding-left: 30px; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry .ask_box .title .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .pname {
                padding-left: 15px; } }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry .ask_box .title .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .pname {
                width: calc(100% - 200px);
                padding-left: 10px; } }
          section.product .inner .product_box .main_box .inquiry .ask_box .title .weight, section.product .inner .product_box .main_box .inquiry .ask_box .info .weight {
            width: 190px; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry .ask_box .title .weight, section.product .inner .product_box .main_box .inquiry .ask_box .info .weight {
                width: 110px; } }
          section.product .inner .product_box .main_box .inquiry .ask_box .title .price, section.product .inner .product_box .main_box .inquiry .ask_box .info .price {
            width: 110px; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry .ask_box .title .price, section.product .inner .product_box .main_box .inquiry .ask_box .info .price {
                width: 70px; } }
          section.product .inner .product_box .main_box .inquiry .ask_box .title {
            border-bottom: solid 1px #908b82; }
          section.product .inner .product_box .main_box .inquiry .ask_box .info .pname, section.product .inner .product_box .main_box .inquiry .ask_box .info .weight, section.product .inner .product_box .main_box .inquiry .ask_box .info .price {
            color: #908b82;
            padding-bottom: 0;
            padding-top: 20px; }
        section.product .inner .product_box .main_box .inquiry form {
          margin-top: 20px;
          position: relative; }
          section.product .inner .product_box .main_box .inquiry form .form_inner {
            margin: 0 auto;
            position: relative;
            text-align: right; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .main_box .inquiry form .form_inner {
                width: 100%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                text-align: center; } }
            section.product .inner .product_box .main_box .inquiry form .form_inner label {
              position: relative;
              display: block;
              margin-bottom: 20px;
              text-align: left; }
              section.product .inner .product_box .main_box .inquiry form .form_inner label .name {
                font-size: 24px;
                display: inline-block;
                vertical-align: top;
                width: 80px;
                margin-right: 10px;
                margin-top: 10px; }
                @media only screen and (max-width: 950px) {
                  section.product .inner .product_box .main_box .inquiry form .form_inner label .name {
                    font-size: 20px;
                    margin-bottom: 10px; } }
                section.product .inner .product_box .main_box .inquiry form .form_inner label .name span {
                  font-size: 24px;
                  color: #BF4400;
                  display: inline-block;
                  vertical-align: top;
                  margin-left: 5px; }
                  @media only screen and (max-width: 950px) {
                    section.product .inner .product_box .main_box .inquiry form .form_inner label .name span {
                      font-size: 20px; } }
              section.product .inner .product_box .main_box .inquiry form .form_inner label input, section.product .inner .product_box .main_box .inquiry form .form_inner label textarea {
                display: inline-block;
                vertical-align: top;
                font-size: 24px;
                width: calc(100% - 100px);
                background-color: #FFF;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 15px 20px;
                text-align: left;
                border-radius: 10px; }
                @media only screen and (max-width: 950px) {
                  section.product .inner .product_box .main_box .inquiry form .form_inner label input, section.product .inner .product_box .main_box .inquiry form .form_inner label textarea {
                    width: 100%;
                    font-size: 20px; } }
              section.product .inner .product_box .main_box .inquiry form .form_inner label textarea {
                border: none;
                overflow: hidden;
                height: 160px; }
              section.product .inner .product_box .main_box .inquiry form .form_inner label.active .name {
                font-size: 16px;
                top: -25px; }
                section.product .inner .product_box .main_box .inquiry form .form_inner label.active .name span {
                  font-size: 14px; }
            section.product .inner .product_box .main_box .inquiry form .form_inner button {
              border: none;
              width: 400px;
              margin-top: 30px; }
              @media only screen and (max-width: 950px) {
                section.product .inner .product_box .main_box .inquiry form .form_inner button {
                  max-width: 400px;
                  width: 100%;
                  font-size: 18px; } }
      section.product .inner .product_box .page_box {
        padding-top: 50px;
        text-align: center; }
        @media only screen and (max-width: 950px) {
          section.product .inner .product_box .page_box {
            margin: 0; } }
        section.product .inner .product_box .page_box a {
          display: inline-block;
          vertical-align: middle;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s;
          width: 230px; }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .page_box a {
              width: auto; } }
          section.product .inner .product_box .page_box a.prev, section.product .inner .product_box .page_box a.next {
            width: 57px;
            height: 57px;
            cursor: pointer;
            background-image: url(../images/page_arr.svg);
            background-repeat: no-repeat;
            background-size: contain;
            background-position: center center;
            margin-right: 30px;
            margin-top: 10px; }
          section.product .inner .product_box .page_box a.prev {
            float: left; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .page_box a.prev {
                margin-left: 0;
                margin-right: 20px;
                float: none; } }
          section.product .inner .product_box .page_box a.next {
            float: right;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
            margin-right: 0;
            margin-left: 30px; }
            @media only screen and (max-width: 950px) {
              section.product .inner .product_box .page_box a.next {
                margin-left: 0px;
                float: none; } }
          @media only screen and (max-width: 950px) {
            section.product .inner .product_box .page_box a.back_list {
              display: block;
              margin-bottom: 15px; } }
          @media only screen and (min-width: 751px) {
            section.product .inner .product_box .page_box a:hover {
              color: #beaa93; }
              section.product .inner .product_box .page_box a:hover.prev, section.product .inner .product_box .page_box a:hover.next {
                background-image: url(../images/page_arr_hover.svg); } }
