@layer base {

  .p-product_list,
  .p-product_list--col3,
  .p-product_list--col4 {
    padding-right: 40px;
    padding-left: 40px;
  }

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

    .p-product_list,
    .p-product_list--col3,
    .p-product_list--col4 {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

  .p-product_list__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }

  .p-product_list--col4 .p-product_list__list__item {
    width: calc((100% - 120px) / 4);
  }

  .p-product_list--col4 .p-product_list__list__item:not(:nth-child(4n)) {
    margin-right: 40px;
  }

  .p-product_list--col4 .p-product_list__list__item:nth-child(n + 5) {
    margin-top: 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list--col4 .p-product_list__list__item {
      width: calc((100% - 15px) / 2);
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list--col4 .p-product_list__list__item:not(:nth-child(4n)) {
      margin-right: 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list--col4 .p-product_list__list__item:nth-child(n + 5) {
      margin-top: 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list--col4 .p-product_list__list__item:nth-child(odd) {
      margin-right: 15px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list--col4 .p-product_list__list__item:nth-child(n + 3) {
      margin-top: 20px;
    }
  }

  .p-product_list--col3 .p-product_list__list__item {
    width: calc((100% - 120px) / 3);
  }

  .p-product_list--col3 .p-product_list__list__item:not(:nth-child(3n)) {
    margin-right: 60px;
  }

  .p-product_list--col3 .p-product_list__list__item:nth-child(n + 4) {
    margin-top: 40px;
  }

  .p-product_content {
    padding: 0 40px 80px;
    position: relative;
  }

  @media screen and (max-width: 720px) {
    .p-product_content {
      padding: 0 0 50px;
    }
  }

  .p-product_content__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

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

  .p-product_content__background--sp {
    background-position: left bottom;
    background-size: 100%;
  }

  @media (min-width: 813px) {
    .p-product_content__background--sp {
      display: none !important;
      background-size: cover;
    }
  }

  .p-product_content--moro {
    padding-bottom: 60px;
  }

  .p-product_content--gvisibility {
    padding-bottom: 200px !important;
  }

  @media screen and (max-width: 720px) {
    .p-product_content--gvisibility {
      padding-bottom: 0 !important;
    }
  }

  .p-product_content--easy_walking {
    padding-bottom: 230px;
  }

  .p-product_content--brain_revolution {
    padding-bottom: 130px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content--brain_revolution {
      padding-bottom: 60px;
    }
  }

  .p-product_content__inner {
    display: flex;
    align-items: center;
    padding: 187px 0 100px;
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner {
      display: block;
      padding: 132px 0 90px;
    }
  }

  .p-product_content__inner--c {
    padding-bottom: 110px;
  }

  .p-product_content__inner--moro {
    padding: 116px 0;
  }

  .p-product_content__inner--moro .c-product_img__inner--shadow::before {
    opacity: 0.8;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner--moro {
      padding: 70px 0 90px;
    }
  }

  .p-product_content__inner--roller {
    padding: 80px 0 30px;
  }

  .p-product_content__inner--easy_walking {
    padding: 80px 0 100px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner--easy_walking {
      padding: 60px 0;
    }
  }

  .p-product_content__inner--brain_revolution {
    padding: 80px 0 60px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner--brain_revolution {
      padding: 60px 0;
    }
  }

  .p-product_content__inner--odorless_garlic {
    padding: 80px 0 100px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner--odorless_garlic {
      padding: 80px 0;
    }
  }

  .p-product_content__inner__img {
    width: 48%;
    padding-right: 20px;
  }

  .p-product_content__inner__img .c-product_img.active .c-product_img__inner {
    transform: translateY(0);
    opacity: 1;
  }

  .p-product_content__inner__img .c-product_img__inner {
    max-width: 400px;
    transform: translateY(-10%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner__img {
      width: 100%;
      padding: 0 40px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner__img .c-product_img--c .c-product_img__inner {
      max-width: 300px;
      width: 100%;
      padding: 18px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner__img .c-product_img__inner {
      transform: translateY(-10%);
    }
  }

  .p-product_content__inner__info {
    width: 52%;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__inner__info {
      width: 100%;
      padding: 0 25px;
      margin-top: 70px;
    }
  }

  .p-product_content__text {
    font-size: 18px;
    line-height: 1.66667;
    max-width: 1000px;
    margin: 0 auto;
    color: #4a4a4a;
  }

  .p-product_content__text:not(:last-child) {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__text {
      font-size: 14px;
      padding: 0 25px;
      line-height: 1.71429;
    }
  }

  .p-product_content__text__sub {
    display: block;
    font-size: 14px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__text__sub {
      font-size: 12px;
      line-height: 2;
    }
  }

  .p-product_content__gift {
    max-width: 800px;
    margin: 38px auto 0;
    padding: 20px 70px 10px 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__gift {
      padding: 20px 20px 10px;
      margin: 40px 25px 0;
    }
  }

  .p-product_content__gift__title {
    font-size: 24px;
    line-height: 1.66667;
    margin-bottom: 18px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__gift__title {
      font-size: 18px;
      line-height: 1.77778;
      margin-bottom: 10px;
    }
  }

  .p-product_content__gift__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -55px;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__gift__inner {
      margin-top: 0;
      align-items: flex-start;
    }
  }

  .p-product_content__gift__inner__info__text {
    font-size: 18px;
    line-height: 1.66667;
    font-weight: 400;
    color: #4a4a4a;
  }

  @media screen and (max-width: 720px) {
    .p-product_content__gift__inner__info__text {
      font-size: 14px;
      line-height: 1.71429;
    }

    .p-product_content__gift__inner__info__text br {
      display: none;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_content__gift__inner__photo {
      padding-left: 30px;
    }
  }

  .p-product_content__gift__inner__photo img {
    width: 74px;
  }

  .p-product_content .c-breadcrumbs {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-product_packages {
    color: #4a4a4a;
  }

  .p-product_packages__title {
    text-align: center;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 60px;
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__title {
      margin-bottom: 42px;
      font-size: 24px;
    }
  }

  .p-product_packages__track {
    max-width: 1100px;
    margin: 0 auto;
  }

  .p-product_packages__track__list__item {
    position: relative;
  }

  @media (max-width: 813px) {
    .p-product_packages__track__list__item {
      padding: 0 30px;
    }
  }

  .p-product_packages__track__list__item__thumbnail {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__track__list__item__thumbnail {
      margin-bottom: 10px;
    }
  }

  .p-product_packages__track__list__item__thumbnail__inner--shadow {
    background: url(images/product_detail_shadow.png) no-repeat center bottom;
    background-size: 100%;
    padding: 0 15px 20px;
  }

  .p-product_packages__track__list__item__thumbnail__inner--1x img {
    transform: scale(0.5);
    transform-origin: bottom;
  }

  .p-product_packages__track__list__item__thumbnail img {
    max-width: 230px;
    width: 100%;
  }

  .p-product_packages__track__list__item__tag,
  .p-product_packages__track__list__item__link a {
    color: #fcfcfc;
    display: block;
    font-size: 13px;
    text-align: center;
    font-weight: 900;
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.6);
    background-color: #005722;
    padding: 5px 20px;
    margin: 8px 5px 5px;
  }

  .p-product_packages__track__list__item__info {
    text-align: center;
    font-size: 18px;
    line-height: 1.66667;
  }

  .p-product_packages__track__list__item__info span {
    display: block;
    font-size: 15px;
    margin-top: -1.7em;
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__track__list__item__info {
      padding: 0 30px;
      font-size: 16px;
      line-height: 1.71429;
    }

    .p-product_packages__track__list__item__info span {
      font-size: 14px;
      margin-top: -0.5em;
    }
  }

  .p-product_packages__nav {
    max-width: 1280px;
    margin: 0 auto;
  }

  .p-product_packages__nav__arrow {
    width: auto;
    height: auto;
    font-size: 40px;
    position: absolute;
    background: 0 0;
    opacity: 1;
    color: #acacac;
    transform: translateY(-50%);
  }

  .p-product_packages__nav__arrow:disabled {
    display: none;
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__nav__arrow {
      font-size: 40px;
    }
  }

  @media (min-width: 721px) {
    .p-product_packages__nav__arrow {
      top: 54%;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__nav__arrow {
      top: 40%;
    }
  }

  @media (min-width: 1281px) {
    .p-product_packages__nav__arrow--prev {
      left: calc((100% - 1280px + 20px) / 2);
    }
  }

  @media (max-width: 1280px) and (min-width: 721px) {
    .p-product_packages__nav__arrow--prev {
      left: 12px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__nav__arrow--prev {
      font-size: 35px;
      left: 25px;
    }
  }

  @media (min-width: 1281px) {
    .p-product_packages__nav__arrow--next {
      right: calc((100% - 1280px + 20px) / 2);
    }
  }

  @media (max-width: 1280px) and (min-width: 721px) {
    .p-product_packages__nav__arrow--next {
      right: 12px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__nav__arrow--next {
      font-size: 35px;
      right: 25px;
    }
  }

  .p-product_packages__nav__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1180px;
    width: 100%;
    margin: 30px auto 0;
  }

  @media screen and (max-width: 720px) {
    .p-product_packages__nav__pagination {
      display: none;
    }
  }

  .p-product_packages__nav__pagination__dot {
    display: flex;
    align-items: center;
  }

  .p-product_packages__nav__pagination__dot:not(:last-child) {
    margin-right: 5px;
  }

  .p-product_packages__nav__pagination__dot button {
    width: 10px;
    height: 7px;
    border-radius: 2px;
    background-color: #d0d0d0;
  }

  .p-product_packages__nav__pagination__dot.is-current button {
    background-color: #797979;
  }

  @media (min-width: 813px) {
    .p-product_packages.is-destroyed .p-product_packages__track__list {
      transform: unset !important;
      width: 100%;
      display: flex;
      justify-content: center;
    }
  }

  @media (min-width: 813px) and (min-width: 813px) {
    .p-product_packages.is-destroyed .p-product_packages__track__list__item:last-child {
      margin-right: 0 !important;
    }
  }

  .p-product_feature .splide__arrows {
    opacity: 0;
    visibility: hidden;
  }

  .p-product_feature__track__list__slide {
    display: flex;
    height: 700px;
  }

  .p-product_feature__track__list__slide>div {
    flex: 1 0;
  }

  .p-product_list_recommend {
    padding: 66px 40px 88px;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend {
      padding: 40px 28px 54px;
    }
  }

  .p-product_list_recommend__title {
    color: #005722;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.92;
    border: solid 1px #005722;
    max-width: calc(1280px - 120px);
    margin: 0 auto 40px;
    padding: 2px 0;
  }

  .p-product_list_recommend__title span {
    display: inline-block;
    position: relative;
    padding: 0 35px;
  }

  .p-product_list_recommend__title span::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .p-product_list_recommend__title span::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(images/db_line_left.png);
    left: 0;
  }

  .p-product_list_recommend__title span::after {
    background-image: url(images/db_line_right.png);
    right: 0;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__title {
      font-size: 18px;
      margin: 0 0 26px;
      padding: 7px 10px;
    }
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__title span {
      padding: 0 20px;
    }
  }

  @media (max-width: 1040px) {

    .p-product_list_recommend__title span::after,
    .p-product_list_recommend__title span::before {
      width: 13px;
      height: 19px;
    }
  }

  .p-product_list_recommend__inner {
    max-width: calc(1280px - 120px);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner {
      display: block;
    }
  }

  .p-product_list_recommend__inner__left {
    flex: 1 0;
  }

  .p-product_list_recommend__inner__left__title {
    font-size: 30px;
    line-height: 1.53;
    margin-bottom: 38px;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__left__title {
      font-size: 24px;
      margin-bottom: 26px;
    }
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__left__list {
      margin-bottom: 40px;
      margin-top: 0 !important;
    }
  }

  .p-product_list_recommend__inner__left__list li {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    padding: 8px 30px 12px 58px;
    position: relative;
  }

  .p-product_list_recommend__inner__left__list li:not(:last-child) {
    margin-bottom: 20px;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__left__list li {
      padding: 12px 10px 14px 48px;
      font-size: 16px;
      line-height: 1.5;
    }
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__left__list li:not(:last-child) {
      margin-bottom: 16px;
    }
  }

  .p-product_list_recommend__inner__left__list--01 li {
    color: #005722;
    border: 1px solid #000;
    background: url(images/u-icon_check.png) no-repeat left 30px center;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__left__list--01 li {
      background: url(images/sp_u-icon_check.png) no-repeat left 20px center;
    }
  }

  .p-product_list_recommend__inner__left__list--02 li {
    color: #fff;
    background-image: linear-gradient(96deg, #09210e 11%, #223b2b 81%);
  }

  .p-product_list_recommend__inner__left__list--02 li span {
    color: #fbc02d;
  }

  .p-product_list_recommend__inner__left__list--02 li::before {
    content: '';
    width: 22px;
    height: 22px;
    background: url(images/u-icon_check_02.png) no-repeat center;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -11px;
  }

  .p-product_list_recommend__inner__right {
    flex: 0 0 560px;
    margin-left: 20px;
  }

  .p-product_list_recommend__inner__right--60 {
    margin-left: 60px;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right {
      margin-left: 0;
    }
  }

  .p-product_list_recommend__inner__right__photo {
    margin-bottom: 30px;
  }

  .p-product_list_recommend__inner__right__photo .c-product_img__inner img {
    max-width: 350px;
  }

  .p-product_list_recommend__inner__right__photo .c-product_img__inner--14::before {
    bottom: 14%;
  }

  .p-product_list_recommend__inner__right__photo .c-product_img__inner--shadow::before {
    opacity: 0.8;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right__photo {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right__photo .c-product_img {
      padding: 0 20px;
    }
  }

  .p-product_list_recommend__inner__right__info {
    padding-bottom: 20px;
  }

  .p-product_list_recommend__inner__right__info p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.75;
  }

  .p-product_list_recommend__inner__right__form {
    display: flex;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right__form {
      display: block;
    }
  }

  .p-product_list_recommend__inner__right__form__submit {
    height: 44px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1 0;
  }

  .p-product_list_recommend__inner__right__form__submit:first-child {
    margin-right: 15px;
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right__form__submit {
      display: block;
      max-width: 220px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 1040px) {
    .p-product_list_recommend__inner__right__form__submit:first-child {
      margin-right: auto;
      margin-bottom: 10px;
    }
  }


  .p-product_uservoice {
    padding: 45px 0 90px;
  }

  @media screen and (max-width: 720px) {
    .p-product_uservoice {
      padding: 48px 0 60px;
    }
  }

  .p-product_uservoice__title {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 65px;
  }

  .p-product_uservoice__list {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .p-product_uservoice__list li {
    font-size: 16px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 16px 92px;
    background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/user-voice_bg.png) repeat center;
  }

  .p-product_uservoice__list li:not(:last-child) {
    margin-bottom: 25px;
  }

  .p-product_uservoice__list li p {
    line-height: 2.19;
  }

  .p-product_uservoice__list li p:first-child {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Noto Serif JP', serif;
  }

  .p-product_uservoice__list li p:last-child {
    text-align: right;
  }

  @media screen and (max-width: 720px) {
    .p-product_uservoice__list {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_uservoice__list li {
      padding: 15px;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_uservoice__list li p:first-child {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_uservoice__list li p:first-child {
      margin-bottom: 20px;
    }
  }

  .p-product_uservoice__list__review {
    display: flex;
    justify-content: center;
  }


  .p-product_infomation {
    max-width: 1080px;
    padding: 50px 40px 20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation {
      padding: 50px 26px 20px;
    }
  }

  .p-product_infomation__messenger {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-top: 6px;
    margin-bottom: 26px;
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__messenger {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__messenger {
      order: 4;
    }
  }

  .p-product_infomation dt {
    font-size: 24px;
    line-height: 1.8;
    border-bottom: solid 1px #707070;
    margin-bottom: 10px;
  }

  .p-product_infomation dd {
    margin-bottom: 40px;
  }

  .p-product_infomation dd p {
    font-size: 16px;
    line-height: 1.75;
  }

  .p-product_infomation dd p.u-font__size--18 {
    font-size: 18px;
  }

  .p-product_infomation dd p.u-font__size--24 {
    font-size: 24px;
  }

  .p-product_infomation dd h3 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .p-product_infomation dd h3.mt-0 {
    margin-top: 0;
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation dt {
      font-size: 18px;
      padding-bottom: 5px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation dd {
      margin-bottom: 20px;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation dd p.u-font__size--24 {
      font-size: 18px !important;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation dd p {
      font-size: 14px !important;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation dd h3 {
      font-size: 14px;
      margin-top: 16px;
    }
  }

  .p-product_infomation__list {
    display: flex;
    margin-top: 30px;
  }

  .p-product_infomation__list li span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__list {
      flex-wrap: wrap;
      order: 3;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__list li span {
      font-size: 12px;
    }
  }

  @media (min-width: 813px) {
    .p-product_infomation__list--01 li:not(:last-child) {
      margin-right: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__list--01 li {
      width: calc(50% - 5px);
    }

    .p-product_infomation__list--01 li:first-child {
      margin-right: 5px;
    }

    .p-product_infomation__list--01 li:nth-child(2) {
      margin-left: 5px;
    }

    .p-product_infomation__list--01 li:last-child {
      width: 100%;
      margin-top: 10px;
    }
  }

  .p-product_infomation__list--02 li {
    width: calc(100% / 5);
  }

  @media (min-width: 813px) {
    .p-product_infomation__list--02 li:not(:last-child) {
      margin-right: 12px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__list--02 li {
      margin-bottom: 10px;
      width: calc(50% - 5px);
    }

    .p-product_infomation__list--02 li:nth-child(2n + 1) {
      margin-right: 5px;
    }

    .p-product_infomation__list--02 li:nth-child(2n + 2) {
      margin-left: 5px;
    }
  }

  .p-product_infomation__box {
    position: relative;
    max-width: 450px;
    margin-top: 40px;
  }

  .p-product_infomation__box span {
    position: absolute;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__box {
      max-width: 230px;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_infomation__box span {
      width: 80px;
      height: 80px;
      font-size: 14px;
    }
  }

  .p-product_cooking {
    position: relative;
  }

  @media screen and (max-width: 720px) {
    .p-product_cooking {
      padding-bottom: 170px;
    }
  }

  .p-product_cooking__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  @media (max-width: 813px) {
    .p-product_cooking__background--pc {
      display: none;
    }
  }

  .p-product_cooking__background--sp {
    background-position: left bottom;
  }

  @media (min-width: 813px) {
    .p-product_cooking__background--sp {
      display: none;
    }
  }

  .p-product_howtouse {
    position: relative;
    padding: 80px 40px 100px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse {
      padding: 60px 26px 70px;
    }
  }

  .p-product_howtouse__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

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

  .p-product_howtouse__background--sp {
    background-position: left bottom;
  }

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

  .p-product_howtouse--blue_whelk_pack {
    padding: 148px 40px;
    z-index: 1;
  }

  .p-product_howtouse--blue_whelk_pack::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(267deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.67));
    z-index: -1;
  }

  @media screen and (max-width: 720px) {
    .p-product_howtouse--blue_whelk_pack {
      padding: 70px 30px 60px;
    }
  }

  .p-product_howtouse--rumbell {
    padding: 120px 40px 115px;
  }

  @media screen and (max-width: 720px) {
    .p-product_howtouse--rumbell {
      padding: 60px 30px;
    }
  }

  .p-product_howtouse--method {
    padding: 110px 0 150px;
  }

  .p-product_howtouse--method::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(105.73deg, #dedede 50.76%, rgba(247, 247, 247, 0) 93.7%);
    opacity: 0.2;
    z-index: -1;
  }

  .p-product_howtouse--method .p-product_howtouse__inner {
    max-width: 1000px;
  }

  @media screen and (max-width: 720px) {
    .p-product_howtouse--method {
      padding: 50px 26px 450px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_howtouse--method::before {
      display: none;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse--method .p-product_howtouse__inner__left {
      margin-bottom: 0;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse--method .u-border__bottom {
      padding-bottom: 10px;
    }
  }

  .p-product_howtouse__inner {
    max-width: calc(1280px - 140px);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner {
      display: block;
    }
  }

  .p-product_howtouse__inner__left {
    width: 560px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__left {
      width: auto;
      margin-bottom: 60px;
    }
  }

  .p-product_howtouse__inner__left--auto {
    width: auto !important;
  }

  .p-product_howtouse__inner__left__photobox {
    max-width: 300px;
  }

  @media screen and (max-width: 720px) {
    .p-product_howtouse__inner__left__photobox {
      max-width: 100%;
    }
  }

  .p-product_howtouse__inner__left__ingredient dt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    border-bottom: 1px solid #707070;
  }

  .p-product_howtouse__inner__left__ingredient dd {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 20px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__left__ingredient dt {
      font-size: 14px;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__left__ingredient dd {
      font-size: 14px;
      line-height: 1.5;
      padding-right: 0;
    }
  }

  .p-product_howtouse__inner__right {
    margin-left: 25px;
    flex: 0 0 560px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__right {
      margin-left: 0;
      flex: 1 0;
    }
  }

  .p-product_howtouse__inner__right__photo .c-product_img__inner img {
    max-width: 350px;
  }

  .p-product_howtouse__inner__right__photo .c-product_img__inner::before {
    opacity: 0.8;
  }

  .p-product_howtouse__inner__right__info {
    padding: 20px 0;
  }

  .p-product_howtouse__inner__right__info p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.75;
  }

  .p-product_howtouse__inner__right__form {
    display: flex;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__right__form {
      display: block;
    }
  }

  .p-product_howtouse__inner__right__form__submit {
    height: 44px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
    padding: 0 10px;
    box-sizing: border-box;
    flex: 1 0;
  }

  .p-product_howtouse__inner__right__form__submit:first-child {
    margin-right: 15px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__right__form__submit {
      display: block;
      max-width: 220px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__right__form__submit:first-child {
      margin-right: auto;
      margin-bottom: 10px;
    }
  }

  .p-product_howtouse__inner__right__note {
    font-size: 14px;
    text-align: right;
    margin-top: 25px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__inner__right__note {
      text-align: left;
      margin-top: 40px;
      font-size: 12px;
    }
  }

  .p-product_howtouse__flex {
    display: flex;
    justify-content: space-between;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__flex {
      display: block;
    }
  }

  .p-product_howtouse__flex__item {
    width: calc(50% - 16px);
  }

  .p-product_howtouse__flex__item img {
    margin-bottom: 10px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__flex__item {
      width: 100%;
    }

    .p-product_howtouse__flex__item:last-child {
      margin-top: 60px;
    }
  }

  .p-product_howtouse__flex__item__title {
    color: #6f4d0c;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 400;
    margin-bottom: 20px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__flex__item__title {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 10px;
    }
  }

  .p-product_howtouse__flex__item__description {
    color: #6f4d0c;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  @media (max-width: 813px) {
    .p-product_howtouse__flex__item__description {
      font-size: 14px;
      line-height: 1.5;
      margin-bottom: 30px;
    }
  }

  .p-product_howtouse__flex__item__btn {
    text-align: center;
    font-size: 13px;
    color: #4a4a4a;
    display: block;
    max-width: 250px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #4a4a4a;
  }

  .p-product_howtouse .u-opacity__06 {
    opacity: 0.6;
  }

  @media (min-width: 814px) {
    .p-product_howtouse .u-font__size--33 {
      font-size: 33px;
    }

    .p-product_howtouse .u-font__size--27 {
      font-size: 27px;
    }

    .p-product_howtouse .u-font__size--28 {
      font-size: 28px;
    }

    .p-product_howtouse .u-font__size--24 {
      font-size: 24px;
    }

    .p-product_howtouse .u-font__size--22 {
      font-size: 22px;
    }

    .p-product_howtouse .u-font__size--20 {
      font-size: 20px;
    }

    .p-product_howtouse .u-font__size--18 {
      font-size: 18px;
    }

    .p-product_howtouse .u-font__size--16 {
      font-size: 16px;
    }

    .p-product_howtouse .u-font__size--14 {
      font-size: 14px;
    }

    .p-product_howtouse .u-font__size--12 {
      font-size: 12px;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse .u-font__size__sp--33 {
      font-size: 33px;
    }

    .p-product_howtouse .u-font__size__sp--27 {
      font-size: 27px;
    }

    .p-product_howtouse .u-font__size__sp--26,
    .p-product_howtouse .u-font__size__sp--24 {
      font-size: 24px;
    }

    .p-product_howtouse .u-font__size__sp--22 {
      font-size: 22px;
    }

    .p-product_howtouse .u-font__size__sp--20 {
      font-size: 20px;
    }

    .p-product_howtouse .u-font__size__sp--18 {
      font-size: 18px;
    }

    .p-product_howtouse .u-font__size__sp--16 {
      font-size: 16px;
    }

    .p-product_howtouse .u-font__size__sp--14 {
      font-size: 14px;
    }

    .p-product_howtouse .u-font__size__sp--12 {
      font-size: 12px;
    }
  }

  @media (min-width: 814px) {
    .p-product_howtouse .u-margin__bottom--100 {
      margin-bottom: 100px;
    }

    .p-product_howtouse .u-margin__bottom--60 {
      margin-bottom: 60px;
    }

    .p-product_howtouse .u-margin__bottom--30 {
      margin-bottom: 30px;
    }

    .p-product_howtouse .u-margin__bottom--25 {
      margin-bottom: 25px;
    }

    .p-product_howtouse .u-margin__bottom--20 {
      margin-bottom: 20px;
    }

    .p-product_howtouse .u-margin__bottom--15 {
      margin-bottom: 15px;
    }

    .p-product_howtouse .u-margin__bottom--10 {
      margin-bottom: 10px;
    }

    .p-product_howtouse .u-margin__top--20 {
      margin-top: 20px;
    }

    .p-product_howtouse .u-margin__top--10 {
      margin-top: 10px;
    }
  }

  @media (max-width: 813px) {
    .p-product_howtouse .u-margin__bottom__sp--60 {
      margin-bottom: 60px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--40 {
      margin-bottom: 40px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--30 {
      margin-bottom: 30px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--25 {
      margin-bottom: 25px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--20 {
      margin-bottom: 20px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--15 {
      margin-bottom: 15px !important;
    }

    .p-product_howtouse .u-margin__bottom__sp--10 {
      margin-bottom: 10px !important;
    }

    .p-product_howtouse .u-margin__top__sp--10 {
      margin-top: 10px !important;
    }
  }


  @media (min-width: 721px) {
    .p-product_videos .d-sp {
      display: none;
    }
  }

  .p-product_videos__track__list__slide {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide {
      background-position: center top;
    }
  }

  .p-product_videos__track__list__slide__background {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__background {
      background-position: center top;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__background--pc {
      display: none;
    }
  }

  @media (min-width: 721px) {
    .p-product_videos__track__list__slide__background--sp {
      display: none;
    }
  }

  .p-product_videos__track__list__slide.playing .ic-play {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    cursor: default;
  }

  .p-product_videos__track__list__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/p-special_interview_mokup001.png) left center;
    background-size: cover;
    -o-object-fit: contain;
    object-fit: contain;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .p-product_videos__track__list__slide__video {
    position: absolute;
    width: auto;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1.05);
    background-color: #000;
  }

  .p-product_videos__track__list__slide__video.hide {
    display: none;
  }

  .p-product_videos__track__list__slide__inner {
    height: calc(100vh - 100px);
    display: flex;
    justify-content: center;
    flex-flow: column;
    color: #fff;
    z-index: 3;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 104px;
    position: relative;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner {
      padding: 0 56px;
      height: 400px;
    }
  }

  .p-product_videos__track__list__slide__inner__text {
    font-size: 35px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner__text {
      font-size: 20px;
      line-height: 1.8;
      margin-bottom: 20px;
    }
  }

  .p-product_videos__track__list__slide__inner__title {
    font-size: 27px;
    font-weight: 500;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner__title {
      font-size: 18px;
      line-height: 1.56;
    }
  }

  .p-product_videos__track__list__slide__inner__info {
    font-size: 14px;
    line-height: 1.36;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner__info {
      font-size: 11px;
      line-height: 1.27;
    }
  }

  .p-product_videos__track__list__slide__inner__play .ic-play {
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 11px 0 9px 43px;
    transition: opacity 0.5s ease-in-out;
  }

  .p-product_videos__track__list__slide__inner__play .ic-play::before {
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://ec-force.s3.amazonaws.com/aotsubucojp/uploads/assets/images/ic-play_small.png);
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner__play .ic-play {
      font-size: 11px;
      padding: 9px 0 7px 32px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__track__list__slide__inner__play .ic-play::before {
      width: 27px;
      height: 27px;
    }
  }

  .p-product_videos__nav {
    z-index: 4;
  }

  .p-product_videos__nav__arrow {
    width: auto;
    height: auto;
    font-size: 40px;
    position: absolute;
    background: 0 0;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.9;
    outline: 0;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__nav__arrow {
      font-size: 40px;
    }
  }

  .p-product_videos__nav__arrow--prev {
    left: 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__nav__arrow--prev {
      font-size: 35px;
    }
  }

  .p-product_videos__nav__arrow--next {
    right: 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_videos__nav__arrow--next {
      font-size: 35px;
    }
  }

  .p-product_warning {
    padding: 130px 0 90px;
  }

  @media screen and (max-width: 720px) {
    .p-product_warning {
      padding: 56px 26px 70px;
    }
  }

  .p-product_warning__inner {
    max-width: 1000px;
    margin: 0 auto;
  }

  .p-product_warning__inner__title {
    font-size: 20px;
    line-height: 1.5;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

  @media screen and (max-width: 720px) {
    .p-product_warning__inner__title {
      font-size: 18px;
      line-height: 1.77778;
      margin-bottom: 15px;
    }
  }

  .p-product_warning__inner__text {
    font-size: 16px;
    line-height: 1.75;
  }

  @media screen and (max-width: 720px) {
    .p-product_warning__inner__text {
      font-size: 14px;
      line-height: 1.5;
    }
  }

  .p-product_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
    padding: 0 70px;
    box-sizing: border-box;
  }

  .p-product_modal.active {
    opacity: 1;
    visibility: visible;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal {
      padding: 0 15px 0 30px;
    }
  }

  .p-product_modal__close {
    position: absolute;
    right: 38px;
    top: 60px;
    cursor: pointer;
  }

  .p-product_modal__close img {
    width: 40px;
    height: 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__close {
      right: 24px;
      top: 40px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__close img {
      width: 24px;
      height: 24px;
    }
  }

  .p-product_modal__inner {
    height: calc(100% - 150px);
    margin: 120px 0 30px;
    overflow-y: auto;
    padding-right: 30px;
  }

  .p-product_modal__inner::-webkit-scrollbar {
    width: 9px;
  }

  .p-product_modal__inner::-webkit-scrollbar-thumb {
    background: #b7b7b7;
    border-radius: 20px;
  }

  .p-product_modal__inner::-webkit-scrollbar-track {
    background: #d1d1d1;
    border: 4px solid transparent;
    background-clip: content-box;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner {
      padding-right: 15px;
      margin: 100px 0 30px;
      height: calc(100% - 130px);
    }
  }

  .p-product_modal__inner__content {
    max-width: 1280px;
    margin: 0 auto;
  }

  .p-product_modal__inner__content h3 {
    margin-bottom: 18px;
    line-height: 1.4;
  }

  .p-product_modal__inner__content h3.fs-35 {
    font-size: 35px;
  }

  .p-product_modal__inner__content h3.fs-30 {
    font-size: 30px;
  }

  .p-product_modal__inner__content h4 {
    font-size: 24px;
    margin-top: 20px;
  }

  .p-product_modal__inner__content p {
    font-size: 16px;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content h3 {
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content h3.fs-35 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content h3.fs-30 {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content h4 {
      font-size: 20px;
      margin-top: 35px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content p {
      font-size: 14px;
      line-height: 1.8;
    }
  }

  .p-product_modal__inner__content__block {
    margin-bottom: 60px;
  }

  .p-product_modal__inner__content__block.d-flex {
    display: flex;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block {
      margin-bottom: 40px;
    }
  }

  @media (max-width: 1090px) {
    .p-product_modal__inner__content__block.d-flex {
      display: block;
    }
  }

  .p-product_modal__inner__content__block__left {
    flex: 1 0;
  }

  .p-product_modal__inner__content__block__left__title {
    font-size: 30px;
    line-height: 1.53;
    margin-bottom: 40px;
  }

  .p-product_modal__inner__content__block__left__title br {
    display: none;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__left__title {
      font-size: 26px;
      margin-bottom: 15px;
    }

    .p-product_modal__inner__content__block__left__title br {
      display: block;
    }
  }

  .p-product_modal__inner__content__block__right {
    flex: 0 0 calc(112px * 5);
    margin-left: 45px;
    display: flex;
  }

  @media (max-width: 1090px) {
    .p-product_modal__inner__content__block__right {
      margin: 20px auto 0;
      width: calc(112px * 5);
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__right {
      max-width: calc(112px * 5);
      margin: 20px auto 0;
      width: 100%;
    }
  }

  .p-product_modal__inner__content__block__right__item {
    position: relative;
  }

  .p-product_modal__inner__content__block__right__item__info {
    width: 95px;
    height: 95px;
    background: #005722;
    border-radius: 50%;
    position: absolute;
    bottom: 23px;
    left: 50%;
    margin-left: calc(-95px / 2);
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }

  .p-product_modal__inner__content__block__right__item__info span {
    display: block;
    line-height: 1;
    text-align: center;
  }

  .p-product_modal__inner__content__block__right__item__info span:not(:nth-child(2)) {
    font-size: 14px;
  }

  .p-product_modal__inner__content__block__right__item__info span:nth-child(2) {
    font-size: 34px;
    margin: 4px 0;
  }

  @media (max-width: 620px) {
    .p-product_modal__inner__content__block__right__item__info {
      width: 14.51613vw;
      height: 14.51613vw;
      margin-left: calc(-14.51613vw / 2);
      bottom: 2.41935vw;
    }
  }

  @media (max-width: 620px) {
    .p-product_modal__inner__content__block__right__item__info span:not(:nth-child(2)) {
      font-size: 1.93548vw;
    }
  }

  @media (max-width: 620px) {
    .p-product_modal__inner__content__block__right__item__info span:nth-child(2) {
      font-size: 3.87097vw;
    }
  }

  .p-product_modal__inner__content__block__photo {
    flex: 0 0 560px;
    margin-left: 45px;
    display: flex;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__photo {
      width: 100%;
      margin: 55px 0 0;
    }
  }

  .p-product_modal__inner__content__block__flex {
    display: flex;
    margin-top: 20px;
  }

  @media (max-width: 1090px) {
    .p-product_modal__inner__content__block__flex {
      display: block;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex {
      margin-top: 40px;
    }
  }

  .p-product_modal__inner__content__block__flex__left {
    flex: 1 0;
  }

  .p-product_modal__inner__content__block__flex__left table th {
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    background-color: #005722;
    border: solid 1px #707070;
    padding: 20px;
  }

  .p-product_modal__inner__content__block__flex__left table td {
    border: solid 1px #707070;
    padding: 10px 20px;
    background-color: #fff;
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex__left table {
      display: block;
    }

    .p-product_modal__inner__content__block__flex__left table tbody {
      display: block;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex__left table tr {
      display: block;
    }

    .p-product_modal__inner__content__block__flex__left table tr:first-child {
      display: none;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex__left table td {
      position: relative;
      display: block;
      padding: 60px 15px 15px;
    }

    .p-product_modal__inner__content__block__flex__left table td::before {
      content: attr(data-title);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #005722;
      border-bottom: solid 1px #707070;
      padding: 8px 15px;
      font-size: 18px;
      text-align: center;
      color: #fff;
    }
  }

  .p-product_modal__inner__content__block__flex__right {
    flex: 0 0 353px;
    margin-left: 48px;
    max-width: 353px;
  }

  .p-product_modal__inner__content__block__flex__right p {
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
  }

  @media (max-width: 1090px) {
    .p-product_modal__inner__content__block__flex__right {
      margin: 20px auto 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex__right {
      max-height: 700px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_modal__inner__content__block__flex__right p {
      font-size: 12px;
    }
  }

  .p-product_solution {
    position: relative;
    min-height: 680px;
    padding: 117px 0 0;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution {
      padding: 220px 26px 80px;
      min-height: auto;
    }
  }

  .p-product_solution--sunflower {
    padding: 118px 0;
    min-height: 550px;
  }

  .p-product_solution--sunflower::before {
    display: none;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--sunflower {
      padding: 40px 26px 70px;
      min-height: auto;
    }
  }

  .p-product_solution--blend_tea {
    padding: 170px 0 300px;
  }

  .p-product_solution--blend_tea::before {
    display: none;
  }

  .p-product_solution--blend_tea .p-product_solution__inner__title {
    margin-bottom: 50px;
  }

  .p-product_solution--blend_tea .p-product_solution__inner p {
    font-size: 16px;
    line-height: 1.75;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--blend_tea {
      padding: 60px 26px 370px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--blend_tea .p-product_solution__inner p br {
      display: none;
    }
  }

  .p-product_solution--flora_otsubu {
    padding: 100px 0 120px;
  }

  .p-product_solution--flora_otsubu::before {
    display: none;
  }

  .p-product_solution--flora_otsubu img {
    position: absolute;
    right: 0;
    top: 30px;
    width: 785px;
    z-index: -1;
  }

  .p-product_solution--flora_otsubu .p-product_solution__inner__title {
    margin-bottom: 50px;
  }

  .p-product_solution--flora_otsubu .p-product_solution__inner p {
    font-size: 16px;
    line-height: 1.75;
    max-width: 490px;
  }

  .p-product_solution--flora_otsubu .p-product_solution__inner p.w-auto {
    max-width: 100%;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--flora_otsubu {
      padding: 60px 26px 90px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--flora_otsubu img {
      width: calc(100% + 26px * 2);
      position: static;
      margin: -45px -26px 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_solution--flora_otsubu .p-product_solution__inner p br {
      display: none;
    }
  }

  .p-product_solution::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.44) 34.86%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
  }

  .p-product_solution__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  @media (max-width: 813px) {
    .p-product_solution__background--pc {
      display: none;
    }
  }

  .p-product_solution__background--sp {
    background-position: left bottom;
  }

  @media (min-width: 813px) {
    .p-product_solution__background--sp {
      display: none;
    }
  }

  .p-product_solution__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .p-product_solution__inner p {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.66667;
  }

  .p-product_solution__inner p:not(:last-child) {
    margin-bottom: 45px;
  }

  .p-product_solution__inner h4 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution__inner {
      padding: 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_solution__inner p {
      max-width: auto;
      font-size: 14px;
      line-height: 1.71429;
    }
  }

  .p-product_solution__inner__title {
    max-width: 620px;
    font-size: 24px;
    line-height: 1.66667;
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product_solution__inner__title {
      max-width: 100%;
      font-size: 18px;
      line-height: 1.77778;
    }
  }

  .p-product__detail {
    color: #4a4a4a;
  }

  .p-product__detail img {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
  }

  .p-product__detail__full {
    margin-top: 60px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__full {
      margin-top: 30px;
    }
  }

  .p-product__detail__full--registerline {
    position: relative;
    background-color: #00c300;
  }

  .p-product__detail__full__inner {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__full__inner {
      padding: 0 10px;
    }
  }

  .p-product__detail__inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-product__detail__inner .text-center {
    text-align: center;
  }

  .p-product__detail__inner h2,
  .p-product__detail__inner h3 {
    color: #005722;
  }

  .p-product__detail__inner .btn-detail {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    border: 1px solid #4a4a4a;
    display: block;
    padding: 10px 22px;
    transition: 0.25s all ease;
    font-weight: 400;
    white-space: nowrap;
  }

  .p-product__detail__inner .btn-detail:hover {
    color: #fff;
    background-color: #4a4a4a;
  }

  .p-product__detail__inner .btn-detail.md {
    width: 295px;
  }

  .p-product__detail__inner p {
    line-height: 2;
  }

  .p-product__detail__inner h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .p-product__detail__inner h3 {
    margin-bottom: 20px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner {
      padding-right: 30px;
      padding-left: 30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner h2 {
      font-size: 28px;
      margin-bottom: 15px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner h3 {
      margin-bottom: 5px;
    }
  }

  .p-product__detail__inner__medium {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
  }

  .p-product__detail__inner__medium h3 {
    font-size: 26px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 20px;
  }

  .p-product__detail__inner__medium p:not(:last-child) {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium p:not(:last-child) {
      margin-bottom: 20px;
    }
  }

  .p-product__detail__inner__medium__item {
    padding: 70px 0;
    position: relative;
  }

  .p-product__detail__inner__medium__item:not(:first-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 1px;
    margin: 0 auto;
    background: #e6e6e6;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item:not(:first-child)::before {
      width: 120px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item {
      padding: 40px 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item:first-child {
      padding-top: 30px;
    }
  }

  .p-product__detail__inner__medium__item__name--outside span {
    font-size: 16px;
  }

  .p-product__detail__inner__medium__item.not-after {
    padding-top: 10px;
  }

  .p-product__detail__inner__medium__item.not-after::before {
    display: none;
  }

  .p-product__detail__inner__medium__item p {
    font-size: 16px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item p {
      font-size: 14px;
    }
  }

  .p-product__detail__inner__medium__item__img {
    margin-bottom: 50px !important;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__img {
      margin-bottom: 30px !important;
    }
  }

  .p-product__detail__inner__medium__item__message {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message {
      border-top: 1px solid #005722;
      margin-top: 10px;
      padding-top: 20px;
      margin-bottom: 30px;
    }
  }

  .p-product__detail__inner__medium__item__message__info {
    width: 460px;
    padding-left: 0;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message__info {
      width: 180px;
    }
  }

  .p-product__detail__inner__medium__item__message__info__name {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .p-product__detail__inner__medium__item__message__info__name span {
    font-size: 26px;
  }

  .p-product__detail__inner__medium__item__message__info__name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #005722;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message__info__name {
      font-size: 26px;
    }
  }

  .p-product__detail__inner__medium__item__message__info__position {
    font-size: 16px !important;
    margin-bottom: 7px !important;
  }

  .p-product__detail__inner__medium__item__message__info__signaturesm {
    max-width: 161px;
  }

  .p-product__detail__inner__medium__item__message__info__signaturemd {
    max-width: 180px;
  }

  .p-product__detail__inner__medium__item__message__thumb {
    width: 260px;
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message__thumb {
      width: 35%;
    }
  }

  .p-product__detail__inner__medium__item__social__thumb {
    position: relative;
  }

  .p-product__detail__inner__medium__item__social__thumb .img-book {
    position: absolute;
    left: -130px;
    width: 190px;
    bottom: -50px;
  }

  @media (max-width: 960px) {
    .p-product__detail__inner__medium__item__social__thumb .img-book {
      left: -35px;
      width: 150px;
      bottom: -30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__social__thumb .img-book {
      width: 18.75%;
      left: -28px;
      bottom: -15px;
    }
  }

  .p-product__detail__inner__medium__item__social__info {
    padding-top: 30px;
  }

  .p-product__detail__inner__medium__item__social__info h2 {
    letter-spacing: -0.02em;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__social__info {
      padding-top: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__social__info h2 {
      font-size: 22px;
    }
  }

  .p-product__detail__inner__medium__item__message--flex-direction {
    flex-direction: row-reverse;
  }

  .p-product__detail__inner__medium__item__message--flex-direction .p-product__detail__inner__medium__item__message__info {
    padding-left: 30px;
  }

  .p-product__detail__inner__medium__item__message--flex-direction .p-product__detail__inner__medium__item__message__info__name::after {
    left: -30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message--flex-direction {
      flex-direction: unset;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message--flex-direction .p-product__detail__inner__medium__item__message__info {
      padding-left: 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__message--flex-direction .p-product__detail__inner__medium__item__message__info__name::after {
      left: 0;
    }
  }

  .p-product__detail__inner__medium__item__company h2 {
    text-align: center;
  }

  .p-product__detail__inner__medium__item__company h3 {
    text-align: center;
    font-size: 44px;
    padding-top: 5px;
    font-weight: 400;
    color: #000;
    margin-bottom: 0;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company h2 {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company h3 {
      font-size: 26px;
      padding-top: 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company p {
      text-align: left !important;
    }
  }

  .p-product__detail__inner__medium__item__company__table {
    border-top: 1px solid #bdd3c6;
    border-bottom: 1px solid #bdd3c6;
    padding: 20px 0;
    margin-top: 5px;
  }

  .p-product__detail__inner__medium__item__company__table table tr {
    vertical-align: baseline;
  }

  .p-product__detail__inner__medium__item__company__table table tr td {
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
    line-height: 2;
  }

  .p-product__detail__inner__medium__item__company__table table tr th {
    text-align: left;
    font-size: 16px;
    padding: 5px 0;
    line-height: 2;
    color: #005722;
    font-weight: 400;
    width: 160px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company__table {
      padding-bottom: 0;
    }
  }

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

    .p-product__detail__inner__medium__item__company__table table tr td,
    .p-product__detail__inner__medium__item__company__table table tr th {
      width: 100%;
      display: block;
      padding: 0;
      line-height: 1.4375;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company__table table tr th {
      padding-bottom: 5px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company__table table tr td {
      padding-bottom: 20px
    }
  }

  .p-product__detail__inner__medium__line {
    padding: 40px 0 135px
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line {
      padding: 20px 0 60px
    }
  }

  .p-product__detail__inner__medium__line__box {
    margin-bottom: 40px
  }

  .p-product__detail__inner__medium__line__box h2 {
    color: #00c300
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box {
      margin-bottom: 20px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box h2 {
      font-size: 22px
    }
  }

  .p-product__detail__inner__medium__line__box__content {
    padding: 25px 40px 20px;
    background: #f8f8f8
  }

  .p-product__detail__inner__medium__line__box__content h3 {
    font-size: 26px;
    color: #00c300;
    font-weight: 400;
    margin-bottom: 15px
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content {
      padding: 20px 20px 10px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content h3 {
      font-size: 16px;
      margin-bottom: 10px
    }
  }

  .p-product__detail__inner__medium__line__box__content__step {
    background: #fff;
    padding: 40px 40px 30px;
    margin-bottom: 20px
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step {
      padding: 20px
    }
  }

  .p-product__detail__inner__medium__line__box__content__step__count {
    position: relative;
    margin-bottom: 30px
  }

  .p-product__detail__inner__medium__line__box__content__step__count span {
    background-color: #00c300;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0
  }

  .p-product__detail__inner__medium__line__box__content__step__count p {
    font-size: 24px;
    padding-left: 60px;
    line-height: 1.66667;
    letter-spacing: .08em
  }

  .p-product__detail__inner__medium__line__box__content__step__count p b {
    color: #00c300;
    font-weight: 400
  }

  .p-product__detail__inner__medium__line__box__content__step__count p img {
    width: auto;
    max-width: 100%;
    vertical-align: sub;
    display: initial
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count {
      margin-bottom: 20px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count span {
      width: 26px;
      height: 26px;
      font-size: 16px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count p {
      padding-left: 38px;
      font-size: 16px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count p img {
      width: 76px
    }
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb {
    margin-left: auto;
    margin-right: auto
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_medium {
    max-width: 472px
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_small {
    max-width: 342px
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_line {
    max-width: 353px
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
  }

  .p-product__detail__inner__medium__line__note {
    position: relative;
    padding: 20px 0 80px;
    margin-bottom: 60px
  }

  .p-product__detail__inner__medium__line__note::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 250px;
    height: 1px;
    margin: 0 auto;
    background: #e6e6e6
  }

  .p-product__detail__inner__medium__line__note ul li {
    line-height: 2
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__note {
      font-size: 14px;
      padding: 10px 0 40px;
      margin-bottom: 40px
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__note::before {
      width: 120px
    }
  }

  .p-product__detail__inner__medium__item--special {
    padding: 50px 0 70px;
    position: relative
  }

  .p-product__detail__inner__medium__item--special p {
    font-size: 18px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item--special {
      padding: 30px 0 40px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item--special p {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner .view_pc {
      display: none;
    }
  }

  .p-product__detail__inner .view_sp {
    display: none;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner .view_sp {
      display: block;
    }
  }

  .p-product__detail__inner__vertical {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
  }

  .p-product__detail__inner__vertical .text-center {
    text-align: center;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__vertical {
      padding-top: 30px;
    }
  }

  .p-product__detail__inner__vertical__item h2 {
    text-align: center;
  }

  .p-product__detail__inner__vertical__item h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 400;
  }

  .p-product__detail__inner__vertical__item p {
    font-size: 16px;
  }

  .p-product__detail__inner__vertical__item p:not(:last-child) {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__vertical__item h3 {
      font-size: 22px;
      margin-bottom: 6px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__vertical__item p {
      font-size: 14px;
    }
  }

  .p-product__detail__inner__vertical__item__info {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 80px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__vertical__item__info {
      padding: 30px 0;
    }
  }

  .p-product__detail__inner__horizontal {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .p-product__detail__inner__horizontal .text-center {
    text-align: center;
  }

  .p-product__detail__inner__horizontal__item {
    width: 553px;
    max-width: 49%;
    margin-top: 60px;
  }

  .p-product__detail__inner__horizontal__item h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 10px;
    color: #005722;
  }

  .p-product__detail__inner__horizontal__item p {
    font-size: 16px;
    line-height: 2;
  }

  .p-product__detail__inner__horizontal__item p:not(:last-child) {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item {
      width: 100%;
      max-width: 100%;
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company__table table tr th {
      padding-bottom: 5px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__item__company__table table tr td {
      padding-bottom: 20px;
    }
  }

  .p-product__detail__inner__medium__line {
    padding: 40px 0 135px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line {
      padding: 20px 0 60px;
    }
  }

  .p-product__detail__inner__medium__line__box {
    margin-bottom: 40px;
  }

  .p-product__detail__inner__medium__line__box h2 {
    color: #00c300;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box {
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box h2 {
      font-size: 22px;
    }
  }

  .p-product__detail__inner__medium__line__box__content {
    padding: 25px 40px 20px;
    background: #f8f8f8;
  }

  .p-product__detail__inner__medium__line__box__content h3 {
    font-size: 26px;
    color: #00c300;
    font-weight: 400;
    margin-bottom: 15px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content {
      padding: 20px 20px 10px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content h3 {
      font-size: 16px;
      margin-bottom: 10px;
    }
  }

  .p-product__detail__inner__medium__line__box__content__step {
    background: #fff;
    padding: 40px 40px 30px;
    margin-bottom: 20px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step {
      padding: 20px;
    }
  }

  .p-product__detail__inner__medium__line__box__content__step__count {
    position: relative;
    margin-bottom: 30px;
  }

  .p-product__detail__inner__medium__line__box__content__step__count span {
    background-color: #00c300;
    color: #fff;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 0;
  }

  .p-product__detail__inner__medium__line__box__content__step__count p {
    font-size: 24px;
    padding-left: 60px;
    line-height: 1.66667;
    letter-spacing: 0.08em;
  }

  .p-product__detail__inner__medium__line__box__content__step__count p b {
    color: #00c300;
    font-weight: 400;
  }

  .p-product__detail__inner__medium__line__box__content__step__count p img {
    width: auto;
    max-width: 100%;
    vertical-align: sub;
    display: initial;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count {
      margin-bottom: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count span {
      width: 26px;
      height: 26px;
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count p {
      padding-left: 38px;
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__medium__line__box__content__step__count p img {
      width: 76px;
    }
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb {
    margin-left: auto;
    margin-right: auto;
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_medium {
    max-width: 472px;
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_small {
    max-width: 342px;
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb.thumb_line {
    max-width: 353px;
  }

  .p-product__detail__inner__medium__line__box__content__step__thumb img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }

  .p-product__detail__inner__medium__line__note {
    position: relative;
    padding: 20px 0 80px;
    margin-bottom: 60px;
  }

  .p-product__detail__inner__horizontal__item p {
    font-size: 16px;
    line-height: 2;
  }

  .p-product__detail__inner__horizontal__item p:not(:last-child) {
    margin-bottom: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item {
      width: 100%;
      max-width: 100%;
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item:first-child {
      margin-top: 30px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item h3 {
      font-size: 16px;
      letter-spacing: -0.03em;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item p {
      font-size: 14px;
    }
  }

  .p-product__detail__inner__horizontal__item__info {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__inner__horizontal__item__info {
      padding-top: 25px;
      padding-bottom: 10px;
    }
  }

  .p-product__detail__link {
    max-width: 1130px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f8f8f8;
    padding: 30px 1em;
    margin-bottom: 100px;
  }

  .p-product__detail__link a {
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #005722;
    border: 1px solid #005722;
    padding: 10px 18px;
    margin: 0 10px;
    font-weight: 400;
    transition: 0.25s all ease;
    white-space: nowrap;
  }

  .p-product__detail__link a:hover {
    color: #005722;
    background: #fff;
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__link {
      padding: 40px 35px;
      margin-bottom: 40px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__link a:not(:last-child) {
      margin-bottom: 15px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product__detail__link a {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 10px;
    }
  }

  .p-product_description {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_description {
      padding: 40px 0 0;
    }
  }

  /* Product Introduction */
  .p-product_introduction {
    position: relative;
  }

  .p-product_introduction__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  @media (max-width: 813px) {
    .p-product_introduction__background--pc {
      display: none;
    }
  }

  .p-product_introduction__background--sp {
    background-position: left bottom;
  }

  @media (min-width: 813px) {
    .p-product_introduction__background--sp {
      display: none;
    }
  }

  .p-product_introduction__inner {
    min-height: 700px;
    width: 100%;
    background: linear-gradient(107.41deg, rgba(0, 0, 0, 0.3) 7.39%, rgba(0, 0, 0, 0.3) 92%);
    padding: 80px;
    display: flex;
    align-items: center;
  }

  @media screen and (max-width: 720px) {
    .p-product_introduction__inner {
      min-height: 600px;
      padding: 30px;
    }
  }

  .p-product_introduction__content {
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
  }

  .p-product_introduction__content__desc {
    max-width: 560px;
    width: 100%;
    color: #fff;
  }

  .p-product_introduction__content__main {
    max-width: 560px;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
    font-size: 24px;
  }

  @media screen and (max-width: 720px) {
    .p-product_introduction__content__main {
      font-size: 16px;
    }
  }

  .p-product_introduction__content__desc {
    font-size: 16px;
  }

  @media screen and (max-width: 720px) {
    .p-product_introduction__content__desc {
      font-size: 14px;
    }
  }

  .p-product_ingredient {
    padding: 120px 0 88px;
    position: relative;
    z-index: 1;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient {
      padding: 40px 26px 46px;
    }
  }

  .p-product_ingredient__background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__background--pc {
      display: none !important;
    }
  }

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

  .p-product_ingredient--blue_whelk_pack::after {
    background-image: linear-gradient(to right,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 0.44) 69%,
        rgba(255, 255, 255, 0.5));
  }

  .p-product_ingredient--kurogo_only {
    color: #fff;
  }

  .p-product_ingredient--kurogo_only::after {
    background: rgba(0, 0, 0, 0.5);
  }

  .p-product_ingredient--kurogo_only .p-product_ingredient__inner__left__photo {
    width: 309px;
    padding-right: 70px;
  }

  .p-product_ingredient--kurogo_only .p-product_ingredient__inner__right__emphasize {
    font-size: 25px;
    margin: 24px 0 30px;
  }

  .p-product_ingredient--kurogo_only .p-product_ingredient__inner__right__description {
    font-size: 18px;
    line-height: 2;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient--kurogo_only {
      padding: 100px 26px 80px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient--kurogo_only .p-product_ingredient__inner__left__photo {
      width: 264px;
      padding-right: 60px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient--kurogo_only .p-product_ingredient__inner__right__emphasize {
      margin: 0 0 20px;
      font-size: 20px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient--kurogo_only .p-product_ingredient__inner__right__description {
      font-size: 16px;
    }
  }

  .p-product_ingredient::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .p-product_ingredient__inner {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
  }

  @media (min-width: 721px) {
    .p-product_ingredient__inner {
      display: flex;
    }
  }

  .p-product_ingredient__inner__left {
    margin-bottom: 20px;
  }

  @media (min-width: 721px) {
    .p-product_ingredient__inner__left {
      flex: 0 1 435px;
      padding-left: 40px;
      margin-bottom: 0;
    }
  }

  .p-product_ingredient__inner__left__photo {
    position: relative;
    padding-right: 112px;
    padding-bottom: 40px;
    width: 308px;
    display: block;
    float: right;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__inner__left__photo {
      margin: 0 auto;
      float: none;
      width: 264px;
      padding-right: 95px;
    }
  }

  .p-product_ingredient__inner__left__photo__sub {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 130px;
    text-align: center;
  }

  .p-product_ingredient__inner__left__photo__sub span {
    display: inline-block;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 3px 5px;
    margin-top: 15px;
    min-width: 100px;
  }


  @media (min-width: 721px) {
    .p-product_ingredient__inner__right {
      flex: 0 1 770px;
      padding-left: 60px;
      padding-right: 40px;
    }
  }

  .p-product_ingredient__inner__right__tags {
    font-size: 16px;
    font-weight: 500;
    background-image: url(images/product_detail_tags.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    min-width: 125px;
    display: inline-block;
    text-align: center;
    padding: 1px 20px 2px;
    color: #fff;
    margin-bottom: 10px;
  }

  .p-product_ingredient__inner__right__subTitle {
    font-size: 30px;
    line-height: 1.4;
  }

  .p-product_ingredient__inner__right__subTitle br {
    display: block;
  }

  @media (min-width: 721px) {
    .p-product_ingredient__inner__right__subTitle br {
      display: none;
    }
  }

  .p-product_ingredient__inner__right__title {
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .p-product_ingredient__inner__right__description {
    font-size: 16px;
    line-height: 1.75;
  }

  .p-product_ingredient__inner__right__emphasize {
    font-size: 24px;
    line-height: 1.33333;
    margin: 30px 0 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__inner__right__emphasize {
      margin: 25px 0;
    }
  }

  .p-product_ingredient__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list {
      padding: 0;
      max-width: 380px;
      margin: 25px auto 0;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list__01 {
      margin-bottom: 10px;
    }
  }

  .p-product_ingredient__list__01 span {
    background-color: #439758;
  }

  .p-product_ingredient__list__02 {
    padding-top: 70px;
  }

  .p-product_ingredient__list__02 span {
    background-color: #bd9827;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list__02 {
      padding-top: 15px;
      margin-bottom: 10px;
    }
  }

  .p-product_ingredient__list__03 {
    padding-top: 56px;
  }

  .p-product_ingredient__list__03 span {
    background-color: #c57b24;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list__03 {
      padding-top: 45px;
    }
  }

  .p-product_ingredient__list__04 {
    padding-top: 20px;
  }

  .p-product_ingredient__list__04 span {
    background-color: #944d1d;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list__04 {
      padding-bottom: 45px !important;
    }

    .p-product_ingredient__list__04 img {
      max-width: 132px !important;
    }
  }

  .p-product_ingredient__list li {
    position: relative;
    padding-bottom: 45px;
  }

  .p-product_ingredient__list li span {
    text-align: center;
    font-size: 28px;
    line-height: 1.1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 136px;
    height: 136px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -68px;
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list li {
      width: 50%;
      box-sizing: border-box;
      padding-bottom: 46px;
    }

    .p-product_ingredient__list li img {
      width: auto;
      max-width: 100%;
      margin: 0 auto;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_ingredient__list li span {
      width: 80px;
      height: 80px;
      font-size: 16px;
      margin-left: -40px;
    }
  }

  .p-product_method {
    position: relative;
  }

  .p-product_method__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

  @media (max-width: 813px) {
    .p-product_method__background--pc {
      display: none;
    }
  }

  .p-product_method__background--sp {
    background-position: left bottom;
  }

  @media (min-width: 813px) {
    .p-product_method__background--sp {
      display: none;
    }
  }

  .p-product_method__inner {
    max-width: 1100px;
    margin: 0 auto;
  }

  .p-product_list_usfulness {
    padding: 0 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness {
      padding: 0 25px;
    }
  }

  .p-product_list_usfulness__inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 104px 0 70px;
  }

  .p-product_list_usfulness__inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner {
      padding: 54px 0 48px;
    }
  }

  .p-product_list_usfulness__inner__title {
    font-size: 24px;
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__title {
      font-size: 22px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__title {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 720px) and (max-width: 720px) {
    .p-product_list_usfulness__inner__title {
      font-size: 18px;
    }
  }

  .p-product_list_usfulness__inner__content {
    display: flex;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content {
      display: block;
    }
  }

  .p-product_list_usfulness__inner__content__main {
    width: calc(100% - 436px);
    padding-right: 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main {
      width: 100%;
    }
  }

  .p-product_list_usfulness__inner__content__main__text {
    font-size: 16px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__text {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__text {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__text {
      font-size: 14px;
    }
  }

  .p-product_list_usfulness__inner__content__main__desc {
    font-size: 14px;
    margin-top: 10px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__desc {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__desc {
      font-size: 12px;
    }
  }

  @media screen and (max-width: 720px) and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__main__desc {
      font-size: 12px;
    }
  }

  .p-product_list_usfulness__inner__content__image {
    width: 436px;
    height: 321px;
    position: relative;
    overflow: hidden;
  }

  .p-product_list_usfulness__inner__content__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content__image {
      width: 100%;
      height: auto;
    }
  }

  .p-product_list_usfulness__inner__content-type2__main__text {
    font-size: 16px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content-type2__main__text {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content-type2__main__text {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 720px) and (max-width: 720px) {
    .p-product_list_usfulness__inner__content-type2__main__text {
      font-size: 14px;
    }
  }

  .p-product_list_usfulness__inner__content-type2__image {
    display: flex;
    margin-top: 25px;
  }

  .p-product_list_usfulness__inner__content-type2__image img {
    width: 50%;
    height: 321px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }

  .p-product_list_usfulness__inner__content-type2__image img:first-child {
    padding-right: 15px;
  }

  @media screen and (max-width: 720px) {
    .p-product_list_usfulness__inner__content-type2__image img {
      height: 161px;
    }

    .p-product_list_usfulness__inner__content-type2__image img:first-child {
      padding-right: 10px;
    }
  }

  .p-product_problem__item {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__item {
      display: block;
      min-height: 625px;
      height: 100%;
    }
  }

  .p-product_problem__item__background {
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
  }

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

  .p-product_problem__item__background--sp {
    background-position: left bottom;
    background-size: 100%;
  }

  @media (min-width: 813px) {
    .p-product_problem__item__background--sp {
      display: none !important;
      background-size: cover;
    }
  }

  .p-product_problem__item__inner {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__item__inner {
      padding: 10px 25px;
    }
  }

  .p-product_problem__item__content {
    max-width: 520px;
    width: 100%;
  }

  .p-product_problem__item__content__title {
    display: flex;
    align-items: center;
    margin-bottom: 23px;
  }

  .p-product_problem__item__content__title span {
    display: block;
  }

  .p-product_problem__item__content__title__left {
    margin-right: 30px;
    text-align: center;
  }

  .p-product_problem__item__content__title__left span:first-child {
    font-size: 90px;
    line-height: 90px;
    font-weight: 100;
  }

  .p-product_problem__item__content__title__left span:last-child {
    font-size: 21px;
    line-height: 21px;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__item__content__title__left {
      margin-right: 15px;
    }

    .p-product_problem__item__content__title__left span:first-child {
      font-size: 66px;
      line-height: 66px;
    }

    .p-product_problem__item__content__title__left span:last-child {
      font-size: 16px;
    }
  }

  .p-product_problem__item__content__title__right span:first-child {
    font-size: 16px;
  }

  .p-product_problem__item__content__title__right span:last-child {
    font-size: 35px;
    line-height: 55px;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__item__content__title__right span:first-child {
      font-size: 14px;
    }

    .p-product_problem__item__content__title__right span:last-child {
      font-size: 20px;
      line-height: 32px;
    }
  }

  .p-product_problem__item__content p {
    font-size: 16px;
  }

  .p-product_problem__item__content p:first-child {
    margin-top: 26px;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__item__content p {
      font-size: 14px;
    }
  }

  .p-product_problem__left__inner {
    flex-direction: row-reverse;
  }

  @media screen and (max-width: 720px) {
    .p-product_problem__left__inner {
      padding-top: 30px;
    }
  }
