@charset "UTF-8";
/* MEDIA QUERY */
/* Text Color */
/* FONT SIZE */
/* FONT SET */
/* xd文字スタイルに入ってるセットを設定 */
/*******************************

   SINGLE

*******************************/
/*******************************

    BASE

*******************************/
html,
body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

html {
  position: relative;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  html {
    font-size: 0.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 641px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 2.35vw;
  }
}

body {
  background: #FFF;
  font-size: 1.7rem;
  color: #000000;
  font-weight: 400;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  max-width: 100%;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

a {
  text-decoration: none;
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  text-decoration: none !important;
}

p {
  word-wrap: break-word;
}

p img {
  vertical-align: bottom;
  max-width: 100%;
}

/* DISPLAY
------------------------------*/
@media screen and (min-width: 769px) {
  .lt-tbminNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .st-tbminNone {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .lt-tbltNone {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .st-tbltNone {
    display: none !important;
  }
}
@media screen and (min-width: 642px) {
  .lt-spNone {
    display: none !important;
  }
}
@media screen and (max-width: 641px) {
  .st-spNone {
    display: none !important;
  }
}
@media screen and (min-width: 642px) and (max-width: 1024px) {
  .tbltNone {
    display: none !important;
  }
}
@media screen and (max-width: 641px) {
  .lt-sp {
    display: none !important;
  }
}

@media screen and (min-width: 642px) {
  .st-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .lt-tblt {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .st-tblt {
    display: none !important;
  }
}

.wrapper {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 0.13em;
  font-feature-settings: "palt" 1;
}

figure {
  padding: 0;
  margin: 0;
}

.lp-header {
  height: 15.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .lp-header {
    padding-top: 2rem;
    height: 12rem;
    position: sticky;
    top: -2rem;
    background: #fff;
    z-index: 10000;
  }
}
.lp-header__copy {
  font-size: 2.6rem;
}
@media screen and (max-width: 1240px) {
  .lp-header__copy {
    font-size: 2.0967741935vw;
  }
}
@media screen and (max-width: 750px) {
  .lp-header__copy {
    display: none;
  }
}
.lp-header__logo {
  position: absolute;
  left: 3%;
  width: 12.1rem;
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  .lp-header__logo {
    width: 7.8064516129vw;
  }
}
@media screen and (max-width: 750px) {
  .lp-header__logo {
    left: calc(50% - 6.5rem);
  }
}

.lp-kv {
  position: relative;
}
@media screen and (min-width: 751px) {
  .lp-kv__bg {
    width: 100%;
    height: 78rem;
    background-image: url(../images/kv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 751px) and (max-width: 1520px) {
  .lp-kv__bg {
    height: calc( 58.6870026525vw - 25rem);
  }
}
@media screen and (min-width: 751px) and (max-width: 1240px) {
  .lp-kv__bg {
    height: calc( 58.6870026525vw - 26rem);
  }
}
@media screen and (min-width: 751px) {
  .lp-kv__main {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150.8rem;
    width: 90%;
    margin: 0;
  }
  .lp-kv__main img,
.lp-kv__main picture {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .lp-kv__main {
    display: block;
    margin: 0;
  }
  .lp-kv__main img,
.lp-kv__main picture {
    display: block;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 750px) {
  .nav-pc {
    display: none;
  }
}
.nav-pc__inner {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-pc__item {
  display: block;
  width: 15rem;
  margin: 0 2.2rem;
}
@media screen and (min-width: 1025px) {
  .nav-pc__item {
    transition: opacity ease 0.3s;
    will-change: opacity;
  }
  .nav-pc__item:hover {
    opacity: 0.6;
  }
}
.nav-pc__item img {
  display: block;
}

@media screen and (min-width: 751px) {
  .nav-sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .nav-sp {
    position: fixed;
    z-index: 10001;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    transition: ease 500ms;
    max-height: 0vh;
    opacity: 0;
    overflow: hidden;
    will-change: height, opacity;
  }
  .nav-sp.is-open {
    max-height: 100vh;
    opacity: 1;
  }
  .nav-sp__list {
    display: block;
    margin: 0;
    padding: 0;
  }
  .nav-sp__list li,
.nav-sp__list a,
.nav-sp__list img {
    display: block;
  }
  .nav-sp__list li {
    border-bottom: 1px solid #ccc;
  }
  .nav-sp__list__ttl {
    height: 13rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.1em;
    color: #1d2c00;
    font-family: sans-serif;
    font-weight: 100;
    margin: 0;
  }
}

#navToggleButton {
  position: fixed;
  width: 6.5rem;
  height: 6.5rem;
  top: 2.6rem;
  right: 2.6rem;
  display: flex;
  z-index: 10002;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  white-space: nowrap;
  font-size: 2vw;
  font-family: sans-serif;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
}
@media screen and (min-width: 751px) {
  #navToggleButton {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  #navToggleButton {
    top: 1.6rem;
  }
}
#navToggleButton .icon {
  display: block;
  height: 4rem;
  width: 100%;
  position: relative;
}
#navToggleButton .icon:before, #navToggleButton .icon:after,
#navToggleButton .icon span {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #656665;
  top: 50%;
  transition: ease 300ms;
}
#navToggleButton .icon:before {
  top: calc( 50% - 6px);
}
#navToggleButton .icon:after {
  top: calc( 50% + 6px);
}
#navToggleButton.is-open .icon span {
  transform: translateX(5px);
  opacity: 0;
}
#navToggleButton.is-open .icon:before {
  top: 50%;
  transform: rotate(30deg);
}
#navToggleButton.is-open .icon:after {
  top: 50%;
  transform: rotate(-30deg);
}

.section01 {
  background: #e8eacb;
}
@media screen and (min-width: 751px) {
  .section01 {
    padding: 13.5rem 0;
  }
}
@media screen and (max-width: 750px) {
  .section01 {
    padding: 9rem 0;
  }
}
.section01__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .section01__inner {
    display: flex;
  }
}
.section01__fig {
  width: 28.7rem;
}
@media screen and (max-width: 750px) {
  .section01__fig {
    display: none;
  }
}
.section01__body {
  flex-basis: 66rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .section01__body #toggleReadMore {
    display: none !important;
  }
}
.pagelink {
  display: none;
}

@media screen and (max-width: 750px) {
  .section01__body {
    width: 100vw;
    margin: 0 calc( ( 100% - 100vw) * .5);
    transition: ease-out 200ms;
    padding-bottom: 13rem;
  }
  .section01__body:after {
    content: "";
    display: block;
    position: absolute;
    height: 30rem;
    width: 100%;
    background: linear-gradient(180deg, rgba(232, 234, 203, 0), #e8eacb);
    opacity: 0;
    transition: ease 200ms;
    left: 0;
    bottom: 0;
  }
  .section01__body.readmore {
    max-height: 60rem;
  }
  .section01__body.readmore:after {
    opacity: 1;
  }
  .section01__body .toggle-readmore {
    -webkit-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    left: 10vw;
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    white-space: nowrap;
    font-size: 2.8rem;
    color: #fff;
    cursor: pointer;
    border-radius: 9999px;
    background: #648554;
  }

  .section01__body .pagelink {
    display: block;
    -webkit-appearance: none;
            appearance: none;
    padding: 0;
    margin: 0 auto 10rem;
    border: none;
    position: static;
    z-index: 1;
    bottom: inherit;
    left: inherit;
    width: 80vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8rem;
    white-space: nowrap;
    font-size: 2.8rem;
    color: #3e7025;
    cursor: pointer;
    border-radius: 9999px;
    border:2.5px solid #648554;
    background: none;
    font-weight: bold;
  }

}
.section01__ttl {
  font-size: 4.2rem;
  margin: 0 0 1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .section01__ttl {
    text-align: center;
  }
}
.section01__content {
  font-size: 2rem;
  line-height: 1.85;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .section01__content {
    font-size: 2.5rem;
    text-align: center;
    letter-spacing: -0.03em;
    transform: scaleX(0.92);
  }
}
.section01__content p:not(:last-child) {
  margin-bottom: 1.5em;
}

.section02 {
  background: #648554;
  padding: 7.5rem 0;
}
.section02__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section02__body {
  flex-grow: 1;
}
.section02__ttl {
  margin: 0 0 2rem;
  width: 32rem;
}
@media screen and (max-width: 750px) {
  .section02__ttl {
    margin: 0 auto 5rem;
  }
  .section02__ttl img {
    display: block;
    width: 32rem;
    margin: 0;
  }
}
.section02__txt {
  font-size: 2.3rem;
  line-height: 1.86;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section02__txt {
    font-size: 2.6rem;
    text-align: center;
  }
}
.section02__movie {
  position: relative;
}
.section02__movie::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
@media screen and (min-width: 751px) {
  .section02__movie {
    width: 53.8rem;
  }
}
@media screen and (max-width: 750px) {
  .section02__movie {
    width: calc( 100% - 8rem);
    margin: 0 auto 3rem;
  }
}
.section02__movie iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section02__movie a {
  display: block;
}
@media screen and (min-width: 751px) {
  .section02__movie a {
    width: 100%;
    background: #fff;
  }
  .section02__movie a img {
    display: block;
    transition: ease 200ms;
  }
  .section02__movie a:hover img {
    opacity: 0.5;
  }
}

.section03 {
  background-image: url(../images/section03_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section03__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 9rem 0 7.5rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section03__inner {
    padding: 7rem 0;
    max-width: calc( 100% - 14.6rem);
  }
}
.section03__ttl {
  font-size: 3.2rem;
  line-height: 1.5625;
  color: #1d2c00;
  margin: 0 0 1em;
}
.section03__ttl span {
  display: block;
  font-size: 0.812em;
}
@media screen and (max-width: 750px) {
  .section03 img {
    width: 18.1rem;
  }
}
.section03__txt {
  font-size: 2.2rem;
  line-height: 1.45;
  margin-top: 2em;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .section03__txt {
    font-size: 2.5rem;
    line-height: 1.86;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 751px) {
  .section04 {
    padding: 20rem 0;
    background-image: url(../images/section04_bg01.jpg), url(../images/section04_bg02.jpg), url(../images/section04_bg03.jpg);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: right top -1rem, left top 50%, right bottom 17.5rem;
    background-size: 42.7rem auto, 43.3rem auto, 37.9rem auto;
  }
}
@media screen and (max-width: 750px) {
  .section04 {
    padding: 11rem 0;
    background-color: #fbfaf9;
    background-image: url(../images/section04_bg-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
  }
}
.section04__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .section04__farm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12.5rem;
  }
  .section04__farm:nth-child(1) {
    flex-direction: row;
  }
  .section04__farm:nth-child(1) .section04__farm__body {
    margin-left: 4rem;
  }
  .section04__farm:nth-child(2) {
    flex-direction: row-reverse;
  }
  .section04__farm:nth-child(2) .section04__farm__body {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .section04__farm {
    margin-bottom: 6rem;
  }
}
.section04__farm__body {
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .section04__farm__body {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 3rem;
  }
}
.section04__farm__ttl {
  font-size: 3.2rem;
  line-height: 1.5625;
  font-weight: 600;
  border-bottom: 1px solid;
  padding: 0 0 0.5rem;
  margin: 0 0 1rem;
}
.section04__farm__content {
  font-size: 2.2rem;
  line-height: 1.63636364;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .section04__farm__content {
    font-size: 2.5rem;
  }
}
.section04__prize__ttl img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 55.5rem;
}
.section04__prize__desc {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.9;
  margin: 1em 0 1.5em;
}
@media screen and (max-width: 750px) {
  .section04__prize__desc {
    font-size: 2.5rem;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
}
.section04__prize__fig {
  display: block;
  margin-bottom: 6rem;
}
.section04__prize__fig img {
  max-width: unset;
  max-width: initial;
  width: 100%;
}
.section04__prize__fig picture {
  display: block;
  width: 100vw;
  max-width: 99rem;
  margin: 0 -2rem;
}
@media screen and (max-width: 750px) {
  .section04__prize__fig picture {
    width: 63.6rem;
    margin: 0 auto;
  }
}
.section04__prize__list {
  margin: 0;
  padding-left: 3rem;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .section04__prize__list {
    font-size: 2.3rem;
    max-width: calc( 100% - 3rem);
    margin: 0 auto;
  }
}
.section04__prize__list li {
  list-style-type: none;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

@media screen and (max-width: 1024px) {


  .section04__prize__list li {
    white-space: normal;
  }


}





.section04__prize__list li:before {
  content: "";
  position: absolute;
  right: calc( 100% + 1rem);
  top: -0.4rem;
  display: block;
  width: 1.8rem;
  height: 3.6rem;
  background-image: url(../images/list_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.section04__prize__list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.section05 {
  overflow: hidden;
  background-image: url(../images/section05_bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 12rem;
}
.section05__ttl {
  position: relative;
  background: #648554;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 0 0;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 17rem;
}
.section05__ttl span,
.section05__ttl img {
  display: block;
  position: relative;
  z-index: 10;
}
.section05__ttl img {
  width: 13rem;
}
.section05__ttl:after {
  content: "";
  display: block;
  background: #648554;
  height: 20rem;
  width: 120%;
  left: -10%;
  top: 6rem;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 750px) {
  .section05__ttl:after {
    width: 150%;
    left: -25%;
    top: 4rem;
  }
}
.section05__subttl {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 0 0 3rem;
}
.section05__desc {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  line-height: 1.65;
  letter-spacing: 0.045em;
  white-space: nowrap;
  margin: 0 auto 7rem;
}
@media screen and (max-width: 750px) {
  .section05__desc {
    font-size: 2.4rem;
    letter-spacing: 0.01em;
    line-height: 1.6;
    text-align: center;
  }
}
.section05__fig {
  margin: 0 auto;
  width: 113rem;
  max-width: 100%;
}
@media screen and (min-width: 751px) {
  .section05__fig {
    max-width: calc( 100% - 4rem);
  }
}
.section05__fig img,
.section05__fig picture {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.section06 {
  padding: 16rem 0;
  background-image: url(../images/section06_bg-pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 75% auto;
  overflow: hidden;
}
.section06__intro {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6;
  margin: 0 0 6rem;
  text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff, 0 0 12px #fff, 0 0 16px #fff, 0 0 18px #fff;
}
@media screen and (max-width: 750px) {
  .section06__intro {
    position: relative;
    z-index: 1;
  }
  .section06__intro:before {
    content: "";
    display: block;
    position: absolute;
    height: 120%;
    width: 100%;
    left: 0;
    top: -10%;
    background-color: rgba(255, 255, 255, 0.6);
    filter: blur(5px);
    z-index: -1;
  }
}
.section06__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
  position: relative;
  background: rgba(255, 255, 255, 0.95);
  border-image: url(../images/grad_border.png) 2;
  border-style: solid;
  border-width: 2px;
  padding: 7rem;
}
@media screen and (max-width: 750px) {
  .section06__inner {
    padding: 4rem 1rem;
    max-width: calc( 100% - 9rem);
  }
}
@media screen and (min-width: 751px) {
  .section06__inner:after {
    content: "";
    position: absolute;
    top: 81%;
    left: 90%;
    z-index: 1;
    width: 47.1rem;
    height: 47.7rem;
    background-image: url(../images/section06_charm.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.section06__ttl {
  margin: 0 auto 5rem;
  width: 71rem;
  max-width: 100%;
}
.section06__ttl img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section06__ttl img {
    width: 52rem;
  }
}
.section06__fig {
  display: block;
  margin-bottom: 2rem;
}
.section06__fig figcaption {
  display: block;
  text-align: right;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #3e3e3e;
  padding: 0 1rem;
}
.section06__desc {
  text-align: center;
  white-space: nowrap;
  color: #b17902;
  font-size: 2.1rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .section06__desc {
    font-size: 2.5rem;
  }
}
.section06__certificate {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 4.5rem;
}
.section06__certificate img {
  display: block;
  margin: 0 1.5rem;
  max-width: 24.7rem;
  height: auto;
}
.section06__note {
  text-align: center;
  white-space: nowrap;
  color: #b17902;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .section06__note {
    font-size: 2.5rem;
  }
}

.section07 {
  padding-top: 6.5rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section07 {
    padding-bottom: 11rem;
  }
}
.section07__img {
  background-image: url(../images/section07_person_bg-pc.png);
  background-repeat: no-repeat;
  background-position: center bottom 2rem;
  background-size: 116.9rem auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .section07__img {
    background-image: url(../images/section07_person_bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom 8rem;
  }
}
.section07__img__person {
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .section07__img__person {
    height: 100%;
    border-radius: 4rem;
  }
}
.section07__img__person__container {
  position: relative;
  margin: 0 0 8rem;
  width: 57.7rem;
}
@media screen and (max-width: 750px) {
  .section07__img__person__container {
    width: 40.4rem;
    height: 48.7rem;
    margin-bottom: 5rem;
  }
}
.section07__img__person__container:after {
  content: "";
  position: absolute;
  top: -6.7rem;
  right: -6.9rem;
  background: url(../images/section07_voice_badge.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14.3rem;
  height: 21rem;
}
.section07__inner {
  padding: 0;
}
.section07__ttl {
  font-size: 4.2rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3.5rem;
}
.section07__desc {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .section07__desc {
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: -0.03em;
    white-space: nowrap;
    transform: scaleX(0.92);
  }
}
.section07__desc p:not(:last-child) {
  margin-bottom: 1.75em;
}

.section08 {
  background-image: url(../images/section08_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.section08__inner {
  background: #4b6838;
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
  padding: 12rem 0;
}
.section08__ttl {
  text-align: center;
  margin: 0 0 6.5rem;
}
.section08__ttl .section08__ttl_text {
  position: relative;
  display: block;
  color: #fff;
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: 600;
  line-height: 1.2;
}


@media screen and (max-width: 750px) {
  .section08__ttl {
    margin-bottom: 12rem;
  }
}
.section08__ttl img {
  display: block;
  margin: 0 auto;
  width: 14rem;
}
.section08__product {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .section08__product {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .section08__product {
    padding: 0 2rem;
    margin-bottom: 12rem;
  }
}
.section08__product__name {
  font-size: 2.5rem;
  line-height: 1.52;
  font-weight: 600;
  margin: 1em 0;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.section08__product__name span {
  font-size: 0.8em;
}
@media screen and (max-width: 750px) {
  .section08__product__name {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
  }
}
.section08__product__name:before {
  content: "";
  background-image: url(../images/product_ttl_charm_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 2.8rem;
  height: 4.7rem;
  width: 4.2rem;
}
.section08__product__name:after {
  content: "";
  background-image: url(../images/product_ttl_charm_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 2.8rem;
  height: 4.7rem;
  width: 4.2rem;
}
.section08__product__price {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0 0 1em;
  letter-spacing: 0.05em;
}
.section08__product__price span {
  font-size: 0.6em;
}
@media screen and (max-width: 750px) {
  .section08__product__price {
    font-size: 4rem;
  }
}
.section08__product__fig img {
  width: 24.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section08__product__fig img {
    width: 33vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .section08__product__container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12rem;
  }

  

}

@media screen and (min-width: 751px) {
  .SoldOutText {
    padding: 0 6rem;
    width: 100%;
    margin-top: 6rem;
    text-align: center;
  }

  .SoldOutText img {
    max-width: 615px;
    width: 100%;
    height: auto;

  }

}


@media screen and (max-width: 750px) {
  .SoldOutText {
    width: 100%;
    padding: 0 6rem;
    margin: -6rem auto 12rem;
    text-align: center;
  }

  .SoldOutText img {
    max-width: 615px;
    width: 100%;
    height: auto;
  }

}


.section08__product__tbl {
  margin: 0 auto;
  width: calc( 100% - 6rem);
  font-family: sans-serif;
  line-height: 2.6;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  text-align: left;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .section08__product__tbl {
    font-size: 2.5rem;
  }
}
.section08__product__tbl tr:not(:last-child) th,
.section08__product__tbl tr:not(:last-child) td {
  border-bottom: 2px solid;
}
.section08__product__tbl th {
  border-right: 2px solid;
  font-weight: 400;
  padding: 0 0.5rem;
}
.section08__product__tbl td {
  padding: 0 1rem;
}
.section08__product__btn {
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  margin: 4rem auto 0;
  padding: 0 0 0 3rem;
  border-radius: 999px;
  width: 31rem;
  height: 7rem;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: none;
  background: #fff;
  font-size: 3.7rem;
  font-weight: 600;
  color: #4b6838;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  cursor: pointer;
}

.section08__product__btn-w {
  width: 60rem;
  height: 10rem;
  margin: 4rem auto 6rem;
}


@media screen and (min-width: 642px) {
  .section08__product__btn {
    transition: ease 200ms;
  }
  .section08__product__btn:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 750px) {
  .section08__product__btn {
    width: 38rem;
    height: 8.4rem;
    font-size: 4.2rem;
  }
  .section08__product__btn-w {
    width: 60rem;
    height: 8.4rem;
    margin:4rem auto 60px;
  }

}


.section08__product__btn .icon {
  position: absolute;
  height: 5.4rem;
  width: 5.4rem;
  display: block;
  border-radius: 999px;
  top: 0.8rem;
  left: 0.8rem;
  background: #4b6838;
}

.section08__product__btn-w .icon {
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .section08__product__btn .icon {
    width: 6.8rem;
    height: 6.8rem;
  }
}
.section08__product__btn .icon:after {
  content: "";
  display: block;
  border-radius: 1px;
  width: 26%;
  height: 26%;
  position: absolute;
  top: calc( 37% - 2px);
  left: 27%;
  transform: rotate(45deg);
  border-width: 4px 4px 0 0;
  border-style: solid;
  border-color: #fff;
}
.section08__contact {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.section08__contact img {
  display: block;
  max-width: 100%;
  margin: 0 auto 2rem;
}
.section08__contact img.lt-sp {
  width: 76.2rem;
}
.section08__contact .shipping {
  width: 43.5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 750px) {
  .section08__contact a {
    display: block;
    width: 62.2rem;
    margin: 0 auto;
  }
  .section08__contact .shipping {
    margin-bottom: 2rem ;
  }

}

@media screen and (max-width: 320px) {
  .section08__contact a {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.section08__contact__note {
  text-align: center;
  margin: 1em 0;
}
.section08__contact small {
  font-size: 0.8em;
}

.section09 {
  padding-top: 13rem;
}
@media screen and (max-width: 750px) {
  .section09 {
    padding-top: 9rem;
  }
}
.section09__main-img {
  display: block;
  margin: 0 auto 6rem;
  max-width: 100vw;
  width: 95rem;
}
.section09__main-img img {
  display: block;
  margin: 0 auto;
}
.section09__desc {
  font-size: 3.4rem;
  line-height: 1.47;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .section09__desc {
    font-size: 3rem;
  }
}

.section10 {
  padding-top: 13rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section10 {
    padding-top: 9rem;
  }
}
.section10__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
}
.section10__ttl {
  width: 56.5rem;
  margin: 0 auto 6.5rem;
}
.section10__ttl picture,
.section10__ttl img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .section10__ttl {
    margin: 0 auto 2rem;
  }
}
.section10__detail {
  margin-bottom: 19rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section10__detail {
    margin-bottom: 6rem;
  }
}
.section10__detail__ttl {
  max-width: 56rem;
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 0 0 2rem;
}
@media screen and (max-width: 750px) {
  .section10__detail__ttl {
    max-width: 69rem;
    margin: 0 auto 4rem;
  }
}
.section10__detail__desc {
  width: 100%;
  font-size: 1.9rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 751px) {
  .section10__detail__desc {
    max-width: 56rem;
  }
}
@media screen and (max-width: 750px) {
  .section10__detail__desc {
    font-size: 2.5rem;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
    width: 100vw;
    margin: 0 calc( ( 100% - 100vw) * .5);
    transform: scaleX(0.92);
  }
}
@media screen and (min-width: 751px) {
  .section10__detail:nth-child(1):after {
    content: "";
    background-image: url(../images/section10_bg01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0rem;
    right: 0;
    width: 41.2rem;
    height: 38rem;
  }
  .section10__detail:nth-child(2) {
    align-items: flex-end;
  }
  .section10__detail:nth-child(2):after {
    content: "";
    background-image: url(../images/section10_bg02.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0rem;
    left: 0;
    width: 43.8rem;
    height: 73.5rem;
  }
}

@media screen and (min-width: 751px) {
  .section11 {
    background-image: url(../images/section11_bg_charm01.png), url(../images/section11_bg_charm02.png), url(../images/section11_bg.jpg);
    background-repeat: no-repeat;
    background-position: left 0px top 12rem, right 0px bottom 12rem, center center;
    background-size: 44.2rem auto, 42.3rem auto, cover;
    padding: 12rem 0;
  }
}
@media screen and (max-width: 750px) {
  .section11 {
    background-image: url(../images/section11_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10rem 0;
  }
}
.section11__inner {
  max-width: 95rem;
  width: calc( 100% - 4rem);
  margin: 0 auto;
  background-image: url(../images/line_bottom.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
}
@media screen and (max-width: 750px) {
  .section11__inner {
    background-size: auto 6px;
  }
}
.section11__recipe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .section11__recipe {
    flex-direction: column;
    align-items: flex-start;
  }
  .section11__recipe__body {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .section11__recipe__body {
    flex-shrink: 0;
  }
}
.section11__recipe__ttl {
  display: block;
  margin: 0 0 3rem;
}
@media screen and (min-width: 751px) {
  .section11__recipe__ttl img,
.section11__recipe__ttl picture {
    width: 29.5rem;
  }
}
@media screen and (max-width: 750px) {
  .section11__recipe__ttl img,
.section11__recipe__ttl picture {
    display: block;
    width: 32.2rem;
    margin: 0 auto;
  }
}
.section11__recipe__txt {
  font-size: 2rem;
  line-height: 1.65;
}


@media screen and (min-width: 751px) {
.fs-body-product .section11__recipe__txt {
  max-width: 45rem;
}
}

@media screen and (max-width: 750px) {
  .section11__recipe__txt {
    font-size: 2.5rem;
    margin-bottom: -10rem;
  }

  

}
.section11__recipe .vline {
  margin: 0 2rem;
}
@media screen and (max-width: 750px) {
  .section11__recipe .vline {
    display: none;
  }
}
.section11__recipe:nth-child(1) {
  background-image: url(../images/h_line.png);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  margin-bottom: 4rem;
}
@media screen and (min-width: 751px) {
  .section11__recipe:nth-child(1) figure {
    display: block;
    width: 41.4rem;
  }
}
@media screen and (max-width: 750px) {
  .section11__recipe:nth-child(1) {
    background-size: auto 1px;
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 751px) {
  .section11__recipe:nth-child(2) {
    flex-direction: row-reverse;
  }
  .section11__recipe:nth-child(2) figure {
    display: block;
    width: 36.9rem;
  }
}
@media screen and (min-width: 751px) {
  .section11__recipe__container {
    background-color: rgba(250, 244, 227, 0.6);
  }
}

.footer-company img {
  display: block;
  margin: 0 auto;
}

.float_btn {
  width: 70px;
  position: fixed;
  top: calc(50% - 250px);
  right: 0;
  display: none;
  transition: ease 200ms;
  opacity: 0;
  transform: translateX(5px);
  z-index: 10000;
}
@supports (pointer-events: none) {
  .float_btn {
    pointer-events: none;
    display: block;
  }
}
.float_btn.active {
  display: block;
  opacity: 1;
  transform: translateX(0px);
}
@supports (pointer-events: none) {
  .float_btn.active {
    pointer-events: auto;
  }
}
@media screen and (max-width: 750px) {
  .float_btn {
    display: none !important;
  }
}
.float_btn ul li {
  margin-bottom: 20px;
}
.float_btn ul li:last-child {
  margin-bottom: 0;
}
.float_btn ul li a,
.float_btn ul li input {
  display: block;
}
@media screen and (min-width: 751px) {
  .float_btn ul li a,
.float_btn ul li input {
    transition: ease 200ms;
  }
  .float_btn ul li a:hover,
.float_btn ul li input:hover {
    opacity: 0.75;
  }
}

.fs-c-featuredProduct .fs-c-slick.slick-slider .items-slider_more a:visited{color:#fff;}

.fs-c-featuredProduct .fs-c-slick.slick-slider .items-slider_more a:hover, .fs-c-featuredProduct .fs-c-slick.slick-slider .items .fs-c-slick_more a:hover{
    color: #009944;
}