@font-face {
  font-family: "magic_flavour";
  src: url("../fonts/magic_flavour.woff") format("woff2"), url("../fonts/magic_flavour.woff2") format("woff"); }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "dnp-shuei-4gob-std", sans-serif;
  font-weight: 700;
  background: #000;
  color: #fff;
  font-feature-settings: "palt"; }

ul, ol {
  list-style: none; }

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

a {
  transition: .3s;
  text-decoration: none;
  color: inherit; }
  @media (hover: hover) and (pointer: fine) {
    a:hover {
      opacity: .7; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: inherit; }

input, textarea, select, button {
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit; }

table {
  border-collapse: collapse; }

.wrapper {
  overflow: hidden; }

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto; }

.pc {
  display: block; }

.sp {
  display: none; }

footer {
  font-family: "Noto Sans JP", sans-serif; }
  footer .inner {
    border-top: 1px solid #3e3a39;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 25px 0; }
    footer .inner .logo_nav {
      display: flex;
      align-items: center;
      gap: 77px; }
      footer .inner .logo_nav .logo img {
        width: 143px; }
      footer .inner .logo_nav nav ul {
        display: flex;
        gap: 2em; }
        footer .inner .logo_nav nav ul li a {
          color: #9fa0a0;
          font-size: 14px;
          font-weight: bold; }
    footer .inner .copy {
      font-size: 14px;
      font-weight: bold;
      color: #595757; }

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: normal;
  display: none; }
  .modal .modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }
  .modal .modal-content {
    border-radius: 20px;
    background: #fff;
    padding: 50px;
    width: 960px;
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto; }
    .modal .modal-content .modal-close {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
    .modal .modal-content .modal-inner {
      display: none; }
      .modal .modal-content .modal-inner h2 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 40px; }
      .modal .modal-content .modal-inner .modal_nav {
        display: flex;
        justify-content: space-between; }
        .modal .modal-content .modal-inner .modal_nav .item_img {
          width: 160px; }
        .modal .modal-content .modal-inner .modal_nav ul {
          display: flex;
          justify-content: space-between;
          max-width: 604px; }
          .modal .modal-content .modal-inner .modal_nav ul li {
            width: 31.7%; }
            .modal .modal-content .modal-inner .modal_nav ul li .name {
              margin-top: 10px;
              font-size: 14px;
              text-align: center; }
            .modal .modal-content .modal-inner .modal_nav ul li .link {
              margin-top: 10px; }
              .modal .modal-content .modal-inner .modal_nav ul li .link a {
                font-size: 14px;
                padding-bottom: 5px;
                border-bottom: 1px solid;
                width: 90px;
                text-align: center;
                display: block;
                margin: 0 auto; }
      .modal .modal-content .modal-inner .recipe_list {
        margin-top: 50px; }
        .modal .modal-content .modal-inner .recipe_list .block {
          border-top: 1px solid #efefef;
          padding-top: 30px; }
          .modal .modal-content .modal-inner .recipe_list .block .sub {
            font-weight: bold;
            margin-bottom: 5px; }
          .modal .modal-content .modal-inner .recipe_list .block h3 {
            font-size: 26px;
            font-weight: bold;
            margin-bottom: 25px; }
          .modal .modal-content .modal-inner .recipe_list .block .row {
            display: flex;
            justify-content: space-between; }
            .modal .modal-content .modal-inner .recipe_list .block .row .txt {
              width: 48.8%; }
              .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dt {
                color: #fff;
                border-radius: 18px;
                height: 36px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 14px;
                font-weight: bold; }
              .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dd {
                padding: 10px 10px 0;
                font-size: 14px;
                line-height: 1.57;
                display: flex;
                justify-content: space-between; }
                .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dd p {
                  width: calc((100% - 20px) / 2); }
                .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dd:not(:last-of-type) {
                  margin-bottom: 15px; }
            .modal .modal-content .modal-inner .recipe_list .block .row .img {
              width: 47.6%; }
          .modal .modal-content .modal-inner .recipe_list .block:not(:last-child) {
            padding-bottom: 40px; }
      .modal .modal-content .modal-inner#modal_a .modal_nav ul li .link a {
        color: #b72000;
        border-color: #b72000; }
      .modal .modal-content .modal-inner#modal_a .recipe_list .block .row .txt dl dt {
        background: #b72000; }
      .modal .modal-content .modal-inner#modal_b .modal_nav ul li .link a {
        color: #00897d;
        border-color: #00897d; }
      .modal .modal-content .modal-inner#modal_b .recipe_list .block .row .txt dl dt {
        background: #00897d; }

@media (max-width: 1000px) {
  footer .inner {
    flex-direction: column;
    align-items: center; }
    footer .inner .logo_nav {
      width: 100%;
      justify-content: center; }
    footer .inner .copy {
      margin-top: 20px; }

  .modal .modal-content .modal-inner h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .modal .modal-content .modal-inner h2::before {
      content: '';
      display: block;
      width: 90px;
      height: 80px;
      background: no-repeat center / contain; }
  .modal .modal-content .modal-inner .modal_nav .item_img {
    display: none; }
  .modal .modal-content .modal-inner .modal_nav ul {
    max-width: 100%; }
  .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dd {
    flex-wrap: wrap; }
    .modal .modal-content .modal-inner .recipe_list .block .row .txt dl dd p {
      width: 100%; }
  .modal .modal-content .modal-inner#modal_a h2::before {
    background-image: url(../img/item_a.png); }
  .modal .modal-content .modal-inner#modal_b h2::before {
    background-image: url(../img/item_b.png); } }
@media (max-width: 768px) {
  .pc {
    display: none; }

  .sp {
    display: block; }

  .modal .modal-content {
    padding: 20px 5%; }
    .modal .modal-content .modal-inner h2 {
      flex-direction: column;
      font-size: 20px;
      gap: 10px;
      margin-bottom: 20px; }
      .modal .modal-content .modal-inner h2::before {
        width: 50px;
        height: 43px; }
    .modal .modal-content .modal-inner .modal_nav ul {
      flex-direction: column;
      gap: 15px; }
      .modal .modal-content .modal-inner .modal_nav ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%; }
        .modal .modal-content .modal-inner .modal_nav ul li .img {
          width: 33%; }
          .modal .modal-content .modal-inner .modal_nav ul li .img img {
            aspect-ratio: 3/2;
            object-fit: cover;
            border-radius: 10px; }
        .modal .modal-content .modal-inner .modal_nav ul li .txt {
          width: 62%; }
          .modal .modal-content .modal-inner .modal_nav ul li .txt .name {
            margin-top: 0;
            text-align: left; }
          .modal .modal-content .modal-inner .modal_nav ul li .txt .link {
            text-align: left;
            margin-top: 5px; }
            .modal .modal-content .modal-inner .modal_nav ul li .txt .link a {
              margin-left: 0;
              padding-bottom: 2px; }
    .modal .modal-content .modal-inner .recipe_list {
      margin-top: 20px; }
      .modal .modal-content .modal-inner .recipe_list .block {
        padding-top: 20px; }
        .modal .modal-content .modal-inner .recipe_list .block .sub {
          font-size: 13px; }
        .modal .modal-content .modal-inner .recipe_list .block h3 {
          font-size: 20px;
          margin-bottom: 15px; }
        .modal .modal-content .modal-inner .recipe_list .block .row {
          flex-direction: column;
          gap: 15px; }
          .modal .modal-content .modal-inner .recipe_list .block .row .txt {
            width: 100%;
            order: 2; }
          .modal .modal-content .modal-inner .recipe_list .block .row .img {
            width: 100%;
            order: 1; }
        .modal .modal-content .modal-inner .recipe_list .block:not(:last-child) {
          padding-bottom: 20px; }

  footer .inner .logo_nav {
    gap: 10px;
    flex-direction: column; }
    footer .inner .logo_nav nav ul li a {
      font-size: 12px; }
  footer .inner .copy {
    margin-top: 30px;
    font-size: 12px; } }
#mv {
  aspect-ratio: 150/116;
  position: relative; }
  #mv > img,
  #mv > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1; }
  #mv .inner {
    max-width: none;
    width: 100%;
    padding: 40px 40px 0; }
    #mv .inner h1 img {
      width: 143px;
      display: block; }
    #mv .inner .mv_item {
      width: 28.1vw;
      position: absolute;
      bottom: 14.5vw;
      left: 35.8vw; }
  #mv .mv_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    #mv .mv_slider::before {
      content: '';
      display: block;
      width: 100%;
      height: 1vw;
      background: url(../img/line.svg) repeat-x center; }
    #mv .mv_slider p {
      font-family: "magic_flavour";
      font-size: 10.6vw;
      width: fit-content; }

#new {
  background: url(../img/new_bg.jpg) no-repeat bottom right/1500px;
  padding: 100px 0;
  position: relative;
  height: 1000px;
  overflow: hidden; }
  #new.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    #new.fixed + #feature {
      margin-top: 1000px; }
  #new .inner {
    position: relative;
    z-index: 2; }
    #new .inner .txt {
      width: fit-content; }
      #new .inner .txt .logo {
        text-align: center;
        margin-bottom: 30px; }
        #new .inner .txt .logo img {
          width: 207px; }
      #new .inner .txt h2 {
        text-align: center;
        font-size: 100px;
        line-height: 1;
        position: relative;
        padding: 40px 45px 20px;
        margin-bottom: 30px; }
        #new .inner .txt h2 small {
          display: block;
          font-size: 52px; }
        #new .inner .txt h2 strong {
          display: block;
          font-size: 150px; }
        #new .inner .txt h2::before {
          content: '';
          display: block;
          width: 94px;
          height: 94px;
          background: url(../img/new_h2_before.svg) no-repeat center/contain;
          position: absolute;
          top: 0;
          left: 0; }
        #new .inner .txt h2::after {
          content: '';
          display: block;
          width: 94px;
          height: 94px;
          background: url(../img/new_h2_after.svg) no-repeat center/contain;
          position: absolute;
          right: 0;
          bottom: 0; }
      #new .inner .txt .desc {
        font-size: 20px;
        line-height: 1.7;
        max-width: 483px;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
  #new .men {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: men_move 3s ease-in-out infinite 1s;
    max-width: 1500px; }

@keyframes men_move {
  0%, 100% {
    bottom: -60px; }
  50% {
    bottom: 0; } }
#feature {
  background: url(../img/feature_bg.jpg) no-repeat center/cover;
  padding: 100px 0 120px;
  position: relative;
  z-index: 2; }
  #feature .inner {
    max-width: 990px;
    padding: 86px 5% 53px;
    position: relative; }
    #feature .inner::before {
      content: '';
      display: block;
      width: 100%;
      height: 50%;
      background: url(../img/feature_line.svg) no-repeat center top/100%;
      position: absolute;
      top: 0;
      left: 0; }
    #feature .inner::after {
      content: '';
      display: block;
      width: 100%;
      height: 50%;
      background: url(../img/feature_line.svg) no-repeat center bottom/100%;
      position: absolute;
      bottom: 0;
      left: 0; }
    #feature .inner h2 {
      position: relative;
      text-align: center;
      max-width: 770px;
      margin: 0 auto;
      margin-bottom: 90px; }
      #feature .inner h2 img {
        width: 340px; }
      #feature .inner h2::before {
        content: '';
        display: block;
        width: 180px;
        height: 86px;
        background: url(../img/feature_kazari1.png) no-repeat center/contain;
        position: absolute;
        top: 16px;
        left: -20px;
        animation: 1.8s ease-in-out 0s infinite alternate-reverse none running fuwa01_ani; }
      #feature .inner h2::after {
        content: '';
        display: block;
        width: 140px;
        height: 90px;
        background: url(../img/feature_kazari2.png) no-repeat center/contain;
        position: absolute;
        top: 0;
        right: -1px;
        animation: 1.8s ease-in-out 0s infinite alternate-reverse none running fuwa01_ani; }
    #feature .inner .row {
      display: flex;
      justify-content: space-between;
      max-width: 770px;
      margin: 0 auto; }
      #feature .inner .row .txt {
        width: 45%; }
        #feature .inner .row .txt h3 {
          font-size: 42px;
          line-height: 1.42;
          margin-bottom: 30px; }
        #feature .inner .row .txt .desc {
          font-family: 'Noto Sans JP', sans-serif;
          line-height: 2; }
      #feature .inner .row .img {
        width: 46.7%;
        position: relative;
        padding-bottom: 280px; }
        #feature .inner .row .img::after {
          content: '';
          display: block;
          width: 133%;
          aspect-ratio: 480/254;
          background: url(../img/feature_img2.png) no-repeat center/contain;
          position: absolute;
          bottom: 0;
          right: -15.8%; }

#flavor {
  padding: 20px;
  background: #000;
  position: relative;
  z-index: 2; }
  #flavor .nav {
    display: flex;
    gap: 20px;
    position: relative; }
    #flavor .nav::before {
      content: '';
      display: block;
      width: 208px;
      height: 265px;
      background: url(../img/item_nav_panda.png) no-repeat center/contain;
      position: absolute;
      bottom: 165px;
      left: 50%;
      transform: translateX(-50%);
      z-index: 2; }
    #flavor .nav .nav_block {
      width: calc((100% - 20px) / 2);
      border-radius: 30px;
      padding-bottom: 60px;
      position: relative;
      z-index: 1; }
      #flavor .nav .nav_block::before {
        content: '';
        display: block;
        background: no-repeat center / contain;
        z-index: -1;
        position: absolute;
        max-width: 625px;
        width: 86.8%;
        aspect-ratio: 625 / 266;
        background-image: url(../img/item_nav_kazari.png);
        top: 16.5%;
        left: 50%;
        transform: translateX(-50%); }
      #flavor .nav .nav_block .img_area {
        position: relative;
        margin-top: -70px; }
        #flavor .nav .nav_block .img_area .img {
          text-align: center; }
          #flavor .nav .nav_block .img_area .img img {
            width: 72%;
            max-width: 520px; }
        #flavor .nav .nav_block .img_area .detail {
          position: absolute;
          bottom: -85px;
          left: calc(50% + 114px);
          width: 25%;
          max-width: 180px; }
          #flavor .nav .nav_block .img_area .detail img {
            width: 100%; }
      #flavor .nav .nav_block .logo {
        margin-top: 35px;
        text-align: center; }
        #flavor .nav .nav_block .logo img {
          width: 420px; }
      #flavor .nav .nav_block .btn {
        margin-top: 40px; }
        #flavor .nav .nav_block .btn a {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #fff;
          font-size: 26px;
          font-family: "Noto Sans JP", sans-serif;
          font-weight: 900;
          width: 360px;
          height: 70px;
          border-radius: 35px;
          position: relative;
          margin: 0 auto; }
          #flavor .nav .nav_block .btn a::after {
            content: '';
            display: block;
            width: 28px;
            height: 28px;
            background: no-repeat center / contain;
            position: absolute;
            top: 50%;
            right: 17px;
            transform: translateY(-50%); }
      #flavor .nav .nav_block.item_a {
        background: #b72000; }
        #flavor .nav .nav_block.item_a .btn a {
          color: #962d13; }
          #flavor .nav .nav_block.item_a .btn a::after {
            background-image: url(../img/arrow_bottom_a.svg); }
      #flavor .nav .nav_block.item_b {
        background: #00897d; }
        #flavor .nav .nav_block.item_b .btn a {
          color: #006e77; }
          #flavor .nav .nav_block.item_b .btn a::after {
            background-image: url(../img/arrow_bottom_b.svg); }
  #flavor .item_block {
    margin-top: 20px;
    border-radius: 30px;
    padding-bottom: 80px;
    overflow: hidden; }
    #flavor .item_block .main_desc .inner {
      display: flex;
      padding: 85px 0 75px 50px;
      gap: 55px;
      max-width: 1200px;
      border-bottom: 1px solid #fff;
      position: relative;
      z-index: 1; }
      #flavor .item_block .main_desc .inner::after {
        content: '';
        display: block;
        position: absolute;
        background: no-repeat center / contain; }
      #flavor .item_block .main_desc .inner .img {
        width: 300px; }
      #flavor .item_block .main_desc .inner .txt {
        width: fit-content;
        max-width: calc(100% - 355px); }
        #flavor .item_block .main_desc .inner .txt h2 {
          font-size: 60px;
          line-height: 1;
          margin-bottom: 45px; }
        #flavor .item_block .main_desc .inner .txt .catch {
          font-size: 40px;
          line-height: 1.25;
          margin-bottom: 20px; }
        #flavor .item_block .main_desc .inner .txt .desc {
          font-size: 18px;
          line-height: 1.77;
          max-width: 420px;
          font-family: 'Noto Sans JP', sans-serif; }
    #flavor .item_block .howto .inner {
      max-width: 960px;
      font-family: 'Noto Sans JP', sans-serif;
      padding-top: 70px;
      position: relative;
      z-index: 1; }
      #flavor .item_block .howto .inner h3 {
        text-align: center;
        font-size: 32px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: 55px; }
      #flavor .item_block .howto .inner .list .block {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 7%; }
        #flavor .item_block .howto .inner .list .block .img {
          width: 60%; }
          #flavor .item_block .howto .inner .list .block .img img, #flavor .item_block .howto .inner .list .block .img video {
            border-radius: 20px; }
        #flavor .item_block .howto .inner .list .block .txt {
          width: 33%; }
          #flavor .item_block .howto .inner .list .block .txt .num {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 180px;
            height: 147px;
            background: no-repeat center / contain;
            font-size: 76px;
            font-family: "magic_flavour";
            line-height: 1;
            margin: 0 auto 30px; }
          #flavor .item_block .howto .inner .list .block .txt .desc {
            font-size: 18px;
            line-height: 1.77;
            font-weight: bold; }
        #flavor .item_block .howto .inner .list .block:not(:last-child) {
          margin-bottom: 60px; }
        #flavor .item_block .howto .inner .list .block:nth-child(2n) .img {
          order: 1; }
        #flavor .item_block .howto .inner .list .block:nth-child(2n) .txt {
          order: 2; }
        #flavor .item_block .howto .inner .list .block.bnr {
          justify-content: center; }
          #flavor .item_block .howto .inner .list .block.bnr img {
            width: 740px; }
    #flavor .item_block .main_img {
      margin-top: 100px;
      text-align: center; }
      #flavor .item_block .main_img img {
        max-width: 1200px;
        width: 90%; }
    #flavor .item_block .modal-trg {
      margin: 80px auto 0;
      width: 320px;
      cursor: pointer;
      transition: .3s; }
      #flavor .item_block .modal-trg:hover {
        opacity: .7; }
    #flavor .item_block#item_a {
      background: #b72000; }
      #flavor .item_block#item_a .main_desc .inner::before {
        content: '';
        display: block;
        width: 320px;
        height: 326px;
        background: url(../img/item_a_kazari1.png) no-repeat center/contain;
        position: absolute;
        top: 20px;
        right: 51px;
        z-index: -1; }
      #flavor .item_block#item_a .main_desc .inner::after {
        background-image: url(../img/item_a_panda.png);
        width: 290px;
        height: 193px;
        bottom: -38px;
        right: 45px; }
      #flavor .item_block#item_a .howto .inner::before {
        content: '';
        display: block;
        width: 191px;
        height: 110px;
        background: url(../img/item_a_kazari2.png) no-repeat center/contain;
        position: absolute;
        top: 62px;
        left: -120px;
        z-index: -1;
        animation: 1.8s ease-in-out 0s infinite alternate-reverse none running fuwa01_ani; }
      #flavor .item_block#item_a .howto .inner::after {
        content: '';
        display: block;
        width: 170px;
        height: 109px;
        background: url(../img/item_a_kazari3.png) no-repeat center/contain;
        position: absolute;
        top: 1304px;
        right: -164px;
        z-index: -1;
        animation: 1.8s ease-in-out 0s infinite alternate-reverse none running fuwa01_ani; }
      #flavor .item_block#item_a .howto .inner .list .block .txt .num {
        color: #962d13;
        background-image: url(../img/howto_num_bg_a.svg); }
    #flavor .item_block#item_b {
      background: #00897d; }
      #flavor .item_block#item_b .main_desc .inner::before {
        content: '';
        display: block;
        width: 349px;
        height: 254px;
        background: url(../img/item_b_kazari1.png) no-repeat center/contain;
        position: absolute;
        top: 45px;
        right: 8px;
        z-index: -1; }
      #flavor .item_block#item_b .main_desc .inner::after {
        background-image: url(../img/item_b_panda.png);
        width: 240px;
        height: 221px;
        bottom: -41px;
        right: 36px; }
      #flavor .item_block#item_b .howto .inner::before {
        content: '';
        display: block;
        width: 170px;
        height: 110px;
        background: url(../img/item_b_kazari2.png) no-repeat center/contain;
        position: absolute;
        top: 84px;
        left: -120px;
        z-index: -1; }
      #flavor .item_block#item_b .howto .inner::after {
        content: '';
        display: block;
        width: 160px;
        height: 103px;
        background: url(../img/item_b_kazari3.png) no-repeat center/contain;
        position: absolute;
        top: 554px;
        right: -153px;
        z-index: -1; }
      #flavor .item_block#item_b .howto .inner .list .block .txt .num {
        color: #006e77;
        background-image: url(../img/howto_num_bg_b.svg); }

#information {
  padding-top: 130px;
  font-family: 'Noto Sans JP', sans-serif; }
  #information .inner {
    max-width: 960px; }
    #information .inner h2 {
      text-align: center;
      font-size: 38px;
      font-weight: bold;
      padding-bottom: 35px;
      border-bottom: 1px solid #595757;
      margin-bottom: 55px;
      position: relative; }
      #information .inner h2::after {
        content: '';
        display: block;
        width: 220px;
        height: 203px;
        background: url(../img/information_panda.png) no-repeat center/contain;
        position: absolute;
        bottom: -20px;
        right: -20px; }
    #information .inner .list .block .main_desc {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 80px;
      margin-bottom: 55px; }
      #information .inner .list .block .main_desc .img {
        width: 340px; }
      #information .inner .list .block .main_desc .txt {
        max-width: calc(100% - 420px);
        width: 420px; }
        #information .inner .list .block .main_desc .txt h3 {
          font-size: 28px;
          font-weight: bold;
          margin-bottom: 10px; }
        #information .inner .list .block .main_desc .txt .desc {
          font-weight: 500;
          line-height: 2; }
        #information .inner .list .block .main_desc .txt .price {
          margin-top: 30px;
          font-weight: bold;
          font-size: 18px; }
    #information .inner .list .block table {
      width: 100%; }
      #information .inner .list .block table tr {
        position: relative; }
        #information .inner .list .block table tr th {
          background: #231815;
          border: 1px solid #3e3a39;
          padding: 12px 30px;
          text-align: left;
          font-weight: 400;
          width: 200px; }
        #information .inner .list .block table tr td {
          font-weight: 400;
          border: 1px solid #3e3a39;
          padding: 12px 15px;
          width: calc(100% - 200px); }
      #information .inner .list .block table.allergy {
        margin-top: 20px; }
        #information .inner .list .block table.allergy tr th {
          background: #fff;
          color: #000;
          font-weight: bold; }
    #information .inner .list .block .table_row {
      margin: 20px 0;
      display: flex;
      justify-content: space-between; }
      #information .inner .list .block .table_row table {
        width: 47.9%; }
        #information .inner .list .block .table_row table tr:nth-child(n + 2) th {
          padding-left: 60px; }
          #information .inner .list .block .table_row table tr:nth-child(n + 2) th::before {
            content: '';
            display: block;
            width: 30px;
            height: calc(100% + 1px);
            background: #231815;
            position: absolute;
            left: 0.5px;
            bottom: 0.5px; }
          #information .inner .list .block .table_row table tr:nth-child(n + 2) th::after {
            content: '';
            display: block;
            width: 1px;
            height: 48px;
            position: absolute;
            top: 0;
            left: 30px;
            background: #3e3a39; }
    #information .inner .list .block .materials {
      margin-top: 50px; }
      #information .inner .list .block .materials h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px; }
      #information .inner .list .block .materials .detail {
        border: 1px solid #3e3a39;
        padding: 20px 30px;
        font-weight: 400;
        line-height: 2; }
    #information .inner .list .block:not(:last-child) {
      margin-bottom: 110px; }

#shop {
  padding: 140px 0 170px;
  font-family: "Noto Sans JP", sans-serif; }
  #shop .inner h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 30px; }
  #shop .inner .btns {
    display: flex;
    justify-content: space-between;
    gap: 20px 2.1%;
    flex-wrap: wrap; }
    #shop .inner .btns li {
      width: 48.95%; }
      #shop .inner .btns li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        background: #fff;
        height: 80px;
        color: #000; }
  #shop .inner .sns {
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 35px; }
    #shop .inner .sns li img {
      width: 26px; }

@media (max-width: 1500px) {
  #new {
    background-size: 100%;
    padding-top: 40px; } }
@media (max-width: 1200px) {
  #flavor .item_block .main_desc .inner {
    padding-left: 0;
    gap: 40px; }
    #flavor .item_block .main_desc .inner .img {
      width: 275px; }
    #flavor .item_block .main_desc .inner .txt {
      max-width: calc(100% - 315px); }
      #flavor .item_block .main_desc .inner .txt h2 {
        font-size: 50px;
        margin-bottom: 35px; }
      #flavor .item_block .main_desc .inner .txt .catch {
        font-size: 30px; }
  #flavor .item_block#item_a .main_desc .inner::before {
    right: -50px;
    top: -40px; }
  #flavor .item_block#item_a .main_desc .inner::after {
    width: 232px;
    height: 154px;
    right: 0; }
  #flavor .item_block#item_a .howto .inner::before {
    left: -60px; }
  #flavor .item_block#item_a .howto .inner::after {
    top: 1244px;
    right: -104px; }
  #flavor .item_block#item_b .main_desc .inner::after {
    width: 232px;
    height: 154px;
    right: 0; }
  #flavor .item_block#item_b .howto .inner::before {
    left: -60px; }
  #flavor .item_block#item_b .howto .inner::after {
    top: 494px;
    right: -63px; } }
@media (max-width: 1000px) {
  #mv .inner {
    padding: 20px 20px 0; }

  #new .inner .txt h2 {
    font-size: 70px;
    padding: 20px 35px 20px; }
    #new .inner .txt h2::before {
      width: 70px;
      height: 70px;
      left: 40px; }
    #new .inner .txt h2::after {
      width: 70px;
      height: 70px;
      right: 40px; }
    #new .inner .txt h2 small {
      font-size: 34px; }
    #new .inner .txt h2 strong {
      font-size: 100px; }

  #feature .inner {
    padding-top: 50px; }
    #feature .inner h2 {
      margin-bottom: 30px; }
      #feature .inner h2 img {
        width: 260px; }
      #feature .inner h2::before {
        width: 135px;
        height: 64px;
        left: 0; }
      #feature .inner h2::after {
        width: 105px;
        height: 67px;
        right: 0; }
    #feature .inner .row {
      flex-direction: column;
      gap: 20px; }
      #feature .inner .row .txt {
        width: 100%; }
        #feature .inner .row .txt h3 {
          font-size: 32px;
          text-align: center;
          margin-bottom: 20px; }
      #feature .inner .row .img {
        width: 100%;
        text-align: right;
        padding-bottom: 0; }
        #feature .inner .row .img img {
          width: 50%; }
        #feature .inner .row .img::after {
          width: 50%;
          right: 50%; }

  #flavor .nav {
    flex-direction: column; }
    #flavor .nav::before {
      content: none; }
    #flavor .nav .nav_block {
      width: 100%; }
      #flavor .nav .nav_block .img_area .img img {
        max-width: 400px; }
      #flavor .nav .nav_block.item_a {
        padding-bottom: 80px; }
  #flavor .item_block .main_desc .inner {
    padding: 40px 0 120px;
    flex-direction: column; }
    #flavor .item_block .main_desc .inner .txt {
      max-width: 100%;
      width: 100%; }
      #flavor .item_block .main_desc .inner .txt .catch br {
        display: none; }
      #flavor .item_block .main_desc .inner .txt .desc {
        margin: 0 auto;
        max-width: 100%; }
  #flavor .item_block#item_a .main_desc .inner::before {
    right: 0;
    top: 0; } }
@media (max-width: 860px) {
  #flavor .item_block {
    padding-bottom: 60px; }
    #flavor .item_block .howto .inner h3 {
      font-size: 28px; }

  #information {
    padding-top: 60px; }
    #information .inner .list .block .main_desc {
      gap: 50px; }
      #information .inner .list .block .main_desc .img {
        width: 260px; }
      #information .inner .list .block .main_desc .txt {
        max-width: calc(100% - 310px); }
    #information .inner .list .block .materials .detail {
      font-size: 14px; } }
@media (max-width: 768px) {
  #mv {
    aspect-ratio: 150 / 154; }
    #mv > img,
    #mv > video {
      aspect-ratio: 150 / 154; }
    #mv .inner {
      padding: 5px; }
      #mv .inner h1 img {
        width: 80px; }
      #mv .inner .mv_item {
        width: 42vw;
        bottom: 18.5vw;
        left: 29vw; }
    #mv .mv_slider::before {
      height: 2vw;
      background-size: 200%; }
    #mv .mv_slider p {
      margin-top: 10px;
      font-size: 10vw; }

  #new {
    background-size: 120vw;
    height: 100vh; }
    #new.fixed + #feature {
      margin-top: 100vh; }
    #new .inner .txt .logo {
      margin-bottom: 15px; }
      #new .inner .txt .logo img {
        width: 120px; }
    #new .inner .txt h2 {
      font-size: 50px;
      margin-bottom: 20px; }
      #new .inner .txt h2::before {
        left: 20px; }
      #new .inner .txt h2::after {
        right: 20px; }
      #new .inner .txt h2 small {
        font-size: 24px; }
      #new .inner .txt h2 strong {
        font-size: 70px; }
    #new .inner .txt .desc {
      font-size: 16px; }
      #new .inner .txt .desc br {
        display: none; }
    #new .men {
      width: 120vw; }

  #feature {
    padding: 40px 0; }
    #feature .inner {
      padding: 20px 5%; }
      #feature .inner h2 {
        margin-bottom: 20px; }
        #feature .inner h2 img {
          width: 170px; }
        #feature .inner h2::before {
          width: 55px;
          height: 26px; }
        #feature .inner h2::after {
          width: 45px;
          height: 29px; }
      #feature .inner .row {
        gap: 10px; }
        #feature .inner .row .txt h3 {
          font-size: 20px;
          margin-bottom: 15px; }
        #feature .inner .row .txt .desc {
          font-size: 14px;
          line-height: 1.8; }

  #flavor .nav .nav_block {
    padding-bottom: 20px;
    border-radius: 15px; }
    #flavor .nav .nav_block::before {
      top: 40px; }
    #flavor .nav .nav_block .img_area {
      margin-top: -40px; }
      #flavor .nav .nav_block .img_area .img img {
        width: 60%; }
      #flavor .nav .nav_block .img_area .detail {
        bottom: -30px;
        left: calc(50% + 70px); }
    #flavor .nav .nav_block .logo {
      margin-top: 20px; }
      #flavor .nav .nav_block .logo img {
        width: 220px; }
    #flavor .nav .nav_block .btn {
      margin-top: 20px; }
      #flavor .nav .nav_block .btn a {
        max-width: 90%;
        font-size: 22px;
        height: 55px; }
    #flavor .nav .nav_block.item_a {
      padding-bottom: 40px; }
  #flavor .item_block {
    padding-bottom: 15px;
    border-radius: 15px; }
    #flavor .item_block .main_desc .inner {
      padding-top: 20px;
      padding-bottom: 50px;
      gap: 25px; }
      #flavor .item_block .main_desc .inner .img {
        width: 160px; }
      #flavor .item_block .main_desc .inner .txt h2 {
        font-size: 30px;
        margin-bottom: 20px; }
      #flavor .item_block .main_desc .inner .txt .catch {
        font-size: 18px; }
      #flavor .item_block .main_desc .inner .txt .desc {
        font-size: 14px;
        text-align: left; }
    #flavor .item_block .howto .inner {
      padding-top: 30px; }
      #flavor .item_block .howto .inner h3 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px; }
      #flavor .item_block .howto .inner .list .block {
        flex-direction: column;
        gap: 15px; }
        #flavor .item_block .howto .inner .list .block .img {
          width: 100%; }
        #flavor .item_block .howto .inner .list .block .txt {
          width: 100%; }
          #flavor .item_block .howto .inner .list .block .txt .num {
            width: 90px;
            height: 73px;
            font-size: 40px;
            margin-bottom: 10px; }
          #flavor .item_block .howto .inner .list .block .txt .detail {
            font-size: 14px;
            line-height: 1.7; }
        #flavor .item_block .howto .inner .list .block:not(:last-child) {
          margin-bottom: 30px; }
        #flavor .item_block .howto .inner .list .block:nth-child(2n) .img {
          order: 2; }
        #flavor .item_block .howto .inner .list .block:nth-child(2n) .txt {
          order: 1; }
    #flavor .item_block .main_img {
      margin-top: 30px; }
      #flavor .item_block .main_img img {
        width: 95%; }
    #flavor .item_block .modal-trg {
      margin-top: 15px;
      width: 270px; }
    #flavor .item_block#item_a .main_desc .inner::before {
      width: 142px;
      height: 105px;
      top: 40px; }
    #flavor .item_block#item_a .main_desc .inner::after {
      width: 100px;
      height: 84px;
      bottom: -18px;
      right: 10px; }
    #flavor .item_block#item_a .howto .inner::before {
      width: 95px;
      height: 55px;
      left: -10px;
      top: 100px; }
    #flavor .item_block#item_a .howto .inner::after {
      width: 77px;
      height: 48px;
      right: -10px;
      top: 1204px; }
    #flavor .item_block#item_b .main_desc .inner::before {
      width: 139px;
      height: 102px;
      right: 0; }
    #flavor .item_block#item_b .main_desc .inner::after {
      width: 102px;
      height: 94px;
      right: 10px;
      bottom: -25px; }
    #flavor .item_block#item_b .howto .inner::before {
      width: 82px;
      height: 46px;
      left: -10px; }
    #flavor .item_block#item_b .howto .inner::after {
      width: 77px;
      height: 48px;
      right: -10px; }

  #information {
    padding-top: 30px; }
    #information .inner h2 {
      font-size: 24px;
      padding-bottom: 12px;
      margin-bottom: 30px; }
      #information .inner h2::after {
        width: 110px;
        height: 102px;
        right: -10px;
        bottom: -10px; }
    #information .inner .list .block .main_desc {
      flex-direction: column;
      gap: 30px;
      margin-bottom: 20px; }
      #information .inner .list .block .main_desc .img {
        width: 200px; }
      #information .inner .list .block .main_desc .txt {
        width: 100%;
        max-width: 100%; }
        #information .inner .list .block .main_desc .txt h3 {
          font-size: 20px;
          text-align: center; }
        #information .inner .list .block .main_desc .txt .desc {
          font-size: 14px;
          line-height: 1.7; }
        #information .inner .list .block .main_desc .txt .price {
          margin-top: 10px;
          font-size: 14px;
          text-align: right; }
    #information .inner .list .block table tr th {
      padding: 5px 10px;
      font-size: 12px;
      width: 125px; }
    #information .inner .list .block table tr td {
      padding: 5px 10px;
      font-size: 12px;
      width: calc(100% - 125px); }
    #information .inner .list .block table.allergy {
      margin-top: 10px; }
    #information .inner .list .block .table_row {
      flex-direction: column;
      margin-top: 10px;
      margin-bottom: 10px; }
      #information .inner .list .block .table_row table {
        width: 100%; }
        #information .inner .list .block .table_row table tr:nth-child(n + 2) th {
          padding-left: 40px; }
          #information .inner .list .block .table_row table tr:nth-child(n + 2) th::before {
            height: 28.5px; }
          #information .inner .list .block .table_row table tr:nth-child(n + 2) th::after {
            height: 28.5px; }
        #information .inner .list .block .table_row table:nth-child(n + 2) tr:first-child th, #information .inner .list .block .table_row table:nth-child(n + 2) tr:first-child td {
          border-top: 0; }
    #information .inner .list .block .materials {
      margin-top: 30px; }
      #information .inner .list .block .materials h3 {
        font-size: 18px; }
      #information .inner .list .block .materials .detail {
        padding: 15px;
        font-size: 12px; }
    #information .inner .list .block:not(:last-child) {
      margin-bottom: 40px; }

  #shop {
    padding: 40px 0; }
    #shop .inner h2 {
      font-size: 20px;
      margin-bottom: 20px; }
    #shop .inner .btns {
      gap: 10px 2.1%; }
      #shop .inner .btns li a {
        font-size: 18px;
        height: 55px; }
    #shop .inner .sns {
      gap: 25px;
      margin-top: 40px; } }
@keyframes fuwa01_ani {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(10px); } }
