@charset "UTF-8";
/*----------------------------------------------------------
  VARIABLES
----------------------------------------------------------*/
.intruction-item, .reason-01 .reason-diagram .reason-item.item-01, .reason-01 .reason-diagram .note-list {
  font-family: Helvetica, "ゴシックMB101 M", "Gothic MB101 Medium", "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

.try-block .try-ttl .try-h5, .btn-red, .ttl-style03, .intruction-body .txt-01, .intruction-ttl, .intruction-head, .proposal-txt, .proposal-h5, .proposal-head, .reason-02 .reward-item .list-style, .reason-02 .reward-item .txt-red, .reason-02 .col-left .brand-item, .reason-02 .col-left .reason-ttl .dotted-line, .reason-02 .reason-row .reason-ttl, .testimonial-sec .testimonial-item .txt-red, .testimonial-sec .testimonial-sub-ttl, .testimonial-sec .testimonial-head, .reason-01 .reward-block .reward-ttl .txt-01, .reason-01 .reason-h5, .reason-h4, .reason-head .reason-h3, .reason-sub-ttl, .btn-link, .register-block .register-ttl, .kv-sec .intro-list .intro-item, .txt-bold {
  font-family: Helvetica, "ゴシックMB101 DB", "Gothic MB101 DemiBold", "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.try-block .try-ttl .try-h4, .intruction-step, .intruction-h3, .proposal-txt .txt-red, .proposal-h4, .reason-02 .col-right .sub-ttl, .reason-02 .col-left .reason-ttl .txt-red,
.reason-02 .col-left .reason-ttl .txt-yellow, .reason-02 .col-left .reason-ttl .txt-lg, .reason-02 .reason-h4 .txt-lg, .reason-02 .reason-h4 .txt-01, .testimonial-sec .testimonial-head .txt-red, .reason-01 .reward-block .reward-ttl, .reason-01 .reason-h6, .reason-head .number {
  font-family: Helvetica, "ゴシックMB101 B", "Gothic MB101 Bold", "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}

/*----------------------------------------------------------
  MIXIN
----------------------------------------------------------*/
/*----------------------------------------------------------
  CUSTOM
----------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 1rem;
}
@media (min-width: 769px) and (max-width: 1119px) {
  html {
    font-size: 1.4285714286vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

.one-column {
  --bright-red: #e60012;
  --yellow: #fff367;
}
.one-column sup {
  line-height: 1;
}
.one-column img {
  max-width: 100%;
  height: auto;
  image-rendering: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.one-column #wrapper {
  background: transparent;
}

.p-container {
  position: relative;
}
@media (min-width: 769px) {
  .p-container {
    width: 60.625rem;
    margin: 0 auto;
  }
}

.txt-red {
  color: var(--bright-red);
}

.txt-yellow {
  color: var(--yellow);
}

.note-list {
  list-style: none;
  font-size: 0.75rem;
  text-align: left;
}

@media (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

/* KV SECTION
----------------------------- */
.bg-shadow {
  position: relative;
}
.bg-shadow:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15.875rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/shot2/bg_shadow.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 768px) {
  .bg-shadow:before {
    background-image: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/shot2/bg_shadow_sp.png);
    height: 10.375rem;
  }
}
.bg-shadow-pageA:before {
  background-image: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/shot2/bg_shadow-a.png);
}
@media (max-width: 768px) {
  .bg-shadow-pageA:before {
    background-image: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/shot2/bg_shadow_sp-a.png);
    height: 8.1875rem;
  }
}

.fixed_banner {
  position: fixed;
  bottom: 1.5625rem;
  right: 1.25rem;
  z-index: 100;
  width: 9.5rem;
}
@media (max-width: 768px) {
  .fixed_banner {
    bottom: 1.375rem;
    right: 0.5625rem;
    width: 7.625rem;
  }
}

.line-white {
  display: inline-block;
  background: url(/djm/vitality_smart/new_value_mammoth/img/line_dot_white.png) bottom center repeat-x;
  background-size: auto 0.125rem;
}

.kv-sec {
  padding-bottom: 2.4375rem;
}
@media (max-width: 768px) {
  .kv-sec {
    padding-bottom: 1rem;
  }
}
.kv-sec .kv-top {
  position: relative;
  padding: 0.4375rem 0 0.4375rem;
  background-color: var(--bright-red);
  color: #fff;
}
@media (max-width: 768px) {
  .kv-sec .kv-top {
    padding: 0.4375rem 0 0.4375rem;
    text-align: center;
  }
}
.kv-sec .kv-top .kv-logo {
  width: 12.6875rem;
}
@media (max-width: 768px) {
  .kv-sec .kv-top .kv-logo {
    width: 10.875rem;
    margin-inline: auto;
  }
}
.kv-sec .kv-img {
  position: relative;
  line-height: 0;
}
@media (min-width: 769px) {
  .kv-sec .kv-img {
    width: 61rem;
    padding-top: 0.75rem;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .kv-sec .kv-img {
    z-index: 1;
    padding: 0.125rem 0.625rem 0 0.9375rem;
  }
}
.kv-sec .note-list {
  position: absolute;
  top: 14.375rem;
  right: 1rem;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1rem;
}
@media (min-width: 769px) {
  .kv-sec .note-list {
    letter-spacing: 0.06em;
    line-height: 1.625rem;
    font-size: 0.75rem;
    top: 20.375rem;
    right: 0.125rem;
  }
}
.kv-sec .intro-list {
  background-color: #FFEAEA;
  border-radius: 1.25rem;
  margin-top: 0.375rem;
  margin-bottom: 0.8125rem;
  padding: 0.375rem 1.8125rem 0.1875rem;
  position: relative;
}
@media (min-width: 769px) {
  .kv-sec .intro-list {
    margin-top: 0.625rem;
    margin-bottom: 2.5rem;
    padding: 1.0625rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .kv-sec .intro-list {
    margin-inline: 0.9375rem;
    border-radius: 1.875rem;
  }
}
.kv-sec .intro-list .intro-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .kv-sec .intro-list .intro-item {
    width: 14.0625rem;
    margin: 0 1.8125rem;
  }
  .kv-sec .intro-list .intro-item p {
    font-size: 1.25rem;
    line-height: 1.3;
  }
  .kv-sec .intro-list .intro-item.item-02 {
    width: 12.8125rem;
  }
}
.kv-sec .intro-list .intro-item img {
  width: 4.6875rem;
  margin: 0 0.625rem 0 0;
}
.kv-sec .intro-list .intro-item p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.kv-sec .intro-list .intro-item u {
  position: relative;
  padding: 0.25rem 0;
  text-decoration: none;
  background-size: auto 0.125rem;
}
@media (min-width: 769px) {
  .kv-sec .intro-list .intro-item u {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .kv-sec .intro-list .intro-item {
    font-size: 1.125rem;
    margin: 0 0 0.1875rem;
  }
  .kv-sec .intro-list .intro-item img {
    width: 3.75rem;
    margin: 0 0.4375rem 0 0;
  }
  .kv-sec .intro-list .intro-item .txt-red {
    margin-top: 1.5rem;
  }
}
.kv-sec .register-block .txt-big {
  margin-top: 0.9375rem;
  font-size: 1.375rem;
  line-height: 1.5454545455;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
}
@media (max-width: 768px) {
  .kv-sec .register-block .txt-big {
    margin-top: 0.625rem;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.kv-sec .register-block.register-block-pageA {
  margin-top: 3.0625rem;
}
@media (min-width: 769px) {
  .kv-sec .register-block.register-block-pageA {
    margin-top: 4.75rem;
  }
}

/* REGISTER BLOCK
----------------------------- */
.register-block {
  text-align: center;
}
.register-block .btn-cyan-wrapper .note-list {
  margin: 0.9375rem auto 0 !important;
  font-size: 0.6875rem !important;
  line-height: 1.2727272727;
  letter-spacing: 0.075em;
}
.register-block .btn-cyan-wrapper .note-list li {
  text-indent: -0.65em;
  padding-left: 0.65em;
}
@media (max-width: 768px) {
  .register-block .btn-cyan-wrapper .note-list {
    width: 20.3125rem;
  }
  .register-block .btn-cyan-wrapper .note-list li + li {
    margin-top: 0.3125rem;
  }
}
@media (min-width: 769px) {
  .register-block .btn-cyan-wrapper .note-list {
    width: auto;
    display: table;
    margin: 0.9375rem auto 0 !important;
    font-size: 0.6875rem;
    line-height: 1.5;
  }
}
.register-block .register-inner {
  display: table;
  margin: 0 auto;
}
.register-block .register-ttl {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .register-block .register-ttl {
    font-size: 1.4375rem;
  }
}
.register-block .register-ttl .rounded-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
  color: #E60012;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ttl_bg_line02.png) no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .register-block .register-ttl .rounded-line {
    margin-bottom: 0.125rem;
    padding-bottom: 0.75rem;
    width: 9.5rem;
    height: 2.625rem;
    font-size: 0.875rem;
  }
}
@media (min-width: 769px) {
  .register-block .register-ttl .rounded-line {
    margin-bottom: 0.125rem;
    padding-bottom: 0.75rem;
    width: 11.75rem;
    height: 3.4375rem;
    font-size: 1.0625rem;
  }
}
.register-block .register-img {
  display: block;
  margin: 0 auto;
  width: 19.6875rem;
}
@media (max-width: 768px) {
  .register-block .register-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .register-block .register-img {
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .register-block.register-03 {
    margin: 2.0625rem auto 0;
  }
  .register-block.register-03 .note-list {
    margin: 0.4375rem auto 0.8125rem;
    font-size: 0.5625rem;
  }
}
@media (min-width: 769px) {
  .register-block.register-03 {
    margin: 2.5rem auto 0;
  }
  .register-block.register-03 .note-list {
    margin: 0.625rem auto 1.9375rem;
  }
}
@media (min-width: 769px) {
  .register-block.register-proposal .note-list {
    margin: 0.625rem auto 0;
  }
}
@media (max-width: 768px) {
  .register-block.register-proposal .note-list {
    margin-top: 0.5rem;
    font-size: 0.5625rem;
    letter-spacing: 0.06em;
  }
}
.register-block.register-05 {
  margin-top: 1.25rem;
}
@media (min-width: 769px) {
  .register-block.register-05 {
    margin-top: 3.875rem;
  }
  .register-block.register-05 .note-list {
    margin: 0.625rem auto 2.5625rem;
  }
}

.ttl-style01 {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.375rem;
}
.ttl-style01:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.125rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ttl_line01_black.svg) top left no-repeat;
}
.ttl-style01:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0.125rem;
  width: 1.25rem;
  height: 1.125rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ttl_line01_black.svg) top right no-repeat;
}
.ttl-style01:before, .ttl-style01:after {
  background-size: auto 1.375rem;
}
@media (max-width: 768px) {
  .ttl-style01 {
    font-size: 1rem;
  }
}
.txt-white .ttl-style01:before, .txt-white .ttl-style01:after {
  background-image: url(/djm/vitality_smart/new_value_mammoth/img/ttl_line01_white.svg);
}
.txt-yellow .ttl-style01:before, .txt-yellow .ttl-style01:after {
  background-image: url(/djm/vitality_smart/new_value_mammoth/img/ttl_line01_yellow.svg);
  background-size: auto 1.125rem;
}
.txt-red .ttl-style01:before, .txt-red .ttl-style01:after {
  background-image: url(/djm/vitality_smart/new_value_mammoth/img/ttl_line01_red.svg);
}

.btn-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  text-decoration: none;
  width: 30rem;
  height: 4.125rem;
  border-radius: 2.0625rem;
  color: #000;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff367), color-stop(98%, #ffbf46));
  background-image: linear-gradient(to bottom, #fff367 1%, #ffbf46 98%);
  text-align: center;
}
@media (max-width: 768px) {
  .btn-link {
    width: 20.3125rem;
    height: 4.125rem;
  }
}
.btn-link:after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.125rem;
  height: 1.25rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_arrow_white.png) center right no-repeat;
  background-size: 1.125rem auto;
}
.btn-cta {
  margin: 0.3125rem auto 0;
}
.btn-cta .txt-lg {
  margin: -0.1875rem 0 0.1875rem;
  padding: 0 0.5rem 0.3125rem;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  background: url(/djm/vitality_smart/new_value_mammoth/img/line_dot_black.png) bottom center no-repeat;
  background-size: auto 0.125rem;
}
.btn-cta .txt-lg .number {
  font-size: 1.1875rem;
}
.btn-cta .txt-sm {
  margin-bottom: -0.25rem;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
}
.btn-cta .txt-sm .number {
  font-size: 0.9375rem;
  position: relative;
  top: 0.0625rem;
}
.btn-cta small {
  font-size: 0.5rem;
}
@media (min-width: 769px) {
  .btn-cta {
    margin: 0.4375rem auto 0;
  }
  .btn-cta .txt-lg {
    padding: 0 0.625rem 0.375rem;
  }
  .btn-cta .txt-sm {
    font-size: 0.625rem;
  }
  .btn-cta .txt-sm .number {
    font-size: 0.9375rem;
  }
  .btn-cta small {
    font-size: 0.5rem;
  }
}

.btn-cyan {
  margin: 1.25rem auto 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #67ffdc), color-stop(98%, #46ff6a));
  background: linear-gradient(to bottom, #67ffdc 1%, #46ff6a 98%);
}
.btn-cyan .txt-lg {
  margin: -0.4375rem 0 0.5rem;
  font-size: 0.9375rem;
}
.btn-cyan .txt-sm {
  margin-bottom: -0.625rem;
  font-size: 1rem;
}
.btn-cyan .txt-sm small {
  font-size: 0.8125rem;
}
.btn-cyan .txt-sm .number {
  font-size: 1rem;
}

/* sumitomo-life
----------------------------- */
.sumitomo-life {
  padding: 3.5625rem 0 4.5rem;
}
@media (max-width: 768px) {
  .sumitomo-life {
    padding: 1.25rem 0 3.25rem;
  }
}
.sumitomo-life.sumitomo-life-pageA {
  padding: 3.5625rem 0 9.1875rem;
}
@media (max-width: 768px) {
  .sumitomo-life.sumitomo-life-pageA {
    padding: 1.25rem 0 4.75rem;
  }
}
@media (max-width: 768px) {
  .sumitomo-life .photo {
    margin-inline: 0.9375rem;
  }
}
.sumitomo-life .register-block {
  margin-top: 2.75rem;
}
@media (max-width: 768px) {
  .sumitomo-life .register-block {
    margin-top: 0.9375rem;
  }
}

/* REASON SECTION
----------------------------- */
.reason-sub-ttl {
  margin: 0 auto 2.5rem;
  padding-bottom: 0.9375rem;
  font-size: 1.75rem;
  text-align: center;
  background: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/ttl_line.svg) bottom center no-repeat;
  background-size: 12.6875rem auto;
  color: var(--bright-red);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reason-sub-ttl {
    margin: 0 auto 2.4375rem;
  }
  .reason-02 .reason-sub-ttl, .reason-03 .reason-sub-ttl {
    margin-bottom: 2.1875rem;
    padding-bottom: 0.9375rem;
    font-size: 1.25rem;
    background-image: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/ttl_line_sp.png);
    background-size: 9.375rem auto;
  }
}

.reason-block {
  position: relative;
  margin-bottom: 3.9375rem;
  z-index: 0;
  padding: 0 3.75rem 2.0625rem;
  color: #fff;
  background-color: #e60113;
}
@media (max-width: 768px) {
  .reason-block {
    margin-bottom: 2.5625rem;
    padding: 0 0.9375rem 1.125rem;
  }
}
.reason-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30.3125rem solid transparent;
  border-left: 30.3125rem solid transparent;
  border-top: 3.9375rem solid #e60012;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .reason-block::before {
    border-right-width: 50vw;
    border-left-width: 50vw;
    border-top-width: 2.5625rem;
  }
}

.reason-head {
  position: absolute;
  left: 50%;
  top: 0;
  color: var(--bright-red);
  width: 28.625rem;
  height: 6.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/ttl_bg.png) no-repeat;
  background-size: 100% auto;
  padding-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .reason-head {
    width: 22.9375rem;
    height: 5.0625rem;
    padding-bottom: 1.125rem;
    -webkit-transform: translate(-50%, -36%);
            transform: translate(-50%, -36%);
  }
}
@media (min-width: 769px) {
  .reason-head {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
.reason-head .reason-h3 {
  line-height: 1;
  font-size: 1.5rem;
  color: var(--bright-red);
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reason-head .reason-h3 {
    font-size: 1.25rem;
  }
}
.reason-head .number {
  font-size: 2.25rem;
  position: relative;
  top: 0.075em;
}
@media (max-width: 768px) {
  .reason-head .number {
    font-size: 1.875rem;
  }
}

.reason-h4 {
  padding: 4.5rem 0 2.125rem;
  font-size: 1.8125rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reason-h4 {
    padding: 3.625rem 0 0.75rem;
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
.reason-h4 .txt-underline {
  border-bottom: 0.1875rem solid #fff367;
  line-height: 0.97;
}
@media (max-width: 768px) {
  .reason-h4 .txt-underline {
    border-bottom-width: 0.1875rem;
  }
}

.reason-01 {
  padding: 1.875rem 0 0;
}
@media (min-width: 769px) {
  .reason-01 {
    padding: 4.375rem 0 0;
  }
}
.reason-01 .register-block {
  padding: 1.125rem 0 0;
}
.reason-01 .register-block .register-ttl {
  margin: 0 0 0.5rem;
}
.reason-01 .reason-h4 {
  padding-bottom: 1.375rem;
}
@media (max-width: 768px) {
  .reason-01 .reason-h4 {
    padding: 3.25rem 0 1.3125rem;
  }
}
.reason-01 .reason-h6 {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reason-01 .reason-h6 {
    width: 19.625rem;
    margin: 0 auto 0.25rem;
    font-size: 0.875rem;
  }
  .reason-01 .reason-h6:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-top: 0.0625rem solid #fff;
  }
  .reason-01 .reason-h6 span {
    display: inline-block;
    background: #e60113;
    padding: 0 0.625rem;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .reason-01 .reason-h6 span {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reason-h6 {
    margin: 0 0 -2.125rem;
    width: 10.9375rem;
    font-size: 0.875rem;
    line-height: 1.2857142857;
  }
}
.reason-01 .reason-h5 {
  position: relative;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .reason-01 .reason-h5 {
    margin: 1.25rem 0 0.5rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reason-h5 {
    margin: 0.875rem 0 0.625rem;
    font-size: 1.375rem;
  }
}
.reason-01 .reason-h5:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 0.125rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/djm/vitality_smart/new_value_mammoth/img/line_dot_white.png) center repeat-x;
  background-size: auto 0.125rem;
}
.reason-01 .reason-h5 span {
  display: inline-block;
  background: #e60113;
  padding: 0 0.4375rem;
}
@media (min-width: 769px) {
  .reason-01 .reason-h5 span {
    padding: 0 0.9375rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reason-diagram .img {
    display: block;
    width: 52.375rem;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .reason-01 .reason-diagram .note-list {
    margin: -0.4375rem 1.875rem 0;
    font-size: 0.625rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reason-diagram .note-list {
    margin: 0.4375rem 0.625rem 0;
    font-size: 0.6875rem;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .reason-01 .reason-diagram {
    position: relative;
    margin: 0 -0.9375rem;
  }
}
@media (max-width: 768px) {
  .reason-01 .reason-diagram .reason-list {
    position: absolute;
    top: 0;
    left: 6.75rem;
    width: 14.875rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reason-diagram .reason-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.4375rem 0 0 1.125rem;
  }
}
.reason-01 .reason-diagram .reason-item .txt-01 {
  position: relative;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .reason-01 .reason-diagram .reason-item.item-01 {
    height: 4.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.625rem;
  }
  .reason-01 .reason-diagram .reason-item.item-02 {
    height: 3.75rem;
    margin-bottom: 1.75rem;
  }
  .reason-01 .reason-diagram .reason-item.item-02 .txt-buble {
    top: -2.0625rem;
    right: -2.1875rem;
  }
  .reason-01 .reason-diagram .reason-item.item-03 {
    height: 4.25rem;
    margin-bottom: 2rem;
  }
  .reason-01 .reason-diagram .reason-item.item-03 .txt-buble {
    top: -2.5rem;
    right: -1rem;
  }
  .reason-01 .reason-diagram .reason-item.item-04 .txt-buble {
    top: 0.875rem;
    right: -1.3125rem;
  }
}
.reason-01 .reason-diagram .reason-item .txt-buble {
  position: absolute;
  width: 2.3125rem;
}
@media (min-width: 769px) {
  .reason-01 .reason-diagram .reason-item {
    text-align: center;
  }
  .reason-01 .reason-diagram .reason-item.item-01 {
    width: 20%;
  }
  .reason-01 .reason-diagram .reason-item.item-02 {
    width: 25%;
  }
  .reason-01 .reason-diagram .reason-item.item-02 .txt-buble {
    top: -2.3125rem;
    right: -1.5625rem;
  }
  .reason-01 .reason-diagram .reason-item.item-03 {
    width: 26%;
  }
  .reason-01 .reason-diagram .reason-item.item-03 .txt-buble {
    top: -2.3125rem;
    right: -1.4375rem;
  }
  .reason-01 .reason-diagram .reason-item.item-04 {
    width: 25%;
  }
  .reason-01 .reason-diagram .reason-item.item-04 .txt-01 {
    display: inline-block;
    max-width: 9.0625rem;
  }
  .reason-01 .reason-diagram .reason-item.item-04 .txt-buble {
    top: -1.5rem;
    right: -2.125rem;
  }
}
.reason-01 .reason-diagram .reason-item p {
  font-size: 1rem;
  line-height: 1.31;
}
.reason-01 .reason-diagram .reason-item .number {
  font-size: 1.25rem;
  margin-right: 0.1em;
}
.reason-01 .reason-diagram .reason-item .txt-yellow {
  font-size: 1.5rem;
  line-height: 0.75;
  margin-right: 0.1em;
}
.reason-01 .reason-diagram .reason-item small {
  font-size: 1.25rem;
}
.reason-01 .reason-diagram .reason-item .txt-lg {
  font-size: 1.125rem;
}
.reason-01 .reason-diagram .reason-item.item-01 {
  text-align: left;
}
.reason-01 .reward-block {
  border-radius: 0.8125rem;
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .reason-01 .reward-block {
    margin-bottom: 0.75rem;
    padding: 1.375rem 1.25rem 1.5625rem;
  }
}
@media (min-width: 769px) {
  .reason-01 .reward-block {
    padding: 1.875rem 1.25rem 1.75rem;
    min-height: 17.1875rem;
  }
}
.reason-01 .reward-block .reward-ttl {
  position: relative;
  font-size: 1.625rem;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .reason-01 .reward-block .reward-ttl {
    margin: 0 -0.625rem 1.375rem;
  }
}
.reason-01 .reward-block .reward-ttl .txt-01 {
  font-size: 1.125rem;
}
.reason-01 .reward-block .reward-ttl .number {
  font-size: 4rem;
  line-height: 0.7;
  position: relative;
  top: 0.25rem;
}
.reason-01 .reward-block .reward-ttl small {
  font-size: 2.0625rem;
}
.reason-01 .reward-block .reward-ttl .txt-underline {
  display: inline-block;
  margin: 0.1875rem 0 0;
  font-size: 1.875rem;
  line-height: 1;
  border-bottom: 0.1875rem solid var(--bright-red);
}
@media (max-width: 768px) {
  .reason-01 .reward-block .reward-ttl .txt-underline {
    letter-spacing: -0.05em;
  }
}
.reason-01 .reward-block .reward-ttl .txt-02 {
  font-size: 1.4rem;
}
.reason-01 .reward-block .reward-ttl sup {
  font-size: 0.75rem;
  position: relative;
  top: -0.3125rem;
}
.reason-01 .reward-block .reward-ttl .red-buble {
  position: absolute;
  top: 0.25rem;
  left: 2.625rem;
  width: 2.5rem;
}
.reason-01 .reward-block .reward-ttl .red-buble img {
  width: 100%;
}
@media (min-width: 769px) {
  .reason-01 .reward-block .reward-ttl {
    display: table;
    margin: 0 auto 0.75rem;
    font-size: 1.875rem;
    white-space: nowrap;
  }
  .reason-01 .reward-block .reward-ttl .txt-01 {
    font-size: 1.25rem;
  }
  .reason-01 .reward-block .reward-ttl .number {
    font-size: 4.875rem;
    line-height: 1.875rem;
  }
  .reason-01 .reward-block .reward-ttl small {
    font-size: 2.8125rem;
  }
  .reason-01 .reward-block .reward-ttl .txt-02 {
    font-size: 2.4375rem;
  }
  .reason-01 .reward-block .reward-ttl .txt-03 {
    font-size: 2.0625rem;
  }
  .reason-01 .reward-block .reward-ttl .txt-underline {
    font-size: 2.625rem;
    border-bottom-width: 0.1875rem;
  }
  .reason-01 .reward-block .reward-ttl .red-buble {
    top: -0.625rem;
    left: 1rem;
    width: 3.0625rem;
  }
  .reason-01 .reward-block .reward-ttl sup {
    top: -1.125rem;
  }
}
.reason-01 .reward-block .reward-img {
  width: 17.5rem;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .reason-01 .reward-block .reward-img {
    width: 47.75rem;
  }
}
.reason-01 .reward-block .note-list {
  margin-top: 0.875rem;
  font-size: 0.6875rem;
}
@media (min-width: 769px) {
  .reason-01 .reward-block .note-list {
    margin: 0.8125rem 1.25rem 0;
  }
}

/* TESTIMONIAL SECTION
----------------------------- */
.testimonial-sec {
  margin: 1rem 0 0;
  padding: 1.625rem 0 1.5rem;
  background-color: #ffebea;
}
@media (min-width: 769px) {
  .testimonial-sec {
    margin: 3.75rem 0 0;
    padding: 1.625rem 3.75rem 1.5rem;
  }
}
.testimonial-sec .testimonial-head {
  margin: 0 0 0.9375rem;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.2857142857;
}
@media (max-width: 768px) {
  .testimonial-sec .testimonial-head .txt-sm {
    font-size: 1.625rem;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .testimonial-head {
    margin: 0 0 0.8125rem;
    font-size: 2.125rem;
    line-height: 1.29;
    font-family: Helvetica, "ゴシックMB101 B", "Gothic MB101 Bold", "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
  }
  .testimonial-sec .testimonial-head .txt-01 {
    font-size: 2rem;
  }
  .testimonial-sec .testimonial-head .txt-sm {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .testimonial-sec .testimonial-img img {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .testimonial-img {
    margin: 0 -3.75rem;
  }
  .testimonial-sec .testimonial-img img {
    width: 100%;
  }
}
.testimonial-sec .testimonial-sub-ttl {
  position: relative;
  text-align: center;
  color: #fff;
  background: #E60012;
  width: 19.625rem;
  height: 2.375rem;
  line-height: 2.375rem;
  font-size: 1.0625rem;
  margin: 1.25rem auto 1.125rem;
  border-radius: 2.125rem;
  position: relative;
}
.testimonial-sec .testimonial-sub-ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.75rem solid transparent;
  border-left: 0.75rem solid transparent;
  border-top: 0.5625rem solid #e60012;
  border-bottom: 0;
}
@media (max-width: 768px) {
  .testimonial-sec .testimonial-sub-ttl sup {
    font-size: 0.625rem;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .testimonial-sub-ttl {
    width: 24.5rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.3125rem;
    margin: 1.25rem auto 1.25rem;
  }
  .testimonial-sec .testimonial-sub-ttl sup {
    font-size: 0.55em;
  }
}
@media (max-width: 768px) {
  .testimonial-sec .testimonial-list {
    margin: 0 1.875rem 0.625rem;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .testimonial-list {
    margin: 0 0 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.testimonial-sec .testimonial-item {
  position: relative;
  padding: 1.1875rem 1.25rem 0.9375rem;
  border-radius: 0.9375rem;
  background-color: #fff;
}
.testimonial-sec .testimonial-item p {
  font-size: 1rem !important;
  line-height: 1.375 !important;
  letter-spacing: 0.07em !important;
}
@media (max-width: 768px) {
  .testimonial-sec .testimonial-item + .testimonial-item {
    margin-top: 1.25rem;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .testimonial-item {
    width: 18.6875rem;
    font-size: 1rem;
    padding: 1rem 1.25rem;
  }
  .testimonial-sec .testimonial-item p {
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
  }
  .testimonial-sec .testimonial-item.item-01 {
    width: 13.6875rem;
  }
  .testimonial-sec .testimonial-item .testimonial-img {
    position: absolute;
    width: 8.125rem;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
@media (max-width: 768px) {
  .testimonial-sec .note-list {
    margin: 1rem 1.875rem 0;
    font-size: 0.625rem;
  }
}
@media (min-width: 769px) {
  .testimonial-sec .note-list {
    margin: 0.9375rem 0 0;
    font-size: 0.6875rem;
  }
}

.reason-02 {
  padding: 4.875rem 0 0;
}
@media (min-width: 769px) {
  .reason-02 {
    padding: 6.125rem 0 0;
  }
  .reason-02 .reason-sub-ttl {
    margin-bottom: 2.8125rem;
  }
}
.reason-02 .reason-h4 {
  margin-bottom: 1.3125rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/reason02_ttl_bg.png) right 0.75rem bottom no-repeat;
  background-size: 19.875rem auto;
}
@media (min-width: 769px) {
  .reason-02 .reason-h4 {
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    background: url(/djm/vitality_smart/new_value_mammoth/img/reason02_ttl_bg.png) center bottom no-repeat;
    background-size: 24.875rem auto;
  }
}
@media (max-width: 768px) {
  .reason-02 .reason-h4 .txt-01 {
    font-size: 1.5rem;
  }
}
.reason-02 .reason-h4 .txt-lg {
  font-size: 3.3125rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .reason-02 .reason-h4 .txt-lg {
    position: relative;
    top: 0.375rem;
  }
}
@media (max-width: 768px) {
  .reason-02 .reason-h4 .txt-lg {
    margin-top: -0.3125rem;
    display: inline-block;
    font-size: 2.6875rem;
  }
}
@media (max-width: 768px) {
  .reason-02 .reason-block {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .reason-block {
    padding-bottom: 2.0625rem;
  }
}
.reason-02 .register-block {
  padding-top: 1.25rem;
}
.reason-02 .reason-row .reason-ttl {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.reason-02 .col-left .reason-ttl {
  margin-bottom: 0.5rem;
  font-size: 1.625rem;
}
@media (min-width: 769px) {
  .reason-02 .col-left .reason-ttl {
    margin-bottom: 0.75rem;
    font-size: 1.375rem;
  }
}
.reason-02 .col-left .reason-ttl .dotted-line {
  display: inline-block;
  font-size: 1.1rem;
  padding: 0 0.625rem 0.375rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/line_dot_white.png) bottom center repeat-x;
  background-size: auto 0.125rem;
}
@media (min-width: 769px) {
  .reason-02 .col-left .reason-ttl .dotted-line {
    font-size: 1.375rem;
    padding: 0 0 0.5rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .col-left .reason-ttl .txt-lg {
    font-size: 2.25rem;
  }
}
.reason-02 .col-left .reason-ttl .txt-red,
.reason-02 .col-left .reason-ttl .txt-yellow {
  font-size: 2.0625rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .reason-02 .col-left .reason-ttl .txt-red,
  .reason-02 .col-left .reason-ttl .txt-yellow {
    font-size: 2.875rem;
  }
}
.reason-02 .col-left .reason-ttl .number {
  position: relative;
  display: inline-block;
  margin-top: -0.3125rem;
  top: 0.3125rem;
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .reason-02 .col-left .reason-ttl .number {
    font-size: 5.375rem;
  }
}
.reason-02 .col-left .brand-list {
  border-radius: 0.8125rem;
  color: #000;
  background-color: #fff;
}
@media (max-width: 768px) {
  .reason-02 .col-left .brand-list {
    padding: 1.25rem 0 1.375rem;
  }
}
.reason-02 .col-left .brand-item {
  text-align: center;
}
.reason-02 .col-left .brand-item p {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .reason-02 .col-left .brand-item .col-img {
    width: 19.3125rem;
    margin: -0.375rem auto 0;
  }
}
@media (min-width: 769px) {
  .reason-02 .col-left .brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    width: 34rem;
    margin: 0 auto;
  }
  .reason-02 .col-left .brand-item p {
    margin: 0.5rem 0 0.625rem;
    font-size: 1.125rem;
  }
  .reason-02 .col-left .brand-item .col-img {
    margin-left: 1.25rem;
    width: 19.25rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .white-block {
    margin: 0 0 1.625rem;
    padding: 0.8125rem 0 1.75rem;
    min-height: 12.6875rem;
    border-radius: 0.8125rem;
    color: #000;
    background-color: #fff;
  }
  .reason-02 .white-block .reason-ttl {
    color: #000;
    margin-bottom: 0;
  }
  .reason-02 .white-block .reason-ttl .dotted-line {
    position: relative;
    top: -0.75rem;
    padding-bottom: 0.375rem;
    background-image: url(/djm/vitality_smart/new_value_mammoth/img/line_dot_red.png);
  }
  .reason-02 .note-list {
    width: 43.375rem;
    margin: 0.875rem auto 0;
    font-size: 0.6875rem;
  }
}
@media (max-width: 768px) {
  .reason-02 .note-list {
    margin: 0.625rem 0.9375rem 0;
    font-size: 0.625rem;
    line-height: 1.4;
  }
}
.reason-02 .brand-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.625rem 0.9375rem 4rem 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason-02 .brand-info p {
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .reason-02 .brand-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.5rem auto 0;
    width: 39.0625rem;
  }
}
.reason-02 .brand-info .brand-img {
  width: 8.5rem;
}
@media (max-width: 768px) {
  .reason-02 .brand-info .brand-img {
    margin-top: 0.5rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .col-right .reason-ttl {
    font-size: 1.375rem;
  }
}
.reason-02 .col-right .sub-ttl {
  margin: 0 auto 0.3125rem;
  font-size: 1rem;
  text-align: center;
  color: #FFEB01;
}
@media (max-width: 768px) {
  .reason-02 .col-right .sub-ttl {
    margin: 1.75rem auto 0.3125rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .col-right .sub-ttl .ttl-style01 {
    font-size: 1rem;
  }
}
.reason-02 .reward-list {
  margin-top: 0.6875rem;
  padding: 1.125rem 1.375rem 1.3125rem;
  border-radius: 0.8125rem;
  color: #000;
  background-color: #fff;
}
@media (min-width: 769px) {
  .reason-02 .reward-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0.625rem;
    padding: 1.9375rem 1.75rem 1.625rem;
  }
}
.reason-02 .reward-item {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reason-02 .reward-item + .reward-item {
  position: relative;
}
.reason-02 .reward-item + .reward-item::before {
  content: "";
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .reason-02 .reward-item + .reward-item::before {
    width: 100%;
    left: 0;
    border-top: 0.0625rem solid #c1c7d3;
  }
}
@media (min-width: 769px) {
  .reason-02 .reward-item + .reward-item::before {
    left: 0;
    top: -0.9375rem;
    bottom: 0;
    border-left: 0.0625rem solid #c1c7d3;
  }
}
@media (max-width: 768px) {
  .reason-02 .reward-item {
    letter-spacing: 0.02em;
  }
  .reason-02 .reward-item + .reward-item {
    margin-top: 0.875rem;
    padding-top: 0.875rem;
  }
  .reason-02 .reward-item.reward-01 img {
    width: 5.4375rem;
  }
  .reason-02 .reward-item.reward-02 img {
    width: 6.8125rem;
  }
  .reason-02 .reward-item.reward-03 img {
    width: 6rem;
  }
  .reason-02 .reward-item.reward-03 .txt-05 {
    font-size: 1rem;
  }
}
@media (min-width: 769px) {
  .reason-02 .reward-item {
    font-size: 1rem;
  }
  .reason-02 .reward-item.col-12 {
    width: 100%;
    margin-top: 0.9375rem;
    padding-top: 1.25rem;
  }
  .reason-02 .reward-item.col-12:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 0.0625rem solid #c1c7d3;
  }
  .reason-02 .reward-item.reward-01 {
    width: 25.9375rem;
  }
  .reason-02 .reward-item.reward-01 img {
    width: 6.9375rem;
  }
  .reason-02 .reward-item.reward-02 {
    width: calc(100% - 25.9375rem);
    padding-left: 1.125rem;
  }
  .reason-02 .reward-item.reward-02 img {
    width: 8.4375rem;
  }
  .reason-02 .reward-item.reward-03 img {
    width: 8rem;
  }
  .reason-02 .reward-item .txt-03 {
    font-size: 1.125rem;
  }
  .reason-02 .reward-item .txt-04 {
    font-size: 1.0625rem;
  }
  .reason-02 .reward-item .txt-05 {
    font-size: 1.25rem;
  }
}
.reason-02 .reward-item .reward-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.3rem;
  margin: 0 1.125rem 0 0;
}
@media (min-width: 769px) {
  .reason-02 .reward-item .reward-img {
    width: 8.75rem;
    margin: 0 0.5rem 0 0;
  }
}
.reason-02 .reward-item .reward-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .reason-02 .reward-item .reward-txt p:not(.txt-note) {
    width: 104%;
  }
}
.reason-02 .reward-item .txt-red {
  font-size: 1rem;
}
@media (min-width: 769px) {
  .reason-02 .reward-item .txt-red {
    font-size: 1.25rem;
  }
}
.reason-02 .reward-item .number {
  position: relative;
  display: inline-block;
  margin-top: -0.5rem;
  top: 0.1em;
  font-size: 1.5rem;
  line-height: 1;
  text-indent: 0;
}
@media (min-width: 769px) {
  .reason-02 .reward-item .number {
    font-size: 1.875rem;
  }
}
.reason-02 .reward-item .list-style {
  list-style: none;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
.reason-02 .reward-item .list-style li {
  text-indent: -0.8em;
  padding-left: 0.8em;
}
.reason-02 .reward-item .list-style li:before {
  content: "・";
  font-size: 0.875rem;
  margin-right: 0.3em;
}
.reason-02 .reward-item .list-style .txt-dot {
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
}
@media (max-width: 768px) {
  .reason-02 .reward-item .list-style .txt-dot.dot-02 {
    margin-left: -1.1em;
  }
}
.reason-02 .reward-item .txt-note {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
}

.reason-03 {
  padding: 5rem 0 0;
  margin: 2.375rem 0 0;
}
@media (min-width: 769px) {
  .reason-03 {
    padding: 6.125rem 0 0;
    margin: 3.75rem 0 0;
  }
  .reason-03 .reason-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42rem;
    margin: 0 auto;
  }
}
.reason-03 .reason-block {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .reason-03 .reason-block {
    min-height: 22.3125rem;
    padding: 4.5625rem 0 0;
  }
}
.reason-03 .register-04 {
  padding: 1.25rem 0 0;
}
.reason-03 .reason-h4 {
  padding-bottom: 0;
}
@media (min-width: 769px) {
  .reason-03 .reason-h4 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5625rem;
    padding: 4.6875rem 0 0;
  }
}
.reason-03 .reason-h4 .dotted-line {
  padding: 0 0.625rem 0.25rem;
  margin-bottom: 1rem;
}
@media (min-width: 769px) {
  .reason-03 .reason-h4 .dotted-line {
    min-width: 25rem;
    padding: 0 0.625rem 0.75rem;
  }
}
.reason-03 .reason-h4 .txt-yellow {
  font-size: 1.45rem;
  line-height: 1.3;
}
@media (min-width: 769px) {
  .reason-03 .reason-h4 .txt-yellow {
    font-size: 1.8125rem;
    line-height: 1.4137931034;
  }
}
.reason-03 .reason-img01 {
  display: block;
  margin: -1.75rem -0.9375rem 0;
}
.reason-03 .reason-img01 img {
  width: 100%;
}
@media (min-width: 769px) {
  .reason-03 .reason-img01 {
    width: 18.4375rem;
    margin: 0;
  }
}

/* PROPOSAL SECTION
----------------------------- */
.proposal-sec {
  margin: 3.1875rem 0 0;
}
@media (min-width: 769px) {
  .proposal-sec {
    margin: 3.8125rem 0 0;
  }
}
.proposal-sec.proposal-sec-pageA {
  margin: 5.625rem 0 0;
}
@media (min-width: 769px) {
  .proposal-sec.proposal-sec-pageA {
    margin: 7.875rem 0 0;
  }
}
.proposal-block {
  position: relative;
  padding: 2.4375rem 0.9375rem 1.375rem;
  margin-bottom: 2.5625rem;
  background-color: #ecf0f4;
}
@media (min-width: 769px) {
  .proposal-block {
    margin-bottom: 5.375rem;
    padding: 2.5rem 0 1.375rem;
  }
}
.proposal-block:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid rgba(0, 0, 0, 0);
  border-left: 50vw solid rgba(0, 0, 0, 0);
  border-top: 2.5625rem solid #ecf0f4;
  border-bottom: 0;
}
@media (min-width: 769px) {
  .proposal-block:before {
    border-right-width: 30.3125rem;
    border-left-width: 30.3125rem;
    border-top-width: 4.0625rem;
  }
}
.proposal-block .txt-quote {
  position: relative;
  display: table;
  margin: 0 auto;
  padding: 0 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
}
.proposal-block .txt-quote:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.6875rem;
  height: 1.0625rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_quote.svg) bottom right no-repeat;
  background-size: auto 100%;
}
.proposal-block .txt-quote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6875rem;
  height: 1.0625rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_quote.svg) top left no-repeat;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .proposal-block .txt-quote {
    min-width: 18.75rem;
  }
  .proposal-block .txt-quote + .txt-quote {
    margin-top: 1.25rem;
  }
}
@media (min-width: 769px) {
  .proposal-block .txt-quote {
    height: 1.875rem;
    font-size: 1.125rem;
    padding: 0 1.0625rem;
    line-height: 1.875rem;
  }
  .proposal-block .txt-quote:before, .proposal-block .txt-quote:after {
    width: 1.875rem;
    height: 1.875rem;
  }
  .proposal-block .txt-quote + .txt-quote {
    margin-top: 0.625rem;
  }
}
.proposal-head {
  margin-bottom: 0.4375rem;
  font-size: 1.375rem;
  text-align: center;
  color: #4d99e4;
  padding-bottom: 1.25rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/ttl_line_blue_sp.svg) center bottom no-repeat;
  background-size: 17.25rem auto;
}
@media (min-width: 769px) {
  .proposal-head {
    margin-bottom: 0.625rem;
    padding-bottom: 1.75rem;
    font-size: 1.75rem;
    background-image: url(/djm/vitality_smart/new_value_mammoth/img/health_motivator/ttl_line_blue.svg);
    background-size: 22.4375rem auto;
  }
}
.proposal-h4 {
  padding: 1.5625rem 0 0;
  font-size: 1.75rem;
  text-align: center;
  color: var(--bright-red);
}
.proposal-h4 .txt-lg {
  font-size: 2.125rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .proposal-h4 {
    padding: 1.125rem 0 0;
    font-size: 2.3125rem;
  }
  .proposal-h4 .txt-lg {
    font-size: 2.8125rem;
  }
}
.proposal-h4 .dot {
  position: relative;
}
.proposal-h4 .dot::before {
  content: "";
  position: absolute;
  top: -0.6875rem;
  width: 100%;
  height: 0.5rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_dot_red.svg) center no-repeat;
  background-size: auto 100%;
}
@media (min-width: 769px) {
  .proposal-h4 .dot::before {
    top: -1rem;
    height: 0.6875rem;
  }
}
.proposal-h5 {
  margin: 0 0 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
  color: var(--bright-red);
}
@media (min-width: 769px) {
  .proposal-h5 {
    margin: 0.4375rem 0 0.75rem;
    font-size: 1.5rem;
  }
}
.proposal-img {
  position: relative;
  margin: 0 auto 2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .proposal-img {
    margin-bottom: 2.125rem;
  }
  .proposal-img img {
    width: 38.4375rem;
  }
}
@media (max-width: 768px) {
  .proposal-img img {
    width: 100%;
  }
}
.proposal-txt {
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  width: 100%;
  font-size: 1rem;
  text-align: center;
}
.proposal-txt .txt-red {
  font-size: 1.5rem;
  line-height: 1;
}
.proposal-txt .txt-lg {
  font-size: 1.125rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .proposal-txt {
    bottom: -23px;
    font-size: 1.25rem;
  }
  .proposal-txt .txt-01 {
    font-family: Helvetica, "ゴシックMB101 M", "Gothic MB101 Medium", "A-OTF Gothic MB101 Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
  }
  .proposal-txt .txt-red {
    font-size: 1.75rem;
  }
  .proposal-txt .txt-lg {
    font-size: 1.375rem;
  }
}

/* INTRUCTION SECTION
----------------------------- */
.intruction-sec {
  overflow: hidden;
  margin: 3.3125rem 0.9375rem 0;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 -0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 -0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(6%, #ff9519), color-stop(90%, #ff5000));
  background-image: linear-gradient(to right, #ff9519 6%, #ff5000 90%);
}
@media (min-width: 769px) {
  .intruction-sec {
    margin: 3.75rem 0 0;
    border-radius: 1.25rem;
  }
}

.intruction-head {
  padding: 1.75rem 0 1.1875rem;
  text-align: center;
}
@media (min-width: 769px) {
  .intruction-head {
    padding: 1.4375rem 0;
  }
}

.intruction-ttl {
  font-size: 1rem;
}
.intruction-ttl .number {
  font-size: 1.25rem;
}
@media (min-width: 769px) {
  .intruction-ttl .ttl-style01 {
    font-size: 1rem;
  }
  .intruction-ttl .number {
    font-size: 1.1875rem;
  }
}

.intruction-h3 {
  margin-top: 0.375rem;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .intruction-h3 {
    font-size: 1.5rem;
  }
}

.intruction-body {
  padding: 1.125rem 1.375rem 1.75rem;
  background-color: var(--bright-red);
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.05em;
}
.intruction-body p {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
}
.intruction-body .txt-01 {
  text-align: center;
}
@media (min-width: 769px) {
  .intruction-body {
    padding: 1.6875rem 2.5rem 2.5rem;
  }
  .intruction-body p {
    font-size: 0.875rem;
  }
  .intruction-body .txt-01 {
    letter-spacing: 0.1em;
  }
}

.intruction-list {
  margin: 1.375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 769px) {
  .intruction-list {
    margin: 1.5625rem 0 0 0.375rem;
  }
}

.intruction-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.625rem;
  width: 100%;
  border-radius: 0.8125rem;
  color: #000;
  background-color: #fff;
}
.intruction-item p {
  margin-top: 0.9375rem;
  font-size: 1rem !important;
  line-height: 1.25 !important;
}
@media (max-width: 768px) {
  .intruction-item + .intruction-item {
    margin-top: 1.5625rem;
  }
}
.intruction-item + .intruction-item:before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: 1.5rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_arrow_02.png) center left no-repeat;
  background-size: 100% auto;
}
@media (max-width: 768px) {
  .intruction-item + .intruction-item:before {
    left: 50%;
    top: -0.75rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
@media (min-width: 769px) {
  .intruction-item + .intruction-item:before {
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.intruction-item img {
  width: 5rem;
}
@media (min-width: 769px) {
  .intruction-item {
    padding: 0.9375rem 0.9375rem 0.9375rem 1.625rem;
    width: 16.75rem;
    font-size: 1rem;
    line-height: 1.25;
  }
  .intruction-item img {
    width: 5rem;
  }
}

.intruction-step {
  position: absolute;
  width: 5.875rem;
  height: 1.8125rem;
  line-height: 1.8125rem;
  text-align: center;
  color: var(--bright-red);
  font-size: 1rem;
  border-radius: 1.0625rem;
  background-color: #ffeb01;
}
@media (max-width: 768px) {
  .intruction-step {
    top: 0.625rem;
    left: -0.375rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  .intruction-step {
    border-radius: 1.0625rem;
    top: -0.1875rem;
    left: -0.375rem;
  }
}
.intruction-step .number {
  font-size: 1.25rem;
  line-height: 1;
}
@media (min-width: 769px) {
  .intruction-step .number {
    line-height: 1.5;
  }
}

/* TERMS SECTION
----------------------------- */
.ttl-style03 {
  margin: 0 0 1.5rem;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 769px) {
  .ttl-style03 {
    margin: 0 0 2.0625rem;
    font-size: 1.5rem;
  }
}
.ttl-style03 .txt-underline {
  padding-bottom: 0.25em;
  border-bottom: 0.125rem solid var(--bright-red);
}
@media (min-width: 769px) {
  .ttl-style03 .txt-underline {
    padding-bottom: 0.125rem;
  }
}

.terms-sec {
  margin: 3.125rem 0 0;
  padding: 3.3125rem 0.9375rem 3.125rem;
  background-color: #faf7f7;
}
.terms-sec p, .terms-sec li {
  font-size: 0.8125rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .terms-sec .txt-01 {
    margin: 0 0.625rem 1rem;
    letter-spacing: 0.15em;
  }
}
@media (min-width: 769px) {
  .terms-sec {
    margin: 3.75rem 0 0;
    padding: 3.875rem 0 3.75rem;
  }
  .terms-sec p, .terms-sec li {
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
  .terms-sec .txt-01 {
    margin-bottom: 1.875rem;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .terms-sec.update .txt-01 {
    margin-bottom: 0.9375rem;
  }
}
.terms-sec.update .terms-02 {
  margin-top: 2.1875rem;
}
@media (min-width: 769px) {
  .terms-sec.update .terms-02 {
    margin-top: 2.875rem;
  }
}

.btn-red {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  margin: 0 auto;
  width: 21.4375rem;
  height: 2.75rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--bright-red);
  border-radius: 1.25rem;
}
.btn-red .ico-plus {
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.875rem;
  height: 0.875rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/ico_plus.svg) center right no-repeat;
  background-size: 100% auto;
}

.terms-btn .txt-close {
  display: none;
}
.terms-btn.is-open .txt-open {
  display: none;
}
.terms-btn.is-open .txt-close {
  display: block;
}
.terms-btn.is-open .ico-plus {
  background-image: url(/djm/vitality_smart/new_value_mammoth/img/ico_minus.svg);
  background-size: 0.875rem auto;
}

.accordion-wrapper {
  display: none;
}
.accordion-wrapper .rect-list {
  list-style: none;
}
.accordion-wrapper .rect-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accordion-wrapper .rect-list li:before {
  content: "■";
  display: inline-block;
  margin-right: 0.25rem;
}
.accordion-wrapper .rect-list li + li {
  margin-top: 0.9375rem;
}
@media (min-width: 769px) {
  .accordion-wrapper .rect-list li + li {
    margin-top: 0.75rem;
  }
}

.accordion-inner {
  padding: 0 0 2.5rem;
}
@media (min-width: 769px) {
  .accordion-inner {
    padding: 0.125rem 0 2.25rem;
  }
}

/* CONDITIONS SECTION
----------------------------- */
.conditions-sec {
  padding: 3.25rem 0.9375rem 5.9375rem;
}
@media (min-width: 769px) {
  .conditions-sec {
    padding: 3.9375rem 0 4.25rem;
  }
}

.conditions-head {
  margin: 0 0 1.6875rem;
}
@media (min-width: 769px) {
  .conditions-head {
    margin: 0 0 2.3125rem;
  }
}

@media (min-width: 769px) {
  .conditions-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.conditions-item {
  margin: 0 0 1.5625rem;
  border-radius: 1.875rem;
}
.conditions-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-align: center;
  color: var(--bright-red);
  background: #fff url(/djm/vitality_smart/new_value_mammoth/img/ico_arrow_red.svg) right 0.9375rem center no-repeat;
  background-size: 0.875rem auto;
  border-radius: 1.875rem;
  border: solid 0.125rem var(--bright-red);
}
@media (min-width: 769px) {
  .conditions-item {
    margin: 0 0 2.375rem;
  }
  .conditions-item a {
    width: 18.75rem;
    height: 3.625rem;
    padding: 0.625rem 0.9375rem;
  }
}

/* FOOTER
----------------------------- */
.p-footer {
  position: relative;
  padding: 1.5rem 0;
  height: 3.75rem;
  color: #fff;
  background-color: var(--bright-red);
}
.btn-footer {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -1px;
}
@media (min-width: 769px) {
  .btn-footer {
    width: 5.4375rem;
  }
}

.ico-arrow {
  display: block;
  width: 5.4375rem;
  height: 2.1875rem;
  background: url(/djm/vitality_smart/new_value_mammoth/img/footer_arrow.png) no-repeat;
  background-size: 100% auto;
}
.copy-right {
  font-size: 0.6875rem;
  text-align: center;
}
@media (min-width: 769px) {
  .copy-right {
    font-size: 0.6875rem;
  }
}

.try-block {
  border-radius: 1.25rem;
  color: #000;
  border: 0.25rem solid #E60012;
}
@media (max-width: 768px) {
  .try-block {
    margin: 2.0625rem auto -1.25rem;
    padding: 1.75rem 0.9375rem 1.5625rem;
    width: 21.5625rem;
  }
}
@media (min-width: 769px) {
  .try-block {
    margin: 2.5rem auto -1.125rem;
    padding: 2.375rem 1.25rem 1.25rem;
    min-height: 19.25rem;
    width: 52.5rem;
  }
}
.try-block .try-ttl {
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .try-block .try-ttl {
    margin: 0 -0.625rem -0.125rem;
  }
}
.try-block .try-ttl .try-h5 {
  font-size: 1.25rem;
}
.try-block .try-ttl .try-h5 .txt-lg {
  font-size: 1.375rem;
}
.try-block .try-ttl .try-h5 .txt-small {
  margin-top: 0.6875rem;
  display: inline-block;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .try-block .try-ttl .try-h5 {
    margin-bottom: 0.625rem;
    line-height: 1.3;
  }
  .try-block .try-ttl .try-h5 .txt-small {
    margin-top: 0.4375rem;
  }
}
.try-block .try-ttl .try-h4 {
  font-size: 1.625rem;
}
.try-block .try-ttl .number {
  font-size: 4rem;
  line-height: 0.7;
  position: relative;
  top: 0.25rem;
}
.try-block .try-ttl small {
  font-size: 2.0625rem;
}
.try-block .try-ttl .txt-underline {
  display: inline-block;
  margin: 0.1875rem 0 0;
  font-size: 1.875rem;
  line-height: 1;
  border-bottom: 0.1875rem solid var(--bright-red);
}
@media (max-width: 768px) {
  .try-block .try-ttl .txt-underline {
    letter-spacing: -0.05em;
    margin-bottom: 0.875rem;
  }
}
.try-block .try-ttl .txt-02 {
  font-size: 1.5rem;
}
.try-block .try-ttl sup {
  font-size: 0.75rem;
  position: relative;
  top: -0.3125rem;
}
@media (min-width: 769px) {
  .try-block .try-ttl {
    display: table;
    margin: 0 auto 0.75rem;
    font-size: 1.625rem;
    white-space: nowrap;
  }
  .try-block .try-ttl .try-h5 {
    margin-bottom: -0.3125rem;
    font-size: 1.25rem;
  }
  .try-block .try-ttl .try-h5 .txt-lg {
    font-size: 1.5rem;
  }
  .try-block .try-ttl .number {
    font-size: 3.5625rem;
    line-height: 0.7;
  }
  .try-block .try-ttl small {
    font-size: 2.0625rem;
  }
  .try-block .try-ttl .txt-02 {
    font-size: 2rem;
  }
  .try-block .try-ttl .txt-03 {
    font-size: 1.5rem;
  }
  .try-block .try-ttl .txt-underline {
    font-size: 1.875rem;
    border-bottom-width: 0.1875rem;
  }
  .try-block .try-ttl .red-buble {
    top: -0.625rem;
    left: 1rem;
    width: 3.0625rem;
  }
  .try-block .try-ttl sup {
    top: -1.125rem;
  }
}
.try-block .note-list {
  margin-top: 0.875rem;
  font-size: 0.6875rem;
  width: 19.0625rem !important;
}
@media (min-width: 769px) {
  .try-block .note-list {
    width: 43rem !important;
    margin: 0.8125rem 1.25rem 0;
  }
}
.try-block .btn-cta {
  margin-bottom: 1.125rem;
}
@media (max-width: 768px) {
  .try-block .btn-cta {
    width: 19.0625rem;
  }
  .try-block .btn-cta .txt-center {
    font-size: 1.125rem;
  }
}
@media (min-width: 769px) {
  .try-block .btn-cta {
    margin-bottom: 0.9375rem;
  }
  .try-block .btn-cta .txt-center {
    font-size: 1.25rem;
  }
}

/* 20241021追記 */
#header-01 .header-menu {
  height: auto;
}

#container {
  width: auto !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 768px) {
  .one-column #container {
      padding: 65px 0 0;
  }
}

.p-container a:visited,
.p-container a:link,
.p-container a {
  text-decoration: none !important;
  color: #fff !important;
}

.conditions-sec a,
.conditions-sec a:visited,
.conditions-sec a:link {
  color: #E60012 !important;
}




@media screen and (min-width: 769px) {
  .hide-pc{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hide-sp{
    display: none;
  }
}