input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; }

textarea {
  resize: vertical; }

input[type='checkbox'],
input[type='radio'] {
  display: none; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

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

dl, ol, ul {
  margin-bottom: 0px;
  margin-bottom: 0rem; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1.6em;
  font-family: YakuHanJP, "Cinzel", "Noto Sans JP";
  font-weight: normal; }

p {
  font-size: 16px;
  margin-bottom: 0;
  font-family: YakuHanJP, "Cinzel", "Noto Sans JP"; }
  @media (max-width: 780px) {
    p {
      font-size: 2.5vw; } }
  @media (max-width: 480px) {
    p {
      font-size: 3.5vw; } }

h2 {
  font-size: 32px; }
  @media (max-width: 480px) {
    h2 {
      font-size: 5vw; } }

#diet * {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; }

.bl-image {
  width: auto;
  max-width: 100%; }

.inner {
  max-width: 1200px;
  width: 90%;
  margin: auto; }
  @media (max-width: 480px) {
    .inner {
      width: 95%; } }

.sec-text {
  padding: 28px 0; }
  @media (max-width: 480px) {
    .sec-text {
      padding: 16px 0; } }
  .sec-text p {
    font-size: min(3.5vw, 24px); }

.sec-title {
  display: block;
  position: relative;
  padding-left: 24px; }
  @media (max-width: 480px) {
    .sec-title {
      padding-left: 12px; } }
  .sec-title::before {
    content: "";
    height: 100%;
    width: 16px;
    background: #DB0013;
    background: -webkit-gradient(linear, left top, right top, from(#9e090b), color-stop(36%, #db0013), to(#9e090b));
    background: linear-gradient(90deg, #9e090b 0%, #db0013 36%, #9e090b 100%);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (max-width: 480px) {
      .sec-title::before {
        width: 8px; } }
  .sec-title span.label {
    background: #DB0013;
    background: -webkit-gradient(linear, left top, right top, from(#9e090b), color-stop(36%, #db0013), to(#9e090b));
    background: linear-gradient(90deg, #9e090b 0%, #db0013 36%, #9e090b 100%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding: 8px 32px;
    display: block;
    line-height: normal;
    font-size: min(4.5vw, 40px); }
    @media (max-width: 480px) {
      .sec-title span.label {
        padding: 4px 8px;
        font-size: min(4vw, 40px); } }
  .sec-title-ul {
    border-bottom: 4px solid #000;
    padding-bottom: 8px;
    margin-bottom: 8px;
    width: 100%; }
    .sec-title-ul span {
      font-size: min(4vw, 35px);
      line-height: normal;
      line-height: initial;
      font-weight: bold; }

.upper-fv {
  background: #E1DFE5; }
  .upper-fv img {
    width: 100%; }
  .upper-fv h2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .upper-fv h2 > span {
      margin-right: 15%; }
      @media (max-width: 480px) {
        .upper-fv h2 > span {
          margin-right: 0; }
          .upper-fv h2 > span img {
            width: 100%; } }
    .upper-fv h2 p {
      font-size: min(2.8vw, 32px);
      font-weight: bold;
      position: absolute;
      background: #fff;
      top: 21%;
      left: 37.5%;
      line-height: 140%; }
      @media (max-width: 480px) {
        .upper-fv h2 p {
          font-size: min(3.4vw, 35px);
          top: 25%;
          left: 43%; } }
      .upper-fv h2 p span {
        display: inline-block;
        font-size: min(5.5vw, 40px);
        font-weight: bold; }
        @media (max-width: 480px) {
          .upper-fv h2 p span {
            font-size: min(5.8vw, 40px); } }
  .upper-fv h3 {
    background: #9e090b;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .upper-fv h3 .uso-belt {
      position: relative;
      margin-left: 15%; }
      @media (max-width: 480px) {
        .upper-fv h3 .uso-belt {
          margin-left: 0; }
          .upper-fv h3 .uso-belt img {
            width: 100%; } }
    .upper-fv h3 .uso {
      width: 20%;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      left: 26%;
      position: absolute;
      z-index: 100;
      left: 26%;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 480px) {
        .upper-fv h3 .uso {
          width: 20%;
          height: -webkit-max-content;
          height: -moz-max-content;
          height: max-content;
          left: 26%; }
          .upper-fv h3 .uso img {
            width: 100%; } }

.lower-fv {
  background: url("/img/diet/fv.png") center bottom no-repeat, #E1DFE5;
  background-size: contain;
  position: relative;
  padding-top: 5%; }
  @media (max-width: 480px) {
    .lower-fv {
      padding-top: 0;
      background: url("/img/diet/fv_sp.png") center bottom no-repeat, #E1DFE5;
      background-size: contain;
      position: relative;
      padding-top: 5%; } }
  .lower-fv img {
    width: 100%; }
  .lower-fv .fv-inner {
    padding: 5% 0 0;
    width: 90%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    z-index: 10;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 480px) {
      .lower-fv .fv-inner {
        width: 100%;
        height: 50vh;
        padding-bottom: 25%; }
        .lower-fv .fv-inner img {
          width: 100%; } }
    .lower-fv .fv-inner .label.l {
      margin-bottom: 50px; }
      .lower-fv .fv-inner .label.l img {
        display: block;
        margin-bottom: 16px; }
        @media (max-width: 480px) {
          .lower-fv .fv-inner .label.l img {
            margin-bottom: 0;
            margin-top: 8px; } }
      @media (max-width: 480px) {
        .lower-fv .fv-inner .label.l {
          margin-bottom: 0;
          display: none; } }
    .lower-fv .fv-inner .label.c {
      margin-bottom: 100px; }
      @media (max-width: 480px) {
        .lower-fv .fv-inner .label.c {
          margin-bottom: 0;
          display: none; } }
    @media (max-width: 480px) {
      .lower-fv .fv-inner .label.r {
        position: relative;
        right: -15%;
        display: none; }
        .lower-fv .fv-inner .label.r img {
          height: 50%; } }
  @media (max-width: 480px) {
    .lower-fv {
      background-size: contain; } }
  .lower-fv .wave-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: unset; }

.bg-red {
  background: #DB0013;
  background: -webkit-gradient(linear, left top, right top, from(#9e090b), color-stop(36%, #db0013), to(#9e090b));
  background: linear-gradient(90deg, #9e090b 0%, #db0013 36%, #9e090b 100%); }

.bg-gray {
  background: #E1DFE5; }

.bg-pink {
  background: #F1DFE0; }

.bg-white {
  background: #fff; }

.bs-gray {
  -webkit-box-shadow: 10px 10px 10px #333;
          box-shadow: 10px 10px 10px #333; }

.fc-red {
  color: #DB0013; }

.fc-white {
  color: #fff; }

.marker-yellow {
  position: relative; }
  .marker-yellow::after {
    content: "";
    width: 100%;
    height: 20px;
    display: block;
    position: absolute;
    background: #FFE800;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    mix-blend-mode: darken; }

.greeting-wrap {
  padding: 80px 0; }
  @media (max-width: 480px) {
    .greeting-wrap {
      padding: 8vw 0 16vw; } }
  .greeting-wrap .inner h2 {
    color: #e60012;
    text-align: center; }
    .greeting-wrap .inner h2::before {
      content: "";
      background: url("/common/img/logo_r.png") no-repeat;
      display: block;
      height: 120px;
      width: 100px;
      background-size: cover;
      margin: 0 auto 20px auto; }
    .greeting-wrap .inner h2::after {
      content: "";
      background: #fbc137;
      display: block;
      height: 5px;
      width: 100px;
      background-size: cover;
      margin: 20px auto 40px auto; }
  .greeting-wrap .inner p {
    margin: 0 0 40px 0;
    font-weight: normal; }
    @media (max-width: 480px) {
      .greeting-wrap .inner p {
        margin: 0 0 4vw; } }
  .greeting-wrap .inner h4 {
    text-align: right;
    font-weight: bold; }
    .greeting-wrap .inner h4 span {
      margin-left: 1em; }

#gentei {
  padding-top: 40px; }

.gentei {
  position: relative;
  padding-top: 40px; }
  .gentei img {
    width: 100%; }
  .gentei-ttl {
    position: relative;
    z-index: 10; }
  .gentei-body {
    position: relative;
    margin-top: -8%; }

.dekireba {
  padding: 64px 0 40px;
  text-align: center; }
  @media (max-width: 780px) {
    .dekireba {
      padding: 24px 0 16px; } }
  .dekireba .sub {
    font-size: min(4vw, 60px);
    font-weight: bold;
    line-height: 100%; }
    @media (max-width: 480px) {
      .dekireba .sub {
        margin-bottom: 8px;
        font-size: min(4.6vw, 60px); } }
  .dekireba .main {
    font-size: min(8vw, 100px);
    font-weight: bold;
    line-height: 100%; }
    @media (max-width: 480px) {
      .dekireba .main {
        font-size: min(9vw, 100px); } }
  .dekireba h3 {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto; }
    .dekireba h3::before, .dekireba h3::after {
      content: "";
      height: 100%;
      position: absolute;
      width: 8px;
      border-radius: 8px;
      background: #DB0013;
      display: block;
      top: 0;
      bottom: 0;
      margin: auto; }
      @media (max-width: 480px) {
        .dekireba h3::before, .dekireba h3::after {
          height: 80%; } }
    .dekireba h3::before {
      left: -64px;
      -webkit-transform: rotate(-16deg);
              transform: rotate(-16deg); }
    .dekireba h3::after {
      right: -64px;
      -webkit-transform: rotate(16deg);
              transform: rotate(16deg); }
    .dekireba h3 span {
      display: block; }
  .dekireba .hr {
    margin: 24px 0 40px; }
    @media (max-width: 480px) {
      .dekireba .hr {
        margin: 16px 0 12px; } }
  @media (max-width: 480px) {
    .dekireba i img {
      width: 10%; } }

.future {
  background: url("../img/diet/future.jpg") no-repeat;
  background-size: contain;
  background-position: right;
  padding: 40px 24px 0; }
  .future ul li:not(:last-child) {
    margin-bottom: 16px; }
  @media (max-width: 480px) {
    .future {
      background-size: 40%;
      background-position: bottom right;
      padding: 24px 0; }
      .future ul {
        width: 60%; } }

.result {
  padding: 40px 0 100px; }
  @media (max-width: 480px) {
    .result {
      padding: 24px 0 60px; } }
  .result-image {
    text-align: center;
    margin: 24px auto; }
    @media (max-width: 480px) {
      .result-image {
        margin: 16px auto; } }
  .result .more {
    font-size: min(3vw,30px);
    border: 4px solid #000;
    color: #000;
    padding: 30px 60px;
    display: inline-block;
    margin: 80px auto 0;
    border-radius: 80px; }
    @media (max-width: 480px) {
      .result .more {
        font-size: 18px;
        padding: 12px 0;
        width: 100%;
        margin: 64px auto 0; } }

.ta-c {
  text-align: center; }

.ta-r {
  text-align: right; }

.ta-l {
  text-align: left; }

.voice {
  padding: 16px;
  border-radius: 8px; }
  .voice h3 {
    font-size: min(3.5vw, 35px);
    font-weight: bold; }
  .voice p {
    font-size: min(3.5vw, 24px);
    padding-left: .5em; }

.eizoku {
  padding: 80px 0; }
  @media (max-width: 480px) {
    .eizoku {
      padding: 24px 0; } }
  .eizoku-ttl {
    font-size: min(4vw, 40px);
    font-weight: bold; }
    @media (max-width: 480px) {
      .eizoku-ttl {
        font-size: 18px; } }
    .eizoku-ttl span {
      font-size: min(4.5vw, 65px);
      font-weight: bold; }
    .eizoku-ttl small {
      font-size: min(3.4vw, 35px); }
  .eizoku-note {
    padding-top: 24px; }
    .eizoku-note p {
      font-size: min(3.5vw, 24px); }
  .eizoku-att {
    margin: 40px 0; }
    @media (max-width: 480px) {
      .eizoku-att {
        margin: 24px 0; } }
    .eizoku-att div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      gap: 8px; }
      @media (max-width: 480px) {
        .eizoku-att div {
          margin-bottom: 16px; } }
    .eizoku-att h4 {
      font-size: min(4.2vw, 60px);
      font-weight: bold; }
    .eizoku-att h3 {
      font-size: min(4.8vw, 65px);
      font-weight: bold; }
    .eizoku-att .comment {
      background: #DB0013;
      background: -webkit-gradient(linear, left top, right top, from(#9e090b), color-stop(36%, #db0013), to(#9e090b));
      background: linear-gradient(90deg, #9e090b 0%, #db0013 36%, #9e090b 100%);
      font-size: min(3vw, 31px);
      line-height: 100%;
      font-weight: bold;
      padding: 16px;
      margin-right: 8px;
      position: relative;
      border-radius: 16px; }
      @media (max-width: 480px) {
        .eizoku-att .comment {
          font-size: min(3.2vw, 31px); } }
      .eizoku-att .comment::after {
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background: #9e080b;
        position: absolute;
        right: -12px;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
        @media (max-width: 480px) {
          .eizoku-att .comment::after {
            width: 16px;
            height: 16px;
            right: -7px; } }
      .eizoku-att .comment strong {
        font-size: min(4.2vw, 45px); }

.best-3 {
  position: relative; }
  .best-3::before {
    width: 40%;
    aspect-ratio: 4 / 5;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    background: url(../img/diet/no.png) no-repeat;
    background-size: cover; }
    @media (max-width: 480px) {
      .best-3::before {
        left: auto;
        right: 0;
        width: 35%; } }
  .best-3 > .head,
  .best-3 > .body {
    padding-left: 40%; }
    @media (max-width: 480px) {
      .best-3 > .head,
      .best-3 > .body {
        padding-left: 0; } }
  .best-3 > .head {
    background: #F1DFE0; }
    .best-3 > .head h3 {
      font-weight: bold;
      font-size: min(4vw, 40px);
      padding: 4px 0; }
      @media (max-width: 480px) {
        .best-3 > .head h3 {
          text-align: center;
          font-size: min(4.2vw, 40px); } }
  .best-3 > .body {
    background: #fff; }
    .best-3 > .body ul {
      padding: 24px 0 16px; }
      @media (max-width: 480px) {
        .best-3 > .body ul {
          padding: 16px 8px 8px; } }
      .best-3 > .body ul li .head {
        font-size: min(3.8vw, 40px);
        font-weight: bold; }
        .best-3 > .body ul li .head i {
          margin-right: 8px; }
          @media (max-width: 480px) {
            .best-3 > .body ul li .head i {
              width: 40px;
              display: inline-block; } }
      .best-3 > .body ul li .body p {
        font-size: min(3.5vw, 24px);
        padding-left: .5em;
        margin: 4px 0 8px; }
        @media (max-width: 480px) {
          .best-3 > .body ul li .body p {
            padding-left: 1em; } }

#oshi .oshi {
  background: url("../img/diet/yaseru.png") no-repeat;
  background-size: 60%;
  background-position: top -60px right; }
  #oshi .oshi .body {
    padding: 40px 0; }
    #oshi .oshi .body h3 {
      font-size: min(3.8vw, 40px);
      font-weight: bold; }
      #oshi .oshi .body h3 strong {
        font-size: min(5vw, 65px);
        font-weight: bold; }
  #oshi .oshi-text {
    font-size: min(3.5vw, 24px);
    margin-bottom: 40px; }
    @media (max-width: 480px) {
      #oshi .oshi-text {
        margin-bottom: 24px; } }
  #oshi .oshi-reason {
    background: url("../img/diet/oshi.png") no-repeat;
    background-size: 30%;
    background-position: bottom right; }
    #oshi .oshi-reason h4 {
      font-size: min(4vw, 65px);
      font-weight: bold; }
      #oshi .oshi-reason h4 small {
        font-size: min(3.8vw, 40px);
        font-weight: bold; }
      #oshi .oshi-reason h4 span {
        font-size: min(4.5vw, 65px);
        font-weight: bold; }

#oshi .conjuction {
  text-align: center; }
  #oshi .conjuction span {
    background: url(../img/diet/down.png) no-repeat;
    background-size: contain;
    padding: 60px 50px;
    text-align: center;
    margin: 8px 0;
    background-position: center;
    font-size: min(3.5vw, 24px);
    font-weight: bold;
    display: block; }
    @media (max-width: 480px) {
      #oshi .conjuction span {
        background: url(../img/diet/down.png) no-repeat;
        background-size: 70% 80%;
        padding: 12% 0;
        text-align: center;
        margin: 0;
        background-position: center;
        font-size: min(7vw, 21px); } }

.resons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 40px;
  padding: 40px 0; }
  @media (max-width: 780px) {
    .resons {
      padding-bottom: 0;
      gap: 24px; } }
  .resons .reason .body {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 32px;
    margin-bottom: 32px; }
    @media (max-width: 480px) {
      .resons .reason .body {
        gap: 16px;
        grid-template-columns: 1fr;
        margin-bottom: 8px; } }
    .resons .reason .body .text h3 {
      font-size: min(3.5vw, 35px);
      font-weight: bold;
      border-bottom: 3px solid #000;
      padding-bottom: 8px;
      margin-bottom: 24px;
      margin-top: 24px; }
      @media (max-width: 480px) {
        .resons .reason .body .text h3 {
          margin-bottom: 12px;
          margin-top: 12px;
          font-size: min(3.8vw, 35px); } }
    .resons .reason .body .text p {
      font-size: min(3.5vw, 24px); }
    .resons .reason .body .text h4 {
      max-width: -webkit-max-content;
      max-width: -moz-max-content;
      max-width: max-content; }
      .resons .reason .body .text h4 span {
        font-size: min(3.8vw, 40px);
        font-weight: bold; }
        @media (max-width: 480px) {
          .resons .reason .body .text h4 span {
            font-size: min(4.4vw, 40px); } }
        .resons .reason .body .text h4 span.fc-red {
          font-size: min(6vw, 60px);
          font-weight: bold; }
  .resons .reason .comment {
    display: grid;
    grid-template-columns: auto 30%;
    gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 480px) {
      .resons .reason .comment {
        grid-template-columns: auto 45%; } }
    .resons .reason .comment .text {
      padding: 20px 30px 20px;
      background: #f1dfe0;
      border-radius: 8px;
      -webkit-box-shadow: 5px 5px 0px #aeaeae;
              box-shadow: 5px 5px 0px #aeaeae;
      position: relative; }
      @media (max-width: 480px) {
        .resons .reason .comment .text {
          padding: 8px 8px 8px; } }
      .resons .reason .comment .text p {
        font-size: min(3.5vw, 24px); }
      .resons .reason .comment .text::after {
        content: "";
        display: block;
        position: absolute;
        background: #f1dfe0;
        -webkit-box-shadow: 5px 0px 0px #aeaeae;
                box-shadow: 5px 0px 0px #aeaeae;
        width: 24px;
        height: 24px;
        right: -12px;
        top: 0;
        bottom: 0;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin: auto; }

#iden .thumb {
  margin: 80px 0 40px;
  margin: 24px 0 16px; }

#iden h3 {
  font-weight: bold;
  font-size: min(4vw, 45px); }

#iden .risk {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 8px; }
  @media (max-width: 480px) {
    #iden .risk {
      margin-top: 16px;
      margin-bottom: 16px; } }
  #iden .risk h4,
  #iden .risk h5 {
    font-size: min(4vw, 40px);
    font-weight: bold; }
  #iden .risk .head {
    padding: 8px 0; }
  #iden .risk .body {
    padding: 24px 40px; }
    @media (max-width: 480px) {
      #iden .risk .body {
        padding: 8px 16px; } }

#iden .examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 42px; }
  #iden .examples .example {
    border-radius: 8px;
    padding: 40px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 480px) {
      #iden .examples .example {
        padding: 8px; } }
    #iden .examples .example .body {
      position: relative;
      z-index: 1; }
    #iden .examples .example .head {
      border-bottom: 3px solid #000;
      padding-bottom: 8px;
      margin-bottom: 16px; }
      #iden .examples .example .head h4 {
        position: relative;
        z-index: 2;
        font-size: min(3.8vw, 40px);
        font-weight: bold;
        text-shadow: 2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff; }
        @media (max-width: 480px) {
          #iden .examples .example .head h4 {
            text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff; } }
    #iden .examples .example .body p {
      font-size: min(3.5vw, 24px);
      text-shadow: 2px 2px 0px #fff, 2px -2px 0px #fff, -2px -2px 0px #fff, -2px 2px 0px #fff; }
      @media (max-width: 480px) {
        #iden .examples .example .body p {
          text-shadow: 1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff; } }
    #iden .examples .example::after {
      width: 600px;
      height: 420px;
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      content: ""; }
      @media (max-width: 480px) {
        #iden .examples .example::after {
          width: 50%;
          height: 50%;
          background-size: contain !important;
          background-position: bottom right !important; } }
    #iden .examples .example:nth-child(1)::after {
      background: url("../img/diet/risk-01.png") no-repeat; }
      @media (max-width: 480px) {
        #iden .examples .example:nth-child(1)::after {
          background: none; } }
    #iden .examples .example:nth-child(2)::after {
      background: url("../img/diet/risk-02.png") no-repeat; }
      @media (max-width: 480px) {
        #iden .examples .example:nth-child(2)::after {
          background: none; } }
    #iden .examples .example:nth-child(3)::after {
      background: url("../img/diet/risk-03.png") no-repeat; }
      @media (max-width: 480px) {
        #iden .examples .example:nth-child(3)::after {
          background: none; } }

#iden .sec-att {
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px;
  background: #fff;
  border: 2px solid #DB0013; }
  @media (max-width: 480px) {
    #iden .sec-att {
      padding: 16px; } }
  #iden .sec-att p {
    font-size: min(3.8vw, 21px);
    color: #DB0013; }

#diet .contact-wrap * {
  font-family: YakuHanJP, "Cinzel", "Noto Sans JP"; }

#yakusoku .feature {
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (max-width: 480px) {
    #yakusoku .feature {
      margin-top: 24px;
      margin-bottom: 40px; } }
  #yakusoku .feature-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px; }
    #yakusoku .feature-list img {
      width: 100%; }
    @media (max-width: 480px) {
      #yakusoku .feature-list {
        grid-template-columns: 1fr 1fr 1fr;
        top: 0;
        gap: 0; } }
  #yakusoku .feature-image {
    position: relative;
    margin-top: 0;
    padding-top: 0%; }
    #yakusoku .feature-image img {
      width: 100%; }
    #yakusoku .feature-image .text {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 2.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 80%;
      margin: auto; }
  #yakusoku .feature h3 {
    padding: 60px 0;
    font-size: min(3.5vw, 24px);
    font-weight: bold; }
    @media (max-width: 780px) {
      #yakusoku .feature h3 {
        padding: 32px 0; } }
    @media (max-width: 480px) {
      #yakusoku .feature h3 {
        padding: 24px 0; } }
  #yakusoku .feature h2 {
    padding-bottom: 100px;
    font-size: min(4.5vw, 50px);
    font-weight: bold; }
    @media (max-width: 780px) {
      #yakusoku .feature h2 {
        padding-bottom: 40px; } }
    @media (max-width: 480px) {
      #yakusoku .feature h2 {
        padding-bottom: 24px; } }
    #yakusoku .feature h2 strong {
      font-size: min(5vw, 65px);
      font-weight: bold; }
      @media (max-width: 480px) {
        #yakusoku .feature h2 strong {
          font-size: 20px; } }

.yoyaku-sokushin p strong {
  font-size: min(3.5vw, 24px); }

.yoyaku-sokushin h3 {
  font-size: min(4vw, 50px);
  font-weight: bold; }
  @media (max-width: 480px) {
    .yoyaku-sokushin h3 {
      font-size: 14px; } }

.yoyaku-sokushin h4 {
  font-size: 45px;
  font-size: min(3.5vw, 45px);
  font-weight: bold; }

.attention-head {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  border-radius: 16px;
  padding: 16px 24px;
  position: relative;
  top: -80px; }
  @media (max-width: 480px) {
    .attention-head {
      margin: 60px auto 32px; } }
  .attention-head .sub {
    font-size: min(3.5vw, 24px); }
  .attention-head .mid {
    font-size: min(3vw, 35px); }
  .attention-head .main {
    font-size: min(4vw, 45px); }

.attention-body {
  margin-top: -80px;
  display: grid;
  grid-template-columns: 45% 55%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .attention-body h2 strong {
    font-size: 60px;
    font-size: min(6vw, 60px); }
  .attention-body p {
    font-size: min(3.5vw, 24px); }
    @media (max-width: 480px) {
      .attention-body p {
        padding-bottom: 1em; } }
    .attention-body p strong {
      font-size: min(4vw, 40px); }

.flows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 40px 0;
  gap: 60px 24px; }
  @media (max-width: 480px) {
    .flows {
      grid-template-columns: repeat(2, 1fr);
      gap: 32px 12px;
      padding: 24px 0; } }
  .flows .flow-text {
    font-size: min(3.5vw, 24px);
    margin-top: 18px; }
    @media (max-width: 480px) {
      .flows .flow-text {
        margin-top: 12px; } }
  .flows .flow .thumb {
    position: relative; }
    .flows .flow .thumb img {
      width: 100%; }
    .flows .flow .thumb .label {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 60px;
      display: grid;
      grid-template-columns: 60px 1fr; }
      @media (max-width: 480px) {
        .flows .flow .thumb .label {
          height: 32px;
          grid-template-columns: 32px 1fr; } }
      .flows .flow .thumb .label span {
        font-size: min(3vw, 28px);
        font-weight: bold;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .flows .flow .thumb .label span:first-child {
          height: 60px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(158, 9, 11, .95)), color-stop(36%, rgba(219, 0, 19, .95)), to(rgba(158, 9, 11, .95)));
          background: linear-gradient(90deg, rgba(158, 9, 11, .95) 0%, rgba(219, 0, 19, .95) 36%, rgba(158, 9, 11, .95) 100%); }
          @media (max-width: 480px) {
            .flows .flow .thumb .label span:first-child {
              height: 32px; } }
        .flows .flow .thumb .label span:last-child {
          height: 60px;
          background: -webkit-gradient(linear, left top, right top, from(rgba(158, 9, 11, .9)), color-stop(36%, rgba(219, 0, 19, .9)), to(rgba(158, 9, 11, .9)));
          background: linear-gradient(90deg, rgba(158, 9, 11, .9) 0%, rgba(219, 0, 19, .9) 36%, rgba(158, 9, 11, .9) 100%); }
          @media (max-width: 480px) {
            .flows .flow .thumb .label span:last-child {
              display: block;
              height: 32px;
              line-height: 32px;
              text-align: left; } }

.questions .question {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000; }
  .questions .question-label {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .questions .question-label.q {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 24px; }
      .questions .question-label.q h3 {
        font-size: min(3.5vw, 42px);
        font-weight: bold; }
    .questions .question-label.a p {
      padding-top: 7px;
      font-size: min(3.5vw, 24px); }

#question {
  padding-bottom: 200px; }
