@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Montserrat:wght@500&display=swap");
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html body {
  -webkit-box-shadow: none;
  -webkit-text-size-adjust: 100% !important;
  box-shadow: none;
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Sans", "ヒラギノ角ゴシック", source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.75;
  overflow-x: hidden;
}
html body a {
  color: #000;
  transition: 0.35s !important;
  -webkit-transition: 0.35s !important;
}
html body a:link {
  text-decoration: none;
}
html body .webfont {
  font-family: "Kiwi Maru", serif;
}
html body .btn {
  position: relative;
  display: block;
  width: 272px;
  height: 70px;
  color: #FFF;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  line-height: 70px;
  text-align: left !important;
  letter-spacing: 0;
  padding-left: 30px;
  background: #dc2f11;
  border-radius: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body .btn::before, html body .btn::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 28px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body .btn::before {
  width: 25px;
  height: 1px;
  background: #FFF;
}
html body .btn::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
html body .btn:hover {
  opacity: 0.7;
}
html body .btn:hover::before, html body .btn:hover::after {
  right: 23px;
}
html body .text_link {
  color: #000;
  display: inline-block;
  text-decoration: none;
  text-indent: 0;
}
html body .text_link::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 1px solid #000;
  border-radius: 1px;
  margin: 6px auto 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
}
html body .text_link:hover {
  text-decoration: none;
}
html body .text_link:hover::after {
  width: 100%;
}
html body .caution {
  position: relative;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
html body .caution::before {
  content: "※";
}
html body .en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
html body .wrapper {
  position: relative;
  display: block;
  clear: both;
  float: none;
  width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}
html body ul, html body ol {
  letter-spacing: -0.4em;
}
html body li {
  letter-spacing: normal;
  list-style: none;
  vertical-align: top;
}
html body .float {
  position: relative;
  display: block;
}
html body .float::before, html body .float::after {
  content: "";
  display: block;
  clear: both;
}
html body .float .fl_l {
  float: left;
}
html body .float .fl_r {
  float: right;
}
html body .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body .flex.right_pict {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
html body img {
  position: relative;
  display: block;
  max-width: 100%;
  height: auto;
}
html body .center {
  text-align: center;
}
html body .fw_6 {
  font-weight: 700;
}
html body header {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  background: #FFF;
}
html body header.fixed {
  top: 0;
}
html body header .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body header .wrapper #logo a {
  position: relative;
  display: block;
  width: 300px;
  height: 80px;
  font-size: 0;
  background: url(../images/common/header_logo.jpg) no-repeat center center;
  background-size: contain;
}
html body header .wrapper #logo a:hover {
  opacity: 0.7;
}
html body header .wrapper .right {
  line-height: 0;
  text-align: right;
}
html body header .wrapper .right .subNav {
  display: inline-block;
  max-width: 290px;
  width: 100%;
  margin-bottom: 25px;
}
html body header .wrapper .right .subNav ul {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
html body header .wrapper .right .subNav ul li a {
  position: relative;
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
html body header .wrapper .right .subNav ul li.fb a {
  width: 15px;
  height: 28px;
  background-image: url(../images/common/icon_fbR.svg);
}
html body header .wrapper .right .subNav ul li.insta a {
  width: 29px;
  height: 29px;
  background-image: url(../images/common/icon_instaR.svg);
}
html body header .wrapper .right .subNav ul li.cart a {
  width: 197px;
  height: 45px;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  letter-spacing: -0.05em;
  background: #dc2f11;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
html body header .wrapper .right .subNav ul li.cart a::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 24px;
  height: 25px;
  background: url(../images/common/icon_cartW.svg) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  top: 9px;
  margin-right: 5px;
}
html body header .wrapper .right #gnav ul li {
  margin-right: 60px;
}
html body header .wrapper .right #gnav ul li:last-child {
  margin-right: 0;
}
html body header .wrapper .right #gnav ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 28px;
}
html body header .wrapper .right #gnav ul li a span.en {
  position: relative;
  display: block;
  color: #dc2f11;
  font-size: 1rem;
  text-align: center;
  margin-top: 6px;
}
html body header .wrapper .right #gnav ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 6px;
  background: #dc2f11;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body header .wrapper .right #gnav ul li a:hover::after {
  width: 100%;
}
html body main .main_catch {
  position: relative;
  display: block;
  width: 100%;
  height: 550px;
  background-image: url(../images/top/main_catch-left.jpg), url(../images/top/main_catch-right.jpg), url(../images/top/main_catch-center.jpg);
  background-repeat: no-repeat;
  background-position: left center, right center, center bottom 25%;
  background-size: auto 550px, auto 550px, 80% auto;
}
html body main .main_catch p {
  position: absolute;
  display: block;
  height: 550px;
  font-size: 0;
  background: url(../images/top/main_catch-txt.svg) no-repeat top 175px center;
  background-size: 350px auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
html body main .main_catch p::after {
  content: "";
  position: absolute;
  display: block;
  width: 263px;
  height: 232px;
  background: url(../images/top/illust_minitomato.png) no-repeat center center;
  background-size: contain;
  right: 232px;
  bottom: -86px;
}
html body main section {
  position: relative;
  display: block;
}
html body main section h2 {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
}
html body main section h2 .en {
  position: relative;
  display: block;
  color: #dc2f11;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
html body main section .contents {
  position: relative;
  display: block;
}
html body main section .contents .pict {
  position: absolute;
  display: block;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
html body main section .contents .wrapper {
  text-align: right;
}
html body main section .contents .wrapper .inner {
  position: relative;
  display: inline-block;
  text-align: left;
}
html body main section#index01 {
  padding: 110px 0 90px;
  background: url(../images/top/bg_texture01.jpg) repeat top left;
  background-size: 1517px auto;
}
html body main section#index01::before {
  content: "";
  position: absolute;
  display: block;
  width: 216px;
  height: 199px;
  background: url(../images/top/illust_leaf.png) no-repeat center center/contain;
  left: 300px;
  bottom: -120px;
  z-index: 1;
}
html body main section#index01 .contents .pict {
  width: 40%;
  height: 302px;
  background-image: url(../images/top/index01_left-pict01.jpg);
  bottom: 28px;
}
html body main section#index01 .contents .wrapper::before, html body main section#index01 .contents .wrapper::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
html body main section#index01 .contents .wrapper::before {
  width: 290px;
  height: 237px;
  background-image: url(../images/top/index01_hokkaido.png);
  top: -15px;
  left: 100px;
}
html body main section#index01 .contents .wrapper::after {
  width: 358px;
  height: 358px;
  background-image: url(../images/top/index01_member.png);
  right: 15px;
  bottom: -233px;
}
html body main section#index01 .contents .wrapper .inner {
  max-width: 696px;
  width: 100%;
}
html body main section#index01 .contents .wrapper .inner h2 {
  line-height: 1.47;
  margin-bottom: 20px;
}
html body main section#index01 .contents .wrapper .inner p {
  line-height: 1.88;
  margin-bottom: 12px;
}
html body main section#index01 .contents .wrapper .inner a.btn {
  margin-top: 20px;
}
html body main section#index02 {
  padding-top: 97px;
}
html body main section#index02 .wrapper h2 {
  margin-bottom: 50px;
}
html body main section#index02 .wrapper h2::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 45px;
  background: url(../images/top/illust_minitomato-small.png) no-repeat center center;
  background-size: contain;
  margin: 22px auto 0;
}
html body main section#index02 .contents {
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
  margin-top: 60px;
}
html body main section#index02 .contents .pict {
  width: 50%;
  height: 400px;
  background: #FFF;
}
html body main section#index02 .contents .wrapper img {
  max-width: 425px;
  width: 100%;
}
html body main section#index02 .contents .wrapper .inner {
  max-width: 524px;
  padding: 88px 0 95px;
}
html body main section#index02 .contents .wrapper .inner p.circle {
  position: absolute;
  display: block;
  width: 132px;
  color: #FFF;
  font-size: 3rem;
  text-align: center;
  line-height: 132px;
  letter-spacing: -0.05em;
  border-radius: 50%;
  background: #dc2f11;
  top: 60px;
  left: -215px;
}
html body main section#index02 .contents .wrapper .inner p.circle span {
  position: relative;
  display: block;
  font-size: 2.6rem;
  line-height: 1.3;
}
html body main section#index02 .contents .wrapper .inner h3 {
  position: relative;
  display: block;
  color: #dc2f11;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
html body main section#index02 .contents .wrapper .inner a.btn {
  width: 196px;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
}
html body main section#index02 .contents:nth-of-type(2) .wrapper .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 137px;
  height: 81px;
  background: url(../images/top/illust_tomatoColor.png) no-repeat center center/contain;
  right: 30px;
  bottom: 65px;
}
html body main section#index02 .contents:nth-of-type(3) {
  margin-top: 0;
}
html body main section#index02 .contents:nth-of-type(3) .pict {
  right: 0;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper img {
  max-width: 445px;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 170px;
  height: 166px;
  background: url(../images/top/illust_sweetpotatoColor.png) no-repeat center center/contain;
  right: 13px;
  bottom: -65px;
  z-index: 1;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper .inner p.circle {
  background: #f57500;
  left: auto;
  right: -167px;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper .inner h3 {
  color: #f57500;
}
html body main section#index02 .contents:nth-of-type(3) .wrapper .inner a.btn {
  background: #f57500;
}
html body main section#index02 .contents:nth-of-type(4) {
  margin-top: 0;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper img {
  max-width: 464px;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper .inner::before {
  content: "";
  position: absolute;
  display: block;
  width: 206px;
  height: 190px;
  background: url(../images/top/illust_leaf2.png) no-repeat center center/contain;
  right: 0;
  bottom: -50px;
  z-index: 1;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper .inner p.circle {
  background: #5f874b;
  left: -200px;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper .inner h3 {
  color: #5f874b;
}
html body main section#index02 .contents:nth-of-type(4) .wrapper .inner a.btn {
  background: #5f874b;
}
html body main section#index03 {
  padding-top: 125px;
}
html body main section#index03 .product_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 50px;
  border-radius: 20px;
  background-color: #c10001;
}
html body main section#index03 .product_link a .product_link_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  color: #FFF;
  font-size: 38px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
html body main section#index03 .product_link a .product_link_title::before {
  content: "";
  position: relative;
  display: block;
  width: 67px;
  height: 61px;
  background: url(../images/top/illust_minitomato-small.png) no-repeat center center/contain;
}
html body main section#index03 .product_link a .product_link_title::after {
  content: "";
  position: relative;
  display: block;
  width: 136px;
  height: 92px;
  background: url(../images/top/illust_sweetpotato.png) no-repeat center center/contain;
}
html body main section#index03 .product_link a .product_link_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
html body main section#index03 .product_link a .product_link_logo .product_link_pict {
  position: relative;
  display: block;
  max-width: 1050px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 17px 0;
  background-color: #FFF;
  border-radius: 80px;
}
html body main section#index03 .product_link a .product_link_logo .product_link_pict img {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
html body main section#index03 .product_link a .product_link_logo .product_link_arrow {
  position: relative;
  max-width: 60px;
  width: 100%;
  right: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body main section#index03 .product_link a:hover {
  opacity: 0.8;
}
html body main section#index03 .product_link a:hover .product_link_logo .product_link_arrow {
  right: -10px;
}
html body main section#index03 .wrapper p.desc {
  margin: 25px 0 75px;
}
html body main section#index03 .wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 20px;
  margin-right: -20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  z-index: 1;
  right: 50%;
  bottom: -86px;
}
html body main section#index03 .bg_white {
  position: relative;
  display: block;
  padding: 80px 0 110px;
  background: #FFF;
}
html body main section#index03 .bg_white::before, html body main section#index03 .bg_white::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  background: #FFF;
  top: -10px;
  z-index: 1;
}
html body main section#index03 .bg_white::before {
  left: 50%;
  margin-left: 20px;
}
html body main section#index03 .bg_white::after {
  right: 50%;
  margin-right: 20px;
}
html body main section#index03 .bg_white .product_list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body main section#index03 .bg_white .product_list li {
  max-width: 340px;
  width: 100%;
  margin-bottom: 90px;
}
html body main section#index03 .bg_white .product_list li h3 {
  position: relative;
  display: block;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1;
  letter-spacing: -0.03em;
  margin: 30px 0 20px;
}
html body main section#index03 .bg_white .product_list li h3 span {
  font-size: 1.8rem;
}
html body main section#index03 .bg_white .product_list li a.btn {
  width: 196px;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 0;
}
html body main section#index03 .bg_white .dogfood_bnr {
  position: relative;
  display: block;
  width: 100%;
  height: 340px;
  text-align: center;
  border: 0.5px solid #808074;
  padding: 40px 0 0;
  margin-bottom: 80px;
  background-image: url(../images/top/index03_dogfood-left.jpg), url(../images/top/index03_dogfood-right.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: auto 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body main section#index03 .bg_white .dogfood_bnr::after {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 70px;
  background: url(../images/top/index03_dogfood-logo.jpg) no-repeat center center;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: 26px;
  margin: 0 auto;
}
html body main section#index03 .bg_white .dogfood_bnr h3 {
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
html body main section#index03 .bg_white .dogfood_bnr a.btn {
  width: 196px;
  height: 50px;
  line-height: 50px;
  margin: 30px auto 0;
}
html body main section#index03 .bg_white a.btn {
  margin: 0 auto;
}
html body main section#index04 {
  margin-top: 140px;
  padding: 100px 0 100px;
  background: url(../images/top/bg_texture01.jpg) repeat top left;
  background-size: 1517px auto;
}
html body main section#index04 h2 {
  margin-bottom: 30px;
}
html body main section#index04 .flex {
  margin-top: 50px;
}
html body main section#index04 .flex div {
  max-width: 590px;
  width: 100%;
  padding: 38px 46px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
}
html body main section#index04 .flex div h3 {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
html body main section#index04 .flex div .btn {
  width: 272px;
  height: 70px;
  font-family: "Montserrat", sans-serif;
  line-height: 70px;
  text-align: center !important;
  letter-spacing: 0.1em;
  padding-left: 0;
  margin: 40px auto 0;
}
html body main section#index04 .flex div .btn::before {
  position: relative;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: middle;
  right: auto;
  background-color: transparent;
  margin-right: 10px;
}
html body main section#index04 .flex div .btn::after {
  display: none;
}
html body main section#index04 .flex div.facebook .fb-page {
  margin-top: 40px;
  padding: 0;
}
html body main section#index04 .flex div.facebook .top_news_list_not_text {
  position: relative;
  margin-top: 50px;
}
html body main section#index04 .flex div.facebook .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 28px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
html body main section#index04 .flex div.facebook .btn::before {
  display: none;
}
html body main section#index04 .flex div.facebook .btn::after {
  content: "";
  position: relative;
  display: block;
  width: 25px;
  height: 16px;
  background: url(../images/common/arrow_W.png) no-repeat center center/contain;
  border: 0;
  right: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
html body main section#index04 .flex div.instagram .btn::before {
  width: 32px;
  height: 32px;
  background-image: url(../images/common/icon_instaW.svg);
}
html body main section#bottom_contact {
  position: relative;
  display: block;
  padding: 130px 0 120px;
  background: url(../images/common/footer_bg.jpg) no-repeat center center;
  background-size: cover;
}
html body main section#bottom_contact .wrapper .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 42px 63px 42px 68px;
  background: rgba(0, 0, 0, 0.5);
}
html body main section#bottom_contact .wrapper .flex h3 {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
html body main section#bottom_contact .wrapper .flex p {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-left: 55px;
}
html body main section#bottom_contact .wrapper .flex p::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.5px;
  height: 87px;
  background: #FFF;
  top: -34px;
  left: 0;
}
html body main section#bottom_contact .wrapper .flex a.btn {
  width: 409px;
}
html body main section#bottom_contact .wrapper .flex a.btn span {
  position: relative;
  display: block;
}
html body main section#bottom_contact .wrapper .flex a.btn span::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 27px;
  height: 20px;
  background: url(../images/common/icon_mailW.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
  top: -2px;
}
html body footer {
  padding: 95px 0 87px;
}
html body footer .wrapper.flex .left.flex div.footer_logo {
  margin-right: 35px;
  padding-right: 35px;
  border-right: 0.5px solid #808074;
}
html body footer .wrapper.flex .left.flex div.footer_logo a {
  position: relative;
  display: block;
  width: 243px;
  height: 180px;
  font-size: 0;
  background: url(../images/common/footer_logo.jpg) no-repeat center center;
  background-size: contain;
}
html body footer .wrapper.flex .left.flex div.footer_logo a:hover {
  opacity: 0.7;
}
html body footer .wrapper.flex .right.flex ul:first-of-type {
  margin-right: 80px;
}
html body footer .wrapper.flex .right.flex ul li {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 13px;
}
html body footer .wrapper.flex .right.flex ul li.sub {
  margin-bottom: 12px;
  padding-left: 1em;
}
html body footer .wrapper.flex .right.flex ul li.sub::before {
  content: "・";
}
html body footer .wrapper.flex .right.flex ul li:last-child {
  margin-bottom: 0;
}
html body footer .wrapper.flex .right.flex ul li a {
  line-height: 1;
}
html body footer .wrapper.flex .right.flex ul li a::after {
  margin-top: 0;
}
html body footer .wrapper.flex .right.flex ul li.fb {
  display: inline-block;
  vertical-align: middle;
  margin: 60px 24px 0 0;
}
html body footer .wrapper.flex .right.flex ul li.fb a {
  position: relative;
  display: block;
  width: 19px;
  height: 34px;
  font-size: 0;
  background: url(../images/common/icon_fbR.svg) no-repeat center center;
  background-size: contain;
}
html body footer .wrapper.flex .right.flex ul li.insta {
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
}
html body footer .wrapper.flex .right.flex ul li.insta a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background: url(../images/common/icon_instaR.svg) no-repeat center center;
  background-size: contain;
}
html body footer .wrapper.flex small {
  position: absolute;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  bottom: 0;
  left: 314px;
}
html body footer .wrapper.flex small a.text_link {
  color: #000;
  line-height: 1;
}
html body footer .wrapper.flex small a.text_link::after {
  position: relative;
  margin-top: 0;
  top: 2px;
}
html body.sub .main_title {
  position: relative;
  display: block;
  height: 360px;
  margin: 0 auto 90px;
}
html body.sub .main_title::before {
  content: "";
  position: absolute;
  display: block;
  width: 39%;
  height: 300px;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 1;
}
html body.sub .main_title .contents {
  position: relative;
  display: block;
  height: 300px;
  background: url(../images/top/bg_texture01.jpg) repeat-x center left;
  background-size: 1517px auto;
}
html body.sub .main_title .contents .wrapper {
  text-align: right;
}
html body.sub .main_title .contents .wrapper .pict {
  position: absolute;
  display: block;
  max-width: 667px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 60px;
  left: -110px;
  z-index: 2;
}
html body.sub .main_title .contents .wrapper .inner {
  position: relative;
  display: inline-block;
  max-width: 709px;
  width: 100%;
  text-align: left;
  padding-top: 100px;
}
html body.sub .main_title .contents .wrapper .inner .webfont {
  position: relative;
  display: block;
  font-size: 3rem;
  line-height: 1;
}
html body.sub .main_title .contents .wrapper .inner .webfont span.ja {
  position: relative;
  display: block;
  padding-left: 25px;
}
html body.sub .main_title .contents .wrapper .inner .webfont span.en {
  position: relative;
  display: block;
  max-width: 450px;
  width: 100%;
  height: 60px;
  color: #FFF;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 60px;
  margin-bottom: 20px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #468745;
}
html body.sub .breadcrumb {
  position: relative;
  display: block;
}
html body.sub .breadcrumb .wrapper {
  height: 60px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner {
  position: relative;
  display: inline-block;
  max-width: 709px;
  width: 100%;
  text-align: left;
  padding: 0 0 5px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner > span {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner > span::after {
  content: "　＞　";
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner > span:last-child::after {
  display: none;
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner > span a {
  position: relative;
  color: #db3011;
  top: 1px;
}
html body.sub .breadcrumb .wrapper .breadcrumb_inner > span a::after {
  margin: 0;
  border-color: #db3011;
}
html body.sub .sub_section h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: -0.05em;
}
html body.sub .sub_section h2.after_tomato {
  margin-bottom: 50px;
}
html body.sub .sub_section h2.after_tomato::after {
  content: "";
  position: relative;
  display: block;
  width: 50px;
  height: 45px;
  background: url(../images/top/illust_minitomato-small.png) no-repeat center center;
  background-size: contain;
  margin: 22px auto 0;
}
html body.sub .sub_section h3 {
  font-size: 3rem;
  line-height: 1;
}
html body.sub .sub_section .white_box {
  max-width: 600px;
  width: 100%;
  padding: 55px 35px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub .sub_section .white_box h2 {
  margin-bottom: 30px;
}
html body.sub .sub_section .white_box .outline {
  height: auto;
  margin-top: 30px;
  padding: 25px 20px 19px 0;
  background: #f8f6f2;
}
html body.sub .sub_section .white_box .outline img {
  max-width: 234px;
  width: 100%;
}
html body.sub .sub_section .white_box .outline div {
  height: auto;
  padding: 0 0 0 19px;
  background: none;
}
html body.sub .sub_section .white_box .outline div h3 {
  color: #468745;
  font-size: 1.8rem;
  line-height: 1.56;
}
html body.sub .sub_section .white_box .outline div p {
  line-height: 1.75;
}
html body.sub .sub_section .white_box:nth-child(2) img {
  width: 100%;
  margin: 0 auto 45px;
}
html body.sub .sub_section table {
  width: 100%;
}
html body.sub .sub_section table tr th {
  color: #FFF;
  text-align: left;
  letter-spacing: 0.03em;
  padding: 17px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #468745;
  border-bottom: 3px solid #FFF;
}
html body.sub .sub_section table tr td {
  line-height: 1.625;
  text-align: left;
  letter-spacing: 0.03em;
  padding: 17px 18px;
  background: #f8f6f2;
  border-bottom: 3px solid #FFF;
}
html body.sub .sub_section table tr:last-child th, html body.sub .sub_section table tr:last-child td {
  border-bottom: 0;
}
html body.sub .sub_section .contents {
  position: relative;
  display: block;
  background: url(../images/top/bg_texture02.jpg) repeat-x center left;
  background-size: 1518px auto;
}
html body.sub .sub_section .contents::after {
  content: "";
  position: absolute;
  display: block;
  width: 30%;
  height: 100%;
  background: #FFF;
  top: 0;
  right: 0;
}
html body.sub .sub_section .contents .wrapper {
  text-align: right;
}
html body.sub .sub_section .contents .wrapper .pict {
  position: absolute;
  display: block;
  max-width: 726px;
  width: 100%;
  height: 453px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  right: -110px;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
}
html body.sub .sub_section .contents .wrapper .inner {
  position: relative;
  display: inline-block;
  max-width: 608px;
  width: 100%;
  text-align: left;
  padding: 92px 0;
}
html body.sub .sub_section .contents .wrapper .inner p {
  line-height: 1.88;
  letter-spacing: 0.03em;
}
html body.sub #about .main_title .contents .pict {
  background-image: url(../images/common/maintitle_about.jpg);
}
html body.sub #about #about01 {
  padding: 10px 0 167px;
}
html body.sub #about #about01 .wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 1210px;
  height: 620px;
  background: url(../images/about/about01_bg.jpg) no-repeat top center;
  background-size: contain;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
html body.sub #about #about01 .about01_section_title .about01_section_title_en {
  position: relative;
  display: block;
  color: #dc2f11;
  font-size: 30px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0;
}
html body.sub #about #about01 .about01_section_title .about01_section_title_ja {
  position: relative;
  color: #dc2f11;
  font-size: 14px;
  line-height: 145%;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
html body.sub #about #about01 .about01_subtitle {
  position: relative;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
html body.sub #about #about01 .about01_outline {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 15px;
}
html body.sub #about #about01 p {
  line-height: 1.88;
}
html body.sub #about #about01 p:nth-child(4) {
  margin-top: 2rem;
}
html body.sub #about #about01 a.btn {
  margin: 40px auto 0;
}
html body.sub #about #about02 {
  margin-bottom: 113px;
}
@media all and (-ms-high-contrast: none) {
  html body.sub #about #about02 .contents .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
html body.sub #about #about02 .contents .wrapper .pict {
  background-image: url(../images/about/about02_pict.jpg);
}
html body.sub #about #about02 .contents .wrapper .inner h3 {
  margin-bottom: 40px;
}
html body.sub #about #about02 .contents .wrapper .inner p {
  margin-top: 1.2rem;
}
html body.sub #about #about02 .contents .wrapper .inner p:first-child {
  margin-top: 0;
}
html body.sub #about #about02 .contents .wrapper .inner p.name {
  position: relative;
  display: block;
  text-align: right;
  line-height: 2;
  margin-top: 55px;
}
html body.sub #about #about02 .contents .wrapper .inner p.name span {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 160px;
  height: 28px;
  background: url(../images/common/otsuka_name.svg) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  margin-left: 10px;
}
html body.sub #about #about03 {
  padding: 117px 0 127px;
  background: url(../images/top/bg_texture01.jpg) repeat top left;
  background-size: 1517px auto;
}
html body.sub #about #about03 .wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body.sub #about #about03 .wrapper .white_box:first-of-type table {
  width: 100%;
}
html body.sub #about #about03 .wrapper .white_box:first-of-type table tr th {
  width: 138px;
  padding: 11px 18px;
}
html body.sub #about #about03 .wrapper .white_box:first-of-type table tr td {
  padding: 11px 18px;
}
html body.sub #about #about03 .wrapper .white_box:first-of-type .outline div {
  max-width: 257px;
}
html body.sub #about #about04 {
  padding: 90px 0 135px;
}
html body.sub #about #about04 .wrapper h2 {
  margin-bottom: 50px;
}
html body.sub #about #about04 .wrapper .ggmap {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background: #CCC;
  margin-bottom: 35px;
}
html body.sub #about #about04 .wrapper .ggmap iframe {
  width: 100%;
}
html body.sub #about #about04 .wrapper .outline .flex img {
  max-width: 234px;
  width: 100%;
}
html body.sub #about #about04 .wrapper .outline .flex div {
  margin-left: 35px;
  padding-left: 30px;
  border-left: 0.5px solid #000;
}
html body.sub #about #about04 .wrapper .outline .flex div img {
  max-width: 300px;
  width: 100%;
  margin-top: -4px;
}
html body.sub #about #about04 .wrapper .outline .flex div p {
  margin-top: 12px;
  line-height: 1.88;
}
html body.sub #about #about04 .wrapper .outline .flex div p span {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
}
html body.sub #about #about04 .wrapper .outline .flex:nth-of-type(2) {
  max-width: 572px;
  width: 100%;
}
html body.sub #about #about04 .wrapper .outline .flex:nth-of-type(2) img {
  max-width: 268px;
  width: 100%;
}
html body.sub #about #about04 .wrapper .npootsuka {
  margin: 120px auto 0;
  padding: 40px 60px 40px 70px;
  background: #FFF;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body.sub #about #about04 .wrapper .npootsuka img {
  max-width: 304px;
  width: 100%;
}
html body.sub #about #about04 .wrapper .npootsuka div {
  max-width: 514px;
  width: 100%;
  margin-left: 70px;
  padding: 4px 0 3px 34px;
  border-left: 0.5px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub #about #about04 .wrapper .npootsuka div h3 {
  position: relative;
  line-height: 1.13;
  margin-top: -10px;
  margin: -10px 0 22px;
}
html body.sub #about #about04 .wrapper .npootsuka div h3 span {
  display: block;
  font-size: 2.2rem;
  line-height: 1.55;
}
html body.sub #about #about04 .wrapper .npootsuka div p {
  line-height: 1.75;
}
html body.sub #about #about04 .wrapper .npootsuka a.btn {
  width: 196px;
  height: 50px;
  line-height: 50px;
  padding-left: 22px;
}
html body.sub #about #about04 .wrapper .npootsuka a.btn::before {
  width: 20px;
}
html body.sub #product .main_title .contents .pict {
  background-image: url(../images/common/maintitle_product.jpg);
}
html body.sub #product #product01 .product_link a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 65px 50px;
  border-radius: 20px;
  background-color: #c10001;
}
html body.sub #product #product01 .product_link a .product_link_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  color: #FFF;
  font-size: 38px;
  font-weight: 600;
  line-height: 145%;
  letter-spacing: 0;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
html body.sub #product #product01 .product_link a .product_link_title::before {
  content: "";
  position: relative;
  display: block;
  width: 67px;
  height: 61px;
  background: url(../images/top/illust_minitomato-small.png) no-repeat center center/contain;
}
html body.sub #product #product01 .product_link a .product_link_title::after {
  content: "";
  position: relative;
  display: block;
  width: 136px;
  height: 92px;
  background: url(../images/top/illust_sweetpotato.png) no-repeat center center/contain;
}
html body.sub #product #product01 .product_link a .product_link_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
html body.sub #product #product01 .product_link a .product_link_logo .product_link_pict {
  position: relative;
  display: block;
  max-width: 1050px;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 17px 0;
  background-color: #FFF;
  border-radius: 80px;
}
html body.sub #product #product01 .product_link a .product_link_logo .product_link_pict img {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
html body.sub #product #product01 .product_link a .product_link_logo .product_link_arrow {
  position: relative;
  max-width: 60px;
  width: 100%;
  right: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body.sub #product #product01 .product_link a:hover {
  opacity: 0.8;
}
html body.sub #product #product01 .product_link a:hover .product_link_logo .product_link_arrow {
  right: -10px;
}
html body.sub #product #product01 .category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}
html body.sub #product #product01 .category_list li a {
  width: 392px;
  height: 65px;
  color: #000;
  font-size: 1.8rem;
  line-height: 65px;
  text-align: center !important;
  padding: 0;
  background: #f8f6f2;
}
html body.sub #product #product01 .category_list li a::before, html body.sub #product #product01 .category_list li a::after {
  display: none;
}
html body.sub #product #product01 .category_list li a:hover {
  color: #FFF;
  background: #db3011;
  opacity: 1;
}
html body.sub #product #product01 h3 {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  padding-bottom: 10px;
  border-bottom: 0.5px solid #000;
}
html body.sub #product #product01 .c-item-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
html body.sub #product #product01 .c-item-list li {
  max-width: 280px;
  width: 100%;
  margin: 0 43px 93px 0;
}
html body.sub #product #product01 .c-item-list li:nth-of-type(4n) {
  margin-right: 0;
}
html body.sub #product #product01 .c-item-list li h4 {
  position: relative;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin: 24px 0 20px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #000;
}
html body.sub #product #product01 .c-item-list li .c-item-list__price {
  display: block;
  color: #db3011;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
}
html body.sub #product #product01 .c-item-list li .btn {
  width: 196px;
  height: 50px;
  line-height: 50px;
  margin: 28px auto 0;
}
html body.sub #product #product02 {
  position: relative;
  margin-top: 120px;
}
html body.sub #product #product02 .box {
  position: relative;
  display: block;
  margin: 0 auto 80px;
  padding: 53px 50px 62px;
  background: url(../images/top/bg_texture02.jpg) repeat-x center left;
  background-size: 1518px auto;
}
html body.sub #product #product02 .box .subtitle {
  position: relative;
  display: block;
  width: 132px;
  height: 132px;
  color: #FFF;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  line-height: 132px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub #product #product02 .box .subtitle .s_txt {
  display: block;
  width: 100%;
  font-size: 2.6rem;
  line-height: 1;
  margin-top: 5px;
}
html body.sub #product #product02 .box .right {
  max-width: 980px;
}
html body.sub #product #product02 .box .right h3 {
  font-weight: 400;
  line-height: 1;
  margin-bottom: 25px;
}
html body.sub #product #product02 .box .right p {
  line-height: 1.63;
}
html body.sub #product #product02 .box .right p:nth-of-type(2) {
  display: block;
  letter-spacing: -0.01em;
  margin-top: 1rem;
}
html body.sub #product #product02 .box .right .product {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}
html body.sub #product #product02 .box .right .product div {
  max-width: 350px;
  width: 100%;
  letter-spacing: -0.4em;
  padding-left: 118px;
  background-repeat: no-repeat;
  background-position: left top;
}
html body.sub #product #product02 .box .right .product div h4 {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 0.5px solid #000;
}
html body.sub #product #product02 .box .right .product div p {
  position: relative;
  display: inline-block;
  width: 145px;
  line-height: 1.63;
  letter-spacing: 0.05em;
  vertical-align: top;
  padding-left: 1em;
  text-indent: -1em;
}
html body.sub #product #product02 .box .right .product div p:nth-of-type(2) {
  margin-top: 0;
}
html body.sub #product #product02 .box .right .product div p::before {
  content: "●";
}
html body.sub #product #product02 .box .right .pict_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
}
html body.sub #product #product02 .box .right .pict_list li {
  max-width: 210px;
  width: 210px;
}
html body.sub #product #product02 #tomato {
  margin-top: 50px;
}
html body.sub #product #product02 #tomato .subtitle {
  background: #db3011;
}
html body.sub #product #product02 #tomato .right h3 {
  color: #db3011;
}
html body.sub #product #product02 #tomato .right .product div h4 {
  color: #db3011;
}
html body.sub #product #product02 #tomato .right .product div p::before {
  color: #db3011;
}
html body.sub #product #product02 #tomato .right .product .left {
  background-image: url(../images/top/_illust_minitomato-small2.png);
  background-size: 94px auto;
}
html body.sub #product #product02 #tomato .right .product .right {
  background-image: url(../images/top/illust_tomato.png);
  background-size: 102px auto;
}
html body.sub #product #product02 #tomato .right .product .right h4:nth-of-type(2) {
  margin-top: 30px;
}
html body.sub #product #product02 #root_crops .subtitle {
  background: #f47500;
}
html body.sub #product #product02 #root_crops .right h3 {
  color: #f47500;
}
html body.sub #product #product02 #root_crops .right .product {
  margin-top: 0;
}
html body.sub #product #product02 #root_crops .right .product div {
  padding: 40px 0 50px 118px;
}
html body.sub #product #product02 #root_crops .right .product div h4 {
  color: #f47500;
}
html body.sub #product #product02 #root_crops .right .product div p::before {
  color: #f47500;
}
html body.sub #product #product02 #root_crops .right .product div.left {
  background-image: url(../images/top/illust_carrot2.png);
  background-size: 101px auto;
}
html body.sub #product #product02 #root_crops .right .product div.right {
  padding: 40px 0 50px 118px;
  background-image: url(../images/top/illust_pumpkin.png);
  background-position: top 40px left;
  background-size: 82px auto;
}
html body.sub #product #product02 #root_crops .right .pict_list {
  margin-top: 0;
}
html body.sub #product #product02 #herb .subtitle {
  background: #468745;
}
html body.sub #product #product02 #herb .right h3 {
  color: #468745;
}
html body.sub #product #product02 #herb .right .product div h4 {
  color: #468745;
}
html body.sub #product #product02 #herb .right .product div p::before {
  color: #468745;
}
html body.sub #product #product02 #herb .right .product div.left {
  background-image: url(../images/top/illust_herb1.png);
  background-size: 104px auto;
}
html body.sub #product #product02 #herb .right .product div.right {
  background-image: url(../images/top/illust_herb2.png);
  background-size: 96px auto;
}
html body.sub #product #product03 .flex {
  margin-top: 50px;
  margin-bottom: 30px;
}
html body.sub #product #product03 .flex div {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  height: 340px;
  padding: 42px 39px 0;
  background: #f8f6f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub #product #product03 .flex div h3 {
  position: relative;
  display: block;
  width: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #000;
}
html body.sub #product #product03 .flex div h3 span::before {
  content: "";
  position: relative;
  display: inline-block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  vertical-align: top;
  top: -3px;
}
html body.sub #product #product03 .flex div:first-child h3 span::before {
  width: 38px;
  height: 36px;
  background-image: url(../images/common/icon_cart.png);
}
html body.sub #product #product03 .flex div:nth-child(2) h3 span::before {
  width: 32px;
  height: 38px;
  background-image: url(../images/common/icon_food.png);
}
html body.sub #product #product03 .flex div ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
html body.sub #product #product03 .flex div ul:first-of-type {
  margin-right: 60px;
}
html body.sub #product #product03 .flex div ul li {
  position: relative;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
html body.sub #product #product03 .flex div ul li::before {
  content: "●";
  color: #468745;
}
html body.sub #product #product03 .caution_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2em;
}
html body.sub #product #product03 .caution::before {
  color: #468745;
}
html body.sub #product #category #cat_vegetable .contents .pict {
  background-image: url(../images/common/maintitle_vegetables.jpg);
}
html body.sub #product #category #cat_original .contents .pict {
  background-image: url(../images/common/maintitle_original.jpg);
}
html body.sub #product #category #cat_dogfood .contents .pict {
  background-image: url(../images/common/maintitle_dogfood.jpg);
}
html body.sub #product #category #category01 .c-item-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body.sub #product #category #category01 .c-item-list li {
  max-width: 280px;
  width: 100%;
  margin: 0 43px 93px 0;
}
html body.sub #product #category #category01 .c-item-list li:nth-of-type(4n) {
  margin-right: 0;
}
html body.sub #product #category #category02 ul li {
  max-width: 390px;
  width: 100%;
}
html body.sub #product #category #category02 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 40px 0 56px;
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
}
html body.sub #product #category #category02 ul li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/common/arrow_right.png) no-repeat center center;
  background-size: contain;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: 0 auto;
}
html body.sub #product #category #category02 ul li a:hover {
  opacity: 0.7;
}
html body.sub #product #category #category02 ul li a h3 span.en {
  display: block;
  color: #db3011;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 12px;
}
html body.sub #product #category #category02 ul li a h3 span.webfont {
  color: #000;
  font-size: 2.2rem;
  line-height: 1;
}
html body.sub #product #category #category02 ul li a img {
  max-width: 305px;
  width: 100%;
  margin: 25px auto 0;
}
html body.sub #product #bottom_contact {
  margin-top: 80px;
}
html body.sub #company .main_title {
  margin-bottom: 0;
}
html body.sub #company .main_title .contents .pict {
  background-image: url(../images/common/maintitle_company.jpg);
}
html body.sub #company .sub_section table {
  max-width: 1090px;
  margin-left: 160px;
}
html body.sub #company .sub_section table tr th {
  width: 325px;
}
html body.sub #company #company01 {
  position: relative;
  display: block;
  padding: 90px 0 100px;
}
html body.sub #company #company01::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 100%;
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
  top: 0;
  left: 0;
  z-index: -1;
}
html body.sub #company #company02 {
  padding: 117px 0 110px;
  background: url(../images/top/bg_texture01.jpg) repeat top left;
  background-size: 1517px auto;
}
html body.sub #company #company02 .wrapper .flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
html body.sub #company #company02 .wrapper .flex .white_box {
  position: relative;
  display: block;
}
html body.sub #company #company02 .wrapper .flex .white_box p.required {
  position: absolute;
  display: block;
  width: 88px;
  height: 88px;
  color: #FFF;
  font-size: 2rem;
  line-height: 88px;
  text-align: center;
  background: #468745;
  border-radius: 50%;
  top: -24px;
  left: 35px;
}
html body.sub #company #company02 .wrapper .flex .white_box img {
  max-width: 530px;
  width: 100%;
  margin-bottom: 25px;
}
html body.sub #company #company02 .wrapper .flex .white_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
html body.sub #company #company02 .wrapper .flex .white_box dl dt {
  max-width: auto;
  width: auto;
}
html body.sub #company #company02 .wrapper .flex .white_box dl dd {
  max-width: 450px;
  width: 100%;
}
@media all and (-ms-high-contrast: none) {
  html body.sub #company #company02 .wrapper .flex .white_box dl dd {
    width: 449px;
  }
}
html body.sub #company #company02 .wrapper a.btn {
  margin: 64px auto 0;
}
html body.sub #company #company03 {
  padding: 110px 0 62px;
}
html body.sub #company #company03::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 100%;
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
  top: 0;
  left: 0;
  z-index: -1;
}
html body.sub #company #company03 .wrapper p.webfont {
  font-size: 2.4rem;
  line-height: 1.67;
  margin-bottom: 50px;
}
html body.sub #company #company03 .wrapper h3 {
  color: #468745;
  margin: 0 0 20px 160px;
}
html body.sub #company #company03 .wrapper table {
  margin-bottom: 35px;
}
html body.sub #company #company03 .wrapper p.caution {
  margin-left: 160px;
}
html body.sub #company #company03 .wrapper a.btn {
  margin: 35px auto 0;
}
html body.sub #company #company04 {
  padding: 62px 0 98px;
}
html body.sub #company #company04::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 100%;
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
  top: 0;
  left: 0;
  z-index: -1;
}
html body.sub #company #company04 ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html body.sub #company #company04 ul li {
  max-width: 370px;
  width: 100%;
  margin-bottom: 48px;
}
html body.sub #company #company04 ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 120px;
  color: #468745;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 120px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
  background-color: #FFF;
}
html body.sub #company #company04 ul li a:hover {
  -webkit-box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 14px rgba(0, 0, 0, 0.5);
}
html body.sub #company #company04 ul li.npo_otsuka a {
  font-size: 0;
  background-image: url(../images/top/logo_npo-otsuka.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 250px auto;
}
html body.sub #news .main_title {
  margin-bottom: 0;
}
html body.sub #news .main_title .contents .pict {
  background-image: url(../images/common/maintitle_contact0.jpg);
}
html body.sub #news .news_archive {
  margin-top: 80px;
}
html body.sub #news .news_archive_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
html body.sub #news .news_archive_wrapper .news_archive_group {
  position: relative;
  max-width: 865px;
  width: 100%;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item {
  width: 100%;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  background-color: #f8f6f2;
  border: 1px solid #f8f6f2;
  padding: 30px;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a:hover {
  background-color: #FFF;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_img {
  position: relative;
  max-width: 189px;
  width: 100%;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content {
  max-width: 592px;
  width: 100%;
  margin-top: 4px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_article_unit .news_article_date {
  color: #468745;
  font-weight: 700;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_article_unit .news_article_cat {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  padding: 4px 35px;
  background-color: #468745;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_archive_item_title {
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_archive_content {
  line-height: 188%;
  margin-top: 10px;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_archive_btn {
  max-width: 272px;
  margin-top: 10px;
  margin-left: auto;
}
html body.sub #news .news_archive_wrapper .news_archive_group .news_archive_items .news_archive_item a .news_archive_item_content .news_archive_btn .btn {
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body.sub #news .news_archive_wrapper .section_side {
  position: relative;
  max-width: 350px;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_title {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 20px;
  background-color: #468745;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_lists .section_side_list {
  border-bottom: 1px solid #468745;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_lists .section_side_list .section_side_list_link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_lists .section_side_list .section_side_list_link::after {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 18px;
  background: url(../images/common/arrow_B.png) no-repeat center center/contain;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_lists .section_side_list .section_side_list_link:hover {
  color: #FFF;
  background-color: #468745;
}
html body.sub #news .news_archive_wrapper .section_side .section_side_lists .section_side_list .section_side_list_link:hover::after {
  background-image: url(../images/common/arrow_W.png);
  right: 15px;
}
html body.sub #news #bottom_contact {
  margin-top: 80px;
}
html body.sub #news .news_single {
  margin-top: 80px;
}
html body.sub #news .news_single .news_single_main {
  position: relative;
  max-width: 865px;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-top: 6px;
}
html body.sub #news .news_single .news_single_main .news_single_article {
  padding: 35px 30px 97px;
  background-color: #f8f6f2;
}
html body.sub #news .news_single .news_single_main .news_single_article .news_article_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
html body.sub #news .news_single .news_single_main .news_single_article .news_article_unit .news_article_date {
  color: #468745;
  font-weight: 700;
}
html body.sub #news .news_single .news_single_main .news_single_article .news_article_unit .news_article_cat {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  padding: 4px 35px;
  background-color: #468745;
}
html body.sub #news .news_single .news_single_main .news_single_article .news_article_title {
  color: #5f874b;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
html body.sub #news .news_single .news_single_main .news_single_article .news_article_img {
  position: relative;
  margin-top: 20px;
}
html body.sub #news .news_single .news_article_buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-top: 50px;
}
html body.sub #news .news_single .news_article_buttons .news_article_button {
  position: relative;
  max-width: 220px;
  width: 100%;
}
html body.sub #news .news_single .news_article_buttons .news_article_button .textbtn {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  border-radius: 50px;
  padding: 12px clamp(15px, 1.93vw, 29px);
  border: 1px solid #5f874b;
  background-color: #5f874b;
}
html body.sub #news .news_single .news_article_buttons .news_article_button .textbtn:hover {
  color: #5f874b;
  background-color: #FFF;
}
html body.sub #contact .main_title {
  margin-bottom: 0;
}
html body.sub #contact .main_title .contents .pict {
  background-image: url(../images/common/maintitle_contact0.jpg);
}
html body.sub #contact .sub_section::after {
  content: "";
  position: absolute;
  display: block;
  width: 35%;
  height: 100%;
  background: url(../images/top/bg_texture02.jpg) repeat top left;
  background-size: 1518px auto;
  top: 0;
  left: 0;
  z-index: -1;
}
html body.sub #contact .sub_section .tel_box {
  position: relative;
  display: block;
  max-width: 744px;
  height: 136px;
  color: #FFF;
  text-align: center;
  background: #468745;
  margin: 45px auto 0;
  padding: 32px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html body.sub #contact .sub_section .tel_box .tel {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 15px;
}
html body.sub #contact .sub_section .tel_box .tel::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../images/common/tel_circle.svg) no-repeat center center;
  background-size: contain;
  vertical-align: top;
  top: -1px;
}
html body.sub #contact .sub_section .tel_box .caution {
  line-height: 1;
}
html body.sub #contact #contact01 {
  padding-top: 90px;
}
html body.sub #contact #thanks01 {
  padding: 90px 0 120px;
}
html body.sub #contact #thanks01 .tel_box {
  margin-bottom: 50px;
}
html body.sub #contact #thanks01 a.btn {
  margin: 30px auto 0;
}
html body.sub #contact #contact02 {
  padding: 100px 0 120px;
}
html body.sub #contact #contact02 .webfont {
  margin-bottom: 55px;
}
html body.sub #contact #contact02 .webfont .emphasis {
  color: #db3011;
}
html body.sub #contact #contact02 #mailformpro .contact_mail_form {
  margin-top: 34px;
}
html body.sub #contact #contact02 #mailformpro .contact_mail_form .form_row {
  margin-top: 10px;
}
html body.sub #contact #contact02 #mailformpro .contact_mail_form_subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0;
  color: #468745;
}
html body.sub #contact #contact02 #mailformpro .form_guest {
  margin-top: 50px;
}
html body.sub #contact #contact02 #mailformpro .form_row {
  display: grid;
  grid-template-columns: 303px 1fr;
  margin-top: 20px;
}
html body.sub #contact #contact02 #mailformpro .form_row_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
html body.sub #contact #contact02 #mailformpro .form_title {
  position: relative;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 187.5%;
  text-align: left;
  letter-spacing: 0;
  padding: 16px 20px;
  background-color: #468745;
  border-top: 1px solid #FFF;
  border-right: 1px solid #5f874b;
}
html body.sub #contact #contact02 #mailformpro .form_title.form_title_textarea {
  padding: 15px 17px;
}
html body.sub #contact #contact02 #mailformpro .form_title:last-of-type {
  border-bottom: 1px solid #5f874b;
}
html body.sub #contact #contact02 #mailformpro .form_title.form_title_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
html body.sub #contact #contact02 #mailformpro .form_title span {
  color: #dc2f11;
}
html body.sub #contact #contact02 #mailformpro .form_input {
  font-size: 16px;
  line-height: 187.5%;
  letter-spacing: 0;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 65px;
  padding: 11px 17px;
  background-color: #f8f6f2;
  border-top: 1px solid #5f874b;
}
html body.sub #contact #contact02 #mailformpro .form_input_years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 9px;
}
html body.sub #contact #contact02 #mailformpro .form_input.form_input_textarea {
  padding: 15px 17px;
  background-color: #f8f6f2 !important;
}
html body.sub #contact #contact02 #mailformpro .form_input:last-of-type {
  border-bottom: 1px solid #5f874b;
}
html body.sub #contact #contact02 #mailformpro .form_input input[type=text],
html body.sub #contact #contact02 #mailformpro .form_input input[type=tel],
html body.sub #contact #contact02 #mailformpro .form_input input[type=email] {
  width: 100%;
  max-width: 467px;
  height: 40px;
  background-color: #fff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 3px 15px;
  border: 1px solid #000;
}
html body.sub #contact #contact02 #mailformpro .form_input_years input[type=text] {
  max-width: 55px;
}
html body.sub #contact #contact02 #mailformpro .form_input_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 56px;
}
html body.sub #contact #contact02 #mailformpro .form_input_name_unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 23px;
  width: 100%;
}
html body.sub #contact #contact02 #mailformpro .form_address_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
html body.sub #contact #contact02 #mailformpro .form_input_post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 9px;
}
html body.sub #contact #contact02 #mailformpro .form_input_post_mark {
  font-weight: 700;
  color: #468745;
}
html body.sub #contact #contact02 #mailformpro .form_input .form_input_post input[type=text] {
  width: 100%;
  max-width: 220px;
}
html body.sub #contact #contact02 #mailformpro .form_input_prefectures_wrapper {
  position: relative;
  color: #468745;
  background-color: #fff;
  width: 237px;
  max-width: 100%;
}
html body.sub #contact #contact02 #mailformpro .form_input_prefectures_wrapper::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/icon_triangle_bottom_blue.svg) no-repeat center center/contain;
}
html body.sub #contact #contact02 #mailformpro .form_input_prefectures {
  width: 100%;
  height: 100%;
  padding: 7.5px 15px;
}
html body.sub #contact #contact02 #mailformpro .form_input_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 16px;
  margin-top: 11px;
  white-space: nowrap;
}
html body.sub #contact #contact02 #mailformpro .form_input textarea {
  width: 100% !important;
  max-width: 753px;
  height: 191px !important;
  background-color: #fff !important;
  padding: 10px 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html body.sub #contact #contact02 #mailformpro .form_input_text {
  position: relative;
  display: inline-block;
  font-size: 15px;
  padding-left: 15px;
}
html body.sub #contact #contact02 #mailformpro .form_input_text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
html body.sub #contact #contact02 #mailformpro .form_radio_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  gap: 10px 40px;
}
html body.sub #contact #contact02 #mailformpro .form_radio_button input[type=radio] {
  position: relative;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  max-width: 100%;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
  background-color: #fff;
  outline: none;
  border-radius: 50%;
}
html body.sub #contact #contact02 #mailformpro .form_radio_button input[type=radio]:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0) translate(-50%, -50%);
          transform: scale(0) translate(-50%, -50%);
  -webkit-transition: all ease-out 250ms;
  transition: all ease-out 250ms;
}
html body.sub #contact #contact02 #mailformpro .form_radio_button input[type=radio]:checked:before {
  -webkit-transform: scale(1) translate(-50%, -50%);
          transform: scale(1) translate(-50%, -50%);
  background-color: #468745;
}
html body.sub #contact #contact02 #mailformpro .form_radio_button label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 11px;
}
html body.sub #contact #contact02 #mailformpro .form .mfp_err {
  display: none;
}
html body.sub #contact #contact02 #mailformpro .form_file .mfp_element_file {
  font-size: 14px;
  max-width: 100%;
  background-color: #F7F7F7;
  padding: 7px 8px;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_head {
  margin-top: 56px;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_head_title {
  font-weight: 700;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_head_text {
  margin-top: 9px;
}
html body.sub #contact #contact02 #mailformpro .form_privacy {
  height: 201px;
  overflow: scroll;
  background-color: #f8f6f2;
  border: none;
  text-align: left;
  padding: 23px 25px;
  margin-top: 20px;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  color: #468745;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_text {
  line-height: 156.25%;
  letter-spacing: 0;
  margin-top: 15px;
}
html body.sub #contact #contact02 #mailformpro .form_privacy_text p + p {
  margin-top: 10px;
}
html body.sub #contact #contact02 #mailformpro .form_confirmation {
  font-weight: 700;
  color: #468745;
  text-align: center;
  margin-top: 48px;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_confirmation {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  margin-top: 22px;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_label.none {
  display: none;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_parts {
  position: relative;
  display: inline-block;
  padding-left: 36px;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: none;
  background-color: #f8f6f2;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_confirmation .form_checkbox_parts::before {
  background-color: #f8f6f2;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_input {
  display: none;
}
html body.sub #contact #contact02 #mailformpro .form_checkbox_input:checked + .form_checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 9px;
  height: 17px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #468745;
  border-right: 3px solid #468745;
}
html body.sub #contact #contact02 #mailformpro .checkbox_err .mfp_err {
  width: 228px;
  max-width: 100%;
  margin: auto;
  padding: 5px 0;
}
html body.sub #contact #contact02 #mailformpro .form_recaptcha {
  margin-top: 50px;
}
html body.sub #contact #contact02 #mailformpro .form_recaptcha_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
html body.sub #contact #contact02 #mailformpro .form_btn {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 395px;
  margin: 47px auto 0;
}
html body.sub #contact #contact02 #mailformpro .form_btn:hover::after {
  background-image: url(../images/common/arrow_B.png);
}
html body.sub #contact #contact02 #mailformpro .form_btn::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 23px;
  right: 38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow_W.png) no-repeat center center/contain;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body.sub #contact #contact02 #mailformpro .form_btn button {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  text-align: left;
  color: #fff;
  text-shadow: none;
  background: #468745;
  border: 1px solid #468745;
  padding: 19px 75px 20px 44px;
  border-radius: 50px;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
html body.sub #contact #contact02 #mailformpro .form_btn button:hover {
  color: #468745;
  background: #FFF;
  -webkit-box-shadow: none;
          box-shadow: none;
}
html body.sub #yonmaruyon .main_title .contents .pict {
  background-image: url(../images/common/maintitle_contact0.jpg);
}
html body.sub #yonmaruyon .not_found {
  padding-bottom: 80px;
}
html body.sub #yonmaruyon .not_found .not_found_text {
  margin-top: 50px;
}
html body.sub #yonmaruyon .not_found .not_found_btn {
  position: relative;
  margin-top: 50px;
}
html body.sub #yonmaruyon .not_found .not_found_btn a {
  margin: 0 auto;
}
html .pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 100000 !important;
}
html .pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  font-size: 0;
  background: #db3011;
  border-radius: 50%;
}
html .pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
html .pagetop a:hover {
  opacity: 0.7;
  top: -10px;
}
html .pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1378px) {
  html body main {
    overflow-x: hidden;
  }
  html body main .main_catch div.movie_box .wrapper div::after {
    right: -220px;
  }
}