@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .l-header__logo img {
    max-height: 50px;
  }
}

.p-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 55px;
  line-height: 1.4;
}

@media (-ms-high-contrast: none) {
  .p-btn {
    height: 55px;
  }
}

.p-triangle {
  pointer-events: none;
}

@media (min-width: 768px) {
  .p-article08__content {
    display: flex;
    flex-direction: column;
  }
  .p-article08__btn {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .p-footer-link {
    height: auto;
    padding: 85px 0;
  }
}

@media (min-width: 768px) {
  .p-footer-nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .p-footer-nav {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .p-copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 50px;
    line-height: 1.2;
    text-align: left;
  }
}

.post-type-archive-news .l-primary,
.single-news .l-primary {
  width: 100%;
}

.post-type-archive-news .l-secondary,
.single-news .l-secondary {
  display: none;
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 767px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .link-tel {
    text-decoration: none !important;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.p-entry__body img {
  vertical-align: middle;
}

.p-entry__body a {
  text-decoration: underline;
}

.p-entry__body a:hover {
  text-decoration: none;
}

.p-entry__body p, .p-entry__body ul, .p-entry__body ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.p-entry__body p:last-child, .p-entry__body ul:last-child, .p-entry__body ol:last-child {
  margin-bottom: 0;
}

.p-entry__body li {
  line-height: 1.8;
}

.p-entry__body .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .p-entry__body .sec_basic {
    margin-bottom: 50px;
  }
}

.p-entry__body .sec_basic:last-child {
  margin-bottom: 0;
}

.p-entry__body .highlight {
  padding: 25px 25px;
  background-color: #dddddd;
}

@media (max-width: 767px) {
  .p-entry__body .highlight {
    padding: 15px;
  }
}

.p-entry__body .container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.p-entry__body .p-btn {
  background: #B59B67;
  color: #ffffff;
  text-decoration: none;
}

.p-entry__body .p-btn:hover {
  background: #fff;
}

.p-entry__body .table_default {
  width: 100%;
}

@media (max-width: 767px) {
  .p-entry__body .table_default th, .p-entry__body .table_default td {
    display: block;
    width: 100% !important;
  }
}

.p-entry__body .table_menu {
  width: 100%;
}

.p-entry__body .table_menu th, .p-entry__body .table_menu td {
  border-left: 0;
  border-right: 0;
  text-align: left;
}

.p-entry__body .table_menu th:last-child, .p-entry__body .table_menu td:last-child {
  padding-left: 0;
  text-align: right;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .p-entry__body .table_menu th, .p-entry__body .table_menu td {
    display: block;
  }
  .p-entry__body .table_menu th:not(:first-child), .p-entry__body .table_menu td:not(:first-child) {
    border-top: 0;
  }
}

@media (min-width: 768px) {
  .p-entry__body .table_menu th {
    background-color: transparent;
  }
}

.p-entry__body .list_check {
  list-style: none;
  margin-left: 10px;
}

.p-entry__body .list_check li {
  position: relative;
  padding-left: 25px;
}

.p-entry__body .list_check li::before, .p-entry__body .list_check li::after {
  content: '';
  position: absolute;
  display: block;
}

.p-entry__body .list_check li::before {
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border: 1px solid #000;
}

.p-entry__body .list_check li::after {
  left: 3px;
  top: calc(50% - 5px);
  width: 10px;
  height: 5px;
  border-left: 2px solid #f00;
  border-bottom: 2px solid #f00;
  transform: rotate(-45deg);
}

.p-entry__body .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 767px) {
  .p-entry__body .map_container {
    padding-top: 100%;
  }
}

.p-entry__body .map_container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-entry__body .sns_icons {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 24px auto;
  padding: 0 24px;
  list-style: none;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons {
    gap: 20px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.p-entry__body .sns_icons a {
  display: block;
  overflow: hidden;
  width: 48px;
  height: 0;
  padding-top: 48px;
  background: center / contain no-repeat;
}

@media (max-width: 767px) {
  .p-entry__body .sns_icons a {
    width: 40px;
    padding-top: 40px;
  }
}

.p-entry__body .sns_icons a.facebook {
  background-image: url(./img/facebook_bl.png);
}

.p-entry__body .sns_icons a.instagram {
  background-image: url(./img/instagram_cl.png);
}

.p-entry__body .sns_icons a.youtube {
  background-image: url(./img/youtube.png);
}

.p-entry__body .sns_icons a.line {
  background-image: url(./img/line.png);
}

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

.p-social-nav {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}

.p-social-nav::after {
  display: none;
}

.p-social-nav .p-social-nav__item {
  display: block;
  margin: 0;
}

.p-social-nav .p-social-nav__item a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.p-social-nav .p-social-nav__item a::before {
  position: static;
  width: 48px;
  height: 48px;
  font-size: 0;
}

.p-social-nav .p-social-nav__item--facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--twitter a::before {
  font-size: 0;
  background: url(./img/x_bk.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--instagram a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--youtube a::before {
  content: '';
  font-size: 0;
  background: url(./img/youtube.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.p-social-nav .p-social-nav__item--hpb a::before {
  content: '';
  width: 144px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (max-width: 767px) {
  .p-social-nav {
    gap: 20px;
  }
  .p-social-nav .p-social-nav__item a::before {
    width: 40px;
    height: 40px;
    font-size: 0;
  }
  .p-social-nav .p-social-nav__item--hpb a::before {
    width: 120px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

.grecaptcha-message a {
  text-decoration: underline;
}

/*TOP*/
@media (max-width: 767px) {
  footer {
    margin-bottom: 50px;
  }
}

.l-header {
  position: relative;
}

.sideFloatingLinkButton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
  font-weight: bold;
}

.sideFloatingLinkButton ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.sideFloatingLinkButton ul li {
  list-style: none;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.sideFloatingLinkButton ul li a {
  display: block;
  padding: 10px 8px;
  color: #fff;
  text-decoration: none;
}

.sideFloatingLinkButton ul li a span {
  display: none;
}

.sideFloatingLinkButton ul li:first-of-type {
  background-color: #B59B67;
}

.sideFloatingLinkButton ul li:last-of-type {
  background-color: #67B59B;
}

@media (min-width: 768px) {
  .sideFloatingLinkButton {
    right: 0;
    top: 25%;
    bottom: auto;
    left: auto;
    width: 4%;
    height: -moz-fit-content;
    height: fit-content;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
  .sideFloatingLinkButton ul li {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
  .sideFloatingLinkButton ul li:first-of-type::before {
    content: '';
    background-image: url("/wp-content/uploads/icon_fax1.webp");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 1em;
    margin-bottom: 0.5em;
    margin-top: 20px;
    display: block;
  }
  .sideFloatingLinkButton ul li:last-of-type {
    display: none;
  }
  .sideFloatingLinkButton ul li a {
    padding: 0 20px 20px;
  }
  .sideFloatingLinkButton ul li a span {
    display: inline;
  }
}

body {
  font-family: "Zen Maru Gothic",sans-serif;
}

[id^="cb_content"] {
  margin-bottom: 0 !important;
}

.goldText {
  color: #B59B67;
}

@media (min-width:768px){
  .slick-slider::before{
    content:'';
    background-image:url('/wp-content/uploads/main_copy.webp');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:10.73%;
    max-width:206px;
    aspect-ratio:206 / 603;
    margin:auto;
    position:absolute;
    right:15.21%;
    top:0;
    bottom:0;
    z-index:85;
  }
  header .menu>li:last-of-type{
    display:flex;
    flex-direction:column;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
	  font-size:20px;
  a{
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    align-items:center;
    justify-content:center;
    padding:4px 16px;
    border-radius:8px;
    background-color:#67B59B;
    height:calc(1em + 16px);
    color:#fff;
    font-weight:bold;
    &::before{
      content:'';
      background-image:url('/wp-content/uploads/icon_tel1.webp');
      background-size:contain;
      background-position:center;
      background-repeat:no-repeat;
      width:1em;
      height:1em;
      display:block;
      margin-right:0.5em;
    }
  }
}
/*header .menu li:last-of-type{
  position:relative;
  a{
  color:transparent;
  }
  a::before{
    content:'';
    background-image:url('/wp-content/uploads/icon_cart.webp');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    height:40px;
    width:40px;
    margin:auto;
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    left:0;
  }
}*/
}

.pcCenter {
  text-align: left;
}

@media (min-width: 768px) {
  .pcCenter {
    text-align: center;
  }
}

.p-index-content01 {
  margin-bottom: 0;
}

.p-cb {
  padding-top: 0;
}

.p-index-content01__link {
  z-index: 100;
}

.topH2Default {
  color: #67B59B;
  text-align: center;
  font-size: clamp(2rem, 1.648rem + 1.5vw, 3rem) !important;
  font-weight: bold;
}

.topCustom1 {
  width: 100%;
  padding: 80px 16px;
  background-color: #FFFEF8;
  background-image: url("/wp-content/uploads/bg_img001.webp"), url("/wp-content/uploads/bg_img002.webp");
  background-repeat: no-repeat;
  background-size: 31.04%,28.18%;
  background-position: top left,bottom right;
}

@media (min-width: 768px) {
  .topCustom1 {
    padding: 160px 16px 128px;
  }
}

.topCustom1 .topFirstFlex {
  margin: 56px auto auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 48px;
}

.topCustom1 .topFirstFlex .topFlexContent {
  width: 100%;
  max-width: 360px;
}

@media (min-width: 768px) {
  .topCustom1 .topFirstFlex .topFlexContent {
    width: 30%;
  }
}

.topCustom1 .topFirstFlex .topFlexContent h3 {
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  font-weight: bold;
  color: #B59B67;
  text-align: center;
  margin: 24px auto;
}

.topCustom2 {
  padding: 64px 16px;
  background-color: #DAEDDD;
  background-image: url("/wp-content/uploads/bg_img003.webp"), url("/wp-content/uploads/bg_img004.webp");
  background-repeat: no-repeat;
  background-size: 11.20%,26.04%;
  background-position: 98% 15%,0 50%;
}

@media (min-width: 768px) {
  .topCustom2 {
    padding: 128px 16px;
  }
}

.topCustom2 .topSecondFlex {
  margin: 0 auto 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex {
    margin-left: 5.21%;
    margin-right: 0;
    margin-bottom: 56px;
  }
}

.topCustom2 .topSecondFlex .topRiceImage {
  width: 100%;
  max-width: 742px;
  position: relative;
  padding-right: 36px;
  padding-bottom: 24px;
}

.topCustom2 .topSecondFlex .topRiceImage .topPackage {
  width: 27.22%;
  max-width: 202px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.topCustom2 .topSecondFlex .topRiceText {
  width: 100%;
  max-width: 565px;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex .topRiceText {
    width: 29.43%;
    margin-left: 5.21%;
  }
}

.topCustom2 .topSecondFlex .topRiceText h3 {
  background-color: #B59B67;
  color: #fff;
  border-radius: 16px;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.148rem + 1.5vw, 2.5rem);
  text-align: center;
  margin-left: 0;
  margin-bottom: 24px;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.topCustom2 .topSecondFlex .topRiceText .topSecondHeadline {
  color: #B59B67;
  font-weight: bold;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
  margin-bottom: 40px;
}

.topCustom2 .topSecondFlex .topRiceText p:not([class]) {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex .topRiceText p:not([class]) {
    margin-bottom: 56px;
  }
}

.topCustom2 .topSecondFlex:last-of-type {
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex:last-of-type {
    margin-left: 0;
    margin-right: 5.21%;
  }
}

.topCustom2 .topSecondFlex:last-of-type .topRiceImage {
  padding-left: 36px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex:last-of-type .topRiceImage {
    order: 2;
  }
}

.topCustom2 .topSecondFlex:last-of-type .topRiceImage .topPackage {
  right: auto;
  left: 0;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex:last-of-type .topRiceText {
    margin-left: 0;
    margin-right: 5.21%;
  }
}

.topCustom2 .topSecondFlex .topSecondPickup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 72px;
}

@media (min-width: 768px) {
  .topCustom2 .topSecondFlex .topSecondPickup {
    margin-bottom: 0;
    margin-left: 0;
  }
}

.topCustom2 .topSecondFlex .topSecondPickup li {
  aspect-ratio: 167 / 111;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30%;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: clamp(0.75rem, 0.618rem + 0.56vw, 1.125rem);
}

.topCustom2 .topSecondFlex .topSecondPickup li:first-of-type {
  background-image: url("/wp-content/uploads/icon_rice1.webp");
}

.topCustom2 .topSecondFlex .topSecondPickup li:nth-of-type(2) {
  background-image: url("/wp-content/uploads/icon_rice2.webp");
}

.topCustom2 .topSecondFlex .topSecondPickup li:last-of-type {
  background-image: url("/wp-content/uploads/icon_rice3.webp");
  color: #FFFFFF;
}

.topCustom2 .topSecondLinkList {
  width: 100%;
  max-width: 1000px;
  margin: 72px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
}

.topCustom2 .topSecondLinkList li a {
  width: -moz-fit-content;
  width: fit-content;
}

.topCustom3 {
  padding: 64px 16px;
  background-color: #67B59B;
  background-image: url("/wp-content/uploads/bg_img005.webp"), url("/wp-content/uploads/bg_img006.webp");
  background-repeat: no-repeat;
  background-size: 20.68%,29.22%;
  background-position: 95% 20%,left bottom;
  color: #fff;
}

@media (min-width: 768px) {
  .topCustom3 {
    padding: 128px 16px;
  }
}

.topCustom3 h2 {
  color: #fff !important;
}

.topCustom3 .topThirdFlex {
  width: 100%;
  max-width: 1200px;
  margin: 72px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 56px;
  color: #444;
}

.topCustom3 .topThirdFlex .topGuidArea {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (min-width: 768px) {
  .topCustom3 .topThirdFlex .topGuidArea {
    padding: 80px;
    width: 46.67%;
  }
}

.topCustom3 .topThirdFlex .topGuidArea:first-of-type {
  background-image: url("/wp-content/uploads/bnr_img008.webp");
}

.topCustom3 .topThirdFlex .topGuidArea:last-of-type {
  background-image: url("/wp-content/uploads/bnr_img009.webp");
}

.topCustom3 .topThirdFlex .topGuidArea h3 {
  text-align: center;
  color: #444;
  font-size: clamp(1.25rem, 0.986rem + 1.13vw, 2rem);
}

.p-index-content04__col--event {
  display: none;
}

#cb_content4 {
  padding: 64px 16px;
}

@media (min-width: 768px) {
  #cb_content4 {
    padding: 128px 16px;
  }
}

.p-index-content07 {
  height: auto !important;
}

.p-index-content07__title span {
  display: inline-block;
}

.p-index-content07__desc {
  text-align: left;
}

@media (min-width: 768px) {
  .p-index-content07__desc {
    text-align: center;
  }
}

#cb_content5 {
  width: 100%;
  max-width: 100%;
  padding: 64px 16px;
  background-color: #E7F1C0;
}

@media (min-width: 768px) {
  #cb_content5 {
    padding: 128px 16px;
  }
}

#cb_content5 div {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}

#cb_content5 h2 {
  font-family: "Yuji Syuku",serif;
  background-color: #B59B67;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: normal;
  padding: 8px 16px;
  border-radius: 8px;
}

#cb_content5 .catchList {
  text-align: left;
  font-family: "Yuji Syuku",serif;
  font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
  margin: auto;
  width: 100%;
  max-width: 384px;
}

#cb_content5 .catchList li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: start;
  justify-content: flex-start;
}

#cb_content5 .catchList li::before {
  content: '一．';
}

#cb_content6 {
  background-color: #fff;
}

.p-index-content04__col {
  width: 100%;
}

.p-index-content08__btn {
  top: 0;
}

.p-index-content08__btn .p-btn {
  border-radius: 8px;
}

footer .l-inner {
  width: 100%;
  max-width: 100%;
}

footer .c-logo {
  color: #67B59B;
}

footer .p-info {
  background-image: url("/wp-content/uploads/bg_img011.webp"), url("/wp-content/uploads/bg_img012.webp");
  background-repeat: no-repeat;
  background-size: 32.24%,24.64%;
  background-position: top right,bottom left;
}

.p-footer-link {
  overflow: visible;
  padding-bottom: 0 !important;
}

.footerInfo {
  padding: 56px 16px;
  width: 100%;
  background-image: url("/wp-content/uploads/bg_img0010.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

@media (min-width: 768px) {
  .footerInfo {
    padding: 0 16px;
    height: 750px;
  }
}

.footerInfoContent {
  color: #fff;
  margin: auto;
  padding: 40px 16px;
  width: 100%;
  max-width: 1000px;
  border-radius: 48px;
  background-color: #67B59BE5;
}

@media (min-width: 768px) {
  .footerInfoContent {
    padding: 80px 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
  }
}

.footerInfoContent h2 {
  text-align: center;
  font-size: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
}

.footerInfoContent p:not([class]) {
  line-height: 1.8;
}

.footerInfoContent .footerTel {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  font-size: clamp(1.5rem, 1.236rem + 1.13vw, 2.25rem);
  font-family: "Noto Sans JP",sans-serif;
  font-weight: bold;
  margin: 32px auto;
  width: 100%;
  max-width: 620px;
}

.footerInfoContent .footerTel a {
  color: #fff;
}

.footerInfoContent .footerTel li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.footerInfoContent .footerTel li:first-of-type {
  background: linear-gradient(transparent 70%, #E085B3 70%);
}

.footerInfoContent .footerTel li:first-of-type::before {
  content: '';
  background-image: url("/wp-content/uploads/icon_tel2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1em;
  width: 1em;
  display: block;
  margin-right: 0.5em;
}

.footerInfoContent .footerTel li:last-of-type {
  background: linear-gradient(transparent 70%, #FBB83C 70%);
}

.footerInfoContent .footerTel li:last-of-type::before {
  content: '';
  background-image: url("/wp-content/uploads/icon_fax2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 1em;
  width: 1em;
  display: block;
  margin-right: 0.5em;
}

.footerInfoContent .more a {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .p-info {
    padding-top: 320px;
  }
}

/*
  * moreボタン雛形
  */
.more, .p-index-content04__col-link, .p-index-content07__btn {
  display: block;
  overflow: hidden;
  margin: auto;
  font-size: 16px !important;
}

.more a, .p-index-content04__col-link a, .p-index-content07__btn a {
  display: block;
  border: 1px solid #B59B67;
  border-radius: 8px;
  color: #fff !important;
  background: #B59B67;
  padding: 0.6em;
  margin: 0 auto 1px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px !important;
}

.p-index-content04__col-link a {
  margin-right: 0 !important;
  margin-left: auto;
  min-width: 200px !important;
  line-height: 1.6;
}

.p-index-content04__col-link a::after {
  content: '';
}

.p-index-content07__btn a {
  line-height: 1.6;
  min-height: auto;
}

.more a.inverse {
  border: 1px solid #67B59B;
  color: #67B59B;
  background: #fff;
}

.more a.inverse:hover {
  border-color: #67B59B;
  color: #fff;
  background: #67B59B;
}

.more a:hover, .p-index-content04__col-link a:hover, .p-index-content08__btn a:hover, .p-index-content07__btn a:hover {
  border: 1px solid #67B59B;
  color: #444444 !important;
  background: #fff;
}

/*
  * ボタン矢印
  */
.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow.inverse:after {
  border-top: 1px solid #67B59B;
  border-right: 1px solid #67B59B;
}

.add_arrow.inverse:hover:after {
  border-color: #fff;
}

.add_arrow:hover:after {
  right: 4%;
  border-color: #67B59B;
}

.button, .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 0.6em;
  border: 1px solid #B59B67;
  border-radius: 8px;
  background: #B59B67;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: .3s;
  cursor: pointer;
}

.button:hover, .inquiry .wpcf7-submit:hover {
  background: #fff;
  color: #444444;
}

.highlight .button, .highlight .inquiry .wpcf7-submit, .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

.l-main {
  overflow: visible;
}

/*page*/
.p-page-header__title {
  background-color: transparent;
}

/*default*/
#COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
  /* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
  /*  12 COLUMN : RESPONSIVE GRID SYSTEM  DEVELOPER : DENIS LEBLANC  URL : http://responsive.gs  VERSION : 3.0  LICENSE : GPL & MIT*/
  /* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1*/
  /* version */
  /*
  * フッターパターンA
  */
  /* お問い合わせフォーム */
  /*
  * ページトップのデザインタイプ
  */
}

#COMPANY *, #CONTACT *, #FAQ *, #PHILOSOPHY *, #POLICY *, #RICE *, #SHOP * {
  box-sizing: border-box;
}

#COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
  max-width: 800px;
  margin: 0 auto;
}

#COMPANY .clr:after, #COMPANY .col:after, #COMPANY .container:after, #COMPANY .group:after, #COMPANY .row:after, #CONTACT .clr:after, #CONTACT .col:after, #CONTACT .container:after, #CONTACT .group:after, #CONTACT .row:after, #FAQ .clr:after, #FAQ .col:after, #FAQ .container:after, #FAQ .group:after, #FAQ .row:after, #PHILOSOPHY .clr:after, #PHILOSOPHY .col:after, #PHILOSOPHY .container:after, #PHILOSOPHY .group:after, #PHILOSOPHY .row:after, #POLICY .clr:after, #POLICY .col:after, #POLICY .container:after, #POLICY .group:after, #POLICY .row:after, #RICE .clr:after, #RICE .col:after, #RICE .container:after, #RICE .group:after, #RICE .row:after, #SHOP .clr:after, #SHOP .col:after, #SHOP .container:after, #SHOP .group:after, #SHOP .row:after {
  content: "";
  display: table;
  clear: both;
}

#COMPANY .row, #CONTACT .row, #FAQ .row, #PHILOSOPHY .row, #POLICY .row, #RICE .row, #SHOP .row {
  padding-bottom: 0;
}

#COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  #COMPANY .gutters .col, #CONTACT .gutters .col, #FAQ .gutters .col, #PHILOSOPHY .gutters .col, #POLICY .gutters .col, #RICE .gutters .col, #SHOP .gutters .col {
    margin-left: 2%;
  }
  #COMPANY .span_1, #CONTACT .span_1, #FAQ .span_1, #PHILOSOPHY .span_1, #POLICY .span_1, #RICE .span_1, #SHOP .span_1 {
    width: 8.33333333333%;
  }
  #COMPANY .span_2, #CONTACT .span_2, #FAQ .span_2, #PHILOSOPHY .span_2, #POLICY .span_2, #RICE .span_2, #SHOP .span_2 {
    width: 16.6666666667%;
  }
  #COMPANY .span_3, #CONTACT .span_3, #FAQ .span_3, #PHILOSOPHY .span_3, #POLICY .span_3, #RICE .span_3, #SHOP .span_3 {
    width: 25%;
  }
  #COMPANY .span_4, #CONTACT .span_4, #FAQ .span_4, #PHILOSOPHY .span_4, #POLICY .span_4, #RICE .span_4, #SHOP .span_4 {
    width: 33.3333333333%;
  }
  #COMPANY .span_5, #CONTACT .span_5, #FAQ .span_5, #PHILOSOPHY .span_5, #POLICY .span_5, #RICE .span_5, #SHOP .span_5 {
    width: 41.6666666667%;
  }
  #COMPANY .span_6, #CONTACT .span_6, #FAQ .span_6, #PHILOSOPHY .span_6, #POLICY .span_6, #RICE .span_6, #SHOP .span_6 {
    width: 50%;
  }
  #COMPANY .span_7, #CONTACT .span_7, #FAQ .span_7, #PHILOSOPHY .span_7, #POLICY .span_7, #RICE .span_7, #SHOP .span_7 {
    width: 58.3333333333%;
  }
  #COMPANY .span_8, #CONTACT .span_8, #FAQ .span_8, #PHILOSOPHY .span_8, #POLICY .span_8, #RICE .span_8, #SHOP .span_8 {
    width: 66.6666666667%;
  }
  #COMPANY .span_9, #CONTACT .span_9, #FAQ .span_9, #PHILOSOPHY .span_9, #POLICY .span_9, #RICE .span_9, #SHOP .span_9 {
    width: 75%;
  }
  #COMPANY .span_10, #CONTACT .span_10, #FAQ .span_10, #PHILOSOPHY .span_10, #POLICY .span_10, #RICE .span_10, #SHOP .span_10 {
    width: 83.3333333333%;
  }
  #COMPANY .span_11, #CONTACT .span_11, #FAQ .span_11, #PHILOSOPHY .span_11, #POLICY .span_11, #RICE .span_11, #SHOP .span_11 {
    width: 91.6666666667%;
  }
  #COMPANY .span_12, #CONTACT .span_12, #FAQ .span_12, #PHILOSOPHY .span_12, #POLICY .span_12, #RICE .span_12, #SHOP .span_12 {
    width: 100%;
  }
  #COMPANY .gutters .span_1, #CONTACT .gutters .span_1, #FAQ .gutters .span_1, #PHILOSOPHY .gutters .span_1, #POLICY .gutters .span_1, #RICE .gutters .span_1, #SHOP .gutters .span_1 {
    width: 6.5%;
  }
  #COMPANY .gutters .span_2, #CONTACT .gutters .span_2, #FAQ .gutters .span_2, #PHILOSOPHY .gutters .span_2, #POLICY .gutters .span_2, #RICE .gutters .span_2, #SHOP .gutters .span_2 {
    width: 15%;
  }
  #COMPANY .gutters .span_3, #CONTACT .gutters .span_3, #FAQ .gutters .span_3, #PHILOSOPHY .gutters .span_3, #POLICY .gutters .span_3, #RICE .gutters .span_3, #SHOP .gutters .span_3 {
    width: 23.5%;
  }
  #COMPANY .gutters .span_4, #CONTACT .gutters .span_4, #FAQ .gutters .span_4, #PHILOSOPHY .gutters .span_4, #POLICY .gutters .span_4, #RICE .gutters .span_4, #SHOP .gutters .span_4 {
    width: 32%;
  }
  #COMPANY .gutters .span_5, #CONTACT .gutters .span_5, #FAQ .gutters .span_5, #PHILOSOPHY .gutters .span_5, #POLICY .gutters .span_5, #RICE .gutters .span_5, #SHOP .gutters .span_5 {
    width: 40.5%;
  }
  #COMPANY .gutters .span_6, #CONTACT .gutters .span_6, #FAQ .gutters .span_6, #PHILOSOPHY .gutters .span_6, #POLICY .gutters .span_6, #RICE .gutters .span_6, #SHOP .gutters .span_6 {
    width: 49%;
  }
  #COMPANY .gutters .span_7, #CONTACT .gutters .span_7, #FAQ .gutters .span_7, #PHILOSOPHY .gutters .span_7, #POLICY .gutters .span_7, #RICE .gutters .span_7, #SHOP .gutters .span_7 {
    width: 57.5%;
  }
  #COMPANY .gutters .span_8, #CONTACT .gutters .span_8, #FAQ .gutters .span_8, #PHILOSOPHY .gutters .span_8, #POLICY .gutters .span_8, #RICE .gutters .span_8, #SHOP .gutters .span_8 {
    width: 66%;
  }
  #COMPANY .gutters .span_9, #CONTACT .gutters .span_9, #FAQ .gutters .span_9, #PHILOSOPHY .gutters .span_9, #POLICY .gutters .span_9, #RICE .gutters .span_9, #SHOP .gutters .span_9 {
    width: 74.5%;
  }
  #COMPANY .gutters .span_10, #CONTACT .gutters .span_10, #FAQ .gutters .span_10, #PHILOSOPHY .gutters .span_10, #POLICY .gutters .span_10, #RICE .gutters .span_10, #SHOP .gutters .span_10 {
    width: 83%;
  }
  #COMPANY .gutters .span_11, #CONTACT .gutters .span_11, #FAQ .gutters .span_11, #PHILOSOPHY .gutters .span_11, #POLICY .gutters .span_11, #RICE .gutters .span_11, #SHOP .gutters .span_11 {
    width: 91.5%;
  }
  #COMPANY .gutters .span_12, #CONTACT .gutters .span_12, #FAQ .gutters .span_12, #PHILOSOPHY .gutters .span_12, #POLICY .gutters .span_12, #RICE .gutters .span_12, #SHOP .gutters .span_12 {
    width: 100%;
  }
}

#COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
  padding: 0 1%;
}

#COMPANY .container img, #CONTACT .container img, #FAQ .container img, #PHILOSOPHY .container img, #POLICY .container img, #RICE .container img, #SHOP .container img {
  max-width: 100%;
}

#COMPANY * + .container, #CONTACT * + .container, #FAQ * + .container, #PHILOSOPHY * + .container, #POLICY * + .container, #RICE * + .container, #SHOP * + .container {
  margin-top: 2em;
}

#COMPANY .row:not(:last-child), #CONTACT .row:not(:last-child), #FAQ .row:not(:last-child), #PHILOSOPHY .row:not(:last-child), #POLICY .row:not(:last-child), #RICE .row:not(:last-child), #SHOP .row:not(:last-child) {
  margin-bottom: 5%;
}

#COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
  float: none;
}

#COMPANY .col:not(:last-child), #CONTACT .col:not(:last-child), #FAQ .col:not(:last-child), #PHILOSOPHY .col:not(:last-child), #POLICY .col:not(:last-child), #RICE .col:not(:last-child), #SHOP .col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  #COMPANY * + .container, #CONTACT * + .container, #FAQ * + .container, #PHILOSOPHY * + .container, #POLICY * + .container, #RICE * + .container, #SHOP * + .container {
    margin-top: 40px;
  }
  #COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
    float: left;
  }
  #COMPANY .reverse > .col, #CONTACT .reverse > .col, #FAQ .reverse > .col, #PHILOSOPHY .reverse > .col, #POLICY .reverse > .col, #RICE .reverse > .col, #SHOP .reverse > .col {
    float: right;
  }
  #COMPANY .col:not(:last-child), #CONTACT .col:not(:last-child), #FAQ .col:not(:last-child), #PHILOSOPHY .col:not(:last-child), #POLICY .col:not(:last-child), #RICE .col:not(:last-child), #SHOP .col:not(:last-child) {
    margin-bottom: 0;
  }
  #COMPANY .reverse > .col:last-child, #COMPANY :not(.reverse) > .col:first-child, #CONTACT .reverse > .col:last-child, #CONTACT :not(.reverse) > .col:first-child, #FAQ .reverse > .col:last-child, #FAQ :not(.reverse) > .col:first-child, #PHILOSOPHY .reverse > .col:last-child, #PHILOSOPHY :not(.reverse) > .col:first-child, #POLICY .reverse > .col:last-child, #POLICY :not(.reverse) > .col:first-child, #RICE .reverse > .col:last-child, #RICE :not(.reverse) > .col:first-child, #SHOP .reverse > .col:last-child, #SHOP :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  #COMPANY .col.offset_1, #CONTACT .col.offset_1, #FAQ .col.offset_1, #PHILOSOPHY .col.offset_1, #POLICY .col.offset_1, #RICE .col.offset_1, #SHOP .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  #COMPANY .gutters .col.offset_1, #CONTACT .gutters .col.offset_1, #FAQ .gutters .col.offset_1, #PHILOSOPHY .gutters .col.offset_1, #POLICY .gutters .col.offset_1, #RICE .gutters .col.offset_1, #SHOP .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  #COMPANY .gutters .col.offset_1:first-child, #CONTACT .gutters .col.offset_1:first-child, #FAQ .gutters .col.offset_1:first-child, #PHILOSOPHY .gutters .col.offset_1:first-child, #POLICY .gutters .col.offset_1:first-child, #RICE .gutters .col.offset_1:first-child, #SHOP .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  #COMPANY .col.offset_2, #CONTACT .col.offset_2, #FAQ .col.offset_2, #PHILOSOPHY .col.offset_2, #POLICY .col.offset_2, #RICE .col.offset_2, #SHOP .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  #COMPANY .gutters .col.offset_2, #CONTACT .gutters .col.offset_2, #FAQ .gutters .col.offset_2, #PHILOSOPHY .gutters .col.offset_2, #POLICY .gutters .col.offset_2, #RICE .gutters .col.offset_2, #SHOP .gutters .col.offset_2 {
    margin-left: 19%;
  }
  #COMPANY .gutters .col.offset_2:first-child, #CONTACT .gutters .col.offset_2:first-child, #FAQ .gutters .col.offset_2:first-child, #PHILOSOPHY .gutters .col.offset_2:first-child, #POLICY .gutters .col.offset_2:first-child, #RICE .gutters .col.offset_2:first-child, #SHOP .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  #COMPANY .col.offset_3, #CONTACT .col.offset_3, #FAQ .col.offset_3, #PHILOSOPHY .col.offset_3, #POLICY .col.offset_3, #RICE .col.offset_3, #SHOP .col.offset_3 {
    margin-left: 25%;
  }
  #COMPANY .gutters .col.offset_3, #CONTACT .gutters .col.offset_3, #FAQ .gutters .col.offset_3, #PHILOSOPHY .gutters .col.offset_3, #POLICY .gutters .col.offset_3, #RICE .gutters .col.offset_3, #SHOP .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  #COMPANY .gutters .col.offset_3:first-child, #CONTACT .gutters .col.offset_3:first-child, #FAQ .gutters .col.offset_3:first-child, #PHILOSOPHY .gutters .col.offset_3:first-child, #POLICY .gutters .col.offset_3:first-child, #RICE .gutters .col.offset_3:first-child, #SHOP .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  #COMPANY .col.offset_4, #CONTACT .col.offset_4, #FAQ .col.offset_4, #PHILOSOPHY .col.offset_4, #POLICY .col.offset_4, #RICE .col.offset_4, #SHOP .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  #COMPANY .gutters .col.offset_4, #CONTACT .gutters .col.offset_4, #FAQ .gutters .col.offset_4, #PHILOSOPHY .gutters .col.offset_4, #POLICY .gutters .col.offset_4, #RICE .gutters .col.offset_4, #SHOP .gutters .col.offset_4 {
    margin-left: 36%;
  }
  #COMPANY .gutters .col.offset_4:first-child, #CONTACT .gutters .col.offset_4:first-child, #FAQ .gutters .col.offset_4:first-child, #PHILOSOPHY .gutters .col.offset_4:first-child, #POLICY .gutters .col.offset_4:first-child, #RICE .gutters .col.offset_4:first-child, #SHOP .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  #COMPANY .col.offset_5, #CONTACT .col.offset_5, #FAQ .col.offset_5, #PHILOSOPHY .col.offset_5, #POLICY .col.offset_5, #RICE .col.offset_5, #SHOP .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  #COMPANY .gutters .col.offset_5, #CONTACT .gutters .col.offset_5, #FAQ .gutters .col.offset_5, #PHILOSOPHY .gutters .col.offset_5, #POLICY .gutters .col.offset_5, #RICE .gutters .col.offset_5, #SHOP .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  #COMPANY .gutters .col.offset_5:first-child, #CONTACT .gutters .col.offset_5:first-child, #FAQ .gutters .col.offset_5:first-child, #PHILOSOPHY .gutters .col.offset_5:first-child, #POLICY .gutters .col.offset_5:first-child, #RICE .gutters .col.offset_5:first-child, #SHOP .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  #COMPANY .col.offset_6, #CONTACT .col.offset_6, #FAQ .col.offset_6, #PHILOSOPHY .col.offset_6, #POLICY .col.offset_6, #RICE .col.offset_6, #SHOP .col.offset_6 {
    margin-left: 50%;
  }
  #COMPANY .gutters .col.offset_6, #CONTACT .gutters .col.offset_6, #FAQ .gutters .col.offset_6, #PHILOSOPHY .gutters .col.offset_6, #POLICY .gutters .col.offset_6, #RICE .gutters .col.offset_6, #SHOP .gutters .col.offset_6 {
    margin-left: 53%;
  }
  #COMPANY .gutters .col.offset_6:first-child, #CONTACT .gutters .col.offset_6:first-child, #FAQ .gutters .col.offset_6:first-child, #PHILOSOPHY .gutters .col.offset_6:first-child, #POLICY .gutters .col.offset_6:first-child, #RICE .gutters .col.offset_6:first-child, #SHOP .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  #COMPANY .col.offset_7, #CONTACT .col.offset_7, #FAQ .col.offset_7, #PHILOSOPHY .col.offset_7, #POLICY .col.offset_7, #RICE .col.offset_7, #SHOP .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  #COMPANY .gutters .col.offset_7, #CONTACT .gutters .col.offset_7, #FAQ .gutters .col.offset_7, #PHILOSOPHY .gutters .col.offset_7, #POLICY .gutters .col.offset_7, #RICE .gutters .col.offset_7, #SHOP .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  #COMPANY .gutters .col.offset_7:first-child, #CONTACT .gutters .col.offset_7:first-child, #FAQ .gutters .col.offset_7:first-child, #PHILOSOPHY .gutters .col.offset_7:first-child, #POLICY .gutters .col.offset_7:first-child, #RICE .gutters .col.offset_7:first-child, #SHOP .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  #COMPANY .col.offset_8, #CONTACT .col.offset_8, #FAQ .col.offset_8, #PHILOSOPHY .col.offset_8, #POLICY .col.offset_8, #RICE .col.offset_8, #SHOP .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  #COMPANY .gutters .col.offset_8, #CONTACT .gutters .col.offset_8, #FAQ .gutters .col.offset_8, #PHILOSOPHY .gutters .col.offset_8, #POLICY .gutters .col.offset_8, #RICE .gutters .col.offset_8, #SHOP .gutters .col.offset_8 {
    margin-left: 70%;
  }
  #COMPANY .gutters .col.offset_8:first-child, #CONTACT .gutters .col.offset_8:first-child, #FAQ .gutters .col.offset_8:first-child, #PHILOSOPHY .gutters .col.offset_8:first-child, #POLICY .gutters .col.offset_8:first-child, #RICE .gutters .col.offset_8:first-child, #SHOP .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  #COMPANY .col.offset_9, #CONTACT .col.offset_9, #FAQ .col.offset_9, #PHILOSOPHY .col.offset_9, #POLICY .col.offset_9, #RICE .col.offset_9, #SHOP .col.offset_9 {
    margin-left: 75%;
  }
  #COMPANY .gutters .col.offset_9, #CONTACT .gutters .col.offset_9, #FAQ .gutters .col.offset_9, #PHILOSOPHY .gutters .col.offset_9, #POLICY .gutters .col.offset_9, #RICE .gutters .col.offset_9, #SHOP .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  #COMPANY .gutters .col.offset_9:first-child, #CONTACT .gutters .col.offset_9:first-child, #FAQ .gutters .col.offset_9:first-child, #PHILOSOPHY .gutters .col.offset_9:first-child, #POLICY .gutters .col.offset_9:first-child, #RICE .gutters .col.offset_9:first-child, #SHOP .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  #COMPANY .col.offset_10, #CONTACT .col.offset_10, #FAQ .col.offset_10, #PHILOSOPHY .col.offset_10, #POLICY .col.offset_10, #RICE .col.offset_10, #SHOP .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  #COMPANY .gutters .col.offset_10, #CONTACT .gutters .col.offset_10, #FAQ .gutters .col.offset_10, #PHILOSOPHY .gutters .col.offset_10, #POLICY .gutters .col.offset_10, #RICE .gutters .col.offset_10, #SHOP .gutters .col.offset_10 {
    margin-left: 87%;
  }
  #COMPANY .gutters .col.offset_10:first-child, #CONTACT .gutters .col.offset_10:first-child, #FAQ .gutters .col.offset_10:first-child, #PHILOSOPHY .gutters .col.offset_10:first-child, #POLICY .gutters .col.offset_10:first-child, #RICE .gutters .col.offset_10:first-child, #SHOP .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  #COMPANY .col.offset_11, #CONTACT .col.offset_11, #FAQ .col.offset_11, #PHILOSOPHY .col.offset_11, #POLICY .col.offset_11, #RICE .col.offset_11, #SHOP .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  #COMPANY .gutters .col.offset_11, #CONTACT .gutters .col.offset_11, #FAQ .gutters .col.offset_11, #PHILOSOPHY .gutters .col.offset_11, #POLICY .gutters .col.offset_11, #RICE .gutters .col.offset_11, #SHOP .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  #COMPANY .gutters .col.offset_11:first-child, #CONTACT .gutters .col.offset_11:first-child, #FAQ .gutters .col.offset_11:first-child, #PHILOSOPHY .gutters .col.offset_11:first-child, #POLICY .gutters .col.offset_11:first-child, #RICE .gutters .col.offset_11:first-child, #SHOP .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  #COMPANY .col.offset_12, #CONTACT .col.offset_12, #FAQ .col.offset_12, #PHILOSOPHY .col.offset_12, #POLICY .col.offset_12, #RICE .col.offset_12, #SHOP .col.offset_12 {
    margin-left: 100%;
  }
  #COMPANY :not(.reverse) > .col.break + .col, #CONTACT :not(.reverse) > .col.break + .col, #FAQ :not(.reverse) > .col.break + .col, #PHILOSOPHY :not(.reverse) > .col.break + .col, #POLICY :not(.reverse) > .col.break + .col, #RICE :not(.reverse) > .col.break + .col, #SHOP :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  #COMPANY .reverse > .col.break, #CONTACT .reverse > .col.break, #FAQ .reverse > .col.break, #PHILOSOPHY .reverse > .col.break, #POLICY .reverse > .col.break, #RICE .reverse > .col.break, #SHOP .reverse > .col.break {
    margin-left: 0;
  }
  #COMPANY .reverse > .col.break + .col, #CONTACT .reverse > .col.break + .col, #FAQ .reverse > .col.break + .col, #PHILOSOPHY .reverse > .col.break + .col, #POLICY .reverse > .col.break + .col, #RICE .reverse > .col.break + .col, #SHOP .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  #COMPANY .col.break ~ .col, #CONTACT .col.break ~ .col, #FAQ .col.break ~ .col, #PHILOSOPHY .col.break ~ .col, #POLICY .col.break ~ .col, #RICE .col.break ~ .col, #SHOP .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    padding: 0;
  }
}

#COMPANY html, #CONTACT html, #FAQ html, #PHILOSOPHY html, #POLICY html, #RICE html, #SHOP html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

#COMPANY body, #CONTACT body, #FAQ body, #PHILOSOPHY body, #POLICY body, #RICE body, #SHOP body {
  margin: 0;
}

#COMPANY article, #COMPANY aside, #COMPANY footer, #COMPANY header, #COMPANY nav, #COMPANY section, #CONTACT article, #CONTACT aside, #CONTACT footer, #CONTACT header, #CONTACT nav, #CONTACT section, #FAQ article, #FAQ aside, #FAQ footer, #FAQ header, #FAQ nav, #FAQ section, #PHILOSOPHY article, #PHILOSOPHY aside, #PHILOSOPHY footer, #PHILOSOPHY header, #PHILOSOPHY nav, #PHILOSOPHY section, #POLICY article, #POLICY aside, #POLICY footer, #POLICY header, #POLICY nav, #POLICY section, #RICE article, #RICE aside, #RICE footer, #RICE header, #RICE nav, #RICE section, #SHOP article, #SHOP aside, #SHOP footer, #SHOP header, #SHOP nav, #SHOP section {
  display: block;
}

#COMPANY h1, #CONTACT h1, #FAQ h1, #PHILOSOPHY h1, #POLICY h1, #RICE h1, #SHOP h1 {
  font-size: 2em;
  margin: .67em 0;
}

#COMPANY figcaption, #COMPANY figure, #COMPANY main, #CONTACT figcaption, #CONTACT figure, #CONTACT main, #FAQ figcaption, #FAQ figure, #FAQ main, #PHILOSOPHY figcaption, #PHILOSOPHY figure, #PHILOSOPHY main, #POLICY figcaption, #POLICY figure, #POLICY main, #RICE figcaption, #RICE figure, #RICE main, #SHOP figcaption, #SHOP figure, #SHOP main {
  display: block;
}

#COMPANY figure, #CONTACT figure, #FAQ figure, #PHILOSOPHY figure, #POLICY figure, #RICE figure, #SHOP figure {
  margin: 1em 40px;
}

#COMPANY hr, #CONTACT hr, #FAQ hr, #PHILOSOPHY hr, #POLICY hr, #RICE hr, #SHOP hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#COMPANY pre, #CONTACT pre, #FAQ pre, #PHILOSOPHY pre, #POLICY pre, #RICE pre, #SHOP pre {
  font-family: monospace,monospace;
  font-size: 1em;
}

#COMPANY a, #CONTACT a, #FAQ a, #PHILOSOPHY a, #POLICY a, #RICE a, #SHOP a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

#COMPANY abbr[title], #CONTACT abbr[title], #FAQ abbr[title], #PHILOSOPHY abbr[title], #POLICY abbr[title], #RICE abbr[title], #SHOP abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

#COMPANY b, #COMPANY strong, #CONTACT b, #CONTACT strong, #FAQ b, #FAQ strong, #PHILOSOPHY b, #PHILOSOPHY strong, #POLICY b, #POLICY strong, #RICE b, #RICE strong, #SHOP b, #SHOP strong {
  font-weight: inherit;
}

#COMPANY b, #COMPANY strong, #CONTACT b, #CONTACT strong, #FAQ b, #FAQ strong, #PHILOSOPHY b, #PHILOSOPHY strong, #POLICY b, #POLICY strong, #RICE b, #RICE strong, #SHOP b, #SHOP strong {
  font-weight: bolder;
}

#COMPANY code, #COMPANY kbd, #COMPANY samp, #CONTACT code, #CONTACT kbd, #CONTACT samp, #FAQ code, #FAQ kbd, #FAQ samp, #PHILOSOPHY code, #PHILOSOPHY kbd, #PHILOSOPHY samp, #POLICY code, #POLICY kbd, #POLICY samp, #RICE code, #RICE kbd, #RICE samp, #SHOP code, #SHOP kbd, #SHOP samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

#COMPANY dfn, #CONTACT dfn, #FAQ dfn, #PHILOSOPHY dfn, #POLICY dfn, #RICE dfn, #SHOP dfn {
  font-style: italic;
}

#COMPANY mark, #CONTACT mark, #FAQ mark, #PHILOSOPHY mark, #POLICY mark, #RICE mark, #SHOP mark {
  background-color: #ff0;
  color: #000;
}

#COMPANY small, #CONTACT small, #FAQ small, #PHILOSOPHY small, #POLICY small, #RICE small, #SHOP small {
  font-size: 80%;
}

#COMPANY sub, #COMPANY sup, #CONTACT sub, #CONTACT sup, #FAQ sub, #FAQ sup, #PHILOSOPHY sub, #PHILOSOPHY sup, #POLICY sub, #POLICY sup, #RICE sub, #RICE sup, #SHOP sub, #SHOP sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

#COMPANY sub, #CONTACT sub, #FAQ sub, #PHILOSOPHY sub, #POLICY sub, #RICE sub, #SHOP sub {
  bottom: -0.25em;
}

#COMPANY sup, #CONTACT sup, #FAQ sup, #PHILOSOPHY sup, #POLICY sup, #RICE sup, #SHOP sup {
  top: -0.5em;
}

#COMPANY audio, #COMPANY video, #CONTACT audio, #CONTACT video, #FAQ audio, #FAQ video, #PHILOSOPHY audio, #PHILOSOPHY video, #POLICY audio, #POLICY video, #RICE audio, #RICE video, #SHOP audio, #SHOP video {
  display: inline-block;
}

#COMPANY audio:not([controls]), #CONTACT audio:not([controls]), #FAQ audio:not([controls]), #PHILOSOPHY audio:not([controls]), #POLICY audio:not([controls]), #RICE audio:not([controls]), #SHOP audio:not([controls]) {
  display: none;
  height: 0;
}

#COMPANY img, #CONTACT img, #FAQ img, #PHILOSOPHY img, #POLICY img, #RICE img, #SHOP img {
  border-style: none;
}

#COMPANY svg:not(:root), #CONTACT svg:not(:root), #FAQ svg:not(:root), #PHILOSOPHY svg:not(:root), #POLICY svg:not(:root), #RICE svg:not(:root), #SHOP svg:not(:root) {
  overflow: hidden;
}

#COMPANY button, #COMPANY input, #COMPANY optgroup, #COMPANY select, #COMPANY textarea, #CONTACT button, #CONTACT input, #CONTACT optgroup, #CONTACT select, #CONTACT textarea, #FAQ button, #FAQ input, #FAQ optgroup, #FAQ select, #FAQ textarea, #PHILOSOPHY button, #PHILOSOPHY input, #PHILOSOPHY optgroup, #PHILOSOPHY select, #PHILOSOPHY textarea, #POLICY button, #POLICY input, #POLICY optgroup, #POLICY select, #POLICY textarea, #RICE button, #RICE input, #RICE optgroup, #RICE select, #RICE textarea, #SHOP button, #SHOP input, #SHOP optgroup, #SHOP select, #SHOP textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

#COMPANY button, #COMPANY input, #CONTACT button, #CONTACT input, #FAQ button, #FAQ input, #PHILOSOPHY button, #PHILOSOPHY input, #POLICY button, #POLICY input, #RICE button, #RICE input, #SHOP button, #SHOP input {
  overflow: visible;
}

#COMPANY button, #COMPANY select, #CONTACT button, #CONTACT select, #FAQ button, #FAQ select, #PHILOSOPHY button, #PHILOSOPHY select, #POLICY button, #POLICY select, #RICE button, #RICE select, #SHOP button, #SHOP select {
  text-transform: none;
}

#COMPANY button, #COMPANY html [type="button"], #COMPANY [type="reset"], #COMPANY [type="submit"], #CONTACT button, #CONTACT html [type="button"], #CONTACT [type="reset"], #CONTACT [type="submit"], #FAQ button, #FAQ html [type="button"], #FAQ [type="reset"], #FAQ [type="submit"], #PHILOSOPHY button, #PHILOSOPHY html [type="button"], #PHILOSOPHY [type="reset"], #PHILOSOPHY [type="submit"], #POLICY button, #POLICY html [type="button"], #POLICY [type="reset"], #POLICY [type="submit"], #RICE button, #RICE html [type="button"], #RICE [type="reset"], #RICE [type="submit"], #SHOP button, #SHOP html [type="button"], #SHOP [type="reset"], #SHOP [type="submit"] {
  -webkit-appearance: button;
}

#COMPANY button::-moz-focus-inner, #COMPANY [type="button"]::-moz-focus-inner, #COMPANY [type="reset"]::-moz-focus-inner, #COMPANY [type="submit"]::-moz-focus-inner, #CONTACT button::-moz-focus-inner, #CONTACT [type="button"]::-moz-focus-inner, #CONTACT [type="reset"]::-moz-focus-inner, #CONTACT [type="submit"]::-moz-focus-inner, #FAQ button::-moz-focus-inner, #FAQ [type="button"]::-moz-focus-inner, #FAQ [type="reset"]::-moz-focus-inner, #FAQ [type="submit"]::-moz-focus-inner, #PHILOSOPHY button::-moz-focus-inner, #PHILOSOPHY [type="button"]::-moz-focus-inner, #PHILOSOPHY [type="reset"]::-moz-focus-inner, #PHILOSOPHY [type="submit"]::-moz-focus-inner, #POLICY button::-moz-focus-inner, #POLICY [type="button"]::-moz-focus-inner, #POLICY [type="reset"]::-moz-focus-inner, #POLICY [type="submit"]::-moz-focus-inner, #RICE button::-moz-focus-inner, #RICE [type="button"]::-moz-focus-inner, #RICE [type="reset"]::-moz-focus-inner, #RICE [type="submit"]::-moz-focus-inner, #SHOP button::-moz-focus-inner, #SHOP [type="button"]::-moz-focus-inner, #SHOP [type="reset"]::-moz-focus-inner, #SHOP [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

#COMPANY button:-moz-focusring, #COMPANY [type="button"]:-moz-focusring, #COMPANY [type="reset"]:-moz-focusring, #COMPANY [type="submit"]:-moz-focusring, #CONTACT button:-moz-focusring, #CONTACT [type="button"]:-moz-focusring, #CONTACT [type="reset"]:-moz-focusring, #CONTACT [type="submit"]:-moz-focusring, #FAQ button:-moz-focusring, #FAQ [type="button"]:-moz-focusring, #FAQ [type="reset"]:-moz-focusring, #FAQ [type="submit"]:-moz-focusring, #PHILOSOPHY button:-moz-focusring, #PHILOSOPHY [type="button"]:-moz-focusring, #PHILOSOPHY [type="reset"]:-moz-focusring, #PHILOSOPHY [type="submit"]:-moz-focusring, #POLICY button:-moz-focusring, #POLICY [type="button"]:-moz-focusring, #POLICY [type="reset"]:-moz-focusring, #POLICY [type="submit"]:-moz-focusring, #RICE button:-moz-focusring, #RICE [type="button"]:-moz-focusring, #RICE [type="reset"]:-moz-focusring, #RICE [type="submit"]:-moz-focusring, #SHOP button:-moz-focusring, #SHOP [type="button"]:-moz-focusring, #SHOP [type="reset"]:-moz-focusring, #SHOP [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

#COMPANY fieldset, #CONTACT fieldset, #FAQ fieldset, #PHILOSOPHY fieldset, #POLICY fieldset, #RICE fieldset, #SHOP fieldset {
  padding: .35em .75em .625em;
}

#COMPANY legend, #CONTACT legend, #FAQ legend, #PHILOSOPHY legend, #POLICY legend, #RICE legend, #SHOP legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

#COMPANY progress, #CONTACT progress, #FAQ progress, #PHILOSOPHY progress, #POLICY progress, #RICE progress, #SHOP progress {
  display: inline-block;
  vertical-align: baseline;
}

#COMPANY textarea, #CONTACT textarea, #FAQ textarea, #PHILOSOPHY textarea, #POLICY textarea, #RICE textarea, #SHOP textarea {
  overflow: auto;
}

#COMPANY [type="checkbox"], #COMPANY [type="radio"], #CONTACT [type="checkbox"], #CONTACT [type="radio"], #FAQ [type="checkbox"], #FAQ [type="radio"], #PHILOSOPHY [type="checkbox"], #PHILOSOPHY [type="radio"], #POLICY [type="checkbox"], #POLICY [type="radio"], #RICE [type="checkbox"], #RICE [type="radio"], #SHOP [type="checkbox"], #SHOP [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

#COMPANY [type="number"]::-webkit-inner-spin-button, #COMPANY [type="number"]::-webkit-outer-spin-button, #CONTACT [type="number"]::-webkit-inner-spin-button, #CONTACT [type="number"]::-webkit-outer-spin-button, #FAQ [type="number"]::-webkit-inner-spin-button, #FAQ [type="number"]::-webkit-outer-spin-button, #PHILOSOPHY [type="number"]::-webkit-inner-spin-button, #PHILOSOPHY [type="number"]::-webkit-outer-spin-button, #POLICY [type="number"]::-webkit-inner-spin-button, #POLICY [type="number"]::-webkit-outer-spin-button, #RICE [type="number"]::-webkit-inner-spin-button, #RICE [type="number"]::-webkit-outer-spin-button, #SHOP [type="number"]::-webkit-inner-spin-button, #SHOP [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

#COMPANY [type="search"], #CONTACT [type="search"], #FAQ [type="search"], #PHILOSOPHY [type="search"], #POLICY [type="search"], #RICE [type="search"], #SHOP [type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

#COMPANY [type="search"]::-webkit-search-cancel-button, #COMPANY [type="search"]::-webkit-search-decoration, #CONTACT [type="search"]::-webkit-search-cancel-button, #CONTACT [type="search"]::-webkit-search-decoration, #FAQ [type="search"]::-webkit-search-cancel-button, #FAQ [type="search"]::-webkit-search-decoration, #PHILOSOPHY [type="search"]::-webkit-search-cancel-button, #PHILOSOPHY [type="search"]::-webkit-search-decoration, #POLICY [type="search"]::-webkit-search-cancel-button, #POLICY [type="search"]::-webkit-search-decoration, #RICE [type="search"]::-webkit-search-cancel-button, #RICE [type="search"]::-webkit-search-decoration, #SHOP [type="search"]::-webkit-search-cancel-button, #SHOP [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#COMPANY ::-webkit-file-upload-button, #CONTACT ::-webkit-file-upload-button, #FAQ ::-webkit-file-upload-button, #PHILOSOPHY ::-webkit-file-upload-button, #POLICY ::-webkit-file-upload-button, #RICE ::-webkit-file-upload-button, #SHOP ::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

#COMPANY details, #COMPANY menu, #CONTACT details, #CONTACT menu, #FAQ details, #FAQ menu, #PHILOSOPHY details, #PHILOSOPHY menu, #POLICY details, #POLICY menu, #RICE details, #RICE menu, #SHOP details, #SHOP menu {
  display: block;
}

#COMPANY summary, #CONTACT summary, #FAQ summary, #PHILOSOPHY summary, #POLICY summary, #RICE summary, #SHOP summary {
  display: list-item;
}

#COMPANY canvas, #CONTACT canvas, #FAQ canvas, #PHILOSOPHY canvas, #POLICY canvas, #RICE canvas, #SHOP canvas {
  display: inline-block;
}

#COMPANY template, #CONTACT template, #FAQ template, #PHILOSOPHY template, #POLICY template, #RICE template, #SHOP template {
  display: none;
}

#COMPANY [hidden], #CONTACT [hidden], #FAQ [hidden], #PHILOSOPHY [hidden], #POLICY [hidden], #RICE [hidden], #SHOP [hidden] {
  display: none;
}

#COMPANY *, #CONTACT *, #FAQ *, #PHILOSOPHY *, #POLICY *, #RICE *, #SHOP * {
  box-sizing: border-box;
}

#COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
  max-width: 800px;
  margin: 0 auto;
}

#COMPANY .clr:after, #COMPANY .col:after, #COMPANY .container:after, #COMPANY .group:after, #COMPANY .row:after, #CONTACT .clr:after, #CONTACT .col:after, #CONTACT .container:after, #CONTACT .group:after, #CONTACT .row:after, #FAQ .clr:after, #FAQ .col:after, #FAQ .container:after, #FAQ .group:after, #FAQ .row:after, #PHILOSOPHY .clr:after, #PHILOSOPHY .col:after, #PHILOSOPHY .container:after, #PHILOSOPHY .group:after, #PHILOSOPHY .row:after, #POLICY .clr:after, #POLICY .col:after, #POLICY .container:after, #POLICY .group:after, #POLICY .row:after, #RICE .clr:after, #RICE .col:after, #RICE .container:after, #RICE .group:after, #RICE .row:after, #SHOP .clr:after, #SHOP .col:after, #SHOP .container:after, #SHOP .group:after, #SHOP .row:after {
  content: "";
  display: table;
  clear: both;
}

#COMPANY .row, #CONTACT .row, #FAQ .row, #PHILOSOPHY .row, #POLICY .row, #RICE .row, #SHOP .row {
  padding-bottom: 0;
}

#COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  #COMPANY .gutters .col, #CONTACT .gutters .col, #FAQ .gutters .col, #PHILOSOPHY .gutters .col, #POLICY .gutters .col, #RICE .gutters .col, #SHOP .gutters .col {
    margin-left: 2%;
  }
  #COMPANY .span_1, #CONTACT .span_1, #FAQ .span_1, #PHILOSOPHY .span_1, #POLICY .span_1, #RICE .span_1, #SHOP .span_1 {
    width: 8.33333333333%;
  }
  #COMPANY .span_2, #CONTACT .span_2, #FAQ .span_2, #PHILOSOPHY .span_2, #POLICY .span_2, #RICE .span_2, #SHOP .span_2 {
    width: 16.6666666667%;
  }
  #COMPANY .span_3, #CONTACT .span_3, #FAQ .span_3, #PHILOSOPHY .span_3, #POLICY .span_3, #RICE .span_3, #SHOP .span_3 {
    width: 25%;
  }
  #COMPANY .span_4, #CONTACT .span_4, #FAQ .span_4, #PHILOSOPHY .span_4, #POLICY .span_4, #RICE .span_4, #SHOP .span_4 {
    width: 33.3333333333%;
  }
  #COMPANY .span_5, #CONTACT .span_5, #FAQ .span_5, #PHILOSOPHY .span_5, #POLICY .span_5, #RICE .span_5, #SHOP .span_5 {
    width: 41.6666666667%;
  }
  #COMPANY .span_6, #CONTACT .span_6, #FAQ .span_6, #PHILOSOPHY .span_6, #POLICY .span_6, #RICE .span_6, #SHOP .span_6 {
    width: 50%;
  }
  #COMPANY .span_7, #CONTACT .span_7, #FAQ .span_7, #PHILOSOPHY .span_7, #POLICY .span_7, #RICE .span_7, #SHOP .span_7 {
    width: 58.3333333333%;
  }
  #COMPANY .span_8, #CONTACT .span_8, #FAQ .span_8, #PHILOSOPHY .span_8, #POLICY .span_8, #RICE .span_8, #SHOP .span_8 {
    width: 66.6666666667%;
  }
  #COMPANY .span_9, #CONTACT .span_9, #FAQ .span_9, #PHILOSOPHY .span_9, #POLICY .span_9, #RICE .span_9, #SHOP .span_9 {
    width: 75%;
  }
  #COMPANY .span_10, #CONTACT .span_10, #FAQ .span_10, #PHILOSOPHY .span_10, #POLICY .span_10, #RICE .span_10, #SHOP .span_10 {
    width: 83.3333333333%;
  }
  #COMPANY .span_11, #CONTACT .span_11, #FAQ .span_11, #PHILOSOPHY .span_11, #POLICY .span_11, #RICE .span_11, #SHOP .span_11 {
    width: 91.6666666667%;
  }
  #COMPANY .span_12, #CONTACT .span_12, #FAQ .span_12, #PHILOSOPHY .span_12, #POLICY .span_12, #RICE .span_12, #SHOP .span_12 {
    width: 100%;
  }
  #COMPANY .gutters .span_1, #CONTACT .gutters .span_1, #FAQ .gutters .span_1, #PHILOSOPHY .gutters .span_1, #POLICY .gutters .span_1, #RICE .gutters .span_1, #SHOP .gutters .span_1 {
    width: 6.5%;
  }
  #COMPANY .gutters .span_2, #CONTACT .gutters .span_2, #FAQ .gutters .span_2, #PHILOSOPHY .gutters .span_2, #POLICY .gutters .span_2, #RICE .gutters .span_2, #SHOP .gutters .span_2 {
    width: 15%;
  }
  #COMPANY .gutters .span_3, #CONTACT .gutters .span_3, #FAQ .gutters .span_3, #PHILOSOPHY .gutters .span_3, #POLICY .gutters .span_3, #RICE .gutters .span_3, #SHOP .gutters .span_3 {
    width: 23.5%;
  }
  #COMPANY .gutters .span_4, #CONTACT .gutters .span_4, #FAQ .gutters .span_4, #PHILOSOPHY .gutters .span_4, #POLICY .gutters .span_4, #RICE .gutters .span_4, #SHOP .gutters .span_4 {
    width: 32%;
  }
  #COMPANY .gutters .span_5, #CONTACT .gutters .span_5, #FAQ .gutters .span_5, #PHILOSOPHY .gutters .span_5, #POLICY .gutters .span_5, #RICE .gutters .span_5, #SHOP .gutters .span_5 {
    width: 40.5%;
  }
  #COMPANY .gutters .span_6, #CONTACT .gutters .span_6, #FAQ .gutters .span_6, #PHILOSOPHY .gutters .span_6, #POLICY .gutters .span_6, #RICE .gutters .span_6, #SHOP .gutters .span_6 {
    width: 49%;
  }
  #COMPANY .gutters .span_7, #CONTACT .gutters .span_7, #FAQ .gutters .span_7, #PHILOSOPHY .gutters .span_7, #POLICY .gutters .span_7, #RICE .gutters .span_7, #SHOP .gutters .span_7 {
    width: 57.5%;
  }
  #COMPANY .gutters .span_8, #CONTACT .gutters .span_8, #FAQ .gutters .span_8, #PHILOSOPHY .gutters .span_8, #POLICY .gutters .span_8, #RICE .gutters .span_8, #SHOP .gutters .span_8 {
    width: 66%;
  }
  #COMPANY .gutters .span_9, #CONTACT .gutters .span_9, #FAQ .gutters .span_9, #PHILOSOPHY .gutters .span_9, #POLICY .gutters .span_9, #RICE .gutters .span_9, #SHOP .gutters .span_9 {
    width: 74.5%;
  }
  #COMPANY .gutters .span_10, #CONTACT .gutters .span_10, #FAQ .gutters .span_10, #PHILOSOPHY .gutters .span_10, #POLICY .gutters .span_10, #RICE .gutters .span_10, #SHOP .gutters .span_10 {
    width: 83%;
  }
  #COMPANY .gutters .span_11, #CONTACT .gutters .span_11, #FAQ .gutters .span_11, #PHILOSOPHY .gutters .span_11, #POLICY .gutters .span_11, #RICE .gutters .span_11, #SHOP .gutters .span_11 {
    width: 91.5%;
  }
  #COMPANY .gutters .span_12, #CONTACT .gutters .span_12, #FAQ .gutters .span_12, #PHILOSOPHY .gutters .span_12, #POLICY .gutters .span_12, #RICE .gutters .span_12, #SHOP .gutters .span_12 {
    width: 100%;
  }
}

#COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
  padding: 0 1%;
}

#COMPANY .container img, #CONTACT .container img, #FAQ .container img, #PHILOSOPHY .container img, #POLICY .container img, #RICE .container img, #SHOP .container img {
  max-width: 100%;
}

#COMPANY * + .container, #CONTACT * + .container, #FAQ * + .container, #PHILOSOPHY * + .container, #POLICY * + .container, #RICE * + .container, #SHOP * + .container {
  margin-top: 2em;
}

#COMPANY .row:not(:last-child), #CONTACT .row:not(:last-child), #FAQ .row:not(:last-child), #PHILOSOPHY .row:not(:last-child), #POLICY .row:not(:last-child), #RICE .row:not(:last-child), #SHOP .row:not(:last-child) {
  margin-bottom: 4%;
}

#COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
  float: none;
}

#COMPANY .col:not(:last-child), #CONTACT .col:not(:last-child), #FAQ .col:not(:last-child), #PHILOSOPHY .col:not(:last-child), #POLICY .col:not(:last-child), #RICE .col:not(:last-child), #SHOP .col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    max-width: 1000px;
    margin: auto;
    padding: 0 10px;
  }
  #COMPANY * + .container, #CONTACT * + .container, #FAQ * + .container, #PHILOSOPHY * + .container, #POLICY * + .container, #RICE * + .container, #SHOP * + .container {
    margin-top: 40px;
  }
  #COMPANY .col, #CONTACT .col, #FAQ .col, #PHILOSOPHY .col, #POLICY .col, #RICE .col, #SHOP .col {
    float: left;
  }
  #COMPANY .reverse > .col, #CONTACT .reverse > .col, #FAQ .reverse > .col, #PHILOSOPHY .reverse > .col, #POLICY .reverse > .col, #RICE .reverse > .col, #SHOP .reverse > .col {
    float: right;
  }
  #COMPANY .col:not(:last-child), #CONTACT .col:not(:last-child), #FAQ .col:not(:last-child), #PHILOSOPHY .col:not(:last-child), #POLICY .col:not(:last-child), #RICE .col:not(:last-child), #SHOP .col:not(:last-child) {
    margin-bottom: 0;
  }
  #COMPANY .reverse > .col:last-child, #COMPANY :not(.reverse) > .col:first-child, #CONTACT .reverse > .col:last-child, #CONTACT :not(.reverse) > .col:first-child, #FAQ .reverse > .col:last-child, #FAQ :not(.reverse) > .col:first-child, #PHILOSOPHY .reverse > .col:last-child, #PHILOSOPHY :not(.reverse) > .col:first-child, #POLICY .reverse > .col:last-child, #POLICY :not(.reverse) > .col:first-child, #RICE .reverse > .col:last-child, #RICE :not(.reverse) > .col:first-child, #SHOP .reverse > .col:last-child, #SHOP :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  #COMPANY .col.offset_1, #CONTACT .col.offset_1, #FAQ .col.offset_1, #PHILOSOPHY .col.offset_1, #POLICY .col.offset_1, #RICE .col.offset_1, #SHOP .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  #COMPANY .gutters .col.offset_1, #CONTACT .gutters .col.offset_1, #FAQ .gutters .col.offset_1, #PHILOSOPHY .gutters .col.offset_1, #POLICY .gutters .col.offset_1, #RICE .gutters .col.offset_1, #SHOP .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  #COMPANY .gutters .col.offset_1:first-child, #CONTACT .gutters .col.offset_1:first-child, #FAQ .gutters .col.offset_1:first-child, #PHILOSOPHY .gutters .col.offset_1:first-child, #POLICY .gutters .col.offset_1:first-child, #RICE .gutters .col.offset_1:first-child, #SHOP .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  #COMPANY .col.offset_2, #CONTACT .col.offset_2, #FAQ .col.offset_2, #PHILOSOPHY .col.offset_2, #POLICY .col.offset_2, #RICE .col.offset_2, #SHOP .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  #COMPANY .gutters .col.offset_2, #CONTACT .gutters .col.offset_2, #FAQ .gutters .col.offset_2, #PHILOSOPHY .gutters .col.offset_2, #POLICY .gutters .col.offset_2, #RICE .gutters .col.offset_2, #SHOP .gutters .col.offset_2 {
    margin-left: 19%;
  }
  #COMPANY .gutters .col.offset_2:first-child, #CONTACT .gutters .col.offset_2:first-child, #FAQ .gutters .col.offset_2:first-child, #PHILOSOPHY .gutters .col.offset_2:first-child, #POLICY .gutters .col.offset_2:first-child, #RICE .gutters .col.offset_2:first-child, #SHOP .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  #COMPANY .col.offset_3, #CONTACT .col.offset_3, #FAQ .col.offset_3, #PHILOSOPHY .col.offset_3, #POLICY .col.offset_3, #RICE .col.offset_3, #SHOP .col.offset_3 {
    margin-left: 25%;
  }
  #COMPANY .gutters .col.offset_3, #CONTACT .gutters .col.offset_3, #FAQ .gutters .col.offset_3, #PHILOSOPHY .gutters .col.offset_3, #POLICY .gutters .col.offset_3, #RICE .gutters .col.offset_3, #SHOP .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  #COMPANY .gutters .col.offset_3:first-child, #CONTACT .gutters .col.offset_3:first-child, #FAQ .gutters .col.offset_3:first-child, #PHILOSOPHY .gutters .col.offset_3:first-child, #POLICY .gutters .col.offset_3:first-child, #RICE .gutters .col.offset_3:first-child, #SHOP .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  #COMPANY .col.offset_4, #CONTACT .col.offset_4, #FAQ .col.offset_4, #PHILOSOPHY .col.offset_4, #POLICY .col.offset_4, #RICE .col.offset_4, #SHOP .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  #COMPANY .gutters .col.offset_4, #CONTACT .gutters .col.offset_4, #FAQ .gutters .col.offset_4, #PHILOSOPHY .gutters .col.offset_4, #POLICY .gutters .col.offset_4, #RICE .gutters .col.offset_4, #SHOP .gutters .col.offset_4 {
    margin-left: 36%;
  }
  #COMPANY .gutters .col.offset_4:first-child, #CONTACT .gutters .col.offset_4:first-child, #FAQ .gutters .col.offset_4:first-child, #PHILOSOPHY .gutters .col.offset_4:first-child, #POLICY .gutters .col.offset_4:first-child, #RICE .gutters .col.offset_4:first-child, #SHOP .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  #COMPANY .col.offset_5, #CONTACT .col.offset_5, #FAQ .col.offset_5, #PHILOSOPHY .col.offset_5, #POLICY .col.offset_5, #RICE .col.offset_5, #SHOP .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  #COMPANY .gutters .col.offset_5, #CONTACT .gutters .col.offset_5, #FAQ .gutters .col.offset_5, #PHILOSOPHY .gutters .col.offset_5, #POLICY .gutters .col.offset_5, #RICE .gutters .col.offset_5, #SHOP .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  #COMPANY .gutters .col.offset_5:first-child, #CONTACT .gutters .col.offset_5:first-child, #FAQ .gutters .col.offset_5:first-child, #PHILOSOPHY .gutters .col.offset_5:first-child, #POLICY .gutters .col.offset_5:first-child, #RICE .gutters .col.offset_5:first-child, #SHOP .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  #COMPANY .col.offset_6, #CONTACT .col.offset_6, #FAQ .col.offset_6, #PHILOSOPHY .col.offset_6, #POLICY .col.offset_6, #RICE .col.offset_6, #SHOP .col.offset_6 {
    margin-left: 50%;
  }
  #COMPANY .gutters .col.offset_6, #CONTACT .gutters .col.offset_6, #FAQ .gutters .col.offset_6, #PHILOSOPHY .gutters .col.offset_6, #POLICY .gutters .col.offset_6, #RICE .gutters .col.offset_6, #SHOP .gutters .col.offset_6 {
    margin-left: 53%;
  }
  #COMPANY .gutters .col.offset_6:first-child, #CONTACT .gutters .col.offset_6:first-child, #FAQ .gutters .col.offset_6:first-child, #PHILOSOPHY .gutters .col.offset_6:first-child, #POLICY .gutters .col.offset_6:first-child, #RICE .gutters .col.offset_6:first-child, #SHOP .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  #COMPANY .col.offset_7, #CONTACT .col.offset_7, #FAQ .col.offset_7, #PHILOSOPHY .col.offset_7, #POLICY .col.offset_7, #RICE .col.offset_7, #SHOP .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  #COMPANY .gutters .col.offset_7, #CONTACT .gutters .col.offset_7, #FAQ .gutters .col.offset_7, #PHILOSOPHY .gutters .col.offset_7, #POLICY .gutters .col.offset_7, #RICE .gutters .col.offset_7, #SHOP .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  #COMPANY .gutters .col.offset_7:first-child, #CONTACT .gutters .col.offset_7:first-child, #FAQ .gutters .col.offset_7:first-child, #PHILOSOPHY .gutters .col.offset_7:first-child, #POLICY .gutters .col.offset_7:first-child, #RICE .gutters .col.offset_7:first-child, #SHOP .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  #COMPANY .col.offset_8, #CONTACT .col.offset_8, #FAQ .col.offset_8, #PHILOSOPHY .col.offset_8, #POLICY .col.offset_8, #RICE .col.offset_8, #SHOP .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  #COMPANY .gutters .col.offset_8, #CONTACT .gutters .col.offset_8, #FAQ .gutters .col.offset_8, #PHILOSOPHY .gutters .col.offset_8, #POLICY .gutters .col.offset_8, #RICE .gutters .col.offset_8, #SHOP .gutters .col.offset_8 {
    margin-left: 70%;
  }
  #COMPANY .gutters .col.offset_8:first-child, #CONTACT .gutters .col.offset_8:first-child, #FAQ .gutters .col.offset_8:first-child, #PHILOSOPHY .gutters .col.offset_8:first-child, #POLICY .gutters .col.offset_8:first-child, #RICE .gutters .col.offset_8:first-child, #SHOP .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  #COMPANY .col.offset_9, #CONTACT .col.offset_9, #FAQ .col.offset_9, #PHILOSOPHY .col.offset_9, #POLICY .col.offset_9, #RICE .col.offset_9, #SHOP .col.offset_9 {
    margin-left: 75%;
  }
  #COMPANY .gutters .col.offset_9, #CONTACT .gutters .col.offset_9, #FAQ .gutters .col.offset_9, #PHILOSOPHY .gutters .col.offset_9, #POLICY .gutters .col.offset_9, #RICE .gutters .col.offset_9, #SHOP .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  #COMPANY .gutters .col.offset_9:first-child, #CONTACT .gutters .col.offset_9:first-child, #FAQ .gutters .col.offset_9:first-child, #PHILOSOPHY .gutters .col.offset_9:first-child, #POLICY .gutters .col.offset_9:first-child, #RICE .gutters .col.offset_9:first-child, #SHOP .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  #COMPANY .col.offset_10, #CONTACT .col.offset_10, #FAQ .col.offset_10, #PHILOSOPHY .col.offset_10, #POLICY .col.offset_10, #RICE .col.offset_10, #SHOP .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  #COMPANY .gutters .col.offset_10, #CONTACT .gutters .col.offset_10, #FAQ .gutters .col.offset_10, #PHILOSOPHY .gutters .col.offset_10, #POLICY .gutters .col.offset_10, #RICE .gutters .col.offset_10, #SHOP .gutters .col.offset_10 {
    margin-left: 87%;
  }
  #COMPANY .gutters .col.offset_10:first-child, #CONTACT .gutters .col.offset_10:first-child, #FAQ .gutters .col.offset_10:first-child, #PHILOSOPHY .gutters .col.offset_10:first-child, #POLICY .gutters .col.offset_10:first-child, #RICE .gutters .col.offset_10:first-child, #SHOP .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  #COMPANY .col.offset_11, #CONTACT .col.offset_11, #FAQ .col.offset_11, #PHILOSOPHY .col.offset_11, #POLICY .col.offset_11, #RICE .col.offset_11, #SHOP .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  #COMPANY .gutters .col.offset_11, #CONTACT .gutters .col.offset_11, #FAQ .gutters .col.offset_11, #PHILOSOPHY .gutters .col.offset_11, #POLICY .gutters .col.offset_11, #RICE .gutters .col.offset_11, #SHOP .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  #COMPANY .gutters .col.offset_11:first-child, #CONTACT .gutters .col.offset_11:first-child, #FAQ .gutters .col.offset_11:first-child, #PHILOSOPHY .gutters .col.offset_11:first-child, #POLICY .gutters .col.offset_11:first-child, #RICE .gutters .col.offset_11:first-child, #SHOP .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  #COMPANY .col.offset_12, #CONTACT .col.offset_12, #FAQ .col.offset_12, #PHILOSOPHY .col.offset_12, #POLICY .col.offset_12, #RICE .col.offset_12, #SHOP .col.offset_12 {
    margin-left: 100%;
  }
  #COMPANY :not(.reverse) > .col.break + .col, #CONTACT :not(.reverse) > .col.break + .col, #FAQ :not(.reverse) > .col.break + .col, #PHILOSOPHY :not(.reverse) > .col.break + .col, #POLICY :not(.reverse) > .col.break + .col, #RICE :not(.reverse) > .col.break + .col, #SHOP :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  #COMPANY .reverse > .col.break, #CONTACT .reverse > .col.break, #FAQ .reverse > .col.break, #PHILOSOPHY .reverse > .col.break, #POLICY .reverse > .col.break, #RICE .reverse > .col.break, #SHOP .reverse > .col.break {
    margin-left: 0;
  }
  #COMPANY .reverse > .col.break + .col, #CONTACT .reverse > .col.break + .col, #FAQ .reverse > .col.break + .col, #PHILOSOPHY .reverse > .col.break + .col, #POLICY .reverse > .col.break + .col, #RICE .reverse > .col.break + .col, #SHOP .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  #COMPANY .col.break ~ .col, #CONTACT .col.break ~ .col, #FAQ .col.break ~ .col, #PHILOSOPHY .col.break ~ .col, #POLICY .col.break ~ .col, #RICE .col.break ~ .col, #SHOP .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    padding: 0;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
}

@font-face {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
}

@view-transition {
  #COMPANY, #CONTACT, #FAQ, #PHILOSOPHY, #POLICY, #RICE, #SHOP {
    navigation: auto;
  }
}

#COMPANY html, #CONTACT html, #FAQ html, #PHILOSOPHY html, #POLICY html, #RICE html, #SHOP html {
  font-size: 62.5%;
  overflow-x: hidden;
}

#COMPANY body, #CONTACT body, #FAQ body, #PHILOSOPHY body, #POLICY body, #RICE body, #SHOP body {
  background: #FEF8F0;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.8;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
}

#COMPANY main, #CONTACT main, #FAQ main, #PHILOSOPHY main, #POLICY main, #RICE main, #SHOP main {
  overflow: hidden;
}

#COMPANY figure, #CONTACT figure, #FAQ figure, #PHILOSOPHY figure, #POLICY figure, #RICE figure, #SHOP figure {
  margin: 0;
  text-align: center;
}

#COMPANY figure + *, #CONTACT figure + *, #FAQ figure + *, #PHILOSOPHY figure + *, #POLICY figure + *, #RICE figure + *, #SHOP figure + * {
  margin-top: 0.8em;
}

#COMPANY figure figcaption, #CONTACT figure figcaption, #FAQ figure figcaption, #PHILOSOPHY figure figcaption, #POLICY figure figcaption, #RICE figure figcaption, #SHOP figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

#COMPANY a, #CONTACT a, #FAQ a, #PHILOSOPHY a, #POLICY a, #RICE a, #SHOP a {
  color: #1b1b1b;
  text-decoration: underline;
}

#COMPANY a:hover, #CONTACT a:hover, #FAQ a:hover, #PHILOSOPHY a:hover, #POLICY a:hover, #RICE a:hover, #SHOP a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

#COMPANY a:hover img, #CONTACT a:hover img, #FAQ a:hover img, #PHILOSOPHY a:hover img, #POLICY a:hover img, #RICE a:hover img, #SHOP a:hover img {
  opacity: 0.7;
}

#COMPANY .highlight a, #CONTACT .highlight a, #FAQ .highlight a, #PHILOSOPHY .highlight a, #POLICY .highlight a, #RICE .highlight a, #SHOP .highlight a {
  color: #1b1b1b;
}

#COMPANY .highlight a:hover, #CONTACT .highlight a:hover, #FAQ .highlight a:hover, #PHILOSOPHY .highlight a:hover, #POLICY .highlight a:hover, #RICE .highlight a:hover, #SHOP .highlight a:hover {
  color: #1b1b1b;
}

#COMPANY a img, #CONTACT a img, #FAQ a img, #PHILOSOPHY a img, #POLICY a img, #RICE a img, #SHOP a img {
  transition: .3s;
}

#COMPANY img, #CONTACT img, #FAQ img, #PHILOSOPHY img, #POLICY img, #RICE img, #SHOP img {
  vertical-align: middle;
}

#COMPANY img.circle, #CONTACT img.circle, #FAQ img.circle, #PHILOSOPHY img.circle, #POLICY img.circle, #RICE img.circle, #SHOP img.circle {
  border-radius: 50%;
}

#COMPANY p, #CONTACT p, #FAQ p, #PHILOSOPHY p, #POLICY p, #RICE p, #SHOP p {
  margin: 0.5em 0 1em;
}

#COMPANY p:first-child, #CONTACT p:first-child, #FAQ p:first-child, #PHILOSOPHY p:first-child, #POLICY p:first-child, #RICE p:first-child, #SHOP p:first-child {
  margin-top: 0;
}

#COMPANY p:last-child, #CONTACT p:last-child, #FAQ p:last-child, #PHILOSOPHY p:last-child, #POLICY p:last-child, #RICE p:last-child, #SHOP p:last-child {
  margin-bottom: 0;
}

#COMPANY ol,
#COMPANY ul, #CONTACT ol,
#CONTACT ul, #FAQ ol,
#FAQ ul, #PHILOSOPHY ol,
#PHILOSOPHY ul, #POLICY ol,
#POLICY ul, #RICE ol,
#RICE ul, #SHOP ol,
#SHOP ul {
  margin: 0 0 1em;
  padding: 0 0 0 1.5em;
  line-height: 1.8;
}

#COMPANY ol:last-child,
#COMPANY ul:last-child, #CONTACT ol:last-child,
#CONTACT ul:last-child, #FAQ ol:last-child,
#FAQ ul:last-child, #PHILOSOPHY ol:last-child,
#PHILOSOPHY ul:last-child, #POLICY ol:last-child,
#POLICY ul:last-child, #RICE ol:last-child,
#RICE ul:last-child, #SHOP ol:last-child,
#SHOP ul:last-child {
  margin-bottom: 0;
}

#COMPANY ol ol,
#COMPANY ol ul,
#COMPANY ul ol,
#COMPANY ul ul, #CONTACT ol ol,
#CONTACT ol ul,
#CONTACT ul ol,
#CONTACT ul ul, #FAQ ol ol,
#FAQ ol ul,
#FAQ ul ol,
#FAQ ul ul, #PHILOSOPHY ol ol,
#PHILOSOPHY ol ul,
#PHILOSOPHY ul ol,
#PHILOSOPHY ul ul, #POLICY ol ol,
#POLICY ol ul,
#POLICY ul ol,
#POLICY ul ul, #RICE ol ol,
#RICE ol ul,
#RICE ul ol,
#RICE ul ul, #SHOP ol ol,
#SHOP ol ul,
#SHOP ul ol,
#SHOP ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

#COMPANY ol ol:last-child,
#COMPANY ol ul:last-child,
#COMPANY ul ol:last-child,
#COMPANY ul ul:last-child, #CONTACT ol ol:last-child,
#CONTACT ol ul:last-child,
#CONTACT ul ol:last-child,
#CONTACT ul ul:last-child, #FAQ ol ol:last-child,
#FAQ ol ul:last-child,
#FAQ ul ol:last-child,
#FAQ ul ul:last-child, #PHILOSOPHY ol ol:last-child,
#PHILOSOPHY ol ul:last-child,
#PHILOSOPHY ul ol:last-child,
#PHILOSOPHY ul ul:last-child, #POLICY ol ol:last-child,
#POLICY ol ul:last-child,
#POLICY ul ol:last-child,
#POLICY ul ul:last-child, #RICE ol ol:last-child,
#RICE ol ul:last-child,
#RICE ul ol:last-child,
#RICE ul ul:last-child, #SHOP ol ol:last-child,
#SHOP ol ul:last-child,
#SHOP ul ol:last-child,
#SHOP ul ul:last-child {
  margin-bottom: 0.5em;
}

#COMPANY ul.list-unstyled, #CONTACT ul.list-unstyled, #FAQ ul.list-unstyled, #PHILOSOPHY ul.list-unstyled, #POLICY ul.list-unstyled, #RICE ul.list-unstyled, #SHOP ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

#COMPANY ul.list-unstyled ol,
#COMPANY ul.list-unstyled ul, #CONTACT ul.list-unstyled ol,
#CONTACT ul.list-unstyled ul, #FAQ ul.list-unstyled ol,
#FAQ ul.list-unstyled ul, #PHILOSOPHY ul.list-unstyled ol,
#PHILOSOPHY ul.list-unstyled ul, #POLICY ul.list-unstyled ol,
#POLICY ul.list-unstyled ul, #RICE ul.list-unstyled ol,
#RICE ul.list-unstyled ul, #SHOP ul.list-unstyled ol,
#SHOP ul.list-unstyled ul {
  padding-left: 2em;
}

#COMPANY ul.list-inline, #CONTACT ul.list-inline, #FAQ ul.list-inline, #PHILOSOPHY ul.list-inline, #POLICY ul.list-inline, #RICE ul.list-inline, #SHOP ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 16px;
}

#COMPANY ul.list-inline > li, #CONTACT ul.list-inline > li, #FAQ ul.list-inline > li, #PHILOSOPHY ul.list-inline > li, #POLICY ul.list-inline > li, #RICE ul.list-inline > li, #SHOP ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
}

#COMPANY dl, #CONTACT dl, #FAQ dl, #PHILOSOPHY dl, #POLICY dl, #RICE dl, #SHOP dl {
  margin: 0 0 1em;
  line-height: 1.8;
}

#COMPANY dl:last-child, #CONTACT dl:last-child, #FAQ dl:last-child, #PHILOSOPHY dl:last-child, #POLICY dl:last-child, #RICE dl:last-child, #SHOP dl:last-child {
  margin-bottom: 0;
}

#COMPANY dl dt, #CONTACT dl dt, #FAQ dl dt, #PHILOSOPHY dl dt, #POLICY dl dt, #RICE dl dt, #SHOP dl dt {
  font-weight: bold;
}

#COMPANY dl dd, #CONTACT dl dd, #FAQ dl dd, #PHILOSOPHY dl dd, #POLICY dl dd, #RICE dl dd, #SHOP dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

#COMPANY dl dd:last-child, #CONTACT dl dd:last-child, #FAQ dl dd:last-child, #PHILOSOPHY dl dd:last-child, #POLICY dl dd:last-child, #RICE dl dd:last-child, #SHOP dl dd:last-child {
  margin-bottom: 0;
}

#COMPANY table, #CONTACT table, #FAQ table, #PHILOSOPHY table, #POLICY table, #RICE table, #SHOP table {
  border-collapse: collapse;
  border-spacing: 0;
}

#COMPANY td,
#COMPANY th, #CONTACT td,
#CONTACT th, #FAQ td,
#FAQ th, #PHILOSOPHY td,
#PHILOSOPHY th, #POLICY td,
#POLICY th, #RICE td,
#RICE th, #SHOP td,
#SHOP th {
  padding: 0;
}

#COMPANY main section, #CONTACT main section, #FAQ main section, #PHILOSOPHY main section, #POLICY main section, #RICE main section, #SHOP main section {
  margin-bottom: 10%;
}

#COMPANY main section.highlight:last-child, #CONTACT main section.highlight:last-child, #FAQ main section.highlight:last-child, #PHILOSOPHY main section.highlight:last-child, #POLICY main section.highlight:last-child, #RICE main section.highlight:last-child, #SHOP main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

#COMPANY .sp-mask, #CONTACT .sp-mask, #FAQ .sp-mask, #PHILOSOPHY .sp-mask, #POLICY .sp-mask, #RICE .sp-mask, #SHOP .sp-mask {
  transition: none !important;
}

#COMPANY .highlight, #CONTACT .highlight, #FAQ .highlight, #PHILOSOPHY .highlight, #POLICY .highlight, #RICE .highlight, #SHOP .highlight {
  padding: 4%;
  background: #67B59B55;
  color: #1b1b1b;
}

#COMPANY #swipebox-overlay, #CONTACT #swipebox-overlay, #FAQ #swipebox-overlay, #PHILOSOPHY #swipebox-overlay, #POLICY #swipebox-overlay, #RICE #swipebox-overlay, #SHOP #swipebox-overlay {
  z-index: 10000002 !important;
}

@media (min-width: 768px) {
  #COMPANY p, #CONTACT p, #FAQ p, #PHILOSOPHY p, #POLICY p, #RICE p, #SHOP p {
    margin: 0.5em 0 1em;
  }
  #COMPANY dl.dl-horizontal, #CONTACT dl.dl-horizontal, #FAQ dl.dl-horizontal, #PHILOSOPHY dl.dl-horizontal, #POLICY dl.dl-horizontal, #RICE dl.dl-horizontal, #SHOP dl.dl-horizontal {
    overflow: hidden;
  }
  #COMPANY dl.dl-horizontal dt, #CONTACT dl.dl-horizontal dt, #FAQ dl.dl-horizontal dt, #PHILOSOPHY dl.dl-horizontal dt, #POLICY dl.dl-horizontal dt, #RICE dl.dl-horizontal dt, #SHOP dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  #COMPANY dl.dl-horizontal dd, #CONTACT dl.dl-horizontal dd, #FAQ dl.dl-horizontal dd, #PHILOSOPHY dl.dl-horizontal dd, #POLICY dl.dl-horizontal dd, #RICE dl.dl-horizontal dd, #SHOP dl.dl-horizontal dd {
    float: left;
  }
  #COMPANY main section, #CONTACT main section, #FAQ main section, #PHILOSOPHY main section, #POLICY main section, #RICE main section, #SHOP main section {
    margin-bottom: 7%;
  }
  #COMPANY main section:last-child, #CONTACT main section:last-child, #FAQ main section:last-child, #PHILOSOPHY main section:last-child, #POLICY main section:last-child, #RICE main section:last-child, #SHOP main section:last-child {
    margin-bottom: 9%;
  }
  #COMPANY main section.highlight:last-child, #CONTACT main section.highlight:last-child, #FAQ main section.highlight:last-child, #PHILOSOPHY main section.highlight:last-child, #POLICY main section.highlight:last-child, #RICE main section.highlight:last-child, #SHOP main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

@media (max-width: 767px) {
  #COMPANY .tile:not(.sp-tile) > *, #CONTACT .tile:not(.sp-tile) > *, #FAQ .tile:not(.sp-tile) > *, #PHILOSOPHY .tile:not(.sp-tile) > *, #POLICY .tile:not(.sp-tile) > *, #RICE .tile:not(.sp-tile) > *, #SHOP .tile:not(.sp-tile) > * {
    height: auto !important;
  }
}

@media (min-width: 768px) {
  #COMPANY .gutters .row.row_inline, #CONTACT .gutters .row.row_inline, #FAQ .gutters .row.row_inline, #PHILOSOPHY .gutters .row.row_inline, #POLICY .gutters .row.row_inline, #RICE .gutters .row.row_inline, #SHOP .gutters .row.row_inline {
    letter-spacing: -.40em;
  }
  #COMPANY .gutters .row.row_inline > .col, #CONTACT .gutters .row.row_inline > .col, #FAQ .gutters .row.row_inline > .col, #PHILOSOPHY .gutters .row.row_inline > .col, #POLICY .gutters .row.row_inline > .col, #RICE .gutters .row.row_inline > .col, #SHOP .gutters .row.row_inline > .col {
    letter-spacing: normal;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-bottom: 5%;
  }
  #COMPANY .gutters .row.row_inline .span_1:nth-child(12n+1), #CONTACT .gutters .row.row_inline .span_1:nth-child(12n+1), #FAQ .gutters .row.row_inline .span_1:nth-child(12n+1), #PHILOSOPHY .gutters .row.row_inline .span_1:nth-child(12n+1), #POLICY .gutters .row.row_inline .span_1:nth-child(12n+1), #RICE .gutters .row.row_inline .span_1:nth-child(12n+1), #SHOP .gutters .row.row_inline .span_1:nth-child(12n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_2:nth-child(6n+1), #CONTACT .gutters .row.row_inline .span_2:nth-child(6n+1), #FAQ .gutters .row.row_inline .span_2:nth-child(6n+1), #PHILOSOPHY .gutters .row.row_inline .span_2:nth-child(6n+1), #POLICY .gutters .row.row_inline .span_2:nth-child(6n+1), #RICE .gutters .row.row_inline .span_2:nth-child(6n+1), #SHOP .gutters .row.row_inline .span_2:nth-child(6n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_3:nth-child(4n+1), #CONTACT .gutters .row.row_inline .span_3:nth-child(4n+1), #FAQ .gutters .row.row_inline .span_3:nth-child(4n+1), #PHILOSOPHY .gutters .row.row_inline .span_3:nth-child(4n+1), #POLICY .gutters .row.row_inline .span_3:nth-child(4n+1), #RICE .gutters .row.row_inline .span_3:nth-child(4n+1), #SHOP .gutters .row.row_inline .span_3:nth-child(4n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_4:nth-child(3n+1), #CONTACT .gutters .row.row_inline .span_4:nth-child(3n+1), #FAQ .gutters .row.row_inline .span_4:nth-child(3n+1), #PHILOSOPHY .gutters .row.row_inline .span_4:nth-child(3n+1), #POLICY .gutters .row.row_inline .span_4:nth-child(3n+1), #RICE .gutters .row.row_inline .span_4:nth-child(3n+1), #SHOP .gutters .row.row_inline .span_4:nth-child(3n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_5:nth-child(2n+1), #CONTACT .gutters .row.row_inline .span_5:nth-child(2n+1), #FAQ .gutters .row.row_inline .span_5:nth-child(2n+1), #PHILOSOPHY .gutters .row.row_inline .span_5:nth-child(2n+1), #POLICY .gutters .row.row_inline .span_5:nth-child(2n+1), #RICE .gutters .row.row_inline .span_5:nth-child(2n+1), #SHOP .gutters .row.row_inline .span_5:nth-child(2n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_6:nth-child(2n+1), #CONTACT .gutters .row.row_inline .span_6:nth-child(2n+1), #FAQ .gutters .row.row_inline .span_6:nth-child(2n+1), #PHILOSOPHY .gutters .row.row_inline .span_6:nth-child(2n+1), #POLICY .gutters .row.row_inline .span_6:nth-child(2n+1), #RICE .gutters .row.row_inline .span_6:nth-child(2n+1), #SHOP .gutters .row.row_inline .span_6:nth-child(2n+1) {
    margin-left: 0;
  }
  #COMPANY .gutters .row.row_inline .span_7, #CONTACT .gutters .row.row_inline .span_7, #FAQ .gutters .row.row_inline .span_7, #PHILOSOPHY .gutters .row.row_inline .span_7, #POLICY .gutters .row.row_inline .span_7, #RICE .gutters .row.row_inline .span_7, #SHOP .gutters .row.row_inline .span_7 {
    width: 57.5%;
  }
  #COMPANY .gutters .row.row_inline .span_8, #CONTACT .gutters .row.row_inline .span_8, #FAQ .gutters .row.row_inline .span_8, #PHILOSOPHY .gutters .row.row_inline .span_8, #POLICY .gutters .row.row_inline .span_8, #RICE .gutters .row.row_inline .span_8, #SHOP .gutters .row.row_inline .span_8 {
    width: 66%;
  }
  #COMPANY .gutters .row.row_inline .span_9, #CONTACT .gutters .row.row_inline .span_9, #FAQ .gutters .row.row_inline .span_9, #PHILOSOPHY .gutters .row.row_inline .span_9, #POLICY .gutters .row.row_inline .span_9, #RICE .gutters .row.row_inline .span_9, #SHOP .gutters .row.row_inline .span_9 {
    width: 74.5%;
  }
  #COMPANY .gutters .row.row_inline .span_10, #CONTACT .gutters .row.row_inline .span_10, #FAQ .gutters .row.row_inline .span_10, #PHILOSOPHY .gutters .row.row_inline .span_10, #POLICY .gutters .row.row_inline .span_10, #RICE .gutters .row.row_inline .span_10, #SHOP .gutters .row.row_inline .span_10 {
    width: 83%;
  }
  #COMPANY .gutters .row.row_inline .span_11, #CONTACT .gutters .row.row_inline .span_11, #FAQ .gutters .row.row_inline .span_11, #PHILOSOPHY .gutters .row.row_inline .span_11, #POLICY .gutters .row.row_inline .span_11, #RICE .gutters .row.row_inline .span_11, #SHOP .gutters .row.row_inline .span_11 {
    width: 91.5%;
  }
  #COMPANY .gutters .row.row_inline .span_12, #CONTACT .gutters .row.row_inline .span_12, #FAQ .gutters .row.row_inline .span_12, #PHILOSOPHY .gutters .row.row_inline .span_12, #POLICY .gutters .row.row_inline .span_12, #RICE .gutters .row.row_inline .span_12, #SHOP .gutters .row.row_inline .span_12 {
    width: 100%;
  }
  #COMPANY .gutters .row.grid, #CONTACT .gutters .row.grid, #FAQ .gutters .row.grid, #PHILOSOPHY .gutters .row.grid, #POLICY .gutters .row.grid, #RICE .gutters .row.grid, #SHOP .gutters .row.grid {
    display: grid;
    gap: 1em 2%;
  }
  #COMPANY .gutters .row.grid_col1, #CONTACT .gutters .row.grid_col1, #FAQ .gutters .row.grid_col1, #PHILOSOPHY .gutters .row.grid_col1, #POLICY .gutters .row.grid_col1, #RICE .gutters .row.grid_col1, #SHOP .gutters .row.grid_col1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col2, #CONTACT .gutters .row.grid_col2, #FAQ .gutters .row.grid_col2, #PHILOSOPHY .gutters .row.grid_col2, #POLICY .gutters .row.grid_col2, #RICE .gutters .row.grid_col2, #SHOP .gutters .row.grid_col2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col3, #CONTACT .gutters .row.grid_col3, #FAQ .gutters .row.grid_col3, #PHILOSOPHY .gutters .row.grid_col3, #POLICY .gutters .row.grid_col3, #RICE .gutters .row.grid_col3, #SHOP .gutters .row.grid_col3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col4, #CONTACT .gutters .row.grid_col4, #FAQ .gutters .row.grid_col4, #PHILOSOPHY .gutters .row.grid_col4, #POLICY .gutters .row.grid_col4, #RICE .gutters .row.grid_col4, #SHOP .gutters .row.grid_col4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col5, #CONTACT .gutters .row.grid_col5, #FAQ .gutters .row.grid_col5, #PHILOSOPHY .gutters .row.grid_col5, #POLICY .gutters .row.grid_col5, #RICE .gutters .row.grid_col5, #SHOP .gutters .row.grid_col5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col6, #CONTACT .gutters .row.grid_col6, #FAQ .gutters .row.grid_col6, #PHILOSOPHY .gutters .row.grid_col6, #POLICY .gutters .row.grid_col6, #RICE .gutters .row.grid_col6, #SHOP .gutters .row.grid_col6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col7, #CONTACT .gutters .row.grid_col7, #FAQ .gutters .row.grid_col7, #PHILOSOPHY .gutters .row.grid_col7, #POLICY .gutters .row.grid_col7, #RICE .gutters .row.grid_col7, #SHOP .gutters .row.grid_col7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col8, #CONTACT .gutters .row.grid_col8, #FAQ .gutters .row.grid_col8, #PHILOSOPHY .gutters .row.grid_col8, #POLICY .gutters .row.grid_col8, #RICE .gutters .row.grid_col8, #SHOP .gutters .row.grid_col8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col9, #CONTACT .gutters .row.grid_col9, #FAQ .gutters .row.grid_col9, #PHILOSOPHY .gutters .row.grid_col9, #POLICY .gutters .row.grid_col9, #RICE .gutters .row.grid_col9, #SHOP .gutters .row.grid_col9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col10, #CONTACT .gutters .row.grid_col10, #FAQ .gutters .row.grid_col10, #PHILOSOPHY .gutters .row.grid_col10, #POLICY .gutters .row.grid_col10, #RICE .gutters .row.grid_col10, #SHOP .gutters .row.grid_col10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col11, #CONTACT .gutters .row.grid_col11, #FAQ .gutters .row.grid_col11, #PHILOSOPHY .gutters .row.grid_col11, #POLICY .gutters .row.grid_col11, #RICE .gutters .row.grid_col11, #SHOP .gutters .row.grid_col11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid_col12, #CONTACT .gutters .row.grid_col12, #FAQ .gutters .row.grid_col12, #PHILOSOPHY .gutters .row.grid_col12, #POLICY .gutters .row.grid_col12, #RICE .gutters .row.grid_col12, #SHOP .gutters .row.grid_col12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  #COMPANY .gutters .row.grid > .col, #CONTACT .gutters .row.grid > .col, #FAQ .gutters .row.grid > .col, #PHILOSOPHY .gutters .row.grid > .col, #POLICY .gutters .row.grid > .col, #RICE .gutters .row.grid > .col, #SHOP .gutters .row.grid > .col {
    width: 100%;
    margin: 0;
  }
  #COMPANY .gutters .row.grid .span_1, #CONTACT .gutters .row.grid .span_1, #FAQ .gutters .row.grid .span_1, #PHILOSOPHY .gutters .row.grid .span_1, #POLICY .gutters .row.grid .span_1, #RICE .gutters .row.grid .span_1, #SHOP .gutters .row.grid .span_1 {
    grid-column: span 1/span 1;
  }
  #COMPANY .gutters .row.grid .span_2, #CONTACT .gutters .row.grid .span_2, #FAQ .gutters .row.grid .span_2, #PHILOSOPHY .gutters .row.grid .span_2, #POLICY .gutters .row.grid .span_2, #RICE .gutters .row.grid .span_2, #SHOP .gutters .row.grid .span_2 {
    grid-column: span 2/span 2;
  }
  #COMPANY .gutters .row.grid .span_3, #CONTACT .gutters .row.grid .span_3, #FAQ .gutters .row.grid .span_3, #PHILOSOPHY .gutters .row.grid .span_3, #POLICY .gutters .row.grid .span_3, #RICE .gutters .row.grid .span_3, #SHOP .gutters .row.grid .span_3 {
    grid-column: span 3/span 3;
  }
  #COMPANY .gutters .row.grid .span_4, #CONTACT .gutters .row.grid .span_4, #FAQ .gutters .row.grid .span_4, #PHILOSOPHY .gutters .row.grid .span_4, #POLICY .gutters .row.grid .span_4, #RICE .gutters .row.grid .span_4, #SHOP .gutters .row.grid .span_4 {
    grid-column: span 4/span 4;
  }
  #COMPANY .gutters .row.grid .span_5, #CONTACT .gutters .row.grid .span_5, #FAQ .gutters .row.grid .span_5, #PHILOSOPHY .gutters .row.grid .span_5, #POLICY .gutters .row.grid .span_5, #RICE .gutters .row.grid .span_5, #SHOP .gutters .row.grid .span_5 {
    grid-column: span 5/span 5;
  }
  #COMPANY .gutters .row.grid .span_6, #CONTACT .gutters .row.grid .span_6, #FAQ .gutters .row.grid .span_6, #PHILOSOPHY .gutters .row.grid .span_6, #POLICY .gutters .row.grid .span_6, #RICE .gutters .row.grid .span_6, #SHOP .gutters .row.grid .span_6 {
    grid-column: span 6/span 6;
  }
  #COMPANY .gutters .row.grid .span_7, #CONTACT .gutters .row.grid .span_7, #FAQ .gutters .row.grid .span_7, #PHILOSOPHY .gutters .row.grid .span_7, #POLICY .gutters .row.grid .span_7, #RICE .gutters .row.grid .span_7, #SHOP .gutters .row.grid .span_7 {
    grid-column: span 7/span 7;
  }
  #COMPANY .gutters .row.grid .span_8, #CONTACT .gutters .row.grid .span_8, #FAQ .gutters .row.grid .span_8, #PHILOSOPHY .gutters .row.grid .span_8, #POLICY .gutters .row.grid .span_8, #RICE .gutters .row.grid .span_8, #SHOP .gutters .row.grid .span_8 {
    grid-column: span 8/span 8;
  }
  #COMPANY .gutters .row.grid .span_9, #CONTACT .gutters .row.grid .span_9, #FAQ .gutters .row.grid .span_9, #PHILOSOPHY .gutters .row.grid .span_9, #POLICY .gutters .row.grid .span_9, #RICE .gutters .row.grid .span_9, #SHOP .gutters .row.grid .span_9 {
    grid-column: span 9/span 9;
  }
  #COMPANY .gutters .row.grid .span_10, #CONTACT .gutters .row.grid .span_10, #FAQ .gutters .row.grid .span_10, #PHILOSOPHY .gutters .row.grid .span_10, #POLICY .gutters .row.grid .span_10, #RICE .gutters .row.grid .span_10, #SHOP .gutters .row.grid .span_10 {
    grid-column: span 10/span 10;
  }
  #COMPANY .gutters .row.grid .span_11, #CONTACT .gutters .row.grid .span_11, #FAQ .gutters .row.grid .span_11, #PHILOSOPHY .gutters .row.grid .span_11, #POLICY .gutters .row.grid .span_11, #RICE .gutters .row.grid .span_11, #SHOP .gutters .row.grid .span_11 {
    grid-column: span 11/span 11;
  }
  #COMPANY .gutters .row.grid .span_12, #CONTACT .gutters .row.grid .span_12, #FAQ .gutters .row.grid .span_12, #PHILOSOPHY .gutters .row.grid .span_12, #POLICY .gutters .row.grid .span_12, #RICE .gutters .row.grid .span_12, #SHOP .gutters .row.grid .span_12 {
    grid-column: span 12/span 12;
  }
}

#COMPANY main .column_main,
#COMPANY main .column_sub, #CONTACT main .column_main,
#CONTACT main .column_sub, #FAQ main .column_main,
#FAQ main .column_sub, #PHILOSOPHY main .column_main,
#PHILOSOPHY main .column_sub, #POLICY main .column_main,
#POLICY main .column_sub, #RICE main .column_main,
#RICE main .column_sub, #SHOP main .column_main,
#SHOP main .column_sub {
  overflow: hidden;
  min-height: 100px;
}

#COMPANY main .column_main .widget_header,
#COMPANY main .column_sub .widget_header, #CONTACT main .column_main .widget_header,
#CONTACT main .column_sub .widget_header, #FAQ main .column_main .widget_header,
#FAQ main .column_sub .widget_header, #PHILOSOPHY main .column_main .widget_header,
#PHILOSOPHY main .column_sub .widget_header, #POLICY main .column_main .widget_header,
#POLICY main .column_sub .widget_header, #RICE main .column_main .widget_header,
#RICE main .column_sub .widget_header, #SHOP main .column_main .widget_header,
#SHOP main .column_sub .widget_header {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0.5em;
  margin-bottom: 0;
}

#COMPANY main .column_main .widget_header + *:not(.calendar_wrap),
#COMPANY main .column_sub .widget_header + *:not(.calendar_wrap), #CONTACT main .column_main .widget_header + *:not(.calendar_wrap),
#CONTACT main .column_sub .widget_header + *:not(.calendar_wrap), #FAQ main .column_main .widget_header + *:not(.calendar_wrap),
#FAQ main .column_sub .widget_header + *:not(.calendar_wrap), #PHILOSOPHY main .column_main .widget_header + *:not(.calendar_wrap),
#PHILOSOPHY main .column_sub .widget_header + *:not(.calendar_wrap), #POLICY main .column_main .widget_header + *:not(.calendar_wrap),
#POLICY main .column_sub .widget_header + *:not(.calendar_wrap), #RICE main .column_main .widget_header + *:not(.calendar_wrap),
#RICE main .column_sub .widget_header + *:not(.calendar_wrap), #SHOP main .column_main .widget_header + *:not(.calendar_wrap),
#SHOP main .column_sub .widget_header + *:not(.calendar_wrap) {
  padding: 0;
  margin: 0 auto 1em;
}

#COMPANY main .column_main .widget_header + .textwidget,
#COMPANY main .column_sub .widget_header + .textwidget, #CONTACT main .column_main .widget_header + .textwidget,
#CONTACT main .column_sub .widget_header + .textwidget, #FAQ main .column_main .widget_header + .textwidget,
#FAQ main .column_sub .widget_header + .textwidget, #PHILOSOPHY main .column_main .widget_header + .textwidget,
#PHILOSOPHY main .column_sub .widget_header + .textwidget, #POLICY main .column_main .widget_header + .textwidget,
#POLICY main .column_sub .widget_header + .textwidget, #RICE main .column_main .widget_header + .textwidget,
#RICE main .column_sub .widget_header + .textwidget, #SHOP main .column_main .widget_header + .textwidget,
#SHOP main .column_sub .widget_header + .textwidget {
  padding: 10px 0;
}

#COMPANY main .column_main .widget_wrap .menu,
#COMPANY main .column_main .widget_wrap > ul,
#COMPANY main .column_sub .widget_wrap .menu,
#COMPANY main .column_sub .widget_wrap > ul, #CONTACT main .column_main .widget_wrap .menu,
#CONTACT main .column_main .widget_wrap > ul,
#CONTACT main .column_sub .widget_wrap .menu,
#CONTACT main .column_sub .widget_wrap > ul, #FAQ main .column_main .widget_wrap .menu,
#FAQ main .column_main .widget_wrap > ul,
#FAQ main .column_sub .widget_wrap .menu,
#FAQ main .column_sub .widget_wrap > ul, #PHILOSOPHY main .column_main .widget_wrap .menu,
#PHILOSOPHY main .column_main .widget_wrap > ul,
#PHILOSOPHY main .column_sub .widget_wrap .menu,
#PHILOSOPHY main .column_sub .widget_wrap > ul, #POLICY main .column_main .widget_wrap .menu,
#POLICY main .column_main .widget_wrap > ul,
#POLICY main .column_sub .widget_wrap .menu,
#POLICY main .column_sub .widget_wrap > ul, #RICE main .column_main .widget_wrap .menu,
#RICE main .column_main .widget_wrap > ul,
#RICE main .column_sub .widget_wrap .menu,
#RICE main .column_sub .widget_wrap > ul, #SHOP main .column_main .widget_wrap .menu,
#SHOP main .column_main .widget_wrap > ul,
#SHOP main .column_sub .widget_wrap .menu,
#SHOP main .column_sub .widget_wrap > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#COMPANY main .column_main .widget_wrap .menu ul,
#COMPANY main .column_main .widget_wrap > ul ul,
#COMPANY main .column_sub .widget_wrap .menu ul,
#COMPANY main .column_sub .widget_wrap > ul ul, #CONTACT main .column_main .widget_wrap .menu ul,
#CONTACT main .column_main .widget_wrap > ul ul,
#CONTACT main .column_sub .widget_wrap .menu ul,
#CONTACT main .column_sub .widget_wrap > ul ul, #FAQ main .column_main .widget_wrap .menu ul,
#FAQ main .column_main .widget_wrap > ul ul,
#FAQ main .column_sub .widget_wrap .menu ul,
#FAQ main .column_sub .widget_wrap > ul ul, #PHILOSOPHY main .column_main .widget_wrap .menu ul,
#PHILOSOPHY main .column_main .widget_wrap > ul ul,
#PHILOSOPHY main .column_sub .widget_wrap .menu ul,
#PHILOSOPHY main .column_sub .widget_wrap > ul ul, #POLICY main .column_main .widget_wrap .menu ul,
#POLICY main .column_main .widget_wrap > ul ul,
#POLICY main .column_sub .widget_wrap .menu ul,
#POLICY main .column_sub .widget_wrap > ul ul, #RICE main .column_main .widget_wrap .menu ul,
#RICE main .column_main .widget_wrap > ul ul,
#RICE main .column_sub .widget_wrap .menu ul,
#RICE main .column_sub .widget_wrap > ul ul, #SHOP main .column_main .widget_wrap .menu ul,
#SHOP main .column_main .widget_wrap > ul ul,
#SHOP main .column_sub .widget_wrap .menu ul,
#SHOP main .column_sub .widget_wrap > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#COMPANY main .column_main .widget_wrap .menu li,
#COMPANY main .column_main .widget_wrap > ul li,
#COMPANY main .column_sub .widget_wrap .menu li,
#COMPANY main .column_sub .widget_wrap > ul li, #CONTACT main .column_main .widget_wrap .menu li,
#CONTACT main .column_main .widget_wrap > ul li,
#CONTACT main .column_sub .widget_wrap .menu li,
#CONTACT main .column_sub .widget_wrap > ul li, #FAQ main .column_main .widget_wrap .menu li,
#FAQ main .column_main .widget_wrap > ul li,
#FAQ main .column_sub .widget_wrap .menu li,
#FAQ main .column_sub .widget_wrap > ul li, #PHILOSOPHY main .column_main .widget_wrap .menu li,
#PHILOSOPHY main .column_main .widget_wrap > ul li,
#PHILOSOPHY main .column_sub .widget_wrap .menu li,
#PHILOSOPHY main .column_sub .widget_wrap > ul li, #POLICY main .column_main .widget_wrap .menu li,
#POLICY main .column_main .widget_wrap > ul li,
#POLICY main .column_sub .widget_wrap .menu li,
#POLICY main .column_sub .widget_wrap > ul li, #RICE main .column_main .widget_wrap .menu li,
#RICE main .column_main .widget_wrap > ul li,
#RICE main .column_sub .widget_wrap .menu li,
#RICE main .column_sub .widget_wrap > ul li, #SHOP main .column_main .widget_wrap .menu li,
#SHOP main .column_main .widget_wrap > ul li,
#SHOP main .column_sub .widget_wrap .menu li,
#SHOP main .column_sub .widget_wrap > ul li {
  padding: 0.5em 0.7em;
  border-bottom: 1px solid #ccc;
}

#COMPANY main .column_main .widget_wrap .menu li:last-child,
#COMPANY main .column_main .widget_wrap > ul li:last-child,
#COMPANY main .column_sub .widget_wrap .menu li:last-child,
#COMPANY main .column_sub .widget_wrap > ul li:last-child, #CONTACT main .column_main .widget_wrap .menu li:last-child,
#CONTACT main .column_main .widget_wrap > ul li:last-child,
#CONTACT main .column_sub .widget_wrap .menu li:last-child,
#CONTACT main .column_sub .widget_wrap > ul li:last-child, #FAQ main .column_main .widget_wrap .menu li:last-child,
#FAQ main .column_main .widget_wrap > ul li:last-child,
#FAQ main .column_sub .widget_wrap .menu li:last-child,
#FAQ main .column_sub .widget_wrap > ul li:last-child, #PHILOSOPHY main .column_main .widget_wrap .menu li:last-child,
#PHILOSOPHY main .column_main .widget_wrap > ul li:last-child,
#PHILOSOPHY main .column_sub .widget_wrap .menu li:last-child,
#PHILOSOPHY main .column_sub .widget_wrap > ul li:last-child, #POLICY main .column_main .widget_wrap .menu li:last-child,
#POLICY main .column_main .widget_wrap > ul li:last-child,
#POLICY main .column_sub .widget_wrap .menu li:last-child,
#POLICY main .column_sub .widget_wrap > ul li:last-child, #RICE main .column_main .widget_wrap .menu li:last-child,
#RICE main .column_main .widget_wrap > ul li:last-child,
#RICE main .column_sub .widget_wrap .menu li:last-child,
#RICE main .column_sub .widget_wrap > ul li:last-child, #SHOP main .column_main .widget_wrap .menu li:last-child,
#SHOP main .column_main .widget_wrap > ul li:last-child,
#SHOP main .column_sub .widget_wrap .menu li:last-child,
#SHOP main .column_sub .widget_wrap > ul li:last-child {
  border-bottom: 0;
}

#COMPANY main .column_main .widget_wrap .menu li a,
#COMPANY main .column_main .widget_wrap > ul li a,
#COMPANY main .column_sub .widget_wrap .menu li a,
#COMPANY main .column_sub .widget_wrap > ul li a, #CONTACT main .column_main .widget_wrap .menu li a,
#CONTACT main .column_main .widget_wrap > ul li a,
#CONTACT main .column_sub .widget_wrap .menu li a,
#CONTACT main .column_sub .widget_wrap > ul li a, #FAQ main .column_main .widget_wrap .menu li a,
#FAQ main .column_main .widget_wrap > ul li a,
#FAQ main .column_sub .widget_wrap .menu li a,
#FAQ main .column_sub .widget_wrap > ul li a, #PHILOSOPHY main .column_main .widget_wrap .menu li a,
#PHILOSOPHY main .column_main .widget_wrap > ul li a,
#PHILOSOPHY main .column_sub .widget_wrap .menu li a,
#PHILOSOPHY main .column_sub .widget_wrap > ul li a, #POLICY main .column_main .widget_wrap .menu li a,
#POLICY main .column_main .widget_wrap > ul li a,
#POLICY main .column_sub .widget_wrap .menu li a,
#POLICY main .column_sub .widget_wrap > ul li a, #RICE main .column_main .widget_wrap .menu li a,
#RICE main .column_main .widget_wrap > ul li a,
#RICE main .column_sub .widget_wrap .menu li a,
#RICE main .column_sub .widget_wrap > ul li a, #SHOP main .column_main .widget_wrap .menu li a,
#SHOP main .column_main .widget_wrap > ul li a,
#SHOP main .column_sub .widget_wrap .menu li a,
#SHOP main .column_sub .widget_wrap > ul li a {
  display: block;
  text-decoration: none;
}

#COMPANY main .column_main .widget_wrap .menu li a:hover,
#COMPANY main .column_main .widget_wrap > ul li a:hover,
#COMPANY main .column_sub .widget_wrap .menu li a:hover,
#COMPANY main .column_sub .widget_wrap > ul li a:hover, #CONTACT main .column_main .widget_wrap .menu li a:hover,
#CONTACT main .column_main .widget_wrap > ul li a:hover,
#CONTACT main .column_sub .widget_wrap .menu li a:hover,
#CONTACT main .column_sub .widget_wrap > ul li a:hover, #FAQ main .column_main .widget_wrap .menu li a:hover,
#FAQ main .column_main .widget_wrap > ul li a:hover,
#FAQ main .column_sub .widget_wrap .menu li a:hover,
#FAQ main .column_sub .widget_wrap > ul li a:hover, #PHILOSOPHY main .column_main .widget_wrap .menu li a:hover,
#PHILOSOPHY main .column_main .widget_wrap > ul li a:hover,
#PHILOSOPHY main .column_sub .widget_wrap .menu li a:hover,
#PHILOSOPHY main .column_sub .widget_wrap > ul li a:hover, #POLICY main .column_main .widget_wrap .menu li a:hover,
#POLICY main .column_main .widget_wrap > ul li a:hover,
#POLICY main .column_sub .widget_wrap .menu li a:hover,
#POLICY main .column_sub .widget_wrap > ul li a:hover, #RICE main .column_main .widget_wrap .menu li a:hover,
#RICE main .column_main .widget_wrap > ul li a:hover,
#RICE main .column_sub .widget_wrap .menu li a:hover,
#RICE main .column_sub .widget_wrap > ul li a:hover, #SHOP main .column_main .widget_wrap .menu li a:hover,
#SHOP main .column_main .widget_wrap > ul li a:hover,
#SHOP main .column_sub .widget_wrap .menu li a:hover,
#SHOP main .column_sub .widget_wrap > ul li a:hover {
  text-decoration: underline;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item,
#COMPANY main .column_sub .widget_wrap ul > li.page_item, #CONTACT main .column_main .widget_wrap ul > li.page_item,
#CONTACT main .column_sub .widget_wrap ul > li.page_item, #FAQ main .column_main .widget_wrap ul > li.page_item,
#FAQ main .column_sub .widget_wrap ul > li.page_item, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item, #POLICY main .column_main .widget_wrap ul > li.page_item,
#POLICY main .column_sub .widget_wrap ul > li.page_item, #RICE main .column_main .widget_wrap ul > li.page_item,
#RICE main .column_sub .widget_wrap ul > li.page_item, #SHOP main .column_main .widget_wrap ul > li.page_item,
#SHOP main .column_sub .widget_wrap ul > li.page_item {
  border-bottom: #ccc solid 1px;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#COMPANY main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #CONTACT main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#CONTACT main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #FAQ main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#FAQ main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #POLICY main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#POLICY main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #RICE main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#RICE main .column_sub .widget_wrap ul > li.page_item.page_item_has_children, #SHOP main .column_main .widget_wrap ul > li.page_item.page_item_has_children,
#SHOP main .column_sub .widget_wrap ul > li.page_item.page_item_has_children {
  padding: 0.5em 0.7em 0.2em !important;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item .children,
#COMPANY main .column_sub .widget_wrap ul > li.page_item .children, #CONTACT main .column_main .widget_wrap ul > li.page_item .children,
#CONTACT main .column_sub .widget_wrap ul > li.page_item .children, #FAQ main .column_main .widget_wrap ul > li.page_item .children,
#FAQ main .column_sub .widget_wrap ul > li.page_item .children, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item .children,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item .children, #POLICY main .column_main .widget_wrap ul > li.page_item .children,
#POLICY main .column_sub .widget_wrap ul > li.page_item .children, #RICE main .column_main .widget_wrap ul > li.page_item .children,
#RICE main .column_sub .widget_wrap ul > li.page_item .children, #SHOP main .column_main .widget_wrap ul > li.page_item .children,
#SHOP main .column_sub .widget_wrap ul > li.page_item .children {
  border-top: #eee solid 1px;
  margin: 0.5em 0 0 !important;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item .children li,
#COMPANY main .column_sub .widget_wrap ul > li.page_item .children li, #CONTACT main .column_main .widget_wrap ul > li.page_item .children li,
#CONTACT main .column_sub .widget_wrap ul > li.page_item .children li, #FAQ main .column_main .widget_wrap ul > li.page_item .children li,
#FAQ main .column_sub .widget_wrap ul > li.page_item .children li, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item .children li,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item .children li, #POLICY main .column_main .widget_wrap ul > li.page_item .children li,
#POLICY main .column_sub .widget_wrap ul > li.page_item .children li, #RICE main .column_main .widget_wrap ul > li.page_item .children li,
#RICE main .column_sub .widget_wrap ul > li.page_item .children li, #SHOP main .column_main .widget_wrap ul > li.page_item .children li,
#SHOP main .column_sub .widget_wrap ul > li.page_item .children li {
  font-weight: normal;
  border-bottom: #eee solid 1px;
  font-size: 96%;
  padding: 0.5em 0.7em 0.5em 1em;
  position: relative;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item .children li:before,
#COMPANY main .column_sub .widget_wrap ul > li.page_item .children li:before, #CONTACT main .column_main .widget_wrap ul > li.page_item .children li:before,
#CONTACT main .column_sub .widget_wrap ul > li.page_item .children li:before, #FAQ main .column_main .widget_wrap ul > li.page_item .children li:before,
#FAQ main .column_sub .widget_wrap ul > li.page_item .children li:before, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item .children li:before,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item .children li:before, #POLICY main .column_main .widget_wrap ul > li.page_item .children li:before,
#POLICY main .column_sub .widget_wrap ul > li.page_item .children li:before, #RICE main .column_main .widget_wrap ul > li.page_item .children li:before,
#RICE main .column_sub .widget_wrap ul > li.page_item .children li:before, #SHOP main .column_main .widget_wrap ul > li.page_item .children li:before,
#SHOP main .column_sub .widget_wrap ul > li.page_item .children li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.4);
  border-radius: 2.5px;
}

#COMPANY main .column_main .widget_wrap ul > li.page_item .children li li:before,
#COMPANY main .column_sub .widget_wrap ul > li.page_item .children li li:before, #CONTACT main .column_main .widget_wrap ul > li.page_item .children li li:before,
#CONTACT main .column_sub .widget_wrap ul > li.page_item .children li li:before, #FAQ main .column_main .widget_wrap ul > li.page_item .children li li:before,
#FAQ main .column_sub .widget_wrap ul > li.page_item .children li li:before, #PHILOSOPHY main .column_main .widget_wrap ul > li.page_item .children li li:before,
#PHILOSOPHY main .column_sub .widget_wrap ul > li.page_item .children li li:before, #POLICY main .column_main .widget_wrap ul > li.page_item .children li li:before,
#POLICY main .column_sub .widget_wrap ul > li.page_item .children li li:before, #RICE main .column_main .widget_wrap ul > li.page_item .children li li:before,
#RICE main .column_sub .widget_wrap ul > li.page_item .children li li:before, #SHOP main .column_main .widget_wrap ul > li.page_item .children li li:before,
#SHOP main .column_sub .widget_wrap ul > li.page_item .children li li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: rgba(54, 46, 43, 0.15);
  border-radius: 0;
}

@media (max-width: 900px) {
  #COMPANY .gutters .span_3.column_sub,
  #COMPANY .gutters .span_9.column_main, #CONTACT .gutters .span_3.column_sub,
  #CONTACT .gutters .span_9.column_main, #FAQ .gutters .span_3.column_sub,
  #FAQ .gutters .span_9.column_main, #PHILOSOPHY .gutters .span_3.column_sub,
  #PHILOSOPHY .gutters .span_9.column_main, #POLICY .gutters .span_3.column_sub,
  #POLICY .gutters .span_9.column_main, #RICE .gutters .span_3.column_sub,
  #RICE .gutters .span_9.column_main, #SHOP .gutters .span_3.column_sub,
  #SHOP .gutters .span_9.column_main {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 600px) and (max-width: 900px) {
  #COMPANY .gutters .span_3.column_sub .sidebar, #CONTACT .gutters .span_3.column_sub .sidebar, #FAQ .gutters .span_3.column_sub .sidebar, #PHILOSOPHY .gutters .span_3.column_sub .sidebar, #POLICY .gutters .span_3.column_sub .sidebar, #RICE .gutters .span_3.column_sub .sidebar, #SHOP .gutters .span_3.column_sub .sidebar {
    letter-spacing: -.40em;
  }
  #COMPANY .gutters .span_3.column_sub .sidebar .widget_wrap, #CONTACT .gutters .span_3.column_sub .sidebar .widget_wrap, #FAQ .gutters .span_3.column_sub .sidebar .widget_wrap, #PHILOSOPHY .gutters .span_3.column_sub .sidebar .widget_wrap, #POLICY .gutters .span_3.column_sub .sidebar .widget_wrap, #RICE .gutters .span_3.column_sub .sidebar .widget_wrap, #SHOP .gutters .span_3.column_sub .sidebar .widget_wrap {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-left: 2%;
  }
  #COMPANY .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #CONTACT .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #FAQ .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #PHILOSOPHY .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #POLICY .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #RICE .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1), #SHOP .gutters .span_3.column_sub .sidebar .widget_wrap:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    max-width: 1200px;
  }
}

@media (min-width: 1024px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    padding: 0 10px;
  }
}

#COMPANY .article_button, #CONTACT .article_button, #FAQ .article_button, #PHILOSOPHY .article_button, #POLICY .article_button, #RICE .article_button, #SHOP .article_button {
  margin-top: 5%;
}

@media (min-width: 768px) {
  #COMPANY .article_detail:not(.reverse) .col.span_12 + .span_4,
  #COMPANY .article_list:not(.reverse) .col.span_12 + .span_4, #CONTACT .article_detail:not(.reverse) .col.span_12 + .span_4,
  #CONTACT .article_list:not(.reverse) .col.span_12 + .span_4, #FAQ .article_detail:not(.reverse) .col.span_12 + .span_4,
  #FAQ .article_list:not(.reverse) .col.span_12 + .span_4, #PHILOSOPHY .article_detail:not(.reverse) .col.span_12 + .span_4,
  #PHILOSOPHY .article_list:not(.reverse) .col.span_12 + .span_4, #POLICY .article_detail:not(.reverse) .col.span_12 + .span_4,
  #POLICY .article_list:not(.reverse) .col.span_12 + .span_4, #RICE .article_detail:not(.reverse) .col.span_12 + .span_4,
  #RICE .article_list:not(.reverse) .col.span_12 + .span_4, #SHOP .article_detail:not(.reverse) .col.span_12 + .span_4,
  #SHOP .article_list:not(.reverse) .col.span_12 + .span_4 {
    margin-left: 0;
  }
  #COMPANY .article_detail.reverse .col.span_12,
  #COMPANY .article_list.reverse .col.span_12, #CONTACT .article_detail.reverse .col.span_12,
  #CONTACT .article_list.reverse .col.span_12, #FAQ .article_detail.reverse .col.span_12,
  #FAQ .article_list.reverse .col.span_12, #PHILOSOPHY .article_detail.reverse .col.span_12,
  #PHILOSOPHY .article_list.reverse .col.span_12, #POLICY .article_detail.reverse .col.span_12,
  #POLICY .article_list.reverse .col.span_12, #RICE .article_detail.reverse .col.span_12,
  #RICE .article_list.reverse .col.span_12, #SHOP .article_detail.reverse .col.span_12,
  #SHOP .article_list.reverse .col.span_12 {
    margin-left: 0;
  }
}

#COMPANY .sidebar, #CONTACT .sidebar, #FAQ .sidebar, #PHILOSOPHY .sidebar, #POLICY .sidebar, #RICE .sidebar, #SHOP .sidebar {
  visibility: hidden;
}

#COMPANY .sidebar > .widget_wrap, #CONTACT .sidebar > .widget_wrap, #FAQ .sidebar > .widget_wrap, #PHILOSOPHY .sidebar > .widget_wrap, #POLICY .sidebar > .widget_wrap, #RICE .sidebar > .widget_wrap, #SHOP .sidebar > .widget_wrap {
  visibility: visible;
}

#COMPANY .gutters .col.span_12 + .span_12, #CONTACT .gutters .col.span_12 + .span_12, #FAQ .gutters .col.span_12 + .span_12, #PHILOSOPHY .gutters .col.span_12 + .span_12, #POLICY .gutters .col.span_12 + .span_12, #RICE .gutters .col.span_12 + .span_12, #SHOP .gutters .col.span_12 + .span_12 {
  margin-left: 0;
}

#COMPANY .sitemap, #CONTACT .sitemap, #FAQ .sitemap, #PHILOSOPHY .sitemap, #POLICY .sitemap, #RICE .sitemap, #SHOP .sitemap {
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

#COMPANY .sitemap li, #CONTACT .sitemap li, #FAQ .sitemap li, #PHILOSOPHY .sitemap li, #POLICY .sitemap li, #RICE .sitemap li, #SHOP .sitemap li {
  list-style: none;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ccc;
}

#COMPANY .sitemap li > ul, #CONTACT .sitemap li > ul, #FAQ .sitemap li > ul, #PHILOSOPHY .sitemap li > ul, #POLICY .sitemap li > ul, #RICE .sitemap li > ul, #SHOP .sitemap li > ul {
  padding: 0;
  border-top: #ccc solid 1px;
}

#COMPANY .sitemap li > ul > li, #CONTACT .sitemap li > ul > li, #FAQ .sitemap li > ul > li, #PHILOSOPHY .sitemap li > ul > li, #POLICY .sitemap li > ul > li, #RICE .sitemap li > ul > li, #SHOP .sitemap li > ul > li {
  border-bottom: 1px solid #ccc;
  position: relative;
}

#COMPANY .sitemap li > ul > li:before, #CONTACT .sitemap li > ul > li:before, #FAQ .sitemap li > ul > li:before, #PHILOSOPHY .sitemap li > ul > li:before, #POLICY .sitemap li > ul > li:before, #RICE .sitemap li > ul > li:before, #SHOP .sitemap li > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 3px;
}

#COMPANY .sitemap li > ul > li:last-child, #CONTACT .sitemap li > ul > li:last-child, #FAQ .sitemap li > ul > li:last-child, #PHILOSOPHY .sitemap li > ul > li:last-child, #POLICY .sitemap li > ul > li:last-child, #RICE .sitemap li > ul > li:last-child, #SHOP .sitemap li > ul > li:last-child {
  border-bottom: none;
  padding: 10px 0 0 15px;
}

#COMPANY .sitemap li > ul > li .children > li, #CONTACT .sitemap li > ul > li .children > li, #FAQ .sitemap li > ul > li .children > li, #PHILOSOPHY .sitemap li > ul > li .children > li, #POLICY .sitemap li > ul > li .children > li, #RICE .sitemap li > ul > li .children > li, #SHOP .sitemap li > ul > li .children > li {
  padding: 10px 0 0 15px;
}

#COMPANY .sitemap li > ul > li .children > li:before, #CONTACT .sitemap li > ul > li .children > li:before, #FAQ .sitemap li > ul > li .children > li:before, #PHILOSOPHY .sitemap li > ul > li .children > li:before, #POLICY .sitemap li > ul > li .children > li:before, #RICE .sitemap li > ul > li .children > li:before, #SHOP .sitemap li > ul > li .children > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 0;
}

#COMPANY .sitemap a, #CONTACT .sitemap a, #FAQ .sitemap a, #PHILOSOPHY .sitemap a, #POLICY .sitemap a, #RICE .sitemap a, #SHOP .sitemap a {
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
}

#COMPANY .sitemap a:hover, #CONTACT .sitemap a:hover, #FAQ .sitemap a:hover, #PHILOSOPHY .sitemap a:hover, #POLICY .sitemap a:hover, #RICE .sitemap a:hover, #SHOP .sitemap a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #COMPANY .sitemap a, #CONTACT .sitemap a, #FAQ .sitemap a, #PHILOSOPHY .sitemap a, #POLICY .sitemap a, #RICE .sitemap a, #SHOP .sitemap a {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

#COMPANY .parallax_h1, #CONTACT .parallax_h1, #FAQ .parallax_h1, #PHILOSOPHY .parallax_h1, #POLICY .parallax_h1, #RICE .parallax_h1, #SHOP .parallax_h1 {
  height: 250px;
  position: relative;
}

#COMPANY .parallax_h1:before, #CONTACT .parallax_h1:before, #FAQ .parallax_h1:before, #PHILOSOPHY .parallax_h1:before, #POLICY .parallax_h1:before, #RICE .parallax_h1:before, #SHOP .parallax_h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.3);
}

#COMPANY .parallax_h1 h1, #CONTACT .parallax_h1 h1, #FAQ .parallax_h1 h1, #PHILOSOPHY .parallax_h1 h1, #POLICY .parallax_h1 h1, #RICE .parallax_h1 h1, #SHOP .parallax_h1 h1 {
  color: #fff;
}

#COMPANY .parallax_h1 h1:after, #COMPANY .parallax_h1 h1:before, #CONTACT .parallax_h1 h1:after, #CONTACT .parallax_h1 h1:before, #FAQ .parallax_h1 h1:after, #FAQ .parallax_h1 h1:before, #PHILOSOPHY .parallax_h1 h1:after, #PHILOSOPHY .parallax_h1 h1:before, #POLICY .parallax_h1 h1:after, #POLICY .parallax_h1 h1:before, #RICE .parallax_h1 h1:after, #RICE .parallax_h1 h1:before, #SHOP .parallax_h1 h1:after, #SHOP .parallax_h1 h1:before {
  background: #fff;
}

@media (min-width: 768px) {
  #COMPANY .parallax_h1, #CONTACT .parallax_h1, #FAQ .parallax_h1, #PHILOSOPHY .parallax_h1, #POLICY .parallax_h1, #RICE .parallax_h1, #SHOP .parallax_h1 {
    height: 450px;
  }
}

#COMPANY .map_wide #map_canvas,
#COMPANY .map_wide iframe, #CONTACT .map_wide #map_canvas,
#CONTACT .map_wide iframe, #FAQ .map_wide #map_canvas,
#FAQ .map_wide iframe, #PHILOSOPHY .map_wide #map_canvas,
#PHILOSOPHY .map_wide iframe, #POLICY .map_wide #map_canvas,
#POLICY .map_wide iframe, #RICE .map_wide #map_canvas,
#RICE .map_wide iframe, #SHOP .map_wide #map_canvas,
#SHOP .map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#COMPANY .map_wide img, #CONTACT .map_wide img, #FAQ .map_wide img, #PHILOSOPHY .map_wide img, #POLICY .map_wide img, #RICE .map_wide img, #SHOP .map_wide img {
  max-width: none;
}

#COMPANY .slick-track, #CONTACT .slick-track, #FAQ .slick-track, #PHILOSOPHY .slick-track, #POLICY .slick-track, #RICE .slick-track, #SHOP .slick-track {
  margin: 0 auto;
}

#COMPANY .col dl p, #CONTACT .col dl p, #FAQ .col dl p, #PHILOSOPHY .col dl p, #POLICY .col dl p, #RICE .col dl p, #SHOP .col dl p {
  line-height: 1.8;
  margin: 0;
}

#COMPANY .col p, #CONTACT .col p, #FAQ .col p, #PHILOSOPHY .col p, #POLICY .col p, #RICE .col p, #SHOP .col p {
  line-height: 1.8;
}

#COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
  padding: 0 10px;
}

@media (min-width: 1220px) {
  #COMPANY .container, #CONTACT .container, #FAQ .container, #PHILOSOPHY .container, #POLICY .container, #RICE .container, #SHOP .container {
    padding: 0;
  }
}

#COMPANY .container .container, #CONTACT .container .container, #FAQ .container .container, #PHILOSOPHY .container .container, #POLICY .container .container, #RICE .container .container, #SHOP .container .container {
  padding: 0;
}

#COMPANY #fb-root,
#COMPANY .fb-page, #CONTACT #fb-root,
#CONTACT .fb-page, #FAQ #fb-root,
#FAQ .fb-page, #PHILOSOPHY #fb-root,
#PHILOSOPHY .fb-page, #POLICY #fb-root,
#POLICY .fb-page, #RICE #fb-root,
#RICE .fb-page, #SHOP #fb-root,
#SHOP .fb-page {
  font-family: "lucida grande", tahoma, verdana, arial, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif !important;
}

#COMPANY #swipebox-overlay, #CONTACT #swipebox-overlay, #FAQ #swipebox-overlay, #PHILOSOPHY #swipebox-overlay, #POLICY #swipebox-overlay, #RICE #swipebox-overlay, #SHOP #swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

#COMPANY img.wp-edited-image[width], #CONTACT img.wp-edited-image[width], #FAQ img.wp-edited-image[width], #PHILOSOPHY img.wp-edited-image[width], #POLICY img.wp-edited-image[width], #RICE img.wp-edited-image[width], #SHOP img.wp-edited-image[width] {
  width: auto !important;
}

#COMPANY img.wp-edited-image[height], #CONTACT img.wp-edited-image[height], #FAQ img.wp-edited-image[height], #PHILOSOPHY img.wp-edited-image[height], #POLICY img.wp-edited-image[height], #RICE img.wp-edited-image[height], #SHOP img.wp-edited-image[height] {
  height: auto !important;
}

#COMPANY .grecaptcha-badge, #CONTACT .grecaptcha-badge, #FAQ .grecaptcha-badge, #PHILOSOPHY .grecaptcha-badge, #POLICY .grecaptcha-badge, #RICE .grecaptcha-badge, #SHOP .grecaptcha-badge {
  visibility: hidden;
}

#COMPANY .grecaptcha-message, #CONTACT .grecaptcha-message, #FAQ .grecaptcha-message, #PHILOSOPHY .grecaptcha-message, #POLICY .grecaptcha-message, #RICE .grecaptcha-message, #SHOP .grecaptcha-message {
  margin: 40px 0;
  font-size: 12px;
  text-align: center;
}

#COMPANY .grecaptcha-message a, #CONTACT .grecaptcha-message a, #FAQ .grecaptcha-message a, #PHILOSOPHY .grecaptcha-message a, #POLICY .grecaptcha-message a, #RICE .grecaptcha-message a, #SHOP .grecaptcha-message a {
  text-decoration: underline;
}

#COMPANY header, #CONTACT header, #FAQ header, #PHILOSOPHY header, #POLICY header, #RICE header, #SHOP header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #FEF8F0;
  color: #1b1b1b;
}

#COMPANY header .row, #CONTACT header .row, #FAQ header .row, #PHILOSOPHY header .row, #POLICY header .row, #RICE header .row, #SHOP header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  #COMPANY header .container .row, #CONTACT header .container .row, #FAQ header .container .row, #PHILOSOPHY header .container .row, #POLICY header .container .row, #RICE header .container .row, #SHOP header .container .row {
    margin: 0;
  }
}

#COMPANY header .title, #CONTACT header .title, #FAQ header .title, #PHILOSOPHY header .title, #POLICY header .title, #RICE header .title, #SHOP header .title {
  font-size: 0px;
  font-size: 0rem;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

#COMPANY header .title a, #CONTACT header .title a, #FAQ header .title a, #PHILOSOPHY header .title a, #POLICY header .title a, #RICE header .title a, #SHOP header .title a {
  display: inline-block;
}

#COMPANY header .title img,
#COMPANY header .title object, #CONTACT header .title img,
#CONTACT header .title object, #FAQ header .title img,
#FAQ header .title object, #PHILOSOPHY header .title img,
#PHILOSOPHY header .title object, #POLICY header .title img,
#POLICY header .title object, #RICE header .title img,
#RICE header .title object, #SHOP header .title img,
#SHOP header .title object {
  width: 350px;
  height: 30px;
  max-width: none;
}

@media (max-width: 600px) {
  #COMPANY header .title img,
  #COMPANY header .title object, #CONTACT header .title img,
  #CONTACT header .title object, #FAQ header .title img,
  #FAQ header .title object, #PHILOSOPHY header .title img,
  #PHILOSOPHY header .title object, #POLICY header .title img,
  #POLICY header .title object, #RICE header .title img,
  #RICE header .title object, #SHOP header .title img,
  #SHOP header .title object {
    width: 250px;
    height: 21.42857px;
  }
}

#COMPANY header .global_nav > ul, #CONTACT header .global_nav > ul, #FAQ header .global_nav > ul, #PHILOSOPHY header .global_nav > ul, #POLICY header .global_nav > ul, #RICE header .global_nav > ul, #SHOP header .global_nav > ul {
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #b3b3b3;
}

@media (min-width: 768px) {
  #COMPANY header .global_nav > ul, #CONTACT header .global_nav > ul, #FAQ header .global_nav > ul, #PHILOSOPHY header .global_nav > ul, #POLICY header .global_nav > ul, #RICE header .global_nav > ul, #SHOP header .global_nav > ul {
    left: auto;
    width: 50%;
    max-width: 400px;
  }
}

#COMPANY header .global_nav > ul > li, #CONTACT header .global_nav > ul > li, #FAQ header .global_nav > ul > li, #PHILOSOPHY header .global_nav > ul > li, #POLICY header .global_nav > ul > li, #RICE header .global_nav > ul > li, #SHOP header .global_nav > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

#COMPANY header .global_nav > ul > li a, #CONTACT header .global_nav > ul > li a, #FAQ header .global_nav > ul > li a, #PHILOSOPHY header .global_nav > ul > li a, #POLICY header .global_nav > ul > li a, #RICE header .global_nav > ul > li a, #SHOP header .global_nav > ul > li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #fff;
  background: #67B59B;
}

#COMPANY header .global_nav > ul > li a:hover, #CONTACT header .global_nav > ul > li a:hover, #FAQ header .global_nav > ul > li a:hover, #PHILOSOPHY header .global_nav > ul > li a:hover, #POLICY header .global_nav > ul > li a:hover, #RICE header .global_nav > ul > li a:hover, #SHOP header .global_nav > ul > li a:hover {
  color: #fff;
}

#COMPANY header .global_nav > ul > li a:active, #CONTACT header .global_nav > ul > li a:active, #FAQ header .global_nav > ul > li a:active, #PHILOSOPHY header .global_nav > ul > li a:active, #POLICY header .global_nav > ul > li a:active, #RICE header .global_nav > ul > li a:active, #SHOP header .global_nav > ul > li a:active {
  background: #67B59B;
  color: #fff;
}

#COMPANY header .global_nav > ul > li > a, #CONTACT header .global_nav > ul > li > a, #FAQ header .global_nav > ul > li > a, #PHILOSOPHY header .global_nav > ul > li > a, #POLICY header .global_nav > ul > li > a, #RICE header .global_nav > ul > li > a, #SHOP header .global_nav > ul > li > a {
  background: #67B59B;
}

#COMPANY header .global_nav .menu_icon, #CONTACT header .global_nav .menu_icon, #FAQ header .global_nav .menu_icon, #PHILOSOPHY header .global_nav .menu_icon, #POLICY header .global_nav .menu_icon, #RICE header .global_nav .menu_icon, #SHOP header .global_nav .menu_icon {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 100;
}

#COMPANY header .global_nav .menu_icon a, #CONTACT header .global_nav .menu_icon a, #FAQ header .global_nav .menu_icon a, #PHILOSOPHY header .global_nav .menu_icon a, #POLICY header .global_nav .menu_icon a, #RICE header .global_nav .menu_icon a, #SHOP header .global_nav .menu_icon a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transition: transform 0.3s;
  overflow: hidden;
}

#COMPANY header .global_nav .menu_icon a:after, #COMPANY header .global_nav .menu_icon a:before, #CONTACT header .global_nav .menu_icon a:after, #CONTACT header .global_nav .menu_icon a:before, #FAQ header .global_nav .menu_icon a:after, #FAQ header .global_nav .menu_icon a:before, #PHILOSOPHY header .global_nav .menu_icon a:after, #PHILOSOPHY header .global_nav .menu_icon a:before, #POLICY header .global_nav .menu_icon a:after, #POLICY header .global_nav .menu_icon a:before, #RICE header .global_nav .menu_icon a:after, #RICE header .global_nav .menu_icon a:before, #SHOP header .global_nav .menu_icon a:after, #SHOP header .global_nav .menu_icon a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #67B59B;
  transition: transform 0.5s;
}

#COMPANY header .global_nav .menu_icon a:before, #CONTACT header .global_nav .menu_icon a:before, #FAQ header .global_nav .menu_icon a:before, #PHILOSOPHY header .global_nav .menu_icon a:before, #POLICY header .global_nav .menu_icon a:before, #RICE header .global_nav .menu_icon a:before, #SHOP header .global_nav .menu_icon a:before {
  top: 0;
}

#COMPANY header .global_nav .menu_icon a:after, #CONTACT header .global_nav .menu_icon a:after, #FAQ header .global_nav .menu_icon a:after, #PHILOSOPHY header .global_nav .menu_icon a:after, #POLICY header .global_nav .menu_icon a:after, #RICE header .global_nav .menu_icon a:after, #SHOP header .global_nav .menu_icon a:after {
  bottom: 0;
}

#COMPANY header .global_nav .menu_icon a span, #CONTACT header .global_nav .menu_icon a span, #FAQ header .global_nav .menu_icon a span, #PHILOSOPHY header .global_nav .menu_icon a span, #POLICY header .global_nav .menu_icon a span, #RICE header .global_nav .menu_icon a span, #SHOP header .global_nav .menu_icon a span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #67B59B;
  transition: transform 0.5s;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}

#COMPANY header .global_nav .menu_icon a.close:not(.fix), #CONTACT header .global_nav .menu_icon a.close:not(.fix), #FAQ header .global_nav .menu_icon a.close:not(.fix), #PHILOSOPHY header .global_nav .menu_icon a.close:not(.fix), #POLICY header .global_nav .menu_icon a.close:not(.fix), #RICE header .global_nav .menu_icon a.close:not(.fix), #SHOP header .global_nav .menu_icon a.close:not(.fix) {
  background: none;
}

#COMPANY header .global_nav .menu_icon a.close:not(.fix):before, #CONTACT header .global_nav .menu_icon a.close:not(.fix):before, #FAQ header .global_nav .menu_icon a.close:not(.fix):before, #PHILOSOPHY header .global_nav .menu_icon a.close:not(.fix):before, #POLICY header .global_nav .menu_icon a.close:not(.fix):before, #RICE header .global_nav .menu_icon a.close:not(.fix):before, #SHOP header .global_nav .menu_icon a.close:not(.fix):before {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  background: #67B59B;
}

#COMPANY header .global_nav .menu_icon a.close:not(.fix):after, #CONTACT header .global_nav .menu_icon a.close:not(.fix):after, #FAQ header .global_nav .menu_icon a.close:not(.fix):after, #PHILOSOPHY header .global_nav .menu_icon a.close:not(.fix):after, #POLICY header .global_nav .menu_icon a.close:not(.fix):after, #RICE header .global_nav .menu_icon a.close:not(.fix):after, #SHOP header .global_nav .menu_icon a.close:not(.fix):after {
  bottom: 50%;
  transform: translate(0, 50%) rotate(-45deg);
  background: #67B59B;
}

#COMPANY header .global_nav .menu_icon a.close:not(.fix) span, #CONTACT header .global_nav .menu_icon a.close:not(.fix) span, #FAQ header .global_nav .menu_icon a.close:not(.fix) span, #PHILOSOPHY header .global_nav .menu_icon a.close:not(.fix) span, #POLICY header .global_nav .menu_icon a.close:not(.fix) span, #RICE header .global_nav .menu_icon a.close:not(.fix) span, #SHOP header .global_nav .menu_icon a.close:not(.fix) span {
  transform: translate(100%, -50%);
}

#COMPANY header .global_nav > ul, #CONTACT header .global_nav > ul, #FAQ header .global_nav > ul, #PHILOSOPHY header .global_nav > ul, #POLICY header .global_nav > ul, #RICE header .global_nav > ul, #SHOP header .global_nav > ul {
  transform-origin: center top;
  visibility: hidden;
  transition: transform 0.3s;
  transform: rotateX(90deg);
}

#COMPANY header.menu_open .global_nav > ul, #CONTACT header.menu_open .global_nav > ul, #FAQ header.menu_open .global_nav > ul, #PHILOSOPHY header.menu_open .global_nav > ul, #POLICY header.menu_open .global_nav > ul, #RICE header.menu_open .global_nav > ul, #SHOP header.menu_open .global_nav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#COMPANY #google_translate_element,
#COMPANY .translate_gt, #CONTACT #google_translate_element,
#CONTACT .translate_gt, #FAQ #google_translate_element,
#FAQ .translate_gt, #PHILOSOPHY #google_translate_element,
#PHILOSOPHY .translate_gt, #POLICY #google_translate_element,
#POLICY .translate_gt, #RICE #google_translate_element,
#RICE .translate_gt, #SHOP #google_translate_element,
#SHOP .translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

#COMPANY .translate_gt, #CONTACT .translate_gt, #FAQ .translate_gt, #PHILOSOPHY .translate_gt, #POLICY .translate_gt, #RICE .translate_gt, #SHOP .translate_gt {
  margin-top: -14px;
}

@media (min-width: 769px) {
  #COMPANY header .row, #CONTACT header .row, #FAQ header .row, #PHILOSOPHY header .row, #POLICY header .row, #RICE header .row, #SHOP header .row {
    table-layout: fixed;
    display: table;
    width: 94%;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  #COMPANY header .row, #CONTACT header .row, #FAQ header .row, #PHILOSOPHY header .row, #POLICY header .row, #RICE header .row, #SHOP header .row {
    margin: auto;
    width: 100%;
  }
}

@media (min-width: 769px) {
  #COMPANY header .container .row, #CONTACT header .container .row, #FAQ header .container .row, #PHILOSOPHY header .container .row, #POLICY header .container .row, #RICE header .container .row, #SHOP header .container .row {
    width: auto;
    margin: 0;
  }
  #COMPANY header .global_nav,
  #COMPANY header .title, #CONTACT header .global_nav,
  #CONTACT header .title, #FAQ header .global_nav,
  #FAQ header .title, #PHILOSOPHY header .global_nav,
  #PHILOSOPHY header .title, #POLICY header .global_nav,
  #POLICY header .title, #RICE header .global_nav,
  #RICE header .title, #SHOP header .global_nav,
  #SHOP header .title {
    margin: 0;
    vertical-align: middle;
    height: 120px;
    display: table-cell;
  }
  #COMPANY header .title, #CONTACT header .title, #FAQ header .title, #PHILOSOPHY header .title, #POLICY header .title, #RICE header .title, #SHOP header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  #COMPANY header .global_nav, #CONTACT header .global_nav, #FAQ header .global_nav, #PHILOSOPHY header .global_nav, #POLICY header .global_nav, #RICE header .global_nav, #SHOP header .global_nav {
    text-align: right;
    width: 100%;
    padding: 0;
  }
  #COMPANY header .global_nav > ul, #CONTACT header .global_nav > ul, #FAQ header .global_nav > ul, #PHILOSOPHY header .global_nav > ul, #POLICY header .global_nav > ul, #RICE header .global_nav > ul, #SHOP header .global_nav > ul {
    position: static;
    display: inline-block;
    width: auto;
    border: none;
    background: none;
    visibility: visible;
    font-size: 0px;
    font-size: 0rem;
    transform: none;
    text-align: left;
    overflow: visible;
    max-width: none;
  }
  #COMPANY header .global_nav > ul > li, #CONTACT header .global_nav > ul > li, #FAQ header .global_nav > ul > li, #PHILOSOPHY header .global_nav > ul > li, #POLICY header .global_nav > ul > li, #RICE header .global_nav > ul > li, #SHOP header .global_nav > ul > li {
    display: inline-block;
    vertical-align: middle;
    border: none;
    line-height: 1.5;
    border-left: 1px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #COMPANY header .global_nav > ul > li:not(.gnav_search), #CONTACT header .global_nav > ul > li:not(.gnav_search), #FAQ header .global_nav > ul > li:not(.gnav_search), #PHILOSOPHY header .global_nav > ul > li:not(.gnav_search), #POLICY header .global_nav > ul > li:not(.gnav_search), #RICE header .global_nav > ul > li:not(.gnav_search), #SHOP header .global_nav > ul > li:not(.gnav_search) {
    text-align: center;
  }
  #COMPANY header .global_nav > ul > li:not(.gnav_search) > a, #CONTACT header .global_nav > ul > li:not(.gnav_search) > a, #FAQ header .global_nav > ul > li:not(.gnav_search) > a, #PHILOSOPHY header .global_nav > ul > li:not(.gnav_search) > a, #POLICY header .global_nav > ul > li:not(.gnav_search) > a, #RICE header .global_nav > ul > li:not(.gnav_search) > a, #SHOP header .global_nav > ul > li:not(.gnav_search) > a {
    position: relative;
  }
  #COMPANY header .global_nav > ul > li:not(:first-child) > a:before, #CONTACT header .global_nav > ul > li:not(:first-child) > a:before, #FAQ header .global_nav > ul > li:not(:first-child) > a:before, #PHILOSOPHY header .global_nav > ul > li:not(:first-child) > a:before, #POLICY header .global_nav > ul > li:not(:first-child) > a:before, #RICE header .global_nav > ul > li:not(:first-child) > a:before, #SHOP header .global_nav > ul > li:not(:first-child) > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background: #1b1b1b;
  }
  #COMPANY header .global_nav > ul > li > a, #CONTACT header .global_nav > ul > li > a, #FAQ header .global_nav > ul > li > a, #PHILOSOPHY header .global_nav > ul > li > a, #POLICY header .global_nav > ul > li > a, #RICE header .global_nav > ul > li > a, #SHOP header .global_nav > ul > li > a {
    display: inline-block;
    vertical-align: middle;
    color: #1b1b1b;
    text-decoration: none;
    background: transparent;
    text-align: center;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0.3em 1.5em;
  }
}

@media (min-width: 769px) and (max-width: 900px) {
  #COMPANY header .global_nav > ul > li > a, #CONTACT header .global_nav > ul > li > a, #FAQ header .global_nav > ul > li > a, #PHILOSOPHY header .global_nav > ul > li > a, #POLICY header .global_nav > ul > li > a, #RICE header .global_nav > ul > li > a, #SHOP header .global_nav > ul > li > a {
    padding: 0.3em 0.5em;
  }
}

@media (min-width: 769px) {
  #COMPANY header .global_nav > ul > li > a:hover, #CONTACT header .global_nav > ul > li > a:hover, #FAQ header .global_nav > ul > li > a:hover, #PHILOSOPHY header .global_nav > ul > li > a:hover, #POLICY header .global_nav > ul > li > a:hover, #RICE header .global_nav > ul > li > a:hover, #SHOP header .global_nav > ul > li > a:hover {
    border-bottom: 2px solid #67B59B;
    color: #67B59B;
  }
  #COMPANY header .global_nav > ul > li > a:active, #CONTACT header .global_nav > ul > li > a:active, #FAQ header .global_nav > ul > li > a:active, #PHILOSOPHY header .global_nav > ul > li > a:active, #POLICY header .global_nav > ul > li > a:active, #RICE header .global_nav > ul > li > a:active, #SHOP header .global_nav > ul > li > a:active {
    background: none;
  }
  #COMPANY header .global_nav > ul > li > a span, #CONTACT header .global_nav > ul > li > a span, #FAQ header .global_nav > ul > li > a span, #PHILOSOPHY header .global_nav > ul > li > a span, #POLICY header .global_nav > ul > li > a span, #RICE header .global_nav > ul > li > a span, #SHOP header .global_nav > ul > li > a span {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #COMPANY header .global_nav .menu_icon, #CONTACT header .global_nav .menu_icon, #FAQ header .global_nav .menu_icon, #PHILOSOPHY header .global_nav .menu_icon, #POLICY header .global_nav .menu_icon, #RICE header .global_nav .menu_icon, #SHOP header .global_nav .menu_icon {
    display: none;
  }
  #COMPANY #google_translate_element,
  #COMPANY .translate_gt, #CONTACT #google_translate_element,
  #CONTACT .translate_gt, #FAQ #google_translate_element,
  #FAQ .translate_gt, #PHILOSOPHY #google_translate_element,
  #PHILOSOPHY .translate_gt, #POLICY #google_translate_element,
  #POLICY .translate_gt, #RICE #google_translate_element,
  #RICE .translate_gt, #SHOP #google_translate_element,
  #SHOP .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  #COMPANY .translate_gt, #CONTACT .translate_gt, #FAQ .translate_gt, #PHILOSOPHY .translate_gt, #POLICY .translate_gt, #RICE .translate_gt, #SHOP .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  #COMPANY header .global_nav > ul > li a > span,
  #COMPANY header .global_nav > ul > li a > br, #CONTACT header .global_nav > ul > li a > span,
  #CONTACT header .global_nav > ul > li a > br, #FAQ header .global_nav > ul > li a > span,
  #FAQ header .global_nav > ul > li a > br, #PHILOSOPHY header .global_nav > ul > li a > span,
  #PHILOSOPHY header .global_nav > ul > li a > br, #POLICY header .global_nav > ul > li a > span,
  #POLICY header .global_nav > ul > li a > br, #RICE header .global_nav > ul > li a > span,
  #RICE header .global_nav > ul > li a > br, #SHOP header .global_nav > ul > li a > span,
  #SHOP header .global_nav > ul > li a > br {
    display: none;
  }
}

#COMPANY .hdr_info_wrap, #CONTACT .hdr_info_wrap, #FAQ .hdr_info_wrap, #PHILOSOPHY .hdr_info_wrap, #POLICY .hdr_info_wrap, #RICE .hdr_info_wrap, #SHOP .hdr_info_wrap {
  display: none;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(10% + 20px);
  transform: translateY(-50%);
  margin: auto;
}

@media (min-width: 640px) {
  #COMPANY .hdr_info_wrap, #CONTACT .hdr_info_wrap, #FAQ .hdr_info_wrap, #PHILOSOPHY .hdr_info_wrap, #POLICY .hdr_info_wrap, #RICE .hdr_info_wrap, #SHOP .hdr_info_wrap {
    right: 10%;
  }
}

#COMPANY .hdr_info_wrap .hdr_info_sp a, #CONTACT .hdr_info_wrap .hdr_info_sp a, #FAQ .hdr_info_wrap .hdr_info_sp a, #PHILOSOPHY .hdr_info_wrap .hdr_info_sp a, #POLICY .hdr_info_wrap .hdr_info_sp a, #RICE .hdr_info_wrap .hdr_info_sp a, #SHOP .hdr_info_wrap .hdr_info_sp a {
  position: relative;
  display: block;
  background: #67B59B;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}

#COMPANY .hdr_info_wrap .hdr_info_sp a img, #CONTACT .hdr_info_wrap .hdr_info_sp a img, #FAQ .hdr_info_wrap .hdr_info_sp a img, #PHILOSOPHY .hdr_info_wrap .hdr_info_sp a img, #POLICY .hdr_info_wrap .hdr_info_sp a img, #RICE .hdr_info_wrap .hdr_info_sp a img, #SHOP .hdr_info_wrap .hdr_info_sp a img {
  max-width: 17px;
  max-height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 769px) {
  #COMPANY .hdr_info_wrap, #CONTACT .hdr_info_wrap, #FAQ .hdr_info_wrap, #PHILOSOPHY .hdr_info_wrap, #POLICY .hdr_info_wrap, #RICE .hdr_info_wrap, #SHOP .hdr_info_wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
  }
  #COMPANY .hdr_info_wrap .hdr_info, #CONTACT .hdr_info_wrap .hdr_info, #FAQ .hdr_info_wrap .hdr_info, #PHILOSOPHY .hdr_info_wrap .hdr_info, #POLICY .hdr_info_wrap .hdr_info, #RICE .hdr_info_wrap .hdr_info, #SHOP .hdr_info_wrap .hdr_info {
    position: absolute;
    right: 10px;
    top: 35px;
  }
}

#COMPANY footer, #CONTACT footer, #FAQ footer, #PHILOSOPHY footer, #POLICY footer, #RICE footer, #SHOP footer {
  position: relative;
}

@media (max-width: 767px) {
  #COMPANY footer, #CONTACT footer, #FAQ footer, #PHILOSOPHY footer, #POLICY footer, #RICE footer, #SHOP footer {
    padding-bottom: 50px;
  }
}

#COMPANY footer nav, #CONTACT footer nav, #FAQ footer nav, #PHILOSOPHY footer nav, #POLICY footer nav, #RICE footer nav, #SHOP footer nav {
  text-align: center;
}

#COMPANY footer nav ul, #CONTACT footer nav ul, #FAQ footer nav ul, #PHILOSOPHY footer nav ul, #POLICY footer nav ul, #RICE footer nav ul, #SHOP footer nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#COMPANY footer nav ul li + li, #CONTACT footer nav ul li + li, #FAQ footer nav ul li + li, #PHILOSOPHY footer nav ul li + li, #POLICY footer nav ul li + li, #RICE footer nav ul li + li, #SHOP footer nav ul li + li {
  border-top: 1px solid #b3b3b3;
}

#COMPANY footer nav a, #CONTACT footer nav a, #FAQ footer nav a, #PHILOSOPHY footer nav a, #POLICY footer nav a, #RICE footer nav a, #SHOP footer nav a {
  display: block;
  padding: 0.7em 0;
  text-decoration: none;
}

#COMPANY footer nav a:hover, #CONTACT footer nav a:hover, #FAQ footer nav a:hover, #PHILOSOPHY footer nav a:hover, #POLICY footer nav a:hover, #RICE footer nav a:hover, #SHOP footer nav a:hover {
  text-decoration: underline;
}

#COMPANY footer .footer_copyright_wrap, #CONTACT footer .footer_copyright_wrap, #FAQ footer .footer_copyright_wrap, #PHILOSOPHY footer .footer_copyright_wrap, #POLICY footer .footer_copyright_wrap, #RICE footer .footer_copyright_wrap, #SHOP footer .footer_copyright_wrap {
  text-align: center;
}

#COMPANY footer .footer_copyright_wrap p, #CONTACT footer .footer_copyright_wrap p, #FAQ footer .footer_copyright_wrap p, #PHILOSOPHY footer .footer_copyright_wrap p, #POLICY footer .footer_copyright_wrap p, #RICE footer .footer_copyright_wrap p, #SHOP footer .footer_copyright_wrap p {
  padding: 1em 0.3em;
}

@media (min-width: 768px) {
  #COMPANY footer .row:not(:last-child), #CONTACT footer .row:not(:last-child), #FAQ footer .row:not(:last-child), #PHILOSOPHY footer .row:not(:last-child), #POLICY footer .row:not(:last-child), #RICE footer .row:not(:last-child), #SHOP footer .row:not(:last-child) {
    margin-bottom: 5px;
  }
  #COMPANY footer nav, #CONTACT footer nav, #FAQ footer nav, #PHILOSOPHY footer nav, #POLICY footer nav, #RICE footer nav, #SHOP footer nav {
    text-align: center;
    padding: 0.7em 0 0;
  }
  #COMPANY footer nav ul, #CONTACT footer nav ul, #FAQ footer nav ul, #PHILOSOPHY footer nav ul, #POLICY footer nav ul, #RICE footer nav ul, #SHOP footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0px;
    font-size: 0rem;
    white-space: normal;
  }
  #COMPANY footer nav ul > li, #CONTACT footer nav ul > li, #FAQ footer nav ul > li, #PHILOSOPHY footer nav ul > li, #POLICY footer nav ul > li, #RICE footer nav ul > li, #SHOP footer nav ul > li {
    display: inline;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #COMPANY footer nav ul li, #CONTACT footer nav ul li, #FAQ footer nav ul li, #PHILOSOPHY footer nav ul li, #POLICY footer nav ul li, #RICE footer nav ul li, #SHOP footer nav ul li {
    line-height: 1.5;
    white-space: normal;
  }
  #COMPANY footer nav ul li + li, #CONTACT footer nav ul li + li, #FAQ footer nav ul li + li, #PHILOSOPHY footer nav ul li + li, #POLICY footer nav ul li + li, #RICE footer nav ul li + li, #SHOP footer nav ul li + li {
    border: 0;
  }
  #COMPANY footer nav ul li:not(:first-child):before, #CONTACT footer nav ul li:not(:first-child):before, #FAQ footer nav ul li:not(:first-child):before, #PHILOSOPHY footer nav ul li:not(:first-child):before, #POLICY footer nav ul li:not(:first-child):before, #RICE footer nav ul li:not(:first-child):before, #SHOP footer nav ul li:not(:first-child):before {
    content: "|";
    margin-right: 0.3em;
    margin-left: 0.3em;
  }
  #COMPANY footer nav a, #CONTACT footer nav a, #FAQ footer nav a, #PHILOSOPHY footer nav a, #POLICY footer nav a, #RICE footer nav a, #SHOP footer nav a {
    display: inline;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #COMPANY footer nav ul li.tablet-break:after, #CONTACT footer nav ul li.tablet-break:after, #FAQ footer nav ul li.tablet-break:after, #PHILOSOPHY footer nav ul li.tablet-break:after, #POLICY footer nav ul li.tablet-break:after, #RICE footer nav ul li.tablet-break:after, #SHOP footer nav ul li.tablet-break:after {
    content: "\A";
    white-space: pre;
  }
  #COMPANY footer nav ul li.tablet-break + li:before, #CONTACT footer nav ul li.tablet-break + li:before, #FAQ footer nav ul li.tablet-break + li:before, #PHILOSOPHY footer nav ul li.tablet-break + li:before, #POLICY footer nav ul li.tablet-break + li:before, #RICE footer nav ul li.tablet-break + li:before, #SHOP footer nav ul li.tablet-break + li:before {
    display: none;
  }
}

#COMPANY footer, #CONTACT footer, #FAQ footer, #PHILOSOPHY footer, #POLICY footer, #RICE footer, #SHOP footer {
  background: #67B59B;
  color: #fff;
}

#COMPANY footer a, #CONTACT footer a, #FAQ footer a, #PHILOSOPHY footer a, #POLICY footer a, #RICE footer a, #SHOP footer a {
  color: #fff;
}

#COMPANY footer a:hover, #CONTACT footer a:hover, #FAQ footer a:hover, #PHILOSOPHY footer a:hover, #POLICY footer a:hover, #RICE footer a:hover, #SHOP footer a:hover {
  color: #fff;
}

@media (min-width: 768px) {
  #COMPANY footer .container .row .col, #CONTACT footer .container .row .col, #FAQ footer .container .row .col, #PHILOSOPHY footer .container .row .col, #POLICY footer .container .row .col, #RICE footer .container .row .col, #SHOP footer .container .row .col {
    float: none;
    width: 100%;
  }
  #COMPANY footer .container .row nav ul, #CONTACT footer .container .row nav ul, #FAQ footer .container .row nav ul, #PHILOSOPHY footer .container .row nav ul, #POLICY footer .container .row nav ul, #RICE footer .container .row nav ul, #SHOP footer .container .row nav ul {
    display: inline-block;
  }
  #COMPANY footer .container .row nav a, #CONTACT footer .container .row nav a, #FAQ footer .container .row nav a, #PHILOSOPHY footer .container .row nav a, #POLICY footer .container .row nav a, #RICE footer .container .row nav a, #SHOP footer .container .row nav a {
    display: inline-block;
    padding: 0.3em;
  }
}

#COMPANY .floating_button, #CONTACT .floating_button, #FAQ .floating_button, #PHILOSOPHY .floating_button, #POLICY .floating_button, #RICE .floating_button, #SHOP .floating_button {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
}

#COMPANY .floating_button a, #CONTACT .floating_button a, #FAQ .floating_button a, #PHILOSOPHY .floating_button a, #POLICY .floating_button a, #RICE .floating_button a, #SHOP .floating_button a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #67B59B;
  padding: 1em;
  margin-bottom: 50px;
  width: 140px;
  height: 140px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (max-width: 767px) {
  #COMPANY .floating_button, #CONTACT .floating_button, #FAQ .floating_button, #PHILOSOPHY .floating_button, #POLICY .floating_button, #RICE .floating_button, #SHOP .floating_button {
    width: 100%;
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
  }
  #COMPANY .floating_button a, #CONTACT .floating_button a, #FAQ .floating_button a, #PHILOSOPHY .floating_button a, #POLICY .floating_button a, #RICE .floating_button a, #SHOP .floating_button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    padding: 0;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

#COMPANY .bread_wrap, #CONTACT .bread_wrap, #FAQ .bread_wrap, #PHILOSOPHY .bread_wrap, #POLICY .bread_wrap, #RICE .bread_wrap, #SHOP .bread_wrap {
  margin-bottom: 2%;
}

#COMPANY .bread, #CONTACT .bread, #FAQ .bread, #PHILOSOPHY .bread, #POLICY .bread, #RICE .bread, #SHOP .bread {
  overflow: hidden;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

#COMPANY .bread ul, #CONTACT .bread ul, #FAQ .bread ul, #PHILOSOPHY .bread ul, #POLICY .bread ul, #RICE .bread ul, #SHOP .bread ul {
  padding: 1em 0;
  margin: 0 auto;
  float: none;
}

#COMPANY .bread ul li, #CONTACT .bread ul li, #FAQ .bread ul li, #PHILOSOPHY .bread ul li, #POLICY .bread ul li, #RICE .bread ul li, #SHOP .bread ul li {
  list-style: none;
  position: relative;
  float: left;
  padding-right: 2em;
  margin-right: 1.5em;
}

#COMPANY .bread ul li a, #CONTACT .bread ul li a, #FAQ .bread ul li a, #PHILOSOPHY .bread ul li a, #POLICY .bread ul li a, #RICE .bread ul li a, #SHOP .bread ul li a {
  text-decoration: none;
  color: #1b1b1b;
}

#COMPANY .bread ul li a:hover, #CONTACT .bread ul li a:hover, #FAQ .bread ul li a:hover, #PHILOSOPHY .bread ul li a:hover, #POLICY .bread ul li a:hover, #RICE .bread ul li a:hover, #SHOP .bread ul li a:hover {
  color: #1b1b1b;
  text-decoration: none;
}

#COMPANY .bread ul li:after, #CONTACT .bread ul li:after, #FAQ .bread ul li:after, #PHILOSOPHY .bread ul li:after, #POLICY .bread ul li:after, #RICE .bread ul li:after, #SHOP .bread ul li:after {
  content: '>';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#COMPANY .bread ul li:last-child, #CONTACT .bread ul li:last-child, #FAQ .bread ul li:last-child, #PHILOSOPHY .bread ul li:last-child, #POLICY .bread ul li:last-child, #RICE .bread ul li:last-child, #SHOP .bread ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

#COMPANY .bread ul li:last-child:after, #CONTACT .bread ul li:last-child:after, #FAQ .bread ul li:last-child:after, #PHILOSOPHY .bread ul li:last-child:after, #POLICY .bread ul li:last-child:after, #RICE .bread ul li:last-child:after, #SHOP .bread ul li:last-child:after {
  content: none;
}

#COMPANY .button, #COMPANY .inquiry .wpcf7-submit, #CONTACT .button, #CONTACT .inquiry .wpcf7-submit, #FAQ .button, #FAQ .inquiry .wpcf7-submit, #PHILOSOPHY .button, #PHILOSOPHY .inquiry .wpcf7-submit, #POLICY .button, #POLICY .inquiry .wpcf7-submit, #RICE .button, #RICE .inquiry .wpcf7-submit, #SHOP .button, #SHOP .inquiry .wpcf7-submit {
  display: inline-block;
  min-width: 200px;
  margin: 0;
  padding: 0.6em;
  border: 1px solid #B59B67;
  border-radius: 8px;
  background: #B59B67;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: .3s;
  cursor: pointer;
}

#COMPANY .button:hover, #COMPANY .inquiry .wpcf7-submit:hover, #CONTACT .button:hover, #CONTACT .inquiry .wpcf7-submit:hover, #FAQ .button:hover, #FAQ .inquiry .wpcf7-submit:hover, #PHILOSOPHY .button:hover, #PHILOSOPHY .inquiry .wpcf7-submit:hover, #POLICY .button:hover, #POLICY .inquiry .wpcf7-submit:hover, #RICE .button:hover, #RICE .inquiry .wpcf7-submit:hover, #SHOP .button:hover, #SHOP .inquiry .wpcf7-submit:hover {
  background: #fff;
  color: #444444;
}

#COMPANY .highlight .button, #COMPANY .highlight .inquiry .wpcf7-submit, #COMPANY .inquiry .highlight .wpcf7-submit, #CONTACT .highlight .button, #CONTACT .highlight .inquiry .wpcf7-submit, #CONTACT .inquiry .highlight .wpcf7-submit, #FAQ .highlight .button, #FAQ .highlight .inquiry .wpcf7-submit, #FAQ .inquiry .highlight .wpcf7-submit, #PHILOSOPHY .highlight .button, #PHILOSOPHY .highlight .inquiry .wpcf7-submit, #PHILOSOPHY .inquiry .highlight .wpcf7-submit, #POLICY .highlight .button, #POLICY .highlight .inquiry .wpcf7-submit, #POLICY .inquiry .highlight .wpcf7-submit, #RICE .highlight .button, #RICE .highlight .inquiry .wpcf7-submit, #RICE .inquiry .highlight .wpcf7-submit, #SHOP .highlight .button, #SHOP .highlight .inquiry .wpcf7-submit, #SHOP .inquiry .highlight .wpcf7-submit {
  color: #fff;
}

#COMPANY .highlight .button:hover, #COMPANY .highlight .inquiry .wpcf7-submit:hover, #COMPANY .inquiry .highlight .wpcf7-submit:hover, #CONTACT .highlight .button:hover, #CONTACT .highlight .inquiry .wpcf7-submit:hover, #CONTACT .inquiry .highlight .wpcf7-submit:hover, #FAQ .highlight .button:hover, #FAQ .highlight .inquiry .wpcf7-submit:hover, #FAQ .inquiry .highlight .wpcf7-submit:hover, #PHILOSOPHY .highlight .button:hover, #PHILOSOPHY .highlight .inquiry .wpcf7-submit:hover, #PHILOSOPHY .inquiry .highlight .wpcf7-submit:hover, #POLICY .highlight .button:hover, #POLICY .highlight .inquiry .wpcf7-submit:hover, #POLICY .inquiry .highlight .wpcf7-submit:hover, #RICE .highlight .button:hover, #RICE .highlight .inquiry .wpcf7-submit:hover, #RICE .inquiry .highlight .wpcf7-submit:hover, #SHOP .highlight .button:hover, #SHOP .highlight .inquiry .wpcf7-submit:hover, #SHOP .inquiry .highlight .wpcf7-submit:hover {
  color: #67B59B;
}

#COMPANY .button.block, #COMPANY .inquiry .block.wpcf7-submit, #CONTACT .button.block, #CONTACT .inquiry .block.wpcf7-submit, #FAQ .button.block, #FAQ .inquiry .block.wpcf7-submit, #PHILOSOPHY .button.block, #PHILOSOPHY .inquiry .block.wpcf7-submit, #POLICY .button.block, #POLICY .inquiry .block.wpcf7-submit, #RICE .button.block, #RICE .inquiry .block.wpcf7-submit, #SHOP .button.block, #SHOP .inquiry .block.wpcf7-submit {
  display: block;
  min-width: 0;
}

#COMPANY .button.inverse, #COMPANY .inquiry .inverse.wpcf7-submit, #CONTACT .button.inverse, #CONTACT .inquiry .inverse.wpcf7-submit, #FAQ .button.inverse, #FAQ .inquiry .inverse.wpcf7-submit, #PHILOSOPHY .button.inverse, #PHILOSOPHY .inquiry .inverse.wpcf7-submit, #POLICY .button.inverse, #POLICY .inquiry .inverse.wpcf7-submit, #RICE .button.inverse, #RICE .inquiry .inverse.wpcf7-submit, #SHOP .button.inverse, #SHOP .inquiry .inverse.wpcf7-submit {
  border: 1px solid #67B59B;
  border-radius: 0;
  background: #fff;
  color: #67B59B;
}

#COMPANY .button.inverse:hover, #COMPANY .inquiry .inverse.wpcf7-submit:hover, #CONTACT .button.inverse:hover, #CONTACT .inquiry .inverse.wpcf7-submit:hover, #FAQ .button.inverse:hover, #FAQ .inquiry .inverse.wpcf7-submit:hover, #PHILOSOPHY .button.inverse:hover, #PHILOSOPHY .inquiry .inverse.wpcf7-submit:hover, #POLICY .button.inverse:hover, #POLICY .inquiry .inverse.wpcf7-submit:hover, #RICE .button.inverse:hover, #RICE .inquiry .inverse.wpcf7-submit:hover, #SHOP .button.inverse:hover, #SHOP .inquiry .inverse.wpcf7-submit:hover {
  background: #67B59B;
  color: #fff;
}

#COMPANY .button.cancel, #COMPANY .inquiry .cancel.wpcf7-submit, #CONTACT .button.cancel, #CONTACT .inquiry .cancel.wpcf7-submit, #FAQ .button.cancel, #FAQ .inquiry .cancel.wpcf7-submit, #PHILOSOPHY .button.cancel, #PHILOSOPHY .inquiry .cancel.wpcf7-submit, #POLICY .button.cancel, #POLICY .inquiry .cancel.wpcf7-submit, #RICE .button.cancel, #RICE .inquiry .cancel.wpcf7-submit, #SHOP .button.cancel, #SHOP .inquiry .cancel.wpcf7-submit {
  background: #888;
  color: #fff;
}

#COMPANY .button.cancel:hover, #COMPANY .inquiry .cancel.wpcf7-submit:hover, #CONTACT .button.cancel:hover, #CONTACT .inquiry .cancel.wpcf7-submit:hover, #FAQ .button.cancel:hover, #FAQ .inquiry .cancel.wpcf7-submit:hover, #PHILOSOPHY .button.cancel:hover, #PHILOSOPHY .inquiry .cancel.wpcf7-submit:hover, #POLICY .button.cancel:hover, #POLICY .inquiry .cancel.wpcf7-submit:hover, #RICE .button.cancel:hover, #RICE .inquiry .cancel.wpcf7-submit:hover, #SHOP .button.cancel:hover, #SHOP .inquiry .cancel.wpcf7-submit:hover {
  background: #6f6f6f;
}

#COMPANY .button.large, #COMPANY .inquiry .large.wpcf7-submit, #CONTACT .button.large, #CONTACT .inquiry .large.wpcf7-submit, #FAQ .button.large, #FAQ .inquiry .large.wpcf7-submit, #PHILOSOPHY .button.large, #PHILOSOPHY .inquiry .large.wpcf7-submit, #POLICY .button.large, #POLICY .inquiry .large.wpcf7-submit, #RICE .button.large, #RICE .inquiry .large.wpcf7-submit, #SHOP .button.large, #SHOP .inquiry .large.wpcf7-submit {
  padding: 1em 2em;
  font-size: 16px;
  font-size: 1.6rem;
}

#COMPANY .button + .button, #COMPANY .inquiry .wpcf7-submit + .button, #COMPANY .inquiry .button + .wpcf7-submit, #COMPANY .inquiry .wpcf7-submit + .wpcf7-submit, #CONTACT .button + .button, #CONTACT .inquiry .wpcf7-submit + .button, #CONTACT .inquiry .button + .wpcf7-submit, #CONTACT .inquiry .wpcf7-submit + .wpcf7-submit, #FAQ .button + .button, #FAQ .inquiry .wpcf7-submit + .button, #FAQ .inquiry .button + .wpcf7-submit, #FAQ .inquiry .wpcf7-submit + .wpcf7-submit, #PHILOSOPHY .button + .button, #PHILOSOPHY .inquiry .wpcf7-submit + .button, #PHILOSOPHY .inquiry .button + .wpcf7-submit, #PHILOSOPHY .inquiry .wpcf7-submit + .wpcf7-submit, #POLICY .button + .button, #POLICY .inquiry .wpcf7-submit + .button, #POLICY .inquiry .button + .wpcf7-submit, #POLICY .inquiry .wpcf7-submit + .wpcf7-submit, #RICE .button + .button, #RICE .inquiry .wpcf7-submit + .button, #RICE .inquiry .button + .wpcf7-submit, #RICE .inquiry .wpcf7-submit + .wpcf7-submit, #SHOP .button + .button, #SHOP .inquiry .wpcf7-submit + .button, #SHOP .inquiry .button + .wpcf7-submit, #SHOP .inquiry .wpcf7-submit + .wpcf7-submit {
  margin-left: 0.5em;
}

#COMPANY .button span, #COMPANY .inquiry .wpcf7-submit span, #CONTACT .button span, #CONTACT .inquiry .wpcf7-submit span, #FAQ .button span, #FAQ .inquiry .wpcf7-submit span, #PHILOSOPHY .button span, #PHILOSOPHY .inquiry .wpcf7-submit span, #POLICY .button span, #POLICY .inquiry .wpcf7-submit span, #RICE .button span, #RICE .inquiry .wpcf7-submit span, #SHOP .button span, #SHOP .inquiry .wpcf7-submit span {
  line-height: 1;
  padding-left: 20px;
  background: url(/wp-content/uploads/btn_icon.png) left center no-repeat;
  background-size: auto 14px;
}

#COMPANY .cal_wrapper table.cal, #CONTACT .cal_wrapper table.cal, #FAQ .cal_wrapper table.cal, #PHILOSOPHY .cal_wrapper table.cal, #POLICY .cal_wrapper table.cal, #RICE .cal_wrapper table.cal, #SHOP .cal_wrapper table.cal {
  width: 100%;
}

#COMPANY .cal_wrapper table.cal caption, #CONTACT .cal_wrapper table.cal caption, #FAQ .cal_wrapper table.cal caption, #PHILOSOPHY .cal_wrapper table.cal caption, #POLICY .cal_wrapper table.cal caption, #RICE .cal_wrapper table.cal caption, #SHOP .cal_wrapper table.cal caption {
  position: relative;
  margin-bottom: 1.0em;
}

#COMPANY .cal_wrapper table.cal .current_ym, #CONTACT .cal_wrapper table.cal .current_ym, #FAQ .cal_wrapper table.cal .current_ym, #PHILOSOPHY .cal_wrapper table.cal .current_ym, #POLICY .cal_wrapper table.cal .current_ym, #RICE .cal_wrapper table.cal .current_ym, #SHOP .cal_wrapper table.cal .current_ym {
  font-size: 1.8rem;
}

#COMPANY .cal_wrapper table.cal button, #CONTACT .cal_wrapper table.cal button, #FAQ .cal_wrapper table.cal button, #PHILOSOPHY .cal_wrapper table.cal button, #POLICY .cal_wrapper table.cal button, #RICE .cal_wrapper table.cal button, #SHOP .cal_wrapper table.cal button {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20px;
  height: 0;
  margin: auto;
  padding: 20px 0 0;
  border: 0;
  background: none;
  overflow: hidden;
  cursor: pointer;
}

#COMPANY .cal_wrapper table.cal button::before, #CONTACT .cal_wrapper table.cal button::before, #FAQ .cal_wrapper table.cal button::before, #PHILOSOPHY .cal_wrapper table.cal button::before, #POLICY .cal_wrapper table.cal button::before, #RICE .cal_wrapper table.cal button::before, #SHOP .cal_wrapper table.cal button::before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 3px solid #1f4a80;
}

#COMPANY .cal_wrapper table.cal button.prev, #CONTACT .cal_wrapper table.cal button.prev, #FAQ .cal_wrapper table.cal button.prev, #PHILOSOPHY .cal_wrapper table.cal button.prev, #POLICY .cal_wrapper table.cal button.prev, #RICE .cal_wrapper table.cal button.prev, #SHOP .cal_wrapper table.cal button.prev {
  left: 0;
}

#COMPANY .cal_wrapper table.cal button.prev::before, #CONTACT .cal_wrapper table.cal button.prev::before, #FAQ .cal_wrapper table.cal button.prev::before, #PHILOSOPHY .cal_wrapper table.cal button.prev::before, #POLICY .cal_wrapper table.cal button.prev::before, #RICE .cal_wrapper table.cal button.prev::before, #SHOP .cal_wrapper table.cal button.prev::before {
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
}

#COMPANY .cal_wrapper table.cal button.next, #CONTACT .cal_wrapper table.cal button.next, #FAQ .cal_wrapper table.cal button.next, #PHILOSOPHY .cal_wrapper table.cal button.next, #POLICY .cal_wrapper table.cal button.next, #RICE .cal_wrapper table.cal button.next, #SHOP .cal_wrapper table.cal button.next {
  right: 0;
}

#COMPANY .cal_wrapper table.cal button.next::before, #CONTACT .cal_wrapper table.cal button.next::before, #FAQ .cal_wrapper table.cal button.next::before, #PHILOSOPHY .cal_wrapper table.cal button.next::before, #POLICY .cal_wrapper table.cal button.next::before, #RICE .cal_wrapper table.cal button.next::before, #SHOP .cal_wrapper table.cal button.next::before {
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

#COMPANY .cal_wrapper table.cal td, #CONTACT .cal_wrapper table.cal td, #FAQ .cal_wrapper table.cal td, #PHILOSOPHY .cal_wrapper table.cal td, #POLICY .cal_wrapper table.cal td, #RICE .cal_wrapper table.cal td, #SHOP .cal_wrapper table.cal td {
  padding: 0.5em;
  border-top: solid 1px #eee;
  text-align: center;
}

#COMPANY .cal_wrapper table.cal .headline, #CONTACT .cal_wrapper table.cal .headline, #FAQ .cal_wrapper table.cal .headline, #PHILOSOPHY .cal_wrapper table.cal .headline, #POLICY .cal_wrapper table.cal .headline, #RICE .cal_wrapper table.cal .headline, #SHOP .cal_wrapper table.cal .headline {
  background-color: #1f4a80;
  color: #fff;
}

#COMPANY .cal_wrapper table.cal .headline td, #CONTACT .cal_wrapper table.cal .headline td, #FAQ .cal_wrapper table.cal .headline td, #PHILOSOPHY .cal_wrapper table.cal .headline td, #POLICY .cal_wrapper table.cal .headline td, #RICE .cal_wrapper table.cal .headline td, #SHOP .cal_wrapper table.cal .headline td {
  padding: 0.5em;
}

#COMPANY .cal_wrapper .cal_legend, #CONTACT .cal_wrapper .cal_legend, #FAQ .cal_wrapper .cal_legend, #PHILOSOPHY .cal_wrapper .cal_legend, #POLICY .cal_wrapper .cal_legend, #RICE .cal_wrapper .cal_legend, #SHOP .cal_wrapper .cal_legend {
  margin-top: 20px;
}

#COMPANY .cal_wrapper .cal_legend dl, #CONTACT .cal_wrapper .cal_legend dl, #FAQ .cal_wrapper .cal_legend dl, #PHILOSOPHY .cal_wrapper .cal_legend dl, #POLICY .cal_wrapper .cal_legend dl, #RICE .cal_wrapper .cal_legend dl, #SHOP .cal_wrapper .cal_legend dl {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

#COMPANY .cal_wrapper .cal_legend dl:not(:first-child), #CONTACT .cal_wrapper .cal_legend dl:not(:first-child), #FAQ .cal_wrapper .cal_legend dl:not(:first-child), #PHILOSOPHY .cal_wrapper .cal_legend dl:not(:first-child), #POLICY .cal_wrapper .cal_legend dl:not(:first-child), #RICE .cal_wrapper .cal_legend dl:not(:first-child), #SHOP .cal_wrapper .cal_legend dl:not(:first-child) {
  margin-top: 10px;
}

#COMPANY .cal_wrapper .cal_legend dt, #CONTACT .cal_wrapper .cal_legend dt, #FAQ .cal_wrapper .cal_legend dt, #PHILOSOPHY .cal_wrapper .cal_legend dt, #POLICY .cal_wrapper .cal_legend dt, #RICE .cal_wrapper .cal_legend dt, #SHOP .cal_wrapper .cal_legend dt {
  width: 30px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
}

#COMPANY .inquiry fieldset, #CONTACT .inquiry fieldset, #FAQ .inquiry fieldset, #PHILOSOPHY .inquiry fieldset, #POLICY .inquiry fieldset, #RICE .inquiry fieldset, #SHOP .inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #1f4a80;
}

#COMPANY .inquiry fieldset .row, #CONTACT .inquiry fieldset .row, #FAQ .inquiry fieldset .row, #PHILOSOPHY .inquiry fieldset .row, #POLICY .inquiry fieldset .row, #RICE .inquiry fieldset .row, #SHOP .inquiry fieldset .row {
  margin: 0;
}

#COMPANY .inquiry dl, #CONTACT .inquiry dl, #FAQ .inquiry dl, #PHILOSOPHY .inquiry dl, #POLICY .inquiry dl, #RICE .inquiry dl, #SHOP .inquiry dl {
  margin: 0;
  padding: 0;
}

#COMPANY .inquiry dt, #CONTACT .inquiry dt, #FAQ .inquiry dt, #PHILOSOPHY .inquiry dt, #POLICY .inquiry dt, #RICE .inquiry dt, #SHOP .inquiry dt {
  font-weight: normal;
}

#COMPANY .inquiry dt.col:not(:last-child), #CONTACT .inquiry dt.col:not(:last-child), #FAQ .inquiry dt.col:not(:last-child), #PHILOSOPHY .inquiry dt.col:not(:last-child), #POLICY .inquiry dt.col:not(:last-child), #RICE .inquiry dt.col:not(:last-child), #SHOP .inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

#COMPANY .inquiry dd, #CONTACT .inquiry dd, #FAQ .inquiry dd, #PHILOSOPHY .inquiry dd, #POLICY .inquiry dd, #RICE .inquiry dd, #SHOP .inquiry dd {
  margin: 0;
  padding: 0;
}

#COMPANY .inquiry dd:last-child, #CONTACT .inquiry dd:last-child, #FAQ .inquiry dd:last-child, #PHILOSOPHY .inquiry dd:last-child, #POLICY .inquiry dd:last-child, #RICE .inquiry dd:last-child, #SHOP .inquiry dd:last-child {
  padding-bottom: 0;
}

#COMPANY .inquiry dd .confirm, #CONTACT .inquiry dd .confirm, #FAQ .inquiry dd .confirm, #PHILOSOPHY .inquiry dd .confirm, #POLICY .inquiry dd .confirm, #RICE .inquiry dd .confirm, #SHOP .inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

#COMPANY .inquiry input[type="text"],
#COMPANY .inquiry input[type="url"],
#COMPANY .inquiry input[type="email"],
#COMPANY .inquiry input[type="tel"],
#COMPANY .inquiry input[type="date"],
#COMPANY .inquiry input[type="number"],
#COMPANY .inquiry select,
#COMPANY .inquiry textarea, #CONTACT .inquiry input[type="text"],
#CONTACT .inquiry input[type="url"],
#CONTACT .inquiry input[type="email"],
#CONTACT .inquiry input[type="tel"],
#CONTACT .inquiry input[type="date"],
#CONTACT .inquiry input[type="number"],
#CONTACT .inquiry select,
#CONTACT .inquiry textarea, #FAQ .inquiry input[type="text"],
#FAQ .inquiry input[type="url"],
#FAQ .inquiry input[type="email"],
#FAQ .inquiry input[type="tel"],
#FAQ .inquiry input[type="date"],
#FAQ .inquiry input[type="number"],
#FAQ .inquiry select,
#FAQ .inquiry textarea, #PHILOSOPHY .inquiry input[type="text"],
#PHILOSOPHY .inquiry input[type="url"],
#PHILOSOPHY .inquiry input[type="email"],
#PHILOSOPHY .inquiry input[type="tel"],
#PHILOSOPHY .inquiry input[type="date"],
#PHILOSOPHY .inquiry input[type="number"],
#PHILOSOPHY .inquiry select,
#PHILOSOPHY .inquiry textarea, #POLICY .inquiry input[type="text"],
#POLICY .inquiry input[type="url"],
#POLICY .inquiry input[type="email"],
#POLICY .inquiry input[type="tel"],
#POLICY .inquiry input[type="date"],
#POLICY .inquiry input[type="number"],
#POLICY .inquiry select,
#POLICY .inquiry textarea, #RICE .inquiry input[type="text"],
#RICE .inquiry input[type="url"],
#RICE .inquiry input[type="email"],
#RICE .inquiry input[type="tel"],
#RICE .inquiry input[type="date"],
#RICE .inquiry input[type="number"],
#RICE .inquiry select,
#RICE .inquiry textarea, #SHOP .inquiry input[type="text"],
#SHOP .inquiry input[type="url"],
#SHOP .inquiry input[type="email"],
#SHOP .inquiry input[type="tel"],
#SHOP .inquiry input[type="date"],
#SHOP .inquiry input[type="number"],
#SHOP .inquiry select,
#SHOP .inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

#COMPANY .inquiry input[type="number"], #CONTACT .inquiry input[type="number"], #FAQ .inquiry input[type="number"], #PHILOSOPHY .inquiry input[type="number"], #POLICY .inquiry input[type="number"], #RICE .inquiry input[type="number"], #SHOP .inquiry input[type="number"] {
  width: 65px;
  text-align: center;
}

#COMPANY .inquiry input.p-postal-code, #CONTACT .inquiry input.p-postal-code, #FAQ .inquiry input.p-postal-code, #PHILOSOPHY .inquiry input.p-postal-code, #POLICY .inquiry input.p-postal-code, #RICE .inquiry input.p-postal-code, #SHOP .inquiry input.p-postal-code {
  width: 100px;
}

#COMPANY .inquiry input.p-region, #CONTACT .inquiry input.p-region, #FAQ .inquiry input.p-region, #PHILOSOPHY .inquiry input.p-region, #POLICY .inquiry input.p-region, #RICE .inquiry input.p-region, #SHOP .inquiry input.p-region {
  width: 100px;
}

#COMPANY .inquiry input.p-locality, #CONTACT .inquiry input.p-locality, #FAQ .inquiry input.p-locality, #PHILOSOPHY .inquiry input.p-locality, #POLICY .inquiry input.p-locality, #RICE .inquiry input.p-locality, #SHOP .inquiry input.p-locality {
  width: 150px;
}

#COMPANY .inquiry input.p-street-address, #CONTACT .inquiry input.p-street-address, #FAQ .inquiry input.p-street-address, #PHILOSOPHY .inquiry input.p-street-address, #POLICY .inquiry input.p-street-address, #RICE .inquiry input.p-street-address, #SHOP .inquiry input.p-street-address {
  width: 100%;
}

#COMPANY .inquiry input.p-extended-address, #CONTACT .inquiry input.p-extended-address, #FAQ .inquiry input.p-extended-address, #PHILOSOPHY .inquiry input.p-extended-address, #POLICY .inquiry input.p-extended-address, #RICE .inquiry input.p-extended-address, #SHOP .inquiry input.p-extended-address {
  width: 100%;
}

#COMPANY .inquiry .submit, #CONTACT .inquiry .submit, #FAQ .inquiry .submit, #PHILOSOPHY .inquiry .submit, #POLICY .inquiry .submit, #RICE .inquiry .submit, #SHOP .inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

#COMPANY .inquiry .submit .button, #COMPANY .inquiry .submit .wpcf7-submit, #CONTACT .inquiry .submit .button, #CONTACT .inquiry .submit .wpcf7-submit, #FAQ .inquiry .submit .button, #FAQ .inquiry .submit .wpcf7-submit, #PHILOSOPHY .inquiry .submit .button, #PHILOSOPHY .inquiry .submit .wpcf7-submit, #POLICY .inquiry .submit .button, #POLICY .inquiry .submit .wpcf7-submit, #RICE .inquiry .submit .button, #RICE .inquiry .submit .wpcf7-submit, #SHOP .inquiry .submit .button, #SHOP .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
  padding: 0.9em;
}

#COMPANY .inquiry .required, #CONTACT .inquiry .required, #FAQ .inquiry .required, #PHILOSOPHY .inquiry .required, #POLICY .inquiry .required, #RICE .inquiry .required, #SHOP .inquiry .required {
  color: #f00;
}

#COMPANY .inquiry label, #CONTACT .inquiry label, #FAQ .inquiry label, #PHILOSOPHY .inquiry label, #POLICY .inquiry label, #RICE .inquiry label, #SHOP .inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  #COMPANY .inquiry, #CONTACT .inquiry, #FAQ .inquiry, #PHILOSOPHY .inquiry, #POLICY .inquiry, #RICE .inquiry, #SHOP .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  #COMPANY .inquiry fieldset, #CONTACT .inquiry fieldset, #FAQ .inquiry fieldset, #PHILOSOPHY .inquiry fieldset, #POLICY .inquiry fieldset, #RICE .inquiry fieldset, #SHOP .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  #COMPANY .inquiry dt, #CONTACT .inquiry dt, #FAQ .inquiry dt, #PHILOSOPHY .inquiry dt, #POLICY .inquiry dt, #RICE .inquiry dt, #SHOP .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  #COMPANY .inquiry dd, #CONTACT .inquiry dd, #FAQ .inquiry dd, #PHILOSOPHY .inquiry dd, #POLICY .inquiry dd, #RICE .inquiry dd, #SHOP .inquiry dd {
    padding-bottom: 1.5em;
  }
  #COMPANY .inquiry dd .confirm, #CONTACT .inquiry dd .confirm, #FAQ .inquiry dd .confirm, #PHILOSOPHY .inquiry dd .confirm, #POLICY .inquiry dd .confirm, #RICE .inquiry dd .confirm, #SHOP .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  #COMPANY .inquiry input[type="text"],
  #COMPANY .inquiry input[type="url"],
  #COMPANY .inquiry input[type="email"],
  #COMPANY .inquiry input[type="tel"],
  #COMPANY .inquiry input[type="date"],
  #COMPANY .inquiry input[type="text"],
  #COMPANY .inquiry select, #CONTACT .inquiry input[type="text"],
  #CONTACT .inquiry input[type="url"],
  #CONTACT .inquiry input[type="email"],
  #CONTACT .inquiry input[type="tel"],
  #CONTACT .inquiry input[type="date"],
  #CONTACT .inquiry input[type="text"],
  #CONTACT .inquiry select, #FAQ .inquiry input[type="text"],
  #FAQ .inquiry input[type="url"],
  #FAQ .inquiry input[type="email"],
  #FAQ .inquiry input[type="tel"],
  #FAQ .inquiry input[type="date"],
  #FAQ .inquiry input[type="text"],
  #FAQ .inquiry select, #PHILOSOPHY .inquiry input[type="text"],
  #PHILOSOPHY .inquiry input[type="url"],
  #PHILOSOPHY .inquiry input[type="email"],
  #PHILOSOPHY .inquiry input[type="tel"],
  #PHILOSOPHY .inquiry input[type="date"],
  #PHILOSOPHY .inquiry input[type="text"],
  #PHILOSOPHY .inquiry select, #POLICY .inquiry input[type="text"],
  #POLICY .inquiry input[type="url"],
  #POLICY .inquiry input[type="email"],
  #POLICY .inquiry input[type="tel"],
  #POLICY .inquiry input[type="date"],
  #POLICY .inquiry input[type="text"],
  #POLICY .inquiry select, #RICE .inquiry input[type="text"],
  #RICE .inquiry input[type="url"],
  #RICE .inquiry input[type="email"],
  #RICE .inquiry input[type="tel"],
  #RICE .inquiry input[type="date"],
  #RICE .inquiry input[type="text"],
  #RICE .inquiry select, #SHOP .inquiry input[type="text"],
  #SHOP .inquiry input[type="url"],
  #SHOP .inquiry input[type="email"],
  #SHOP .inquiry input[type="tel"],
  #SHOP .inquiry input[type="date"],
  #SHOP .inquiry input[type="text"],
  #SHOP .inquiry select {
    width: 60%;
  }
  #COMPANY .inquiry input[type="number"], #CONTACT .inquiry input[type="number"], #FAQ .inquiry input[type="number"], #PHILOSOPHY .inquiry input[type="number"], #POLICY .inquiry input[type="number"], #RICE .inquiry input[type="number"], #SHOP .inquiry input[type="number"] {
    width: 65px;
  }
  #COMPANY .inquiry input.p-postal-code, #CONTACT .inquiry input.p-postal-code, #FAQ .inquiry input.p-postal-code, #PHILOSOPHY .inquiry input.p-postal-code, #POLICY .inquiry input.p-postal-code, #RICE .inquiry input.p-postal-code, #SHOP .inquiry input.p-postal-code {
    width: 100px;
  }
  #COMPANY .inquiry input.p-region, #CONTACT .inquiry input.p-region, #FAQ .inquiry input.p-region, #PHILOSOPHY .inquiry input.p-region, #POLICY .inquiry input.p-region, #RICE .inquiry input.p-region, #SHOP .inquiry input.p-region {
    width: 100px;
  }
  #COMPANY .inquiry input.p-locality, #CONTACT .inquiry input.p-locality, #FAQ .inquiry input.p-locality, #PHILOSOPHY .inquiry input.p-locality, #POLICY .inquiry input.p-locality, #RICE .inquiry input.p-locality, #SHOP .inquiry input.p-locality {
    width: 150px;
  }
  #COMPANY .inquiry input.p-street-address, #CONTACT .inquiry input.p-street-address, #FAQ .inquiry input.p-street-address, #PHILOSOPHY .inquiry input.p-street-address, #POLICY .inquiry input.p-street-address, #RICE .inquiry input.p-street-address, #SHOP .inquiry input.p-street-address {
    width: 100%;
  }
  #COMPANY .inquiry input.p-extended-address, #CONTACT .inquiry input.p-extended-address, #FAQ .inquiry input.p-extended-address, #PHILOSOPHY .inquiry input.p-extended-address, #POLICY .inquiry input.p-extended-address, #RICE .inquiry input.p-extended-address, #SHOP .inquiry input.p-extended-address {
    width: 100%;
  }
  #COMPANY .inquiry textarea, #CONTACT .inquiry textarea, #FAQ .inquiry textarea, #PHILOSOPHY .inquiry textarea, #POLICY .inquiry textarea, #RICE .inquiry textarea, #SHOP .inquiry textarea {
    width: 100%;
  }
  #COMPANY .inquiry .submit, #CONTACT .inquiry .submit, #FAQ .inquiry .submit, #PHILOSOPHY .inquiry .submit, #POLICY .inquiry .submit, #RICE .inquiry .submit, #SHOP .inquiry .submit {
    margin: 60px 0 0;
  }
  #COMPANY .inquiry label, #CONTACT .inquiry label, #FAQ .inquiry label, #PHILOSOPHY .inquiry label, #POLICY .inquiry label, #RICE .inquiry label, #SHOP .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  #COMPANY .gutters .inquiry dt.col, #CONTACT .gutters .inquiry dt.col, #FAQ .gutters .inquiry dt.col, #PHILOSOPHY .gutters .inquiry dt.col, #POLICY .gutters .inquiry dt.col, #RICE .gutters .inquiry dt.col, #SHOP .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

#COMPANY .movie, #CONTACT .movie, #FAQ .movie, #PHILOSOPHY .movie, #POLICY .movie, #RICE .movie, #SHOP .movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
}

#COMPANY .movie iframe, #CONTACT .movie iframe, #FAQ .movie iframe, #PHILOSOPHY .movie iframe, #POLICY .movie iframe, #RICE .movie iframe, #SHOP .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#COMPANY .movie.ar16to9, #CONTACT .movie.ar16to9, #FAQ .movie.ar16to9, #PHILOSOPHY .movie.ar16to9, #POLICY .movie.ar16to9, #RICE .movie.ar16to9, #SHOP .movie.ar16to9 {
  padding-top: 56.25%;
}

#COMPANY .movie.ar4to3, #CONTACT .movie.ar4to3, #FAQ .movie.ar4to3, #PHILOSOPHY .movie.ar4to3, #POLICY .movie.ar4to3, #RICE .movie.ar4to3, #SHOP .movie.ar4to3 {
  padding-top: 75%;
}

#COMPANY .news .news_bg, #CONTACT .news .news_bg, #FAQ .news .news_bg, #PHILOSOPHY .news .news_bg, #POLICY .news .news_bg, #RICE .news .news_bg, #SHOP .news .news_bg {
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .news.typeC .news_bg, #CONTACT .news.typeC .news_bg, #FAQ .news.typeC .news_bg, #PHILOSOPHY .news.typeC .news_bg, #POLICY .news.typeC .news_bg, #RICE .news.typeC .news_bg, #SHOP .news.typeC .news_bg {
  padding: 1em;
}

#COMPANY .news h2, #CONTACT .news h2, #FAQ .news h2, #PHILOSOPHY .news h2, #POLICY .news h2, #RICE .news h2, #SHOP .news h2 {
  color: #1b1b1b;
}

#COMPANY .news dl, #CONTACT .news dl, #FAQ .news dl, #PHILOSOPHY .news dl, #POLICY .news dl, #RICE .news dl, #SHOP .news dl {
  margin: 0;
  overflow-y: auto;
  max-height: 300px;
}

#COMPANY .news dl dt, #CONTACT .news dl dt, #FAQ .news dl dt, #PHILOSOPHY .news dl dt, #POLICY .news dl dt, #RICE .news dl dt, #SHOP .news dl dt {
  margin: 0.5em 0 0;
  padding: 0 1em;
  font-weight: normal;
}

#COMPANY .news dl dd, #CONTACT .news dl dd, #FAQ .news dl dd, #PHILOSOPHY .news dl dd, #POLICY .news dl dd, #RICE .news dl dd, #SHOP .news dl dd {
  margin: 0.5em 0;
  padding: 0 1em 0.5em;
  border-bottom: 1px solid #ccc;
}

#COMPANY .news dl dd a, #CONTACT .news dl dd a, #FAQ .news dl dd a, #PHILOSOPHY .news dl dd a, #POLICY .news dl dd a, #RICE .news dl dd a, #SHOP .news dl dd a {
  text-decoration: none;
}

#COMPANY .news dl dd a:hover, #CONTACT .news dl dd a:hover, #FAQ .news dl dd a:hover, #PHILOSOPHY .news dl dd a:hover, #POLICY .news dl dd a:hover, #RICE .news dl dd a:hover, #SHOP .news dl dd a:hover {
  text-decoration: underline;
}

@media (min-width: 768px) {
  #COMPANY .news.typeA > div, #CONTACT .news.typeA > div, #FAQ .news.typeA > div, #PHILOSOPHY .news.typeA > div, #POLICY .news.typeA > div, #RICE .news.typeA > div, #SHOP .news.typeA > div {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  #COMPANY .news.typeA > div .heading, #CONTACT .news.typeA > div .heading, #FAQ .news.typeA > div .heading, #PHILOSOPHY .news.typeA > div .heading, #POLICY .news.typeA > div .heading, #RICE .news.typeA > div .heading, #SHOP .news.typeA > div .heading {
    display: table-cell;
    width: 23.5%;
    vertical-align: middle;
  }
  #COMPANY .news.typeA h2, #CONTACT .news.typeA h2, #FAQ .news.typeA h2, #PHILOSOPHY .news.typeA h2, #POLICY .news.typeA h2, #RICE .news.typeA h2, #SHOP .news.typeA h2 {
    margin: 0;
    padding: 0;
  }
  #COMPANY .news.typeA h2:after, #CONTACT .news.typeA h2:after, #FAQ .news.typeA h2:after, #PHILOSOPHY .news.typeA h2:after, #POLICY .news.typeA h2:after, #RICE .news.typeA h2:after, #SHOP .news.typeA h2:after {
    display: none;
  }
  #COMPANY .news.typeA .content, #CONTACT .news.typeA .content, #FAQ .news.typeA .content, #PHILOSOPHY .news.typeA .content, #POLICY .news.typeA .content, #RICE .news.typeA .content, #SHOP .news.typeA .content {
    display: table-cell;
    overflow: hidden;
    width: 74.5%;
    padding-left: 2%;
    vertical-align: middle;
  }
  #COMPANY .news.typeC .news_bg, #CONTACT .news.typeC .news_bg, #FAQ .news.typeC .news_bg, #PHILOSOPHY .news.typeC .news_bg, #POLICY .news.typeC .news_bg, #RICE .news.typeC .news_bg, #SHOP .news.typeC .news_bg {
    height: 540px;
    padding: 20px;
  }
  #COMPANY .news.typeC dl, #CONTACT .news.typeC dl, #FAQ .news.typeC dl, #PHILOSOPHY .news.typeC dl, #POLICY .news.typeC dl, #RICE .news.typeC dl, #SHOP .news.typeC dl {
    max-height: 500px;
  }
  #COMPANY .news dl, #CONTACT .news dl, #FAQ .news dl, #PHILOSOPHY .news dl, #POLICY .news dl, #RICE .news dl, #SHOP .news dl {
    overflow-y: auto;
    max-height: 200px;
  }
  #COMPANY .news dl dt, #CONTACT .news dl dt, #FAQ .news dl dt, #PHILOSOPHY .news dl dt, #POLICY .news dl dt, #RICE .news dl dt, #SHOP .news dl dt {
    width: 100px;
    clear: left;
    float: left;
    margin: 0;
    padding: 1em 0 1em 1em;
  }
  #COMPANY .news dl dd, #CONTACT .news dl dd, #FAQ .news dl dd, #PHILOSOPHY .news dl dd, #POLICY .news dl dd, #RICE .news dl dd, #SHOP .news dl dd {
    margin: 0;
    padding: 1em 0 1em 0;
  }
  #COMPANY .news dl dt + dd, #CONTACT .news dl dt + dd, #FAQ .news dl dt + dd, #PHILOSOPHY .news dl dt + dd, #POLICY .news dl dt + dd, #RICE .news dl dt + dd, #SHOP .news dl dt + dd {
    padding-left: 120px;
  }
}

#COMPANY .parallax, #CONTACT .parallax, #FAQ .parallax, #PHILOSOPHY .parallax, #POLICY .parallax, #RICE .parallax, #SHOP .parallax {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

#COMPANY .parallax.ios, #CONTACT .parallax.ios, #FAQ .parallax.ios, #PHILOSOPHY .parallax.ios, #POLICY .parallax.ios, #RICE .parallax.ios, #SHOP .parallax.ios {
  background-attachment: scroll;
}

#COMPANY .parallax .parallax_contents, #CONTACT .parallax .parallax_contents, #FAQ .parallax .parallax_contents, #PHILOSOPHY .parallax .parallax_contents, #POLICY .parallax .parallax_contents, #RICE .parallax .parallax_contents, #SHOP .parallax .parallax_contents {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#COMPANY .parallax .parallax_contents h1, #COMPANY .parallax .parallax_contents .h1, #CONTACT .parallax .parallax_contents h1, #CONTACT .parallax .parallax_contents .h1, #FAQ .parallax .parallax_contents h1, #FAQ .parallax .parallax_contents .h1, #PHILOSOPHY .parallax .parallax_contents h1, #PHILOSOPHY .parallax .parallax_contents .h1, #POLICY .parallax .parallax_contents h1, #POLICY .parallax .parallax_contents .h1, #RICE .parallax .parallax_contents h1, #RICE .parallax .parallax_contents .h1, #SHOP .parallax .parallax_contents h1, #SHOP .parallax .parallax_contents .h1 {
  margin: 0;
  padding: 1em 0;
}

#COMPANY .qa h3.question, #CONTACT .qa h3.question, #FAQ .qa h3.question, #PHILOSOPHY .qa h3.question, #POLICY .qa h3.question, #RICE .qa h3.question, #SHOP .qa h3.question {
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

#COMPANY .qa .question, #CONTACT .qa .question, #FAQ .qa .question, #PHILOSOPHY .qa .question, #POLICY .qa .question, #RICE .qa .question, #SHOP .qa .question {
  position: relative;
  margin-bottom: 1em;
  padding: 1em 50px 1em 1em;
  background-color: #67B59B55;
  color: #444;
  font-weight: normal;
  cursor: pointer;
}

#COMPANY .qa .question:after, #CONTACT .qa .question:after, #FAQ .qa .question:after, #PHILOSOPHY .qa .question:after, #POLICY .qa .question:after, #RICE .qa .question:after, #SHOP .qa .question:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 1em;
  left: auto;
  top: 50%;
  bottom: auto;
  margin-top: -12px;
  background: url(/wp-content/uploads/chevron-down.svg) center center no-repeat;
  background-size: 24px;
  transition: .5s;
  border: none;
  transform: rotate(0);
}

#COMPANY .qa .question:before, #CONTACT .qa .question:before, #FAQ .qa .question:before, #PHILOSOPHY .qa .question:before, #POLICY .qa .question:before, #RICE .qa .question:before, #SHOP .qa .question:before {
  content: none;
}

#COMPANY .qa .question:hover, #CONTACT .qa .question:hover, #FAQ .qa .question:hover, #PHILOSOPHY .qa .question:hover, #POLICY .qa .question:hover, #RICE .qa .question:hover, #SHOP .qa .question:hover {
  background: #1f4a8055;
}

#COMPANY .qa .question.open:after, #CONTACT .qa .question.open:after, #FAQ .qa .question.open:after, #PHILOSOPHY .qa .question.open:after, #POLICY .qa .question.open:after, #RICE .qa .question.open:after, #SHOP .qa .question.open:after {
  transform: rotate(180deg);
}

#COMPANY .qa .answer, #CONTACT .qa .answer, #FAQ .qa .answer, #PHILOSOPHY .qa .answer, #POLICY .qa .answer, #RICE .qa .answer, #SHOP .qa .answer {
  padding: 0 0 0 1em;
}

#COMPANY .qa .answer:not(:last-child), #CONTACT .qa .answer:not(:last-child), #FAQ .qa .answer:not(:last-child), #PHILOSOPHY .qa .answer:not(:last-child), #POLICY .qa .answer:not(:last-child), #RICE .qa .answer:not(:last-child), #SHOP .qa .answer:not(:last-child) {
  margin-bottom: 2em;
}

#COMPANY .qa.qa-open .question, #CONTACT .qa.qa-open .question, #FAQ .qa.qa-open .question, #PHILOSOPHY .qa.qa-open .question, #POLICY .qa.qa-open .question, #RICE .qa.qa-open .question, #SHOP .qa.qa-open .question {
  padding-right: 1em;
  cursor: default;
}

#COMPANY .qa.qa-open .question:hover, #CONTACT .qa.qa-open .question:hover, #FAQ .qa.qa-open .question:hover, #PHILOSOPHY .qa.qa-open .question:hover, #POLICY .qa.qa-open .question:hover, #RICE .qa.qa-open .question:hover, #SHOP .qa.qa-open .question:hover {
  background-color: #1f4a80;
}

#COMPANY .qa.qa-open .question:after, #CONTACT .qa.qa-open .question:after, #FAQ .qa.qa-open .question:after, #PHILOSOPHY .qa.qa-open .question:after, #POLICY .qa.qa-open .question:after, #RICE .qa.qa-open .question:after, #SHOP .qa.qa-open .question:after {
  display: none;
}

#COMPANY .qa.qa-open .answer, #CONTACT .qa.qa-open .answer, #FAQ .qa.qa-open .answer, #PHILOSOPHY .qa.qa-open .answer, #POLICY .qa.qa-open .answer, #RICE .qa.qa-open .answer, #SHOP .qa.qa-open .answer {
  display: block;
}

#COMPANY .highlight .qa .question, #CONTACT .highlight .qa .question, #FAQ .highlight .qa .question, #PHILOSOPHY .highlight .qa .question, #POLICY .highlight .qa .question, #RICE .highlight .qa .question, #SHOP .highlight .qa .question {
  background: #1f4a80;
}

#COMPANY .highlight .qa .question:hover, #CONTACT .highlight .qa .question:hover, #FAQ .highlight .qa .question:hover, #PHILOSOPHY .highlight .qa .question:hover, #POLICY .highlight .qa .question:hover, #RICE .highlight .qa .question:hover, #SHOP .highlight .qa .question:hover {
  background: #1f4a80;
}

#COMPANY .highlight .qa.qa-open .question:hover, #CONTACT .highlight .qa.qa-open .question:hover, #FAQ .highlight .qa.qa-open .question:hover, #PHILOSOPHY .highlight .qa.qa-open .question:hover, #POLICY .highlight .qa.qa-open .question:hover, #RICE .highlight .qa.qa-open .question:hover, #SHOP .highlight .qa.qa-open .question:hover {
  background: #1f4a80;
}

#COMPANY .shopinfo figure, #CONTACT .shopinfo figure, #FAQ .shopinfo figure, #PHILOSOPHY .shopinfo figure, #POLICY .shopinfo figure, #RICE .shopinfo figure, #SHOP .shopinfo figure {
  max-width: 80%;
  margin: 0 auto;
}

#COMPANY .shopinfo address, #CONTACT .shopinfo address, #FAQ .shopinfo address, #PHILOSOPHY .shopinfo address, #POLICY .shopinfo address, #RICE .shopinfo address, #SHOP .shopinfo address {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-style: normal;
}

#COMPANY .shopinfo dl, #CONTACT .shopinfo dl, #FAQ .shopinfo dl, #PHILOSOPHY .shopinfo dl, #POLICY .shopinfo dl, #RICE .shopinfo dl, #SHOP .shopinfo dl {
  margin: 2em 0;
  line-height: 1.4;
}

#COMPANY .shopinfo dl:first-child, #CONTACT .shopinfo dl:first-child, #FAQ .shopinfo dl:first-child, #PHILOSOPHY .shopinfo dl:first-child, #POLICY .shopinfo dl:first-child, #RICE .shopinfo dl:first-child, #SHOP .shopinfo dl:first-child {
  margin-top: 0;
}

#COMPANY .shopinfo dl dt, #CONTACT .shopinfo dl dt, #FAQ .shopinfo dl dt, #PHILOSOPHY .shopinfo dl dt, #POLICY .shopinfo dl dt, #RICE .shopinfo dl dt, #SHOP .shopinfo dl dt {
  margin: 0 0 0.2em 0;
  font-weight: normal;
}

#COMPANY .shopinfo dl dt:before, #CONTACT .shopinfo dl dt:before, #FAQ .shopinfo dl dt:before, #PHILOSOPHY .shopinfo dl dt:before, #POLICY .shopinfo dl dt:before, #RICE .shopinfo dl dt:before, #SHOP .shopinfo dl dt:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-right: 0.3em;
  vertical-align: middle;
  background: #1f4a80;
}

#COMPANY .shopinfo dl dd, #CONTACT .shopinfo dl dd, #FAQ .shopinfo dl dd, #PHILOSOPHY .shopinfo dl dd, #POLICY .shopinfo dl dd, #RICE .shopinfo dl dd, #SHOP .shopinfo dl dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

#COMPANY .shopinfo .map_container, #CONTACT .shopinfo .map_container, #FAQ .shopinfo .map_container, #PHILOSOPHY .shopinfo .map_container, #POLICY .shopinfo .map_container, #RICE .shopinfo .map_container, #SHOP .shopinfo .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

#COMPANY .shopinfo .map_container iframe, #CONTACT .shopinfo .map_container iframe, #FAQ .shopinfo .map_container iframe, #PHILOSOPHY .shopinfo .map_container iframe, #POLICY .shopinfo .map_container iframe, #RICE .shopinfo .map_container iframe, #SHOP .shopinfo .map_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#COMPANY .shopinfo .map_container + p, #CONTACT .shopinfo .map_container + p, #FAQ .shopinfo .map_container + p, #PHILOSOPHY .shopinfo .map_container + p, #POLICY .shopinfo .map_container + p, #RICE .shopinfo .map_container + p, #SHOP .shopinfo .map_container + p {
  margin-top: 2em;
}

#COMPANY .map_wide, #CONTACT .map_wide, #FAQ .map_wide, #PHILOSOPHY .map_wide, #POLICY .map_wide, #RICE .map_wide, #SHOP .map_wide {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}

#COMPANY .map_wide iframe, #CONTACT .map_wide iframe, #FAQ .map_wide iframe, #PHILOSOPHY .map_wide iframe, #POLICY .map_wide iframe, #RICE .map_wide iframe, #SHOP .map_wide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#COMPANY body.scroll .googlemap, #CONTACT body.scroll .googlemap, #FAQ body.scroll .googlemap, #PHILOSOPHY body.scroll .googlemap, #POLICY body.scroll .googlemap, #RICE body.scroll .googlemap, #SHOP body.scroll .googlemap {
  pointer-events: none;
}

@media (min-width: 768px) {
  #COMPANY .shopinfo figure, #CONTACT .shopinfo figure, #FAQ .shopinfo figure, #PHILOSOPHY .shopinfo figure, #POLICY .shopinfo figure, #RICE .shopinfo figure, #SHOP .shopinfo figure {
    max-width: 100%;
  }
  #COMPANY .shopinfo address, #CONTACT .shopinfo address, #FAQ .shopinfo address, #PHILOSOPHY .shopinfo address, #POLICY .shopinfo address, #RICE .shopinfo address, #SHOP .shopinfo address {
    margin-bottom: 15px;
    text-align: left;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
  }
  #COMPANY .shopinfo dl.dl-horizontal, #CONTACT .shopinfo dl.dl-horizontal, #FAQ .shopinfo dl.dl-horizontal, #PHILOSOPHY .shopinfo dl.dl-horizontal, #POLICY .shopinfo dl.dl-horizontal, #RICE .shopinfo dl.dl-horizontal, #SHOP .shopinfo dl.dl-horizontal {
    margin: 10px 0;
  }
  #COMPANY .shopinfo dl.dl-horizontal dd, #CONTACT .shopinfo dl.dl-horizontal dd, #FAQ .shopinfo dl.dl-horizontal dd, #PHILOSOPHY .shopinfo dl.dl-horizontal dd, #POLICY .shopinfo dl.dl-horizontal dd, #RICE .shopinfo dl.dl-horizontal dd, #SHOP .shopinfo dl.dl-horizontal dd {
    margin-bottom: 0.3em;
  }
  #COMPANY .shopinfo .map_container, #CONTACT .shopinfo .map_container, #FAQ .shopinfo .map_container, #PHILOSOPHY .shopinfo .map_container, #POLICY .shopinfo .map_container, #RICE .shopinfo .map_container, #SHOP .shopinfo .map_container {
    padding-top: 70%;
  }
  #COMPANY .shopinfo .span_12 .map_container, #COMPANY .shopinfo .span12 .map_container, #CONTACT .shopinfo .span_12 .map_container, #CONTACT .shopinfo .span12 .map_container, #FAQ .shopinfo .span_12 .map_container, #FAQ .shopinfo .span12 .map_container, #PHILOSOPHY .shopinfo .span_12 .map_container, #PHILOSOPHY .shopinfo .span12 .map_container, #POLICY .shopinfo .span_12 .map_container, #POLICY .shopinfo .span12 .map_container, #RICE .shopinfo .span_12 .map_container, #RICE .shopinfo .span12 .map_container, #SHOP .shopinfo .span_12 .map_container, #SHOP .shopinfo .span12 .map_container {
    padding-top: 50%;
  }
  #COMPANY .map_wide, #CONTACT .map_wide, #FAQ .map_wide, #PHILOSOPHY .map_wide, #POLICY .map_wide, #RICE .map_wide, #SHOP .map_wide {
    padding-top: 420px;
  }
}

@media (max-width: 767px) {
  #COMPANY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #CONTACT .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #FAQ .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #PHILOSOPHY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #POLICY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #RICE .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child), #SHOP .sp_image_cols:not(.sp_col2):not(.sp_col3) .col:not(:last-child) {
    margin-bottom: 1em;
  }
  #COMPANY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #CONTACT .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #FAQ .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #PHILOSOPHY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #POLICY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #RICE .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure, #SHOP .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure {
    overflow: hidden;
  }
  #COMPANY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #CONTACT .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #FAQ .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #PHILOSOPHY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #POLICY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #RICE .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img, #SHOP .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure img {
    float: left;
    width: 32%;
    margin-bottom: 10px;
    vertical-align: middle;
  }
  #COMPANY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #CONTACT .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #FAQ .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #PHILOSOPHY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #POLICY .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #RICE .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption, #SHOP .sp_image_cols:not(.sp_col2):not(.sp_col3) .col figure figcaption {
    float: right;
    width: 66%;
    margin-top: 0;
    vertical-align: middle;
  }
  #COMPANY .sp_image_cols.sp_col2 .col, #CONTACT .sp_image_cols.sp_col2 .col, #FAQ .sp_image_cols.sp_col2 .col, #PHILOSOPHY .sp_image_cols.sp_col2 .col, #POLICY .sp_image_cols.sp_col2 .col, #RICE .sp_image_cols.sp_col2 .col, #SHOP .sp_image_cols.sp_col2 .col {
    width: 49%;
  }
  #COMPANY .sp_image_cols.sp_col2 .col:nth-child(odd), #CONTACT .sp_image_cols.sp_col2 .col:nth-child(odd), #FAQ .sp_image_cols.sp_col2 .col:nth-child(odd), #PHILOSOPHY .sp_image_cols.sp_col2 .col:nth-child(odd), #POLICY .sp_image_cols.sp_col2 .col:nth-child(odd), #RICE .sp_image_cols.sp_col2 .col:nth-child(odd), #SHOP .sp_image_cols.sp_col2 .col:nth-child(odd) {
    clear: both;
    float: left;
  }
  #COMPANY .sp_image_cols.sp_col2 .col:nth-child(even), #CONTACT .sp_image_cols.sp_col2 .col:nth-child(even), #FAQ .sp_image_cols.sp_col2 .col:nth-child(even), #PHILOSOPHY .sp_image_cols.sp_col2 .col:nth-child(even), #POLICY .sp_image_cols.sp_col2 .col:nth-child(even), #RICE .sp_image_cols.sp_col2 .col:nth-child(even), #SHOP .sp_image_cols.sp_col2 .col:nth-child(even) {
    float: right;
  }
  #COMPANY .sp_image_cols.sp_col3 .col, #CONTACT .sp_image_cols.sp_col3 .col, #FAQ .sp_image_cols.sp_col3 .col, #PHILOSOPHY .sp_image_cols.sp_col3 .col, #POLICY .sp_image_cols.sp_col3 .col, #RICE .sp_image_cols.sp_col3 .col, #SHOP .sp_image_cols.sp_col3 .col {
    float: left;
    width: 32%;
  }
  #COMPANY .sp_image_cols.sp_col3 .col:nth-child(3n+1), #CONTACT .sp_image_cols.sp_col3 .col:nth-child(3n+1), #FAQ .sp_image_cols.sp_col3 .col:nth-child(3n+1), #PHILOSOPHY .sp_image_cols.sp_col3 .col:nth-child(3n+1), #POLICY .sp_image_cols.sp_col3 .col:nth-child(3n+1), #RICE .sp_image_cols.sp_col3 .col:nth-child(3n+1), #SHOP .sp_image_cols.sp_col3 .col:nth-child(3n+1) {
    clear: both;
    margin-right: 2%;
  }
  #COMPANY .sp_image_cols.sp_col3 .col:nth-child(3n), #CONTACT .sp_image_cols.sp_col3 .col:nth-child(3n), #FAQ .sp_image_cols.sp_col3 .col:nth-child(3n), #PHILOSOPHY .sp_image_cols.sp_col3 .col:nth-child(3n), #POLICY .sp_image_cols.sp_col3 .col:nth-child(3n), #RICE .sp_image_cols.sp_col3 .col:nth-child(3n), #SHOP .sp_image_cols.sp_col3 .col:nth-child(3n) {
    float: right;
  }
  #COMPANY .sp_image_left, #CONTACT .sp_image_left, #FAQ .sp_image_left, #PHILOSOPHY .sp_image_left, #POLICY .sp_image_left, #RICE .sp_image_left, #SHOP .sp_image_left {
    overflow: hidden;
  }
  #COMPANY .sp_image_left .col:first-child, #CONTACT .sp_image_left .col:first-child, #FAQ .sp_image_left .col:first-child, #PHILOSOPHY .sp_image_left .col:first-child, #POLICY .sp_image_left .col:first-child, #RICE .sp_image_left .col:first-child, #SHOP .sp_image_left .col:first-child {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.5em;
  }
  #COMPANY .sp_image_left .col:last-child, #CONTACT .sp_image_left .col:last-child, #FAQ .sp_image_left .col:last-child, #PHILOSOPHY .sp_image_left .col:last-child, #POLICY .sp_image_left .col:last-child, #RICE .sp_image_left .col:last-child, #SHOP .sp_image_left .col:last-child {
    float: none;
  }
  #COMPANY .sp_image_right, #CONTACT .sp_image_right, #FAQ .sp_image_right, #PHILOSOPHY .sp_image_right, #POLICY .sp_image_right, #RICE .sp_image_right, #SHOP .sp_image_right {
    overflow: hidden;
  }
  #COMPANY .sp_image_right .col:first-child, #CONTACT .sp_image_right .col:first-child, #FAQ .sp_image_right .col:first-child, #PHILOSOPHY .sp_image_right .col:first-child, #POLICY .sp_image_right .col:first-child, #RICE .sp_image_right .col:first-child, #SHOP .sp_image_right .col:first-child {
    display: inline-block;
    float: right;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 0.5em;
  }
  #COMPANY .sp_image_right .col:last-child, #CONTACT .sp_image_right .col:last-child, #FAQ .sp_image_right .col:last-child, #PHILOSOPHY .sp_image_right .col:last-child, #POLICY .sp_image_right .col:last-child, #RICE .sp_image_right .col:last-child, #SHOP .sp_image_right .col:last-child {
    float: none;
  }
}

#COMPANY .step h3:last-child, #CONTACT .step h3:last-child, #FAQ .step h3:last-child, #PHILOSOPHY .step h3:last-child, #POLICY .step h3:last-child, #RICE .step h3:last-child, #SHOP .step h3:last-child {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  border: none;
}

#COMPANY .step h3:last-child:after, #COMPANY .step h3:last-child:before, #CONTACT .step h3:last-child:after, #CONTACT .step h3:last-child:before, #FAQ .step h3:last-child:after, #FAQ .step h3:last-child:before, #PHILOSOPHY .step h3:last-child:after, #PHILOSOPHY .step h3:last-child:before, #POLICY .step h3:last-child:after, #POLICY .step h3:last-child:before, #RICE .step h3:last-child:after, #RICE .step h3:last-child:before, #SHOP .step h3:last-child:after, #SHOP .step h3:last-child:before {
  content: none;
}

#COMPANY .step_num, #CONTACT .step_num, #FAQ .step_num, #PHILOSOPHY .step_num, #POLICY .step_num, #RICE .step_num, #SHOP .step_num {
  text-align: center;
}

#COMPANY .step_num p, #CONTACT .step_num p, #FAQ .step_num p, #PHILOSOPHY .step_num p, #POLICY .step_num p, #RICE .step_num p, #SHOP .step_num p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #67B59B;
  line-height: 1;
}

#COMPANY .step_num p span, #CONTACT .step_num p span, #FAQ .step_num p span, #PHILOSOPHY .step_num p span, #POLICY .step_num p span, #RICE .step_num p span, #SHOP .step_num p span {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  color: #67B59B;
}

#COMPANY .step > .row,
#COMPANY .step-h .col, #CONTACT .step > .row,
#CONTACT .step-h .col, #FAQ .step > .row,
#FAQ .step-h .col, #PHILOSOPHY .step > .row,
#PHILOSOPHY .step-h .col, #POLICY .step > .row,
#POLICY .step-h .col, #RICE .step > .row,
#RICE .step-h .col, #SHOP .step > .row,
#SHOP .step-h .col {
  position: relative;
  padding: 1em;
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .step > .row:not(:last-child):after,
#COMPANY .step-h .col:not(:last-child):after,
#COMPANY .step-h .row.continue > .col:last-child:after, #CONTACT .step > .row:not(:last-child):after,
#CONTACT .step-h .col:not(:last-child):after,
#CONTACT .step-h .row.continue > .col:last-child:after, #FAQ .step > .row:not(:last-child):after,
#FAQ .step-h .col:not(:last-child):after,
#FAQ .step-h .row.continue > .col:last-child:after, #PHILOSOPHY .step > .row:not(:last-child):after,
#PHILOSOPHY .step-h .col:not(:last-child):after,
#PHILOSOPHY .step-h .row.continue > .col:last-child:after, #POLICY .step > .row:not(:last-child):after,
#POLICY .step-h .col:not(:last-child):after,
#POLICY .step-h .row.continue > .col:last-child:after, #RICE .step > .row:not(:last-child):after,
#RICE .step-h .col:not(:last-child):after,
#RICE .step-h .row.continue > .col:last-child:after, #SHOP .step > .row:not(:last-child):after,
#SHOP .step-h .col:not(:last-child):after,
#SHOP .step-h .row.continue > .col:last-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  background: url("/wp-content/uploads/chevron-down.svg") center center no-repeat;
  background-size: 45px auto;
}

@media (max-width: 767px) {
  #COMPANY .step > .row:not(:last-child),
  #COMPANY .step-h .col:not(:last-child),
  #COMPANY .step-h .row.continue > .col:last-child, #CONTACT .step > .row:not(:last-child),
  #CONTACT .step-h .col:not(:last-child),
  #CONTACT .step-h .row.continue > .col:last-child, #FAQ .step > .row:not(:last-child),
  #FAQ .step-h .col:not(:last-child),
  #FAQ .step-h .row.continue > .col:last-child, #PHILOSOPHY .step > .row:not(:last-child),
  #PHILOSOPHY .step-h .col:not(:last-child),
  #PHILOSOPHY .step-h .row.continue > .col:last-child, #POLICY .step > .row:not(:last-child),
  #POLICY .step-h .col:not(:last-child),
  #POLICY .step-h .row.continue > .col:last-child, #RICE .step > .row:not(:last-child),
  #RICE .step-h .col:not(:last-child),
  #RICE .step-h .row.continue > .col:last-child, #SHOP .step > .row:not(:last-child),
  #SHOP .step-h .col:not(:last-child),
  #SHOP .step-h .row.continue > .col:last-child {
    margin-bottom: 18%;
  }
  #COMPANY .step > .row:not(:last-child):after,
  #COMPANY .step-h .col:not(:last-child):after,
  #COMPANY .step-h .row.continue > .col:last-child:after, #CONTACT .step > .row:not(:last-child):after,
  #CONTACT .step-h .col:not(:last-child):after,
  #CONTACT .step-h .row.continue > .col:last-child:after, #FAQ .step > .row:not(:last-child):after,
  #FAQ .step-h .col:not(:last-child):after,
  #FAQ .step-h .row.continue > .col:last-child:after, #PHILOSOPHY .step > .row:not(:last-child):after,
  #PHILOSOPHY .step-h .col:not(:last-child):after,
  #PHILOSOPHY .step-h .row.continue > .col:last-child:after, #POLICY .step > .row:not(:last-child):after,
  #POLICY .step-h .col:not(:last-child):after,
  #POLICY .step-h .row.continue > .col:last-child:after, #RICE .step > .row:not(:last-child):after,
  #RICE .step-h .col:not(:last-child):after,
  #RICE .step-h .row.continue > .col:last-child:after, #SHOP .step > .row:not(:last-child):after,
  #SHOP .step-h .col:not(:last-child):after,
  #SHOP .step-h .row.continue > .col:last-child:after {
    padding-top: 20%;
  }
  #COMPANY .step-h .row.continue, #CONTACT .step-h .row.continue, #FAQ .step-h .row.continue, #PHILOSOPHY .step-h .row.continue, #POLICY .step-h .row.continue, #RICE .step-h .row.continue, #SHOP .step-h .row.continue {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  #COMPANY .step > .row, #CONTACT .step > .row, #FAQ .step > .row, #PHILOSOPHY .step > .row, #POLICY .step > .row, #RICE .step > .row, #SHOP .step > .row {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 2em;
  }
  #COMPANY .step > .row > .col, #CONTACT .step > .row > .col, #FAQ .step > .row > .col, #PHILOSOPHY .step > .row > .col, #POLICY .step > .row > .col, #RICE .step > .row > .col, #SHOP .step > .row > .col {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  #COMPANY .step > .row > .col:not(:first-child), #CONTACT .step > .row > .col:not(:first-child), #FAQ .step > .row > .col:not(:first-child), #PHILOSOPHY .step > .row > .col:not(:first-child), #POLICY .step > .row > .col:not(:first-child), #RICE .step > .row > .col:not(:first-child), #SHOP .step > .row > .col:not(:first-child) {
    padding-left: 2%;
  }
  #COMPANY .step > .row:not(:last-child), #CONTACT .step > .row:not(:last-child), #FAQ .step > .row:not(:last-child), #PHILOSOPHY .step > .row:not(:last-child), #POLICY .step > .row:not(:last-child), #RICE .step > .row:not(:last-child), #SHOP .step > .row:not(:last-child) {
    margin-bottom: 80px;
  }
  #COMPANY .step > .row:not(:last-child):after, #CONTACT .step > .row:not(:last-child):after, #FAQ .step > .row:not(:last-child):after, #PHILOSOPHY .step > .row:not(:last-child):after, #POLICY .step > .row:not(:last-child):after, #RICE .step > .row:not(:last-child):after, #SHOP .step > .row:not(:last-child):after {
    top: 100%;
    padding-top: 60px;
    margin: 10px 0;
  }
  #COMPANY .step > .row:not(:last-child):after,
  #COMPANY .step-h .col:not(:last-child):after,
  #COMPANY .step-h .row.continue > .col:last-child:after, #CONTACT .step > .row:not(:last-child):after,
  #CONTACT .step-h .col:not(:last-child):after,
  #CONTACT .step-h .row.continue > .col:last-child:after, #FAQ .step > .row:not(:last-child):after,
  #FAQ .step-h .col:not(:last-child):after,
  #FAQ .step-h .row.continue > .col:last-child:after, #PHILOSOPHY .step > .row:not(:last-child):after,
  #PHILOSOPHY .step-h .col:not(:last-child):after,
  #PHILOSOPHY .step-h .row.continue > .col:last-child:after, #POLICY .step > .row:not(:last-child):after,
  #POLICY .step-h .col:not(:last-child):after,
  #POLICY .step-h .row.continue > .col:last-child:after, #RICE .step > .row:not(:last-child):after,
  #RICE .step-h .col:not(:last-child):after,
  #RICE .step-h .row.continue > .col:last-child:after, #SHOP .step > .row:not(:last-child):after,
  #SHOP .step-h .col:not(:last-child):after,
  #SHOP .step-h .row.continue > .col:last-child:after {
    background-size: auto 100%;
  }
  #COMPANY .step-h.gutters .col, #CONTACT .step-h.gutters .col, #FAQ .step-h.gutters .col, #PHILOSOPHY .step-h.gutters .col, #POLICY .step-h.gutters .col, #RICE .step-h.gutters .col, #SHOP .step-h.gutters .col {
    margin: 0;
  }
  #COMPANY .step-h .col, #CONTACT .step-h .col, #FAQ .step-h .col, #PHILOSOPHY .step-h .col, #POLICY .step-h .col, #RICE .step-h .col, #SHOP .step-h .col {
    padding: 0;
    background: none;
  }
  #COMPANY .step-h .col:not(:last-child), #CONTACT .step-h .col:not(:last-child), #FAQ .step-h .col:not(:last-child), #PHILOSOPHY .step-h .col:not(:last-child), #POLICY .step-h .col:not(:last-child), #RICE .step-h .col:not(:last-child), #SHOP .step-h .col:not(:last-child) {
    position: relative;
    margin-right: 4%;
  }
  #COMPANY .step-h .col:not(:last-child):after, #CONTACT .step-h .col:not(:last-child):after, #FAQ .step-h .col:not(:last-child):after, #PHILOSOPHY .step-h .col:not(:last-child):after, #POLICY .step-h .col:not(:last-child):after, #RICE .step-h .col:not(:last-child):after, #SHOP .step-h .col:not(:last-child):after {
    display: none;
  }
  #COMPANY .step-h .col:not(:last-child) figure span, #CONTACT .step-h .col:not(:last-child) figure span, #FAQ .step-h .col:not(:last-child) figure span, #PHILOSOPHY .step-h .col:not(:last-child) figure span, #POLICY .step-h .col:not(:last-child) figure span, #RICE .step-h .col:not(:last-child) figure span, #SHOP .step-h .col:not(:last-child) figure span {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  #COMPANY .step-h .col:not(:last-child) figure span:after, #CONTACT .step-h .col:not(:last-child) figure span:after, #FAQ .step-h .col:not(:last-child) figure span:after, #PHILOSOPHY .step-h .col:not(:last-child) figure span:after, #POLICY .step-h .col:not(:last-child) figure span:after, #RICE .step-h .col:not(:last-child) figure span:after, #SHOP .step-h .col:not(:last-child) figure span:after {
    content: '';
    display: block;
    width: 28px;
    height: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    background: url("/wp-content/uploads/arrow_right.svg") center center no-repeat;
    background-size: contain;
  }
  #COMPANY .step-h .span_3, #CONTACT .step-h .span_3, #FAQ .step-h .span_3, #PHILOSOPHY .step-h .span_3, #POLICY .step-h .span_3, #RICE .step-h .span_3, #SHOP .step-h .span_3 {
    width: 22%;
  }
  #COMPANY .step-h .span_4, #CONTACT .step-h .span_4, #FAQ .step-h .span_4, #PHILOSOPHY .step-h .span_4, #POLICY .step-h .span_4, #RICE .step-h .span_4, #SHOP .step-h .span_4 {
    width: 30.66666666%;
  }
  #COMPANY .step-h .span_6, #CONTACT .step-h .span_6, #FAQ .step-h .span_6, #PHILOSOPHY .step-h .span_6, #POLICY .step-h .span_6, #RICE .step-h .span_6, #SHOP .step-h .span_6 {
    width: 48%;
  }
}

@media (min-width: 1024px) {
  #COMPANY .step-h .col:not(:last-child) figure span:after, #CONTACT .step-h .col:not(:last-child) figure span:after, #FAQ .step-h .col:not(:last-child) figure span:after, #PHILOSOPHY .step-h .col:not(:last-child) figure span:after, #POLICY .step-h .col:not(:last-child) figure span:after, #RICE .step-h .col:not(:last-child) figure span:after, #SHOP .step-h .col:not(:last-child) figure span:after {
    right: -34px;
  }
}

#COMPANY .tab_module .tab_nav, #CONTACT .tab_module .tab_nav, #FAQ .tab_module .tab_nav, #PHILOSOPHY .tab_module .tab_nav, #POLICY .tab_module .tab_nav, #RICE .tab_module .tab_nav, #SHOP .tab_module .tab_nav {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  border-bottom: 1px solid #67B59B;
}

#COMPANY .tab_module .tab_nav li, #CONTACT .tab_module .tab_nav li, #FAQ .tab_module .tab_nav li, #PHILOSOPHY .tab_module .tab_nav li, #POLICY .tab_module .tab_nav li, #RICE .tab_module .tab_nav li, #SHOP .tab_module .tab_nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 2%;
  border: 1px solid #67B59B;
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  color: #67B59B;
  word-break: break-all;
  line-height: 1.4;
  cursor: pointer;
  transition: .2s;
}

#COMPANY .tab_module .tab_nav li:is(.active, :hover), #CONTACT .tab_module .tab_nav li:is(.active, :hover), #FAQ .tab_module .tab_nav li:is(.active, :hover), #PHILOSOPHY .tab_module .tab_nav li:is(.active, :hover), #POLICY .tab_module .tab_nav li:is(.active, :hover), #RICE .tab_module .tab_nav li:is(.active, :hover), #SHOP .tab_module .tab_nav li:is(.active, :hover) {
  background: #67B59B;
  color: #fff;
}

#COMPANY .tab_module .tab_content:not(.show), #CONTACT .tab_module .tab_content:not(.show), #FAQ .tab_module .tab_content:not(.show), #PHILOSOPHY .tab_module .tab_content:not(.show), #POLICY .tab_module .tab_content:not(.show), #RICE .tab_module .tab_content:not(.show), #SHOP .tab_module .tab_content:not(.show) {
  display: none;
}

@media (min-width: 768px) {
  #COMPANY .tab_module_1 .tab_nav_1 li, #CONTACT .tab_module_1 .tab_nav_1 li, #FAQ .tab_module_1 .tab_nav_1 li, #PHILOSOPHY .tab_module_1 .tab_nav_1 li, #POLICY .tab_module_1 .tab_nav_1 li, #RICE .tab_module_1 .tab_nav_1 li, #SHOP .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (5 - 1)*10px)/5);
  }
  #COMPANY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #CONTACT .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #FAQ .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #PHILOSOPHY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #POLICY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #RICE .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child), #SHOP .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child) {
    position: relative;
  }
  #COMPANY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #CONTACT .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #FAQ .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #PHILOSOPHY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #POLICY .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #RICE .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before, #SHOP .tab_module_1 .tab_nav_1 li:nth-child(5n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #67B59B;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

@media (max-width: 767px) {
  #COMPANY .tab_module_1 .tab_nav_1 li, #CONTACT .tab_module_1 .tab_nav_1 li, #FAQ .tab_module_1 .tab_nav_1 li, #PHILOSOPHY .tab_module_1 .tab_nav_1 li, #POLICY .tab_module_1 .tab_nav_1 li, #RICE .tab_module_1 .tab_nav_1 li, #SHOP .tab_module_1 .tab_nav_1 li {
    width: calc((100% - (2 - 1)*10px)/2);
  }
  #COMPANY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #CONTACT .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #FAQ .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #PHILOSOPHY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #POLICY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #RICE .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child), #SHOP .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child) {
    position: relative;
  }
  #COMPANY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #CONTACT .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #FAQ .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #PHILOSOPHY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #POLICY .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #RICE .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before, #SHOP .tab_module_1 .tab_nav_1 li:nth-child(2n):not(:last-child):before {
    content: '';
    width: 100vw;
    height: 1px;
    background: #67B59B;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

#COMPANY table, #CONTACT table, #FAQ table, #PHILOSOPHY table, #POLICY table, #RICE table, #SHOP table {
  margin: 0 auto;
}

#COMPANY table td,
#COMPANY table th, #CONTACT table td,
#CONTACT table th, #FAQ table td,
#FAQ table th, #PHILOSOPHY table td,
#PHILOSOPHY table th, #POLICY table td,
#POLICY table th, #RICE table td,
#RICE table th, #SHOP table td,
#SHOP table th {
  word-break: break-all;
  padding: 0.7em 1em;
}

@media (max-width: 767px) {
  #COMPANY table td,
  #COMPANY table th, #CONTACT table td,
  #CONTACT table th, #FAQ table td,
  #FAQ table th, #PHILOSOPHY table td,
  #PHILOSOPHY table th, #POLICY table td,
  #POLICY table th, #RICE table td,
  #RICE table th, #SHOP table td,
  #SHOP table th {
    padding: 0.7em .3em;
  }
}

#COMPANY table th, #CONTACT table th, #FAQ table th, #PHILOSOPHY table th, #POLICY table th, #RICE table th, #SHOP table th {
  text-align: center;
  font-weight: normal;
}

#COMPANY .table-default, #CONTACT .table-default, #FAQ .table-default, #PHILOSOPHY .table-default, #POLICY .table-default, #RICE .table-default, #SHOP .table-default {
  width: 100%;
}

#COMPANY .table-default caption, #CONTACT .table-default caption, #FAQ .table-default caption, #PHILOSOPHY .table-default caption, #POLICY .table-default caption, #RICE .table-default caption, #SHOP .table-default caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .table-default td,
#COMPANY .table-default th, #CONTACT .table-default td,
#CONTACT .table-default th, #FAQ .table-default td,
#FAQ .table-default th, #PHILOSOPHY .table-default td,
#PHILOSOPHY .table-default th, #POLICY .table-default td,
#POLICY .table-default th, #RICE .table-default td,
#RICE .table-default th, #SHOP .table-default td,
#SHOP .table-default th {
  border: 1px solid #67B59B;
}

#COMPANY .table-default th, #CONTACT .table-default th, #FAQ .table-default th, #PHILOSOPHY .table-default th, #POLICY .table-default th, #RICE .table-default th, #SHOP .table-default th {
  background: #67B59Bcc;
  color: #fff;
}

#COMPANY .table-default td, #CONTACT .table-default td, #FAQ .table-default td, #PHILOSOPHY .table-default td, #POLICY .table-default td, #RICE .table-default td, #SHOP .table-default td {
  background: transparent;
}

#COMPANY .table-menu, #CONTACT .table-menu, #FAQ .table-menu, #PHILOSOPHY .table-menu, #POLICY .table-menu, #RICE .table-menu, #SHOP .table-menu {
  width: 100%;
}

#COMPANY .table-menu caption, #CONTACT .table-menu caption, #FAQ .table-menu caption, #PHILOSOPHY .table-menu caption, #POLICY .table-menu caption, #RICE .table-menu caption, #SHOP .table-menu caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .table-menu td,
#COMPANY .table-menu th, #CONTACT .table-menu td,
#CONTACT .table-menu th, #FAQ .table-menu td,
#FAQ .table-menu th, #PHILOSOPHY .table-menu td,
#PHILOSOPHY .table-menu th, #POLICY .table-menu td,
#POLICY .table-menu th, #RICE .table-menu td,
#RICE .table-menu th, #SHOP .table-menu td,
#SHOP .table-menu th {
  padding: 0.7em 1em;
  border-top: 1px solid #67B59B;
  border-bottom: 1px solid #67B59B;
}

@media (max-width: 767px) {
  #COMPANY .table-menu td,
  #COMPANY .table-menu th, #CONTACT .table-menu td,
  #CONTACT .table-menu th, #FAQ .table-menu td,
  #FAQ .table-menu th, #PHILOSOPHY .table-menu td,
  #PHILOSOPHY .table-menu th, #POLICY .table-menu td,
  #POLICY .table-menu th, #RICE .table-menu td,
  #RICE .table-menu th, #SHOP .table-menu td,
  #SHOP .table-menu th {
    padding: 0.7em .3em;
  }
}

#COMPANY .table-menu tbody th, #CONTACT .table-menu tbody th, #FAQ .table-menu tbody th, #PHILOSOPHY .table-menu tbody th, #POLICY .table-menu tbody th, #RICE .table-menu tbody th, #SHOP .table-menu tbody th {
  text-align: left;
}

#COMPANY .table-menu td:last-child, #CONTACT .table-menu td:last-child, #FAQ .table-menu td:last-child, #PHILOSOPHY .table-menu td:last-child, #POLICY .table-menu td:last-child, #RICE .table-menu td:last-child, #SHOP .table-menu td:last-child {
  text-align: right;
  white-space: nowrap;
}

#COMPANY .table-schedule, #CONTACT .table-schedule, #FAQ .table-schedule, #PHILOSOPHY .table-schedule, #POLICY .table-schedule, #RICE .table-schedule, #SHOP .table-schedule {
  width: 100%;
}

#COMPANY .table-schedule caption, #CONTACT .table-schedule caption, #FAQ .table-schedule caption, #PHILOSOPHY .table-schedule caption, #POLICY .table-schedule caption, #RICE .table-schedule caption, #SHOP .table-schedule caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .table-schedule td,
#COMPANY .table-schedule th, #CONTACT .table-schedule td,
#CONTACT .table-schedule th, #FAQ .table-schedule td,
#FAQ .table-schedule th, #PHILOSOPHY .table-schedule td,
#PHILOSOPHY .table-schedule th, #POLICY .table-schedule td,
#POLICY .table-schedule th, #RICE .table-schedule td,
#RICE .table-schedule th, #SHOP .table-schedule td,
#SHOP .table-schedule th {
  border: 1px solid #67B59B;
  padding: 0.7em 1em;
  text-align: center;
}

@media (max-width: 767px) {
  #COMPANY .table-schedule td,
  #COMPANY .table-schedule th, #CONTACT .table-schedule td,
  #CONTACT .table-schedule th, #FAQ .table-schedule td,
  #FAQ .table-schedule th, #PHILOSOPHY .table-schedule td,
  #PHILOSOPHY .table-schedule th, #POLICY .table-schedule td,
  #POLICY .table-schedule th, #RICE .table-schedule td,
  #RICE .table-schedule th, #SHOP .table-schedule td,
  #SHOP .table-schedule th {
    padding: 0.7em .3em;
  }
}

#COMPANY .table-schedule thead th, #CONTACT .table-schedule thead th, #FAQ .table-schedule thead th, #PHILOSOPHY .table-schedule thead th, #POLICY .table-schedule thead th, #RICE .table-schedule thead th, #SHOP .table-schedule thead th {
  background: rgba(48, 80, 8, 0.7);
  color: #fff;
}

#COMPANY .table-schedule tbody th, #CONTACT .table-schedule tbody th, #FAQ .table-schedule tbody th, #PHILOSOPHY .table-schedule tbody th, #POLICY .table-schedule tbody th, #RICE .table-schedule tbody th, #SHOP .table-schedule tbody th {
  background: transparent;
}

#COMPANY .table-schedule td, #CONTACT .table-schedule td, #FAQ .table-schedule td, #PHILOSOPHY .table-schedule td, #POLICY .table-schedule td, #RICE .table-schedule td, #SHOP .table-schedule td {
  background: transparent;
}

#COMPANY .table-summary, #CONTACT .table-summary, #FAQ .table-summary, #PHILOSOPHY .table-summary, #POLICY .table-summary, #RICE .table-summary, #SHOP .table-summary {
  border-top: 1px solid #67B59B;
  width: 100%;
}

#COMPANY .table-summary caption, #CONTACT .table-summary caption, #FAQ .table-summary caption, #PHILOSOPHY .table-summary caption, #POLICY .table-summary caption, #RICE .table-summary caption, #SHOP .table-summary caption {
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .table-summary td,
#COMPANY .table-summary th, #CONTACT .table-summary td,
#CONTACT .table-summary th, #FAQ .table-summary td,
#FAQ .table-summary th, #PHILOSOPHY .table-summary td,
#PHILOSOPHY .table-summary th, #POLICY .table-summary td,
#POLICY .table-summary th, #RICE .table-summary td,
#RICE .table-summary th, #SHOP .table-summary td,
#SHOP .table-summary th {
  padding: 1em;
  border-bottom: 1px solid #67B59B;
}

#COMPANY .table-summary th, #CONTACT .table-summary th, #FAQ .table-summary th, #PHILOSOPHY .table-summary th, #POLICY .table-summary th, #RICE .table-summary th, #SHOP .table-summary th {
  text-align: left;
  font-weight: normal;
  width: 20%;
}

@media (max-width: 767px) {
  #COMPANY .responsive-stack, #CONTACT .responsive-stack, #FAQ .responsive-stack, #PHILOSOPHY .responsive-stack, #POLICY .responsive-stack, #RICE .responsive-stack, #SHOP .responsive-stack {
    display: block;
  }
  #COMPANY .responsive-stack thead, #CONTACT .responsive-stack thead, #FAQ .responsive-stack thead, #PHILOSOPHY .responsive-stack thead, #POLICY .responsive-stack thead, #RICE .responsive-stack thead, #SHOP .responsive-stack thead {
    display: none;
  }
  #COMPANY .responsive-stack tbody,
  #COMPANY .responsive-stack td,
  #COMPANY .responsive-stack th,
  #COMPANY .responsive-stack tr, #CONTACT .responsive-stack tbody,
  #CONTACT .responsive-stack td,
  #CONTACT .responsive-stack th,
  #CONTACT .responsive-stack tr, #FAQ .responsive-stack tbody,
  #FAQ .responsive-stack td,
  #FAQ .responsive-stack th,
  #FAQ .responsive-stack tr, #PHILOSOPHY .responsive-stack tbody,
  #PHILOSOPHY .responsive-stack td,
  #PHILOSOPHY .responsive-stack th,
  #PHILOSOPHY .responsive-stack tr, #POLICY .responsive-stack tbody,
  #POLICY .responsive-stack td,
  #POLICY .responsive-stack th,
  #POLICY .responsive-stack tr, #RICE .responsive-stack tbody,
  #RICE .responsive-stack td,
  #RICE .responsive-stack th,
  #RICE .responsive-stack tr, #SHOP .responsive-stack tbody,
  #SHOP .responsive-stack td,
  #SHOP .responsive-stack th,
  #SHOP .responsive-stack tr {
    display: block;
  }
  #COMPANY .responsive-stack td,
  #COMPANY .responsive-stack th, #CONTACT .responsive-stack td,
  #CONTACT .responsive-stack th, #FAQ .responsive-stack td,
  #FAQ .responsive-stack th, #PHILOSOPHY .responsive-stack td,
  #PHILOSOPHY .responsive-stack th, #POLICY .responsive-stack td,
  #POLICY .responsive-stack th, #RICE .responsive-stack td,
  #RICE .responsive-stack th, #SHOP .responsive-stack td,
  #SHOP .responsive-stack th {
    width: 100% !important;
  }
  #COMPANY .responsive-stack tr:not(:last-child) td,
  #COMPANY .responsive-stack tr:not(:last-child) th, #CONTACT .responsive-stack tr:not(:last-child) td,
  #CONTACT .responsive-stack tr:not(:last-child) th, #FAQ .responsive-stack tr:not(:last-child) td,
  #FAQ .responsive-stack tr:not(:last-child) th, #PHILOSOPHY .responsive-stack tr:not(:last-child) td,
  #PHILOSOPHY .responsive-stack tr:not(:last-child) th, #POLICY .responsive-stack tr:not(:last-child) td,
  #POLICY .responsive-stack tr:not(:last-child) th, #RICE .responsive-stack tr:not(:last-child) td,
  #RICE .responsive-stack tr:not(:last-child) th, #SHOP .responsive-stack tr:not(:last-child) td,
  #SHOP .responsive-stack tr:not(:last-child) th {
    border-bottom: 0;
  }
  #COMPANY .responsive-stack tr:last-child :not(:last-child), #CONTACT .responsive-stack tr:last-child :not(:last-child), #FAQ .responsive-stack tr:last-child :not(:last-child), #PHILOSOPHY .responsive-stack tr:last-child :not(:last-child), #POLICY .responsive-stack tr:last-child :not(:last-child), #RICE .responsive-stack tr:last-child :not(:last-child), #SHOP .responsive-stack tr:last-child :not(:last-child) {
    border-bottom: 0;
  }
}

@media (max-width: 767px) {
  #COMPANY .responsive-list, #CONTACT .responsive-list, #FAQ .responsive-list, #PHILOSOPHY .responsive-list, #POLICY .responsive-list, #RICE .responsive-list, #SHOP .responsive-list {
    display: block;
  }
  #COMPANY .responsive-list thead, #CONTACT .responsive-list thead, #FAQ .responsive-list thead, #PHILOSOPHY .responsive-list thead, #POLICY .responsive-list thead, #RICE .responsive-list thead, #SHOP .responsive-list thead {
    display: none;
  }
  #COMPANY .responsive-list tbody,
  #COMPANY .responsive-list td,
  #COMPANY .responsive-list th,
  #COMPANY .responsive-list tr, #CONTACT .responsive-list tbody,
  #CONTACT .responsive-list td,
  #CONTACT .responsive-list th,
  #CONTACT .responsive-list tr, #FAQ .responsive-list tbody,
  #FAQ .responsive-list td,
  #FAQ .responsive-list th,
  #FAQ .responsive-list tr, #PHILOSOPHY .responsive-list tbody,
  #PHILOSOPHY .responsive-list td,
  #PHILOSOPHY .responsive-list th,
  #PHILOSOPHY .responsive-list tr, #POLICY .responsive-list tbody,
  #POLICY .responsive-list td,
  #POLICY .responsive-list th,
  #POLICY .responsive-list tr, #RICE .responsive-list tbody,
  #RICE .responsive-list td,
  #RICE .responsive-list th,
  #RICE .responsive-list tr, #SHOP .responsive-list tbody,
  #SHOP .responsive-list td,
  #SHOP .responsive-list th,
  #SHOP .responsive-list tr {
    display: block;
  }
  #COMPANY .responsive-list tr:not(:last-child) td, #CONTACT .responsive-list tr:not(:last-child) td, #FAQ .responsive-list tr:not(:last-child) td, #PHILOSOPHY .responsive-list tr:not(:last-child) td, #POLICY .responsive-list tr:not(:last-child) td, #RICE .responsive-list tr:not(:last-child) td, #SHOP .responsive-list tr:not(:last-child) td {
    border-bottom: 0;
  }
  #COMPANY .responsive-list td, #CONTACT .responsive-list td, #FAQ .responsive-list td, #PHILOSOPHY .responsive-list td, #POLICY .responsive-list td, #RICE .responsive-list td, #SHOP .responsive-list td {
    position: relative;
    padding-left: 40%;
    white-space: normal;
    text-align: left;
  }
  #COMPANY .responsive-list td:first-child, #CONTACT .responsive-list td:first-child, #FAQ .responsive-list td:first-child, #PHILOSOPHY .responsive-list td:first-child, #POLICY .responsive-list td:first-child, #RICE .responsive-list td:first-child, #SHOP .responsive-list td:first-child {
    border-bottom: 0;
  }
  #COMPANY .responsive-list td:last-child, #CONTACT .responsive-list td:last-child, #FAQ .responsive-list td:last-child, #PHILOSOPHY .responsive-list td:last-child, #POLICY .responsive-list td:last-child, #RICE .responsive-list td:last-child, #SHOP .responsive-list td:last-child {
    border-top: 0;
  }
  #COMPANY .responsive-list td:not(:first-child):not(:last-child), #CONTACT .responsive-list td:not(:first-child):not(:last-child), #FAQ .responsive-list td:not(:first-child):not(:last-child), #PHILOSOPHY .responsive-list td:not(:first-child):not(:last-child), #POLICY .responsive-list td:not(:first-child):not(:last-child), #RICE .responsive-list td:not(:first-child):not(:last-child), #SHOP .responsive-list td:not(:first-child):not(:last-child) {
    border-top: 0;
    border-bottom: 0;
  }
  #COMPANY .responsive-list td:before, #CONTACT .responsive-list td:before, #FAQ .responsive-list td:before, #PHILOSOPHY .responsive-list td:before, #POLICY .responsive-list td:before, #RICE .responsive-list td:before, #SHOP .responsive-list td:before {
    content: attr(data-title);
    position: absolute;
    top: 6px;
    left: 6px;
    width: 35%;
    padding-right: 10px;
    white-space: normal;
    text-align: left;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  #COMPANY .responsive-scroll-container, #CONTACT .responsive-scroll-container, #FAQ .responsive-scroll-container, #PHILOSOPHY .responsive-scroll-container, #POLICY .responsive-scroll-container, #RICE .responsive-scroll-container, #SHOP .responsive-scroll-container {
    display: block;
    width: 100%;
    min-height: 0.01%;
    overflow-x: scroll;
  }
  #COMPANY .responsive-scroll-container .responsive-scroll-inner, #CONTACT .responsive-scroll-container .responsive-scroll-inner, #FAQ .responsive-scroll-container .responsive-scroll-inner, #PHILOSOPHY .responsive-scroll-container .responsive-scroll-inner, #POLICY .responsive-scroll-container .responsive-scroll-inner, #RICE .responsive-scroll-container .responsive-scroll-inner, #SHOP .responsive-scroll-container .responsive-scroll-inner {
    width: 798px;
  }
  #COMPANY .responsive-scroll-container table, #CONTACT .responsive-scroll-container table, #FAQ .responsive-scroll-container table, #PHILOSOPHY .responsive-scroll-container table, #POLICY .responsive-scroll-container table, #RICE .responsive-scroll-container table, #SHOP .responsive-scroll-container table {
    width: 768px;
    margin: 0;
  }
}

#COMPANY h1:not(.title), #CONTACT h1:not(.title), #FAQ h1:not(.title), #PHILOSOPHY h1:not(.title), #POLICY h1:not(.title), #RICE h1:not(.title), #SHOP h1:not(.title) {
  position: relative;
  background: #67B59B;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 .5em;
  padding: .8em .5em;
}

@media (max-width: 767px) {
  #COMPANY h1:not(.title), #CONTACT h1:not(.title), #FAQ h1:not(.title), #PHILOSOPHY h1:not(.title), #POLICY h1:not(.title), #RICE h1:not(.title), #SHOP h1:not(.title) {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 1em .5em;
  }
}

#COMPANY h2, #CONTACT h2, #FAQ h2, #PHILOSOPHY h2, #POLICY h2, #RICE h2, #SHOP h2 {
  position: relative;
  display: block;
  color: #333;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 0.8em;
  border: 0;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  #COMPANY h2, #CONTACT h2, #FAQ h2, #PHILOSOPHY h2, #POLICY h2, #RICE h2, #SHOP h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}

#COMPANY h3, #CONTACT h3, #FAQ h3, #PHILOSOPHY h3, #POLICY h3, #RICE h3, #SHOP h3 {
  position: relative;
  color: #333;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  margin: 0 0 0.5em;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 767px) {
  #COMPANY h3, #CONTACT h3, #FAQ h3, #PHILOSOPHY h3, #POLICY h3, #RICE h3, #SHOP h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#COMPANY h4, #CONTACT h4, #FAQ h4, #PHILOSOPHY h4, #POLICY h4, #RICE h4, #SHOP h4 {
  position: relative;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0.5em;
  padding-left: 1em;
}

@media (max-width: 767px) {
  #COMPANY h4, #CONTACT h4, #FAQ h4, #PHILOSOPHY h4, #POLICY h4, #RICE h4, #SHOP h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#COMPANY .widget_wrap .widget_header, #CONTACT .widget_wrap .widget_header, #FAQ .widget_wrap .widget_header, #PHILOSOPHY .widget_wrap .widget_header, #POLICY .widget_wrap .widget_header, #RICE .widget_wrap .widget_header, #SHOP .widget_wrap .widget_header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1b1b1b;
  padding: 0.7em 0 0.7em 1em;
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .widget_wrap .widget_header a, #CONTACT .widget_wrap .widget_header a, #FAQ .widget_wrap .widget_header a, #PHILOSOPHY .widget_wrap .widget_header a, #POLICY .widget_wrap .widget_header a, #RICE .widget_wrap .widget_header a, #SHOP .widget_wrap .widget_header a {
  text-decoration: none;
}

#COMPANY .widget_wrap .widget_header a:hover, #CONTACT .widget_wrap .widget_header a:hover, #FAQ .widget_wrap .widget_header a:hover, #PHILOSOPHY .widget_wrap .widget_header a:hover, #POLICY .widget_wrap .widget_header a:hover, #RICE .widget_wrap .widget_header a:hover, #SHOP .widget_wrap .widget_header a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  #COMPANY .widget_wrap .widget_header, #CONTACT .widget_wrap .widget_header, #FAQ .widget_wrap .widget_header, #PHILOSOPHY .widget_wrap .widget_header, #POLICY .widget_wrap .widget_header, #RICE .widget_wrap .widget_header, #SHOP .widget_wrap .widget_header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#COMPANY .main_visual, #CONTACT .main_visual, #FAQ .main_visual, #PHILOSOPHY .main_visual, #POLICY .main_visual, #RICE .main_visual, #SHOP .main_visual {
  position: relative;
  table-layout: fixed;
}

#COMPANY .main_visual .main_visual_slick,
#COMPANY .main_visual .slick-track, #CONTACT .main_visual .main_visual_slick,
#CONTACT .main_visual .slick-track, #FAQ .main_visual .main_visual_slick,
#FAQ .main_visual .slick-track, #PHILOSOPHY .main_visual .main_visual_slick,
#PHILOSOPHY .main_visual .slick-track, #POLICY .main_visual .main_visual_slick,
#POLICY .main_visual .slick-track, #RICE .main_visual .main_visual_slick,
#RICE .main_visual .slick-track, #SHOP .main_visual .main_visual_slick,
#SHOP .main_visual .slick-track {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100% !important;
}

#COMPANY .main_visual .slick-track, #CONTACT .main_visual .slick-track, #FAQ .main_visual .slick-track, #PHILOSOPHY .main_visual .slick-track, #POLICY .main_visual .slick-track, #RICE .main_visual .slick-track, #SHOP .main_visual .slick-track {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

#COMPANY .main_visual .slick-list, #CONTACT .main_visual .slick-list, #FAQ .main_visual .slick-list, #PHILOSOPHY .main_visual .slick-list, #POLICY .main_visual .slick-list, #RICE .main_visual .slick-list, #SHOP .main_visual .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
}

#COMPANY .main_visual .main_visual_slick, #CONTACT .main_visual .main_visual_slick, #FAQ .main_visual .main_visual_slick, #PHILOSOPHY .main_visual .main_visual_slick, #POLICY .main_visual .main_visual_slick, #RICE .main_visual .main_visual_slick, #SHOP .main_visual .main_visual_slick {
  position: relative;
  margin: 0 auto;
}

#COMPANY .main_visual .main_visual_slick li:not([id^="slick-slide"]), #CONTACT .main_visual .main_visual_slick li:not([id^="slick-slide"]), #FAQ .main_visual .main_visual_slick li:not([id^="slick-slide"]), #PHILOSOPHY .main_visual .main_visual_slick li:not([id^="slick-slide"]), #POLICY .main_visual .main_visual_slick li:not([id^="slick-slide"]), #RICE .main_visual .main_visual_slick li:not([id^="slick-slide"]), #SHOP .main_visual .main_visual_slick li:not([id^="slick-slide"]) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}

#COMPANY .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #CONTACT .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #FAQ .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #PHILOSOPHY .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #POLICY .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #RICE .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active), #SHOP .main_visual .main_visual_slick li:not([id^="slick-slide"]):not(.slick-active) {
  transition-delay: 0.5s !important;
}

#COMPANY .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #CONTACT .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #FAQ .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #PHILOSOPHY .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #POLICY .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #RICE .main_visual .main_visual_slick li:not([id^="slick-slide"]) img, #SHOP .main_visual .main_visual_slick li:not([id^="slick-slide"]) img {
  position: absolute;
  left: -300%;
  right: -300%;
  margin: auto;
  top: 0;
  height: 100%;
}

#COMPANY .main_visual .main_visual_copy, #CONTACT .main_visual .main_visual_copy, #FAQ .main_visual .main_visual_copy, #PHILOSOPHY .main_visual .main_visual_copy, #POLICY .main_visual .main_visual_copy, #RICE .main_visual .main_visual_copy, #SHOP .main_visual .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

#COMPANY .main_visual .main_visual_copy > li, #CONTACT .main_visual .main_visual_copy > li, #FAQ .main_visual .main_visual_copy > li, #PHILOSOPHY .main_visual .main_visual_copy > li, #POLICY .main_visual .main_visual_copy > li, #RICE .main_visual .main_visual_copy > li, #SHOP .main_visual .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#COMPANY .main_visual .main_visual_copy > li img, #CONTACT .main_visual .main_visual_copy > li img, #FAQ .main_visual .main_visual_copy > li img, #PHILOSOPHY .main_visual .main_visual_copy > li img, #POLICY .main_visual .main_visual_copy > li img, #RICE .main_visual .main_visual_copy > li img, #SHOP .main_visual .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 46.66667%;
  max-width: 560px;
  max-height: 560px;
  z-index: 52;
}

#COMPANY .main_visual .main_visual_arrow, #CONTACT .main_visual .main_visual_arrow, #FAQ .main_visual .main_visual_arrow, #PHILOSOPHY .main_visual .main_visual_arrow, #POLICY .main_visual .main_visual_arrow, #RICE .main_visual .main_visual_arrow, #SHOP .main_visual .main_visual_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  z-index: 53;
}

#COMPANY .main_visual .main_visual_arrow .slick-prev, #CONTACT .main_visual .main_visual_arrow .slick-prev, #FAQ .main_visual .main_visual_arrow .slick-prev, #PHILOSOPHY .main_visual .main_visual_arrow .slick-prev, #POLICY .main_visual .main_visual_arrow .slick-prev, #RICE .main_visual .main_visual_arrow .slick-prev, #SHOP .main_visual .main_visual_arrow .slick-prev {
  left: 25px;
}

#COMPANY .main_visual .main_visual_arrow .slick-next, #CONTACT .main_visual .main_visual_arrow .slick-next, #FAQ .main_visual .main_visual_arrow .slick-next, #PHILOSOPHY .main_visual .main_visual_arrow .slick-next, #POLICY .main_visual .main_visual_arrow .slick-next, #RICE .main_visual .main_visual_arrow .slick-next, #SHOP .main_visual .main_visual_arrow .slick-next {
  right: 25px;
}

#COMPANY .main_visual .main_visual_arrow .slick-prev:before,
#COMPANY .main_visual .main_visual_arrow .slick-next:before, #CONTACT .main_visual .main_visual_arrow .slick-prev:before,
#CONTACT .main_visual .main_visual_arrow .slick-next:before, #FAQ .main_visual .main_visual_arrow .slick-prev:before,
#FAQ .main_visual .main_visual_arrow .slick-next:before, #PHILOSOPHY .main_visual .main_visual_arrow .slick-prev:before,
#PHILOSOPHY .main_visual .main_visual_arrow .slick-next:before, #POLICY .main_visual .main_visual_arrow .slick-prev:before,
#POLICY .main_visual .main_visual_arrow .slick-next:before, #RICE .main_visual .main_visual_arrow .slick-prev:before,
#RICE .main_visual .main_visual_arrow .slick-next:before, #SHOP .main_visual .main_visual_arrow .slick-prev:before,
#SHOP .main_visual .main_visual_arrow .slick-next:before {
  font-size: 30px;
  font-size: 3rem;
}

@media (max-width: 639px) {
  #COMPANY .main_visual .main_visual_arrow .slick-prev, #CONTACT .main_visual .main_visual_arrow .slick-prev, #FAQ .main_visual .main_visual_arrow .slick-prev, #PHILOSOPHY .main_visual .main_visual_arrow .slick-prev, #POLICY .main_visual .main_visual_arrow .slick-prev, #RICE .main_visual .main_visual_arrow .slick-prev, #SHOP .main_visual .main_visual_arrow .slick-prev {
    left: 10px;
  }
  #COMPANY .main_visual .main_visual_arrow .slick-next, #CONTACT .main_visual .main_visual_arrow .slick-next, #FAQ .main_visual .main_visual_arrow .slick-next, #PHILOSOPHY .main_visual .main_visual_arrow .slick-next, #POLICY .main_visual .main_visual_arrow .slick-next, #RICE .main_visual .main_visual_arrow .slick-next, #SHOP .main_visual .main_visual_arrow .slick-next {
    right: 10px;
  }
  #COMPANY .main_visual .main_visual_arrow .slick-prev:before,
  #COMPANY .main_visual .main_visual_arrow .slick-next:before, #CONTACT .main_visual .main_visual_arrow .slick-prev:before,
  #CONTACT .main_visual .main_visual_arrow .slick-next:before, #FAQ .main_visual .main_visual_arrow .slick-prev:before,
  #FAQ .main_visual .main_visual_arrow .slick-next:before, #PHILOSOPHY .main_visual .main_visual_arrow .slick-prev:before,
  #PHILOSOPHY .main_visual .main_visual_arrow .slick-next:before, #POLICY .main_visual .main_visual_arrow .slick-prev:before,
  #POLICY .main_visual .main_visual_arrow .slick-next:before, #RICE .main_visual .main_visual_arrow .slick-prev:before,
  #RICE .main_visual .main_visual_arrow .slick-next:before, #SHOP .main_visual .main_visual_arrow .slick-prev:before,
  #SHOP .main_visual .main_visual_arrow .slick-next:before {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media (max-width: 639px) {
  #COMPANY .main_visual .main_visual_copy > li img, #CONTACT .main_visual .main_visual_copy > li img, #FAQ .main_visual .main_visual_copy > li img, #PHILOSOPHY .main_visual .main_visual_copy > li img, #POLICY .main_visual .main_visual_copy > li img, #RICE .main_visual .main_visual_copy > li img, #SHOP .main_visual .main_visual_copy > li img {
    width: 90%;
  }
}

#COMPANY .main_visual .main_visual_slick, #CONTACT .main_visual .main_visual_slick, #FAQ .main_visual .main_visual_slick, #PHILOSOPHY .main_visual .main_visual_slick, #POLICY .main_visual .main_visual_slick, #RICE .main_visual .main_visual_slick, #SHOP .main_visual .main_visual_slick {
  padding-top: 62.5% !important;
}

@media (min-width: 1200px) {
  #COMPANY .main_visual .main_visual_slick, #CONTACT .main_visual .main_visual_slick, #FAQ .main_visual .main_visual_slick, #PHILOSOPHY .main_visual .main_visual_slick, #POLICY .main_visual .main_visual_slick, #RICE .main_visual .main_visual_slick, #SHOP .main_visual .main_visual_slick {
    padding-top: 0 !important;
    height: 750px !important;
  }
}

@media (min-width: 1920px) {
  #COMPANY .main_visual .main_visual_slick, #CONTACT .main_visual .main_visual_slick, #FAQ .main_visual .main_visual_slick, #PHILOSOPHY .main_visual .main_visual_slick, #POLICY .main_visual .main_visual_slick, #RICE .main_visual .main_visual_slick, #SHOP .main_visual .main_visual_slick {
    padding-top: 39.0625% !important;
  }
}

@media (max-width: 639px) {
  #COMPANY .main_visual .main_visual_slick, #CONTACT .main_visual .main_visual_slick, #FAQ .main_visual .main_visual_slick, #PHILOSOPHY .main_visual .main_visual_slick, #POLICY .main_visual .main_visual_slick, #RICE .main_visual .main_visual_slick, #SHOP .main_visual .main_visual_slick {
    padding-top: 109.375% !important;
  }
}

#COMPANY .slick-dots li button, #CONTACT .slick-dots li button, #FAQ .slick-dots li button, #PHILOSOPHY .slick-dots li button, #POLICY .slick-dots li button, #RICE .slick-dots li button, #SHOP .slick-dots li button {
  margin: 0 auto;
  background: #ccc;
}

#COMPANY .slick-dots li.slick-active button, #CONTACT .slick-dots li.slick-active button, #FAQ .slick-dots li.slick-active button, #PHILOSOPHY .slick-dots li.slick-active button, #POLICY .slick-dots li.slick-active button, #RICE .slick-dots li.slick-active button, #SHOP .slick-dots li.slick-active button {
  background: #67B59B;
}

#COMPANY .slide_scroll, #CONTACT .slide_scroll, #FAQ .slide_scroll, #PHILOSOPHY .slide_scroll, #POLICY .slide_scroll, #RICE .slide_scroll, #SHOP .slide_scroll {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 45px;
  background: url(/wp-content/uploads/icon_scroll.png) center bottom no-repeat;
  z-index: 55;
  color: #fff;
  text-decoration: none;
}

#COMPANY .slide_scroll:hover, #CONTACT .slide_scroll:hover, #FAQ .slide_scroll:hover, #PHILOSOPHY .slide_scroll:hover, #POLICY .slide_scroll:hover, #RICE .slide_scroll:hover, #SHOP .slide_scroll:hover {
  color: #fff;
}

#COMPANY .article_list, #CONTACT .article_list, #FAQ .article_list, #PHILOSOPHY .article_list, #POLICY .article_list, #RICE .article_list, #SHOP .article_list {
  padding: .5em;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) {
  #COMPANY .article_list, #CONTACT .article_list, #FAQ .article_list, #PHILOSOPHY .article_list, #POLICY .article_list, #RICE .article_list, #SHOP .article_list {
    padding: 1em;
  }
}

#COMPANY .article_list:nth-child(even), #CONTACT .article_list:nth-child(even), #FAQ .article_list:nth-child(even), #PHILOSOPHY .article_list:nth-child(even), #POLICY .article_list:nth-child(even), #RICE .article_list:nth-child(even), #SHOP .article_list:nth-child(even) {
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .article_list:before, #CONTACT .article_list:before, #FAQ .article_list:before, #PHILOSOPHY .article_list:before, #POLICY .article_list:before, #RICE .article_list:before, #SHOP .article_list:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  transform: translate(-10px, -10px) rotate(45deg);
  transition: .3s;
}

#COMPANY .article_list:hover:before, #CONTACT .article_list:hover:before, #FAQ .article_list:hover:before, #PHILOSOPHY .article_list:hover:before, #POLICY .article_list:hover:before, #RICE .article_list:hover:before, #SHOP .article_list:hover:before {
  background: #67B59B;
}

#COMPANY .article_list .case_arrow, #CONTACT .article_list .case_arrow, #FAQ .article_list .case_arrow, #PHILOSOPHY .article_list .case_arrow, #POLICY .article_list .case_arrow, #RICE .article_list .case_arrow, #SHOP .article_list .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  #COMPANY .article_list .case_arrow, #CONTACT .article_list .case_arrow, #FAQ .article_list .case_arrow, #PHILOSOPHY .article_list .case_arrow, #POLICY .article_list .case_arrow, #RICE .article_list .case_arrow, #SHOP .article_list .case_arrow {
    height: 80px;
  }
}

#COMPANY .article_list .case_arrow:after, #CONTACT .article_list .case_arrow:after, #FAQ .article_list .case_arrow:after, #PHILOSOPHY .article_list .case_arrow:after, #POLICY .article_list .case_arrow:after, #RICE .article_list .case_arrow:after, #SHOP .article_list .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #67B59B;
  border-right: 5px solid #67B59B;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  #COMPANY .article_list .case_arrow:after, #CONTACT .article_list .case_arrow:after, #FAQ .article_list .case_arrow:after, #PHILOSOPHY .article_list .case_arrow:after, #POLICY .article_list .case_arrow:after, #RICE .article_list .case_arrow:after, #SHOP .article_list .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #67B59B;
    border-right: 5px solid #67B59B;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

#COMPANY .article_list .span_12, #CONTACT .article_list .span_12, #FAQ .article_list .span_12, #PHILOSOPHY .article_list .span_12, #POLICY .article_list .span_12, #RICE .article_list .span_12, #SHOP .article_list .span_12 {
  margin: 2% 0;
}

#COMPANY .article_single01 .article_single01_02, #CONTACT .article_single01 .article_single01_02, #FAQ .article_single01 .article_single01_02, #PHILOSOPHY .article_single01 .article_single01_02, #POLICY .article_single01 .article_single01_02, #RICE .article_single01 .article_single01_02, #SHOP .article_single01 .article_single01_02 {
  margin-top: 10px;
}

#COMPANY .article_single01 .article_single01_02 img, #CONTACT .article_single01 .article_single01_02 img, #FAQ .article_single01 .article_single01_02 img, #PHILOSOPHY .article_single01 .article_single01_02 img, #POLICY .article_single01 .article_single01_02 img, #RICE .article_single01 .article_single01_02 img, #SHOP .article_single01 .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

#COMPANY .article_single01 .article_single01_02 img:hover, #CONTACT .article_single01 .article_single01_02 img:hover, #FAQ .article_single01 .article_single01_02 img:hover, #PHILOSOPHY .article_single01 .article_single01_02 img:hover, #POLICY .article_single01 .article_single01_02 img:hover, #RICE .article_single01 .article_single01_02 img:hover, #SHOP .article_single01 .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#COMPANY .article_single01 .ofi, #CONTACT .article_single01 .ofi, #FAQ .article_single01 .ofi, #PHILOSOPHY .article_single01 .ofi, #POLICY .article_single01 .ofi, #RICE .article_single01 .ofi, #SHOP .article_single01 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .article_single01 .more, #CONTACT .article_single01 .more, #FAQ .article_single01 .more, #PHILOSOPHY .article_single01 .more, #POLICY .article_single01 .more, #RICE .article_single01 .more, #SHOP .article_single01 .more {
  display: block;
  text-align: center;
}

#COMPANY .article_single02 .article_single02_01 img, #CONTACT .article_single02 .article_single02_01 img, #FAQ .article_single02 .article_single02_01 img, #PHILOSOPHY .article_single02 .article_single02_01 img, #POLICY .article_single02 .article_single02_01 img, #RICE .article_single02 .article_single02_01 img, #SHOP .article_single02 .article_single02_01 img {
  opacity: 1;
  transition: opacity 0.3s;
}

#COMPANY .article_single02 .article_single02_01 img:hover, #CONTACT .article_single02 .article_single02_01 img:hover, #FAQ .article_single02 .article_single02_01 img:hover, #PHILOSOPHY .article_single02 .article_single02_01 img:hover, #POLICY .article_single02 .article_single02_01 img:hover, #RICE .article_single02 .article_single02_01 img:hover, #SHOP .article_single02 .article_single02_01 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#COMPANY .article_single02 .ofi, #CONTACT .article_single02 .ofi, #FAQ .article_single02 .ofi, #PHILOSOPHY .article_single02 .ofi, #POLICY .article_single02 .ofi, #RICE .article_single02 .ofi, #SHOP .article_single02 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .article_single02 .more, #CONTACT .article_single02 .more, #FAQ .article_single02 .more, #PHILOSOPHY .article_single02 .more, #POLICY .article_single02 .more, #RICE .article_single02 .more, #SHOP .article_single02 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #COMPANY .article_single03 .article_single03_02 .span_6, #CONTACT .article_single03 .article_single03_02 .span_6, #FAQ .article_single03 .article_single03_02 .span_6, #PHILOSOPHY .article_single03 .article_single03_02 .span_6, #POLICY .article_single03 .article_single03_02 .span_6, #RICE .article_single03 .article_single03_02 .span_6, #SHOP .article_single03 .article_single03_02 .span_6 {
    width: 45%;
    margin-left: 10%;
  }
  #COMPANY .article_single03 .article_single03_02 .span_6:first-child, #CONTACT .article_single03 .article_single03_02 .span_6:first-child, #FAQ .article_single03 .article_single03_02 .span_6:first-child, #PHILOSOPHY .article_single03 .article_single03_02 .span_6:first-child, #POLICY .article_single03 .article_single03_02 .span_6:first-child, #RICE .article_single03 .article_single03_02 .span_6:first-child, #SHOP .article_single03 .article_single03_02 .span_6:first-child {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  #COMPANY .article_single03 .article_single03_02 .span_12, #CONTACT .article_single03 .article_single03_02 .span_12, #FAQ .article_single03 .article_single03_02 .span_12, #PHILOSOPHY .article_single03 .article_single03_02 .span_12, #POLICY .article_single03 .article_single03_02 .span_12, #RICE .article_single03 .article_single03_02 .span_12, #SHOP .article_single03 .article_single03_02 .span_12 {
    margin-left: 0;
    margin-top: 20px;
  }
}

#COMPANY .article_single03 .article_single03_02 img, #CONTACT .article_single03 .article_single03_02 img, #FAQ .article_single03 .article_single03_02 img, #PHILOSOPHY .article_single03 .article_single03_02 img, #POLICY .article_single03 .article_single03_02 img, #RICE .article_single03 .article_single03_02 img, #SHOP .article_single03 .article_single03_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

#COMPANY .article_single03 .article_single03_02 img:hover, #CONTACT .article_single03 .article_single03_02 img:hover, #FAQ .article_single03 .article_single03_02 img:hover, #PHILOSOPHY .article_single03 .article_single03_02 img:hover, #POLICY .article_single03 .article_single03_02 img:hover, #RICE .article_single03 .article_single03_02 img:hover, #SHOP .article_single03 .article_single03_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#COMPANY .article_single03 .case_arrow, #CONTACT .article_single03 .case_arrow, #FAQ .article_single03 .case_arrow, #PHILOSOPHY .article_single03 .case_arrow, #POLICY .article_single03 .case_arrow, #RICE .article_single03 .case_arrow, #SHOP .article_single03 .case_arrow {
  position: relative;
}

@media (max-width: 767px) {
  #COMPANY .article_single03 .case_arrow, #CONTACT .article_single03 .case_arrow, #FAQ .article_single03 .case_arrow, #PHILOSOPHY .article_single03 .case_arrow, #POLICY .article_single03 .case_arrow, #RICE .article_single03 .case_arrow, #SHOP .article_single03 .case_arrow {
    margin-bottom: 10%;
  }
}

#COMPANY .article_single03 .case_arrow:after, #CONTACT .article_single03 .case_arrow:after, #FAQ .article_single03 .case_arrow:after, #PHILOSOPHY .article_single03 .case_arrow:after, #POLICY .article_single03 .case_arrow:after, #RICE .article_single03 .case_arrow:after, #SHOP .article_single03 .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 108%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #67B59B;
  border-right: 3px solid #67B59B;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: 0.2s;
}

@media (max-width: 767px) {
  #COMPANY .article_single03 .case_arrow:after, #CONTACT .article_single03 .case_arrow:after, #FAQ .article_single03 .case_arrow:after, #PHILOSOPHY .article_single03 .case_arrow:after, #POLICY .article_single03 .case_arrow:after, #RICE .article_single03 .case_arrow:after, #SHOP .article_single03 .case_arrow:after {
    left: 0;
    right: 0;
    top: 105%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

#COMPANY .article_single03 .ofi, #CONTACT .article_single03 .ofi, #FAQ .article_single03 .ofi, #PHILOSOPHY .article_single03 .ofi, #POLICY .article_single03 .ofi, #RICE .article_single03 .ofi, #SHOP .article_single03 .ofi {
  background: rgba(48, 80, 8, 0.05);
}

#COMPANY .article_single03 .more, #CONTACT .article_single03 .more, #FAQ .article_single03 .more, #PHILOSOPHY .article_single03 .more, #POLICY .article_single03 .more, #RICE .article_single03 .more, #SHOP .article_single03 .more {
  display: block;
  text-align: center;
}

#COMPANY .article_single04 ul, #CONTACT .article_single04 ul, #FAQ .article_single04 ul, #PHILOSOPHY .article_single04 ul, #POLICY .article_single04 ul, #RICE .article_single04 ul, #SHOP .article_single04 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#COMPANY .article_single04 .article_single04_01_img1 .ofi, #CONTACT .article_single04 .article_single04_01_img1 .ofi, #FAQ .article_single04 .article_single04_01_img1 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img1 .ofi, #POLICY .article_single04 .article_single04_01_img1 .ofi, #RICE .article_single04 .article_single04_01_img1 .ofi, #SHOP .article_single04 .article_single04_01_img1 .ofi {
  padding-top: 75%;
}

#COMPANY .article_single04 .article_single04_01_img2 .ofi, #CONTACT .article_single04 .article_single04_01_img2 .ofi, #FAQ .article_single04 .article_single04_01_img2 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img2 .ofi, #POLICY .article_single04 .article_single04_01_img2 .ofi, #RICE .article_single04 .article_single04_01_img2 .ofi, #SHOP .article_single04 .article_single04_01_img2 .ofi {
  padding-top: 15%;
}

#COMPANY .article_single04 .article_single04_01_img3 .ofi, #CONTACT .article_single04 .article_single04_01_img3 .ofi, #FAQ .article_single04 .article_single04_01_img3 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img3 .ofi, #POLICY .article_single04 .article_single04_01_img3 .ofi, #RICE .article_single04 .article_single04_01_img3 .ofi, #SHOP .article_single04 .article_single04_01_img3 .ofi {
  padding-top: 10.8%;
}

#COMPANY .article_single04 .article_single04_01_img4 .ofi, #CONTACT .article_single04 .article_single04_01_img4 .ofi, #FAQ .article_single04 .article_single04_01_img4 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img4 .ofi, #POLICY .article_single04 .article_single04_01_img4 .ofi, #RICE .article_single04 .article_single04_01_img4 .ofi, #SHOP .article_single04 .article_single04_01_img4 .ofi {
  padding-top: 8.4%;
}

#COMPANY .article_single04 .article_single04_01_img5 .ofi, #CONTACT .article_single04 .article_single04_01_img5 .ofi, #FAQ .article_single04 .article_single04_01_img5 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img5 .ofi, #POLICY .article_single04 .article_single04_01_img5 .ofi, #RICE .article_single04 .article_single04_01_img5 .ofi, #SHOP .article_single04 .article_single04_01_img5 .ofi {
  padding-top: 6.9%;
}

#COMPANY .article_single04 .article_single04_01_img6 .ofi, #CONTACT .article_single04 .article_single04_01_img6 .ofi, #FAQ .article_single04 .article_single04_01_img6 .ofi, #PHILOSOPHY .article_single04 .article_single04_01_img6 .ofi, #POLICY .article_single04 .article_single04_01_img6 .ofi, #RICE .article_single04 .article_single04_01_img6 .ofi, #SHOP .article_single04 .article_single04_01_img6 .ofi {
  padding-top: 5.8%;
}

#COMPANY .article_single04 .article_single04_01_nav, #CONTACT .article_single04 .article_single04_01_nav, #FAQ .article_single04 .article_single04_01_nav, #PHILOSOPHY .article_single04 .article_single04_01_nav, #POLICY .article_single04 .article_single04_01_nav, #RICE .article_single04 .article_single04_01_nav, #SHOP .article_single04 .article_single04_01_nav {
  margin-top: 15px;
}

#COMPANY .article_single04 .article_single04_01_nav .ofi, #CONTACT .article_single04 .article_single04_01_nav .ofi, #FAQ .article_single04 .article_single04_01_nav .ofi, #PHILOSOPHY .article_single04 .article_single04_01_nav .ofi, #POLICY .article_single04 .article_single04_01_nav .ofi, #RICE .article_single04 .article_single04_01_nav .ofi, #SHOP .article_single04 .article_single04_01_nav .ofi {
  padding-top: 11.1%;
}

#COMPANY .article_single04 .article_single04_01_nav .slick-track, #CONTACT .article_single04 .article_single04_01_nav .slick-track, #FAQ .article_single04 .article_single04_01_nav .slick-track, #PHILOSOPHY .article_single04 .article_single04_01_nav .slick-track, #POLICY .article_single04 .article_single04_01_nav .slick-track, #RICE .article_single04 .article_single04_01_nav .slick-track, #SHOP .article_single04 .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

#COMPANY .article_single04 .article_single04_01_nav li, #CONTACT .article_single04 .article_single04_01_nav li, #FAQ .article_single04 .article_single04_01_nav li, #PHILOSOPHY .article_single04 .article_single04_01_nav li, #POLICY .article_single04 .article_single04_01_nav li, #RICE .article_single04 .article_single04_01_nav li, #SHOP .article_single04 .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

#COMPANY .article_single04 .article_single04_01_nav li:nth-child(1), #CONTACT .article_single04 .article_single04_01_nav li:nth-child(1), #FAQ .article_single04 .article_single04_01_nav li:nth-child(1), #PHILOSOPHY .article_single04 .article_single04_01_nav li:nth-child(1), #POLICY .article_single04 .article_single04_01_nav li:nth-child(1), #RICE .article_single04 .article_single04_01_nav li:nth-child(1), #SHOP .article_single04 .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

#COMPANY .article_single04.article_container .article_single04_01_img1 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img1 .ofi, #FAQ .article_single04.article_container .article_single04_01_img1 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img1 .ofi, #POLICY .article_single04.article_container .article_single04_01_img1 .ofi, #RICE .article_single04.article_container .article_single04_01_img1 .ofi, #SHOP .article_single04.article_container .article_single04_01_img1 .ofi {
  padding-top: 74.5%;
}

#COMPANY .article_single04.article_container .article_single04_01_img2 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img2 .ofi, #FAQ .article_single04.article_container .article_single04_01_img2 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img2 .ofi, #POLICY .article_single04.article_container .article_single04_01_img2 .ofi, #RICE .article_single04.article_container .article_single04_01_img2 .ofi, #SHOP .article_single04.article_container .article_single04_01_img2 .ofi {
  padding-top: 18.7%;
}

#COMPANY .article_single04.article_container .article_single04_01_img3 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img3 .ofi, #FAQ .article_single04.article_container .article_single04_01_img3 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img3 .ofi, #POLICY .article_single04.article_container .article_single04_01_img3 .ofi, #RICE .article_single04.article_container .article_single04_01_img3 .ofi, #SHOP .article_single04.article_container .article_single04_01_img3 .ofi {
  padding-top: 14.9%;
}

#COMPANY .article_single04.article_container .article_single04_01_img4 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img4 .ofi, #FAQ .article_single04.article_container .article_single04_01_img4 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img4 .ofi, #POLICY .article_single04.article_container .article_single04_01_img4 .ofi, #RICE .article_single04.article_container .article_single04_01_img4 .ofi, #SHOP .article_single04.article_container .article_single04_01_img4 .ofi {
  padding-top: 12.5%;
}

#COMPANY .article_single04.article_container .article_single04_01_img5 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img5 .ofi, #FAQ .article_single04.article_container .article_single04_01_img5 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img5 .ofi, #POLICY .article_single04.article_container .article_single04_01_img5 .ofi, #RICE .article_single04.article_container .article_single04_01_img5 .ofi, #SHOP .article_single04.article_container .article_single04_01_img5 .ofi {
  padding-top: 10.7%;
}

#COMPANY .article_single04.article_container .article_single04_01_img6 .ofi, #CONTACT .article_single04.article_container .article_single04_01_img6 .ofi, #FAQ .article_single04.article_container .article_single04_01_img6 .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_img6 .ofi, #POLICY .article_single04.article_container .article_single04_01_img6 .ofi, #RICE .article_single04.article_container .article_single04_01_img6 .ofi, #SHOP .article_single04.article_container .article_single04_01_img6 .ofi {
  padding-top: 9.4%;
}

#COMPANY .article_single04.article_container .article_single04_01_nav, #CONTACT .article_single04.article_container .article_single04_01_nav, #FAQ .article_single04.article_container .article_single04_01_nav, #PHILOSOPHY .article_single04.article_container .article_single04_01_nav, #POLICY .article_single04.article_container .article_single04_01_nav, #RICE .article_single04.article_container .article_single04_01_nav, #SHOP .article_single04.article_container .article_single04_01_nav {
  margin-top: 15px;
}

#COMPANY .article_single04.article_container .article_single04_01_nav .ofi, #CONTACT .article_single04.article_container .article_single04_01_nav .ofi, #FAQ .article_single04.article_container .article_single04_01_nav .ofi, #PHILOSOPHY .article_single04.article_container .article_single04_01_nav .ofi, #POLICY .article_single04.article_container .article_single04_01_nav .ofi, #RICE .article_single04.article_container .article_single04_01_nav .ofi, #SHOP .article_single04.article_container .article_single04_01_nav .ofi {
  padding-top: 12%;
}

#COMPANY .article_single04.article_container .article_single04_01_nav .slick-track, #CONTACT .article_single04.article_container .article_single04_01_nav .slick-track, #FAQ .article_single04.article_container .article_single04_01_nav .slick-track, #PHILOSOPHY .article_single04.article_container .article_single04_01_nav .slick-track, #POLICY .article_single04.article_container .article_single04_01_nav .slick-track, #RICE .article_single04.article_container .article_single04_01_nav .slick-track, #SHOP .article_single04.article_container .article_single04_01_nav .slick-track {
  width: 100% !important;
  transform: none !important;
  left: 0 !important;
}

#COMPANY .article_single04.article_container .article_single04_01_nav li, #CONTACT .article_single04.article_container .article_single04_01_nav li, #FAQ .article_single04.article_container .article_single04_01_nav li, #PHILOSOPHY .article_single04.article_container .article_single04_01_nav li, #POLICY .article_single04.article_container .article_single04_01_nav li, #RICE .article_single04.article_container .article_single04_01_nav li, #SHOP .article_single04.article_container .article_single04_01_nav li {
  margin-left: 0.8%;
  width: calc(96% / 6) !important;
}

#COMPANY .article_single04.article_container .article_single04_01_nav li:nth-child(1), #CONTACT .article_single04.article_container .article_single04_01_nav li:nth-child(1), #FAQ .article_single04.article_container .article_single04_01_nav li:nth-child(1), #PHILOSOPHY .article_single04.article_container .article_single04_01_nav li:nth-child(1), #POLICY .article_single04.article_container .article_single04_01_nav li:nth-child(1), #RICE .article_single04.article_container .article_single04_01_nav li:nth-child(1), #SHOP .article_single04.article_container .article_single04_01_nav li:nth-child(1) {
  margin-left: 0;
}

#COMPANY .article_single04 .article_single04_02, #CONTACT .article_single04 .article_single04_02, #FAQ .article_single04 .article_single04_02, #PHILOSOPHY .article_single04 .article_single04_02, #POLICY .article_single04 .article_single04_02, #RICE .article_single04 .article_single04_02, #SHOP .article_single04 .article_single04_02 {
  margin-top: 10px;
}

#COMPANY .article_single04 .article_single04_02 img, #CONTACT .article_single04 .article_single04_02 img, #FAQ .article_single04 .article_single04_02 img, #PHILOSOPHY .article_single04 .article_single04_02 img, #POLICY .article_single04 .article_single04_02 img, #RICE .article_single04 .article_single04_02 img, #SHOP .article_single04 .article_single04_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

#COMPANY .article_single04 .article_single04_02 img:hover, #CONTACT .article_single04 .article_single04_02 img:hover, #FAQ .article_single04 .article_single04_02 img:hover, #PHILOSOPHY .article_single04 .article_single04_02 img:hover, #POLICY .article_single04 .article_single04_02 img:hover, #RICE .article_single04 .article_single04_02 img:hover, #SHOP .article_single04 .article_single04_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#COMPANY .article_single04 .slick-next,
#COMPANY .article_single04 .slick-prev, #CONTACT .article_single04 .slick-next,
#CONTACT .article_single04 .slick-prev, #FAQ .article_single04 .slick-next,
#FAQ .article_single04 .slick-prev, #PHILOSOPHY .article_single04 .slick-next,
#PHILOSOPHY .article_single04 .slick-prev, #POLICY .article_single04 .slick-next,
#POLICY .article_single04 .slick-prev, #RICE .article_single04 .slick-next,
#RICE .article_single04 .slick-prev, #SHOP .article_single04 .slick-next,
#SHOP .article_single04 .slick-prev {
  z-index: 1;
}

#COMPANY .article_single04 .slick-next:before,
#COMPANY .article_single04 .slick-prev:before, #CONTACT .article_single04 .slick-next:before,
#CONTACT .article_single04 .slick-prev:before, #FAQ .article_single04 .slick-next:before,
#FAQ .article_single04 .slick-prev:before, #PHILOSOPHY .article_single04 .slick-next:before,
#PHILOSOPHY .article_single04 .slick-prev:before, #POLICY .article_single04 .slick-next:before,
#POLICY .article_single04 .slick-prev:before, #RICE .article_single04 .slick-next:before,
#RICE .article_single04 .slick-prev:before, #SHOP .article_single04 .slick-next:before,
#SHOP .article_single04 .slick-prev:before {
  content: none;
}

#COMPANY .article_single04 .slick-next:after,
#COMPANY .article_single04 .slick-prev:after, #CONTACT .article_single04 .slick-next:after,
#CONTACT .article_single04 .slick-prev:after, #FAQ .article_single04 .slick-next:after,
#FAQ .article_single04 .slick-prev:after, #PHILOSOPHY .article_single04 .slick-next:after,
#PHILOSOPHY .article_single04 .slick-prev:after, #POLICY .article_single04 .slick-next:after,
#POLICY .article_single04 .slick-prev:after, #RICE .article_single04 .slick-next:after,
#RICE .article_single04 .slick-prev:after, #SHOP .article_single04 .slick-next:after,
#SHOP .article_single04 .slick-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 35px;
  height: 35px;
  border-top: 3px solid #67B59B;
  transition: 0.2s;
  z-index: 1;
}

#COMPANY .article_single04 .slick-prev, #CONTACT .article_single04 .slick-prev, #FAQ .article_single04 .slick-prev, #PHILOSOPHY .article_single04 .slick-prev, #POLICY .article_single04 .slick-prev, #RICE .article_single04 .slick-prev, #SHOP .article_single04 .slick-prev {
  left: 0;
}

#COMPANY .article_single04 .slick-prev:after, #CONTACT .article_single04 .slick-prev:after, #FAQ .article_single04 .slick-prev:after, #PHILOSOPHY .article_single04 .slick-prev:after, #POLICY .article_single04 .slick-prev:after, #RICE .article_single04 .slick-prev:after, #SHOP .article_single04 .slick-prev:after {
  left: 0;
  border-left: 3px solid #67B59B;
  transform: translate(0, -50%) rotate(-45deg);
  transform-origin: right top;
}

#COMPANY .article_single04 .slick-next, #CONTACT .article_single04 .slick-next, #FAQ .article_single04 .slick-next, #PHILOSOPHY .article_single04 .slick-next, #POLICY .article_single04 .slick-next, #RICE .article_single04 .slick-next, #SHOP .article_single04 .slick-next {
  right: 0;
}

#COMPANY .article_single04 .slick-next:after, #CONTACT .article_single04 .slick-next:after, #FAQ .article_single04 .slick-next:after, #PHILOSOPHY .article_single04 .slick-next:after, #POLICY .article_single04 .slick-next:after, #RICE .article_single04 .slick-next:after, #SHOP .article_single04 .slick-next:after {
  right: 0;
  border-right: 3px solid #67B59B;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
}

#COMPANY .article_single04 .ofi, #CONTACT .article_single04 .ofi, #FAQ .article_single04 .ofi, #PHILOSOPHY .article_single04 .ofi, #POLICY .article_single04 .ofi, #RICE .article_single04 .ofi, #SHOP .article_single04 .ofi {
  background: rgba(48, 80, 8, 0.05);
  height: auto !important;
}

#COMPANY .article_single04 .more, #CONTACT .article_single04 .more, #FAQ .article_single04 .more, #PHILOSOPHY .article_single04 .more, #POLICY .article_single04 .more, #RICE .article_single04 .more, #SHOP .article_single04 .more {
  display: block;
  text-align: center;
}

@media (min-width: 768px) {
  #COMPANY .article_list_case02 .article_list_case02_01, #CONTACT .article_list_case02 .article_list_case02_01, #FAQ .article_list_case02 .article_list_case02_01, #PHILOSOPHY .article_list_case02 .article_list_case02_01, #POLICY .article_list_case02 .article_list_case02_01, #RICE .article_list_case02 .article_list_case02_01, #SHOP .article_list_case02 .article_list_case02_01 {
    width: 67%;
  }
  #COMPANY .article_list_case02 .article_list_case02_02, #CONTACT .article_list_case02 .article_list_case02_02, #FAQ .article_list_case02 .article_list_case02_02, #PHILOSOPHY .article_list_case02 .article_list_case02_02, #POLICY .article_list_case02 .article_list_case02_02, #RICE .article_list_case02 .article_list_case02_02, #SHOP .article_list_case02 .article_list_case02_02 {
    width: 31%;
  }
  #COMPANY .article_list_case02.article_single01 .article_single01_02, #CONTACT .article_list_case02.article_single01 .article_single01_02, #FAQ .article_list_case02.article_single01 .article_single01_02, #PHILOSOPHY .article_list_case02.article_single01 .article_single01_02, #POLICY .article_list_case02.article_single01 .article_single01_02, #RICE .article_list_case02.article_single01 .article_single01_02, #SHOP .article_list_case02.article_single01 .article_single01_02 {
    margin-top: 0;
  }
}

#COMPANY .article_container .article_single01_02, #CONTACT .article_container .article_single01_02, #FAQ .article_container .article_single01_02, #PHILOSOPHY .article_container .article_single01_02, #POLICY .article_container .article_single01_02, #RICE .article_container .article_single01_02, #SHOP .article_container .article_single01_02 {
  margin-top: 10px;
}

#COMPANY .article_container .article_single01_02 img, #CONTACT .article_container .article_single01_02 img, #FAQ .article_container .article_single01_02 img, #PHILOSOPHY .article_container .article_single01_02 img, #POLICY .article_container .article_single01_02 img, #RICE .article_container .article_single01_02 img, #SHOP .article_container .article_single01_02 img {
  opacity: 1;
  transition: opacity 0.3s;
}

#COMPANY .article_container .article_single01_02 img:hover, #CONTACT .article_container .article_single01_02 img:hover, #FAQ .article_container .article_single01_02 img:hover, #PHILOSOPHY .article_container .article_single01_02 img:hover, #POLICY .article_container .article_single01_02 img:hover, #RICE .article_container .article_single01_02 img:hover, #SHOP .article_container .article_single01_02 img:hover {
  cursor: pointer;
  opacity: 0.7;
}

#COMPANY .article_detail, #CONTACT .article_detail, #FAQ .article_detail, #PHILOSOPHY .article_detail, #POLICY .article_detail, #RICE .article_detail, #SHOP .article_detail {
  background: rgba(48, 80, 8, 0.05);
  padding: 4%;
  margin-bottom: 4%;
  font-size: 15px;
  font-size: 1.5rem;
}

#COMPANY .article_detail .article_date, #CONTACT .article_detail .article_date, #FAQ .article_detail .article_date, #PHILOSOPHY .article_detail .article_date, #POLICY .article_detail .article_date, #RICE .article_detail .article_date, #SHOP .article_detail .article_date {
  margin-bottom: 1em;
}

#COMPANY .article_detail .article_thumbnail, #CONTACT .article_detail .article_thumbnail, #FAQ .article_detail .article_thumbnail, #PHILOSOPHY .article_detail .article_thumbnail, #POLICY .article_detail .article_thumbnail, #RICE .article_detail .article_thumbnail, #SHOP .article_detail .article_thumbnail {
  float: left;
  margin: 0 2% 2% 0;
}

#COMPANY .article_detail .article_content, #CONTACT .article_detail .article_content, #FAQ .article_detail .article_content, #PHILOSOPHY .article_detail .article_content, #POLICY .article_detail .article_content, #RICE .article_detail .article_content, #SHOP .article_detail .article_content {
  float: none;
  width: 100%;
  margin-left: 0;
}

#COMPANY .article_detail .case_arrow, #CONTACT .article_detail .case_arrow, #FAQ .article_detail .case_arrow, #PHILOSOPHY .article_detail .case_arrow, #POLICY .article_detail .case_arrow, #RICE .article_detail .case_arrow, #SHOP .article_detail .case_arrow {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  position: relative;
  height: 245px;
}

@media (max-width: 767px) {
  #COMPANY .article_detail .case_arrow, #CONTACT .article_detail .case_arrow, #FAQ .article_detail .case_arrow, #PHILOSOPHY .article_detail .case_arrow, #POLICY .article_detail .case_arrow, #RICE .article_detail .case_arrow, #SHOP .article_detail .case_arrow {
    height: 80px;
  }
}

#COMPANY .article_detail .case_arrow:after, #CONTACT .article_detail .case_arrow:after, #FAQ .article_detail .case_arrow:after, #PHILOSOPHY .article_detail .case_arrow:after, #POLICY .article_detail .case_arrow:after, #RICE .article_detail .case_arrow:after, #SHOP .article_detail .case_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  border-top: 5px solid #67B59B;
  border-right: 5px solid #67B59B;
  transform: translate(0, -50%) rotate(45deg);
  transform-origin: left top;
  transition: .2s;
}

@media (max-width: 767px) {
  #COMPANY .article_detail .case_arrow:after, #CONTACT .article_detail .case_arrow:after, #FAQ .article_detail .case_arrow:after, #PHILOSOPHY .article_detail .case_arrow:after, #POLICY .article_detail .case_arrow:after, #RICE .article_detail .case_arrow:after, #SHOP .article_detail .case_arrow:after {
    left: 0;
    bottom: 25%;
    border-top: 5px solid #67B59B;
    border-right: 5px solid #67B59B;
    transform: translate(0, -50%) rotate(135deg);
    transform-origin: center;
  }
}

#COMPANY .article_detail .span_12, #CONTACT .article_detail .span_12, #FAQ .article_detail .span_12, #PHILOSOPHY .article_detail .span_12, #POLICY .article_detail .span_12, #RICE .article_detail .span_12, #SHOP .article_detail .span_12 {
  margin: 2% 0;
}

#COMPANY .wp_pager, #CONTACT .wp_pager, #FAQ .wp_pager, #PHILOSOPHY .wp_pager, #POLICY .wp_pager, #RICE .wp_pager, #SHOP .wp_pager {
  overflow: hidden;
  margin-bottom: 5%;
}

#COMPANY .wp_pager .wp_pager_prev, #CONTACT .wp_pager .wp_pager_prev, #FAQ .wp_pager .wp_pager_prev, #PHILOSOPHY .wp_pager .wp_pager_prev, #POLICY .wp_pager .wp_pager_prev, #RICE .wp_pager .wp_pager_prev, #SHOP .wp_pager .wp_pager_prev {
  float: left;
}

#COMPANY .wp_pager .wp_pager_prev a, #CONTACT .wp_pager .wp_pager_prev a, #FAQ .wp_pager .wp_pager_prev a, #PHILOSOPHY .wp_pager .wp_pager_prev a, #POLICY .wp_pager .wp_pager_prev a, #RICE .wp_pager .wp_pager_prev a, #SHOP .wp_pager .wp_pager_prev a {
  display: block;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}

#COMPANY .wp_pager .wp_pager_prev a:before, #COMPANY .wp_pager .wp_pager_prev a:after, #CONTACT .wp_pager .wp_pager_prev a:before, #CONTACT .wp_pager .wp_pager_prev a:after, #FAQ .wp_pager .wp_pager_prev a:before, #FAQ .wp_pager .wp_pager_prev a:after, #PHILOSOPHY .wp_pager .wp_pager_prev a:before, #PHILOSOPHY .wp_pager .wp_pager_prev a:after, #POLICY .wp_pager .wp_pager_prev a:before, #POLICY .wp_pager .wp_pager_prev a:after, #RICE .wp_pager .wp_pager_prev a:before, #RICE .wp_pager .wp_pager_prev a:after, #SHOP .wp_pager .wp_pager_prev a:before, #SHOP .wp_pager .wp_pager_prev a:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transition: .2s;
}

#COMPANY .wp_pager .wp_pager_prev a:before, #CONTACT .wp_pager .wp_pager_prev a:before, #FAQ .wp_pager .wp_pager_prev a:before, #PHILOSOPHY .wp_pager .wp_pager_prev a:before, #POLICY .wp_pager .wp_pager_prev a:before, #RICE .wp_pager .wp_pager_prev a:before, #SHOP .wp_pager .wp_pager_prev a:before {
  transform: translateY(-50%) rotate(-45deg);
  top: calc(50% - 2px);
}

#COMPANY .wp_pager .wp_pager_prev a:after, #CONTACT .wp_pager .wp_pager_prev a:after, #FAQ .wp_pager .wp_pager_prev a:after, #PHILOSOPHY .wp_pager .wp_pager_prev a:after, #POLICY .wp_pager .wp_pager_prev a:after, #RICE .wp_pager .wp_pager_prev a:after, #SHOP .wp_pager .wp_pager_prev a:after {
  transform: translateY(-50%) rotate(-135deg);
  top: calc(50% + 3px);
}

#COMPANY .wp_pager .wp_pager_prev a:hover, #CONTACT .wp_pager .wp_pager_prev a:hover, #FAQ .wp_pager .wp_pager_prev a:hover, #PHILOSOPHY .wp_pager .wp_pager_prev a:hover, #POLICY .wp_pager .wp_pager_prev a:hover, #RICE .wp_pager .wp_pager_prev a:hover, #SHOP .wp_pager .wp_pager_prev a:hover {
  text-decoration: underline;
}

#COMPANY .wp_pager .wp_pager_prev a:hover:before, #CONTACT .wp_pager .wp_pager_prev a:hover:before, #FAQ .wp_pager .wp_pager_prev a:hover:before, #PHILOSOPHY .wp_pager .wp_pager_prev a:hover:before, #POLICY .wp_pager .wp_pager_prev a:hover:before, #RICE .wp_pager .wp_pager_prev a:hover:before, #SHOP .wp_pager .wp_pager_prev a:hover:before {
  left: 0;
}

#COMPANY .wp_pager .wp_pager_prev a:hover:after, #CONTACT .wp_pager .wp_pager_prev a:hover:after, #FAQ .wp_pager .wp_pager_prev a:hover:after, #PHILOSOPHY .wp_pager .wp_pager_prev a:hover:after, #POLICY .wp_pager .wp_pager_prev a:hover:after, #RICE .wp_pager .wp_pager_prev a:hover:after, #SHOP .wp_pager .wp_pager_prev a:hover:after {
  left: 0;
}

#COMPANY .wp_pager .wp_pager_next, #CONTACT .wp_pager .wp_pager_next, #FAQ .wp_pager .wp_pager_next, #PHILOSOPHY .wp_pager .wp_pager_next, #POLICY .wp_pager .wp_pager_next, #RICE .wp_pager .wp_pager_next, #SHOP .wp_pager .wp_pager_next {
  float: right;
}

#COMPANY .wp_pager .wp_pager_next a, #CONTACT .wp_pager .wp_pager_next a, #FAQ .wp_pager .wp_pager_next a, #PHILOSOPHY .wp_pager .wp_pager_next a, #POLICY .wp_pager .wp_pager_next a, #RICE .wp_pager .wp_pager_next a, #SHOP .wp_pager .wp_pager_next a {
  display: block;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}

#COMPANY .wp_pager .wp_pager_next a:before, #COMPANY .wp_pager .wp_pager_next a:after, #CONTACT .wp_pager .wp_pager_next a:before, #CONTACT .wp_pager .wp_pager_next a:after, #FAQ .wp_pager .wp_pager_next a:before, #FAQ .wp_pager .wp_pager_next a:after, #PHILOSOPHY .wp_pager .wp_pager_next a:before, #PHILOSOPHY .wp_pager .wp_pager_next a:after, #POLICY .wp_pager .wp_pager_next a:before, #POLICY .wp_pager .wp_pager_next a:after, #RICE .wp_pager .wp_pager_next a:before, #RICE .wp_pager .wp_pager_next a:after, #SHOP .wp_pager .wp_pager_next a:before, #SHOP .wp_pager .wp_pager_next a:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  margin: auto;
  width: 8px;
  height: 1px;
  background: #000;
  transform-origin: center;
  transition: .2s;
}

#COMPANY .wp_pager .wp_pager_next a:before, #CONTACT .wp_pager .wp_pager_next a:before, #FAQ .wp_pager .wp_pager_next a:before, #PHILOSOPHY .wp_pager .wp_pager_next a:before, #POLICY .wp_pager .wp_pager_next a:before, #RICE .wp_pager .wp_pager_next a:before, #SHOP .wp_pager .wp_pager_next a:before {
  transform: translateY(-50%) rotate(45deg);
  top: calc(50% - 2px);
}

#COMPANY .wp_pager .wp_pager_next a:after, #CONTACT .wp_pager .wp_pager_next a:after, #FAQ .wp_pager .wp_pager_next a:after, #PHILOSOPHY .wp_pager .wp_pager_next a:after, #POLICY .wp_pager .wp_pager_next a:after, #RICE .wp_pager .wp_pager_next a:after, #SHOP .wp_pager .wp_pager_next a:after {
  transform: translateY(-50%) rotate(135deg);
  top: calc(50% + 3px);
}

#COMPANY .wp_pager .wp_pager_next a:hover, #CONTACT .wp_pager .wp_pager_next a:hover, #FAQ .wp_pager .wp_pager_next a:hover, #PHILOSOPHY .wp_pager .wp_pager_next a:hover, #POLICY .wp_pager .wp_pager_next a:hover, #RICE .wp_pager .wp_pager_next a:hover, #SHOP .wp_pager .wp_pager_next a:hover {
  text-decoration: underline;
}

#COMPANY .wp_pager .wp_pager_next a:hover:before, #CONTACT .wp_pager .wp_pager_next a:hover:before, #FAQ .wp_pager .wp_pager_next a:hover:before, #PHILOSOPHY .wp_pager .wp_pager_next a:hover:before, #POLICY .wp_pager .wp_pager_next a:hover:before, #RICE .wp_pager .wp_pager_next a:hover:before, #SHOP .wp_pager .wp_pager_next a:hover:before {
  right: 0;
}

#COMPANY .wp_pager .wp_pager_next a:hover:after, #CONTACT .wp_pager .wp_pager_next a:hover:after, #FAQ .wp_pager .wp_pager_next a:hover:after, #PHILOSOPHY .wp_pager .wp_pager_next a:hover:after, #POLICY .wp_pager .wp_pager_next a:hover:after, #RICE .wp_pager .wp_pager_next a:hover:after, #SHOP .wp_pager .wp_pager_next a:hover:after {
  right: 0;
}

#COMPANY #commentform, #CONTACT #commentform, #FAQ #commentform, #PHILOSOPHY #commentform, #POLICY #commentform, #RICE #commentform, #SHOP #commentform {
  background: transparent;
  padding: 2% 5%;
  border: 1px solid #333;
}

#COMPANY #commentform #comment, #CONTACT #commentform #comment, #FAQ #commentform #comment, #PHILOSOPHY #commentform #comment, #POLICY #commentform #comment, #RICE #commentform #comment, #SHOP #commentform #comment {
  width: 100%;
}

#COMPANY #commentform #submit, #CONTACT #commentform #submit, #FAQ #commentform #submit, #PHILOSOPHY #commentform #submit, #POLICY #commentform #submit, #RICE #commentform #submit, #SHOP #commentform #submit {
  background: #67B59B;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 3px 10px;
  margin: 0 auto;
  display: table;
}

#COMPANY #commentform input[type="submit"], #CONTACT #commentform input[type="submit"], #FAQ #commentform input[type="submit"], #PHILOSOPHY #commentform input[type="submit"], #POLICY #commentform input[type="submit"], #RICE #commentform input[type="submit"], #SHOP #commentform input[type="submit"] {
  background: #67B59B;
  color: #fff;
  border: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .3em 1em;
  margin: 0 auto;
  display: table;
  border-radius: 5px;
}

@media (min-width: 768px) {
  #COMPANY #commentform #submit, #CONTACT #commentform #submit, #FAQ #commentform #submit, #PHILOSOPHY #commentform #submit, #POLICY #commentform #submit, #RICE #commentform #submit, #SHOP #commentform #submit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #COMPANY #commentform input[type="submit"], #CONTACT #commentform input[type="submit"], #FAQ #commentform input[type="submit"], #PHILOSOPHY #commentform input[type="submit"], #POLICY #commentform input[type="submit"], #RICE #commentform input[type="submit"], #SHOP #commentform input[type="submit"] {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#COMPANY header .global_nav > ul > li.has_under > a, #CONTACT header .global_nav > ul > li.has_under > a, #FAQ header .global_nav > ul > li.has_under > a, #PHILOSOPHY header .global_nav > ul > li.has_under > a, #POLICY header .global_nav > ul > li.has_under > a, #RICE header .global_nav > ul > li.has_under > a, #SHOP header .global_nav > ul > li.has_under > a {
  position: relative;
}

#COMPANY header .global_nav > ul > li.has_under > a:after, #CONTACT header .global_nav > ul > li.has_under > a:after, #FAQ header .global_nav > ul > li.has_under > a:after, #PHILOSOPHY header .global_nav > ul > li.has_under > a:after, #POLICY header .global_nav > ul > li.has_under > a:after, #RICE header .global_nav > ul > li.has_under > a:after, #SHOP header .global_nav > ul > li.has_under > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 6%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(135deg);
  transition: 0.2s;
}

#COMPANY header .global_nav > ul > li.has_under > a.menu_under_open:after, #CONTACT header .global_nav > ul > li.has_under > a.menu_under_open:after, #FAQ header .global_nav > ul > li.has_under > a.menu_under_open:after, #PHILOSOPHY header .global_nav > ul > li.has_under > a.menu_under_open:after, #POLICY header .global_nav > ul > li.has_under > a.menu_under_open:after, #RICE header .global_nav > ul > li.has_under > a.menu_under_open:after, #SHOP header .global_nav > ul > li.has_under > a.menu_under_open:after {
  transform: translate(0, 0) rotate(-45deg);
}

#COMPANY header .global_nav > ul > li > ul, #CONTACT header .global_nav > ul > li > ul, #FAQ header .global_nav > ul > li > ul, #PHILOSOPHY header .global_nav > ul > li > ul, #POLICY header .global_nav > ul > li > ul, #RICE header .global_nav > ul > li > ul, #SHOP header .global_nav > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}

#COMPANY header .global_nav > ul > li > ul > li, #CONTACT header .global_nav > ul > li > ul > li, #FAQ header .global_nav > ul > li > ul > li, #PHILOSOPHY header .global_nav > ul > li > ul > li, #POLICY header .global_nav > ul > li > ul > li, #RICE header .global_nav > ul > li > ul > li, #SHOP header .global_nav > ul > li > ul > li {
  border-bottom: 1px solid #b3b3b3;
}

@media (max-width: 768px) {
  #COMPANY header .global_nav > ul > li > ul > li a, #CONTACT header .global_nav > ul > li > ul > li a, #FAQ header .global_nav > ul > li > ul > li a, #PHILOSOPHY header .global_nav > ul > li > ul > li a, #POLICY header .global_nav > ul > li > ul > li a, #RICE header .global_nav > ul > li > ul > li a, #SHOP header .global_nav > ul > li > ul > li a {
    background: #253d06;
  }
}

@media (min-width: 769px) {
  #COMPANY header .global_nav > ul > li.has_under, #CONTACT header .global_nav > ul > li.has_under, #FAQ header .global_nav > ul > li.has_under, #PHILOSOPHY header .global_nav > ul > li.has_under, #POLICY header .global_nav > ul > li.has_under, #RICE header .global_nav > ul > li.has_under, #SHOP header .global_nav > ul > li.has_under {
    position: relative;
  }
  #COMPANY header .global_nav > ul > li.has_under > a, #CONTACT header .global_nav > ul > li.has_under > a, #FAQ header .global_nav > ul > li.has_under > a, #PHILOSOPHY header .global_nav > ul > li.has_under > a, #POLICY header .global_nav > ul > li.has_under > a, #RICE header .global_nav > ul > li.has_under > a, #SHOP header .global_nav > ul > li.has_under > a {
    padding-right: 1.5em;
  }
  #COMPANY header .global_nav > ul > li.has_under > a:after, #CONTACT header .global_nav > ul > li.has_under > a:after, #FAQ header .global_nav > ul > li.has_under > a:after, #PHILOSOPHY header .global_nav > ul > li.has_under > a:after, #POLICY header .global_nav > ul > li.has_under > a:after, #RICE header .global_nav > ul > li.has_under > a:after, #SHOP header .global_nav > ul > li.has_under > a:after {
    border-color: #1b1b1b;
    width: 6px;
    height: 6px;
  }
  #COMPANY header .global_nav > ul > li.has_under > a:after, #CONTACT header .global_nav > ul > li.has_under > a:after, #FAQ header .global_nav > ul > li.has_under > a:after, #PHILOSOPHY header .global_nav > ul > li.has_under > a:after, #POLICY header .global_nav > ul > li.has_under > a:after, #RICE header .global_nav > ul > li.has_under > a:after, #SHOP header .global_nav > ul > li.has_under > a:after {
    transform: translate(0, -50%) rotate(135deg);
  }
  #COMPANY header .global_nav > ul > li.has_under > a.menu_under_open:after, #CONTACT header .global_nav > ul > li.has_under > a.menu_under_open:after, #FAQ header .global_nav > ul > li.has_under > a.menu_under_open:after, #PHILOSOPHY header .global_nav > ul > li.has_under > a.menu_under_open:after, #POLICY header .global_nav > ul > li.has_under > a.menu_under_open:after, #RICE header .global_nav > ul > li.has_under > a.menu_under_open:after, #SHOP header .global_nav > ul > li.has_under > a.menu_under_open:after {
    transform: translate(0) rotate(-45deg);
  }
  #COMPANY header .global_nav > ul > li.has_under > ul, #CONTACT header .global_nav > ul > li.has_under > ul, #FAQ header .global_nav > ul > li.has_under > ul, #PHILOSOPHY header .global_nav > ul > li.has_under > ul, #POLICY header .global_nav > ul > li.has_under > ul, #RICE header .global_nav > ul > li.has_under > ul, #SHOP header .global_nav > ul > li.has_under > ul {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    top: 100%;
    background: #67B59B;
    z-index: 52;
  }
  #COMPANY header .global_nav > ul > li.has_under > ul > li, #CONTACT header .global_nav > ul > li.has_under > ul > li, #FAQ header .global_nav > ul > li.has_under > ul > li, #PHILOSOPHY header .global_nav > ul > li.has_under > ul > li, #POLICY header .global_nav > ul > li.has_under > ul > li, #RICE header .global_nav > ul > li.has_under > ul > li, #SHOP header .global_nav > ul > li.has_under > ul > li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 0;
  }
  #COMPANY header .global_nav > ul > li.has_under > ul > li a, #CONTACT header .global_nav > ul > li.has_under > ul > li a, #FAQ header .global_nav > ul > li.has_under > ul > li a, #PHILOSOPHY header .global_nav > ul > li.has_under > ul > li a, #POLICY header .global_nav > ul > li.has_under > ul > li a, #RICE header .global_nav > ul > li.has_under > ul > li a, #SHOP header .global_nav > ul > li.has_under > ul > li a {
    background: transparent;
    padding: 1em;
    overflow-wrap: break-word;
    transition: .3s;
  }
  #COMPANY header .global_nav > ul > li.has_under > ul > li a:hover, #CONTACT header .global_nav > ul > li.has_under > ul > li a:hover, #FAQ header .global_nav > ul > li.has_under > ul > li a:hover, #PHILOSOPHY header .global_nav > ul > li.has_under > ul > li a:hover, #POLICY header .global_nav > ul > li.has_under > ul > li a:hover, #RICE header .global_nav > ul > li.has_under > ul > li a:hover, #SHOP header .global_nav > ul > li.has_under > ul > li a:hover {
    background: #67B59B;
  }
}

#COMPANY .pagetop, #CONTACT .pagetop, #FAQ .pagetop, #PHILOSOPHY .pagetop, #POLICY .pagetop, #RICE .pagetop, #SHOP .pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 99;
}

@media (max-width: 767px) {
  #COMPANY .pagetop, #CONTACT .pagetop, #FAQ .pagetop, #PHILOSOPHY .pagetop, #POLICY .pagetop, #RICE .pagetop, #SHOP .pagetop {
    bottom: calc(50px + 1%);
  }
}

#COMPANY .pagetop a, #CONTACT .pagetop a, #FAQ .pagetop a, #PHILOSOPHY .pagetop a, #POLICY .pagetop a, #RICE .pagetop a, #SHOP .pagetop a {
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #FBD036;
}

@media (min-width: 768px) {
  #COMPANY .pagetop a, #CONTACT .pagetop a, #FAQ .pagetop a, #PHILOSOPHY .pagetop a, #POLICY .pagetop a, #RICE .pagetop a, #SHOP .pagetop a {
    width: 70px;
    height: 70px;
  }
}

#COMPANY .pagetop a:after, #CONTACT .pagetop a:after, #FAQ .pagetop a:after, #PHILOSOPHY .pagetop a:after, #POLICY .pagetop a:after, #RICE .pagetop a:after, #SHOP .pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

#COMPANY footer.high .pagetop, #CONTACT footer.high .pagetop, #FAQ footer.high .pagetop, #PHILOSOPHY footer.high .pagetop, #POLICY footer.high .pagetop, #RICE footer.high .pagetop, #SHOP footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  transform: translateY(-95%);
}

#COMPANY .text-center, #CONTACT .text-center, #FAQ .text-center, #PHILOSOPHY .text-center, #POLICY .text-center, #RICE .text-center, #SHOP .text-center {
  text-align: center !important;
}

#COMPANY .text-left, #CONTACT .text-left, #FAQ .text-left, #PHILOSOPHY .text-left, #POLICY .text-left, #RICE .text-left, #SHOP .text-left {
  text-align: left !important;
}

#COMPANY .text-right, #CONTACT .text-right, #FAQ .text-right, #PHILOSOPHY .text-right, #POLICY .text-right, #RICE .text-right, #SHOP .text-right {
  text-align: right !important;
}

#COMPANY .lead, #CONTACT .lead, #FAQ .lead, #PHILOSOPHY .lead, #POLICY .lead, #RICE .lead, #SHOP .lead {
  color: #67B59B;
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .text-xxlarge, #CONTACT .text-xxlarge, #FAQ .text-xxlarge, #PHILOSOPHY .text-xxlarge, #POLICY .text-xxlarge, #RICE .text-xxlarge, #SHOP .text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

#COMPANY .text-xlarge, #CONTACT .text-xlarge, #FAQ .text-xlarge, #PHILOSOPHY .text-xlarge, #POLICY .text-xlarge, #RICE .text-xlarge, #SHOP .text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

#COMPANY .text-large, #CONTACT .text-large, #FAQ .text-large, #PHILOSOPHY .text-large, #POLICY .text-large, #RICE .text-large, #SHOP .text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

#COMPANY .text-small, #CONTACT .text-small, #FAQ .text-small, #PHILOSOPHY .text-small, #POLICY .text-small, #RICE .text-small, #SHOP .text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

#COMPANY .text-xsmall, #CONTACT .text-xsmall, #FAQ .text-xsmall, #PHILOSOPHY .text-xsmall, #POLICY .text-xsmall, #RICE .text-xsmall, #SHOP .text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

#COMPANY .text-white, #CONTACT .text-white, #FAQ .text-white, #PHILOSOPHY .text-white, #POLICY .text-white, #RICE .text-white, #SHOP .text-white {
  color: #fff !important;
}

#COMPANY .text-black, #CONTACT .text-black, #FAQ .text-black, #PHILOSOPHY .text-black, #POLICY .text-black, #RICE .text-black, #SHOP .text-black {
  color: #333 !important;
}

#COMPANY .text-red, #CONTACT .text-red, #FAQ .text-red, #PHILOSOPHY .text-red, #POLICY .text-red, #RICE .text-red, #SHOP .text-red {
  color: #f00 !important;
}

@media (max-width: 767px) {
  #COMPANY .sp-hide, #COMPANY .pc-only, #COMPANY .tablet-only, #CONTACT .sp-hide, #CONTACT .pc-only, #CONTACT .tablet-only, #FAQ .sp-hide, #FAQ .pc-only, #FAQ .tablet-only, #PHILOSOPHY .sp-hide, #PHILOSOPHY .pc-only, #PHILOSOPHY .tablet-only, #POLICY .sp-hide, #POLICY .pc-only, #POLICY .tablet-only, #RICE .sp-hide, #RICE .pc-only, #RICE .tablet-only, #SHOP .sp-hide, #SHOP .pc-only, #SHOP .tablet-only {
    display: none !important;
  }
  #COMPANY .sp-text-center, #CONTACT .sp-text-center, #FAQ .sp-text-center, #PHILOSOPHY .sp-text-center, #POLICY .sp-text-center, #RICE .sp-text-center, #SHOP .sp-text-center {
    text-align: center !important;
  }
  #COMPANY .sp-text-left, #CONTACT .sp-text-left, #FAQ .sp-text-left, #PHILOSOPHY .sp-text-left, #POLICY .sp-text-left, #RICE .sp-text-left, #SHOP .sp-text-left {
    text-align: left !important;
  }
  #COMPANY .sp-text-right, #CONTACT .sp-text-right, #FAQ .sp-text-right, #PHILOSOPHY .sp-text-right, #POLICY .sp-text-right, #RICE .sp-text-right, #SHOP .sp-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) {
  #COMPANY .lead, #CONTACT .lead, #FAQ .lead, #PHILOSOPHY .lead, #POLICY .lead, #RICE .lead, #SHOP .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #COMPANY .text-xxlarge, #CONTACT .text-xxlarge, #FAQ .text-xxlarge, #PHILOSOPHY .text-xxlarge, #POLICY .text-xxlarge, #RICE .text-xxlarge, #SHOP .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #COMPANY .text-xlarge, #CONTACT .text-xlarge, #FAQ .text-xlarge, #PHILOSOPHY .text-xlarge, #POLICY .text-xlarge, #RICE .text-xlarge, #SHOP .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #COMPANY .text-large, #CONTACT .text-large, #FAQ .text-large, #PHILOSOPHY .text-large, #POLICY .text-large, #RICE .text-large, #SHOP .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  #COMPANY .text-small, #CONTACT .text-small, #FAQ .text-small, #PHILOSOPHY .text-small, #POLICY .text-small, #RICE .text-small, #SHOP .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #COMPANY .text-xsmall, #CONTACT .text-xsmall, #FAQ .text-xsmall, #PHILOSOPHY .text-xsmall, #POLICY .text-xsmall, #RICE .text-xsmall, #SHOP .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  #COMPANY .pc-hide, #COMPANY .sp-only, #CONTACT .pc-hide, #CONTACT .sp-only, #FAQ .pc-hide, #FAQ .sp-only, #PHILOSOPHY .pc-hide, #PHILOSOPHY .sp-only, #POLICY .pc-hide, #POLICY .sp-only, #RICE .pc-hide, #RICE .sp-only, #SHOP .pc-hide, #SHOP .sp-only {
    display: none !important;
  }
  #COMPANY .pc-text-center, #CONTACT .pc-text-center, #FAQ .pc-text-center, #PHILOSOPHY .pc-text-center, #POLICY .pc-text-center, #RICE .pc-text-center, #SHOP .pc-text-center {
    text-align: center !important;
  }
  #COMPANY .pc-text-left, #CONTACT .pc-text-left, #FAQ .pc-text-left, #PHILOSOPHY .pc-text-left, #POLICY .pc-text-left, #RICE .pc-text-left, #SHOP .pc-text-left {
    text-align: left !important;
  }
  #COMPANY .pc-text-right, #CONTACT .pc-text-right, #FAQ .pc-text-right, #PHILOSOPHY .pc-text-right, #POLICY .pc-text-right, #RICE .pc-text-right, #SHOP .pc-text-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #COMPANY .tablet-hide, #CONTACT .tablet-hide, #FAQ .tablet-hide, #PHILOSOPHY .tablet-hide, #POLICY .tablet-hide, #RICE .tablet-hide, #SHOP .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  #COMPANY .tablet-only, #CONTACT .tablet-only, #FAQ .tablet-only, #PHILOSOPHY .tablet-only, #POLICY .tablet-only, #RICE .tablet-only, #SHOP .tablet-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #COMPANY .sp-hide02, #COMPANY .pc-only02, #COMPANY .tablet-only02, #CONTACT .sp-hide02, #CONTACT .pc-only02, #CONTACT .tablet-only02, #FAQ .sp-hide02, #FAQ .pc-only02, #FAQ .tablet-only02, #PHILOSOPHY .sp-hide02, #PHILOSOPHY .pc-only02, #PHILOSOPHY .tablet-only02, #POLICY .sp-hide02, #POLICY .pc-only02, #POLICY .tablet-only02, #RICE .sp-hide02, #RICE .pc-only02, #RICE .tablet-only02, #SHOP .sp-hide02, #SHOP .pc-only02, #SHOP .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  #COMPANY .pc-hide02, #COMPANY .sp-only02, #CONTACT .pc-hide02, #CONTACT .sp-only02, #FAQ .pc-hide02, #FAQ .sp-only02, #PHILOSOPHY .pc-hide02, #PHILOSOPHY .sp-only02, #POLICY .pc-hide02, #POLICY .sp-only02, #RICE .pc-hide02, #RICE .sp-only02, #SHOP .pc-hide02, #SHOP .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  #COMPANY .sp-hide03, #COMPANY .pc-only03, #COMPANY .tablet-only03, #CONTACT .sp-hide03, #CONTACT .pc-only03, #CONTACT .tablet-only03, #FAQ .sp-hide03, #FAQ .pc-only03, #FAQ .tablet-only03, #PHILOSOPHY .sp-hide03, #PHILOSOPHY .pc-only03, #PHILOSOPHY .tablet-only03, #POLICY .sp-hide03, #POLICY .pc-only03, #POLICY .tablet-only03, #RICE .sp-hide03, #RICE .pc-only03, #RICE .tablet-only03, #SHOP .sp-hide03, #SHOP .pc-only03, #SHOP .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  #COMPANY .pc-hide03, #COMPANY .sp-only03, #CONTACT .pc-hide03, #CONTACT .sp-only03, #FAQ .pc-hide03, #FAQ .sp-only03, #PHILOSOPHY .pc-hide03, #PHILOSOPHY .sp-only03, #POLICY .pc-hide03, #POLICY .sp-only03, #RICE .pc-hide03, #RICE .sp-only03, #SHOP .pc-hide03, #SHOP .sp-only03 {
    display: none !important;
  }
}

#COMPANY .arial, #CONTACT .arial, #FAQ .arial, #PHILOSOPHY .arial, #POLICY .arial, #RICE .arial, #SHOP .arial {
  font-family: "Arial", arial !important;
}

#COMPANY .arial_n, #CONTACT .arial_n, #FAQ .arial_n, #PHILOSOPHY .arial_n, #POLICY .arial_n, #RICE .arial_n, #SHOP .arial_n {
  font-family: "Arial Narrow", arial !important;
}

#COMPANY .color_pri, #CONTACT .color_pri, #FAQ .color_pri, #PHILOSOPHY .color_pri, #POLICY .color_pri, #RICE .color_pri, #SHOP .color_pri {
  color: #67B59B;
}

#COMPANY .mt0, #CONTACT .mt0, #FAQ .mt0, #PHILOSOPHY .mt0, #POLICY .mt0, #RICE .mt0, #SHOP .mt0 {
  margin-top: 0 !important;
}

#COMPANY .mb0, #CONTACT .mb0, #FAQ .mb0, #PHILOSOPHY .mb0, #POLICY .mb0, #RICE .mb0, #SHOP .mb0 {
  margin-bottom: 0 !important;
}

#COMPANY .m-auto, #CONTACT .m-auto, #FAQ .m-auto, #PHILOSOPHY .m-auto, #POLICY .m-auto, #RICE .m-auto, #SHOP .m-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

#COMPANY .inverse h2,
#COMPANY .inverse h3,
#COMPANY .inverse h4,
#COMPANY .inverse p, #CONTACT .inverse h2,
#CONTACT .inverse h3,
#CONTACT .inverse h4,
#CONTACT .inverse p, #FAQ .inverse h2,
#FAQ .inverse h3,
#FAQ .inverse h4,
#FAQ .inverse p, #PHILOSOPHY .inverse h2,
#PHILOSOPHY .inverse h3,
#PHILOSOPHY .inverse h4,
#PHILOSOPHY .inverse p, #POLICY .inverse h2,
#POLICY .inverse h3,
#POLICY .inverse h4,
#POLICY .inverse p, #RICE .inverse h2,
#RICE .inverse h3,
#RICE .inverse h4,
#RICE .inverse p, #SHOP .inverse h2,
#SHOP .inverse h3,
#SHOP .inverse h4,
#SHOP .inverse p {
  color: #fff;
}

#COMPANY .inverse h2:after, #CONTACT .inverse h2:after, #FAQ .inverse h2:after, #PHILOSOPHY .inverse h2:after, #POLICY .inverse h2:after, #RICE .inverse h2:after, #SHOP .inverse h2:after {
  background: #fff;
}

#COMPANY .inverse h2 small,
#COMPANY .inverse h2 span, #CONTACT .inverse h2 small,
#CONTACT .inverse h2 span, #FAQ .inverse h2 small,
#FAQ .inverse h2 span, #PHILOSOPHY .inverse h2 small,
#PHILOSOPHY .inverse h2 span, #POLICY .inverse h2 small,
#POLICY .inverse h2 span, #RICE .inverse h2 small,
#RICE .inverse h2 span, #SHOP .inverse h2 small,
#SHOP .inverse h2 span {
  color: #fff;
}

#COMPANY .link-tel, #CONTACT .link-tel, #FAQ .link-tel, #PHILOSOPHY .link-tel, #POLICY .link-tel, #RICE .link-tel, #SHOP .link-tel {
  text-decoration: none;
}

@media (min-width: 768px) {
  #COMPANY .link-tel, #CONTACT .link-tel, #FAQ .link-tel, #PHILOSOPHY .link-tel, #POLICY .link-tel, #RICE .link-tel, #SHOP .link-tel {
    pointer-events: none;
    cursor: default;
  }
}

#COMPANY h2, #CONTACT h2, #FAQ h2, #PHILOSOPHY h2, #POLICY h2, #RICE h2, #SHOP h2 {
  color: #67B59B;
}

#COMPANY h3, #CONTACT h3, #FAQ h3, #PHILOSOPHY h3, #POLICY h3, #RICE h3, #SHOP h3 {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
}

#COMPANY .question::before, #CONTACT .question::before, #FAQ .question::before, #PHILOSOPHY .question::before, #POLICY .question::before, #RICE .question::before, #SHOP .question::before {
  content: 'Q.';
  margin-right: 0.5em;
}

#COMPANY .answer::before, #CONTACT .answer::before, #FAQ .answer::before, #PHILOSOPHY .answer::before, #POLICY .answer::before, #RICE .answer::before, #SHOP .answer::before {
  content: 'A.';
  margin-right: 0.5em;
}

#COMPANY .contactTelFax, #CONTACT .contactTelFax, #FAQ .contactTelFax, #PHILOSOPHY .contactTelFax, #POLICY .contactTelFax, #RICE .contactTelFax, #SHOP .contactTelFax {
  list-style: none;
  margin: 0;
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

#COMPANY .contactTelFax li, #CONTACT .contactTelFax li, #FAQ .contactTelFax li, #PHILOSOPHY .contactTelFax li, #POLICY .contactTelFax li, #RICE .contactTelFax li, #SHOP .contactTelFax li {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#COMPANY .contactFax, #CONTACT .contactFax, #FAQ .contactFax, #PHILOSOPHY .contactFax, #POLICY .contactFax, #RICE .contactFax, #SHOP .contactFax {
  font-size: clamp(1.25rem, 1.162rem + 0.38vw, 1.5rem);
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

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