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

kv

------------------------------------------- */
.top-kv {
  position: relative;
  padding: 0 7rem;
  background: url(../img/top-kv-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.top-kv .mask {
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 10;
}
.top-kv > div > img {
  border-radius: 6rem;
}
.top-kv .deco-1,
.top-kv .deco-2,
.top-kv .deco-3,
.top-kv .deco-4 {
  display: block;
  position: absolute;
}
.top-kv .deco-1 {
  left: 0;
  bottom: 0;
  width: 30rem;
}
.top-kv .deco-2 {
  right: 0;
  bottom: 0;
  width: 30rem;
}
.top-kv .deco-3 {
  left: 4rem;
  top: 10rem;
  width: 5rem;
}
.top-kv .deco-4 {
  right: 4rem;
  bottom: 20rem;
  width: 5rem;
}

.top-kv-sns {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 2rem;
  top: 2rem;
}
.top-kv-sns span {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  color: #7C8E21;
  display: flex;
  align-items: center;
}
.top-kv-sns span::after {
  content: "";
  width: 0.1rem;
  height: 5rem;
  background: #7C8E21;
  margin-right: 0.4rem;
  margin-top: 0.8rem;
}
.top-kv-sns ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.top-kv-sns ul li {
  width: 3rem;
}

@media screen and (max-width: 768px) {
  .top-kv {
    margin-top: -1.9rem;
    padding: 0 1rem;
  }
  .top-kv .deco-1 {
    width: 12rem;
  }
  .top-kv .deco-2 {
    width: 12rem;
  }
  .top-kv .deco-3 {
    left: 0;
    top: 1rem;
    width: 4rem;
  }
  .top-kv .deco-4 {
    right: 1rem;
    bottom: 4rem;
    width: 4rem;
  }
}
/* -------------------------------------------

sweetcorn

------------------------------------------- */
.top-sweetcorn {
  padding: 8rem 0 18rem 0;
  background: url(../img/top-sweetcorn-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.top-sweetcorn ul {
  display: flex;
  gap: 3rem;
}
.top-sweetcorn ul li {
  flex: 1;
  position: relative;
}
.top-sweetcorn ul li span {
  position: absolute;
  background: #fff;
  color: #452908;
  display: block;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.top-sweetcorn ul li span strong {
  font-weight: 500;
  background: linear-gradient(to top, #FFE079 50%, transparent 50%);
}
.top-sweetcorn ul li:nth-child(1) span {
  border-radius: 0 10rem 10rem 0;
  width: 70%;
  height: 7rem;
  top: -3.5rem;
  padding-left: 16rem;
}
.top-sweetcorn ul li:nth-child(2) {
  margin-top: 4rem;
}
.top-sweetcorn ul li:nth-child(2) span {
  border-radius: 10rem 0 0 10rem;
  width: 70%;
  height: 7rem;
  right: 0;
  bottom: -3.5rem;
  padding-left: 3rem;
  padding-bottom: 2rem;
}
.top-sweetcorn p {
  width: 80rem;
  margin: 5rem auto 6rem auto;
}

@media screen and (max-width: 768px) {
  .top-sweetcorn {
    padding: 6rem 0 12rem 0;
  }
  .top-sweetcorn ul {
    flex-direction: column;
    gap: 2rem;
  }
  .top-sweetcorn ul li {
    flex: 1;
    position: relative;
  }
  .top-sweetcorn ul li span {
    position: absolute;
    background: #fff;
    color: #452908;
    display: block;
    display: flex;
    align-items: center;
    font-weight: 500;
  }
  .top-sweetcorn ul li span strong {
    font-weight: 500;
    background: linear-gradient(to top, #FFE079 50%, transparent 50%);
  }
  .top-sweetcorn ul li:nth-child(1) {
    padding-right: 3rem;
  }
  .top-sweetcorn ul li:nth-child(1) span {
    width: 80%;
    top: -3.5rem;
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .top-sweetcorn ul li:nth-child(2) {
    padding-left: 3rem;
    margin-top: 0;
  }
  .top-sweetcorn ul li:nth-child(2) span {
    width: 80%;
  }
  .top-sweetcorn p {
    width: auto;
    padding: 0 3rem;
    margin: 3rem auto;
  }
}
/* -------------------------------------------

other

------------------------------------------- */
.top-other {
  padding: 8rem 0 0 0;
  position: relative;
  z-index: 10;
}
.top-other .img-1,
.top-other .img-2 {
  display: block;
  position: absolute;
}
.top-other .img-1 {
  left: 0;
  top: 16rem;
  width: 28rem;
}
.top-other .img-2 {
  right: 0;
  top: 16rem;
  width: 28rem;
}
.top-other .img-3 {
  width: 64rem;
  margin: 4rem auto 0 auto;
}
.top-other h3 {
  text-align: center;
  color: #7C8E21;
  font-size: 1.8rem;
}
.top-other p {
  margin: 4rem auto;
  width: 48rem;
}
.top-other .deco {
  position: absolute;
  right: 8rem;
  bottom: 2rem;
  width: 10rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .top-other {
    padding: 5rem 0 0 0;
    position: relative;
    z-index: 10;
  }
  .top-other > figure:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 2rem;
  }
  .top-other .img-1,
  .top-other .img-2 {
    position: relative;
  }
  .top-other .img-1 {
    left: auto;
    top: auto;
    width: 47%;
  }
  .top-other .img-2 {
    right: auto;
    top: auto;
    width: 47%;
  }
  .top-other .img-3 {
    width: 100%;
    margin: 4rem auto 0 auto;
    padding: 0 2rem;
  }
  .top-other h3 {
    text-align: left;
    padding: 0 3rem;
  }
  .top-other p {
    margin: 2rem auto 3rem auto;
    width: auto;
    padding: 0 3rem;
  }
  .top-other .deco {
    position: relative;
    right: auto;
    bottom: auto;
    margin: -2rem auto 0 auto;
    width: 6rem;
    display: block;
  }
}
/* -------------------------------------------

news

------------------------------------------- */
.top-news {
  background: url(../img/mask-2.png) no-repeat center top;
  background-size: 100% auto;
  background-color: #FBF2D0;
  padding: 20rem 0 10rem 0;
  margin-top: -9rem;
  position: relative;
}
.top-news > span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}
.top-news .wrap {
  display: flex;
}
.top-news .wrap > div:nth-of-type(1) {
  width: 20rem;
  display: flex;
  justify-content: flex-start;
}
.top-news .wrap > div:nth-of-type(2) {
  width: calc(100% - 20rem);
}

.top-news .more {
  margin: 4rem 0 0 auto;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 15rem 3rem 10rem 3rem;
    margin-top: -10rem;
  }
  .top-news .wrap {
    flex-direction: column;
  }
  .top-news .wrap > div:nth-of-type(1) {
    width: 100%;
    justify-content: center;
  }
  .top-news .wrap > div:nth-of-type(2) {
    width: 100%;
  }
  .top-news .more {
    margin: 4rem auto 0 auto;
  }
}
.top-news .CMS-NEWS-INDEX {
  padding-bottom: 0;
}
.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

/* -------------------------------------------

faq

------------------------------------------- */
.top-faq {
  padding: 8rem 0;
}
.top-faq .more-wrap {
  margin-top: 5rem;
}
.top-faq .wrap > dl:last-of-type {
  border-bottom: solid 0.15rem #DBC77A;
}

.faq-list {
  width: 72rem;
  margin: 0 auto;
}
.faq-list dt {
  border-top: solid 0.15rem #DBC77A;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 5rem 2.1rem 0;
  transition: all 0.3s;
}
.faq-list dt:hover {
  opacity: 0.5;
  cursor: pointer;
}
.faq-list dt > span:nth-child(1) {
  color: #7C8E21;
  font-weight: bold;
  font-size: 2rem;
}
.faq-list dt > span:nth-child(2) {
  font-weight: 500;
  font-size: 1.6rem;
  padding-left: 1.5rem;
}
.faq-list dt i {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  transform: translate(0, -50%);
  color: #E47200;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.faq-list dt.open i {
  transform: translate(0, -50%) rotate(-180deg);
}
.faq-list dd {
  padding: 0 8rem 2rem 3rem;
}
.faq-list dd > div {
  background: #FBF2D0;
  border-radius: 1rem;
  padding: 1.8rem 2.2rem 1.9rem 2.2rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .top-faq {
    padding: 8rem 3rem;
  }
  .top-faq .more-wrap {
    margin-top: 4rem;
  }
  .faq-list {
    width: auto;
    margin: 0 auto;
  }
  .faq-list dt {
    padding: 2rem 4rem 2.1rem 0;
  }
  .faq-list dt i {
    right: 1.5rem;
  }
  .faq-list dd {
    padding: 0 0 2rem 0;
  }
}
/* -------------------------------------------

farm

------------------------------------------- */
.top-farm {
  padding: 8rem 0;
}
.top-farm .wrap-1 {
  background: url(../img/top-farm-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 5rem;
}
.top-farm .wrap-1 figure img {
  border-radius: 5rem;
}
.top-farm .wrap-2 {
  display: flex;
  align-items: flex-end;
  margin-top: -10rem;
  position: relative;
  z-index: 10;
}
.top-farm .wrap-2 > div:nth-of-type(1) {
  width: 45%;
}
.top-farm .wrap-2 > div:nth-of-type(2) {
  width: 55%;
  background: #fff;
  border-radius: 5rem 0 0 0;
  padding: 5rem 10rem 0 5rem;
}
.top-farm .ttl-wrap {
  display: flex;
  justify-content: flex-start;
}
.top-farm .more {
  margin: 5rem 0 0 auto;
}
.top-farm .gmap iframe {
  height: 47rem;
}

@media screen and (max-width: 768px) {
  .top-farm {
    padding: 4rem 0 8rem 0;
  }
  .top-farm .wrap-1 {
    padding: 0 2rem 3rem 2rem;
  }
  .top-farm .wrap-2 {
    flex-direction: column;
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .top-farm .wrap-2 > div:nth-of-type(1) {
    width: 100%;
  }
  .top-farm .wrap-2 > div:nth-of-type(2) {
    width: 100%;
    border-radius: 0;
    padding: 3rem 3rem 0 3rem;
  }
  .top-farm .ttl-wrap {
    justify-content: center;
  }
  .top-farm h2 {
    margin-bottom: 1rem;
  }
  .top-farm .more {
    margin: 4rem auto 0 auto;
  }
  .top-farm .gmap iframe {
    height: 32rem;
  }
}
/* -------------------------------------------

contact

------------------------------------------- */
.top-contact {
  position: relative;
  padding: 10rem 0 30rem 0;
  background: url(../img/top-contact-deco-2.jpg) no-repeat center bottom, url(../img/top-contact-bg-2.png) no-repeat center top;
  background-size: 100% auto;
}
.top-contact .deco-1 {
  position: absolute;
  left: 24rem;
  top: 0;
  display: block;
  width: 10rem;
  z-index: 10;
}
.top-contact .wrap {
  display: flex;
}
.top-contact .wrap > figure {
  width: 40%;
}
.top-contact .wrap > figure img {
  border-radius: 5rem 0 0 5rem;
}
.top-contact .wrap > div {
  width: 60%;
  background: url(../img/top-contact-bg-1.jpg) no-repeat center/cover;
  background-color: #FFE079;
  border-radius: 0 5rem 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #452908;
  font-weight: 500;
  padding: 0 6rem;
}
.top-contact .wrap > div p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.top-contact .wrap > div p i {
  font-size: 1.3rem;
}
.top-contact .wrap > div p {
  margin-bottom: 3rem;
}
.top-contact .wrap > div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10rem;
  background: #fff;
  color: #E47200;
  height: 5.6rem;
  padding: 0 2rem 0.15rem 3rem;
  font-weight: bold;
  font-size: 2rem;
  width: 34rem;
}
.top-contact .wrap > div a i {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .top-contact {
    padding: 8rem 3rem 12rem 3rem;
    background-size: 100% auto, 200% auto;
  }
  .top-contact .deco-1 {
    left: 2rem;
    top: 5rem;
    width: 7rem;
  }
  .top-contact .wrap {
    flex-direction: column;
  }
  .top-contact .wrap > figure {
    width: 100%;
  }
  .top-contact .wrap > figure img {
    border-radius: 3rem 3rem 0 0;
  }
  .top-contact .wrap > div {
    width: 100%;
    border-radius: 0 0 3rem 3rem;
    padding: 3rem;
  }
  .top-contact .wrap > div p {
    margin-bottom: 2rem;
  }
  .top-contact .wrap > div a {
    width: 100%;
  }
}
/* -------------------------------------------

online

------------------------------------------- */
.top-online {
  padding: 10rem 0 0 0;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 10;
}
.top-online > figure {
  width: 55%;
}
.top-online > div {
  width: 45%;
  padding-left: 12rem;
}
.top-online .ttl-wrap {
  display: flex;
  justify-content: flex-start;
}
.top-online p {
  margin: 2.5rem 0 3rem 0;
}
.top-online .more {
  margin: 0;
}
.top-online h3 {
  color: #7C8E21;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .top-online {
    padding: 4rem 0 6rem 0;
    flex-direction: column;
    position: relative;
    z-index: 10;
  }
  .top-online > figure {
    width: 100%;
    padding-left: 2rem;
    margin-bottom: 2rem;
  }
  .top-online > div {
    width: 100%;
    display: contents;
  }
  .top-online .ttl-wrap {
    order: -1;
    justify-content: center;
  }
  .top-online .ttl-wrap h2 {
    margin-bottom: 2rem;
  }
  .top-online p {
    padding: 0 3rem;
    margin: 2rem 0 3rem 0;
  }
  .top-online .more {
    margin: 0 auto;
  }
  .top-online h3 {
    padding: 0 3rem;
    color: #7C8E21;
    font-size: 1.8rem;
  }
}
/* -------------------------------------------

instagram

------------------------------------------- */
.top-insta {
  margin-top: -8rem;
  padding: 16rem 0;
  background: url(../img/mask-2.png) no-repeat center top -0.1rem;
  background-size: 100% auto;
  background-color: #FBF2D0;
  position: relative;
}
.top-insta .wrap {
  width: 80rem;
  margin: 0 auto;
}
.top-insta > span {
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
}

@media screen and (max-width: 768px) {
  .top-insta {
    margin-top: 0;
    padding: 8rem 0;
  }
  .top-insta .wrap {
    width: auto;
    padding: 0 3rem;
  }
}
.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.CMS-INSTAGRAM-LIST > * {
  width: calc((100% - 4rem) / 3);
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 7) {
  display: none;
}

/* -------------------------------------------

layout

------------------------------------------- */
.container {
  margin: 8rem auto 10rem auto;
  width: 88rem;
}

@media screen and (max-width: 768px) {
  .container {
    margin: 8rem 3rem;
    width: auto;
  }
}
/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
}
.page-ttl > div {
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18rem;
}
.page-ttl h2 {
  color: #fff;
  font-size: 3.4rem;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    margin-top: -1.9rem;
  }
  .page-ttl > div {
    height: 16rem;
  }
}
/* -------------------------------------------

concept

------------------------------------------- */
.container .wrap {
  display: flex;
  justify-content: space-between;
}
.container .wrap.reverse {
  flex-direction: row-reverse;
}
.container .wrap > figure {
  width: 35%;
}
.container .wrap > div {
  width: 60%;
  padding-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .container .wrap {
    flex-direction: column;
  }
  .container .wrap.reverse {
    flex-direction: column;
  }
  .container .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .container .wrap > div {
    width: 100%;
    padding: 0;
  }
}
/* -------------------------------------------

tab

------------------------------------------- */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tab-label {
  background: #FBF2D0;
  order: -1;
  width: 32.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.6rem;
  padding-bottom: 0.15rem;
  transition: all 0.3s;
  font-weight: 500;
  border-radius: 0.4rem;
}

@media screen and (max-width: 768px) {
  .tab-label {
    height: 4.8rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
}
.tab-label:hover {
  cursor: pointer;
  background: #E47200;
  color: #fff;
}

.tab-content {
  width: 100%;
  display: none;
  margin-top: 4rem;
}

/* active */
.tab-switch:checked + .tab-label {
  background: #E47200;
  color: #fff;
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* radio */
.tab-switch {
  display: none;
}

/* -------------------------------------------

farm

------------------------------------------- */
.farm .summary {
  background: url(../img/top-kv-1.jpg) no-repeat center/cover;
  padding: 10rem 0;
  position: relative;
}
.farm .summary::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fffde8;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.95;
}
.farm .summary .wrap {
  position: relative;
  z-index: 10;
}
.farm .summary h3 {
  text-align: center;
  color: #452908;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 4rem;
  color: #5C9960;
}
.farm .summary p {
  text-align: center;
  line-height: 2.2;
  font-size: 1.6rem;
  color: #452908;
  font-weight: 500;
}
.farm .info {
  padding: 8rem 0;
}
.farm .info dl.detail dd a:not([href^="tel:"]) {
  text-decoration: underline;
}
.farm .farmer {
  padding: 8rem 0;
  background: #fffde8;
}
.farm .farmer .wrap {
  display: flex;
}
.farm .farmer .wrap > figure {
  width: 30%;
}
.farm .farmer .wrap > div {
  width: 70%;
  padding-left: 3rem;
}
.farm .farmer .wrap dl dt {
  color: #5C9960;
  border-bottom: dotted 0.25rem #5C9960;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.farm .farmer .wrap dl dt span {
  font-size: 1.2rem;
  margin-left: 1rem;
}
.farm .shop {
  padding: 8rem 0;
}
.farm .shop ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.farm .shop ul h4 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #452908;
  background: #FFE079;
  padding: 1.5rem 2rem;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  text-shadow: 0.1rem 0.1rem 0 rgba(255, 255, 255, 0.5);
}
.farm .shop ul li {
  width: calc((100% - 5rem) / 2);
}
.farm .shop ul li > div {
  margin-bottom: 0.5rem;
}
.farm .shop ul iframe {
  width: 100%;
  height: 28rem;
}
.farm aside {
  margin-top: 4rem;
}
.farm aside ul {
  display: flex;
  gap: 2rem;
}
.farm aside ul li {
  width: calc((100% - 2rem) / 2);
}
.farm aside ul li a {
  border-radius: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 0 4.3rem 0;
  text-align: center;
  position: relative;
}
.farm aside ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #452908;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4;
  border-radius: 4rem;
  z-index: 0;
}
.farm aside ul li a > span {
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.farm aside ul li a > span > span {
  margin-top: 0.3rem;
  font-size: 1.3rem;
  display: block;
  font-weight: 500;
}
.farm aside ul li:nth-child(1) a {
  background: url(../img/top-sweetcorn-img-1.jpg) no-repeat center/cover;
}
.farm aside ul li:nth-child(2) a {
  background: url(../img/farm-img-2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 768px) {
  .farm .summary {
    padding: 8rem 0;
  }
  .farm .summary h3 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .farm .summary p {
    font-size: 1.5rem;
  }
  .farm .info {
    padding: 8rem 3rem;
  }
  .farm .farmer {
    padding: 8rem 3rem;
  }
  .farm .farmer .wrap {
    flex-direction: column;
  }
  .farm .farmer .wrap > figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .farm .farmer .wrap > div {
    width: 100%;
    padding-left: 0;
  }
  .farm .farmer .wrap dl dt {
    font-size: 2.2rem;
  }
  .farm .farmer .wrap dl dt span {
    font-size: 1.4rem;
  }
  .farm .shop {
    padding: 8rem 3rem;
  }
  .farm .shop ul {
    flex-direction: column;
  }
  .farm .shop ul li {
    width: 100%;
  }
  .farm aside {
    padding: 0 3rem;
  }
  .farm aside ul {
    flex-direction: column;
  }
  .farm aside ul li {
    width: 100%;
  }
  .farm aside ul li a {
    border-radius: 3rem;
    padding: 3.5rem 0 3.8rem 0;
  }
  .farm aside ul li a::before {
    border-radius: 3rem;
  }
}
.latest a {
  display: flex;
  align-items: center;
  color: #452908;
  font-weight: 500;
  font-size: 1.8rem;
  justify-content: center;
  background: url(../img/top-sweetcorn-img-1.jpg) no-repeat center/cover;
  height: 12rem;
  padding-bottom: 0.15rem;
  border-radius: 4rem;
  position: relative;
}
.latest a img {
  display: block;
  position: absolute;
}
.latest a .deco-1 {
  left: 2rem;
  top: -2rem;
  width: 5rem;
}
.latest a .deco-2 {
  right: 1.5rem;
  bottom: -1rem;
  width: 5rem;
}
.latest a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FBF2D0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.8;
  border-radius: 4rem;
}
.latest a > span {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .latest {
    padding: 0 3rem;
    margin-bottom: 2rem;
  }
  .latest a {
    border-radius: 3rem;
  }
  .latest a::before {
    border-radius: 3rem;
  }
}
.order-cv {
  padding: 10rem 0 18rem 0;
  background: url(../img/top-sweetcorn-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}
.order-cv.adjust {
  padding: 0 0 18rem 0;
}
.order-cv h3 {
  text-align: center;
  color: #E47200;
  font-size: 2.8rem;
}
.order-cv p {
  text-align: center;
  font-size: 1.6rem;
  margin: 2.5rem 0 4rem 0;
}
.order-cv a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 0;
  background: #5C9960;
  color: #fff;
  border-radius: 4rem;
  width: 56rem;
  margin: 0 auto;
}
.order-cv a span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .order-cv.adjust {
    padding: 0 3rem 10rem 3rem;
  }
  .order-cv {
    padding: 8rem 3rem 10rem 3rem;
    background: url(../img/top-sweetcorn-bg.jpg) no-repeat center bottom;
    background-size: 100% auto;
  }
  .order-cv h3 {
    font-size: 2.2rem;
  }
  .order-cv p {
    line-height: 1.8;
    text-align: left;
    font-size: 1.5rem;
  }
  .order-cv a {
    padding: 2.7rem 3rem 3rem 3rem;
    border-radius: 3rem;
    width: 100%;
    margin: 0 auto;
  }
  .order-cv a ul {
    font-size: 1.2rem;
  }
}
/* -------------------------------------------

sweetcorn

------------------------------------------- */
.sweetcorn .container .wrap h4 {
  font-size: 1.7rem;
  font-weight: 500;
  color: #452908;
  margin-bottom: 0.6rem;
}
.sweetcorn .container .wrap ul {
  display: flex;
  gap: 0.8rem;
}
.sweetcorn .container .wrap ul li {
  width: calc((100% - 1.6rem) / 3);
}
.sweetcorn .container .wrap ul li dt {
  background: #FBF2D0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 0.8rem;
  margin-bottom: 0.8rem;
  color: #452908;
  font-weight: 500;
}
.sweetcorn .container .wrap ul li dd {
  font-size: 1.2rem;
  padding: 0 0.5rem;
}
.sweetcorn table {
  width: 100%;
  border-collapse: collapse;
  border: solid 0.25rem #ebe48b;
}
.sweetcorn table th,
.sweetcorn table td {
  width: 50%;
  text-align: center;
  border: solid 0.15rem #ebe48b;
  padding: 1.5rem 0;
}
.sweetcorn table th {
  font-weight: 500;
  background: #f5f1bc;
}
.sweetcorn p.sold {
  color: #ff0000;
}

@media screen and (max-width: 768px) {
  .sweetcorn .container .wrap ul {
    flex-direction: column;
    gap: 1.5rem;
  }
  .sweetcorn .container .wrap ul li {
    width: 100%;
  }
  .sweetcorn .container .wrap ul li dt {
    height: 7rem;
    font-size: 1.5rem;
  }
  .sweetcorn .container .wrap ul li dd {
    font-size: 1.3rem;
    padding: 0;
  }
}
.howto {
  padding: 6rem 0;
  background: #fffde8;
  margin-bottom: 6rem;
}
.howto ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.howto ul li {
  display: flex;
}
.howto ul li span {
  padding-left: 1rem;
}
.howto ul li i {
  margin-top: 0.6rem;
  color: #E47200;
}
.howto .more {
  width: 35rem;
}

@media screen and (max-width: 768px) {
  .howto {
    padding: 4rem 3rem;
    margin-bottom: 4rem;
  }
  .howto ul {
    gap: 2rem;
  }
  .more {
    width: 100%;
    font-size: 1.4rem;
  }
}
/* -------------------------------------------

online

------------------------------------------- */
.cms_takeout__modal_window {
  position: relative;
  z-index: 100000000000000000000000000000000000;
}

.cms_takeout__common_button {
  background: #2e7d32 !important;
  color: #fff !important;
}

/* -------------------------------------------

contact

------------------------------------------- */
.contact .summary {
  margin-bottom: 6rem;
}
.contact .summary h3 {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  color: #E47200;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.contact .summary > div {
  width: 48rem;
  margin: 0 auto;
}
.contact .summary > div p {
  line-height: 1.7;
  text-align: center;
  margin: 2rem 0;
}
.contact .summary > div p strong {
  font-weight: normal;
  color: #ff0000;
}
.contact .note,
.contact .mail {
  background: #fffde8;
  margin-bottom: 3rem;
  padding: 3rem;
}
.contact .note h3,
.contact .mail h3 {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: #452908;
}

@media screen and (max-width: 768px) {
  .contact .summary {
    margin-bottom: 6rem;
  }
  .contact .summary h3 {
    font-size: 2rem;
    text-align: left;
  }
  .contact .summary > div {
    width: 100%;
  }
  .contact .summary > div p {
    text-align: left;
  }
}
/* -------------------------------------------

form

------------------------------------------- */
.CMS-FORM-GROUP {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP {
    display: block;
  }
}
.CMS-FORM-GROUP:not(:last-of-type) {
  margin-bottom: 4rem;
}

.CMS-FORM-GROUP > label {
  font-weight: 500;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP label {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
}
.CMS-FORM-INPUT,
.CMS-FORM-EMAIL {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  padding: 2rem;
  width: 70%;
}

.CMS-FORM-GROUP textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: #ddd solid 1px;
  width: 70%;
  height: 16rem;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-INPUT,
  .CMS-FORM-EMAIL,
  .CMS-FORM-GROUP textarea {
    width: 100%;
  }
}
/* ---- radio ---- */
.CMS-FORM-RADIO {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  width: 70%;
}

.CMS-FORM-RADIO > div:not(:last-of-type) {
  margin-right: 2.5rem;
  margin-bottom: 1.2rem;
}

.CMS-FORM-RADIO > div {
  display: flex;
  align-items: center;
  width: calc(100% - 18px);
}

.CMS-FORM-RADIO > div label {
  margin-left: 0.5rem;
  margin-top: 0.3rem;
}

_::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-RADIO {
    display: block;
    width: 100%;
    white-space: unset;
  }
  .CMS-FORM-RADIO > div:not(:last-of-type) {
    margin-bottom: 1.2rem;
  }
  .CMS-FORM-RADIO > div label {
    width: calc(100% - 24px);
  }
  _::-webkit-full-page-media, _:future, :root .CMS-FORM-RADIO > div label {
    margin-top: 0.7rem;
  }
}
input[type=radio] {
  position: relative;
  width: 18px;
  height: 18px;
  background: rgb(245, 245, 245);
  border: solid 1px #ddd;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=radio]:checked:before {
  content: "";
  background: #FFE079;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    width: 24px;
    height: 24px;
  }
  input[type=radio]:checked:before {
    width: 12px;
    height: 12px;
  }
}
/* ---- submit ---- */
.CMS-FORM-GROUP input[type=submit] {
  background: #E47200;
  font-weight: bold;
  border-radius: 10rem;
  color: #fff;
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 1.6rem 0 1.75rem 0;
  transition: all 0.3s;
  width: 24rem;
}

.CMS-FORM-GROUP input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.5;
}

input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration {
  display: none;
}

@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input[type=submit] {
    width: 100%;
    font-size: 1.7rem;
  }
}
/* ---- calendar ---- */
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
  border: #ddd solid 1px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem;
  width: 70%;
}

@media screen and (max-width: 768px) {
  input[type=date] {
    width: 100%;
  }
}
/* ---- select ---- */
.select-wrap {
  position: relative;
  width: 70%;
}

.select-wrap::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border-right: solid 0.15rem #333;
  border-bottom: solid 0.15rem #333;
  transform: rotate(45deg);
  position: absolute;
  right: 1.2rem;
  top: calc(50% - 0.6rem);
  z-index: 10;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 0;
  color: #000;
  font-size: 1.4rem;
  padding: 1.6rem 4rem 1.5rem 1.5rem;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 100%;
  }
}
/* ---- required ---- */
.required {
  background: #FFE079;
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1rem;
  padding: 0.2rem 0.7rem 0.35rem 0.7rem;
  vertical-align: 0.1rem;
  border-radius: 10rem;
  color: #452908;
  font-weight: 500;
}

/* <span class="required">必須</span> */
@media screen and (max-width: 768px) {
  .CMS-FORM-GROUP input:focus,
  .CMS-FORM-GROUP textarea:focus {
    font-size: 16px;
  }
}
/* -------------------------------------------

privacy

------------------------------------------- */
.privacy {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 1.2rem;
  height: 20rem;
  overflow: auto;
  padding: 1.7rem 2rem;
}

.privacy-note {
  font-size: 1.2rem;
  margin: 5rem 0 2rem 0;
}

/* -------------------------------------------

thanx

------------------------------------------- */
.thanx {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .thanx {
    text-align: left;
  }
}
.back {
  display: block;
  text-align: center;
}

.back a {
  color: #E47200;
}/*# sourceMappingURL=style.css.map */


.movie{
    aspect-ratio: 16 / 9;
}

.movie video{
    width: 100%;
    height: 100%;
}