@charset "UTF-8";
br.sp-only {
  display: none; }
  @media screen and (max-width: 500px) {
    br.sp-only {
      display: inline; } }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #4a350c; }

a {
  color: #f29337; }
  a:hover {
    text-decoration: none; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70px;
  background-color: #83af14;
  z-index: 10; }
  @media screen and (max-width: 500px) {
    header {
      height: 40px; } }
  header nav {
    height: 100%; }
    @media screen and (max-width: 500px) {
      header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  header .pc-global-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1120px;
    height: 100%;
    color: #fff;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      header .pc-global-navi {
        display: none; } }
    header .pc-global-navi li {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: block;
      height: 100%;
      text-align: center;
      border-left: 1px solid #a2c841;
      font-size: 16px;
      font-weight: bold; }
      header .pc-global-navi li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        color: #fff;
        text-decoration: none;
        -webkit-transition: background-color 0.2s;
        transition: background-color 0.2s; }
        header .pc-global-navi li a:hover {
          background-color: #4c6803; }
    header .pc-global-navi li.order {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      background-color: #ff9900;
      font-size: 26px; }
      header .pc-global-navi li.order a:hover {
        background-color: #a96a05; }
  header .sp-global-navi-open,
  header .sp-global-navi-close {
    display: none;
    width: 32px;
    height: 32px;
    margin-left: 3px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    outline: 0; }
  header .sp-global-navi-open {
    background: url("/images/index/sp-nav-open.svg") center center no-repeat;
    background-size: 14px; }
    @media screen and (max-width: 500px) {
      header .sp-global-navi-open {
        display: block; } }
  header .sp-global-navi-close {
    background: url("/images/index/sp-nav-close.svg") center center no-repeat;
    background-size: 14px; }
  header .sp-to-order {
    display: none;
    width: 100px;
    height: 100%;
    padding: 11px;
    background-color: #f49d13;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center; }
    @media screen and (max-width: 500px) {
      header .sp-to-order {
        display: block; } }
  header .sp-global-navi-wrap {
    position: absolute;
    top: 40px;
    left: 0;
    display: none;
    width: 100%; }
  header .sp-global-navi {
    background-color: #a2c841;
    color: #fff;
    font-weight: bold;
    font-size: 13px; }
    header .sp-global-navi li {
      border-bottom: 1px solid #8cac39; }
    header .sp-global-navi a {
      display: block;
      padding: 8px 10px;
      color: inherit;
      text-decoration: none; }
  header .misc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background-color: #fff; }
    header .misc-wrap .sp-company-logo {
      width: 75px; }
    header .misc-wrap .sp-share li {
      display: inline-block;
      width: 20px;
      margin-left: 5px; }

footer {
  min-width: 1120px;
  background-color: #cce288; }
  @media screen and (max-width: 500px) {
    footer {
      min-width: 0; } }
  footer .footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1120px;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (max-width: 500px) {
      footer .footer-inner {
        display: block;
        width: 100%;
        padding: 10px 0; } }
  footer .etc-list {
    font-size: 14px; }
    @media screen and (max-width: 500px) {
      footer .etc-list {
        text-align: center;
        font-size: 10px; } }
    footer .etc-list li {
      display: inline-block;
      line-height: 1; }
      footer .etc-list li + li {
        margin-left: 5px;
        padding-left: 6px;
        border-left: 1px solid #333; }
    footer .etc-list a {
      text-decoration: none;
      color: #4a350c; }
      footer .etc-list a:hover {
        text-decoration: underline; }
  footer .copyright {
    font-size: 14px; }
    @media screen and (max-width: 500px) {
      footer .copyright {
        margin-top: 10px;
        font-size: 10px;
        text-align: center; } }

.modal {
  position: relative;
  width: 900px;
  padding: 100px;
  max-width: 900px;
  text-align: left; }
  @media screen and (max-width: 500px) {
    .modal {
      width: auto;
      padding: 80px 15px; } }
  .modal .modal-title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px; }
  .modal .text {
    margin-bottom: 20px; }
  .modal table th {
    width: 200px;
    padding: 10px; }
  .modal table td {
    padding: 10px; }

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

audio, canvas, progress, video {
  display: inline-block; }

@media screen {
  [hidden~=screen] {
    display: inherit; }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

.section-title {
  margin: 0 auto; }
  .section-title .title-image {
    display: block;
    height: 180px;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .section-title .title-image {
        height: 65px; } }

.sub-headline {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 4px dotted #a2c841;
  color: #a2c841; }
  @media screen and (max-width: 500px) {
    .sub-headline {
      padding-bottom: 5px;
      font-size: 20px;
      border-width: 2px; } }
  .sub-headline.with-kumamon-like {
    padding: 23px 0 10px 90px;
    background: url("/images/index/icon-kumamon-like.svg") left top no-repeat;
    background-size: 70px 72px; }
    @media screen and (max-width: 500px) {
      .sub-headline.with-kumamon-like {
        padding: 10px 0 10px 60px;
        background: url("/images/index/icon-kumamon-like.svg") left bottom no-repeat;
        background-size: 50px; } }

* + .sub-headline {
  margin-top: 30px; }

.kv-wrap {
  min-width: 1120px;
  padding-top: 70px;
  background: url("/images/index/bg_dots.png") repeat fixed;
  background-size: 24px, 100%; }
  @media screen and (max-width: 500px) {
    .kv-wrap {
      min-width: 0;
      padding-top: 40px; } }

.news-wrap {
  min-width: 1120px;
  background-color: #f4f9e7; }
  @media screen and (max-width: 500px) {
    .news-wrap {
      min-width: 0; } }

.gallery-wrap {
  min-width: 1120px; }
  @media screen and (max-width: 500px) {
    .gallery-wrap {
      min-width: 0; } }

.concept-wrap {
  position: relative;
  min-width: 1120px;
  background: url("/images/index/bg_dots-large.png") repeat fixed;
  background-size: 300px; }
  @media screen and (max-width: 500px) {
    .concept-wrap {
      min-width: 0; } }
  .concept-wrap .pc-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .concept-wrap .pc-decorations {
        display: none; } }
    .concept-wrap .pc-decorations .decoration-a {
      position: absolute;
      top: 100px;
      left: -40px;
      width: 235px;
      height: 269px;
      background: url("/images/index/deco1.svg") no-repeat;
      background-size: 235px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .concept-wrap .pc-decorations .decoration-b {
      position: absolute;
      top: 482px;
      right: -60px;
      width: 238px;
      height: 231px;
      background: url("/images/index/deco2.svg") no-repeat;
      background-size: 238px;
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg); }
    .concept-wrap .pc-decorations .decoration-c {
      position: absolute;
      top: 800px;
      left: -30px;
      width: 188px;
      height: 187px;
      background: url("/images/index/deco3.svg") no-repeat;
      background-size: 188px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .concept-wrap .pc-decorations .decoration-d {
      position: absolute;
      top: 1050px;
      right: -30px;
      width: 235px;
      height: 269px;
      background: url("/images/index/deco1.svg") no-repeat;
      background-size: 235px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }

.making-wrap {
  position: relative;
  min-width: 1120px;
  background: url("/images/index/bg_dots-large.png") repeat fixed;
  background-size: 300px; }
  @media screen and (max-width: 500px) {
    .making-wrap {
      min-width: 0; } }
  .making-wrap .pc-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      .making-wrap .pc-decorations {
        display: none; } }
    .making-wrap .pc-decorations .decoration-a {
      position: absolute;
      top: 100px;
      left: -40px;
      width: 235px;
      height: 269px;
      background: url("/images/index/deco1.svg") no-repeat;
      background-size: 235px;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg); }
    .making-wrap .pc-decorations .decoration-b {
      position: absolute;
      top: 422px;
      right: -30px;
      width: 238px;
      height: 231px;
      background: url("/images/index/deco2.svg") no-repeat;
      background-size: 238px;
      -webkit-transform: rotate(-15deg);
              transform: rotate(-15deg); }

.description-wrap {
  min-width: 1120px;
  padding: 60px 0 70px;
  background-color: #dff1a7; }
  @media screen and (max-width: 500px) {
    .description-wrap {
      min-width: 0;
      padding: 30px 5px 30px; } }

.form-wrap {
  min-width: 1120px;
  background: url("/images/index/bg_dots-large.png") repeat fixed;
  background-size: 300px; }
  @media screen and (max-width: 500px) {
    .form-wrap {
      min-width: 0; } }

.notice-wrap {
  min-width: 1120px;
  padding: 60px 0 70px;
  background-color: #f5fae7; }
  @media screen and (max-width: 500px) {
    .notice-wrap {
      min-width: 0;
      padding: 25px 5px; } }

.produce-wrap {
  min-width: 1120px;
  background-color: #dff1a7; }
  @media screen and (max-width: 500px) {
    .produce-wrap {
      min-width: 0; } }

section.key-visual {
  position: relative;
  overflow-x: hidden;
  min-width: 1120px; }
  @media screen and (max-width: 500px) {
    section.key-visual {
      min-width: 0; } }
  section.key-visual .pc-company-logo {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 150px; }
    @media screen and (max-width: 500px) {
      section.key-visual .pc-company-logo {
        display: none; } }
    section.key-visual .pc-company-logo .image {
      display: block; }
  section.key-visual .pc-share {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 1; }
    @media screen and (max-width: 500px) {
      section.key-visual .pc-share {
        display: none; } }
    section.key-visual .pc-share li {
      display: inline-block;
      width: 40px;
      margin-left: 5px; }
  section.key-visual .content {
    position: relative;
    width: 1000px;
    height: 1000px;
    margin: 75px auto 0;
    z-index: 1; }
    @media screen and (max-width: 500px) {
      section.key-visual .content {
        width: 300px;
        height: 490px;
        margin: 0 auto;
        margin-top: 0;
        padding-top: 10px; } }
  @media screen and (max-width: 500px) {
    section.key-visual .logo {
      width: 300px;
      margin: 0 auto; } }
  section.key-visual .logo .image {
    display: block; }
  section.key-visual .message {
    position: absolute;
    top: 260px;
    left: 0;
    width: 200px;
    height: 200px;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    opacity: 0;
    -webkit-transform: translateY(-10%) rotate(60deg) scale(1.4);
            transform: translateY(-10%) rotate(60deg) scale(1.4); }
    section.key-visual .message.go {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
    @media screen and (max-width: 500px) {
      section.key-visual .message {
        top: 100px;
        width: 85px;
        height: 85px; } }
    section.key-visual .message .image {
      display: block;
      width: 100%; }
  section.key-visual .melon-photo {
    opacity: 0;
    position: absolute;
    top: 260px;
    -webkit-transform: translateY(15%) scale(1.2);
            transform: translateY(15%) scale(1.2);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    section.key-visual .melon-photo.go {
      opacity: 1;
      -webkit-transform: none;
              transform: none; }
    @media screen and (max-width: 500px) {
      section.key-visual .melon-photo {
        top: 105px;
        left: 50%;
        -webkit-transform: translate(-50%, 15%) scale(1.2);
                transform: translate(-50%, 15%) scale(1.2); }
        section.key-visual .melon-photo.go {
          opacity: 1;
          -webkit-transform: translate(-50%, 0);
                  transform: translate(-50%, 0); } }
    section.key-visual .melon-photo .image {
      display: block;
      width: 615px;
      height: 615px;
      border-radius: 50%;
      border: 10px solid #d1e195; }
      @media screen and (max-width: 500px) {
        section.key-visual .melon-photo .image {
          width: 300px;
          height: 300px;
          border-width: 5px; } }
  section.key-visual .kumamon {
    position: absolute;
    top: 410px;
    right: 80px; }
    @media screen and (max-width: 500px) {
      section.key-visual .kumamon {
        top: 230px;
        right: 0; } }
    section.key-visual .kumamon .image {
      display: block;
      width: 300px;
      height: 460px; }
      @media screen and (max-width: 500px) {
        section.key-visual .kumamon .image {
          width: 100px;
          height: 153px; } }
  section.key-visual .arrow {
    position: absolute;
    top: 350px;
    left: 570px; }
    @media screen and (max-width: 500px) {
      section.key-visual .arrow {
        left: 155px; } }
    section.key-visual .arrow .image {
      display: block;
      width: 148px;
      height: 52px; }
      @media screen and (max-width: 500px) {
        section.key-visual .arrow .image {
          width: 50px;
          -webkit-transform: rotate(210deg) scaleX(-1);
                  transform: rotate(210deg) scaleX(-1); } }
  section.key-visual .term {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      section.key-visual .term {
        bottom: 18px;
        text-align: left; } }
    section.key-visual .term .term-label {
      display: inline-block;
      margin-right: 5px;
      padding: 3px 15px;
      background-color: #fff;
      color: #a2c841;
      font-size: 24px;
      border-radius: 10px; }
      @media screen and (max-width: 500px) {
        section.key-visual .term .term-label {
          font-size: 14px;
          margin-bottom: 10px; } }
    section.key-visual .term .term-text {
      color: #fff;
      font-size: 30px; }
      @media screen and (max-width: 500px) {
        section.key-visual .term .term-text {
          font-size: 16px; } }
    section.key-visual .term .delivery {
      font-size: 25px;
      color: #fff; }
      @media screen and (max-width: 500px) {
        section.key-visual .term .delivery {
          font-size: 16px; } }
  section.key-visual .ground {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    min-width: 1440px;
    background: url("/images/index/ground.svg") no-repeat bottom center;
    background-size: 100%;
    z-index: 0; }
    @media screen and (max-width: 500px) {
      section.key-visual .ground {
        height: 135px;
        background: #a2c841; } }
  section.key-visual .pc-clouds {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media screen and (max-width: 500px) {
      section.key-visual .pc-clouds {
        display: none; } }
    section.key-visual .pc-clouds .cloud-a {
      position: absolute;
      top: 100px;
      width: 199px;
      height: 143px;
      background: url("/images/index/cloud1.svg") no-repeat;
      background-size: 199px;
      -webkit-animation: cloudmove 45s linear -3s infinite;
              animation: cloudmove 45s linear -3s infinite; }
    section.key-visual .pc-clouds .cloud-b {
      position: absolute;
      top: 320px;
      width: 123px;
      height: 66px;
      background: url("/images/index/cloud1.svg") no-repeat;
      background-size: 123px;
      -webkit-animation: cloudmove 60s linear -15s infinite;
              animation: cloudmove 60s linear -15s infinite; }
    section.key-visual .pc-clouds .cloud-c {
      position: absolute;
      top: 430px;
      width: 199px;
      height: 143px;
      background: url("/images/index/cloud2.svg") no-repeat;
      background-size: 199px;
      -webkit-animation: cloudmove 50s linear -35s infinite;
              animation: cloudmove 50s linear -35s infinite; }
    section.key-visual .pc-clouds .cloud-d {
      position: absolute;
      top: 620px;
      width: 199px;
      height: 143px;
      background: url("/images/index/cloud2.svg") no-repeat;
      background-size: 199px;
      -webkit-animation: cloudmove 50s linear -15s infinite;
              animation: cloudmove 50s linear -15s infinite; }
    section.key-visual .pc-clouds .cloud-e {
      position: absolute;
      top: 200px;
      width: 199px;
      height: 143px;
      background: url("/images/index/cloud1.svg") no-repeat;
      background-size: 199px;
      -webkit-animation: cloudmove 45s linear -20s infinite;
              animation: cloudmove 45s linear -20s infinite; }

@-webkit-keyframes cloudmove {
  0% {
    right: -200px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  10% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  20% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  30% {
    -webkit-transform: rotate(-10deg) scale(1.3);
            transform: rotate(-10deg) scale(1.3); }
  40% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  70% {
    -webkit-transform: rotate(-10deg) scale(1.3);
            transform: rotate(-10deg) scale(1.3); }
  80% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  90% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  100% {
    right: 100%;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); } }

@keyframes cloudmove {
  0% {
    right: -200px;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  10% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  20% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  30% {
    -webkit-transform: rotate(-10deg) scale(1.3);
            transform: rotate(-10deg) scale(1.3); }
  40% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  60% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  70% {
    -webkit-transform: rotate(-10deg) scale(1.3);
            transform: rotate(-10deg) scale(1.3); }
  80% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  90% {
    -webkit-transform: rotate(10deg) scale(1.3);
            transform: rotate(10deg) scale(1.3); }
  100% {
    right: 100%;
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); } }
section.news {
  width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0; }
  @media screen and (max-width: 500px) {
    section.news {
      display: block;
      width: 100%;
      padding: 20px; } }
  section.news .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 30px;
    padding: 0 30px;
    color: #a2c841;
    text-align: center;
    font-weight: bold;
    border-right: 2px solid #a2c841; }
    @media screen and (max-width: 500px) {
      section.news .title {
        margin-right: 0;
        padding: 0 0 5px 0;
        border-right: 0;
        border-bottom: 2px solid #a2c841;
        font-size: 14px; } }
  section.news .news-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.news .news-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1; }
      @media screen and (max-width: 500px) {
        section.news .news-list li {
          display: block;
          margin-top: 11px;
          font-size: 12px;
          line-height: 1.7; } }
      section.news .news-list li + li {
        margin-top: 11px; }
      section.news .news-list li .date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 10px; }

section.gallery-first .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  section.gallery-first .gallery-list > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    section.gallery-first .gallery-list > li img {
      display: block;
      width: 100%;
      height: 320px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 500px) {
        section.gallery-first .gallery-list > li img {
          height: 76px; } }

section.about {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding: 80px 0;
  z-index: 1; }
  @media screen and (max-width: 500px) {
    section.about {
      width: 100%;
      padding: 20px 10px 25px; } }
  section.about .content {
    margin: 30px auto 0;
    padding: 100px 40px 60px;
    background: #fff url("/images/index/bg_frill.svg") repeat-x top left;
    background-size: 47px 50px;
    border: 6px solid #e9f4ce;
    border-radius: 80px; }
    @media screen and (max-width: 500px) {
      section.about .content {
        margin: 15px auto 0;
        padding: 70px 15px 20px;
        border-width: 3px;
        border-radius: 40px; } }
  section.about .text {
    font-size: 22px;
    line-height: 2.2;
    text-align: center; }
    @media screen and (max-width: 500px) {
      section.about .text {
        font-size: 14px; } }
  section.about .kumamon-image {
    display: block;
    width: 850px;
    margin: 70px auto 0; }
    @media screen and (max-width: 500px) {
      section.about .kumamon-image {
        width: 260px;
        max-width: 100%;
        margin: 30px auto 0; } }

section.taste {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding: 0 0 70px;
  z-index: 1; }
  @media screen and (max-width: 500px) {
    section.taste {
      width: 100%;
      padding: 0 10px 30px; } }
  section.taste .content {
    background: #fff url("/images/index/bg_frill.svg") repeat-x top left;
    background-size: 47px 50px;
    margin: 30px auto 0;
    padding: 90px 40px 50px;
    background-color: #fff;
    border: 6px solid #e9f4ce;
    border-radius: 80px; }
    @media screen and (max-width: 500px) {
      section.taste .content {
        margin: 15px auto 0;
        padding: 70px 15px 20px;
        border-width: 3px;
        border-radius: 40px; } }
  section.taste .text {
    font-size: 22px;
    line-height: 2.2;
    text-align: center; }
    @media screen and (max-width: 500px) {
      section.taste .text {
        font-size: 14px; } }

section.gallery-second .gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media screen and (max-width: 500px) {
    section.gallery-second .gallery-list {
      display: block; } }
  section.gallery-second .gallery-list > li {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    section.gallery-second .gallery-list > li img {
      display: block;
      width: 100%;
      height: 480px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media screen and (max-width: 500px) {
        section.gallery-second .gallery-list > li img {
          height: 195px; } }

section.making {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding: 100px 0;
  z-index: 1; }
  @media screen and (max-width: 500px) {
    section.making {
      width: 100%;
      padding: 20px 0 30px; } }
  section.making .making-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px; }
    @media screen and (max-width: 500px) {
      section.making .making-list {
        display: block;
        margin-top: 15px; } }
    section.making .making-list li {
      width: 350px;
      background-color: #fff;
      border: 4px solid #ebf3d6;
      border-radius: 40px;
      overflow: hidden; }
      @media screen and (max-width: 500px) {
        section.making .making-list li {
          width: 280px;
          margin: 0 auto;
          border-width: 4px; } }
      @media screen and (max-width: 500px) {
        section.making .making-list li + li {
          margin-top: 15px; } }
    section.making .making-list .image-wrap {
      width: 342px;
      height: 215px;
      overflow: hidden; }
      @media screen and (max-width: 500px) {
        section.making .making-list .image-wrap {
          width: 280px;
          height: 160px; } }
    section.making .making-list .image {
      display: block;
      width: 100%; }
    section.making .making-list .cont {
      padding: 30px 30px 40px; }
      @media screen and (max-width: 500px) {
        section.making .making-list .cont {
          padding: 20px 30px; } }
    section.making .making-list .title {
      padding-bottom: 10px;
      text-align: center;
      font-weight: bold;
      font-size: 26px;
      color: #a2c841;
      border-bottom: 4px dotted #a2c841; }
      @media screen and (max-width: 500px) {
        section.making .making-list .title {
          font-size: 24px; } }
    section.making .making-list .text {
      margin-top: 15px;
      line-height: 2;
      letter-spacing: 0.5px; }
      @media screen and (max-width: 500px) {
        section.making .making-list .text {
          margin-top: 10px;
          font-size: 14px; } }

section.description {
  width: 1120px;
  margin: 0 auto;
  padding: 30px 40px 40px;
  background-color: #fff;
  border-radius: 40px; }
  section.description .term {
    margin-top: 20px; }
    section.description .term .term-label {
      margin-right: 20px;
      padding: 10px 15px;
      font-size: 22px;
      font-weight: bold;
      background-color: #a2c841;
      color: #fff;
      border-radius: 10px;
      vertical-align: middle; }
      @media screen and (max-width: 500px) {
        section.description .term .term-label {
          padding: 5px 10px;
          font-size: 11px;
          border-radius: 5px; } }
    section.description .term .term-text {
      display: inline-block;
      font-size: 30px;
      font-weight: bold;
      color: #a2c841;
      vertical-align: middle; }
      @media screen and (max-width: 500px) {
        section.description .term .term-text {
          margin-top: 10px;
          font-size: 13px; } }
  @media screen and (max-width: 500px) {
    section.description {
      width: 100%;
      padding: 20px 15px;
      border-radius: 20px;
      font-size: 12px; } }
  section.description .desc-combo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px; }
    @media screen and (max-width: 500px) {
      section.description .desc-combo-wrap {
        display: block;
        padding-top: 15px; } }
  section.description .desc-image-wrap {
    width: 380px;
    margin-right: 30px; }
    @media screen and (max-width: 500px) {
      section.description .desc-image-wrap {
        width: 250px;
        margin: 0 auto; } }
    section.description .desc-image-wrap .image {
      display: block;
      width: 100%; }
  section.description .desc-table-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  section.description .desc-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px; }
    @media screen and (max-width: 500px) {
      section.description .desc-table {
        margin-top: 15px;
        font-size: 12px; } }
    section.description .desc-table tr + tr {
      border-top: 1px solid #a9ca47; }
    section.description .desc-table th {
      width: 140px;
      padding: 15px 30px;
      background-color: #e6f5c0;
      text-align: left; }
      @media screen and (max-width: 500px) {
        section.description .desc-table th {
          width: 80px;
          padding: 10px 15px; } }
    section.description .desc-table td {
      padding: 15px 30px;
      background-color: #f5fae8; }
      @media screen and (max-width: 500px) {
        section.description .desc-table td {
          padding: 10px 15px; } }
    section.description .desc-table .warning {
      color: #c00; }
  section.description .flow-list {
    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;
    margin-top: 30px; }
    @media screen and (max-width: 500px) {
      section.description .flow-list {
        display: block; } }
    section.description .flow-list li {
      position: relative;
      display: block;
      width: 200px; }
      @media screen and (max-width: 500px) {
        section.description .flow-list li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          margin-top: 20px; } }
      section.description .flow-list li + li::before {
        content: '';
        position: absolute;
        left: -45px;
        top: 120px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: block;
        border-left: 14px solid #a2c841;
        border-top: 16px solid transparent;
        border-bottom: 16px solid transparent; }
        @media screen and (max-width: 500px) {
          section.description .flow-list li + li::before {
            top: -6px;
            left: 42px;
            -webkit-transform: none;
                    transform: none;
            border-top: 7px solid #a2c841;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 0; } }
      section.description .flow-list li .illustration {
        height: 230px; }
        @media screen and (max-width: 500px) {
          section.description .flow-list li .illustration {
            width: 100px;
            height: auto;
            margin-right: 15px; } }
      section.description .flow-list li .flow-desc-wrap {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      section.description .flow-list li .image {
        display: block;
        width: 100%; }
      section.description .flow-list li .flow-name {
        margin-top: 20px;
        font-size: 18px;
        font-weight: bold;
        color: #a2c841;
        text-align: center; }
        @media screen and (max-width: 500px) {
          section.description .flow-list li .flow-name {
            margin-top: 10px;
            text-align: left;
            font-size: 13px; } }
      section.description .flow-list li .flow-desc {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.8; }
        @media screen and (max-width: 500px) {
          section.description .flow-list li .flow-desc {
            margin-top: 10px;
            font-size: 11px; } }

section.form {
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0 70px; }
  @media screen and (max-width: 500px) {
    section.form {
      width: 100%;
      padding: 30px 10px; } }
  section.form .form-heading {
    margin-top: 40px;
    color: #a2c841;
    text-align: center;
    font-weight: bold;
    font-size: 26px; }
  section.form .form-table {
    margin-top: 15px;
    width: 100%;
    border-spacing: 0;
    border: 4px solid #e6f5c0;
    border-radius: 40px;
    overflow: hidden; }
    @media screen and (max-width: 500px) {
      section.form .form-table {
        border-radius: 20px; } }
    section.form .form-table tr + tr > th,
    section.form .form-table tr + tr > td {
      border-top: 1px solid #a9ca47; }
      @media screen and (max-width: 500px) {
        section.form .form-table tr + tr > th,
        section.form .form-table tr + tr > td {
          border: none; } }
    section.form .form-table th {
      width: 300px;
      padding: 15px 30px;
      font-weight: bold;
      font-size: 16px;
      text-align: left;
      background-color: #e6f5c0; }
      section.form .form-table th .supplement {
        font-size: 13px;
        font-weight: normal; }
      section.form .form-table th .required {
        color: #bc261a; }
      @media screen and (max-width: 500px) {
        section.form .form-table th {
          display: block;
          width: 100%;
          padding: 10px; } }
    section.form .form-table tr.is-disabled th, section.form .form-table tr.is-disabled td {
      border-top: 1px solid #ccc;
      background-color: #ddd;
      color: #bbb; }
      section.form .form-table tr.is-disabled th .required, section.form .form-table tr.is-disabled td .required {
        color: #bbb; }
    section.form .form-table td {
      padding: 13px 20px;
      background-color: #fff; }
      @media screen and (max-width: 500px) {
        section.form .form-table td {
          display: block;
          width: 100%;
          padding: 5px; } }
  section.form input[type='text'],
  section.form input[type='email'] {
    width: 400px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px; }
    section.form input[type='text'].long,
    section.form input[type='email'].long {
      width: 100%; }
    @media screen and (max-width: 500px) {
      section.form input[type='text'],
      section.form input[type='email'] {
        width: 100%; } }
  section.form textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    font-size: 18px; }
  section.form .submit-btn {
    position: relative;
    width: 520px;
    margin: 90px auto 0; }
    @media screen and (max-width: 500px) {
      section.form .submit-btn {
        width: 100%;
        margin: 40px auto 0; } }
    section.form .submit-btn::after {
      content: '';
      position: absolute;
      bottom: 21px;
      right: 33px;
      display: block;
      width: 89px;
      height: 105px;
      background-image: url("/images/index/melon-submit.svg");
      background-size: 89px; }
      @media screen and (max-width: 500px) {
        section.form .submit-btn::after {
          right: 10px;
          width: 80px;
          height: 60px;
          background-size: 80px; } }
  section.form input[type='submit'] {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 25px 25px 25px 45px;
    font-size: 34px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-radius: 15px;
    border-bottom: 3px solid #bf6c1b;
    background-color: #f29337;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    section.form input[type='submit']:hover {
      background-color: #f49d13;
      border-bottom: 3px solid #a75a0e; }
    @media screen and (max-width: 500px) {
      section.form input[type='submit'] {
        width: 100%;
        padding: 20px 25px 20px 30px;
        font-size: 17px; } }
  section.form .agreement {
    margin-top: 40px;
    text-align: center; }
  section.form .end {
    text-align: center;
    margin-top: 30px;
    line-height: 2; }

section.notice {
  width: 1120px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 40px; }
  @media screen and (max-width: 500px) {
    section.notice {
      width: 100%;
      padding: 20px 15px 30px;
      border-radius: 20px;
      font-size: 12px; } }
  section.notice .combo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    @media screen and (max-width: 500px) {
      section.notice .combo-wrap {
        display: block; } }
  section.notice .combo-box {
    width: 440px; }
    @media screen and (max-width: 500px) {
      section.notice .combo-box {
        width: auto;
        margin-top: 30px; } }
  section.notice .text {
    margin-top: 20px; }
    @media screen and (max-width: 500px) {
      section.notice .text {
        margin-top: 15px; } }
  section.notice ul, section.notice ol {
    margin-top: 30px;
    list-style-type: none;
    padding-left: 15px;
    text-indent: -15px;
    font-size: 14px; }
    @media screen and (max-width: 500px) {
      section.notice ul, section.notice ol {
        margin-top: 15px;
        font-size: 12px; } }
    section.notice ul li, section.notice ol li {
      margin-top: 10px; }

section.produce {
  width: 1120px;
  margin: 0 auto;
  padding: 60px 0 100px; }
  @media screen and (max-width: 500px) {
    section.produce {
      width: 100%;
      padding: 30px 5px 60px; } }
  section.produce .contact {
    padding: 30px 20px;
    border-radius: 40px;
    background-color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2; }
    @media screen and (max-width: 500px) {
      section.produce .contact {
        font-size: 15px;
        border-radius: 20px; } }
  section.produce .produce-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    @media screen and (max-width: 500px) {
      section.produce .produce-list {
        display: block; } }
    section.produce .produce-list li {
      display: block;
      width: 545px;
      padding: 40px;
      background-color: #fff;
      border-radius: 40px; }
      @media screen and (max-width: 500px) {
        section.produce .produce-list li {
          width: auto;
          padding: 20px 15px;
          border-radius: 20px; }
          section.produce .produce-list li + li {
            margin-top: 15px; } }
  section.produce .company-image {
    display: block;
    width: auto;
    height: 170px;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      section.produce .company-image {
        margin-top: 15px;
        height: 135px; } }
  section.produce .role {
    margin: 30px 0; }
    section.produce .role dt {
      display: inline-block;
      padding: 3px 10px;
      vertical-align: middle;
      border-radius: 5px;
      font-size: 20px;
      font-weight: bold;
      color: #fff; }
      @media screen and (max-width: 500px) {
        section.produce .role dt {
          font-size: 11px; } }
    section.produce .role dd {
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 500px) {
        section.produce .role dd {
          margin-left: 10px;
          font-size: 14px; } }
    section.produce .role.production dt {
      background-color: #f29337; }
    section.produce .role.sale dt {
      background-color: #a9ca47; }
  section.produce .company-table {
    margin-top: 15px;
    font-size: 14px; }
    @media screen and (max-width: 500px) {
      section.produce .company-table {
        font-size: 11px; } }
    section.produce .company-table th {
      width: 135px;
      padding-bottom: 20px; }
      @media screen and (max-width: 500px) {
        section.produce .company-table th {
          width: 90px;
          font-size: 11px; } }
    section.produce .company-table td {
      padding-bottom: 20px; }

.call-to-action {
  position: relative;
  z-index: 10; }
  .call-to-action .belt {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(169, 202, 71, 0.75);
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in; }
    @media screen and (max-width: 500px) {
      .call-to-action .belt {
        height: 35px; } }
    .call-to-action .belt.is-hidden {
      -webkit-transform: translateY(200%);
              transform: translateY(200%); }
  .call-to-action .button-wrap {
    width: 440px;
    margin: -40px auto 0; }
    @media screen and (max-width: 500px) {
      .call-to-action .button-wrap {
        width: 100%;
        margin: -30px 0; } }
  .call-to-action .lead {
    display: block;
    width: 280px;
    margin: 0 auto 5px;
    font-size: 16px;
    font-weight: bold;
    color: #f29337;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5; }
    @media screen and (max-width: 500px) {
      .call-to-action .lead {
        font-size: 13px;
        width: 200px; } }
  .call-to-action #to-form {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 20px;
    background-color: #f29337;
    color: #fff;
    font-size: 26px;
    text-align: center;
    -webkit-box-shadow: 0 5px 0 #bf6c1b;
            box-shadow: 0 5px 0 #bf6c1b;
    font-weight: bold;
    outline: none;
    line-height: 1.5; }
    .call-to-action #to-form:hover {
      background-color: #f49d13; }
    @media screen and (max-width: 500px) {
      .call-to-action #to-form {
        width: 280px;
        margin: 0 auto;
        padding: 8px;
        font-size: 13px;
        border-radius: 10px; } }
