@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

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

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*---------------------------------------------------------------
　　　common
---------------------------------------------------------------*/
/*
html {
    min-height: 100vh;
    overflow-x: hidden;
    font-size: clamp(10px, 1vw + 2px, 10px);
}
body {
    background: white;
    margin: 0;
    padding: 0;
    font-family: $fontGosic;
    font-weight: bold;
    font-size: 1.6rem;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}*/
#contents {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  margin: auto;
  text-align: center;
  background: #f9cf09;
  overflow: hidden;
  /*---------------------------------------------------------------
  　　　header
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
      contents
  ---------------------------------------------------------------*/
}
#contents .inner {
  width: 95%;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  #contents .inner {
    max-width: 1130px;
  }
}
#contents .forSP {
  display: block;
}
@media screen and (min-width: 768px) {
  #contents .forSP {
    display: none;
  }
}
#contents .forPC {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents .forPC {
    display: block;
  }
}
#contents img {
  width: 100%;
}
#contents a {
  text-decoration: none !important;
}
#contents .p1 {
  position: relative;
  z-index: 1;
}
#contents .half {
  display: flex;
  justify-content: space-between;
}
#contents .blue {
  color: #055db4;
}
#contents .red {
  color: #e72e25;
}
#contents .fontL {
  font-size: 1.2em;
}
#contents .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 95%;
  margin: 0 auto 4rem;
}
#contents h2.tit_dotted {
  display: inline-block;
  color: #e72e25;
  font-size: 1.6rem;
  font-weight: 900;
  position: relative;
  text-align: left;
  font-feature-settings: "palt";
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #contents h2.tit_dotted {
    font-size: 2.2rem;
  }
}
#contents h2.tit_dotted::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  border-bottom: 4px dotted #e72e25;
}
#contents .btn01 {
  background: #fff;
  color: #e72e25;
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 4rem auto;
  padding: 0.7em 0;
  font-size: 1.2rem;
  border-radius: 3rem;
  transition: all 0.3s;
}
#contents .btn01:hover {
  transform: translateY(-1rem);
  color: #f3bb00;
}
#contents #udonHeader {
  padding: 4rem 0 4rem;
  position: relative;
  background: #f9cf09;
}
#contents #udonHeader::before {
  content: "";
  display: block;
  width: 100vw;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/bg_mv.png) no-repeat top center/cover;
}
#contents #udonHeader h1 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto -7rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #contents #udonHeader h1 {
    width: 90%;
    margin: 0 auto -8rem;
  }
}
#contents #udonHeader .inner {
  max-width: 860px;
}
#contents #udonHeader .curry {
  aspect-ratio: 1/1;
  background: url("../img/curry.png") no-repeat;
  background-size: contain;
  position: relative;
  margin: 0px auto;
  position: relative;
  width: 60%;
  max-width: 800px;
  margin: auto 0 auto auto;
  padding-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  #contents #udonHeader .curry {
    width: 68.6046511628%;
  }
}
@media screen and (min-width: 1200px) {
  #contents #udonHeader .curry {
    width: 58.1395348837%;
  }
}
#contents #udonHeader .curry .curry_top {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/curry_top.png") no-repeat;
  background-size: contain;
  z-index: 10;
}
#contents #udonHeader .curry .steam,
#contents #udonHeader .curry .steam2 {
  transform-origin: bottom center;
  position: absolute;
  top: 400px;
  opacity: 0;
  filter: blur(10px);
  transform: rotateY(0deg) scale(1, 1);
  animation-fill-mode: both;
  z-index: 2;
}
#contents #udonHeader .curry .steam {
  left: 0;
  animation: steam_up 20s infinite linear;
}
#contents #udonHeader .curry .steam2 {
  left: 50px;
  animation: steam_up 22s 10s infinite linear;
  z-index: 3;
}
#contents #udonHeader .udon {
  width: 42.8571428571%;
  position: absolute;
  bottom: 0;
  left: 1rem;
  transform: translateX(0);
  z-index: 20;
}
@media screen and (min-width: 768px) {
  #contents #udonHeader .udon {
    width: 44.1860465116%;
    bottom: 2rem;
    left: 0;
  }
}
@keyframes steam_up {
  0% {
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: translateX(50%);
    transform: scale(1, 1);
    opacity: 0;
    top: 400px;
  }
  13% {
    opacity: 0.2;
  }
  33% {
    opacity: 0.4;
    transform: rotateY(40deg);
    transform: scale(0.6, 1.2);
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.4);
  }
  100% {
    filter: blur(16px);
    transform: rotateY(50deg);
    transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -400px;
  }
}
@keyframes steam_up_sp {
  0% {
    filter: blur(10px);
    transform: rotateY(0deg);
    transform: scale(1, 1);
    opacity: 0.2;
    top: 200px;
  }
  13% {
    opacity: 0.3;
  }
  33% {
    opacity: 0.4;
    transform: rotateY(40deg);
    transform: scale(0.6, 1.2);
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1.2, 0.4);
  }
  100% {
    filter: blur(16px);
    transform: rotateY(50deg);
    transform: scaleY(1.4, 1.2);
    opacity: 0;
    top: -300px;
  }
}
#contents .anniversaryday {
  background: #e72e25 url(../img/bg_hubuki.png) no-repeat center center/cover;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  #contents .anniversaryday {
    padding: 12rem 0 8rem;
  }
}
#contents .anniversaryday_inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  border-radius: 3rem;
  padding: 0 0 2rem;
  background: #fff;
  position: relative;
}
#contents .anniversaryday_inner::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 4px;
  border-radius: inherit;
  background: linear-gradient(45deg, #94601b, #cfa927, #f9ed98, #cfa927, #94601b);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #contents .anniversaryday_inner::after {
    padding: 8px;
  }
}
#contents .anniversaryday_inner h2 {
  width: 37.3333333333%;
  margin: 0 auto;
  transform: translateY(-50%);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #contents .anniversaryday_inner h2 {
    width: 21.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  #contents .anniversaryday_inner h2 {
    width: 21.6666666667%;
  }
}
#contents .anniversaryday_inner p {
  font-weight: 900;
  font-size: 1.4em;
  margin-top: -2rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .anniversaryday_inner p {
    font-size: 2.8vw;
    margin-top: -2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .anniversaryday_inner p {
    font-size: 2em;
    margin-top: -2.6rem;
  }
}
#contents .anniversaryday_inner p span {
  display: block;
  color: #e72e25;
  font-size: 1.3em;
}
#contents .anniversaryday_inner span {
  font-size: 12px;
  color: #666;
}
#contents .about {
  padding: 7rem 0;
  background: #f9cf09;
}
@media screen and (min-width: 768px) {
  #contents .about {
    padding: 12rem 0 8rem;
  }
}
#contents .about_inner {
  width: 95%;
  max-width: 1000px;
  position: relative;
  margin: auto;
}
#contents .about .nabe {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
#contents .about .nabe::before, #contents .about .nabe::after {
  content: "";
  display: block;
  width: 7.5rem;
  height: 3.8rem;
  position: absolute;
  top: 15%;
  z-index: 1;
  background: #fff;
  border-radius: 3rem;
  transform-origin: center center;
}
#contents .about .nabe::before {
  left: -6rem;
  transform: skewY(10deg);
}
#contents .about .nabe::after {
  right: -6rem;
  transform: skewY(-10deg);
}
#contents .about p.text01 {
  text-align: center;
  font-size: 1.05rem;
  line-height: 2;
  padding: 3rem 0;
  background: #fff;
  border-radius: 0.5rem 0.5rem 3rem 3rem;
  position: relative;
  z-index: 3;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .about p.text01 {
    font-size: 1.7vw;
    padding: 3.5rem;
    line-height: 2.4;
  }
}
@media screen and (min-width: 1200px) {
  #contents .about p.text01 {
    font-size: clamp(0px, 1.65vw, 20px);
  }
}
#contents .about p.text01::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/0.23;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url(../img/illust_lid.svg) repeat-x bottom right/contain;
  transform-origin: bottom center;
  animation: kata 1s infinite ease-in-out;
}
@keyframes kata {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  } /* 右にカタッ */
  50% {
    transform: rotate(0deg) translateY(-0.1em);
  }
  75% {
    transform: rotate(-1deg);
  } /* 左にカタッ */
  100% {
    transform: rotate(0deg);
  }
}
#contents .about .komiyama {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #contents .about .komiyama {
    align-items: flex-end;
    transform: translateY(-17%);
    position: relative;
    z-index: 10;
  }
}
#contents .about .komiyama_inner {
  position: relative;
  width: 45%;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  #contents .about .komiyama_inner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    max-width: 300px;
    transform: translateX(3rem);
  }
}
@media screen and (min-width: 1200px) {
  #contents .about .komiyama_inner {
    width: 30rem;
    transform: translateX(50%);
  }
}
#contents .about .komiyama_inner img {
  border-radius: 50%;
  border: 10px solid #f3bb00;
}
#contents .about .komiyama_inner p {
  display: block;
  position: absolute;
  transform: translateY(-1rem);
  background: #e72e25;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.1rem;
  line-height: 1.4;
  font-size: 0.7rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #contents .about .komiyama_inner p {
    display: inline-block;
    width: auto;
    padding: 0.4rem 0.6rem;
    font-size: 1em;
    transform: translateY(0);
    bottom: 0;
    right: 0;
  }
}
#contents .about .profile {
  text-align: left;
  font-weight: 500;
  padding: 1rem 0 0 0;
  width: 52%;
  font-size: 0.8rem;
}
@media screen and (min-width: 768px) {
  #contents .about .profile {
    font-size: 0.85rem;
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  #contents .about .profile {
    font-size: 14px;
    width: calc(100% - 10rem);
  }
}
#contents .research {
  background: #f3bb00;
  position: relative;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .research {
    padding-top: 3rem;
  }
}
#contents .research::before {
  content: "";
  display: block;
  width: 100vw;
  height: 6rem;
  position: absolute;
  top: -4rem;
  left: 0;
  background: url(../img/reserch_top.svg) repeat-x top center/cover;
}
@media screen and (min-width: 768px) {
  #contents .research::before {
    top: -5rem;
  }
}
#contents .research .tit .icon {
  display: block;
  width: 4.5rem;
  aspect-ratio: 1/1;
  margin-right: 0.5rem;
  background: url(../img/icon_search.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #contents .research .tit .icon {
    width: 6.5rem;
  }
}
#contents .research .card {
  background: #fff;
  border-radius: 2rem;
  position: relative;
  padding: 4rem 2rem 2rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #contents .research .card {
    width: 80%;
    padding: 2rem 2rem 2rem 5rem;
    margin-bottom: 4rem;
  }
  #contents .research .card:nth-child(even) {
    margin-left: 20%;
  }
}
#contents .research .card h3 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
  color: #e72e25;
  font-feature-settings: "palt";
}
#contents .research .card h3 .fontL {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card h3 {
    font-size: clamp(0px, 1.8rem, 24px);
  }
}
#contents .research .card p {
  text-align: left;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card p {
    width: 100%;
    margin: auto;
    padding-bottom: 2rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .research .card p {
    width: 80%;
  }
}
#contents .research .card p .nami {
  display: inline-block;
  font-weight: 800;
  text-decoration: #f3bb00 wavy underline;
}
#contents .research .card p strong {
  color: #e72e25;
}
#contents .research .card p.pd1 {
  padding-bottom: 1rem;
}
#contents .research .card ul {
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card ul {
    width: 80%;
    margin: auto;
  }
}
#contents .research .card ul li {
  text-align: left !important;
  padding-left: 0.5em;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card ul li {
    font-size: 1rem;
  }
}
#contents .research .card ul li span {
  display: inline-block;
}
#contents .research .card ul li::before {
  content: "●";
  color: #f3bb00;
  position: relative;
  left: -0.5em;
}
#contents .research .card .graph {
  width: 100%;
  margin: 1rem auto 0;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card .graph {
    width: 100%;
    margin-top: auto;
  }
}
@media screen and (min-width: 1200px) {
  #contents .research .card .graph {
    width: calc(100% - 10rem);
    margin-top: auto;
  }
}
#contents .research .card .graph h4 {
  background: #e72e25;
  color: #fff;
  position: relative;
  text-align: center;
  border-radius: 1rem;
  line-height: 1.3;
  padding: 0.5em 0.5em 0.5em 2rem;
  margin: 2rem auto 2rem;
  width: 100%;
  font-size: 1rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .research .card .graph h4 {
    width: 100%;
    border-radius: 3rem;
    padding: 0.5em 0.5em 0.5em 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .research .card .graph h4 {
    width: 90%;
    font-size: 16px;
  }
}
#contents .research .card .graph h4::before {
  content: "Q.";
  color: #f9cf09;
  font-size: 3em;
  position: absolute;
  line-height: 1;
  left: -1rem;
  top: -1rem;
}
@media screen and (min-width: 768px) {
  #contents .research .card .graph h4::before {
    left: 1rem;
    top: 0;
  }
}
#contents .research .card .graph h4 span {
  display: block;
  font-size: 0.85em;
}
#contents .research .card::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.4rem;
  position: absolute;
  top: 1.2rem;
  left: 0;
  background: url(../img/card_top.png) no-repeat top center/contain;
}
@media screen and (min-width: 768px) {
  #contents .research .card::after {
    top: 50%;
    left: 1.3rem;
    width: 1.3rem;
    height: 100%;
    transform: translateY(-50%);
    background: url(../img/card_left.png) no-repeat center center/contain;
  }
}
#contents .research .wrapper {
  width: 100vw;
  position: relative;
  overflow: hidden;
  padding-bottom: 350px;
}
@media screen and (min-width: 768px) {
  #contents .research .wrapper {
    padding-bottom: 20rem;
  }
}
#contents .research .wrapper::before, #contents .research .wrapper::after {
  content: "";
  display: block;
  width: 30rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transform: translateX(50%);
  background: url(../img/bg_reserch.png) repeat-x top center/contain;
}
@media screen and (min-width: 768px) {
  #contents .research .wrapper::before, #contents .research .wrapper::after {
    width: 30vw;
  }
}
#contents .research .wrapper::after {
  top: 40%;
  right: auto;
  left: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #contents .research .wrapper::after {
    top: 50%;
  }
}
#contents .research dl {
  width: auto;
  text-align: left;
  font-weight: 500;
  font-size: 11px;
  display: inline-grid;
  grid-template-columns: 5em auto;
  column-gap: 0.5em;
}
#contents .research dt, #contents .research dd {
  margin: 0;
}
#contents .research dt {
  color: #94601b;
}
#contents .research .illust01 {
  position: absolute;
  right: 0;
  top: 3rem;
  width: 13rem;
}
@media screen and (max-width: 767px) {
  #contents .research .illust01 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #contents .research .illust01 {
    top: auto;
    bottom: -1rem;
    right: 0;
    width: 27%;
    transform: translateX(80%);
  }
}
@media screen and (min-width: 1200px) {
  #contents .research .illust01 {
    transform: translateX(70%);
    width: 25%;
  }
}
#contents .research .illust02 {
  position: absolute;
  left: 0;
  top: 2rem;
  width: 9rem;
  transform: translateX(5%);
}
@media screen and (max-width: 767px) {
  #contents .research .illust02 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #contents .research .illust02 {
    width: 7.5rem;
    top: auto;
    bottom: -1rem;
    transform: translateX(-60%);
  }
}
@media screen and (min-width: 1200px) {
  #contents .research .illust02 {
    width: 8.5rem;
  }
}
#contents .curry_bg {
  position: relative;
  width: 100%;
  height: 32rem;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/img_curry_sp.jpg");
}
@media screen and (max-width: 767px) {
  #contents .curry_bg {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  #contents .curry_bg {
    height: 50rem;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  #contents .curry_bg {
    height: 60rem;
    background-image: url("../img/img_curry_big.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
}
#contents .curry_bg .bottom {
  width: 280px;
  margin: 0 auto;
  position: absolute !important;
  z-index: 10;
  bottom: 100%;
  transform: translateY(30px);
}
@media screen and (min-width: 768px) {
  #contents .curry_bg .bottom {
    width: 700px;
    transform: translateY(60px);
  }
}
#contents .curry_bg .text {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px) {
  #contents .curry_bg .text {
    transform: translateY(0);
  }
}
#contents .why {
  background: #f9cf09 url(../img/bg_why.png) repeat top center/auto;
  padding: 4rem 0 3rem;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .why {
    padding: 5rem 0 3rem;
  }
}
@media screen and (min-width: 1600px) {
  #contents .why {
    padding: 6rem 0 1rem;
  }
}
#contents .why_box {
  background: #fff;
  border: 4px solid #e72e25;
  border-radius: 2rem;
  padding: 2rem;
  max-width: 1100px;
  margin: auto;
  position: relative;
}
#contents .why_box:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  #contents .why_box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
#contents .why .tit .icon {
  display: block;
  width: 4rem;
  margin-right: 0.5rem;
  transform: translateY(0.5rem);
  aspect-ratio: 1.1/1.57;
  background: url(../img/icon_question.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #contents .why .tit .icon {
    width: 5rem;
  }
}
#contents .why h2.tit_dotted span {
  color: #055db4;
}
#contents .why::after {
  content: "";
  display: block;
  width: 100vw;
  height: 6rem;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background: url(../img/book_top.svg) no-repeat top center/cover;
}
@media screen and (min-width: 1600px) {
  #contents .why::after {
    height: 7rem;
    background: url(../img/book_top_w.svg) no-repeat top center/cover;
  }
}
#contents .why .half {
  display: block;
}
@media screen and (min-width: 768px) {
  #contents .why .half {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#contents .why .num {
  width: 16%;
  position: absolute;
  top: 1rem;
  left: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .why .num {
    width: 8%;
    top: 1.1rem;
    left: 1.1rem;
  }
}
#contents .why h3 {
  color: #055db4;
  font-size: 1.7rem;
  font-weight: 900;
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  text-align: left;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  #contents .why h3 {
    font-size: 3.2vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  #contents .why h3 {
    font-size: 36px;
  }
}
#contents .why p {
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  #contents .why p {
    font-size: clamp(0px, 1.75vw, 22px);
  }
}
#contents .why01 .illust {
  width: 50%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #contents .why01 .illust {
    width: 22%;
    margin-left: 11%;
  }
}
@media screen and (min-width: 768px) {
  #contents .why01 .text {
    width: 65%;
  }
}
#contents .why02 .illust {
  width: 50%;
  margin: auto;
  order: 3;
}
@media screen and (min-width: 768px) {
  #contents .why02 .illust {
    width: 21%;
  }
}
#contents .why02 .text {
  order: 2;
}
@media screen and (min-width: 768px) {
  #contents .why02 .text {
    width: 65%;
    margin-left: 11%;
  }
}
#contents .why03 .text {
  order: 2;
  padding-top: 12vw;
}
@media screen and (min-width: 768px) {
  #contents .why03 .text {
    width: 100%;
    padding-top: 0;
    margin-left: 11%;
  }
}
#contents .why .result {
  width: 90%;
  max-width: 900px;
  margin: auto;
}
#contents .why .result img {
  image-rendering: -webkit-optimize-contrast;
}
#contents .column {
  background: #fff;
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #contents .column {
    padding: 3rem 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column {
    padding: 5rem 0 3rem;
  }
}
#contents .column .tit {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  #contents .column .tit {
    margin-bottom: 3rem;
  }
}
#contents .column .tit .icon {
  display: block;
  width: 7rem;
  margin-right: 0.5rem;
  aspect-ratio: 1/0.8;
  background: url(../img/icon_book.svg) no-repeat center/contain;
}
#contents .column .tit small {
  display: block;
  font-size: 0.85em;
  line-height: 1.2;
}
#contents .column .tit span {
  font-size: 0.85em;
}
#contents .column p.text {
  font-size: 1rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .column p.text {
    font-size: clamp(0px, 1.1rem, 18px);
  }
}
#contents .column .details {
  position: relative;
  background: #f0d153;
  margin-bottom: 1.5rem;
}
#contents .column .details:nth-of-type(2) {
  background: #f0b33c;
}
#contents .column .details:nth-of-type(3) {
  background: #e89133;
}
#contents .column .details::after {
  content: "";
  display: block;
  width: 6rem;
  height: 5.5rem;
  position: absolute;
  top: 3.5rem;
  left: -3.5rem;
  background: url(../img/colmun_mark.png) no-repeat center right/contain;
}
@media screen and (min-width: 768px) {
  #contents .column .details::after {
    top: 2.6rem;
  }
}
#contents .column .details:nth-of-type(2)::after {
  left: auto;
  right: -3.5rem;
  transform: scale(-1, 1);
}
#contents .column .details:nth-of-type(2)::after, #contents .column .details:nth-of-type(3)::after {
  top: 2.5rem;
}
#contents .column .details:last-child {
  margin-bottom: 0;
}
#contents .column .details-summary {
  position: relative;
  display: block;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary {
    min-height: 9rem;
  }
}
#contents .column .details-summary .half {
  width: 95%;
  margin: auto;
  padding: 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #contents .column .details-summary .half {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details-summary .half {
    width: 80%;
  }
}
#contents .column .details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
#contents .column .details-summary .c_num {
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .c_num {
    width: 120px;
    height: 100%;
  }
}
#contents .column .details-summary .c_num img {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .c_num img {
    display: block;
  }
}
#contents .column .details-summary .c_num_sp {
  color: #fff;
  height: auto;
  background: #e72e25;
  font-size: 1.1rem;
  padding: 0.2rem 1rem;
  margin: auto;
  /*position: absolute;
  top: 0;*/
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .c_num_sp {
    font-size: 1.6rem;
  }
}
#contents .column .details-summary .text {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .text {
    width: calc(100% - 8rem);
    padding-right: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details-summary .text {
    width: calc(100% - 9rem);
    padding-right: 7rem;
  }
}
#contents .column .details-summary h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 5vw;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary h3 {
    font-size: 2.8vw;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details-summary h3 {
    font-size: 2rem;
  }
}
#contents .column .details-summary .komi01,
#contents .column .details-summary .komi02 {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .komi01,
  #contents .column .details-summary .komi02 {
    display: block;
    width: 11rem;
    position: absolute;
    bottom: 0;
    right: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details-summary .komi01,
  #contents .column .details-summary .komi02 {
    right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary .komi01 {
    width: 12.5rem;
  }
}
#contents .column .details-summary a.open {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 3rem;
  width: 80%;
  margin: 1rem auto 0;
  color: #e89133;
  padding: 0.3em 0 0.5em 2rem;
  line-height: 1;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  #contents .column .details-summary a.open {
    width: 18rem;
    font-size: 1.4rem;
    margin: 2rem auto 0;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details-summary a.open {
    width: 20rem;
    font-size: 1.4rem;
  }
}
#contents .column .details-summary .btn {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  transform-origin: center center;
  transition-duration: 0.2s;
}
#contents .column .details-summary .btn:before, #contents .column .details-summary .btn:after {
  content: "";
  background-color: #e89133;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  transform-origin: center center;
}
#contents .column .details-summary .btn:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
#contents .column .details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg) translateY(50%);
}
#contents .column .details-summary.is-active .btn:before {
  content: none;
}
#contents .column .details-summary::-webkit-details-marker {
  display: none;
}
#contents .column .details-content {
  padding-bottom: 3rem;
}
#contents .column .details-content .inner {
  padding: 2rem 0;
  width: 90% !important;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  #contents .column .details-content .inner {
    width: 80% !important;
    padding: 4rem 0;
  }
}
#contents .column .details-content .close-btn {
  display: block;
  margin: 0 auto;
  padding: 0.8rem 4rem;
  background: #e72e25;
  color: #fff;
  text-align: center;
  border: none;
  border-radius: 30rem;
  cursor: pointer;
}
#contents .column .details-content .close-btn:hover {
  opacity: 0.8;
}
#contents .column .details-content h4 {
  font-size: 1.3em;
  color: #e72e25;
  text-align: left;
  padding: 0.5rem 3rem;
  background: #fff;
  margin: 3rem 0 1rem;
  display: inline-block;
}
#contents .column .details-content p {
  margin: 0 0 20px;
  color: #000;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  display: inline-block;
  font-weight: 500;
  background: url(../img/column_line.png) repeat top left;
}
#contents .column .details-content p span {
  color: #e72e25;
  display: inline-block;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #contents .column .details-content p {
    font-size: 18px;
  }
}
#contents .column .details-content.column03 p span {
  color: #fff;
}
#contents .column .details:nth-child(odd) {
  transform: translateX(1rem);
}
@media screen and (min-width: 768px) {
  #contents .column .details:nth-child(odd) {
    transform: translateX(1.5rem);
  }
}
#contents .column .details:nth-child(odd) .details-summary {
  padding: 1rem 1rem 1rem 2rem;
}
@media screen and (min-width: 768px) {
  #contents .column .details:nth-child(odd) .details-summary {
    padding: 1rem 1rem 1rem 3rem;
  }
}
#contents .column .details:nth-child(even) {
  transform: translateX(-1rem);
}
@media screen and (min-width: 768px) {
  #contents .column .details:nth-child(even) {
    transform: translateX(-3rem);
  }
}
#contents .column .details:nth-child(even) .details-summary {
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  #contents .column .details:nth-child(even) .details-summary {
    padding: 1rem 3rem 1rem 1rem;
  }
  #contents .column .details:nth-child(even) .details-summary .half {
    flex-direction: row-reverse;
  }
  #contents .column .details:nth-child(even) .details-summary .half .text {
    padding-right: 0;
    padding-left: 8rem;
  }
}
#contents .column .details:nth-child(even) .details-summary .curry {
  display: none;
}
@media screen and (min-width: 768px) {
  #contents .column .details:nth-child(even) .details-summary .curry {
    display: block;
    width: 11rem;
    position: absolute;
    bottom: 0;
    left: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .column .details:nth-child(even) .details-summary .curry {
    left: 10rem;
  }
}
#contents .recepi {
  padding-top: 7rem;
  background: #f9cf09;
}
@media screen and (min-width: 768px) {
  #contents .recepi {
    padding-top: 10rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .recepi {
    padding-top: 13rem;
  }
}
#contents .recepi::after {
  content: "";
  display: block;
  width: 100vw;
  height: 5rem;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 5 !important;
  background: url(../img/book_btm.svg) no-repeat bottom center/cover;
}
@media screen and (min-width: 1600px) {
  #contents .recepi::after {
    height: 10rem;
    background: url(../img/book_btm_w.svg) no-repeat bottom center/cover;
  }
}
#contents .recepi .tit {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tit {
    margin-bottom: 3rem;
  }
}
#contents .recepi .tit .icon {
  display: block;
  width: 6rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_recipe.svg) no-repeat center/contain;
}
#contents .recepi > p {
  line-height: 2;
  font-size: 0.9rem;
  padding: 0 2rem;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #contents .recepi > p {
    font-size: clamp(0px, 2.2vw, 18px);
  }
}
#contents .recepi .tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  gap: 0.6rem;
  margin: 3rem 0 4rem;
  font-feature-settings: "palt";
}
#contents .recepi .tabs li {
  cursor: pointer;
  position: relative;
}
#contents .recepi .tabs li img {
  border-radius: 2rem;
  border: 5px solid gray;
}
#contents .recepi .tabs li h3 {
  color: gray;
  padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tabs li h3 {
    font-size: 1.1rem;
  }
}
#contents .recepi .tabs li.active img {
  border-color: red;
}
#contents .recepi .tabs li.active h3 {
  color: red;
}
#contents .recepi .tabs li.active::before {
  content: "▲";
  font-size: 3.5rem;
  color: #f0b33c;
  position: absolute;
  bottom: -5.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
#contents .recepi .tab-content {
  display: none;
  padding: 3.5rem 0;
  box-sizing: border-box;
  background: #f0b33c;
}
#contents .recepi .tab-content.active {
  display: block;
}
#contents .recepi .tab-content .inner {
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 1rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tab-content .inner {
    padding: 4rem 4rem;
  }
}
#contents .recepi .tab-content .inner > p {
  font-size: 1rem;
}
#contents .recepi .tab-content h3 {
  color: #e72e25;
  font-size: 1.7rem;
  line-height: 1.4;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tab-content h3 {
    font-size: 2.2rem;
  }
}
#contents .recepi .tab-content h4 {
  font-size: 1.2em;
  margin: 0.5em 0 0.3em;
}
#contents .recepi .tab-content h4.zairyo {
  color: #e72e25;
  font-size: 1.2rem;
}
#contents .recepi .re01 {
  flex-direction: row-reverse;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  #contents .recepi .re01.half {
    display: block;
  }
}
#contents .recepi .re01 .photo {
  width: 80%;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .re01 .photo {
    width: 40%;
    margin-bottom: 0;
  }
}
#contents .recepi .re01 .photo img {
  border-radius: 4rem;
  border: 5px solid red;
}
#contents .recepi .re01 .text {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .recepi .re01 .text {
    width: 55%;
  }
}
#contents .recepi .re01 .icons {
  display: flex;
  justify-content: flex-end;
}
#contents .recepi .re01 .icons li {
  width: 5rem;
  margin-left: 0.6rem;
}
#contents .recepi .re01 dl {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  padding-left: 1em;
  border-left: 2px solid #e72e25;
  font-feature-settings: "palt";
  font-size: 1rem;
}
#contents .recepi .re01 dl dt {
  width: 60%;
  padding: 0.5em 0;
}
#contents .recepi .re01 dl dt.blue {
  font-size: 1.1rem;
  font-weight: 900;
}
#contents .recepi .re01 dl dd {
  width: 40%;
  text-align: right;
  padding: 0.5em 0;
  position: relative;
}
#contents .recepi .re01 dl dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100vw;
  width: 200vw;
  border-bottom: 2px dotted #055db4;
}
@media screen and (min-width: 768px) {
  #contents .recepi .re01 dl dd::after {
    left: -50vw;
  }
}
#contents .recepi .re01 dl dd span {
  display: block;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  #contents .recepi .re02.half {
    display: block;
  }
}
#contents .recepi .re02 .pre {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .recepi .re02 .pre {
    width: 40%;
  }
}
#contents .recepi .re02 .pre h4 {
  display: inline-block;
  background: #e72e25;
  color: #fff;
  padding: 0.2em 2em;
  transform: translateY(50%);
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  font-size: 1.2rem;
}
#contents .recepi .re02 .pre .point {
  background: #f1e9cd;
  text-align: left;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 2rem;
  border-radius: 1rem;
  font-size: 1rem;
}
#contents .recepi .re02 .pre .point li {
  margin-left: 1em;
}
#contents .recepi .re02 .pre .point li:not(:last-child) {
  padding-bottom: 1rem;
}
#contents .recepi .re02 .pre .point li::before {
  content: "● ";
  color: #e72e25;
  margin-left: -1.2em;
}
#contents .recepi .re02 .steps {
  width: calc(100% - 2em);
  margin-left: 2em;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .recepi .re02 .steps {
    width: 55%;
    margin-left: 0;
  }
}
#contents .recepi .re02 .steps li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
  font-size: 1rem;
}
#contents .recepi .re02 .steps li::before {
  content: "●";
  color: #f0b33c;
  padding-bottom: 1rem;
  padding-right: 0.5em;
  margin-left: -1.5em;
  font-size: 2rem;
  position: absolute;
  top: 0.6em;
  transform: translateY(-50%);
}
#contents .recepi .re02 .steps li::after {
  content: "1";
  position: absolute;
  top: 0.8em;
  left: -1.1em;
  transform: translate(50%, -50%);
}
#contents .recepi .re02 .steps li:not(:last-child) {
  padding-bottom: 1rem;
}
#contents .recepi .re02 .steps li:nth-child(2)::after {
  content: "2";
}
#contents .recepi .re02 .steps li:nth-child(3)::after {
  content: "3";
}
#contents .recepi .re02 .steps li:nth-child(4)::after {
  content: "4";
}
#contents .recepi .tips {
  text-align: left;
  border: 3px solid #055db4;
  padding: 1rem 1rem 1rem 140px;
  position: relative;
  max-width: 800px;
  margin: 1rem auto auto;
  border-radius: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tips {
    padding: 1rem 1.5rem 1rem 9rem;
    margin: auto;
  }
}
#contents .recepi .tips::before {
  content: "";
  display: block;
  width: 150px;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  left: -1rem;
  background: url(../img/point_img.png) no-repeat bottom center/contain;
}
@media screen and (min-width: 768px) {
  #contents .recepi .tips::before {
    width: 10rem;
    left: -2rem;
  }
}
#contents .recepi .movie {
  position: relative;
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 5rem auto;
}
#contents .recepi .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}
#contents .caution {
  background: #f0b33c;
  text-align: center !important;
  padding: 0 1rem 2rem 1rem;
}
#contents .caution p {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
  padding: 0 0 0 3rem;
  position: relative;
  display: inline-block;
  text-align: left;
  margin: auto;
}
#contents .caution p::before {
  content: "";
  display: block;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background: url(../img/icon_caution.svg) no-repeat top left/contain;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .other {
  background: #e72e25;
  padding: 3rem 0 2rem;
}
@media screen and (min-width: 768px) {
  #contents .other {
    padding: 3rem 0 1rem;
  }
}
#contents .other h2.tit_dotted {
  color: #fff;
  margin-bottom: 3rem;
}
#contents .other h2.tit_dotted::after {
  border-color: #fff;
}
#contents .other ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contents .other ul li {
  width: 48%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #contents .other ul li {
    width: 23%;
    margin-bottom: 0;
  }
}
#contents .other ul li a {
  display: block;
  transform: scale(1, 1);
  transition: all 0.3s;
}
#contents .other ul li a:hover {
  transform: scale(1.05, 1.05);
}
#contents .other ul li a img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 1rem;
}
#contents .other ul li p {
  color: #fff;
  font-size: 0.9rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  #contents .other ul li p {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  #contents .other ul li p {
    font-size: 1rem;
  }
}
#contents .udon_list {
  padding: 4rem 0 3rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #contents .udon_list {
    padding: 6rem 0 3rem;
  }
}
#contents .udon_list .tit {
  margin-bottom: 0;
}
#contents .udon_list .tit .icon {
  display: block;
  width: 6rem;
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-top: -2.8rem;
  margin-right: 1rem;
  border: 4px solid #e72e25;
  background: url(../img/yuhi_recommend.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  #contents .udon_list .tit .icon {
    width: 8rem;
  }
}
#contents .udon_list .tit_dotted {
  margin-bottom: 3rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  #contents .udon_list .tit_dotted {
    font-size: 2.2em;
  }
}
#contents .udon_list ul {
  display: flex;
  justify-content: center;
}
#contents .udon_list ul li {
  width: 30%;
  margin: 0 3% 4rem;
}
#contents .udon_list ul li > div {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contents .udon_list ul li {
    width: 25%;
    margin: 0 3%;
  }
}
#contents .udon_list ul li a {
  display: block;
  transition: all 0.3s;
}
#contents .udon_list ul li a:hover {
  transform: scale(1.1, 1.1);
}
#contents .udon_list ul li img {
  width: 100%;
}
#contents .udon_list ul li h4 {
  color: #055db4;
  width: 100%;
  margin: 0.2rem auto 0.5rem;
  padding: 0.3em 0;
  font-size: 0.75rem;
  border-bottom: solid 3px #055db4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #contents .udon_list ul li h4 {
    font-size: 1.1rem;
    margin: 1rem auto 1rem;
    padding: 0.5em 0;
  }
}
@media screen and (min-width: 1200px) {
  #contents .udon_list ul li h4 {
    font-size: 1.2rem;
  }
}
#contents .udon_list ul li p {
  font-size: 0.65rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #contents .udon_list ul li p {
    font-size: 0.9rem;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  #contents .udon_list ul li p {
    font-size: 1rem;
  }
}
#contents .udon_list ul li a.btn {
  background: #fff;
  color: #e72e25;
  line-height: 1.2;
  font-size: 0.8rem;
  margin-top: 1rem;
  border-radius: 3rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  #contents .udon_list ul li a.btn {
    width: 90%;
    margin: 1rem auto;
    font-size: 1rem;
  }
}
#contents .udon_list::before {
  content: "";
  display: block;
  width: 100vw;
  height: 70%;
  position: absolute;
  bottom: -10rem;
  z-index: 0;
  left: 0;
  opacity: 0.5;
  background: url(../img/bg_mv.png) no-repeat top center/cover;
}
#contents .youtube-square {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
#contents .youtube-square iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #e72e25;
  border-radius: 1rem;
}