@charset "UTF-8";
@media screen and (min-width: 691px) {
  br.activeSmp {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  #mainbox {
    padding: 0 20px;
  }
}

.el_btn {
  font-family: "F+UD-ニューロダン DB";
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  border-radius: 100vh;
  background: #ea6119;
  border: 1px solid #ea6119;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  position: relative;
  box-sizing: border-box;
}
.el_btn::after {
  display: block;
  content: url(../img/products/lineup/komeko/komeko_arr_wh.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  line-height: 0;
}
.el_btn:hover {
  background: #fff;
  color: #ea6119 !important;
}
.el_btn:hover::after {
  content: url(../img/products/lineup/komeko/komeko_arr_or.svg);
}

.un_komeko_recipe {
  margin-bottom: 74px;
}
@media screen and (max-width: 690px) {
  .un_komeko_recipe {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}
.un_komeko_recipe__lead {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 690px) {
  .un_komeko_recipe__lead {
    align-items: flex-end;
    font-size: 18px;
  }
}
.un_komeko_recipe__lead::before, .un_komeko_recipe__lead::after {
  display: block;
  line-height: 0;
  position: relative;
}
.un_komeko_recipe__lead::before {
  content: url(../img/products/lineup/komeko/komeko_ico_01.svg);
}
.un_komeko_recipe__lead::after {
  content: url(../img/products/lineup/komeko/komeko_ico_02.svg);
  bottom: -2px;
}
.un_komeko_recipe__btn {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.un_komeko_recipe__btn a {
  font-size: 20px;
  min-height: 60px;
}
@media screen and (max-width: 690px) {
  .un_komeko_recipe__btn a {
    font-size: 18px;
    font-size: 4.3902439024vw;
    min-height: 56px;
  }
}

.un_komeko_outline {
  background: #f9f7eb;
  padding: 50px 75px;
  border-radius: 40px;
  margin-bottom: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline {
    width: 100vw;
    margin: 0 calc(50% - 50vw) 40px;
    padding: 9.7vw 10.9vw;
  }
}
.un_komeko_outline__hl {
  margin-bottom: -28px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__hl {
    margin-bottom: 15px;
  }
}
.un_komeko_outline__hl .__ttl {
  width: 100%;
  max-width: 390px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__hl .__ttl {
    width: 77vw;
    margin-bottom: 20px;
  }
}
.un_komeko_outline__hl .__lead {
  width: 100%;
  max-width: 296px;
  margin: 0 auto;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__hl .__lead {
    width: 59vw;
  }
}
.un_komeko_outline__cont {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 50px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__cont {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin: 0 auto 10px;
  }
}
.un_komeko_outline__cont dl {
  background-image: url(../img/products/lineup/komeko/komeko_bg_rice.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 554/833;
  height: 420px;
  padding: 72px 40px 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__cont dl {
    padding: 0 35px;
    justify-content: center;
  }
}
.un_komeko_outline__cont dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.un_komeko_outline__cont dl dt figure img {
  height: 74px;
  width: auto;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__cont dl dt figure img {
    height: auto;
  }
}
.un_komeko_outline__cont dl dt p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.8em;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #ea6119;
  line-height: 1.4;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__cont dl dt p {
    min-height: unset;
  }
}
.un_komeko_outline__cont dl dd p {
  margin: 0;
  font-weight: bold;
  line-height: 1.57;
}
.un_komeko_outline__cont dl dd.__toRecipe p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  position: relative;
  margin-bottom: 3px;
}
.un_komeko_outline__cont dl dd.__toRecipe p::before, .un_komeko_outline__cont dl dd.__toRecipe p::after {
  display: block;
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
}
.un_komeko_outline__cont dl dd.__toRecipe p::before {
  transform: rotate(-30deg);
}
.un_komeko_outline__cont dl dd.__toRecipe p::after {
  transform: rotate(30deg);
}
.un_komeko_outline__cont dl dd.__toRecipe a {
  justify-content: unset;
  padding-left: 40px;
  font-size: 16px;
  width: 230px;
  min-height: 40px;
  position: relative;
  left: -6px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__cont dl dd.__toRecipe a {
    margin: 0 calc(50% - 115px);
    font-size: 16px;
    font-size: 3.9024390244vw;
  }
}
.un_komeko_outline__cont dl dd.__toRecipe a::after {
  right: 16px;
}
.un_komeko_outline__points {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points {
    width: 90vw;
    margin: 0 calc(50% - 45vw);
  }
}
.un_komeko_outline__points dl {
  position: relative;
}
.un_komeko_outline__points dl::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 100;
  top: -26px;
  left: -38px;
  width: 83px;
  aspect-ratio: 168/173;
  background-image: url(../img/products/lineup/komeko/komeko_img_point.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl::before {
    top: -28px;
    left: -9px;
  }
}
.un_komeko_outline__points dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #ea6119;
  line-height: 1.3;
  background: #fff;
  border: 2px solid #ea6119;
  border-radius: 10px;
  height: 70px;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dt {
    font-size: 18px;
  }
}
.un_komeko_outline__points dl dt::before, .un_komeko_outline__points dl dt::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
}
.un_komeko_outline__points dl dt::before {
  border-color: #ea6119 transparent transparent transparent;
}
.un_komeko_outline__points dl dt::after {
  border-color: #fff transparent transparent transparent;
  z-index: 1;
  bottom: -13px;
}
.un_komeko_outline__points dl dd {
  background: #fff;
  border-radius: 20px;
  padding: 30px 40px 40px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dd {
    padding: 25px 15px 35px;
  }
}
.un_komeko_outline__points dl dd table.__chigai {
  border-collapse: unset;
  border-spacing: 3px;
}
.un_komeko_outline__points dl dd table.__chigai thead th,
.un_komeko_outline__points dl dd table.__chigai thead td,
.un_komeko_outline__points dl dd table.__chigai tbody th,
.un_komeko_outline__points dl dd table.__chigai tbody td {
  line-height: 1.28;
}
.un_komeko_outline__points dl dd table.__chigai thead th:nth-child(1),
.un_komeko_outline__points dl dd table.__chigai thead td:nth-child(1),
.un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(1),
.un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(1) {
  width: 90px;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dd table.__chigai thead th:nth-child(1),
  .un_komeko_outline__points dl dd table.__chigai thead td:nth-child(1),
  .un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(1),
  .un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(1) {
    width: 19vw;
  }
}
.un_komeko_outline__points dl dd table.__chigai thead th:nth-child(2), .un_komeko_outline__points dl dd table.__chigai thead th:nth-child(3),
.un_komeko_outline__points dl dd table.__chigai thead td:nth-child(2),
.un_komeko_outline__points dl dd table.__chigai thead td:nth-child(3),
.un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(2),
.un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(3),
.un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(2),
.un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(3) {
  width: 170px;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dd table.__chigai thead th:nth-child(2), .un_komeko_outline__points dl dd table.__chigai thead th:nth-child(3),
  .un_komeko_outline__points dl dd table.__chigai thead td:nth-child(2),
  .un_komeko_outline__points dl dd table.__chigai thead td:nth-child(3),
  .un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(2),
  .un_komeko_outline__points dl dd table.__chigai tbody th:nth-child(3),
  .un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(2),
  .un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(3) {
    width: 31.2vw;
  }
}
.un_komeko_outline__points dl dd table.__chigai thead th {
  font-size: 16px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 5px;
  height: 30px;
  padding: 0 0.1em;
}
.un_komeko_outline__points dl dd table.__chigai thead th:nth-child(2) {
  font-weight: bold;
  background: #ea6119;
}
.un_komeko_outline__points dl dd table.__chigai thead th:nth-child(3) {
  background: #b4b4b4;
}
.un_komeko_outline__points dl dd table.__chigai tbody th,
.un_komeko_outline__points dl dd table.__chigai tbody td {
  padding: 15px 0.1em;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dd table.__chigai tbody th,
  .un_komeko_outline__points dl dd table.__chigai tbody td {
    font-size: 14px;
  }
}
.un_komeko_outline__points dl dd table.__chigai tbody th {
  background: #f0f0f0;
  white-space: nowrap;
}
.un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(2) {
  color: #ea6119;
  font-weight: bold;
  background: rgba(234, 97, 25, 0.08);
}
.un_komeko_outline__points dl dd table.__chigai tbody td:nth-child(3) {
  background: #f9f7eb;
}
.un_komeko_outline__points dl dd table.__chigai tbody tr:nth-child(1) th,
.un_komeko_outline__points dl dd table.__chigai tbody tr:nth-child(1) td {
  border-top: 3px solid #fff;
}
.un_komeko_outline__points dl dd p.__jikyuritsu {
  background: rgba(234, 97, 25, 0.08);
  padding: 30px 40px;
  color: #ea6119;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 690px) {
  .un_komeko_outline__points dl dd p.__jikyuritsu {
    padding: 20px 15px;
    line-height: 1.7;
  }
}
@media screen and (min-width: 800px) and (max-width: 990px) {
  .un_komeko_outline__points dl dd p.__jikyuritsu br.activeSmp {
    display: block !important;
  }
}

.un_komeko_miryoku {
  width: 100%;
  aspect-ratio: 670/540;
  background-image: url(../img/products/lineup/komeko/komeko_bg_miryoku.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
@media screen and (max-width: 690px) {
  .un_komeko_miryoku {
    aspect-ratio: 370/340;
    background-image: url(../img/products/lineup/komeko/komeko_bg_miryoku_smp.png);
  }
}
.un_komeko_miryoku__btn {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 170px);
}
@media screen and (max-width: 690px) {
  .un_komeko_miryoku__btn {
    bottom: 20px;
    width: calc(100% - 30px);
  }
}
.un_komeko_miryoku__btn .el_btn {
  border-radius: 100vh;
  background: #000;
  border: 1px solid #000;
  font-size: 20px;
  min-height: 60px;
  text-align: left;
}
@media screen and (max-width: 690px) {
  .un_komeko_miryoku__btn .el_btn {
    font-size: 16px;
    font-size: 3.9024390244vw;
    justify-content: unset;
    padding-left: 34px;
  }
}
@media screen and (min-width: 409px) {
  .un_komeko_miryoku__btn .el_btn br {
    display: none;
  }
}
.un_komeko_miryoku__btn .el_btn:hover {
  background: #fff;
  color: #000 !important;
}
.un_komeko_miryoku__btn .el_btn:hover::after {
  content: url(../img/products/lineup/komeko/komeko_arr_bl.svg);
}