#visual {
  overflow: hidden;
  position: relative; }
  @media (max-width: 480px) {
    #visual {
      min-width: 100%;
      height: auto; } }
  #visual .visual {
    width: 1100px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      #visual .visual {
        width: 100%; } }
    #visual .visual img {
      width: 100%;
      display: block; }
      @media (max-width: 480px) {
        #visual .visual img {
          width: 100%; } }

.organic_title {
  color: #6d6540;
  font-size: 2.8rem;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 60px; }
  .organic_title span {
    color: #575652;
    font-size: 2.2rem;
    display: block; }
  @media (max-width: 480px) {
    .organic_title {
      font-size: 2.2rem;
      padding-top: 10px;
      margin-bottom: 40px; }
      .organic_title span {
        font-size: 1.8rem; } }

.reason .reason_list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .reason .reason_list {
      display: block; } }
  .reason .reason_list .reason_set {
    text-align: center;
    width: 320px;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px #ccc; }
    .reason .reason_list .reason_set:not(:nth-child(3n)) {
      margin-right: 30px; }
    @media (max-width: 480px) {
      .reason .reason_list .reason_set {
        width: 100%;
        padding: 20px 20px 10px;
        margin-bottom: 10px; }
        .reason .reason_list .reason_set:not(:nth-child(3n)) {
          margin-right: 0; } }
    .reason .reason_list .reason_set img {
      max-width: 100%;
      margin-bottom: 20px; }
    .reason .reason_list .reason_set h3 {
      font-size: 1.8rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 15px; }
    .reason .reason_list .reason_set p {
      text-align: left;
      line-height: 1.5; }

.verify .verify_list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .verify .verify_list {
      display: block; } }
  .verify .verify_list .verify_set {
    text-align: center;
    width: 480px;
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 40px;
    box-shadow: 0 0 5px #ccc; }
    .verify .verify_list .verify_set:not(:nth-child(2n)) {
      margin-right: 60px; }
    @media (max-width: 480px) {
      .verify .verify_list .verify_set {
        width: 100%;
        padding: 20px 20px 10px;
        margin-bottom: 10px; }
        .verify .verify_list .verify_set:not(:nth-child(3n)) {
          margin-right: 0; } }
    .verify .verify_list .verify_set h3 {
      color: #00b050;
      font-size: 2.2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
    .verify .verify_list .verify_set:nth-of-type(2) h3 {
      color: #c00000; }
    .verify .verify_list .verify_set:nth-of-type(3) h3 {
      color: #2f5496; }
    .verify .verify_list .verify_set:nth-of-type(4) h3 {
      color: #c55911; }
    .verify .verify_list .verify_set:nth-of-type(5) h3 {
      color: #cc3399; }
    .verify .verify_list .verify_set:last-child h3 {
      color: #0070c0; }
    .verify .verify_list .verify_set:last-child p {
      text-align: center; }
    .verify .verify_list .verify_set:last-child img {
      margin-bottom: 15px; }
    .verify .verify_list .verify_set p {
      text-align: left;
      line-height: 1.5;
      padding-left: 1.5em;
      text-indent: -1.5em; }

.lineup .lineup_list {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .lineup .lineup_list {
      justify-content: center; } }
  .lineup .lineup_list a {
    color: #6d6540;
    text-decoration: none;
    transition: 0.7s; }
    .lineup .lineup_list a:hover {
      opacity: 0.7; }
  .lineup .lineup_list .lineup_set {
    text-align: center;
    width: 110px; }
    @media (max-width: 480px) {
      .lineup .lineup_list .lineup_set {
        width: 30%;
        margin-bottom: 10px; }
        .lineup .lineup_list .lineup_set:not(:nth-child(3n)) {
          margin-right: 4%; }
        .lineup .lineup_list .lineup_set img {
          max-width: 100%; } }
    .lineup .lineup_list .lineup_set h3 {
      font-size: 1.5rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
      @media (max-width: 480px) {
        .lineup .lineup_list .lineup_set h3 {
          font-size: 1.5rem; } }

.pickup .pickup_list {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .pickup .pickup_list {
      display: block; } }
  .pickup .pickup_list .pickup_set {
    text-align: center;
    width: 470px; }
    .pickup .pickup_list .pickup_set:not(:nth-child(2n)) {
      margin-right: 80px; }
    @media (max-width: 480px) {
      .pickup .pickup_list .pickup_set {
        width: 100%;
        padding: 20px 20px 10px;
        margin-bottom: 10px; }
        .pickup .pickup_list .pickup_set:not(:nth-child(3n)) {
          margin-right: 0; } }
    .pickup .pickup_list .pickup_set h3 {
      font-size: 2rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 25px; }
    .pickup .pickup_list .pickup_set img {
      max-width: 100%; }

.order_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }
  @media (max-width: 480px) {
    .order_list {
      display: block; } }
  .order_list .order_set {
    width: calc(90%/3);
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      .order_list .order_set {
        width: 100%;
        margin-bottom: 15px; } }
    .order_list .order_set a {
      background: #fff;
      height: 150px;
      border: #fff solid 4px;
      padding: 40px;
      box-sizing: content-box;
      position: relative;
      display: block;
      transition: 1s; }
      .order_list .order_set a:before {
        width: 9px;
        height: 18px;
        background: url(../img/arrow01.png) center/contain no-repeat;
        position: absolute;
        content: "";
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        transition: 1.5s; }
      .order_list .order_set a:hover {
        border: #ef9a9a solid 4px; }
        .order_list .order_set a:hover:before {
          background: url(../img/arrow02.png) center/contain no-repeat; }
      .order_list .order_set a h2 {
        text-align: center; }
      .order_list .order_set a img {
        max-width: 100%; }
        .order_list .order_set a img.logo-yahoo {
          width: 70%; }

.section.backcolor {
  background: #eceae6; }

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