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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0; }

ul[role='list'], ol[role='list'] {
  list-style: none; }

body {
  min-height: 100vh;
  line-height: 1.5; }

h1, h2, h3, h4, button, input, label {
  line-height: 1.1; }

h1, h2, h3, h4 {
  text-wrap: balance; }

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor; }

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

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

textarea:not([rows]) {
  min-height: 10em; }

:target {
  scroll-margin-block: 5ex; }

/* 全体
============================================================================= */
html {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, sans-serif; }

body {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #000;
  word-wrap: break-word; }

a {
  color: #000;
  text-decoration: none; }
  a:link, a:active, a:hover, a:visited {
    outline: 0 none; }

ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0; }

img {
  max-width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    img {
      image-rendering: -webkit-optimize-contrast; } }

h1, h2, h3, h4, h5, h6, p, figure {
  font-weight: normal;
  padding: 0;
  margin: 0; }

figure {
  font-size: 0; }

table {
  border-collapse: collapse; }

.wrap {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .wrap {
      width: 100%;
      padding: 0 30px; } }
  @media (min-width: 1200px) {
    .wrap {
      width: 1200px;
      padding: 0;
      margin: 0 auto; } }

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

.tb {
  display: none !important; }
  @media (min-width: 768px) {
    .tb {
      display: block !important; } }
  @media (min-width: 1200px) {
    .tb {
      display: none !important; } }

.pc {
  display: none !important; }
  @media (min-width: 1200px) {
    .pc {
      display: block !important; } }

.bold {
  font-weight: 800;
  font-weight: bold; }

.right {
  text-align: right !important; }

.left {
  text-align: left !important; }

.center {
  text-align: center !important; }

.underline {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.nowrap {
  white-space: nowrap !important; }

/* コンテンツ
============================================================================= */
article a {
  text-decoration: underline; }
  @media (hover: hover) {
    article a:hover {
      text-decoration: none; } }

/* 外部リンク
========================================= */
.external {
  background: url("../common/img/ic-external-def.png") no-repeat right 0 top 50%/16px auto;
  padding-right: 22px;
  margin-right: 4px; }
  @media (min-width: 768px) {
    .external {
      padding-right: 24px;
      margin-right: 6px; } }

/* 基本テキスト
========================================= */
.base-txt {
  font-size: 1.4rem;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .base-txt {
      font-size: 1.8rem; } }
  @media (min-width: 1200px) {
    .base-txt {
      font-size: 2.4rem; } }

.base-txt_sm {
  font-size: 1.2rem;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .base-txt_sm {
      font-size: 1.6rem;
      line-height: 1.8; } }
  @media (min-width: 1200px) {
    .base-txt_sm {
      font-size: 1.8rem; } }

/* 上付き文字
========================================= */
.sup {
  font-size: 1.0rem;
  vertical-align: top;
  position: relative;
  top: -0.2em; }
  @media (min-width: 768px) {
    .sup {
      font-size: 1.2rem; } }

/* 「※」印付きの注意書き
========================================= */
.notes {
  font-size: 1.2rem !important;
  font-weight: normal;
  text-indent: -1em;
  line-height: 1.6;
  padding-left: 1em; }
  .notes::before {
    content: '※'; }
  @media (min-width: 768px) {
    .notes {
      font-size: 1.4rem !important; } }
  @media (min-width: 1200px) {
    .notes {
      font-size: 1.6rem !important; } }

/* 引用
========================================= */
.citation {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 2em; }
  @media (min-width: 768px) {
    .citation {
      font-size: 1.6rem;
      line-height: 1.8;
      margin-top: 2.5em; } }
  @media (min-width: 1200px) {
    .citation {
      font-size: 1.8rem;
      margin-top: 3em; } }

/* タイトルエリア
============================================================================= */
.ttl-area {
  background-color: #000; }
  .ttl-area__bg {
    height: 260px;
    background: url("../img/main_bg.jpg") no-repeat bottom center/contain;
    color: #fff; }
  .ttl-area__wrap {
    position: relative;
    height: 260px; }
    .ttl-area__wrap--logo, .ttl-area__wrap--catch, .ttl-area__wrap--ttl {
      position: absolute;
      right: 10px; }
    .ttl-area__wrap--logo {
      top: 10px; }
      .ttl-area__wrap--logo img {
        width: 30px; }
    .ttl-area__wrap--catch {
      top: 50%;
      left: auto;
      transform: translateY(-50%); }
      .ttl-area__wrap--catch img {
        width: 260px; }
    .ttl-area__wrap--ttl {
      bottom: 10px; }
      .ttl-area__wrap--ttl img {
        width: 160px; }
  @media (min-width: 768px) {
    .ttl-area__bg {
      background-position: bottom center;
      background-size: cover;
      height: 500px; }
    .ttl-area__wrap {
      position: relative;
      height: 500px; }
      .ttl-area__wrap--logo, .ttl-area__wrap--catch, .ttl-area__wrap--ttl {
        position: absolute;
        right: 30px; }
      .ttl-area__wrap--logo {
        top: 30px; }
        .ttl-area__wrap--logo img {
          width: 60px; }
      .ttl-area__wrap--catch {
        top: 50%;
        left: auto;
        transform: translateY(-50%); }
        .ttl-area__wrap--catch img {
          width: 500px; }
      .ttl-area__wrap--ttl {
        bottom: 30px; }
        .ttl-area__wrap--ttl img {
          width: 300px; } }
  @media (min-width: 1200px) {
    .ttl-area__bg {
      background-position: bottom center;
      background-size: contain;
      height: 900px; }
    .ttl-area__wrap {
      position: relative;
      width: 1100px;
      height: 900px;
      margin: 0 auto; }
      .ttl-area__wrap--logo, .ttl-area__wrap--catch, .ttl-area__wrap--ttl {
        right: 0; }
      .ttl-area__wrap--logo {
        top: 50px; }
        .ttl-area__wrap--logo img {
          width: auto; }
      .ttl-area__wrap--catch {
        top: 50%;
        transform: translateY(-50%); }
        .ttl-area__wrap--catch img {
          width: auto; }
      .ttl-area__wrap--ttl {
        bottom: 50px; }
        .ttl-area__wrap--ttl img {
          width: auto; } }

/* コサナについて
============================================================================= */
.cosana {
  background-image: url("../img/cosana_bg.png"), linear-gradient(to bottom, #f0dd5d, #edd63b);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, center;
  background-size: contain, contain; }
  .cosana--wrap {
    padding: 20px; }
  .cosana__lead p {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold; }
  .cosana__conts {
    margin-top: 20px; }
  .cosana__fig-1 {
    background-color: #fff;
    padding: 20px;
    margin: 20px 0; }
    .cosana__fig-1a--wrap {
      display: flex;
      flex-direction: column; }
      .cosana__fig-1a--wrap figure img {
        margin: 0 auto; }
      .cosana__fig-1a--wrap figure:last-of-type {
        margin-top: 30px; }
    .cosana__fig-1b--wrap {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 30px; }
      .cosana__fig-1b--wrap figure {
        width: 40px; }
      .cosana__fig-1b--wrap div {
        flex: 1; }
  .cosana__fig-2 {
    margin: 20px 0; }
    .cosana__fig-2--wrap {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .cosana__fig-2--wrap figure img {
        width: 80%;
        margin: 0 auto; }
  @media (min-width: 768px) {
    .cosana {
      background-size: cover, contain; }
      .cosana--wrap {
        padding: 30px; }
      .cosana__lead p {
        font-size: 2rem;
        line-height: 1.6;
        text-align: center; }
      .cosana__fig-1 {
        padding: 30px;
        margin-top: 30px; }
        .cosana__fig-1a--wrap {
          flex-direction: row;
          gap: 30px; }
          .cosana__fig-1a--wrap figure img {
            width: auto;
            margin: 0; }
          .cosana__fig-1a--wrap figure:last-of-type {
            margin-top: 0; }
        .cosana__fig-1b--wrap {
          gap: 20px;
          margin-top: 30px; }
          .cosana__fig-1b--wrap figure {
            width: auto; }
      .cosana__fig-2 {
        margin: 30px 0; }
        .cosana__fig-2--wrap {
          flex-direction: row;
          gap: 30px; }
          .cosana__fig-2--wrap figure img {
            width: auto; } }
  @media (min-width: 1200px) {
    .cosana p {
      font-size: 2.4rem; }
    .cosana--wrap {
      width: 1200px;
      padding: 80px 50px;
      margin: 0 auto; }
    .cosana__lead p {
      font-size: 3.4rem;
      line-height: 1.6; }
    .cosana__fig-1 {
      padding: 40px;
      margin-top: 40px; }
      .cosana__fig-1a--wrap {
        gap: 50px; }
      .cosana__fig-1b--wrap {
        margin-top: 40px; }
    .cosana__fig-2 {
      margin: 40px 0; }
      .cosana__fig-2--wrap {
        flex-direction: row;
        gap: 40px; } }

/* 自分の限界に挑戦したいあなたに
============================================================================= */
.challenge__wrap {
  padding: 20px; }
.challenge__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e6d151;
  text-align: center; }
@media (min-width: 768px) {
  .challenge__wrap {
    padding: 30px; }
  .challenge__ttl {
    font-size: 3rem; } }
@media (min-width: 1200px) {
  .challenge__wrap {
    width: 1200px;
    padding: 80px 0;
    margin: 0 auto; }
  .challenge__ttl {
    font-size: 4.5rem; } }

/* RE:DRIVEのメリット
============================================================================= */
.merit {
  padding-bottom: 20px; }
  .merit__head {
    position: relative;
    height: 104px; }
    .merit__head--ttl {
      position: absolute;
      top: 24px;
      width: 100%;
      height: 80px;
      background-image: url("../img/bg_border.png"), linear-gradient(to right, #e7d35b, #96840e);
      background-repeat: repeat, no-repeat;
      background-size: 100%, contain;
      text-align: center;
      z-index: 1; }
      .merit__head--ttl h2 {
        font-size: 1.8rem;
        font-weight: bold;
        line-height: 1;
        margin-top: calc((104px - 24px) / 2); }
    .merit__head--catch {
      position: absolute;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      display: inline-flex;
      flex-direction: column;
      justify-content: center;
      background-color: #e94929;
      height: 48px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #fff;
      white-space: nowrap;
      text-align: center;
      line-height: 1.4;
      padding: 0 24px;
      border-radius: 9999px;
      z-index: 2; }
  .merit__summary {
    background: url("../img/merit-summary_bg.png") no-repeat center center/100%;
    padding-top: 20px;
    margin: 0 10px; }
    .merit__summary--wrap {
      text-align: center; }
    .merit__summary ul {
      display: inline-flex;
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      align-items: flex-start;
      width: fit-content;
      max-width: 100%; }
      .merit__summary ul li {
        width: 120px; }
        .merit__summary ul li:last-child {
          width: 100%;
          margin-top: -10px; }
        .merit__summary ul li img {
          width: 120px;
          margin: 0 auto; }
  .merit__area {
    margin-top: 30px; }
    .merit__area--wrap {
      margin: 0 20px; }
    .merit__area--ttl {
      font-size: 1.6rem;
      font-weight: bold;
      color: #e6d25a;
      line-height: 1; }
      .merit__area--ttl span {
        display: inline-block;
        width: 20px;
        height: 20px;
        background-color: #e6d25a;
        font-size: 1.4rem;
        color: #000;
        line-height: 20px;
        text-align: center;
        margin-right: .5em;
        border-radius: 50%; }
  .merit__box {
    background-color: #fff;
    margin-top: 20px; }
    .merit__box--wrap {
      padding: 20px; }
    .merit__box--ttl {
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center; }
    .merit__box--lead p {
      margin-top: 1em; }
      .merit__box--lead p.notes {
        margin-top: .5em; }
  @media (min-width: 768px) {
    .merit {
      padding-bottom: 30px; }
      .merit__head {
        height: 170px; }
        .merit__head--wrap {
          padding: 0 30px; }
        .merit__head--ttl {
          top: 30px;
          height: 140px; }
          .merit__head--ttl h2 {
            font-size: 3.6rem;
            margin-top: calc((170px - 40px) / 2); }
        .merit__head--catch {
          height: 60px;
          font-size: 1.8rem;
          padding: 0 30px; }
      .merit__summary {
        padding: 40px 0;
        margin: 0 10px; }
        .merit__summary ul {
          flex-wrap: nowrap;
          gap: 20px; }
          .merit__summary ul li {
            width: 180px; }
            .merit__summary ul li:last-child {
              width: 180px;
              margin-top: 0; }
            .merit__summary ul li img {
              width: 180px; }
      .merit__area {
        margin-top: 40px; }
        .merit__area--wrap {
          margin: 0 30px; }
        .merit__area--ttl {
          font-size: 2.4rem;
          text-align: center; }
          .merit__area--ttl span {
            width: 30px;
            height: 30px;
            font-size: 2rem;
            line-height: 30px; }
      .merit__box {
        margin-top: 30px; }
        .merit__box--wrap {
          padding: 30px; }
        .merit__box--ttl {
          font-size: 2.4rem; } }
  @media (min-width: 1200px) {
    .merit {
      padding-bottom: 80px; }
      .merit__head {
        height: 230px; }
        .merit__head--ttl {
          top: 50px;
          height: 180px; }
          .merit__head--ttl h2 {
            font-size: 5.4rem;
            margin-top: calc((230px - 54px) / 2); }
        .merit__head--catch {
          height: 100px;
          font-size: 3rem;
          padding: 0 50px; }
      .merit__summary {
        background-size: auto;
        padding: 100px 0;
        margin: 0; }
        .merit__summary--wrap {
          width: 1200px;
          margin: 0 auto; }
        .merit__summary ul {
          gap: 40px; }
          .merit__summary ul li {
            width: auto; }
            .merit__summary ul li:last-child {
              width: auto; }
            .merit__summary ul li img {
              width: auto; }
      .merit__area {
        margin-top: 80px; }
        .merit__area--wrap {
          width: 1200px;
          margin: 0 auto; }
        .merit__area--ttl {
          font-size: 3.6rem; }
          .merit__area--ttl span {
            width: 50px;
            height: 50px;
            font-size: 3rem;
            line-height: 50px; }
      .merit__box {
        margin-top: 40px; }
        .merit__box--wrap {
          padding: 50px; }
        .merit__box--ttl {
          font-size: 3rem; } }

/* メリット1
========================================= */
.merit-1__conts {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  @media (min-width: 768px) {
    .merit-1__conts {
      flex-direction: row;
      justify-content: space-between;
      gap: 30px;
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .merit-1__conts {
      gap: 60px;
      margin-top: 40px; } }
.merit-1__fig-1--wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 auto; }
  .merit-1__fig-1--wrap figure img {
    width: 100px; }
  .merit-1__fig-1--wrap figure figcaption {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-top: 1em; }
.merit-1__fig-1 p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 1em; }
@media (min-width: 768px) {
  .merit-1__fig-1--wrap {
    gap: 30px; }
    .merit-1__fig-1--wrap figure img {
      width: 120px; }
    .merit-1__fig-1--wrap figure figcaption {
      font-size: 1.6rem; }
  .merit-1__fig-1 p {
    font-size: 1.6rem;
    letter-spacing: -.5px; } }
@media (min-width: 1200px) {
  .merit-1__fig-1--wrap {
    gap: 80px; }
    .merit-1__fig-1--wrap figure img {
      width: auto; }
    .merit-1__fig-1--wrap figure figcaption {
      font-size: 2.4rem; }
  .merit-1__fig-1 p {
    font-size: 2.4rem;
    letter-spacing: auto; } }
.merit-1__fig-2 {
  margin-top: 30px; }
  .merit-1__fig-2 figure figcaption {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em; }
  .merit-1__fig-2 p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1em; }
  @media (min-width: 768px) {
    .merit-1__fig-2 {
      margin-top: 30px; }
      .merit-1__fig-2 figure figcaption {
        font-size: 1.6rem;
        text-align: center; }
      .merit-1__fig-2 figure img {
        width: 500px; }
      .merit-1__fig-2 p {
        font-size: 1.6rem;
        line-height: 1.8; } }
  @media (min-width: 1200px) {
    .merit-1__fig-2 {
      margin-top: 50px; }
      .merit-1__fig-2 figure figcaption {
        font-size: 2.4rem; }
      .merit-1__fig-2 figure img {
        width: auto; }
      .merit-1__fig-2 p {
        font-size: 1.8rem; } }
.merit-1__fig-3 {
  margin-top: 30px; }
  .merit-1__fig-3 figure img {
    width: 60%;
    margin: 0 auto; }
  .merit-1__fig-3 p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 1em; }
  @media (min-width: 768px) {
    .merit-1__fig-3 {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%;
      margin-top: 0; }
      .merit-1__fig-3 figure img {
        width: 300px; }
      .merit-1__fig-3 p {
        font-size: 1.6rem;
        line-height: 1.8; } }
  @media (min-width: 1200px) {
    .merit-1__fig-3 figure img {
      width: auto; }
    .merit-1__fig-3 p {
      font-size: 1.8rem; } }

/* メリット2
========================================= */
.merit-2__conts--ttl {
  background-color: #e94929;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: .5em .75em; }
@media (min-width: 768px) {
  .merit-2__conts--ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.8rem; } }
@media (min-width: 1200px) {
  .merit-2__conts--ttl {
    font-size: 2.4rem; } }

/* メリット2-1 */
.merit-2-1--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
.merit-2-1--box figure {
  margin-top: 20px; }
  .merit-2-1--box figure figcaption {
    font-size: 1.4rem;
    font-weight: bold; }
  .merit-2-1--box figure img {
    margin: 20px auto 0 auto; }
.merit-2-1--box p {
  margin-top: 1em; }
@media (min-width: 768px) {
  .merit-2-1--wrap {
    flex-direction: row;
    gap: 30px;
    margin-top: 30px; }
  .merit-2-1--box {
    flex: 1;
    display: flex;
    flex-direction: column; }
    .merit-2-1--box figure {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
      .merit-2-1--box figure figcaption {
        font-size: 1.6rem; }
      .merit-2-1--box figure img {
        margin-top: 30px; }
    .merit-2-1--box p {
      margin-top: 1.5em; } }
@media (min-width: 1200px) {
  .merit-2-1--wrap {
    gap: 50px;
    margin-top: 40px; }
  .merit-2-1--box figure figcaption {
    font-size: 1.8rem;
    text-align: center; } }

/* メリット2-2 */
.merit-2-2--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px; }
.merit-2-2 .zendama__wrap {
  display: flex;
  flex-direction: column; }
  .merit-2-2 .zendama__wrap > div {
    margin-top: 20px; }
    .merit-2-2 .zendama__wrap > div figure img {
      width: 60%;
      margin: 0 auto; }
  .merit-2-2 .zendama__wrap p {
    margin-top: 1em; }
.merit-2-2 .zendama .notes {
  text-align: right;
  margin-top: 2em; }
.merit-2-2 .akudama > p {
  margin-top: 1em; }
.merit-2-2 .akudama__fig {
  margin-top: 20px; }
  .merit-2-2 .akudama__fig figcaption {
    font-size: 1.4rem;
    font-weight: bold; }
  .merit-2-2 .akudama__fig img {
    margin: 0 auto; }
  .merit-2-2 .akudama__fig--box {
    display: flex;
    flex-direction: column; }
    .merit-2-2 .akudama__fig--box div {
      margin-top: 20px; }
      .merit-2-2 .akudama__fig--box div:last-of-type img {
        width: 80%; }
    .merit-2-2 .akudama__fig--box p {
      font-weight: bold;
      margin-top: 2em; }
      .merit-2-2 .akudama__fig--box p span {
        color: #ff6101; }
@media (min-width: 768px) {
  .merit-2-2--box {
    margin-top: 30px; }
  .merit-2-2 .zendama__wrap {
    flex-direction: row;
    gap: 30px; }
    .merit-2-2 .zendama__wrap > div {
      flex: 1;
      margin-top: 0; }
      .merit-2-2 .zendama__wrap > div figure {
        display: flex;
        flex-direction: column;
        justify-content: center; }
        .merit-2-2 .zendama__wrap > div figure img {
          width: 100%;
          margin: 0 auto; }
      .merit-2-2 .zendama__wrap > div p {
        flex: 1; }
  .merit-2-2 .akudama__fig {
    margin-top: 30px; }
    .merit-2-2 .akudama__fig figcaption {
      font-size: 1.6rem;
      text-align: center; }
    .merit-2-2 .akudama__fig--box {
      flex-direction: row;
      align-items: flex-end;
      gap: 30px;
      margin-top: 30px; }
      .merit-2-2 .akudama__fig--box div {
        width: 400px;
        margin-top: 0; }
        .merit-2-2 .akudama__fig--box div:last-of-type {
          flex: 1; }
          .merit-2-2 .akudama__fig--box div:last-of-type img {
            width: auto;
            margin: 0; }
      .merit-2-2 .akudama__fig--box p {
        margin-top: 40px; } }
@media (min-width: 1200px) {
  .merit-2-2--box {
    margin-top: 40px; }
  .merit-2-2 .zendama__wrap {
    gap: 40px; }
    .merit-2-2 .zendama__wrap > div {
      flex: 1; }
      .merit-2-2 .zendama__wrap > div figure img {
        width: 100%;
        margin: 0 auto; }
  .merit-2-2 .akudama__fig {
    margin-top: 40px; }
    .merit-2-2 .akudama__fig figcaption {
      font-size: 1.8rem; }
    .merit-2-2 .akudama__fig--box {
      gap: 40px;
      margin-top: 40px; }
      .merit-2-2 .akudama__fig--box div {
        width: auto; }
      .merit-2-2 .akudama__fig--box p {
        margin-top: 50px;
        line-height: 1; } }

/* メリット3
========================================= */
/* メリット3-1 */
.merit-3-1__lead {
  display: flex;
  flex-direction: column;
  margin-top: 20px; }
  .merit-3-1__lead--fig {
    margin-top: 20px; }
    .merit-3-1__lead--fig img {
      margin: 0 auto; }
    .merit-3-1__lead--fig > div {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px; }
      .merit-3-1__lead--fig > div figure {
        width: 40px; }
      .merit-3-1__lead--fig > div div {
        flex: 1; }
  @media (min-width: 768px) {
    .merit-3-1__lead {
      flex-direction: row;
      justify-content: space-between;
      gap: 30px;
      margin-top: 30px; }
      .merit-3-1__lead p {
        flex: 1; }
      .merit-3-1__lead--fig {
        flex: 1;
        margin-top: 0; }
        .merit-3-1__lead--fig > div {
          gap: 20px;
          margin-top: 30px; }
          .merit-3-1__lead--fig > div figure {
            width: 40px; } }
  @media (min-width: 1200px) {
    .merit-3-1__lead {
      gap: 40px;
      margin-top: 40px; }
      .merit-3-1__lead--fig {
        width: auto; }
        .merit-3-1__lead--fig > div {
          margin-top: 40px; }
          .merit-3-1__lead--fig > div figure {
            width: auto; } }
.merit-3-1__fig {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  .merit-3-1__fig img {
    margin: 0 auto; }
  @media (min-width: 768px) {
    .merit-3-1__fig {
      flex-direction: row;
      gap: 30px;
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .merit-3-1__fig {
      gap: 40px;
      margin-top: 40px; } }

/* メリット3-2 */
.merit-3-2__lead {
  margin-top: 20px; }
.merit-3-2__fig {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px; }
  .merit-3-2__fig figure figcaption {
    font-size: 1.4rem;
    font-weight: bold; }
  .merit-3-2__fig figure img {
    margin-top: 20px; }
@media (min-width: 768px) {
  .merit-3-2__lead {
    margin-top: 30px; }
  .merit-3-2__fig {
    flex-direction: row;
    gap: 30px;
    margin-top: 30px; }
    .merit-3-2__fig figure figcaption {
      font-size: 1.6rem;
      text-align: center; }
    .merit-3-2__fig figure img {
      margin-top: 30px; } }
@media (min-width: 1200px) {
  .merit-3-2__lead {
    margin-top: 40px; }
  .merit-3-2__fig {
    gap: 40px;
    margin-top: 40px; }
    .merit-3-2__fig figure figcaption {
      font-size: 2.4rem; }
    .merit-3-2__fig figure img {
      margin-top: 40px; } }

/* 勝てるカラダ
============================================================================= */
.win__wrap {
  background: url("../img/bg_gradation.png") repeat-x center top/cover;
  padding: 0 20px 20px 20px; }
.win__head--ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 60px;
  background-image: url("../img/bg_border.png"), linear-gradient(to right, #e7d35b, #96840e);
  background-repeat: repeat, no-repeat;
  background-size: 100%, contain;
  text-align: center; }
  .win__head--ttl h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1; }
.win__conts--wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center; }
.win__conts--catch {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  background-color: #e94929;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: .5em 1.5em;
  border-radius: 9999px; }
.win__conts--ttl {
  font-size: 1.2rem;
  margin-top: 20px; }
  .win__conts--ttl span {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px; }
  .win__conts--ttl.base {
    color: #e6d25a; }
  .win__conts--ttl.topping {
    color: #e94929; }
.win__conts figure {
  margin-top: 20px; }
  .win__conts figure img {
    margin: 0 auto; }
.win__conts .notes {
  color: #ccc;
  margin-top: 1em; }
@media (min-width: 768px) {
  .win__wrap {
    padding: 30px; }
  .win__head--ttl {
    height: 100px; }
    .win__head--ttl h2 {
      font-size: 3.6rem; }
  .win__conts--wrap {
    flex-direction: row;
    align-items: flex-end;
    gap: 30px; }
    .win__conts--wrap > div {
      flex: 1; }
  .win__conts--catch {
    font-size: 1.4rem; }
  .win__conts--ttl {
    font-size: 1.6rem;
    margin-top: 30px; }
    .win__conts--ttl span {
      font-size: 2.4rem; }
  .win__conts figure {
    margin-top: 30px; } }
@media (min-width: 1200px) {
  .win__head--ttl {
    height: 180px; }
    .win__head--ttl h2 {
      font-size: 5.4rem; }
  .win__conts {
    width: 1200px;
    padding: 40px 0 0 0 !important;
    margin: 0 auto; }
    .win__conts--wrap {
      gap: 50px; }
    .win__conts--catch {
      font-size: 1.8rem; }
      .win__conts--catch br {
        display: none; }
    .win__conts--ttl {
      font-size: 1.8rem; }
      .win__conts--ttl span {
        font-size: 4rem; }
    .win__conts figure {
      margin-top: 40px; } }

/* おすすめのお召し上がり方
============================================================================= */
.osusume {
  background: url("../img/osusume_bg.png") no-repeat center top/cover;
  padding: 20px 0; }
  .osusume__wrap {
    margin: 0 20px; }
  .osusume__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2b2627;
    line-height: 1;
    text-align: center; }
  .osusume__lead {
    text-align: center;
    margin-top: 20px; }
    .osusume__lead--wrap {
      display: inline-flex;
      align-items: center;
      gap: 20px; }
      .osusume__lead--wrap > figure {
        width: 40%; }
    .osusume__lead--txt {
      flex: 1;
      text-align: left; }
      .osusume__lead--txt img {
        height: 24px; }
      .osusume__lead--txt p {
        margin-top: 1em; }
  .osusume__conts {
    margin-top: 20px; }
    .osusume__conts--wrap {
      display: flex;
      flex-direction: column;
      gap: 20px; }
    .osusume__conts--box {
      background-color: rgba(54, 48, 49, 0.7);
      padding: 20px; }
      .osusume__conts--box .ttl {
        font-size: 1.6rem;
        font-weight: bold;
        color: #e6d25a;
        text-align: center; }
      .osusume__conts--box p {
        color: #fff; }
    .osusume__conts .howto {
      text-align: center; }
      .osusume__conts .howto img {
        margin: 0 auto; }
      .osusume__conts .howto .arrow {
        width: 30px;
        margin-top: 20px; }
      .osusume__conts .howto figure {
        margin-top: 20px; }
        .osusume__conts .howto figure img {
          width: 145px; }
      .osusume__conts .howto p {
        margin-top: 1em; }
        .osusume__conts .howto p:first-of-type {
          text-align: left; }
    .osusume__conts .timing ul li {
      display: flex;
      gap: 20px;
      margin-top: 20px; }
      .osusume__conts .timing ul li figure img {
        width: 100px; }
      .osusume__conts .timing ul li .txt {
        flex: 1; }
        .osusume__conts .timing ul li .txt .ttl {
          text-align: left;
          font-size: 1.6rem;
          font-weight: bold;
          color: #e6d25a;
          line-height: 1; }
          .osusume__conts .timing ul li .txt .ttl span {
            display: inline-block;
            width: 20px;
            height: 20px;
            background-color: #e6d25a;
            font-size: 1.4rem;
            color: #000;
            line-height: 20px;
            text-align: center;
            margin-right: .5em;
            border-radius: 50%; }
        .osusume__conts .timing ul li .txt p {
          margin-top: 1em; }
  @media (min-width: 768px) {
    .osusume {
      padding: 30px 0; }
      .osusume__wrap {
        margin: 0 30px; }
      .osusume__ttl {
        font-size: 2.4rem; }
      .osusume__lead {
        margin-top: 30px; }
        .osusume__lead--wrap {
          gap: 30px; }
          .osusume__lead--wrap > figure {
            width: auto; }
            .osusume__lead--wrap > figure img {
              width: 140px; }
        .osusume__lead--txt img {
          height: 30px; }
      .osusume__conts {
        margin-top: 30px; }
        .osusume__conts--wrap {
          flex-direction: row;
          gap: 30px; }
        .osusume__conts--box {
          width: 300px;
          padding: 30px; }
          .osusume__conts--box:last-of-type {
            flex: 1; }
          .osusume__conts--box .ttl {
            font-size: 2.4rem; }
        .osusume__conts .howto .arrow {
          width: 40px;
          margin-top: 30px; }
        .osusume__conts .howto figure {
          margin-top: 30px; }
          .osusume__conts .howto figure img {
            width: 200px; }
        .osusume__conts .howto p br {
          display: none; }
        .osusume__conts .timing ul li {
          gap: 30px;
          margin-top: 30px; }
          .osusume__conts .timing ul li figure img {
            width: 150px; }
          .osusume__conts .timing ul li .txt .ttl {
            font-size: 2rem; }
            .osusume__conts .timing ul li .txt .ttl span {
              width: 30px;
              height: 30px;
              font-size: 1.8rem;
              line-height: 30px; } }
  @media (min-width: 1200px) {
    .osusume {
      padding: 80px 0; }
      .osusume__wrap {
        width: 1200px;
        margin: 0 auto; }
      .osusume__ttl {
        font-size: 4.5rem; }
      .osusume__lead {
        margin-top: 40px; }
        .osusume__lead--wrap {
          gap: 40px; }
          .osusume__lead--wrap > figure img {
            width: auto; }
        .osusume__lead--txt img {
          height: auto; }
      .osusume__conts {
        margin-top: 40px; }
        .osusume__conts--wrap {
          gap: 40px; }
        .osusume__conts--box {
          width: 550px;
          padding: 40px; }
          .osusume__conts--box .ttl {
            font-size: 3rem; }
        .osusume__conts .howto .arrow {
          width: auto;
          margin-top: 40px; }
        .osusume__conts .howto figure {
          margin-top: 40px; }
          .osusume__conts .howto figure img {
            width: auto; }
        .osusume__conts .timing ul li {
          gap: 40px;
          margin-top: 40px; }
          .osusume__conts .timing ul li figure img {
            width: auto; }
          .osusume__conts .timing ul li .txt .ttl {
            font-size: 2.4rem; }
            .osusume__conts .timing ul li .txt .ttl span {
              width: 40px;
              height: 40px;
              font-size: 2.4rem;
              line-height: 40px; } }

/* お問い合わせ
============================================================================= */
.contact {
  background: url("../img/bg_gradation.png") repeat-x center top/cover;
  padding: 20px 0; }
  .contact__wrap {
    background-color: #fff;
    padding: 20px;
    margin: 0 20px; }
  .contact__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    color: #bea533;
    line-height: 1;
    text-align: center; }
  .contact__lead p {
    margin-top: 1em; }
  .contact__lead br {
    display: none; }
  .contact__address--wrap {
    display: flex;
    flex-direction: column; }
    .contact__address--wrap > div {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px; }
      .contact__address--wrap > div figure {
        width: 40px; }
        .contact__address--wrap > div figure img {
          width: 40px;
          margin: 0 auto; }
      .contact__address--wrap > div:last-of-type figure img {
        width: 30px; }
  .contact__share {
    margin-top: 40px;
    text-align: center; }
    .contact__share div {
      display: inline-flex;
      gap: 20px;
      margin-top: 20px; }
      .contact__share div a img {
        width: 30px; }
      @media (hover: hover) {
        .contact__share div a:hover {
          opacity: .6; } }
  .contact .copyright {
    color: #fff;
    text-align: center;
    margin-top: 2em; }
  @media (min-width: 768px) {
    .contact {
      padding: 30px 0; }
      .contact__wrap {
        padding: 30px;
        margin: 0 30px; }
      .contact__ttl {
        font-size: 2.4rem; }
      .contact__lead {
        text-align: center; }
        .contact__lead br {
          display: block; }
      .contact__address {
        text-align: center; }
        .contact__address--wrap {
          display: inline-flex; }
          .contact__address--wrap > div {
            gap: 20px;
            margin-top: 20px; }
            .contact__address--wrap > div figure {
              width: 70px; }
              .contact__address--wrap > div figure img {
                width: auto;
                margin: 0 auto; }
            .contact__address--wrap > div p {
              text-align: left; }
            .contact__address--wrap > div:last-of-type figure img {
              width: 40px; }
      .contact__share {
        margin-top: 60px; }
        .contact__share div {
          gap: 30px;
          margin-top: 30px; }
          .contact__share div a img {
            width: 40px; } }
  @media (min-width: 1200px) {
    .contact {
      padding: 80px 0; }
      .contact__wrap {
        width: 1200px;
        padding: 60px 0;
        margin: 0 auto; }
      .contact__ttl {
        font-size: 4rem; }
      .contact__address--wrap {
        flex-direction: row;
        gap: 60px; }
        .contact__address--wrap > div {
          gap: 20px;
          margin-top: 40px; }
          .contact__address--wrap > div figure {
            width: auto; }
          .contact__address--wrap > div p {
            text-align: left; }
          .contact__address--wrap > div:last-of-type figure img {
            width: auto; }
      .contact__share {
        margin-top: 80px; }
        .contact__share div {
          gap: 40px;
          margin-top: 40px; }
          .contact__share div a img {
            width: auto; } }
