/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-7.use[1]!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-7.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-7.use[3]!./sass/style.sass ***!
  \****************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* layout */
/*---------------------------------------*/
/* color */
/*---------------------------------------*/
/* font
 * @src https://fonts.google.com/ */
/*---------------------------------------*/
/* Components */
/*---------------------------------------*/
/* common  */
/*---------------------------------------*/
body {
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #666;
  /* mq */
  /*---------------------------------------*/
  font-size: 14px;
  line-height: 1.6;
}

/* util  */
/*---------------------------------------*/
main {
  overflow: hidden;
  position: relative;
}
main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
main.active::before {
  background: #188732;
  opacity: 0.7;
  z-index: 1;
}

.text-white {
  color: #fff;
}

.text-default {
  color: #333333;
}

.text-green {
  color: #188732;
}

.text-beige {
  color: #FFFCE1;
}

.text-yellow {
  color: #DACE1E;
}

.text-orange {
  color: #ED7B00;
}

.text-light-blue {
  color: #9FCDF3;
}

.otf-gothic {
  font-family: "a-otf-gothic-mb101-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
}

.noto-sans-jp-R {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-M {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-jp-B {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-Black {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1, h2, h3, h4, p {
  margin: 0;
  color: #333333;
}

h1 {
  letter-spacing: 0.1em;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h2 {
  letter-spacing: 0.1em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h3 {
  letter-spacing: 0.1em;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h4 {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  color: #333333;
}

.box-shadow {
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
}

.size-32 {
  font-size: 24px;
}

.size-64 {
  font-size: 36px;
}

#page-mv {
  position: relative;
  height: 200px;
  padding-top: 60px;
}
#page-mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page-mv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
}

#breadcrumb {
  overflow: scroll;
  padding: 20px 0;
}
#breadcrumb::-webkit-scrollbar {
  display: none;
}
#breadcrumb ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#breadcrumb ul li a {
  font-size: 12px;
  color: #333333;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#breadcrumb ul li a:hover {
  color: #333333;
}
#breadcrumb ul li:nth-child(n+2) a::before {
  content: "＞";
  margin: 0 7px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  color: #333333;
}
#breadcrumb ul li span {
  font-size: 12px;
  color: #333333;
}
#breadcrumb ul li span::before {
  content: "＞";
  margin: 0 7px;
  font-size: 12px;
  text-decoration: none;
  pointer-events: none;
  color: #333333;
}

.wp-pagenavi {
  text-align: center;
  max-width: 800px;
  margin: 80px auto 0 auto;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
  font-size: 24px;
  padding: 7px 15px;
  border-radius: 50%;
  margin: 0 6px;
  color: #333333;
}
.wp-pagenavi span.current {
  color: #188732;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a.page:hover {
  color: #188732;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  color: #fff;
  position: relative;
  background-color: #fff;
}
.wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/pagenavi-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.3s ease;
}
.wp-pagenavi .nextpostslink:hover::before, .wp-pagenavi .previouspostslink:hover::before {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/pagenavi-icon-hover.svg");
}
.wp-pagenavi .nextpostslink::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#privacy .section-wrap .privacy-block a {
  overflow-wrap: break-word;
}
#privacy .section-wrap .disclaim-top {
  margin-top: 40px;
}

#header {
  background: #188732;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
#header .section-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#header .section-wrap .uk-container {
  width: 100%;
}
#header .section-wrap .uk-flex .flex-item:first-child {
  padding-left: 12px;
}
#header .section-wrap .uk-flex .flex-item:first-child a img {
  max-width: unset;
  width: 200%;
  transform: scale(0.5);
  transform-origin: left;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 40px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li a {
  color: #fff;
  font-size: 18px;
}
#header .section-wrap .uk-flex .flex-item:nth-child(2) ul li.contact a {
  background: #ED7B00;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
}
#header .section-wrap .uk-flex .flex-item:last-child .header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background: #fff;
  position: relative;
  top: 50%;
}
#header .section-wrap .uk-flex .flex-item:last-child .header .logo {
  font-size: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_hidden {
  display: none;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 100;
  cursor: pointer;
  background: #fff;
  width: 60px;
  height: 60px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open p {
  margin: 15px 0 0 0;
  text-align: center;
  font-size: 10px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span,
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span:before,
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #188732;
  transition: 0.5s;
  position: absolute;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span {
  top: 24px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span:before {
  bottom: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .drawer_open span:after {
  top: 8px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav #drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav #drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav #drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
#header .section-wrap .uk-flex .flex-item:last-child .nav #drawer_input:checked ~ .nav_content {
  right: 0 !important;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .nav_content {
  width: 70%;
  height: 60%;
  position: fixed;
  top: 0;
  right: -70% !important;
  z-index: 99;
  background: #fff;
  transition: 0.5s;
  margin-top: 60px;
  border-bottom-left-radius: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .nav_list {
  list-style: none;
  padding: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .nav_item:not(:last-child) {
  margin-bottom: 20px;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .nav_item.contact a {
  background: #ED7B00;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  display: block;
  width: auto;
  text-align: center;
}
#header .section-wrap .uk-flex .flex-item:last-child .nav .nav_item a {
  color: #188732;
  text-decoration: none;
  font-size: 18px;
  -webkit-text-emphasis: none;
          text-emphasis: none;
}

#footer {
  background: #188732;
  padding: 80px 0 40px 0;
}
#footer .section-wrap .uk-flex .flex-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#footer .section-wrap .uk-flex .flex-item ul {
  gap: 20px;
}
#footer .section-wrap .uk-flex .flex-item ul li a {
  color: #fff;
}

#front-mv {
  margin-top: 60px;
}
#front-mv .section-wrap .mv-wrap {
  position: relative;
  height: 600px;
}
#front-mv .section-wrap .mv-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-mv .section-wrap .mv-wrap h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
  letter-spacing: 20%;
  line-height: inherit;
  width: 100%;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#front-mv .section-wrap .mv-wrap h1 img {
  width: 90%;
}

#front-news {
  background: #FFFCE1;
  padding: 90px 0 80px 0;
}
#front-news .section-wrap .deco.top-left {
  top: -20px;
  left: 20px;
  max-width: 80px;
}
#front-news .section-wrap .news-list {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
#front-news .section-wrap .news-list ul li {
  border-bottom: 1px solid #188732;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
#front-news .section-wrap .news-list ul li a {
  gap: 10px;
  flex-wrap: wrap;
}
#front-news .section-wrap .news-list ul li a p.news-cat {
  border: 1px solid #333333;
  padding: 2px 8px;
  font-size: 15px;
}
#front-news .section-wrap .content-nav .back {
  background: #188732;
  border: 2px solid #188732;
  color: #fff;
  padding: 8px 20px;
  padding-right: 14px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
#front-news .section-wrap .content-nav .back::after {
  content: "";
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/pagenavi-icon-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-left: 10px;
  transition: all 0.3s ease;
}
#front-news .section-wrap .content-nav .back:hover::after {
  margin-left: 20px;
}

#front-about {
  padding: 60px 0;
}
#front-about .section-wrap {
  position: relative;
}
#front-about .section-wrap .image {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#front-about .section-wrap .image.image-1 {
  top: -100px;
}
#front-about .section-wrap .image.image-2 {
  left: auto;
  right: 100px;
}
#front-about .section-wrap .image.image-3 {
  top: auto;
  left: 40px;
  bottom: 0;
}
#front-about .section-wrap .image.image-4 {
  left: auto;
  right: 0;
  top: auto;
  bottom: -100px;
}
#front-about .section-wrap .image-sp {
  width: 95%;
}
#front-about .section-wrap .image-sp-first .uk-grid .uk-width-1-2:last-child {
  width: 45%;
  margin-left: auto;
}
#front-about .section-wrap .text-content {
  position: relative;
  z-index: 1;
}
#front-about .section-wrap .text-content h1 {
  letter-spacing: 15%;
  line-height: inherit;
  margin-bottom: 30px;
}

#front-point {
  background: #188732;
  position: relative;
  padding: 50px 0;
}
#front-point .wave-top {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
}
#front-point .section-wrap .title-content {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
}
#front-point .section-wrap .title-content img {
  position: absolute;
  bottom: -40px;
  right: -50%;
}
#front-point .section-wrap .point-content .point-item {
  position: relative;
}
#front-point .section-wrap .point-content .point-item:not(#front-point .section-wrap .point-content .point-item:last-child) {
  margin-bottom: 60px;
}
#front-point .section-wrap .point-content .point-item:nth-child(2n) img.deco {
  position: absolute;
  top: 160px;
  right: 0;
  left: auto;
  max-width: 60%;
}
#front-point .section-wrap .point-content .point-item:nth-child(2n) .uk-grid {
  flex-direction: row-reverse;
}
#front-point .section-wrap .point-content .point-item:last-child img.deco {
  position: absolute;
  top: 150px;
  left: -6px;
  max-width: 30%;
  z-index: 1;
}
#front-point .section-wrap .point-content .point-item img.deco {
  position: absolute;
  top: 170px;
  left: -6px;
  max-width: 40%;
  z-index: 1;
}
#front-point .section-wrap .point-content .point-item .uk-grid {
  gap: 40px;
}
#front-point .section-wrap .point-content .point-item .uk-grid .grid-item h2 {
  background: #fff;
  padding: 6px 12px;
  width: -moz-fit-content;
  width: fit-content;
}
#front-point .wave-bottom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  z-index: 0;
}

#front-voice {
  background: #9FCDF3;
  padding: 100px 0;
}
#front-voice .section-wrap {
  position: relative;
  z-index: 1;
}
#front-voice .section-wrap .deco {
  position: absolute;
  z-index: -1;
}
#front-voice .section-wrap .deco.top-left {
  top: -60px;
  left: -40px;
  max-width: 140px;
}
#front-voice .section-wrap .deco.bottom-right {
  right: 0;
  top: -60px;
  max-width: 70px;
}
#front-voice .section-wrap .deco.bottom-left {
  left: 0;
  bottom: -60px;
  max-width: 130px;
}
#front-voice .section-wrap .voice-content .voice-item {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
#front-voice .section-wrap .voice-content .voice-item:not(#front-voice .section-wrap .voice-content .voice-item:last-child) {
  margin-bottom: 60px;
}
#front-voice .section-wrap .voice-content .voice-item .uk-grid {
  gap: 20px 0;
}
#front-voice .section-wrap .voice-content .voice-item .uk-grid .grid-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#front-product {
  padding: 100px 0 200px 0;
}
#front-product .section-wrap .title-content {
  margin-bottom: 20px;
}
#front-product .section-wrap .product-content.rice {
  margin-bottom: 160px;
}
#front-product .section-wrap .product-content.rice .bg {
  right: 0;
  bottom: -115px;
  z-index: -1;
  height: 100%;
}
#front-product .section-wrap .product-content.rice .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-product .section-wrap .product-content.rice .bg-deco {
  right: -30px;
  bottom: -30px;
}
#front-product .section-wrap .product-content.rice .detail-content .uk-grid {
  gap: 30px 0;
}
#front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item .uk-position-relative {
  width: -moz-fit-content;
  width: fit-content;
}
#front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item .position-text {
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item .position-deco {
  max-width: 50px;
}
#front-product .section-wrap .product-content.rice .item-content .uk-grid {
  gap: 40px 0;
}
#front-product .section-wrap .product-content.rice .item-content .uk-grid .grid-item-content {
  border: 3px solid #188732;
  border-radius: 24px;
  padding: 30px;
  background: #fff;
}
#front-product .section-wrap .product-content.rice .item-content .uk-grid .grid-item-content img {
  width: 100%;
}
#front-product .section-wrap .product-content.green-soybeans {
  margin-bottom: 160px;
}
#front-product .section-wrap .product-content.green-soybeans .deco {
  z-index: -1;
}
#front-product .section-wrap .product-content.green-soybeans .deco.top-left {
  top: 400px;
  left: 0;
  max-width: 100px;
}
#front-product .section-wrap .product-content.green-soybeans .deco.bottom-right {
  bottom: -100px;
  right: -10px;
  transform: rotate(13deg);
  max-width: 100px;
}
#front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid {
  gap: 30px 0;
}
#front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item img {
  transform: rotate(6deg);
}
#front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item .uk-position-relative {
  width: -moz-fit-content;
  width: fit-content;
}
#front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item .position-text {
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box:not(#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box:last-child) {
  margin-bottom: 40px;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul {
  border: 3px solid #188732;
  border-radius: 24px;
  background: #fff;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li.uk-open a::before {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/close-icon.svg");
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li a {
  padding: 20px;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li a::before {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/open-icon.svg");
  margin-top: 5px;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content {
  padding: 20px;
  padding-top: 0;
  margin-top: 0;
}
#front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content .uk-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-product .section-wrap .product-content.beans .bg {
  left: 0;
  bottom: -120px;
  height: 90%;
  z-index: -1;
}
#front-product .section-wrap .product-content.beans .bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#front-product .section-wrap .product-content.beans .deco.bottom-right {
  bottom: -140px;
  right: -15px;
  z-index: -1;
  max-width: 130px;
}
#front-product .section-wrap .product-content.beans .detail-content .uk-grid {
  gap: 30px 0;
}
#front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item img {
  transform: rotate(13deg);
}
#front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item .uk-position-relative {
  width: -moz-fit-content;
  width: fit-content;
}
#front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item .position-text {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
#front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item .position-deco {
  max-width: 60px;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap {
  border: 3px solid #188732;
  border-radius: 24px;
  background: #fff;
  padding: 30px;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:not(#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:last-child) {
  margin-bottom: 60px;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:first-child .position-deco {
  transform: rotate(0deg) !important;
  width: 70% !important;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:first-child .position-deco::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.15);
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:nth-child(2n) .uk-grid .grid-item .position-deco {
  position: unset !important;
  transform: rotate(-10deg);
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap .uk-grid {
  flex-direction: column-reverse;
  gap: 20px 0;
}
#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap .uk-grid .grid-item .position-deco {
  position: unset !important;
  transform: rotate(10deg);
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

#front-recipe {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/front/front-recipe-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0;
}
#front-recipe .section-wrap .recipe-content {
  background: #fff;
  padding: 30px 28px;
}
#front-recipe .section-wrap .recipe-content .title-content h1 {
  background: linear-gradient(transparent 50%, #F4FF59 50%);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#front-recipe .section-wrap .recipe-content .uk-grid {
  gap: 40px 0;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item img {
  display: block;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item img:last-child {
  margin-left: auto;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-name {
  background: #ED7B00;
  padding: 6px;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-detail {
  background: rgba(251, 247, 215, 0.7);
  padding: 20px;
  border-radius: 10px;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-cook {
  padding: 20px;
}
#front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-cook ul li {
  padding-left: 1em;
  text-indent: -1em;
}

#front-area {
  padding: 100px 0;
}
#front-area .section-wrap .deco.top-left {
  top: -90px;
  right: -7px;
  max-width: 60px;
  z-index: -1;
}
#front-area .section-wrap .area-content .uk-grid {
  gap: 40px 0;
}
#front-area .section-wrap .area-content .uk-grid .grid-item {
  display: flex;
}
#front-area .section-wrap .area-content .uk-grid .grid-item-content {
  border: 3px solid #188732;
  border-radius: 24px;
  padding: 30px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
#front-area .section-wrap .area-content .uk-grid .grid-item-content img {
  width: 100%;
}

#front-instagram {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/front/front-instagram-bg-im02.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#front-instagram .section-wrap {
  z-index: 1;
}
#front-instagram .section-wrap .deco {
  z-index: -1;
}
#front-instagram .section-wrap .deco.top-left {
  top: 90px;
  left: -30px;
  transform: rotate(-10deg);
  max-width: 100px;
}
#front-instagram .section-wrap .deco.bottom-right {
  bottom: 100px;
  right: -10px;
  max-width: 65px;
}
#front-instagram .section-wrap .title-content {
  margin-top: 20px;
}
#front-instagram .section-wrap .instagram-content {
  margin-bottom: 50px;
}
#front-instagram .section-wrap .instagram-content img {
  width: 100%;
}
#front-instagram .section-wrap .instagram-content .uk-grid {
  gap: 30px 0;
}
#front-instagram .section-wrap .content-nav a {
  background: #188732;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}
#front-instagram .section-wrap .content-nav a::after {
  content: "";
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/tab-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}
#front-instagram .section-wrap .content-nav a:hover {
  background: #fff;
  color: #188732;
}
#front-instagram .section-wrap .content-nav a:hover::after {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/tab-icon-hover.svg");
}

#front-contact {
  background: rgba(24, 135, 50, 0.3);
  padding: 70px 0;
}
#front-contact .section-wrap .deco.bottom-right {
  bottom: -60px;
  right: 0;
  max-width: 120px;
}
#front-contact .section-wrap .form-content {
  background: #fff;
  padding: 20px;
  border-radius: 24px;
  margin: 0 auto;
}
#front-contact .section-wrap .form-content .form-container .form-box {
  gap: 10px;
}
#front-contact .section-wrap .form-content .form-container .form-box .flex-item:first-child p {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-contact .section-wrap .form-content .form-container .form-box .flex-item p span.required {
  background: #E15060;
  color: #fff;
  padding: 2px 6px;
  font-size: 14px;
  border-radius: 2px;
  margin-left: 10px;
}
#front-contact .section-wrap .form-content .form-container .form-box .flex-item input, #front-contact .section-wrap .form-content .form-container .form-box .flex-item textarea {
  width: 100%;
  height: 50px;
  outline: none;
  box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #333333;
  padding: 10px;
}
#front-contact .section-wrap .form-content .form-container .form-box .flex-item textarea {
  height: 100%;
}
#front-contact .section-wrap .form-content .form-container .check-box .check {
  margin: 20px 0;
}
#front-contact .section-wrap .form-content .form-container .check-box .check .wpcf7-list-item {
  margin: 0;
}
#front-contact .section-wrap .form-content .form-container .check-box .check a {
  color: #188732;
  border-bottom: 1px solid #188732;
}
#front-contact .section-wrap .form-content .form-container .button {
  padding-right: 0;
  position: relative;
  max-width: 150px;
  height: 50px;
  margin: 0 auto;
  margin-top: 20px;
}
#front-contact .section-wrap .form-content .form-container .button:hover p::after {
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/pagenavi-icon-hover.svg");
}
#front-contact .section-wrap .form-content .form-container .button p {
  height: 100%;
  width: 100%;
  display: block;
  align-items: center;
}
#front-contact .section-wrap .form-content .form-container .button p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url("https://youfarm310.com/wp/wp-content/themes/youfarm/images/mixins/submit-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
#front-contact .section-wrap .form-content .form-container .button input {
  height: 100%;
  width: 100%;
  background: none;
  border: none;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s ease;
  background: #188732;
  border: 2px solid #fff;
  border-radius: 50px;
  box-shadow: 2px 2px 0 #fff;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 500;
  font-style: normal;
}
#front-contact .section-wrap .form-content .form-container .button input:hover {
  background: #fff;
  border-color: #188732;
  color: #188732;
}
#front-contact .section-wrap .form-content .form-container .button input:disabled {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.7);
}
#front-contact .section-wrap .form-content .form-container .button input:disabled:hover {
  background: #188732;
  border-color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
#front-contact .section-wrap .form-content .form-container .button input span.wpcf7-spinner {
  display: none;
}

#archive-news-list {
  padding-bottom: 40px;
}
#archive-news-list .section-wrap .uk-flex {
  gap: 30px;
}
#archive-news-list .section-wrap .uk-flex .news-container ul li {
  border-bottom: 1px solid #188732;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#archive-news-list .section-wrap .uk-flex .news-container ul li a .uk-flex .flex-item .date-category {
  flex-direction: unset;
}
#archive-news-list .section-wrap .uk-flex .news-container ul li a .uk-flex .flex-item .date-category p.news-cat {
  border: 1px solid #333333;
  padding: 2px 5px;
}
#archive-news-list .section-wrap .uk-flex .archive-container .box p {
  border-bottom: 2px solid #188732;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
#archive-news-list .section-wrap .uk-flex .archive-container .box a:hover {
  color: #188732;
}
#archive-news-list .section-wrap .uk-flex .archive-container .box select {
  border: 1px solid #333333;
  padding: 4px 8px;
  display: block;
  margin: 0 auto;
}

#single-news-list {
  padding-bottom: 40px;
}
#single-news-list .section-wrap .news-container {
  max-width: 800px;
  margin: 0 auto;
}
#single-news-list .section-wrap .news-container .day-category p.news-cat {
  border: 1px solid #333333;
  padding: 2px 5px;
}
#single-news-list .section-wrap .content-nav {
  margin-top: 48px;
}
#single-news-list .section-wrap .content-nav .uk-flex {
  gap: 40px;
}
#single-news-list .section-wrap .content-nav .back {
  background: #188732;
  border: 2px solid #188732;
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
}
#single-news-list .section-wrap .content-nav .back:hover {
  background: #fff;
  color: #188732;
}
#single-news-list .section-wrap .content-nav .previous img {
  transform: translate(-50%, -50%) rotate(180deg);
}
#single-news-list .section-wrap .content-nav .previous, #single-news-list .section-wrap .content-nav .next {
  position: relative;
  width: 26px;
  height: 26px;
}
#single-news-list .section-wrap .content-nav .previous:hover img, #single-news-list .section-wrap .content-nav .next:hover img {
  opacity: 0;
}
#single-news-list .section-wrap .content-nav .previous:hover img.hover, #single-news-list .section-wrap .content-nav .next:hover img.hover {
  opacity: 1;
}
#single-news-list .section-wrap .content-nav img {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#single-news-list .section-wrap .content-nav img.hover {
  opacity: 0;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  .size-18 {
    font-size: 18px;
  }
  .size-28 {
    font-size: 28px;
  }
  .size-32 {
    font-size: 32px;
  }
  .size-40 {
    font-size: 40px;
  }
  .size-64 {
    font-size: 64px;
  }
  #page-mv {
    height: 300px;
    padding-top: 80px;
  }
  #breadcrumb {
    overflow: hidden;
    padding: 40px 0;
  }
  #breadcrumb ul {
    width: auto;
  }
  #breadcrumb ul li a {
    font-size: 16px;
  }
  #breadcrumb ul li:nth-child(n+2) a::before {
    font-size: 16px;
  }
  #breadcrumb ul li span {
    font-size: 16px;
  }
  #breadcrumb ul li span::before {
    font-size: 16px;
  }
  #privacy .section-wrap .disclaim-top {
    margin-top: 80px;
  }
  #header .section-wrap .uk-flex .flex-item:first-child {
    padding-left: 40px;
  }
  #footer .section-wrap .uk-flex .flex-item ul {
    gap: 30px;
  }
  #footer .section-wrap .uk-flex .flex-item ul li a {
    font-size: 18px;
  }
  #front-mv .section-wrap .mv-wrap {
    height: auto;
  }
  #front-mv .section-wrap .mv-wrap h1 img {
    width: 100%;
    transform: scale(0.5);
  }
  #front-news {
    padding: 120px 0 80px 0;
  }
  #front-news .section-wrap .deco.top-left {
    top: -90px;
    left: 70px;
    max-width: 100%;
  }
  #front-news .section-wrap .news-list ul li a p.news-title {
    width: 60%;
  }
  #front-about {
    padding: 200px 0;
  }
  #front-about .section-wrap .text-content h1 {
    margin-bottom: 100px;
  }
  #front-point {
    padding: 100px 0;
  }
  #front-point .wave-top {
    top: -50px;
  }
  #front-point .section-wrap .title-content {
    margin-bottom: 100px;
  }
  #front-point .section-wrap .point-content .point-item:nth-child(2n) img.deco {
    top: auto;
    bottom: -80px;
    left: auto;
    right: -70px;
  }
  #front-point .section-wrap .point-content .point-item:last-child img.deco {
    top: unset;
    left: -70px;
    bottom: -60px;
    max-width: 100%;
  }
  #front-point .section-wrap .point-content .point-item img.deco {
    top: unset;
    left: -70px;
    bottom: -60px;
    max-width: 100%;
  }
  #front-point .wave-bottom {
    bottom: -50px;
  }
  #front-voice {
    padding: 160px 0;
  }
  #front-voice .section-wrap .deco {
    display: block;
  }
  #front-voice .section-wrap .deco.top-left {
    top: 160px;
    left: -50px;
    max-width: 100%;
  }
  #front-voice .section-wrap .deco.top-right {
    top: 60px;
    right: 0;
  }
  #front-voice .section-wrap .deco.bottom-right {
    top: 400px;
    right: 20px;
    max-width: 100%;
  }
  #front-voice .section-wrap .deco.bottom-left {
    bottom: -130px;
    left: 0;
    max-width: 100%;
  }
  #front-voice .section-wrap .voice-content .voice-item {
    padding: 60px;
  }
  #front-voice .section-wrap .voice-content .voice-item .uk-grid .grid-item:last-child {
    width: 60%;
  }
  #front-product {
    padding: 170px 0 300px 0;
  }
  #front-product .section-wrap .title-content {
    margin-bottom: 0;
  }
  #front-product .section-wrap .product-content.rice {
    margin-bottom: 230px;
  }
  #front-product .section-wrap .product-content.rice .bg {
    bottom: -200px;
    height: auto;
    right: -130px;
  }
  #front-product .section-wrap .product-content.rice .bg-deco {
    bottom: unset;
    top: 50%;
    right: 130px;
    transform: translateY(-50%);
  }
  #front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item:first-child {
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item:last-child {
    width: 55%;
  }
  #front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item .position-deco {
    left: -100%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
  }
  #front-product .section-wrap .product-content.rice .item-content .uk-grid .grid-item-content {
    padding: 50px 60px;
  }
  #front-product .section-wrap .product-content.green-soybeans {
    margin-bottom: 210px;
  }
  #front-product .section-wrap .product-content.green-soybeans .deco.top-left {
    max-width: 100%;
  }
  #front-product .section-wrap .product-content.green-soybeans .deco.bottom-right {
    bottom: -150px;
    right: -40px;
    max-width: 100%;
  }
  #front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item:first-child {
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li a {
    padding: 20px 50px;
  }
  #front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content {
    padding: 40px 50px;
    padding-top: 0;
  }
  #front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content .uk-grid .grid-item {
    width: 45%;
  }
  #front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content .uk-grid .grid-item:last-child {
    width: 50%;
  }
  #front-product .section-wrap .product-content.beans .bg {
    left: 0;
    bottom: -230px;
    z-index: -1;
    height: auto;
  }
  #front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item:first-child {
    width: -moz-fit-content;
    width: fit-content;
  }
  #front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item .position-deco {
    left: -115%;
    top: 60%;
    transform: translate(100%, -50%);
    max-width: 100%;
  }
  #front-product .section-wrap .product-content.beans .item-content {
    width: 75%;
    margin: 0 auto;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap {
    padding: 40px 50px;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:not(#front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:last-child) {
    margin-bottom: 130px;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:first-child .position-deco {
    transform: translateY(-50%) rotate(0deg) !important;
    width: 240px !important;
    right: -20px !important;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:nth-child(2n) .uk-grid {
    flex-direction: row-reverse;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:nth-child(2n) .uk-grid .grid-item .position-deco {
    position: absolute !important;
    top: 50%;
    right: unset;
    left: 30px;
    transform: translateY(-50%) rotate(-2.5deg);
    width: auto;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap .uk-grid {
    flex-direction: unset;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap .uk-grid .grid-item .position-deco {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(10deg);
    width: auto;
  }
  #front-recipe {
    padding: 160px 0;
  }
  #front-recipe .section-wrap .recipe-content {
    padding: 80px;
  }
  #front-recipe .section-wrap .recipe-content .uk-grid .grid-item img:not(#front-recipe .section-wrap .recipe-content .uk-grid .grid-item img:last-child) {
    margin-bottom: 40px;
  }
  #front-area {
    padding: 200px 0 200px 0;
  }
  #front-area .section-wrap .area-content .uk-grid .grid-item-content {
    padding: 40px 50px;
  }
  #front-instagram .section-wrap .deco.top-left {
    top: 140px;
    left: -30px;
    transform: rotate(-10deg);
    max-width: 100%;
  }
  #front-instagram .section-wrap .deco.bottom-right {
    bottom: 80px;
    right: 50px;
    max-width: 100%;
  }
  #front-instagram .section-wrap .title-content {
    margin-top: 60px;
  }
  #front-contact {
    padding: 160px 0;
  }
  #front-contact .section-wrap .deco.bottom-right {
    bottom: -100px;
    right: 0;
    max-width: 100%;
  }
  #front-contact .section-wrap .form-content {
    width: 65%;
    padding: 60px 80px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box {
    margin-bottom: 40px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box .flex-item:last-child {
    width: 50%;
  }
  #front-contact .section-wrap .form-content .form-container .check-box {
    text-align: center;
  }
  #archive-news-list {
    padding-bottom: 80px;
  }
  #archive-news-list .section-wrap .uk-flex .news-container {
    width: 70%;
    margin: 0 auto;
  }
  #archive-news-list .section-wrap .uk-flex .news-container ul li a .uk-flex .flex-item:first-child {
    width: 20%;
  }
  #archive-news-list .section-wrap .uk-flex .archive-container {
    width: -moz-fit-content;
    width: fit-content;
  }
  #single-news-list {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 640px) and (max-width: 959px) {
  h1 {
    font-size: 28px;
  }
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  #footer .section-wrap .uk-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #front-point .section-wrap .point-content .point-item .uk-grid .grid-item img {
    max-width: 350px;
    display: block;
    margin: 0 auto;
  }
  #front-product .section-wrap .product-content.rice {
    margin-bottom: 200px;
  }
  #front-product .section-wrap .product-content.rice .bg {
    bottom: -180px;
  }
  #front-product .section-wrap .product-content.rice .bg-deco {
    right: 20px;
    bottom: 20px;
  }
  #front-product .section-wrap .product-content.rice .bg-deco img {
    -o-object-position: unset;
       object-position: unset;
    max-width: 160px;
  }
  #front-product .section-wrap .product-content.green-soybeans .deco.bottom-right {
    max-width: 140px;
    bottom: -150px;
  }
  #front-product .section-wrap .product-content.beans .deco.bottom-right {
    max-width: 150px;
  }
  #front-recipe .section-wrap .recipe-content .title-content h1 {
    font-size: 20px;
  }
  #front-recipe .section-wrap .recipe-content .uk-grid .grid-item img {
    max-width: 320px;
    margin: 0 auto;
  }
  #front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-name h2 {
    font-size: 18px;
  }
  #front-instagram .section-wrap .title-content img {
    max-width: 30px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 639px) {
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  #page-mv h1 {
    font-size: 30px;
  }
  #footer .section-wrap .uk-flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  #front-mv .section-wrap .mv-wrap img {
    -o-object-position: right;
       object-position: right;
  }
  #front-point .section-wrap .point-content .point-item .uk-grid .grid-item img {
    max-width: 250px;
    display: block;
    margin: 0 auto;
  }
  #front-point .section-wrap .point-content .point-item .uk-grid .grid-item h2 {
    font-size: 28px;
  }
  #front-product .section-wrap .product-content.rice .bg img {
    -o-object-position: top 0 left -160px;
       object-position: top 0 left -160px;
  }
  #front-product .section-wrap .product-content.rice .bg-deco img {
    -o-object-position: unset;
       object-position: unset;
    max-width: 160px;
  }
  #front-product .section-wrap .product-content.rice .detail-content .uk-grid .grid-item .position-deco {
    max-width: 40px;
  }
  #front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item:first-child {
    width: 40%;
  }
  #front-product .section-wrap .product-content.green-soybeans .detail-content .uk-grid .grid-item:last-child {
    width: 60%;
  }
  #front-product .section-wrap .product-content.green-soybeans .item-content .accordion-box ul li .uk-accordion-content .uk-grid {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #front-product .section-wrap .product-content.beans .bg img {
    -o-object-position: top 0 right -250px;
       object-position: top 0 right -250px;
  }
  #front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item:first-child {
    width: 40%;
  }
  #front-product .section-wrap .product-content.beans .detail-content .uk-grid .grid-item:last-child {
    width: 60%;
  }
  #front-recipe .section-wrap .recipe-content .title-content h1 {
    font-size: 20px;
  }
  #front-recipe .section-wrap .recipe-content .uk-grid .grid-item img {
    max-width: 220px;
    margin: 0 auto;
  }
  #front-recipe .section-wrap .recipe-content .uk-grid .grid-item .recipe-name h2 {
    font-size: 18px;
  }
  #front-instagram .section-wrap .title-content img {
    max-width: 26px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box {
    flex-direction: column;
  }
  #archive-news-list .section-wrap .uk-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 80px;
  }
  #front-about .section-wrap .image {
    display: block;
  }
  #front-product .section-wrap .product-content.beans .deco.bottom-right {
    bottom: -150px;
    right: 30px;
    max-width: 100%;
  }
  #front-area .section-wrap .deco.top-left {
    top: -40px;
    left: 20px;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  #front-instagram .section-wrap .instagram-content {
    margin-bottom: 200px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box .flex-item:first-child {
    width: 25%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  #front-product .section-wrap .product-content.beans .deco.bottom-right {
    bottom: -150px;
    right: -20px;
    max-width: 100%;
  }
  #front-product .section-wrap .product-content.beans .item-content .grid-item-wrap:first-child {
    margin-top: 100px;
  }
  #front-area .section-wrap .deco.top-left {
    top: 0;
    left: 20px;
    max-width: 120px;
  }
  #front-instagram .section-wrap .instagram-content {
    margin-bottom: 100px;
  }
  #front-contact .section-wrap .form-content .form-container .form-box .flex-item:first-child {
    width: 30%;
  }
}
