@charset "UTF-8";
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}



body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

main {
  display: block;
  font-family: "Noto Sans JP", serif;
  color: #231815;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  main {
    padding-bottom: 8.78477306vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main {
    padding-bottom: 67.3792093704px;
  }
}
@media screen and (max-width: 767px) {
  main {
    padding-bottom: 14.6666666667vw;
  }
}
main strong {
  font-weight: 600;
}
main * {
  line-height: 1;
  box-sizing: border-box;
}
main picture,
main img {
  display: block;
  max-width: 100%;
}
main strong {
  font-weight: 600;
}
main #sect-01 .sect-01-wrapper {
  background-color: #ed6c01;
}

main #sect-03 .sect-03-wrapper .sect-03-btn{
  display: none;
}

@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper {
    padding-top: 2.196193265vw;
    padding-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-01 .sect-01-wrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper {
    padding-top: 16.8448023426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-01 .sect-01-wrapper {
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper {
    padding-bottom: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
main #sect-01 .sect-01-wrapper h1 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #sect-01 .sect-01-wrapper h1 {
    font-size: 2.0497803807vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-01 .sect-01-wrapper h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper h1 {
    font-size: 15.7218155198px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-01 .sect-01-wrapper h1 {
    font-size: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper {
    margin-top: 4.39238653vw;
    width: 73.2064421669vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper {
    margin-top: 33.6896046852px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper {
    width: 1000px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper {
    width: 561.4934114202px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper {
    margin-top: 6.6666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-product ul {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    width: 15.2269399707vw;
    margin-right: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    width: 208px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    width: 116.7906295754px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    margin-right: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li {
    width: 29.8666666667vw;
    margin-right: 2vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-product ul li:nth-of-type(3n) {
  margin-right: 0;
}
main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    margin-top: 1.2445095168vw;
    font-size: 1.317715959vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    margin-top: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    margin-top: 9.5453879941px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    font-size: 10.1068814056px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-product ul li h2 {
    margin-top: 3.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table {
    margin-top: 4.39238653vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table {
    margin-top: 33.6896046852px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table {
    margin-top: 6vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner {
    margin-bottom: 5.4904831625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner {
    margin-bottom: 42.1120058565px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner {
    margin-bottom: 12.6666666667vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #fff;
  background-color: #ffb36f;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl {
    font-size: 1.0248901903vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl {
    font-size: 7.8609077599px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl:last-child {
  border-bottom: none;
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl ruby {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl ruby {
    line-height: 1.5;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
  background-color: #ffb36f;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    width: 16.8374816984vw;
    padding-left: 1.8301610542vw;
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    width: 230px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    width: 129.1434846266px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-left: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-left: 14.0373352855px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-top: 11.2298682284px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    padding-bottom: 11.2298682284px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dt {
    width: 24vw;
    padding-left: 1.3333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    flex-wrap: wrap;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
  background-color: #fff7d8;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    width: 56.3689604685vw;
    padding-left: 2.196193265vw;
    padding-right: 2.196193265vw;
    padding-top: 1.4641288433vw;
    padding-bottom: 1.4641288433vw;
    font-size: 1.0248901903vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    width: 770px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    width: 432.3499267936px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-left: 16.8448023426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-right: 16.8448023426px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-top: 11.2298682284px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    padding-bottom: 11.2298682284px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    font-size: 7.8609077599px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd {
    width: 70.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.5;
    overflow: hidden;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-bottom: 0.9516837482vw;
    padding-bottom: 0.9516837482vw;
    width: 56.3689604685vw;
    margin-left: -2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-bottom: 7.2994143485px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    padding-bottom: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    padding-bottom: 7.2994143485px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    width: 770px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    width: 432.3499267936px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-left: -30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-left: -16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner dl dd > span.line-wrapper {
    margin-bottom: 2.6666666667vw;
    margin-left: -4.6666666667vw;
    margin-right: -4.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-01.ja dl dt {
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dt {
    width: 18.6666666667vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 1.3333333333vw;
    padding-right: 0;
    text-align: left;
    font-size: 3.4666666667vw;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd {
    width: 76vw;
    padding-top: 3.4666666667vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd ul {
    width: 76vw;
    padding-left: 1.3333333333vw;
    align-items: center;
    justify-content: center;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd ul li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-inner.table-02 dl dd ul li {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    padding-left: 1.3333333333vw;
    padding-right: 1.3333333333vw;
    word-wrap: break-word;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    font-size: 2.0497803807vw;
    margin-bottom: 2.196193265vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    font-size: 15.7218155198px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    margin-bottom: 16.8448023426px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2 {
    font-size: 6.1333333333vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2.mb {
    margin-bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2.mb {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2.mb {
    margin-bottom: 11.2298682284px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table > h2.mb {
    margin-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note.mb {
    margin-bottom: 5.4904831625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note.mb {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note.mb {
    margin-bottom: 42.1120058565px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note.mb {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    font-size: 1.1713030747vw;
    text-indent: -1.1713030747vw;
    padding-left: 1.1713030747vw;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    font-size: 8.9838945827px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    text-indent: -16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    text-indent: -8.9838945827px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    padding-left: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    padding-left: 8.9838945827px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li {
    font-size: 3.7333333333vw;
    text-indent: -4vw;
    padding-left: 4vw;
    margin-bottom: 2vw;
    line-height: 1.8;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li:before {
  content: "●";
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-note ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-top: 2.9282576867vw;
    margin-bottom: 5.4904831625vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-top: 22.4597364568px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-bottom: 42.1120058565px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy {
    margin-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:before, main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 200%;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.302);
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:before {
  transform: translate(-50%, -50%) rotate(20deg);
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:before {
    transform: translate(-50%, -50%) rotate(44deg);
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:after {
  transform: translate(-50%, -50%) rotate(-20deg);
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul:after {
    transform: translate(-50%, -50%) rotate(-44deg);
  }
}
main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  background-color: #eeeeee;
  width: 25%;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-top: 1.0980966325vw;
    padding-bottom: 1.0980966325vw;
    border-bottom-width: 0.1464128843vw;
    border-top-width: 0.1464128843vw;
    font-size: 1.0248901903vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-top: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-top: 8.4224011713px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-bottom: 8.4224011713px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    border-bottom-width: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    border-bottom-width: 1.1229868228px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    border-top-width: 1.1229868228px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    font-size: 7.8609077599px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li {
    padding-top: 2.5333333333vw;
    padding-bottom: 2.5333333333vw;
    padding-left: 2vw;
    padding-right: 2vw;
    border-bottom-width: 0.5333333333vw;
    border-top-width: 0.5333333333vw;
    font-size: 3.2vw;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li:nth-of-type(4n) {
    border-right: none;
  }
}
@media screen and (min-width: 768px) {
  main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li:nth-of-type(1), main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li:nth-of-type(2), main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li:nth-of-type(3), main #sect-02 .sect-02-wrapper .sect-02-table .sect-02-table-allergy ul li:nth-of-type(4) {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper {
    margin-top: 6.588579795vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-03 .sect-03-wrapper {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper {
    margin-top: 50.5344070278px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper {
    margin-top: 15.3333333333vw;
  }
}
main #sect-03 .sect-03-wrapper .sect-03-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/~/Media/com/heartfood/20250314/assets/img/btn.png);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    width: 27.8184480234vw;
    height: 5.270863836vw;
    font-size: 1.756954612vw;
    transition: opacity 0.2s ease-in-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    width: 380px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    width: 213.3674963397px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    height: 72px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    height: 40.4275256223px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    font-size: 13.4758418741px;
  }
}
@media screen and (max-width: 767px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a {
    background-image: url(/~/Media/com/heartfood/20250314/assets/img/btn.sp.png);
    width: 84vw;
    height: 16vw;
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  main #sect-03 .sect-03-wrapper .sect-03-btn a:hover {
    opacity: 0.7;
  }
}