@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
}

html {
  color: #000;
  background: #FFF;
}

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

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

fieldset,
img {
  border: 0;
}

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

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

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

* {
  color: #323232;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 20px);
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 601px) {
  .l_container_lg {
    width: calc(100% - 80px);
  }
}

.m_title {
  font-size: 24px;
  text-align: center;
  background-color: #00afc5;
  border-radius: 1000px;
  color: #fff;
  font-weight: 600;
  padding: 6px 0;
}
@media (min-width: 601px) {
  .m_title {
    font-size: 30px;
    padding: 10px 0;
  }
}

.m_cta {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
.m_cta_img {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
.m_cta_btn {
  width: 79.4%;
  position: absolute;
  left: 50%;
  bottom: 15.5%;
  transform: translateX(-50%);
  max-width: 640px;
}
@media (min-width: 751px) {
  .m_cta_btn {
    width: 55.5%;
  }
}

.m_movie_btn {
  width: 60px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (min-width: 601px) {
  .m_movie_btn {
    width: 116px;
  }
}
@media (min-width: 751px) {
  .m_movie_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1201px) {
  .m_movie_list_item {
    width: calc(50% - 10px);
  }
}
.m_movie_list_item:nth-child(n+2) {
  margin-top: 28px;
}
@media (min-width: 1201px) {
  .m_movie_list_item:nth-child(n+2) {
    margin-top: 0;
  }
}
.m_movie_list_movie {
  margin-top: 24px;
  position: relative;
}
.m_movie_list_caution {
  font-size: 16px;
}
@media (min-width: 601px) {
  .m_movie_list_caution {
    font-size: 20px;
  }
}
.m_movie_thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
.m_movie_thumbnail.none {
  opacity: 0;
  pointer-events: none;
}
.m_movie_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section01 {
  position: relative;
  top: -70px;
  margin-bottom: -70px;
}
@media (min-width: 601px) {
  .section01 {
    top: -120px;
    margin-bottom: -120px;
  }
}
@media (min-width: 1201px) {
  .section01_img {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .section01_img img {
    min-width: 1280px;
  }
}
@media (min-width: 1601px) {
  .section01_img img {
    min-width: 1600px;
  }
}

@media (min-width: 751px) {
  .section02 {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
}
.section02_block {
  border: 4px solid #dadada;
  border-radius: 12px;
  padding: 16px 16px;
}
@media (min-width: 601px) {
  .section02_block {
    border-width: 6px;
    border-radius: 20px;
    padding: 40px 40px;
  }
}
@media (min-width: 751px) {
  .section02_block {
    width: calc(50% - 12px);
    padding: 20px 20px;
  }
}
.section02_block:nth-of-type(2) {
  margin-top: 32px;
}
@media (min-width: 751px) {
  .section02_block:nth-of-type(2) {
    margin-top: 0;
  }
}
.section02_block-title {
  max-width: 480px;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .section02_block-title {
    max-width: 356px;
  }
}
.section02_block-img {
  width: 100%;
  margin: 28px 0 0;
}
.section02_block-img figcaption {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 601px) {
  .section02_block-img figcaption {
    font-size: 28px;
  }
}
@media (min-width: 1201px) {
  .section02_block-img figcaption {
    font-size: 24px;
  }
}
.section02_block-img figcaption .__sm {
  font-size: 16px;
}
@media (min-width: 601px) {
  .section02_block-img figcaption .__sm {
    font-size: 20px;
  }
}
@media (min-width: 1201px) {
  .section02_block-img figcaption .__sm {
    font-size: 16px;
  }
}
.section02_block-text {
  font-size: 20px;
  line-height: 1.75;
  margin-top: 10px;
}
@media (min-width: 601px) {
  .section02_block-text {
    font-size: 28px;
  }
}
@media (min-width: 1201px) {
  .section02_block-text {
    font-size: 18px;
  }
}
.section02_block-text .__color {
  color: #00afc5;
  font-weight: 600;
}

.section03 {
  position: relative;
}
@media (min-width: 1201px) {
  .section03 {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.section03_btn {
  width: 89%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1201px) {
  .section03_btn {
    width: 68.8%;
  }
}

@media (min-width: 1201px) {
  .section04 {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .section04 img {
    min-width: 1600px;
  }
}

.section05_title {
  font-size: 68px;
  color: #00afc5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 751px) {
  .section05_list {
    display: flex;
    gap: 24px;
  }
}
.section05_list-item:nth-child(n+2) {
  margin-top: 32px;
}
@media (min-width: 751px) {
  .section05_list-item:nth-child(n+2) {
    margin-top: 0;
  }
}
.section05_list-video {
  margin-top: 24px;
  position: relative;
}
.section05_more-btn {
  display: block;
  width: 100%;
  margin: 48px auto 0;
  max-width: 668px;
}

.section06_block:nth-child(n+2) {
  margin-top: 24px;
}
@media (min-width: 1201px) {
  .section06_block {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section06_block-text {
  font-size: 20px;
  line-height: 1.75;
}
@media (min-width: 601px) {
  .section06_block-text {
    font-size: 28px;
  }
}
@media (min-width: 751px) {
  .section06_block-text {
    max-width: 770px;
    margin: 0 auto;
  }
}
.section06_block-patent {
  max-width: 600px;
  margin: 12px auto 0;
}
@media (min-width: 751px) {
  .section06_block-img {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 751px) {
  .section06_block-img img {
    min-width: 800px;
  }
}

.section07 {
  background-color: #ffe4f0;
  padding-bottom: 64px;
}
@media (min-width: 1201px) {
  .section07_title {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .section07_title img {
    min-width: 1600px;
  }
}
.section07_list {
  margin-top: 40px;
}
.section07_list-item {
  border: 6px solid #dadada;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
  padding: 48px 16px 24px;
}
@media (min-width: 601px) {
  .section07_list-item {
    padding: 66px 16px 32px;
  }
}
.section07_list-item:nth-child(n+2) {
  margin-top: 64px;
}
.section07_user-name {
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ff6cab;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  padding: 8px 20px 6px;
  line-height: 1em;
  max-width: 520px;
}
@media (min-width: 601px) {
  .section07_user-name {
    padding: 13px 20px 13px;
    font-size: 28px;
  }
}
.section07_user-name .__sm {
  font-size: 16px;
  color: inherit;
  font-weight: 500;
}
@media (min-width: 601px) {
  .section07_user-name .__sm {
    font-size: 20px;
  }
}
.section07_user-name .__work {
  font-size: 18px;
  color: inherit;
}
@media (min-width: 601px) {
  .section07_user-name .__work {
    font-size: 24px;
  }
}
.section07_list-content {
  display: flex;
  gap: 12px;
}
@media (min-width: 601px) {
  .section07_list-content {
    gap: 28px;
  }
}
.section07_list-human {
  width: 34%;
  flex-shrink: 0;
}
.section07_list-text {
  font-size: 16px;
  line-height: 1.75;
}
@media (min-width: 601px) {
  .section07_list-text {
    font-size: 28px;
  }
}
.section07_list-text .__color {
  color: #00afc5;
  font-weight: 600;
}
.section07_list-img {
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 601px) {
  .section07_list-img {
    margin-top: 36px;
  }
}

.section08_title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
}
.section08_title .__color {
  font-size: 60px;
  font-weight: 900;
  color: #ff6cab;
}
.section08_sub-title {
  font-size: 68px;
  color: #00afc5;
  font-weight: 900;
  text-align: center;
}
.section08_sub-title .__icon {
  display: inline-block;
  width: 60px;
  transform: translateY(-10px);
  margin-left: 8px;
}
.section08_list {
  margin-top: 46px;
}

.section09 {
  width: 100%;
}
@media (min-width: 1201px) {
  .section09 {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .section09 img {
    min-width: 1400px;
  }
}
@media (min-width: 1601px) {
  .section09 img {
    min-width: 1600px;
  }
}

.section10_title {
  position: relative;
  z-index: 1;
}
.section10_list {
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
@media (min-width: 1201px) {
  .section10_img {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}
@media (min-width: 1201px) {
  .section10_img img {
    min-width: 1400px;
  }
}
@media (min-width: 1601px) {
  .section10_img img {
    min-width: 1600px;
  }
}

.section11 {
  background: url(../img/section11_bg.jpg) top center/cover;
  padding-top: 48px;
  padding-bottom: 78px;
  overflow: hidden;
}
@media (min-width: 751px) {
  .section11 {
    padding-top: 160px;
  }
}
@media (min-width: 1201px) {
  .section11 {
    background: url(../img/section11_bg-pc.jpg) top center/cover;
  }
}
@media (min-width: 1601px) {
  .section11 {
    padding-top: 30px;
  }
}
.section11_title {
  text-align: center;
}
.section11_title .__icon {
  display: inline-block;
  width: 120px;
}
@media (min-width: 601px) {
  .section11_title .__icon {
    width: 143px;
  }
}
.section11_title .__text {
  font-size: 45px;
  font-weight: 900;
  color: #00afc5;
  line-height: 1.1;
}
@media (min-width: 601px) {
  .section11_title .__text {
    font-size: 60px;
  }
}
.section11_title .__sm {
  font-size: 35px;
  font-weight: 900;
  color: #00afc5;
}
@media (min-width: 601px) {
  .section11_title .__sm {
    font-size: 50px;
  }
}
.section11_text {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 24px;
}
@media (min-width: 601px) {
  .section11_text {
    font-size: 28px;
  }
}
@media (min-width: 1201px) {
  .section11_text {
    font-size: 18px;
  }
}
.section11_img-wrap {
  display: flex;
  width: 95%;
  margin: 0 auto;
  max-width: 1080px;
}
@media (min-width: 1201px) {
  .section11_img-wrap {
    justify-content: center;
  }
}
.section11_img-wrap.__01 {
  margin-top: 36px;
}
.section11_img-wrap.__02 {
  margin-top: 58px;
}
@media (min-width: 1201px) {
  .section11_content-wrap {
    display: flex;
    gap: 32px;
    max-width: 1040px;
    margin: 0 auto;
    align-items: center;
  }
}
@media (min-width: 1201px) {
  .section11_img {
    width: 320px;
    flex-shrink: 0;
  }
}
@media (min-width: 1201px) {
  .section11_img.__sp {
    display: none;
  }
}
.section11_img.__pc {
  display: none;
}
@media (min-width: 1201px) {
  .section11_img.__pc {
    display: block;
  }
}
.section11_profile {
  margin-top: 24px;
}
@media (min-width: 1201px) {
  .section11_profile {
    width: 254px;
  }
}
.section11_baloon {
  padding: 16px 16px;
  background-color: #00afc5;
  border-radius: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  position: relative;
  font-size: 18px;
}
@media (min-width: 601px) {
  .section11_baloon {
    padding: 40px 40px;
    font-size: 28px;
  }
}
.section11_baloon::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00afc5 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-width: 36px 16px 0 16px;
}
@media (min-width: 601px) {
  .section11_baloon::before {
    border-width: 50px 20px 0 20px;
  }
}
.section11_recipe-title {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (min-width: 601px) {
  .section11_recipe-title {
    margin-top: 80px;
  }
}
.section11_material {
  display: flex;
  gap: 4px;
  margin-top: 20px;
}
.section11_material-title {
  flex-shrink: 0;
  font-size: 18px;
}
@media (min-width: 601px) {
  .section11_material-title {
    font-size: 28px;
  }
}
.section11_material-content {
  font-size: 18px;
}
@media (min-width: 601px) {
  .section11_material-content {
    font-size: 28px;
  }
}
.section11_cook-title {
  font-size: 45px;
  text-align: center;
  font-weight: 900;
  color: #00afc5;
  margin-top: 64px;
}
@media (min-width: 601px) {
  .section11_cook-title {
    font-size: 50px;
    margin-top: 72px;
  }
}
.section11_cook-list {
  margin-top: 68px;
}
.section11_cook-list-item {
  border: 3px solid #dadada;
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 16px 40px;
  position: relative;
}
@media (min-width: 601px) {
  .section11_cook-list-item {
    padding: 62px 20px 50px;
  }
}
@media (min-width: 1201px) {
  .section11_cook-list-item {
    display: flex;
    gap: 20px;
    padding: 28px 32px;
  }
}
.section11_cook-list-item:nth-child(n+2) {
  margin-top: 24px;
}
.section11_cook-icon {
  width: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 601px) {
  .section11_cook-icon {
    width: 95px;
  }
}
@media (min-width: 1201px) {
  .section11_cook-icon {
    position: static;
    transform: translate(0);
    width: 95px;
    flex-shrink: 0;
  }
}
.section11_cook-text {
  font-size: 18px;
  line-height: 1.75;
}
@media (min-width: 601px) {
  .section11_cook-text {
    font-size: 28px;
  }
}
@media (min-width: 1201px) {
  .section11_cook-text {
    font-size: 18px;
  }
}
.section11_cook-child {
  width: 125px;
  position: absolute;
  top: -126px;
  right: -35px;
}
@media (min-width: 601px) {
  .section11_cook-child {
    width: 235px;
    top: -245px;
    right: -24px;
  }
}
.section11_end-text {
  font-size: 18px;
  margin-top: 36px;
  line-height: 1.75;
}
@media (min-width: 601px) {
  .section11_end-text {
    font-size: 28px;
    margin-top: 48px;
  }
}
@media (min-width: 1201px) {
  .section11_end-text {
    font-size: 18px;
    max-width: 676px;
    margin: 36px auto 56px;
  }
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (min-width: 751px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (min-width: 601px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (min-width: 751px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (min-width: 601px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_tb {
  display: none;
}
@media (min-width: 751px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (min-width: 601px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (min-width: 751px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (min-width: 601px) {
  .u_break_sp {
    display: block;
  }
}

@media (min-width: 751px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (min-width: 601px) {
  .u_break-none_sp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */