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

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden],
template {
  display: none; }

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

li,
ol {
  list-style: none; }

a {
  background-color: transparent;
  text-decoration: underline; }

a:active,
a:hover {
  outline-width: 0; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer; }

[disabled] {
  cursor: default; }

[type="number"] {
  width: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button,
input,
optgroup,
select,
textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button; }

button,
select {
  text-transform: none; }

button {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast; }

progress {
  vertical-align: baseline; }

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

audio,
canvas,
progress,
video {
  display: inline-block; }

@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

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

common

----------------------------------*/
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5; }

@media (max-width: 749px) {
  .pc {
    display: none !important; } }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

a {
  color: #333;
  text-decoration: none;
  transition: 0.3s; }
  @media (min-width: 750px) {
    a:hover {
      opacity: 0.7; } }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast; }

svg {
  vertical-align: middle; }

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

header

----------------------------------*/
.header {
  position: relative;
  padding: 10px 0;
  background: #008742;
  z-index: 99; }
  @media (max-width: 749px) {
    .header {
      padding: 8px 0 10px; } }
  .header::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    width: 100%;
    height: 14px;
    background-image: url(../img/header_bottom_bg.svg);
    background-size: 1400px 14px;
    background-repeat: repeat-x; }
  .header_inner {
    display: flex;
    justify-content: space-between;
    padding: 0 30px; }
    @media (max-width: 749px) {
      .header_inner {
        padding: 0 10px; } }
    .header_inner > div {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
  .header_logo {
    width: 100px;
    margin-top: 10px; }
    @media (max-width: 749px) {
      .header_logo {
        width: 75px;
        margin: 0; } }
  .header .share {
    display: flex;
    align-items: center;
    gap: 0 4px;
    transition: all 0.2s; }
    @media (max-width: 749px) {
      .header .share {
        position: fixed;
        bottom: 10px;
        right: 10px; } }
    .header .share_icon {
      cursor: pointer; }
      @media (max-width: 749px) {
        .header .share_icon {
          filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); }
          .header .share_icon img {
            width: 44px; } }
    .header .share_text {
      color: #fff;
      line-height: 1;
      filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); }
    .header .share.is-hidden {
      visibility: hidden;
      opacity: 0; }
  .header_copy {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 6px; }
    @media (max-width: 749px) {
      .header_copy {
        margin: 0;
        font-size: 1.2rem; } }

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

footer

----------------------------------*/
.footer {
  position: relative;
  padding: 87px 0 57px;
  background: #D3C265; }
  @media (max-width: 749px) {
    .footer {
      padding: 41px 0 18px; } }
  .footer::before {
    content: '';
    position: absolute;
    width: 92.857142857142857vw;
    height: 9.285714285714286vw;
    top: -6.214285714285715vw;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/footer_illust.svg);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .footer::before {
        top: -18.4vw;
        width: 94.66666666666667vw;
        height: 24.53333333333333vw;
        background-image: url(../img/footer_illust_sp.svg); } }
  .footer_inner {
    padding: 0 50px; }
    @media (max-width: 749px) {
      .footer_inner {
        padding: 0 10px; } }
  .footer_copy {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
    @media (max-width: 749px) {
      .footer_copy {
        font-size: 1rem;
        line-height: 1.8; } }

.pageTop {
  position: absolute;
  top: -57px;
  left: 0;
  right: 0;
  margin: auto;
  width: 75px;
  cursor: pointer; }
  @media (min-width: 750px) {
    .pageTop {
      transition: opacity 0.3s; } }
  @media (max-width: 749px) {
    .pageTop {
      top: -34px;
      width: 50px; } }
  @media (min-width: 750px) {
    .pageTop:hover {
      opacity: 0.7; } }

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

home

----------------------------------*/
:root {
  --scrollbar: 0; }

.mainvisual {
  display: flex;
  position: relative;
  background: #fff;
  z-index: 10; }
  @media (max-width: 749px) {
    .mainvisual {
      flex-direction: column-reverse; } }
  .mainvisual_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 6.571428571428571vw 0 6.5vw 3.785714285714286vw; }
    @media (max-width: 749px) {
      .mainvisual_text {
        width: 100%;
        padding: 42px 0 46px; } }
  .mainvisual_title {
    position: relative;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.523809523809524; }
    @media (max-width: 749px) {
      .mainvisual_title {
        font-size: 3.2rem;
        line-height: 1.3125; } }
    .mainvisual_title::after {
      content: '';
      position: absolute;
      top: 20px;
      bottom: 0;
      left: 0;
      right: 84px;
      margin: auto;
      width: 17.785714285714286vw;
      height: 22.785714285714286vw;
      background-image: url(../img/mainvisual_title_bg.svg);
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 749px) {
        .mainvisual_title::after {
          top: 0;
          right: 0;
          width: 150px;
          height: 192px; } }
    .mainvisual_title .green {
      color: #008742; }
  .mainvisual_slider {
    width: 50%; }
    @media (min-width: 750px) {
      .mainvisual_slider {
        position: absolute;
        top: 0;
        right: 0; } }
    @media (max-width: 749px) {
      .mainvisual_slider {
        width: 100%; } }
    .mainvisual_slider_image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 0 0 0 6%; }
      @media (max-width: 749px) {
        .mainvisual_slider_image img {
          border-radius: 0 0 10% 10%; } }

.content {
  position: relative;
  overflow: hidden; }
  .content.green_bg {
    padding-top: 6.95%;
    padding-bottom: 80px;
    background: url(../img/green_bg.png), #008742;
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat; }
    @media (max-width: 749px) {
      .content.green_bg {
        padding-top: 6px;
        padding-bottom: 29px;
        background: url(../img/green_bg_sp.png), #008742;
        background-size: cover, cover; } }
  .content.white_bg {
    padding-top: 65px;
    padding-bottom: 227px;
    background: url(../img/white_bg.png), #fff;
    background-size: cover, cover;
    background-position: left 14px, left top;
    background-repeat: no-repeat, no-repeat; }
    @media (max-width: 749px) {
      .content.white_bg {
        padding-top: 46px;
        padding-bottom: 26.4vw;
        background: url(../img/white_bg_sp.png), #fff;
        background-size: cover, cover; } }
    .content.white_bg::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 14px;
      background-image: url(../img/header_bottom_bg.svg);
      background-size: 1400px 14px;
      background-repeat: repeat-x; }

.webp .content.green_bg {
  background: url(../img/green_bg.webp), #008742;
  background-size: cover, cover;
  background-position: left 14px, left top;
  background-repeat: no-repeat, no-repeat; }
  @media (max-width: 749px) {
    .webp .content.green_bg {
      background: url(../img/green_bg_sp.webp), #008742;
      background-size: cover, cover; } }

.webp .content.white_bg {
  background: url(../img/white_bg.webp), #fff;
  background-size: cover, cover;
  background-position: left 14px, left top;
  background-repeat: no-repeat, no-repeat; }
  @media (max-width: 749px) {
    .webp .content.white_bg {
      background: url(../img/white_bg_sp.webp), #fff;
      background-size: cover, cover; } }

.lead {
  max-width: 1100px;
  margin: 0 auto 44px;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .lead {
      margin-bottom: 50px;
      padding: 0 10px; } }
  .lead_text {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2; }
    @media (max-width: 749px) {
      .lead_text {
        font-size: 1.6rem; } }

.roundedBox {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .roundedBox {
      padding: 0; } }
  .roundedBox::after {
    content: '';
    position: absolute;
    top: -55px;
    right: -22px;
    width: 146px;
    height: 109px;
    background-image: url(../img/icon_hat.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(30deg); }
    @media (max-width: 749px) {
      .roundedBox::after {
        width: 100px;
        height: 74px;
        top: -51px;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(0); } }
  .roundedBox + .roundedBox {
    margin-top: 104px; }
    @media (max-width: 749px) {
      .roundedBox + .roundedBox {
        margin-top: 76px; } }
  .roundedBox_inner {
    position: relative;
    padding: 70px 100px;
    background: #FFFEE0;
    border-radius: 30px; }
    @media (max-width: 749px) {
      .roundedBox_inner {
        padding: 98px 10px 10px; } }
    .roundedBox_inner::before, .roundedBox_inner::after {
      content: '';
      position: absolute;
      top: 0;
      width: 14.285714285714286vw;
      max-width: 200px;
      height: 7.357142857142857vw;
      max-height: 103px;
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 749px) {
        .roundedBox_inner::before, .roundedBox_inner::after {
          width: 120px;
          height: 88px; } }
    .roundedBox_inner::before {
      left: 0;
      background-image: url(../img/roundedBox_treat_l.png); }
      @media (max-width: 749px) {
        .roundedBox_inner::before {
          background-image: url(../img/roundedBox_treat_l_sp.png); } }
    .roundedBox_inner::after {
      right: 0;
      background-image: url(../img/roundedBox_treat_r.png); }
      @media (max-width: 749px) {
        .roundedBox_inner::after {
          background-image: url(../img/roundedBox_treat_r_sp.png); } }
  .roundedBox_title {
    color: #008742;
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 28px; }
    @media (max-width: 749px) {
      .roundedBox_title {
        font-size: 1.8rem;
        margin-bottom: 18px; } }
  .roundedBox_text {
    margin: 0 auto;
    margin-top: 30px; }
    @media (max-width: 749px) {
      .roundedBox_text {
        font-size: 1.5rem;
        line-height: 1.5333333;
        margin-top: 18px; } }
  .roundedBox_image {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 30px; }
    @media (max-width: 749px) {
      .roundedBox_image {
        margin-top: 20px; } }
    .roundedBox_image img {
      width: 100%;
      border-radius: 30px; }
  .roundedBox_trivia {
    position: relative;
    margin-top: 62px; }
    @media (max-width: 749px) {
      .roundedBox_trivia {
        margin-top: 21px; } }
    .roundedBox_trivia_box {
      max-width: 81.25%;
      padding: 36px 178px 36px 36px;
      background: #fff;
      border: 4px solid #008742;
      border-radius: 30px; }
      @media (max-width: 749px) {
        .roundedBox_trivia_box {
          display: flex;
          flex-direction: column;
          max-width: 100%;
          padding: 18px 20px;
          border-width: 2px; } }
    .roundedBox_trivia_title {
      color: #008742;
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 18px; }
      @media (max-width: 749px) {
        .roundedBox_trivia_title {
          order: 1;
          font-size: 1.6rem;
          text-align: center;
          line-height: 1.5; } }
    .roundedBox_trivia_text {
      font-size: 1.5rem;
      line-height: 1.6; }
      @media (max-width: 749px) {
        .roundedBox_trivia_text {
          order: 3;
          font-size: 1.4rem;
          line-height: 1.571428571428571;
          margin-top: 20px; } }
    .roundedBox_trivia_image {
      width: 38%; }
      @media (min-width: 750px) {
        .roundedBox_trivia_image {
          position: absolute;
          top: -25px;
          right: 0; } }
      @media (max-width: 749px) {
        .roundedBox_trivia_image {
          order: 2;
          width: 200px;
          margin: 0 auto; } }

.webp .roundedBox::after {
  background-image: url(../img/icon_hat.webp); }

.webp .roundedBox_inner::before {
  background-image: url(../img/roundedBox_treat_l.webp); }
  @media (max-width: 749px) {
    .webp .roundedBox_inner::before {
      background-image: url(../img/roundedBox_treat_l_sp.webp); } }

.webp .roundedBox_inner::after {
  background-image: url(../img/roundedBox_treat_r.webp); }
  @media (max-width: 749px) {
    .webp .roundedBox_inner::after {
      background-image: url(../img/roundedBox_treat_r_sp.webp); } }

.imageSlider {
  padding: 0 20px; }
  @media (max-width: 749px) {
    .imageSlider {
      padding: 0; } }
  .imageSlider_wrap {
    position: relative;
    margin: 50px 0 115px;
    padding: 77px calc(50px - 0.285714285714286vw); }
    @media (max-width: 749px) {
      .imageSlider_wrap {
        margin: 28px 0 78px;
        padding: 60px 20px; } }
    .imageSlider_wrap::before, .imageSlider_wrap::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      width: 99.285714285714286%;
      height: 38px;
      background-image: url(../img/imageSlider_avocado.svg);
      background-size: 1390px 38px;
      background-position: center center;
      background-repeat: repeat-x; }
      @media (max-width: 749px) {
        .imageSlider_wrap::before, .imageSlider_wrap::after {
          background-image: url(../img/imageSlider_avocado_sp.svg);
          background-size: 355px 38px; } }
    .imageSlider_wrap::before {
      top: 0; }
    .imageSlider_wrap::after {
      bottom: 0; }
  .imageSlider_list {
    margin: 0 0.285714285714286vw; }
  .imageSlider_image img {
    width: 100%; }

.slick-arrow {
  position: absolute;
  top: 16px;
  bottom: 0;
  margin: auto;
  width: 60px;
  height: 130px;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1; }
  @media (max-width: 749px) {
    .slick-arrow {
      top: 42px;
      width: 40px;
      height: 87px; } }
  @media (min-width: 750px) {
    .slick-arrow:hover {
      transform-origin: center bottom;
      animation: shake 2s linear infinite; } }

.slick-prev {
  left: 5px;
  background-image: url(../img/icon_prev.svg); }
  @media (max-width: 749px) {
    .slick-prev {
      left: -10px;
      background-image: url(../img/icon_prev_sp.svg); } }

.slick-next {
  right: 5px;
  background-image: url(../img/icon_next.svg); }
  @media (max-width: 749px) {
    .slick-next {
      right: -10px;
      background-image: url(../img/icon_next_sp.svg); } }

.profile {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .profile {
      padding: 0; } }
  .profile_flex {
    display: flex;
    align-items: center;
    gap: 0 48px;
    padding: 28px 98px 28px 100px;
    background: #FFFDE0;
    border-radius: 30px; }
    @media (max-width: 749px) {
      .profile_flex {
        flex-direction: column;
        position: relative;
        padding: 20px; } }
  .profile_name {
    color: #008742;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 17px; }
    @media (max-width: 749px) {
      .profile_name {
        font-size: 1.6rem;
        text-align: center; } }
  .profile_info {
    font-size: 1.5rem;
    line-height: 1.6; }
    @media (max-width: 749px) {
      .profile_info {
        padding-top: 73.8%; } }
  .profile_image {
    flex-shrink: 0;
    width: 197px; }
    @media (max-width: 749px) {
      .profile_image {
        position: absolute;
        top: 12.4%;
        left: 0;
        right: 0;
        margin: auto;
        width: 53.334%; } }

.recipe_title {
  text-align: center;
  margin-bottom: 42px;
  padding-left: 22px; }
  @media (max-width: 749px) {
    .recipe_title {
      margin-bottom: 17px;
      padding-left: 16px; } }
  .recipe_title span {
    position: relative;
    color: #008742;
    font-size: 3.2rem; }
    @media (max-width: 749px) {
      .recipe_title span {
        font-size: 1.8rem; } }
    .recipe_title span::before, .recipe_title span::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background-size: cover;
      background-repeat: no-repeat; }
    .recipe_title span::before {
      left: -69px;
      width: 50px;
      height: 70px;
      background-image: url(../img/icon_paprika.svg); }
      @media (max-width: 749px) {
        .recipe_title span::before {
          left: -38px;
          width: 30px;
          height: 40px; } }
    .recipe_title span::after {
      right: -48px;
      width: 27px;
      height: 70px;
      background-image: url(../img/icon_pepper.svg); }
      @media (max-width: 749px) {
        .recipe_title span::after {
          right: -23px;
          width: 16px;
          height: 42px; } }

.recipe_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .recipe_list {
      flex-direction: column;
      gap: 10px 0;
      padding: 0 10px; } }

.recipe_item {
  width: calc((100% - 20px) / 2);
  padding: 16px 16px 13px;
  background: #fff;
  border-radius: 30px;
  border: 4px solid #008742; }
  @media (max-width: 749px) {
    .recipe_item {
      width: 100%;
      padding: 18px 18px 20px;
      border-width: 2px; } }
  .recipe_item_image {
    margin-bottom: 20px;
    border-radius: 30px;
    overflow: hidden; }
    @media (max-width: 749px) {
      .recipe_item_image {
        margin-bottom: 22px; } }
  .recipe_item_title {
    color: #008742;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 8px; }
    @media (max-width: 749px) {
      .recipe_item_title {
        font-size: 1.6rem; } }
  .recipe_item_text {
    font-size: 1.5rem;
    line-height: 1.6; }
    @media (max-width: 749px) {
      .recipe_item_text {
        font-size: 1.4rem;
        line-height: 1.571428571428571; } }

.recipe_information {
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 0 50px; }
  @media (max-width: 749px) {
    .recipe_information {
      margin-top: 28px;
      padding: 0 10px; } }

.footer_sns {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 15px; }
  @media (max-width: 749px) {
    .footer_sns {
      margin-top: 30px; } }
  .footer_sns a {
    display: block;
    width: 50px; }
    .footer_sns a img {
      filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16)); }

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

animation

----------------------------------*/
.loadItem {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.7s, transform 0.7s; }
  .loadItem.loaded {
    opacity: 1;
    transform: translateY(0); }

.scrollTrigger[data-scroll="fadeUp"] {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s; }
  .scrollTrigger[data-scroll="fadeUp"].active {
    opacity: 1;
    transform: translateY(0); }

.shake {
  transform-origin: center bottom;
  animation: shake 2s linear infinite; }

@keyframes shake {
  0%, 100% {
    transform: rotate(10deg); }
  50% {
    transform: rotate(-10deg); } }
