@charset "UTF-8";
/* --------------------------------------------------------------------------
  MV
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .mv-sec {
    position: relative;
    background: transparent;
  }
  .mv-sec__in {
    height: calc(537 / 1440 * 100vw);
  }
  .mv-sec__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: calc(48 / 1440 * 100vw);
    padding-bottom: calc(48 / 1440 * 100vw);
    height: 100%;
  }
  .mv-sec__content {
    width: 100%;
  }
  .mv-bg {
  }
  .mv-bg::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url("../img/mv_bg.png") no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mv-read {
  }
  .mv-read__in {
  }
  .mv-read__body {
  }
  .mv-read-title {
    position: relative;
    left: 50%;
    width: calc(466 / 1440 * 100vw);
    margin-left: calc(-576 / 1440 * 100vw);
    padding-bottom: calc(35 / 1440 * 100vw);
  }
}
@media all and (max-width: 767px) {
  .mv-sec {
    position: relative;
    background: transparent;
  }
  .mv-sec__in {
    height: calc(900 / 750 * 100vw);
  }
  .mv-sec__body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: calc(64 / 750 * 100vw);
    padding-bottom: calc(64 / 750 * 100vw);
    height: 100%;
  }
  .mv-sec__content {
    width: 100%;
  }
  .mv-bg {
  }
  .mv-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/mv_bg_sp.png") no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .mv-read {
  }
  .mv-read__in {
  }
  .mv-read__body {
  }
  .mv-read-title {
    width: calc(466 / 750 * 100vw);
    margin: 0 auto;
  }
}

/* --------------------------------------------------------------------------
  INTRO
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .intro-sec {
    background: var(--bg-wall01);
  }
  .intro-sec__in {
  }
  .intro-sec__body {
  }
  .intro-card {
    position: relative;
  }
  .intro-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .intro-card > * {
    position: relative;
    z-index: 1;
  }
  .intro-card__in {
    position: relative;
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(67 / var(--font-size) * 1em);
    padding-right: calc(67 / var(--font-size) * 1em);
  }
  .intro-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-42 / 1024 * 100%);
    margin-left: calc(-4 / 1024 * 100%);
    margin-right: calc(-4 / 1024 * 100%);
    padding-top: calc(186 / 1024 * 100%);
    background: url("../img/intro_card_shadow.png") no-repeat center bottom / 100%;
  }
  .intro-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/intro_card_bg.jpg") repeat-y center bottom / 100%;
  }
  .intro-card__in > * {
    position: relative;
    z-index: 1;
  }
  .intro-card-heading {
  }
  .intro-card-heading__txt {
  }
  .intro-card-heading__txt img {
    width: calc(645 / var(--font-size) * 1em);
  }
  .intro-card-heading-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(418 / var(--font-size) * 1em);
    height: 1em;
    margin-bottom: -1em;
    margin-right: -1em;
    font-size: calc(16 / var(--font-size) * 1em);
    white-space: nowrap;
    transform-origin: right top;
    transform: rotate(90deg);
  }
  .intro-card-container .intro-card-heading-sub {
    margin-bottom: calc(-1em - 8 / var(--font-size) * 1em);
  }
  .intro-card-heading-sub::before {
    content: "";
    display: block;
    flex-grow: 1;
    margin-right: 1.5em;
    border-top: calc(1 / var(--font-size) * 1em) solid var(--black-color);
  }
  .intro-card-heading-sub__txt {
    flex-shrink: 0;
    font-family: var(--font-outfit);
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0;
  }
  .intro-card-body {
    margin-top: calc(32 / var(--font-size) * 1em);
  }
  .intro-card-container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .intro-card-content {
    flex-grow: 1;
  }
  .intro-card-img {
    position: relative;
    flex-shrink: 0;
    width: calc(309 / 890 * 100%);
    margin-bottom: calc(-8 / var(--font-size) * 1em);
    margin-left: calc(45 / 890 * 100%);
    margin-right: calc(45 / 890 * 100%);
    text-align: right;
  }
  .intro-card-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(77 / 309 * 100%);
    margin-bottom: calc(-13 / var(--font-size) * 1em);
    margin-left: calc(-109 / 309 * 100%);
    padding-top: calc(128 / 309 * 100%);
    background: url("../img/intro_card_img_deco.png") no-repeat center / contain;
  }
  .intro-card-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(309 / var(--font-size) * 1em);
    width: 100%;
  }
  .intro-card-img__label::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .intro-card-img__label img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .intro-card-txt {
    --txt-font-size: 16;
    --txt-line-height: calc(28.8 / 16 * 1);
    margin-top: calc(16 / 16 * 1em);
    letter-spacing: calc(100 / 1000 * 1em);
  }
  .intro-card-txt:first-child {
    margin-top: 0;
  }
  .intro-card-txt em {
    display: inline-block;
    background: url("../img/intro_card_txt_bg.png") repeat-x left calc(16 / 16 * 1em) / auto calc(9 / 16 * 1em);
  }
  .intro-feature {
    margin-top: calc(60 / var(--font-size) * 1em);
  }
  .intro-feature-sec {
  }
  .intro-feature-card {
  }
  .intro-feature-card__in {
    padding-top: calc(30 / var(--font-size) * 1em);
    padding-bottom: calc(40 / var(--font-size) * 1em);
    padding-left: calc(45 / var(--font-size) * 1em);
    padding-right: calc(45 / var(--font-size) * 1em);
    background: rgba(255,255,255,.8);
  }
  .intro-feature-card-heading {
    position: relative;
    text-align: center;
  }
  .intro-feature-card-heading__txt {
  }
  .intro-feature-card-heading__txt span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: calc(8 / var(--font-size) * 1em);
    padding-left: calc(8.5 / var(--font-size) * 1em);
    padding-right: calc(8.5 / var(--font-size) * 1em);
    background: url("../img/intro_feature_bg_ttl.png") repeat-x left bottom / auto calc(15 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading__txt img {
    width: calc(355 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading-sub {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: calc(-40 / var(--font-size) * 1em);
    margin-left: calc(200 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading-sub__txt {
  }
  .intro-feature-card-heading-sub__txt img {
    width: calc(118 / var(--font-size) * 1em);
  }
  .intro-feature-card-body {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .intro-feature-card-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .intro-feature-card-img {
    flex-shrink: 0;
    width: calc(300 / 800 * 100%);
  }
  .intro-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(300 / var(--font-size) * 1em);
    width: 100%;
  }
  .intro-feature-card-content {
    flex-grow: 1;
    margin-left: calc(40 / 800 * 100%);
  }
  .intro-feature-card-txt {
    --txt-font-size: 16;
    --txt-line-height: calc(28.8 / 16 * 1);
    margin-top: calc(16 / 16 * 1em);
    letter-spacing: 0;
  }
  .intro-feature-card-txt:first-child {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .intro-sec {
    background: var(--bg-wall01);
  }
  .intro-sec__in {
  }
  .intro-sec__body {
  }
  .intro-card {
    position: relative;
  }
  .intro-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .intro-card > * {
    position: relative;
    z-index: 1;
  }
  .intro-card__in {
    position: relative;
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
  }
  .intro-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-47 / 690 * 100%);
    margin-left: calc(-8.5 / 690 * 100%);
    margin-right: calc(-8.5 / 690 * 100%);
    padding-top: calc(186 / 690 * 100%);
    background: url("../img/intro_card_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .intro-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/intro_card_bg_sp.jpg") repeat-y center bottom / 100%;
  }
  .intro-card__in > * {
    position: relative;
    z-index: 1;
  }
  .intro-card-heading {
  }
  .intro-card-heading__txt {
    text-align: center;
  }
  .intro-card-heading__txt img {
    width: calc(453 / var(--font-size) * 1em);
  }
  .intro-card-heading-sub {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: calc(476 / var(--font-size) * 1em);
    height: 1em;
    margin-bottom: -1em;
    margin-right: -.5em;
    font-size: calc(20 / var(--font-size) * 1em);
    white-space: nowrap;
    transform-origin: right top;
    transform: rotate(90deg);
  }
  .intro-card-heading-sub::before {
    content: "";
    display: block;
    flex-grow: 1;
    margin-right: 1.5em;
    border-top: calc(1 / var(--font-size) * 1em) solid var(--black-color);
  }
  .intro-card-heading-sub__txt {
    flex-shrink: 0;
    font-family: var(--font-outfit);
    font-optical-sizing: auto;
    font-weight: 500;
    letter-spacing: 0;
  }
  .intro-card-body {
    margin-top: calc(48 / var(--font-size) * 1em);
  }
  .intro-card-container {
    position: relative;
  }
  .intro-card-content {
  }
  .intro-card-img {
    position: relative;
    margin-top: calc(48 / var(--font-size) * 1em);
    text-align: center;
  }
  .intro-card-img::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(123 / 690 * 100%);
    margin-top: calc(-278 / var(--font-size) * 1em);
    margin-right: calc(47 / 690 * 100%);
    padding-top: calc(208 / 690 * 100%);
    background: url("../img/intro_card_img_deco.png") no-repeat center / contain;
  }
  .intro-card-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(402 / var(--font-size) * 1em);
  }
  .intro-card-txt {
    --txt-font-size: 28;
    --txt-line-height: calc(44.8 / 28 * 1);
    margin-top: calc(28 / 28 * 1em);
    letter-spacing: calc(100 / 1000 * 1em);
  }
  .intro-card-txt:first-child {
    margin-top: 0;
  }
  .intro-card-txt em {
    display: inline-block;
    background: url("../img/intro_card_txt_bg.png") repeat-x left calc(16 / 16 * 1em) / auto calc(9 / 16 * 1em);
  }
  .intro-feature {
    margin-top: calc(96 / var(--font-size) * 1em);
  }
  .intro-feature-sec {
  }
  .intro-feature-card {
  }
  .intro-feature-card__in {
    padding-top: calc(48 / var(--font-size) * 1em);
    padding-bottom: calc(64 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
    background: rgba(255,255,255,.8);
  }
  .intro-feature-card-heading {
    position: relative;
  }
  .intro-feature-card-heading__txt {
  }
  .intro-feature-card-heading__txt span {
    display: inline-block;
    vertical-align: top;
    padding-bottom: calc(8 / var(--font-size) * 1em);
    padding-left: calc(8.5 / var(--font-size) * 1em);
    padding-right: calc(8.5 / var(--font-size) * 1em);
    background: url("../img/intro_feature_bg_ttl.png") repeat-x left bottom / auto calc(15 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading__txt img {
    width: calc(418 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading-sub {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(-70 / var(--font-size) * 1em);
    margin-right: calc(-38 / var(--font-size) * 1em);
  }
  .intro-feature-card-heading-sub__txt {
  }
  .intro-feature-card-heading-sub__txt img {
    width: calc(153 / var(--font-size) * 1em);
  }
  .intro-feature-card-body {
    margin-top: calc(51 / var(--font-size) * 1em);
  }
  .intro-feature-card-container {
  }
  .intro-feature-card-img {
    text-align: center;
  }
  .intro-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(570 / var(--font-size) * 1em);
    width: 100%;
  }
  .intro-feature-card-content {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
  .intro-feature-card-txt {
    --txt-font-size: 28;
    --txt-line-height: calc(50.4 / 28 * 1);
    margin-top: calc(28 / 28 * 1em);
    letter-spacing: 0;
  }
  .intro-feature-card-txt:first-child {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------------
  ABOUT
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .about-sec {
    position: relative;
  }
  .about-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(49 / 1024 * 100%);
    margin-top: calc(-25 / 1024 * 100%);
    margin-right: calc(-12 / 1024 * 100%);
    padding-top: calc(99 / 1024 * 100%);
    background: url("../img/about_card_pin.png") no-repeat center / contain;
    mix-blend-mode: multiply;
  }
  .about-sec .c-header-title {
    --header-w: 290;
    --header-sub-w: 162;
    padding-top: calc(14 / var(--font-size) * 1rem + 44 / var(--font-size) * 1em);
  }
  .about-sec .c-header-title::before {
    width: calc(52 / var(--font-size) * 1em);
    padding-top: calc(44 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl01.png") no-repeat center / contain;
  }
  .about-sec__in {
  }
  .about-sec__body {
  }
  .about-card__out {
    position: relative;
  }
  .about-card__out::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: calc(-32 / 1024 * 100%);
    margin-left: calc(-36 / 1024 * 100%);
    margin-right: calc(-37 / 1024 * 100%);
    background: url("../img/about_card_layer.png") no-repeat center top / 100%;
  }
  .about-card {
    position: relative;
  }
  .about-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-card > * {
    position: relative;
    z-index: 1;
  }
  .about-card__in {
    position: relative;
    padding-top: calc(60 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(67 / var(--font-size) * 1em);
    padding-right: calc(67 / var(--font-size) * 1em);
  }
  .about-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-41 / 1024 * 100%);
    margin-left: calc(-8 / 1024 * 100%);
    margin-right: calc(-8 / 1024 * 100%);
    padding-top: calc(187 / 1024 * 100%);
    background: url("../img/about_card_shadow.png") no-repeat center bottom / 100%;
  }
  .about-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/about_card_bg.jpg") repeat-y center bottom / 100%;
  }
  .about-card__in > * {
    position: relative;
    z-index: 1;
  }
  .about-lead {
  }
  .about-lead-txt {
  }
  .about-img {
    margin-top: calc(40 / var(--font-size) * 1em);
    text-align: center;
  }
  .about-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(890 / var(--font-size) * 1em);
    width: 100%;
  }
  .about-img__label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-img__label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-25 / 890 * 100%);
    margin-left: calc(7.5 / 890 * 100%);
    margin-right: calc(7.5 / 890 * 100%);
    padding-top: calc(78 / 890 * 100%);
    background: url("../img/about_img_shadow.png") no-repeat center bottom / 100%;
  }
  .about-img__label > * {
    position: relative;
    z-index: 1;
  }
  .about-feature {
    margin-top: calc(56 / var(--font-size) * 1em);
  }
  .about-feature-sec {
  }
  .about-feature-heading {
    text-align: center;
  }
  .about-feature-heading__txt {
  }
  .about-feature-heading__txt img {
    width: calc(285 / var(--font-size) * 1em);
  }
  .about-feature-body {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
  .about-feature-table {
  }
  .about-feature-table-img {
    text-align: center;
  }
  .about-feature-table-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(889 / var(--font-size) * 1em);
    width: 100%;
  }
  .about-feature-table-note {
    margin-top: calc(18 / var(--font-size) * 1em);
  }
}
@media all and (max-width: 767px) {
  .about-sec {
    position: relative;
  }
  .about-sec::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(49 / 690 * 100%);
    margin-top: calc(-31 / 690 * 100%);
    margin-right: calc(6 / 690 * 100%);
    padding-top: calc(99 / 690 * 100%);
    background: url("../img/about_card_pin.png") no-repeat center / contain;
    mix-blend-mode: multiply;
  }
  .about-sec .c-header-title {
    --header-w: 319;
    --header-sub-w: 211;
    padding-top: calc(14 / var(--font-size) * 1rem + 44 / var(--font-size) * 1em);
  }
  .about-sec .c-header-title::before {
    width: calc(52 / var(--font-size) * 1em);
    padding-top: calc(44 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl01.png") no-repeat center / contain;
  }
  .about-sec__in {
  }
  .about-sec__body {
  }
  .about-card__out {
    position: relative;
  }
  .about-card__out::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: calc(15 / 690 * 100%);
    margin-left: calc(-30 / 690 * 100%);
    margin-right: calc(-30 / 690 * 100%);
    background: url("../img/about_card_layer_sp.png") no-repeat center top / 100%;
  }
  .about-card {
    position: relative;
  }
  .about-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-card > * {
    position: relative;
    z-index: 1;
  }
  .about-card__in {
    position: relative;
    padding-top: calc(64 / var(--font-size) * 1em);
    padding-bottom: calc(72 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
  }
  .about-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-41 / 690 * 100%);
    margin-left: calc(-3 / 690 * 100%);
    margin-right: calc(-3 / 690 * 100%);
    padding-top: calc(187 / 690 * 100%);
    background: url("../img/about_card_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .about-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/about_card_bg_sp.jpg") repeat-y center bottom / 100%;
  }
  .about-card__in > * {
    position: relative;
    z-index: 1;
  }
  .about-lead {
  }
  .about-lead-txt {
  }
  .about-img {
    margin-top: calc(32 / var(--font-size) * 1em);
    text-align: center;
  }
  .about-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(630 / var(--font-size) * 1em);
    width: 100%;
  }
  .about-img__label::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .about-img__label::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-22 / 630 * 100%);
    margin-left: calc(1.5 / 630 * 100%);
    margin-right: calc(1.5 / 630 * 100%);
    padding-top: calc(78 / 630 * 100%);
    background: url("../img/about_img_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .about-img__label > * {
    position: relative;
    z-index: 1;
  }
  .about-feature {
    margin-top: calc(75 / var(--font-size) * 1em);
  }
  .about-feature-sec {
  }
  .about-feature-heading {
    text-align: center;
  }
  .about-feature-heading__txt {
  }
  .about-feature-heading__txt img {
    width: calc(404 / var(--font-size) * 1em);
  }
  .about-feature-body {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .about-feature-table {
  }
  .about-feature-table-img {
    text-align: center;
  }
  .about-feature-table-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(630 / var(--font-size) * 1em);
    width: 100%;
  }
  .about-feature-table-note {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
}

/* --------------------------------------------------------------------------
  NUTRITION
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .nutrition-sec {
    position: relative;
    margin-top: calc(100 / var(--font-size) * 1em);
  }
  .nutrition-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(47 / 1024 * 100%);
    margin-top: calc(-17 / 1024 * 100%);
    margin-left: calc(19 / 1024 * 100%);
    padding-top: calc(99 / 1024 * 100%);
    background: url("../img/nutrition_card_pin.png") no-repeat center / contain;
    mix-blend-mode: multiply;
  }
  .nutrition-sec .c-header-title {
    --header-w: 646;
    --header-sub-w: 138;
    padding-top: calc(14 / var(--font-size) * 1rem + 42 / var(--font-size) * 1em);
  }
  .nutrition-sec .c-header-title::before {
    width: calc(65 / var(--font-size) * 1em);
    padding-top: calc(42 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl02.png") no-repeat center / contain;
  }
  .nutrition-sec__in {
  }
  .nutrition-sec__body {
  }
  .nutrition-card__out {
    position: relative;
  }
  .nutrition-card__out::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: calc(-39 / 1024 * 100%);
    margin-left: calc(-44 / 1024 * 100%);
    margin-right: calc(-22 / 1024 * 100%);
    background: url("../img/nutrition_card_layer.png") no-repeat center top / 100%;
  }
  .nutrition-card {
    position: relative;
  }
  .nutrition-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .nutrition-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .nutrition-card > * {
    position: relative;
    z-index: 1;
  }
  .nutrition-card__in {
    position: relative;
    padding-top: calc(60 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(67 / var(--font-size) * 1em);
    padding-right: calc(67 / var(--font-size) * 1em);
  }
  .nutrition-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-41 / 1024 * 100%);
    margin-left: calc(-8 / 1024 * 100%);
    margin-right: calc(-8 / 1024 * 100%);
    padding-top: calc(187 / 1024 * 100%);
    background: url("../img/nutrition_card_shadow.png") no-repeat center bottom / 100%;
  }
  .nutrition-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/nutrition_card_bg.jpg") repeat-y center bottom / 100%;
  }
  .nutrition-card__in > * {
    position: relative;
    z-index: 1;
  }
  .nutrition-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nutrition-content {
    flex-grow: 1;
  }
  .nutrition-img {
    flex-shrink: 0;
    width: calc(431 / 890 * 100%);
    margin-left: calc(36 / 890 * 100%);
    text-align: right;
  }
  .nutrition-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(431 / var(--font-size) * 1em);
    width: 100%;
  }
  .nutrition-txt {
    --txt-font-size: 16;
    --txt-line-height: calc(28.8 / 16 * 1);
    margin-top: calc(16 / 16 * 1em);
    letter-spacing: calc(100 / 1000 * 1em);
  }
  .nutrition-txt:first-child {
    margin-top: 0;
  }
  .nutrition-feature {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .nutrition-feature-sec {
  }
  .nutrition-feature-card {
  }
  .nutrition-feature-card__in {
    padding-top: calc(40 / var(--font-size) * 1em);
    padding-bottom: calc(36 / var(--font-size) * 1em);
    padding-left: calc(36 / var(--font-size) * 1em);
    padding-right: calc(36 / var(--font-size) * 1em);
    background: var(--white-color);
  }
  .nutrition-feature-card-heading {
    text-align: center;
  }
  .nutrition-feature-card-heading__txt {
  }
  .nutrition-feature-card-heading__txt img {
    width: calc(184 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-body {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
  .nutrition-feature-card-list__item {
    margin-left: calc(10 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-list__item:first-child {
    margin-left: 0;
  }
  .nutrition-feature-card-container {
    width: calc(140 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-img {
    text-align: center;
  }
  .nutrition-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(100 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-content {
    margin-top: calc(10 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-txt {
    --txt-font-size: 14;
    --txt-line-height: calc(19.6 / 14 * 1);
    letter-spacing: 0;
  }
  .nutrition-feature-note {
    margin-top: calc(12 / var(--font-size) * 1em);
  }
}
@media all and (max-width: 767px) {
  .nutrition-sec {
    position: relative;
    margin-top: calc(80 / var(--font-size) * 1em);
  }
  .nutrition-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(47 / 690 * 100%);
    margin-top: calc(-19 / 690 * 100%);
    margin-left: calc(43 / 690 * 100%);
    padding-top: calc(99 / 690 * 100%);
    background: url("../img/nutrition_card_pin.png") no-repeat center / contain;
    mix-blend-mode: multiply;
  }
  .nutrition-sec .c-header-title {
    --header-w: 488;
    --header-sub-w: 180;
    padding-top: calc(14 / var(--font-size) * 1rem + 42 / var(--font-size) * 1em);
  }
  .nutrition-sec .c-header-title::before {
    width: calc(65 / var(--font-size) * 1em);
    padding-top: calc(42 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl02.png") no-repeat center / contain;
  }
  .nutrition-sec .c-header-title__txt::before,
  .nutrition-sec .c-header-title__txt::after {
    position: absolute;
    top: 0;
    width: calc(101 / var(--font-size) * 1em);
    margin-top: calc(14 / var(--font-size) * 1rem + 42 / var(--font-size) * 1rem + 57 / var(--font-size) * .5rem);
    transform: translate3d(0,-100%,0);
  }
  .nutrition-sec .c-header-title__txt::before {
    left: 0;
  }
  .nutrition-sec .c-header-title__txt::after {
    right: 0;
  }
  .nutrition-sec .c-header-title__txt img {
    margin-left: 0;
    margin-right: 0;
  }
  .nutrition-sec__in {
  }
  .nutrition-sec__body {
  }
  .nutrition-card__out {
    position: relative;
  }
  .nutrition-card__out::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: calc(-29 / 690 * 100%);
    margin-left: calc(-30 / 690 * 100%);
    margin-right: calc(-30 / 690 * 100%);
    background: url("../img/nutrition_card_layer_sp.png") no-repeat center top / 100%;
  }
  .nutrition-card {
    position: relative;
  }
  .nutrition-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .nutrition-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .nutrition-card > * {
    position: relative;
    z-index: 1;
  }
  .nutrition-card__in {
    position: relative;
    padding-top: calc(64 / var(--font-size) * 1em);
    padding-bottom: calc(72 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
  }
  .nutrition-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-41 / 690 * 100%);
    margin-left: calc(-3 / 690 * 100%);
    margin-right: calc(-3 / 690 * 100%);
    padding-top: calc(187 / 690 * 100%);
    background: url("../img/nutrition_card_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .nutrition-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/nutrition_card_bg_sp.jpg") repeat-y center bottom / 100%;
  }
  .nutrition-card__in > * {
    position: relative;
    z-index: 1;
  }
  .nutrition-container {

  }
  .nutrition-content {

  }
  .nutrition-img {
    margin-top: calc(30 / var(--font-size) * 1em);
    text-align: center;
  }
  .nutrition-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(630 / var(--font-size) * 1em);
    width: 100%;
  }
  .nutrition-txt {
    --txt-font-size: 28;
    --txt-line-height: calc(50.4 / 28 * 1);
    margin-top: calc(28 / 28 * 1em);
    letter-spacing: 0;
  }
  .nutrition-txt:first-child {
    margin-top: 0;
  }
  .nutrition-feature {
    margin-top: calc(64 / var(--font-size) * 1em);
  }
  .nutrition-feature-sec {
  }
  .nutrition-feature-card {
  }
  .nutrition-feature-card__in {
    padding-top: calc(54 / var(--font-size) * 1em);
    padding-bottom: calc(45 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
    background: var(--white-color);
  }
  .nutrition-feature-card-heading {
    text-align: center;
  }
  .nutrition-feature-card-heading__txt {
  }
  .nutrition-feature-card-heading__txt img {
    width: calc(260 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-body {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  .nutrition-feature-card-list__item {
    margin-left: calc(10 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-list__item:nth-child(n+4) {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-list__item:first-child {
    margin-left: 0;
  }
  .nutrition-feature-card-container {
    width: calc(172 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-img {
    text-align: center;
  }
  .nutrition-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(112 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-content {
    margin-top: calc(5 / var(--font-size) * 1em);
  }
  .nutrition-feature-card-txt {
    --txt-font-size: 22;
    --txt-line-height: calc(30.8 / 22 * 1);
    letter-spacing: 0;
  }
  .nutrition-feature-note {
    margin-top: calc(24 / var(--font-size) * 1em);
  }
}

/* --------------------------------------------------------------------------
  LINEUP
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .lineup-sec {
    background: var(--bg-lineup);
  }
  .lineup-sec .c-header-title {
    --header-w: 311;
    --header-sub-w: 153;
    margin-bottom: calc(56 / var(--font-size) * 1em);
    padding-top: calc(14 / var(--font-size) * 1rem + 41 / var(--font-size) * 1em);
  }
  .lineup-sec .c-header-title::before {
    width: calc(75 / var(--font-size) * 1em);
    padding-top: calc(41 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl03.png") no-repeat center / contain;
  }
  .lineup-sec__in {
  }
  .lineup-sec__body {
  }
  .lineup-card {
    position: relative;
  }
  .lineup-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .lineup-card > * {
    position: relative;
    z-index: 1;
  }
  .lineup-card__in {
    position: relative;
    padding-top: calc(55 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(67 / var(--font-size) * 1em);
    padding-right: calc(67 / var(--font-size) * 1em);
  }
  .lineup-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-42 / 1024 * 100%);
    margin-left: calc(-4 / 1024 * 100%);
    margin-right: calc(-4 / 1024 * 100%);
    padding-top: calc(190 / 1024 * 100%);
    background: url("../img/lineup_card_shadow.png") no-repeat center bottom / 100%;
  }
  .lineup-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/lineup_card_bg.jpg") repeat-y center bottom / 100%;
  }
  .lineup-card__in > * {
    position: relative;
    z-index: 1;
  }
  .lineup-feature {
  }
  .lineup-feature-sec {
  }
  .lineup-feature-card {
  }
  .lineup-feature-card__in {
    position: relative;
    padding-top: calc(60 / var(--font-size) * 1em);
    padding-bottom: calc(36 / var(--font-size) * 1em);
    padding-left: calc(45 / var(--font-size) * 1em);
    padding-right: calc(45 / var(--font-size) * 1em);
    background: rgba(255,255,255,.8);
  }
  .lineup-feature-card-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .lineup-feature-card-img {
    flex-shrink: 0;
    margin-left: calc(27 / 800 * 100%);
    width: calc(240 / 800 * 100%);
  }
  .lineup-feature-card-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: calc(240 / var(--font-size) * 1em);
    width: 100%;
  }
  .lineup-feature-card-img__label::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .lineup-feature-card-img__label img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .lineup-feature-card-content {
    flex-grow: 1;
    margin-left: calc(55 / 800 * 100%);
  }
  .lineup-feature-card-heading {
    position: relative;
  }
  .lineup-feature-card-heading__txt {
  }
  .lineup-feature-card-heading__txt img {
    width: calc(261 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: calc(-90 / var(--font-size) * 1em);
  }
  .lineup-feature-card__in .lineup-feature-card-heading-sub {
    margin-right: calc(-25 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub__txt {
    flex-shrink: 0;
    margin-left: calc(10 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub__txt img {
    width: calc(100 / var(--font-size) * 1em);
  }
  .lineup-feature-card-body {
    margin-top: calc(27 / var(--font-size) * 1em);
  }
  .lineup-feature-card-txt {
    --txt-font-size: 16;
    --txt-line-height: calc(28.8 / 16 * 1);
    margin-top: calc(16 / 16 * 1em);
  }
  .lineup-feature-card-txt:first-child {
    margin-top: 0;
  }
  .lineup-feature-card .l-btn-list {
    margin-top: calc(27 / var(--font-size) * 1em);
  }
  .lineup-feature-card .c-btn__body {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .lineup-sec {
    background: var(--bg-lineup);
  }
  .lineup-sec .c-header-title {
    --header-w: 339;
    --header-sub-w: 198;
    margin-bottom: calc(56 / var(--font-size) * 1em);
    padding-top: calc(14 / var(--font-size) * 1rem + 41 / var(--font-size) * 1em);
  }
  .lineup-sec .c-header-title::before {
    width: calc(75 / var(--font-size) * 1em);
    padding-top: calc(41 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl03.png") no-repeat center / contain;
  }
  .lineup-sec__in {
  }
  .lineup-sec__body {
  }
  .lineup-card {
    position: relative;
  }
  .lineup-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .lineup-card > * {
    position: relative;
    z-index: 1;
  }
  .lineup-card__in {
    position: relative;
    padding-top: calc(64 / var(--font-size) * 1em);
    padding-bottom: calc(80 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
  }
  .lineup-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-46 / 690 * 100%);
    margin-left: calc(-.5 / 690 * 100%);
    margin-right: calc(-.5 / 690 * 100%);
    padding-top: calc(190 / 690 * 100%);
    background: url("../img/lineup_card_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .lineup-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/lineup_card_bg_sp.jpg") repeat-y center bottom / 100%;
  }
  .lineup-card__in > * {
    position: relative;
    z-index: 1;
  }
  .lineup-feature {
  }
  .lineup-feature-sec {
  }
  .lineup-feature-card {
  }
  .lineup-feature-card__in {
    position: relative;
    padding-top: calc(56 / var(--font-size) * 1em);
    padding-bottom: calc(56 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
    background: rgba(255,255,255,.8);
  }
  .lineup-feature-card-container {
    position: relative;
  }
  .lineup-feature-card-img {
    text-align: center;
  }
  .lineup-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: calc(312 / var(--font-size) * 1em);
    width: 100%;
  }
  .lineup-feature-card-content {
    margin-top: calc(56 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading {
  }
  .lineup-feature-card-heading__txt {
    text-align: center;
  }
  .lineup-feature-card-heading__txt img {
    width: calc(331 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub {
    position: absolute;
    top: 0;
    right: 0;
  }
  .lineup-feature-card__in .lineup-feature-card-heading-sub {
    margin-top: calc(-96 / var(--font-size) * 1em);
    margin-right: calc(-21 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub__txt {
    margin-bottom: calc(18 / var(--font-size) * 1em);
  }
  .lineup-feature-card-heading-sub__txt img {
    width: calc(130 / var(--font-size) * 1em);
  }
  .lineup-feature-card-body {
    margin-top: calc(21 / var(--font-size) * 1em);
  }
  .lineup-feature-card-txt {
    --txt-font-size: 24;
    --txt-line-height: calc(43.2 / 24 * 1);
    margin-top: calc(24 / 24 * 1em);
  }
  .lineup-feature-card-txt:first-child {
    margin-top: 0;
  }
  .lineup-feature-card .l-btn-list {
    flex-direction: column;
    align-items: center;
    margin-top: calc(21 / var(--font-size) * 1em);
  }
  .lineup-feature-card .l-btn-list-item {
    width: calc(350 / var(--font-size) * 1em);
  }
  .lineup-feature-card .c-btn__body {
    flex-direction: column;
  }
}

/* --------------------------------------------------------------------------
  VOICE
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .voice-sec {
    background: var(--bg-wall01);
  }
  .voice-sec .c-header-title {
    --header-w: 247;
    --header-sub-w: 100;
    padding-top: calc(14 / var(--font-size) * 1rem + 44 / var(--font-size) * 1em);
  }
  .voice-sec .c-header-title::before {
    width: calc(52 / var(--font-size) * 1em);
    padding-top: calc(44 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl01.png") no-repeat center / contain;
  }
  .voice-sec__in {
  }
  .voice-sec__body {
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(60 / var(--font-size) * 1em);
  }
  .voice-feature {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .voice-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .voice-feature-list__item {
    width: calc(325 / 1024 * 100%);
    margin-left: calc(24 / 1024 * 100%);
  }
  .voice-feature-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .voice-feature-list__item:nth-child(n+4) {
    margin-top: calc(24 / 1024 * 100%);
  }
  .voice-feature-card {
    position: relative;
    height: 100%;
  }
  .voice-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .voice-feature-card > * {
    position: relative;
    z-index: 1;
  }
  .voice-feature-card__in {
    position: relative;
    padding-top: calc(40 / var(--font-size) * 1em);
    padding-bottom: calc(36 / var(--font-size) * 1em);
    padding-left: calc(25 / var(--font-size) * 1em);
    padding-right: calc(25 / var(--font-size) * 1em);
  }
  .voice-feature-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-19 / 325 * 100%);
    margin-left: calc(2.5 / 325 * 100%);
    margin-right: calc(2.5 / 325 * 100%);
    padding-top: calc(66 / 325 * 100%);
    background: url("../img/voice_feature_card_shadow.png") no-repeat center bottom / 100%;
  }
  .voice-feature-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .voice-feature-list__item:nth-child(1) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg01.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-list__item:nth-child(2) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg02.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-list__item:nth-child(3) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg03.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-card__in > * {
    position: relative;
    z-index: 1;
  }
  .voice-feature-card-container {
  }
  .voice-feature-card-img {
    text-align: center;
  }
  .voice-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(110 / var(--font-size) * 1em);
  }
  .voice-feature-card-content {
    margin-top: calc(20 / var(--font-size) * 1em);
  }
  .voice-feature-card-txt {
    --txt-font-size: 16;
    --txt-line-height: calc(28.8 / 16 * 1);
    margin-top: calc(16 / 16 * 1em);
  }
  .voice-feature-card-txt:first-child {
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  .voice-sec {
    background: var(--bg-wall01);
  }
  .voice-sec .c-header-title {
    --header-w: 278;
    --header-sub-w: 130;
    padding-top: calc(14 / var(--font-size) * 1rem + 44 / var(--font-size) * 1em);
  }
  .voice-sec .c-header-title::before {
    width: calc(52 / var(--font-size) * 1em);
    padding-top: calc(44 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl01.png") no-repeat center / contain;
  }
  .voice-sec__in {
  }
  .voice-sec__body {
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(60 / var(--font-size) * 1em);
  }
  .voice-feature {
    margin-top: calc(40 / var(--font-size) * 1em);
  }
  .voice-feature-list {

  }
  .voice-feature-list__item {
    margin-top: calc(32 / var(--font-size) * 1em);
  }
  .voice-feature-list__item:first-child {
    margin-top: 0;
  }
  .voice-feature-card {
    position: relative;
  }
  .voice-feature-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(10 / var(--font-size) * 1em);
    height: 100%;
    box-shadow: calc(5 / var(--font-size) * 1em) calc(5 / var(--font-size) * 1em) calc(20 / var(--font-size) * 1em) rgba(108,108,108,.5);
  }
  .voice-feature-card > * {
    position: relative;
    z-index: 1;
  }
  .voice-feature-card__in {
    position: relative;
    padding-top: calc(40 / var(--font-size) * 1em);
    padding-bottom: calc(40 / var(--font-size) * 1em);
    padding-left: calc(30 / var(--font-size) * 1em);
    padding-right: calc(30 / var(--font-size) * 1em);
  }
  .voice-feature-card__in::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: calc(-24 / 725 * 100%);
    margin-left: calc(11 / 725 * 100%);
    margin-right: calc(11 / 725 * 100%);
    padding-top: calc(92 / 725 * 100%);
    background: url("../img/voice_feature_card_shadow_sp.png") no-repeat center bottom / 100%;
  }
  .voice-feature-card__in::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .voice-feature-list__item:nth-child(1) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg01_sp.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-list__item:nth-child(2) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg02_sp.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-list__item:nth-child(3) .voice-feature-card__in::after {
    background: url("../img/voice_feature_card_bg03_sp.jpg") repeat-y center bottom / 100%;
  }
  .voice-feature-card__in > * {
    position: relative;
    z-index: 1;
  }
  .voice-feature-card-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
  }
  .voice-feature-list__item:nth-child(2n) .voice-feature-card-container {
    flex-direction: row;
  }
  .voice-feature-card-img {
    flex-shrink: 0;
    text-align: right;
  }
  .voice-feature-card-img__label {
    display: inline-block;
    vertical-align: top;
    width: calc(141 / var(--font-size) * 1em);
  }
  .voice-feature-card-content {
    flex-grow: 1;
    margin-right: calc(30 / var(--font-size) * 1em);
  }
  .voice-feature-list__item:nth-child(2n) .voice-feature-card-content {
    margin-left: calc(30 / var(--font-size) * 1em);
    margin-right: 0;
  }
  .voice-feature-card-txt {
    --txt-font-size: 28;
    --txt-line-height: calc(44.8 / 28 * 1);
    margin-top: calc(28 / 28 * 1em);
    letter-spacing: 0;
  }
  .voice-feature-card-txt:first-child {
    margin-top: 0;
  }
}

/* --------------------------------------------------------------------------
  RECIPES
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .recipes-sec {
    background: var(--bg-wall02);
    position: relative;
  }
  .recipes-sec .c-header-title {
    --header-w: 277;
    --header-sub-w: 134;
    padding-top: calc(14 / var(--font-size) * 1rem + 42 / var(--font-size) * 1em);
  }
  .recipes-sec .c-header-title::before {
    width: calc(65 / var(--font-size) * 1em);
    padding-top: calc(42 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl02.png") no-repeat center / contain;
  }
  .recipes-sec__in {
  }
  .recipes-sec__body {
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(210 / var(--font-size) * 1em);
  }
  .recipe-lead {
  }
  .recipe-lead-txt {
  }
  .recipe-list__outer {
    position: relative;
    margin-top: calc(51 / var(--font-size) * 1em);
  }
  .recipe-list__container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw + (110 / 1440 * 100vw));
    margin-left: calc(-55 / 1440 * 100vw);
  }
  .recipe-list {
    align-items: flex-end;
  }
  .recipe-list-item {
  }
  .swiper-slide-active {
  }
  .recipe-list-item {
    padding-bottom: calc(82 / 1440 * 100vw);
    transition: all .5s ease;
    min-height: calc(360 / 1440 * 100vw);
    display: flex;
    align-items: end;
  }
  .recipe-list-item.swiper-slide-active.swiper-slide {
    width: calc(450 / 1440 * 100vw) !important;
  }
  .recipe-card {
    width: 100%;
  }
  .recipe-card__in {
  }
  a.recipe-card__in:hover {
    opacity: 1;
  }
  a.recipe-card__in img {
    transition: all .3s ease;
  }
  .recipe-card__body {
    position: relative;
  }
  .recipe-card-img__container {
  }
  .recipe-card-img {
    position: relative;
  }
  .recipe-list-item--new .recipe-card-img::before {
    content: "";
    display: block;
    background: var(--main-color-500);
    width: calc(76 / 1440 * 100vw);
    padding-top: calc(38 / 1440 * 100vw);
    clip-path: polygon(0 0, 100% 0, 100% calc(24 / 38 * 100%), calc(62 / 76 * 100%) 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .recipe-card-img::before,
  .recipe-card-img::after {
    z-index: 1;
  }
  .recipe-list-item--new .recipe-card-img::after {
    content: "";
    background: url("../img/recipe_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(47 / 1440 * 100vw);
    padding-top: calc(18 / 1440 * 100vw);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(9 / 1440 * 100vw);
    margin-left: calc(11 / 1440 * 100vw);
  }
  .recipe-card .recipe-card-img-ico {
    background: var(--white-color);
    width: calc(37 / 1440 * 100vw);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(10 / 1440 * 100vw);
    margin-right: calc(8 / 1440 * 100vw);
    transition: all .3s ease;
  }
  .recipe-card .recipe-card-img-ico:hover {
    opacity: 0.7;
  }
  .recipe-card-img-ico::before {
    content: "";
    display: block;
    width: calc(17 / 1440 * 100vw);
    padding-top: calc(17 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(2 / 1440 * 100vw);
    margin-left: calc(0.5 / 1440 * 100vw);
    transform: translate(-50% , -50%);
  }
  .i-fav[data-fav="off"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite_current.png") no-repeat center / contain;
  }
  .recipe-card-read {
    min-height: calc(40 / 1440 * 100vw);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .recipe-card-read-txt {
    margin-top: calc(18 / 1440 * 100vw);
  }
  .recipe-card-read-txt__label {
    color: var(--black-color);
    font-size: calc(18 / 1440 * 100vw);
    font-family: var(--font-zen-kaku);
    font-weight: 500;
    line-height: calc(28.8 / 18 * 1);
    letter-spacing: calc(50 / 1000 * 1em);
  }
  .swiper-slide-active .recipe-card-read-txt__label {
    font-size: calc(18 / 1440 * 100vw);
  }
  .recipe-swiper-btn__container {
    width: calc(112 / 1440 * 100vw);
    display: flex;
    align-items: center;
    gap: calc(12 / 1440 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
  }
  .recipe-swiper-btn-next,
  .recipe-swiper-btn-prev {
    background: var(--main-color-500);
    width: calc(50 / 1440 * 100vw);
    height: 100%;
    border-radius: 50%;
    border: solid var(--main-color-500) 1px;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-top: 0;
    left: auto;
    right: auto;
    transition: all .3s ease;
  }
  .recipe-swiper-btn-next:hover,
  .recipe-swiper-btn-prev:hover {
    background: var(--white-color);
  }
  .recipe-swiper-btn-next::after,
  .recipe-swiper-btn-prev::after {
    content: "";
    display: block;
    -webkit-mask-image: url("../img/ico_arrow.svg");
    mask-image: url("../img/ico_arrow.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--white-color);
    width: calc(8 / 1440 * 100vw);
    padding-top: calc(14 / 1440 * 100vw);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    transition: all .3s ease;
  }
  .recipe-swiper-btn-prev::after {
    transform: translate(-50% , -50%) rotate(-180deg);
  }
  .recipe-swiper-btn-next:hover::after,
  .recipe-swiper-btn-prev:hover::after {
    background: var(--main-color-500);
  }
  .recipe-swiper-btn-next {
  }
  .recipe-swiper-btn-prev {
  }
}
@media all and (max-width: 767px) {
  .recipes-sec {
    background: var(--bg-wall02);
    position: relative;
  }
  .recipes-sec .c-header-title {
    --header-w: 304;
    --header-sub-w: 174;
    padding-top: calc(14 / var(--font-size) * 1rem + 42 / var(--font-size) * 1em);
  }
  .recipes-sec .c-header-title::before {
    width: calc(65 / var(--font-size) * 1em);
    padding-top: calc(42 / var(--font-size) * 1em);
    background: url("../img/c-header_deco_ttl02.png") no-repeat center / contain;
  }
  .recipes-sec__in {
  }
  .recipes-sec__body {
    padding-top: calc(80 / var(--font-size) * 1em);
    padding-bottom: calc(210 / var(--font-size) * 1em);
  }
  .recipe-lead {
  }
  .recipe-lead-txt {
  }
  .recipe-list__outer {
    position: relative;
    margin-top: calc(45 / var(--font-size) * 1em);
  }
  .recipe-list__container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw + (60 / var(--font-size) * 1em));
    margin-left: calc(-30 / var(--font-size) * 1em);
  }
  .recipe-list {
    align-items: flex-end;
  }
  .recipe-list-item {
  }
  .swiper-slide-active {
  }
  .recipe-list-item {
    padding-bottom: calc(100 / var(--font-size) * 1em);
    transition: all .5s ease;
    min-height: calc(345 / var(--font-size) * 1em);
    display: flex;
    align-items: end;
  }
  .recipe-list-item.swiper-slide-active {
    width: calc(400 / var(--font-size) * 1em) !important;
  }
  .recipe-card {
  }
  .recipe-card__in {
  }
  .recipe-card__body {
    position: relative;
  }
  .recipe-card-img__container {
  }
  .recipe-card-img {
  }
  .recipe-card-img {
    position: relative;
  }
  .recipe-list-item--new .recipe-card-img::before {
    content: "";
    display: block;
    background: var(--main-color-500);
    width: calc(84 / var(--font-size) * 1em);
    padding-top: calc(42 / var(--font-size) * 1em);
    clip-path: polygon(0 0, 100% 0, 100% calc(24 / 38 * 100%), calc(62 / 76 * 100%) 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
  }
  .recipe-list-item--new .recipe-card-img::after {
    content: "";
    background: url("../img/recipe_ico_new.svg") no-repeat center / contain;
    display: block;
    width: calc(47 / var(--font-size) * 1em);
    padding-top: calc(18 / var(--font-size) * 1em);
    position: absolute;
    top: 0;
    left: 0;
    margin-top: calc(11 / var(--font-size) * 1em);
    margin-left: calc(15 / var(--font-size) * 1em);
  }
  .recipe-card .recipe-card-img-ico {
    background: var(--white-color);
    width: calc(37 / var(--font-size) * 1em);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: calc(8 / var(--font-size) * 1em);
    margin-right: calc(8 / var(--font-size) * 1em);
  }
  .recipe-card-img-ico::before {
    content: "";
    display: block;
    width: calc(18 / var(--font-size) * 1em);
    padding-top: calc(18 / var(--font-size) * 1em);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: calc(1 / var(--font-size) * 1em);
    transform: translate(-50% , -50%);
  }
  .i-fav[data-fav="off"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite.png") no-repeat center / contain;
  }
  .i-fav[data-fav="on"].recipe-card-img-ico::before {
    background: url("../img/recipes_ico_favorite_current.png") no-repeat center / contain;
  }
  .recipe-card-read {
    min-height: calc(40 / var(--font-size) * 1em);
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
  }
  .recipe-card-read-txt {
    margin-top: calc(16 / var(--font-size) * 1em);
  }
  .recipe-card-read-txt__label {
    color: var(--black-color);
    font-size: calc(28 / var(--font-size) * 1em);
    font-family: var(--font-zen-kaku);
    font-weight: 500;
    line-height: calc(39.2 / 28 * 1);
    letter-spacing: calc(60 / 1000 * 1em);
  }
  .recipe-swiper-btn__container {
    display: none;
  }
}

/* --------------------------------------------------------------------------
  RECIPE-BTN
-------------------------------------------------------------------------- */
@media all and (min-width: 768px), print {
  .resipe-btn__container {
    text-align: center;
    margin-top: calc(32 / var(--font-size) * 1em);
  }
  .resipe-btn {
    width: calc(428 / var(--font-size) * 1em);
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .resipe-btn .c-btn {
    --btn-bg-color: var(--main-color-500);
    --btn-border-color: var(--main-color-500);
    --btn-txt-color: var(--white-color);
    --btn-arrow-color: var(--white-color);
    --btn-min-height: 86;
    --btn-px: 70;
    transition: all .3s ease;
  }
  .resipe-btn a.c-btn:hover {
    --btn-bg-color: var(--white-color);
    --btn-border-color: var(--white-color);
    --btn-txt-color: var(--main-color-500);
    --btn-arrow-color: var(--main-color-500);
    opacity: 1;
  }
  .resipe-btn .c-btn__in {
    border-radius: calc(var(--btn-radius) / var(--font-size) * 1em);
    border: solid var(--main-color-500) 1px;
  }
  .resipe-btn .c-btn-txt__label {
    --btn-txt-font-size: 20;
  }
  .resipe-btn .c-btn-arrow__label {
    margin-left: calc(24 / var(--font-size) * 1em);
  }
  .resipe-btn .c-btn-arrow__label i {
    width: calc(12 / var(--font-size) * 1em);
    height: calc(12 / var(--font-size) * 1em);
  }
}
@media all and (max-width: 767px) {
  .resipe-btn__container {
    text-align: center;
    margin-top: calc(56 / var(--font-size) * 1em);
  }
  .resipe-btn {
    width: calc(560 / var(--font-size) * 1em);
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  .resipe-btn .c-btn {
    --btn-bg-color: var(--main-color-500);
    --btn-border-color: var(--main-color-500);
    --btn-txt-color: var(--white-color);
    --btn-arrow-color: var(--white-color);
    --btn-min-height: 128;
    --btn-px: 70;
    transition: all .3s ease;
  }
  .resipe-btn .c-btn__in {
    border-radius: calc(var(--btn-radius) / var(--font-size) * 1em);
    border: solid var(--main-color-500) 1px;
  }
  .resipe-btn .c-btn-arrow__label {
    margin-left: calc(8 / var(--font-size) * 1em);
  }
  .resipe-btn .c-btn-arrow__label i {
    width: calc(24 / var(--font-size) * 1em);
    height: calc(24 / var(--font-size) * 1em);
  }
  
}
@media all and (max-width: 767px) {
  .mc-breadcrumb {
    margin-top: calc(-50 / var(--font-size) * 1em);
  }
}