@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");
html {
  position: relative;
  min-height: 100%;
  overflow-y: scroll;
  font-size: 62.5%;
}

/* headerなし時 */
body {
  padding: 0;
}

/* /---headerなし時----*/
.header {
  z-index: 1000;
  position: relative;
}

.header.bonnotte .header__logo {
  margin: 0 auto;
  padding-left: 5%;
}

.content__inner {
  overflow: visible;
}

.wrapper {
  position: relative;
  width: 100%;
  padding-top: 0px;
  /* headerなし時 */
  /* padding-top: 0; */
  /* /---headerなし時----*/
  overflow: hidden;
  text-align: left;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

.container {
  width: 100%;
}

h1, .h1 {
  margin-top: 0;
}

/* -------------------------------------------
* bonnotte
* ------------------------------------------- */
.bonnotte {
  font-family: "Noto Serif JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #4E3A2D;
  position: relative;
  background: url(/img/usr/lp/bonnotte/bg_main.jpg) center top repeat;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .bonnotte {
    font-size: 1.4rem;
  }
}
.bonnotte .txt_gothic {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.bonnotte .main__inner {
  width: 1200px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .bonnotte .main__inner {
    padding: 0px 0 100px;
    width: 90%;
  }
}
.bonnotte img {
  max-width: 100%;
}
.bonnotte h2 {
  text-align: center;
}
.bonnotte h2 img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media screen and (max-width: 767px) {
  .bonnotte h2 img {
    width: 70%;
  }
}
.bonnotte h3 {
  color: #004EA2;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 500;
}
.bonnotte h3 span img {
  height: 65px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .bonnotte h3 {
    font-size: 2.4rem;
  }
  .bonnotte h3 span img {
    height: 24px;
    display: block;
  }
}
.bonnotte p + p {
  margin-top: 1.5em;
}
.bonnotte .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .bonnotte .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bonnotte .text__note {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .bonnotte .text__note {
    font-size: 1.2rem;
  }
}

/* bonnotte__mv */
.bonnotte__mv img {
  width: 100%;
}

/* bonnotte__cv */
.bonnotte__cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  -webkit-box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.bonnotte__cv span {
  font-size: 4rem;
  color: #EBC229;
}
.bonnotte__cv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100px;
}
.bonnotte__cv.is-animated {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .bonnotte__cv {
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bonnotte__cv span {
    font-size: 2.4rem;
  }
  .bonnotte__cv__inner {
    min-width: 100%;
    max-width: 370px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bonnotte__cv__date {
  height: 84px;
}
@media screen and (max-width: 767px) {
  .bonnotte__cv__date {
    height: auto;
    width: 130px;
  }
  .bonnotte__cv__date img {
    max-height: 60px;
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}

.bonnotte__cv__text {
  width: 76%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bonnotte__cv__text img {
  max-width: 1003px;
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .bonnotte__cv__text {
    display: none;
  }
}

.bonnotte__cv__button {
  width: 24%;
}
.bonnotte__cv__button a,
.bonnotte__cv__button span {
  display: block;
  background: #C8161D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bonnotte__cv__button a:hover,
.bonnotte__cv__button span:hover {
  opacity: 0.9;
}
.bonnotte__cv__button a img,
.bonnotte__cv__button span img {
  max-width: 242px;
  width: 100%;
}
.bonnotte__cv__button.soon span {
  background: #999;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .bonnotte__cv__button {
    width: 100%;
    height: 60px;
  }
  .bonnotte__cv__button a,
  .bonnotte__cv__button span {
    text-align: center;
    height: 60px;
  }
  .bonnotte__cv__button a img,
  .bonnotte__cv__button span img {
    max-width: 60%;
  }
}

.ttl_section {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .ttl_section {
    margin-bottom: 20px;
  }
}

.intro_wrapper {
  text-align: center;
  position: relative;
}
.intro_wrapper .main__inner {
  margin-bottom: 100px;
}
.intro_wrapper .text__note {
  position: absolute;
  right: 20px;
  bottom: 50px;
}
@media screen and (max-width: 767px) {
  .intro_wrapper {
    padding: 60px 0 130px;
    background-image: url(/img/usr/lp/bonnotte/bg_01-02.png);
    background-repeat: no-repeat;
    background-position: -10% 104%;
    background-size: 70%;
    overflow-x: clip;
  }
  .intro_wrapper .main__inner {
    margin-bottom: 0px;
  }
  .intro_wrapper .text__note {
    right: 0px;
    bottom: 0px;
  }
}

.bonnotte__logo {
  text-align: center;
  margin: 80px 0 30px;
}
.bonnotte__logo img {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .bonnotte__logo {
    margin: 0px 0 20px;
  }
  .bonnotte__logo img {
    width: 80%;
  }
}

.bonnotte__text {
  margin-bottom: 30px;
  font-size: 2.4rem;
}
.bonnotte__text .text__salt,
.bonnotte__text .text__oyster {
  font-weight: bold;
  font-size: 2.8rem;
}
.bonnotte__text .text__salt {
  color: #AA161D;
}
.bonnotte__text .text__oyster {
  color: #117686;
}
@media screen and (max-width: 767px) {
  .bonnotte__text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
  .bonnotte__text .text__salt,
  .bonnotte__text .text__oyster {
    font-weight: bold;
    font-size: 1.8rem;
  }
}

.intro_pkg {
  max-width: 788px !important;
  display: block;
  margin: 0 auto;
}

.intro_img {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .intro_img {
    margin-top: 60px;
  }
}

.btn__intro-buy {
  width: 70%;
  margin: 30px auto;
  display: block;
}
.btn__intro-buy img {
  max-width: 364px;
}
@media screen and (max-width: 767px) {
  .btn__intro-buy img {
    max-width: 100%;
  }
}

.intro_bg01,
.intro_bg02,
.intro_bg01-sizzle,
.intro_bg02-sizzle {
  display: block;
  position: absolute;
}

.intro_bg01 {
  left: 0;
  top: -90px;
  width: 20vw;
}

.intro_bg02 {
  right: 0;
  top: 210px;
  width: 20vw;
}

.intro_bg01-sizzle {
  left: 0;
  bottom: 0;
  width: 20vw;
}

.intro_bg02-sizzle {
  right: 5vw;
  top: -30px;
  width: 20vw;
}

@media screen and (max-width: 767px) {
  .intro_bg01 {
    left: -4vw;
    top: -90px;
    width: 40vw;
  }
  .intro_bg02 {
    right: -4vw;
    top: auto;
    bottom: 100px;
    width: 62vw;
  }
  .intro_bg01-sizzle {
    right: 2vw;
    top: -10px;
    width: 32vw;
    left: auto;
  }
  .intro_bg02-sizzle {
    right: auto;
    left: 10px;
    top: auto;
    bottom: 0;
    width: 28vw;
  }
}
.about01__wrap .ttl_section img {
  max-width: 444px !important;
}
@media screen and (max-width: 767px) {
  .about01__wrap {
    margin-top: 30px;
  }
  .about01__wrap .ttl_section {
    margin-bottom: 60px;
  }
  .about01__wrap .about01__pic {
    margin-top: 30px;
  }
}

.about02__wrap {
  background-image: url(/img/usr/lp/bonnotte/bg_01-02.png);
  background-repeat: no-repeat;
  background-position: calc(50% + 380px) 90%;
  position: relative;
}
.about02__wrap h3.ttl__about02-02 {
  max-width: 95px;
}
.about02__wrap .about02__pic01 {
  width: 710px;
}
.about02__wrap .about02__pic02 {
  width: 449px;
}
@media screen and (max-width: 767px) {
  .about02__wrap {
    background: none;
    background-position: center 29%;
  }
  .about02__wrap .about02__wrap-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about02__wrap .about02__map {
    width: 80%;
    margin: 30px 0;
  }
}

.about__03_wrap .about__03_fig {
  background: #800005;
  color: #fff;
  padding-bottom: 40px;
}
.about__03_wrap .about__03_fig img {
  margin-top: -50px;
  max-width: 586px;
}
.about__03_wrap .about__03_fig p {
  padding-left: 30%;
}
@media screen and (max-width: 767px) {
  .about__03_wrap .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .about__03_wrap .about__03_fig {
    padding-bottom: 20px;
    margin-top: 30px;
  }
  .about__03_wrap .about__03_fig img {
    margin-top: -20px;
    max-width: 100%;
  }
  .about__03_wrap .about__03_fig p {
    padding-left: 0%;
    padding: 0px 20px;
  }
}

.movie_wrapper {
  padding: 100px 0;
  background: #F7F5F3;
}
.movie_wrapper .box__movie {
  width: 80%;
  margin: 0 auto;
}
.movie_wrapper .box__movie .box__movie-in {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 アスペクト比 */
  height: 0;
}
.movie_wrapper .box__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .movie_wrapper {
    padding: 40px 0 0;
  }
  .movie_wrapper .ttl_section img {
    height: 70px;
    width: auto;
  }
  .movie_wrapper .box__movie {
    width: 100%;
  }
}

.flavor_header h2 {
  background-color: #12B6D5;
  text-align: center;
  margin-bottom: 0;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flavor_header img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .flavor_header h2 {
    height: 100px;
  }
  .flavor_header h2 img {
    height: 60px;
    width: auto;
  }
}

.ttl__flavor {
  text-align: center;
}
.ttl__flavor.ttl__salt img{
  width: 308px;
}
.ttl__flavor.ttl__oyster img{
  width: 300px;
}



@media screen and (max-width: 767px) {
  .ttl__flavor img {
    width: 60%;
    margin-bottom: 20px;
  }
}

.flavor__header-parallax {
  height: 60vh;
  width: 100%;
  clip-path: inset(0);
}
.flavor__header-parallax::before {
  background-image: url(/img/usr/lp/bonnotte/flavor_head.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flavor__header-parallax {
    height: 60vh;
  }
  .flavor__header-parallax::before {
    background-image: url(/img/usr/lp/bonnotte/flavor_head-sp.jpg);
    background-size: cover;
  }
}

.flavor_wrapper-in {
  padding-top: 100px;
  background-image: url(/img/usr/lp/bonnotte/bg_flavor-salt.png), url(/img/usr/lp/bonnotte/bg_flavor-oyster.png);
  background-size: 30%;
  background-position: right top, left 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .flavor_wrapper-in {
    background-position: 120% 0%, left 57%;
  }
}

.box__flavor {
  margin: 150px 0;
}
.box__flavor + .box__flavor {
  margin: 150px 0 80px;
}

.box__flavor-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.box__flavor-in h4 {
  font-size: 3.6rem;
  color: #E9B800;
  margin-bottom: 40px;
  line-height: 1.4;
}
.box__flavor-in.salt {
  background-color: #89040B;
  color: #fff !important;
  padding: 100px 40px 40px 120px;
}
.box__flavor-in.salt .box-pkg {
  width: 50%;
}
.box__flavor-in .sizzle_salt {
  position: absolute;
  top: -255px;
  left: -110px;
}
.box__flavor-in.oyster {
  background-color: #114482;
  color: #fff !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 100px 80px 40px 10px;
}
.box__flavor-in.oyster .box-pkg {
  width: 60%;
  padding-right: 40px;
}
.box__flavor-in .sizzle_oyster {
  position: absolute;
  top: -255px;
  right: -110px;
}
.box__flavor-in .btn__flavor-buy {
  display: block;
  margin-top: 20px;
}
.box__flavor-in .btn__flavor-buy img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .box__flavor-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
  .box__flavor-in h4 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .box__flavor-in.salt {
    background-color: #89040B;
    color: #fff !important;
    padding: 20px 20px;
  }
  .box__flavor-in.salt .box-pkg {
    width: 100%;
    margin-top: -60px;
    padding-right: 12%;
  }
  .box__flavor-in.oyster {
    background-color: #114482;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 20px 20px;
  }
  .box__flavor-in.oyster .box-pkg {
    width: 100%;
    margin-top: -60px;
    padding-right: 12%;
  }
  .box__flavor-in .sizzle_salt,
  .box__flavor-in .sizzle_oyster {
    display: none;
  }
  .box__flavor-in .btn__flavor-buy {
    margin: 30px auto;
    text-align: center;
  }
  .box__flavor-in .btn__flavor-buy img {
    width: 80%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .box__flavor {
    margin: 0;
  }
  .box__flavor + .box__flavor {
    margin: 60px 0 0px;
  }
  .flavor_wrapper-in {
    padding-top: 30px;
    background-size: 40%;
  }
  .sizzle_sp {
    width: 36vw;
    display: block;
    margin: 0 auto 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pkg__wrapper .col2 div {
    margin-bottom: 30px;
  }
  .pkg__wrapper .col2 div h3 {
    margin-top: 30px;
  }
}

.buy__wrapper {
  background: #F7F5F3;
  padding: 100px 0 0;
}
.buy__wrapper .ttl__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 165px;
}
.buy__wrapper .ttl__buy .ttl__buy-stamp {
  position: absolute;
  left: calc(50% - 420px);
}
.buy__wrapper .ttl__buy-sub {
  text-align: center;
  color: #C8161D;
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.buy__wrapper .ttl__buy-sub span {
  font-size: 3.8rem;
}
.buy__wrapper .ttl__buy-sub .attr {
  font-size: 4.8rem;
}
.buy__wrapper .box__buy {
  width: 48%;
  color: #fff;
  padding: 20px;
  position: relative;
}
.buy__wrapper .box__buy h3 {
  color: #E9B800;
  font-size: 2.8rem;
  margin-bottom: 0;
}
.buy__wrapper .box__buy::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border: solid 1px rgba(255, 255, 255, 0.7);
  z-index: 1;
}
.buy__wrapper .box__buy-pkg {
  max-width: 230px;
}
.buy__wrapper .buy__salt {
  background: #800005;
}
.buy__wrapper .buy__oyster {
  background: #114482;
}
.buy__wrapper .text__buy {
  text-align: center;
  line-height: 1.4;
  z-index: 1;
}
.buy__wrapper .text__buy span {
  font-size: 48px;
}
.buy__wrapper .text__buy p + P {
  margin-top: 0;
}
.buy__wrapper .btn__buy {
  display: block;
  margin-top: 20px;
}
.buy__wrapper .btn__buy img {
  height: 60px;
}
@media screen and (max-width: 767px) {
  .buy__wrapper {
    padding: 50px 0;
  }
  .buy__wrapper .main__inner {
    width: 84%;
    padding: 0px 0 0px;
  }
  .buy__wrapper .ttl__buy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .buy__wrapper .ttl__buy img {
    width: 80%;
  }
  .buy__wrapper .ttl__buy .ttl__buy-stamp {
    position: absolute;
    left: 38%;
    width: 24%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    top: -90px;
  }
  .buy__wrapper .ttl__buy-sub {
    text-align: center;
    color: #C8161D;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .buy__wrapper .ttl__buy-sub span {
    font-size: 1.8rem;
  }
  .buy__wrapper .ttl__buy-sub .attr {
    font-size: 3rem;
  }
  .buy__wrapper .box__buy {
    width: 100%;
  }
  .buy__wrapper .box__buy h3 {
    font-size: 2.2rem;
  }
  .buy__wrapper .box__buy + .box__buy {
    margin-top: 20px;
  }
  .buy__wrapper .text__buy {
    text-align: center;
    line-height: 1.4;
  }
  .buy__wrapper .text__buy span {
    font-size: 3.8rem;
  }
  .buy__wrapper .text__buy p + P {
    margin-top: 0;
  }
  .buy__wrapper .btn__buy img {
    height: auto;
    width: 80%;
    margin: 0 auto;
  }
}

.farm__wrapper .farm__head {
  background: #104845;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
}
.farm__wrapper .farm__head h3 {
  color: #fff;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .farm__wrapper .farm__head {
    height: 80px;
  }
}
.farm__wrapper .box__farm {
  background-image: url(/img/usr/lp/bonnotte/bg_farm.jpg);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .farm__wrapper .box__farm .main__inner {
    padding-bottom: 40px;
  }
}
.farm__wrapper .box__farm-text {
  background: rgba(255, 255, 255, 0.6);
  width: 480px;
  text-align: center;
  padding: 30px;
}
.farm__wrapper .box__farm-text p {
  color: #001B44;
  size: 1.8rem;
}
.farm__wrapper .box__farm-text .logo__farm {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .farm__wrapper .box__farm-text {
    width: 100%;
    padding: 20px 20px 40px;
    margin-top: 20px;
  }
  .farm__wrapper .box__farm-text .logo__farm {
    max-width: 80%;
    margin-bottom: 20px;
  }
}
.farm__wrapper .box__farm-pkg {
  width: calc(100% - 500px);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 60px;
}
.farm__wrapper .box__farm-pkg img {
  margin-bottom: 40px;
  max-width: 605px;
}
@media screen and (max-width: 767px) {
  .farm__wrapper .box__farm-pkg {
    width: 90%;
    margin-top: 30px;
    padding-top: 0px;
  }
  .farm__wrapper .box__farm-pkg img {
    max-width: 100%;
  }
}
.farm__wrapper .btn__farm img {
  height: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .farm__wrapper .btn__farm img {
    height: auto;
  }
}

  /* food labeling */
  .food_labeling {
    margin-top: 60px;
  }
  .food_labeling__name {
    margin: 30px 0 10px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .food_labeling__name.text_white {
    color: #fff;
  }
  .food_labeling__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-top: solid #dcdcdc 1px;
    border-left: solid #dcdcdc 1px;
  }
  .food_labeling__table dt {
    width: 199px;
    padding: 12px 20px;
    font-size: 12px;
    text-align: left;
    border-right: solid #dcdcdc 1px;
    border-bottom: solid #dcdcdc 1px;
  }
  .food_labeling__table dd {
    width: 1000px;
    padding: 12px 20px;
    font-size: 12px;
    text-align: left;
    border-right: solid #dcdcdc 1px;
    border-bottom: solid #dcdcdc 1px;
  }
  @media screen and (max-width: 767px) {
    .food_labeling {
      margin-top: 40px;
    }
    .food_labeling__name {
      margin: 5.33vw 0 2.67vw;
      text-align: center;
    }
    .food_labeling__table {
      width: 100%;
      margin: 0;
      border: solid #dcdcdc 1px;
      border-bottom: none;
    }
    .food_labeling__table dt {
      width: 100%;
      padding: 2.67vw 5.33vw;
      font-size: 12px;
      text-align: left;
      border-top: none;
      border-bottom: solid #f4f4f4 1px;
    }
    .food_labeling__table dd {
      width: 100%;
      padding: 2.67vw 5.33vw;
      font-size: 12px;
      text-align: left;
      border-top: none;
      border-bottom: solid #dcdcdc 1px;
    }
  }
  /* food labeling */

  /* modal */
  .directDelivery__image-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s;
    text-align: center;
  }

  .directDelivery__image-modal.is-open {
    visibility: visible;
    opacity: 1;
  }

  .directDelivery__image-modal .modal-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .directDelivery__image-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .directDelivery__image-modal .modal-body {
    position: relative;
    width: 740px;
    height: auto;
    padding: 40px;
    background-color: #ffffff;
    font-family: "Yu Mincho", "YuMincho", serif;
  }

  .directDelivery__image-modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    cursor: pointer;
  }

  .directDelivery__image-modal .modal-close::before,
  .directDelivery__image-modal .modal-close::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #333333;
  }

  .directDelivery__image-modal .modal-close::before {
    top: 50%;
    left: 0;
    margin-top: -1px;
    width: 100%;
    height: 2px;
  }

  .directDelivery__image-modal .modal-close::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left:  -1px;
  }

  .directDelivery__image-modal .modal-ttl {
    font-size: 22px;
    font-weight: 600;
  }

  .directDelivery__image-modal .modal-ttl span {
    color: #b31b1b;
  }

  .directDelivery__image-modal .modal-comment {
    margin-top: 20px;
    font-size: 18px;
  }

  .directDelivery__image-modal .modal-kiyaku {
    margin-top: 20px;
  }

  .directDelivery__image-modal .modal-stop {
    margin-top: 16px;
  }

  .directDelivery__image-modal .modal-kiyaku a,
  .directDelivery__image-modal .modal-stop a {
    text-decoration: underline;
  }

  .directDelivery__image-modal .modal-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
  }

  .directDelivery__image-modal .modal-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 340px;
    height: 60px;
    margin: 0 auto;
    border: 1px solid #ce3c29;
    border-radius: 10px;
    background-color: #ce3c29;
    color: #ffffff;
    font-size: 18px;
    transition: .2s;
    text-decoration: none;
  }

  .directDelivery__image-modal .modal-btn a:hover {
    background-color: #ffffff;
    color: #ce3c29;
    text-decoration: none;
  }

  @media screen and (max-width: 767px) {

    .directDelivery__image-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
        transition: opacity .25s;
      }

      .directDelivery__image-modal.is-open {
        visibility: visible;
        opacity: 1;
      }

      .directDelivery__image-modal .modal-container {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

      .directDelivery__image-modal .modal-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
      }

      .directDelivery__image-modal .modal-body {
        position: relative;
        width: 90vw;
        height: auto;
        padding: 10.67vw 5.33vw 6.4vw;
        background-color: #ffffff;
        font-family: "Yu Mincho", "YuMincho", serif;
      }

      .directDelivery__image-modal .modal-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 26px;
        height: 26px;
        transform: rotate(45deg);
        cursor: pointer;
      }

      .directDelivery__image-modal .modal-close::before,
      .directDelivery__image-modal .modal-close::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #333333;
      }

      .directDelivery__image-modal .modal-close::before {
        top: 50%;
        left: 0;
        margin-top: -1px;
        width: 100%;
        height: 2px;
      }

      .directDelivery__image-modal .modal-close::after {
        top: 0;
        left: 50%;
        width: 2px;
        height: 100%;
        margin-left:  -1px;
      }

      .directDelivery__image-modal .modal-ttl {
        font-size: 16px;
        font-weight: 600;
      }

      .directDelivery__image-modal .modal-ttl span {
        color: #b31b1b;
        font-size: 16px;
        font-weight: 600;
      }

      .directDelivery__image-modal .modal-comment {
        margin-top: 16px;
        font-size: 14px;
        text-align: left;
      }

      .directDelivery__image-modal .modal-kiyaku {
        margin-top: 20px;
        font-size: 14px;
      }

      .directDelivery__image-modal .modal-stop {
        margin-top: 10px;
        font-size: 14px;
      }

      .directDelivery__image-modal .modal-kiyaku a,
      .directDelivery__image-modal .modal-stop a {
        text-decoration: underline;
      }

      .directDelivery__image-modal .modal-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
      }

      .directDelivery__image-modal .modal-btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        margin: 0 auto;
        border: 1px solid #ce3c29;
        border-radius: 10px;
        background-color: #ce3c29;
        color: #ffffff;
        font-size: 16px;
      }
  }
  /* modal */

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