@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

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

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  line-height: 1.8;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  background: url(../images/bg_01.jpg) repeat-y 0 0;
  background-size: 100% auto;
}

a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.add_ttl {
  border-left: 3px solid #8A96B8;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #8A96B8;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

#container_wrap {
  position: relative;
  overflow: hidden;
  min-width: 1000px;
  background: url(../images/bg_02.png) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}
#container_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.inner {
  width: calc(100% - 10vw);
  max-width: 1000px;
  margin: 0 auto;
}

.inner_wide {
  width: calc(100% - 10vw);
  max-width: 1200px;
  margin: 0 auto;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

.section_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding-bottom: 60px;
  }
}

.btn {
  position: relative;
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 100px;
  text-align: center;
  font-size: 1rem;
  color: #000;
  background-color: #8A96B8;
}
@media screen and (max-width: 767px) {
  .btn {
    padding: 15px 20px;
  }
}
.btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 31px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url(../images/btn_arrow.svg);
}
@media screen and (min-width: 768px) {
  .btn {
    transition: opacity 0.3s;
  }
  .btn::after {
    transition: right 0.3s;
  }
  .btn:hover {
    opacity: 0.6;
  }
  .btn:hover:after {
    right: 10px;
  }
}

.ttl_cmn {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.ttl_cmn::before {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  color: #8A96B8;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ttl_cmn::before {
    margin-bottom: 5px;
    font-size: 1.3333333333rem;
  }
}
#not404 .ttl_cmn::before {
  content: "404";
}
#news .ttl_cmn::before {
  content: "NEWS";
}
#goods .ttl_cmn::before {
  content: "SPECIALTY GOODS";
}
#vegetables .ttl_cmn::before {
  content: "TRADITIONAL VEGETABLES";
}
#event .ttl_cmn::before {
  content: "EVENT";
}
#onion01 .ttl_cmn::before {
  content: "GREEN ONION";
}
#onion02 .ttl_cmn::before {
  content: "AKKUN FIELD";
}
#corn01 .ttl_cmn::before {
  content: "PRODUCT INFORMATION";
}
#wine01 .ttl_cmn::before {
  content: "PRODUCT INFORMATION";
}
#corn02 .ttl_cmn::before {
  content: "NAMIAI CORN";
}
#corn03 .ttl_cmn::before {
  content: "AKKUN FIELD";
}
#radish01 .ttl_cmn::before {
  content: "AKANE RADISH";
}
#radish02 .ttl_cmn::before {
  content: "PRODUCT INFORMATION";
}
#radish03 .ttl_cmn::before {
  content: "TRADITIONAL VEGETABLES";
}
#soy01 .ttl_cmn::before {
  content: "GOKA SOY TSUBUHOMARE";
}
#soy02 .ttl_cmn::before {
  content: "TSUBUHOMARE";
}

.list_breadcrumb {
  position: relative;
  z-index: 1;
  margin-bottom: 130px;
  padding: 10px 0;
  font-size: 0.875rem;
  color: #666;
}
.list_breadcrumb a {
  color: #666;
}
@media screen and (max-width: 767px) {
  .list_breadcrumb {
    margin-bottom: 60px;
    font-size: 0.8666666667rem;
  }
}

.wp-pagenavi {
  display: flex;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  border-radius: 50%;
}
.wp-pagenavi span {
  background-color: #fff;
  color: #8A96B8;
}
.wp-pagenavi a {
  background-color: #8A96B8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a {
    transition: color 0.3s, background-color 0.3s;
  }
  .wp-pagenavi a:hover {
    background-color: #fff;
    color: #8A96B8;
  }
}

.page_header {
  position: relative;
  z-index: 1;
}
.page_header .ttl_page {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.page_header .ttl_page span {
  font-size: 2.5em;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .page_header .ttl_page span {
    font-size: 1.467em;
  }
}
.page_header .ttl_page_bg {
  position: relative;
}

#onion .ttl_page {
  width: 263px;
}
@media screen and (max-width: 767px) {
  #onion .ttl_page {
    width: 120px;
  }
}

#corn .ttl_page {
  width: 278px;
}
@media screen and (max-width: 767px) {
  #corn .ttl_page {
    width: 120px;
  }
}

#radish .ttl_page {
  width: 228px;
}
@media screen and (max-width: 767px) {
  #radish .ttl_page {
    width: 68px;
  }
}

#news .ttl_page {
  width: 263px;
}
@media screen and (max-width: 767px) {
  #news .ttl_page {
    width: 120px;
  }
}

.deco_underline {
  text-decoration: underline;
}

.txt_polisy {
  margin-bottom: 4em;
  font-size: 0.9375em;
}

.dlist_policy .dlist_policy_inner {
  margin-bottom: 4em;
}
.dlist_policy dt {
  font-size: 1.4em;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlist_policy dd {
  font-size: 0.9375em;
}
.dlist_policy dd ul {
  padding-left: 20px;
}
.dlist_policy dd ul li {
  list-style-type: disc;
}

.policy_box {
  background-color: #D8E6E9;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  .policy_box {
    width: calc(100% + 16vw);
    margin-left: -8vw;
    padding: 2em 8vw;
  }
}
.policy_box .ttl {
  font-size: 1.125em;
  margin-bottom: 0.5em;
}
.policy_box .txt {
  font-size: 0.9375em;
}

.list_contact_flow {
  display: flex;
  justify-content: space-between;
  max-width: 440px;
  margin: 3em auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_flow {
    max-width: 320px;
  }
}
.list_contact_flow::before {
  content: "";
  width: 320px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 0.5em;
  left: 60px;
}
@media screen and (max-width: 767px) {
  .list_contact_flow::before {
    width: 220px;
    left: 50px;
  }
}
.list_contact_flow li {
  width: 120px;
  color: #999;
  text-align: center;
  padding: 2em 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_contact_flow li {
    width: 100px;
    font-size: 0.81em;
  }
}
.list_contact_flow li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.list_contact_flow li.current {
  color: #111;
}
.list_contact_flow li.current::before {
  background: #8A96B8;
}

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

.contact_form {
  margin: 0 auto 3em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact_form {
    margin: 0 auto 1.5em;
  }
}
.contact_form tr th {
  width: 15em;
  padding: 1.5em 1em 1em 0;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .contact_form tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contact_form tr td {
  width: calc(100% - 15em);
  padding: 1em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact_form tr td {
    width: 100%;
    display: block;
    padding: 0 0 1.5em;
  }
}

.required {
  display: inline-block;
  background: #8A96B8;
  color: #fff;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 1.7;
  padding: 0 0.5em;
  margin: 0 0 0 1em;
}

.contact_policy {
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
  padding: 2em;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .contact_policy {
    padding: 1.5em 0;
    margin: 0 0 2em;
  }
}
.contact_policy .contact_policy_ttl {
  font-size: 1.12em;
  font-weight: 700;
  margin: 0 0 0.25em;
}
@media screen and (max-width: 767px) {
  .contact_policy .contact_policy_ttl {
    font-size: 1em;
  }
}
.contact_policy .contact_policy_txt {
  font-size: 0.87em;
}
.contact_policy a {
  display: inline-block;
  color: #8A96B8;
  text-decoration: underline;
}

.consent {
  font-size: 1.06em;
  text-align: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 767px) {
  .consent {
    margin: 0 0 2em;
    padding: 0.5em 0;
    background: rgba(209, 71, 49, 0.075);
  }
}
.consent input[type=checkbox] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

input[type=text], input[type=email], input[type=tel], textarea, select {
  width: 100%;
  padding: 8px;
  border-radius: 0;
  border: 1px solid #111;
  background: #fff;
  font-family: inherit;
  line-height: 1.7;
}

select {
  width: auto;
  padding: 8px 28px 8px 8px;
  background: url(../images/icon_tri.svg) no-repeat center right 10px/10px 8px #fff;
  border: 1px solid #111;
  color: #111;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  height: 15em;
}

.submit_wrap {
  text-align: center;
}

.submit, .back {
  max-width: 320px;
  width: 47%;
  margin: 0 1%;
  padding: 1.5em 0;
  display: inline-block;
  transition: 0.3s;
  border: none;
  background: #8A96B8;
  color: #fff;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .submit, .back {
    font-size: 0.93em;
  }
}

.back {
  color: #111;
  background: #ccc;
}

.submit:hover, .back:hover {
  opacity: 0.8;
}

.mw_wp_form_confirm .contact_policy, .mw_wp_form_confirm .consent {
  display: none;
}

.header_box {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 5vw;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 3vw 5vw;
  }
}
.header_box #header_left {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .header_box #header_left {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  .header_box #header_left a {
    transition: opacity 0.3s;
  }
  .header_box #header_left a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .header_box #gnavi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1004;
    width: 100%;
    height: 100vh;
    padding: 20vw 5vw 10vw;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .header_box #gnavi a {
    color: #fff;
  }
  .header_box #gnavi ul {
    flex-wrap: wrap;
  }
  .header_box #gnavi ul li {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
    text-align: center;
  }
}
.header_box #gnavi a {
  position: relative;
  display: inline-block;
  padding: 3px 0px;
}
.header_box #gnavi a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8A96B8;
  transform: scale(0, 1);
  transform-origin: center top;
}
@media screen and (min-width: 768px) {
  .header_box #gnavi a::after {
    transition: transform 0.3s;
  }
  .header_box #gnavi a:hover::after {
    transform: scale(1, 1);
  }
}
.header_box #gnavi ul {
  display: flex;
}
.header_box #gnavi ul li a {
  font-size: 1.125rem;
}
.header_box #gnavi ul li.soon a {
  pointer-events: none;
  opacity: 0.6;
}
.header_box #gnavi ul li:not(:last-child) {
  margin-right: 30px;
}

.menu_btn, .menu_btn span {
  transition: all 0.3s;
}

.menu_btn {
  display: none;
  position: fixed;
  top: 0;
  right: 5vw;
  width: 100px;
  height: 100px;
  z-index: 1005;
  background-color: transparent;
  border: none;
  padding: 0;
  outline: 0;
}
@media screen and (max-width: 767px) {
  .menu_btn {
    display: block;
    right: 0;
    width: 70px;
    height: 67px;
  }
}
.menu_btn .menu_border {
  position: relative;
  width: 50px;
  height: 27px;
  margin: -15px auto 10px;
}
@media screen and (max-width: 767px) {
  .menu_btn .menu_border {
    width: 30px;
    height: 21px;
    margin: -10px auto 10px;
  }
}
.menu_btn .menu_border span {
  position: absolute;
  background: #fff;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
}
.menu_btn .menu_border span:nth-of-type(1) {
  top: 0;
}
.menu_btn .menu_border span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.menu_btn .menu_border span:nth-of-type(3) {
  bottom: 0;
}
.menu_btn .menu_txt {
  width: 100%;
  text-align: center;
  position: relative;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .menu_btn .menu_txt {
    font-size: 0.8em;
  }
}
.menu_btn .menu_txt::before {
  content: "MENU";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.menu_btn.is_active .menu_border span:nth-of-type(1) {
  transform: translateY(20px) rotate(-45deg);
  top: -7px;
}
@media screen and (max-width: 767px) {
  .menu_btn.is_active .menu_border span:nth-of-type(1) {
    top: -10px;
  }
}
.menu_btn.is_active .menu_border span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.is_active .menu_border span:nth-of-type(3) {
  transform: translateY(-20px) rotate(45deg);
  bottom: -7px;
}
@media screen and (max-width: 767px) {
  .menu_btn.is_active .menu_border span:nth-of-type(3) {
    bottom: -10px;
  }
}
.menu_btn.is_active .menu_txt::before {
  content: "CLOSE";
}

.footer_box {
  position: relative;
  z-index: 1;
  padding: 20px 0 50px;
  text-align: center;
}

.footer_logo {
  margin-bottom: 30px;
}
.footer_logo img {
  width: 180px;
}

.footer_txt {
  margin-bottom: 30px;
  line-height: 2;
  font-size: 1rem;
}

.copy {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .copy {
    font-size: 0.9333333333rem;
  }
}

.main_img {
  position: relative;
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .main_img {
    margin-bottom: 60px;
  }
}
.main_img .slick-slide {
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .main_img .slick-slide {
    padding: 0 15px;
  }
}
.main_img .slick-arrow {
  z-index: 1;
  width: 72px;
  height: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.main_img .slick-arrow::before {
  display: none;
}
.main_img .slick-arrow.slick-prev {
  left: 20%;
  background-image: url(../images/slide_arrow_left.svg);
}
.main_img .slick-arrow.slick-next {
  right: 20%;
  background-image: url(../images/slide_arrow_right.svg);
}
@media screen and (max-width: 767px) {
  .main_img .slick-arrow {
    width: 36px;
    height: 8px;
  }
  .main_img .slick-arrow.slick-prev {
    left: 10%;
  }
  .main_img .slick-arrow.slick-next {
    right: 10%;
  }
}
.main_img .soon a {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .main_img a {
    transition: opacity 0.3s;
  }
  .main_img a:hover {
    opacity: 0.6;
  }
}

.list_news {
  border-top: solid 1px #8A96B8;
  margin-bottom: 40px;
}
.list_news li {
  border-bottom: solid 1px #8A96B8;
}
.list_news li a {
  display: block;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .list_news li a {
    padding: 10px 50px 10px 20px;
  }
}
.list_news li a .list_news_desc {
  position: relative;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_news li a .list_news_desc {
    flex-wrap: wrap;
  }
  .list_news li a .list_news_desc .list_news_day {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .list_news li a .list_news_desc .list_news_day {
    margin-right: 40px;
  }
}
.list_news li a .list_news_desc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/news_list_arrow.svg);
  background-size: cover;
  transition: right 0.3s;
}
@media screen and (max-width: 767px) {
  .list_news li a .list_news_desc::after {
    right: -30px;
    width: 21px;
    height: 5px;
  }
}
@media screen and (min-width: 768px) {
  .list_news li a:hover .list_news_desc::after {
    right: -20px;
  }
}

.list_content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
.list_content li {
  width: 30%;
}
.list_content li .list_content_img {
  position: relative;
  margin-bottom: 40px;
}
.list_content li.soon .list_content_img::after {
  content: "coming soon";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #8A96B8;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 1.25rem;
}
.list_content li.soon .list_content_link {
  pointer-events: none;
  opacity: 0.4;
}
.list_content li .list_content_link {
  position: relative;
  display: block;
  border: solid 1px #8A96B8;
  padding: 20px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .list_content li .list_content_link {
    padding: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .list_content li .list_content_link {
    transition: background-color 0.3s;
  }
  .list_content li .list_content_link:hover {
    background-color: rgba(138, 150, 184, 0.6);
  }
}
.list_content li .list_content_link::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1px;
  height: 35px;
  background-color: #8A96B8;
}
@media screen and (max-width: 767px) {
  .list_content li {
    width: 100%;
  }
  .list_content li:not(:last-child) {
    margin-bottom: 15vw;
  }
}

.top_section_caption {
  margin-bottom: 50px;
}

.top_section_txt {
  text-align: center;
  line-height: 2;
  font-size: 1rem;
}

.list_event {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.list_event li {
  width: 31%;
  margin-bottom: 10%;
}
.list_event li:not(:nth-of-type(3n)) {
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_event li {
    width: 100%;
    margin-right: 0 !important;
  }
  .list_event li:last-child {
    margin-bottom: 0;
  }
}
.list_event li.event_end .list_event_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.list_event li.event_end .list_event_img::after {
  content: url(../images/finished_label.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .event_link:hover img {
    transform: scale(1.1, 1.1);
  }
  .event_link:hover .dlist_event_date {
    color: #8A96B8;
  }
}

.list_event_img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.list_event_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .list_event_img img {
    transition: transform 0.3s;
  }
}

@media screen and (min-width: 768px) {
  .dlist_event_date {
    transition: color 0.3s;
  }
}
.dlist_event_date dt {
  margin-bottom: 10px;
  font-size: 1rem;
}
.dlist_event_date dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .dlist_event_date dd {
    font-size: 1.0666666667rem;
  }
}

.single_event_wrap p {
  margin-bottom: 20px;
}

.ttl_single_event {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ttl_single_event {
    font-size: 1.3333333333rem;
  }
}

.single_event_date {
  margin-bottom: 50px;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .single_event_date {
    font-size: 1.0666666667rem;
  }
}

#news .single_event_date {
  margin-bottom: 60px;
}

.single_event_lead {
  margin-bottom: 50px;
}

#news .single_event_body {
  margin-bottom: 130px;
}

.single_event_body {
  margin-bottom: 50px;
}

.single_event_box {
  margin: 80px 0;
}

.event_main {
  margin-bottom: 30px;
}

.ttl_event_sub {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  font-weight: bold;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .ttl_event_sub {
    font-size: 1.3333333333rem;
  }
}

.table_event {
  width: 100%;
}
.table_event th {
  display: block;
  font-weight: bold;
  text-align: left;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .table_event th {
    font-size: 1.2rem;
  }
}
.table_event td {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
}

.single_event_img {
  margin-bottom: 20px;
}
.single_event_img img {
  width: 100%;
}

.dlist_time_schedule dt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .dlist_time_schedule dt {
    font-size: 1.2rem;
  }
}
.dlist_time_schedule dd {
  margin-bottom: 20px;
}

.event_other_text {
  margin-bottom: 50px;
}

.list_pagination {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #fff;
  border-width: 1px 0;
  margin-bottom: 80px;
  padding: 20px 10px;
}
.list_pagination li {
  width: 50%;
}
.list_pagination li.prev {
  text-align: left;
}
.list_pagination li.next {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li {
    width: 100%;
  }
}

.product_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product_info .product_info_img {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .product_info .product_info_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product_info .product_info_txt {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .product_info .product_info_txt {
    width: 100%;
  }
}
.product_info .ttl_product_info {
  margin-bottom: 20px;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .product_info .ttl_product_info {
    font-size: 1.3333333333rem;
  }
}
.product_info .dlist_product_info {
  margin-top: 20px;
}
.product_info .dlist_product_info div {
  display: flex;
}
.product_info .dlist_product_info div dt {
  margin-right: 1em;
}
.product_info .dlist_product_info div dt span {
  color: #8A96B8;
}

.product_info_02 .product_info_img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .product_info_02 .product_info_img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product_info_02 .product_info_txt {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .product_info_02 .product_info_txt {
    width: 100%;
  }
}

.dlist_product_info_wide div dt {
  min-width: 6em;
  margin-right: 1em;
}
.dlist_product_info_wide div dt span {
  color: #8A96B8;
}

.ttl_corn_secret {
  margin: 80px 0 50px;
  text-align: center;
  color: #8A96B8;
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .ttl_corn_secret {
    font-size: 1.4666666667rem;
  }
}

.dlist_corn_secret {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dlist_corn_secret div {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .dlist_corn_secret div:first-child {
    margin-bottom: 30px;
  }
  .dlist_corn_secret div {
    width: 100%;
  }
}
.dlist_corn_secret dt {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
.dlist_corn_secret dt .ttl_dlist_corn_secret {
  margin-right: 35px;
  color: #8A96B8;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .dlist_corn_secret dt .ttl_dlist_corn_secret {
    margin-right: 20px;
    font-size: 2rem;
  }
}
.dlist_corn_secret dt div {
  width: 100%;
  font-size: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .dlist_corn_secret dt div {
    font-size: 1.3333333333rem;
  }
}

.list_event_info {
  padding-left: 20px;
}
.list_event_info li {
  list-style: disc;
}

.radish_product_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .radish_product_box {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
}
.radish_product_box .radish_product_img {
  width: 415px;
  max-width: 35%;
}
@media screen and (max-width: 767px) {
  .radish_product_box .radish_product_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.radish_product_box .dlist_radish_product {
  width: 710px;
  max-width: 60%;
}
@media screen and (max-width: 767px) {
  .radish_product_box .dlist_radish_product {
    width: 100%;
    max-width: 100%;
  }
}
.radish_product_box .dlist_radish_product dt {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #8A96B8;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.radish_product_box .dlist_radish_product dt .ttl_dlist_radish_product {
  margin-right: 15px;
  color: #8A96B8;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .radish_product_box .dlist_radish_product dt .ttl_dlist_radish_product {
    margin-right: 20px;
    font-size: 2rem;
  }
}
.radish_product_box .dlist_radish_product dt div {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .radish_product_box .dlist_radish_product dt div {
    font-size: 1.3333333333rem;
  }
}
.radish_product_box .dlist_radish_product dd {
  line-height: 2;
}
.radish_product_box .dlist_radish_product dd .list_radish_product_info li span {
  color: #8A96B8;
}

.dlist_radish_news {
  margin: 50px 0;
}
.dlist_radish_news dt {
  font-weight: bold;
  font-size: 1.125rem;
}
.dlist_radish_news dt img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 500px;
}
.dlist_radish_news dd {
  margin-bottom: 50px;
}

.list_wine {
  margin-top: 7.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 5%;
}
@media screen and (max-width: 767px) {
  .list_wine {
    flex-direction: column;
    gap: 80px;
  }
}
.list_wine li {
  width: 47.5%;
}
.list_wine li .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 500/333;
  margin-bottom: 20px;
}
.list_wine li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_wine li .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 0.25em 0.75em;
}
.list_wine li .dlist_wine > div {
  display: flex;
}
.list_wine li .dlist_wine > div dt:after {
  content: "：";
}
.list_wine li .dlist_wine > div:nth-child(n+5) {
  display: block;
}
.list_wine li .dlist_wine > div:nth-child(n+5) dt {
  display: flex;
  align-items: center;
  gap: 1em;
  margin: 1em 0 0.375rem;
}
.list_wine li .dlist_wine > div:nth-child(n+5) dt span {
  flex-shrink: 0;
}
.list_wine li .dlist_wine > div:nth-child(n+5) dt:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.list_wine li .dlist_wine > div:nth-child(n+5) dd img {
  display: block;
  margin-top: 1rem;
}

#wine02 .ttl_cmn::before {
  content: "GOKA";
}