﻿
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  padding: 0;
  width: 100%;
}
input:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

body {
  color: #313131;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴシック Pro", Hiragino Kaku Gothic Pro, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #2d93e9;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

img, video, object {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.layout--sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .layout--sp {
    display: block !important;
  }
  .layout--pc {
    display: none !important;
  }
}
.button {
  -webkit-animation: buttonAnimation 0.8s ease 0s infinite alternate;
          animation: buttonAnimation 0.8s ease 0s infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.button__link {
  display: block;
  width: 52.0833333333%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 6px;
  color: #fff;
  background-color: #6eb038;
  border-radius: 5px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .button__link {
    width: 100%;
    font-size: 1.4rem;
  }
}
.button__link em {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .button__link em {
    font-size: 1.6rem;
  }
}
.button--submit {
  display: block;
  width: 31.25%;
  margin: 0 auto;
  padding: 10px 5px;
  color: #fff;
  background-color: #6eb038;
  border-radius: 5px;
  font-weight: bold;
}
.button--submit:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.button--shadow {
  margin-bottom: 4px;
}
.button--shadow .button__link {
  -webkit-box-shadow: 0 4px 0 0 #4d871d;
          box-shadow: 0 4px 0 0 #4d871d;
}
.button--shadow.button--submit {
  -webkit-box-shadow: 0 4px 0 0 #4d871d;
          box-shadow: 0 4px 0 0 #4d871d;
}
.button--orange .button__link {
  background-color: #e0911c;
  -webkit-box-shadow: 0 4px 0 0 #8a5910;
          box-shadow: 0 4px 0 0 #8a5910;
}
.button--orange.button--submit {
  background-color: #e0911c;
  -webkit-box-shadow: 0 4px 0 0 #8a5910;
          box-shadow: 0 4px 0 0 #8a5910;
}

@-webkit-keyframes buttonAnimation {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes buttonAnimation {
  from {
    -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
input {
  padding: 8.5px 14px;
  color: #ababab;
  background-color: #f1f1f1;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  input {
    padding: 10.25px 13px;
  }
}
input:focus {
  color: #313131;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
          box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.movie {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.emphasis {
  color: #bd5c2c;
}

.attention {
  color: #ababab;
  font-size: 12px;
  font-size: 1.2rem;
}
.supplement {
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .supplement {
    font-size: 1rem;
  }
}

.headerInfo {
  padding: 6px;
  background-color: #cb4706;
}
.headerInfo__wrapper {
  max-width: 890px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headerInfo__wrapper {
    line-height: 1.4;
  }
}
.headerInfo__text {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .headerInfo__text {
    font-size: 1.2rem;
  }
}
.headerInfo__text--emphasis {
  color: #ffe8b0;
}
.headerInfo__text--normal {
  font-weight: normal;
}
.headerInfo--2 {
  background-color: #fc7642;
}
.headerInfo--2 .headerInfo__text--emphasis {
  color: #ffe360;
}

.limitedCampaignMinutes {
  position: relative;
  background-image: url(../../images/renew/limitedcampaign_bg_confetti01__pc﹖20240104.png), url(../../images/renew/limitedcampaign_bg_confetti02__pc﹖20240104.png), repeating-linear-gradient(-45deg, #f1c779, #f1c779 10px, #f2cd87 10px, #f2cd87 20px);
  background-position: left -354px top 16px, right -354px top 16px, left top;
  background-color: #f1c779;
  background-repeat: no-repeat;
  background-size: 66.3888888889% auto, 66.3888888889% auto, 100% auto;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes {
    background-image: url(../../images/renew/limitedcampaign_bg_confetti01__sp.png), repeating-linear-gradient(-45deg, #f1c779, #f1c779 5px, #f2cd87 5px, #f2cd87 10px);
    background-position: left top -140px, left top;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1441px) {
  .limitedCampaignMinutes {
    background-size: contain;
    background-position: left -100px top 16px, right -100px top 16px, left top;
  }
}
.limitedCampaignMinutes__wrapper {
  position: relative;
  overflow: hidden;
}
.limitedCampaignMinutes__wrapper::before, .limitedCampaignMinutes__wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  width: 580px;
  height: 224px;
  background: url(../../images/renew/limitedcampaign_bg_flag01.png) no-repeat left top/cover;
}
.limitedCampaignMinutes__wrapper::before {
  left: calc(50% - 728px);
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.limitedCampaignMinutes__wrapper::after {
  right: calc(50% - 728px);
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__wrapper::before, .limitedCampaignMinutes__wrapper::after {
    top: -14px;
    width: 314px;
    height: 112px;
  }
  .limitedCampaignMinutes__wrapper::before {
    left: -199px;
  }
  .limitedCampaignMinutes__wrapper::after {
    right: -199px;
  }
}
@media screen and (min-width: 1441px) {
  .limitedCampaignMinutes__wrapper::before {
    left: 0;
  }
  .limitedCampaignMinutes__wrapper::after {
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .limitedCampaignMinutes__inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 130px 20px 100px;
  }
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__inner {
    width: 100%;
    margin: 0 auto;
    padding: 47px 10px 50px;
  }
}
.limitedCampaignMinutes__title {
  text-align: center;
}
.limitedCampaignMinutes__titleLead {
  position: relative;
  color: #a15400;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: -0.025em;
  text-shadow: 3px 3px 6px #fff, -3px -3px 6px #fff;
}
.limitedCampaignMinutes__titleLead::before, .limitedCampaignMinutes__titleLead::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 42px;
  background: url(../../images/cfm/limitedcampaign_image_rule01.webp) no-repeat left top/cover;
}
.limitedCampaignMinutes__titleLead::before {
  left: -53px;
}
.limitedCampaignMinutes__titleLead::after {
  right: -53px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleLead {
    font-size: 2.1rem;
  }
  .limitedCampaignMinutes__titleLead::before, .limitedCampaignMinutes__titleLead::after {
    width: 34px;
    height: 37px;
  }
}
.limitedCampaignMinutes__titleRibbon {
  position: relative;
  display: block;
  max-width: 820px;
  min-height: 141px;
  margin: 11px auto 0;
  background: url(../../images/cfm/limitedcampaign_bg_ribbon01__pc.webp) no-repeat center center/100% 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbon {
    max-width: 84.2666666667vw;
    min-height: 24.8vw;
    padding: 15px 0 30px;
    background-image: url(../../images/cfm/limitedcampaign_bg_ribbon01__sp.webp);
  }
}
.limitedCampaignMinutes__titleRibbonWrapper {
  display: grid;
  grid: "date text" auto "time text" 1fr/auto 430px;
  gap: 0 17px;
  max-width: 600px;
  margin: auto;
  padding: 23px 0 35px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbonWrapper {
    display: block;
    grid: unset;
    max-width: 60vw;
    padding: 0;
    text-align: center;
  }
}
.limitedCampaignMinutes__titleRibbonDate {
  grid-area: date;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: bold;
  color: #ffe65b;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbonDate {
    display: inline-block;
    font-size: 3.7333333333vw;
    max-width: 60vw;
  }
}
.limitedCampaignMinutes__titleRibbonNumber {
  font-size: clamp(28px, 2.0833333333vw, 30px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbonNumber {
    font-size: 5.0666666667vw;
    max-width: 60vw;
  }
}
.limitedCampaignMinutes__titleRibbonTime {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: time;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(13px, 0.9722222222vw, 14px);
  font-weight: bold;
  color: #ffe65b;
  line-height: 0.2;
  white-space: nowrap;
}
.limitedCampaignMinutes__titleRibbonTime::before, .limitedCampaignMinutes__titleRibbonTime::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ffe65b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.limitedCampaignMinutes__titleRibbonTime:before {
  margin: 0 5px 0 0;
}
.limitedCampaignMinutes__titleRibbonTime:after {
  margin: 0 0 0 5px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbonTime {
    display: inline-block;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .limitedCampaignMinutes__titleRibbonTime::before, .limitedCampaignMinutes__titleRibbonTime::after {
    display: none;
  }
}
.limitedCampaignMinutes__titleRibbonText {
  grid-area: text;
  font-size: clamp(42px, 3.4722222222vw, 50px);
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.065em;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleRibbonText {
    display: block;
    font-size: 6.4vw;
    line-height: 1;
    text-align: center;
  }
}
.limitedCampaignMinutes__titleText {
  max-width: 788px;
  width: 82.0833333333%;
  margin: 0 auto;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__titleText {
    max-width: 79.7333vw;
    width: 100%;
    margin-top: 2px;
  }
}
.limitedCampaignMinutes__content {
  margin-top: -66px;
  padding: 82px 52px 50px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 0px 0px rgba(0, 0, 0, .1);
          box-shadow: 0px 16px 0px 0px rgba(0, 0, 0, .1);
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__content {
    margin-top: -43px;
    padding: 32px 20px 45px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .1);
            box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, .1);
  }
}
.limitedCampaignMinutes__countdown {
  position: relative;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdown {
    margin-top: 23px;
  }
}
.limitedCampaignMinutes__countdownPeriod {
  position: relative;
  width: 310px;
  margin: 0 auto;
  padding: 10px 0;
  color: #1e2b5c;
  background-color: #c6d0f5;
  border-radius: 50px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.limitedCampaignMinutes__countdownPeriod em {
  font-size: 26px;
  font-size: 2.6rem;
}
.limitedCampaignMinutes__countdownPeriod::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 14px;
  background-color: #c6d0f5;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownPeriod {
    width: 220px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 1.5rem;
  }
  .limitedCampaignMinutes__countdownPeriod em {
    font-size: 1.7rem;
  }
  .limitedCampaignMinutes__countdownPeriod::after {
    width: 22px;
    height: 11px;
    bottom: -8px;
  }
}
.limitedCampaignMinutes__countdownWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.limitedCampaignMinutes__countdownItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #1e2b5c;
  margin-top: 25px;
  padding-top: 25px;
  padding-right: 14px;
  padding-bottom: 22px;
  padding-left: 15px;
  border: 2px solid #c7d5ed;
  -webkit-box-shadow: 10px 10px 0px 0px #c7d5ed;
          box-shadow: 10px 10px 0px 0px #c7d5ed;
}
.limitedCampaignMinutes__countdownItem + .limitedCampaignMinutes__countdownUnit {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownItem {
    margin-top: 12px;
    padding-top: 19px;
    padding-right: 8px;
    padding-bottom: 10px;
    padding-left: 8px;
    -webkit-box-shadow: 5px 5px 0px 0px #c7d5ed;
            box-shadow: 5px 5px 0px 0px #c7d5ed;
  }
  .limitedCampaignMinutes__countdownItemText {
    width: 16.8253968254%;
  }
  .limitedCampaignMinutes__countdownItemText--day {
    width: 11.1111111111%;
  }
  .limitedCampaignMinutes__countdownItem + .limitedCampaignMinutes__countdownUnit {
    margin-left: 8px;
  }
}
.limitedCampaignMinutes__countdownItemNumber {
  color: #fff;
  font-size: 63px;
  font-size: 6.3rem;
  font-weight: bold;
  line-height: 1;
}
.limitedCampaignMinutes__countdownItemNumber span {
  display: inline-block;
  padding: 0 25px;
  background-color: #1e2b5c;
  border: 2px solid #c7d5ed;
  line-height: 126px;
  -webkit-box-shadow: 12px 13px 0px 0px #c7d5ed;
          box-shadow: 12px 13px 0px 0px #c7d5ed;
}
.limitedCampaignMinutes__countdownItemNumber span + span {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownItemNumber {
    font-size: clamp(28px, 8.4vw, 63px);
  }
  .limitedCampaignMinutes__countdownItemNumber span {
    padding: 0 18px;
    border-width: 1px;
    line-height: 89px;
    -webkit-box-shadow: 7px 7px 0px 0px #c7d5ed;
            box-shadow: 7px 7px 0px 0px #c7d5ed;
  }
  .limitedCampaignMinutes__countdownItemNumber span + span {
    margin-left: 10px;
  }
}
.limitedCampaignMinutes__countdownUnit {
  margin-bottom: -10px;
  font-size: 54px;
  font-size: 5.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownUnit {
    margin-bottom: -3px;
    font-size: 2.7rem;
  }
}
.limitedCampaignMinutes__countdownUnit + .limitedCampaignMinutes__countdownItem {
  margin-left: 22px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownUnit + .limitedCampaignMinutes__countdownItem {
    margin-left: 3px;
  }
}
.limitedCampaignMinutes__countdownNote {
  margin-top: 42px;
  color: #333;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
}
.limitedCampaignMinutes__countdownNote em {
  color: #df5f38;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownNote {
    margin-top: 23px;
    font-size: 1.3rem;
    line-height: 1.46;
    text-align: left;
  }
}
.limitedCampaignMinutes__appeal {
  position: relative;
  z-index: 2;
}
.limitedCampaignMinutes__appealText {
  margin-top: 20px;
  font-size: clamp(30px, 2.5vw, 36px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .limitedCampaignMinutes__appealText {
    text-align: center;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__appealText {
    margin-top: 24px;
    padding-bottom: 0;
    font-size: clamp(12px, 4.8vw, 36px);
    text-align: center;
    line-height: 1.38;
  }
}
.limitedCampaignMinutes__appealTextDate {
  color: #e76016;
}
.limitedCampaignMinutes__appealTextStrong {
  font-size: clamp(40px, 3.3333333333vw, 48px);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__appealTextStrong {
    font-size: clamp(14px, 6.4vw, 48px);
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.065em;
    white-space: nowrap;
  }
}
.limitedCampaignMinutes__appealTextEmphasis {
  display: inline-block;
  position: relative;
  margin-top: 20px;
  padding-right: 16px;
  padding-left: 15px;
  background: none;
  color: #e76016;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 1;
}
.limitedCampaignMinutes__appealTextEmphasis::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -4px;
  left: 0;
  background-color: #ffe8b0;
  z-index: -1;
}
.limitedCampaignMinutes__appealTextEmphasis .textDots {
  padding-top: 0.7em;
  background-position: top left;
  background-size: 1em 1em;
  background-image: radial-gradient(#e76016 14%, rgba(231, 96, 22, 0) 0);
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__appealTextEmphasis {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    font-size: clamp(14px, 6.4vw, 48px);
    line-height: 1;
  }
  .limitedCampaignMinutes__appealTextEmphasis::before {
    height: 15px;
  }
}
.limitedCampaignMinutes__appealTextSmall {
  font-size: clamp(28px, 2.6388888889vw, 38px);
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__appealTextSmall {
    font-size: clamp(18px, 4.8vw, 36px);
  }
}
.limitedCampaignMinutes__specialLecture {
  position: relative;
  height: auto;
  margin-top: 43px;
  background-color: #fcf3e1;
  border-radius: 10px;
  z-index: 1;
}
.limitedCampaignMinutes__specialLecture::before {
  content: "";
  display: block;
  position: absolute;
  right: -36px;
  bottom: -48px;
  width: 113px;
  height: 121px;
  background: url(../../images/cfm/limitedcampaign_bg_coin02.png) no-repeat left top/contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLecture {
    height: auto;
    margin-top: 20px;
    padding: 0;
    border-radius: 5px;
  }
  .limitedCampaignMinutes__specialLecture::before {
    right: -17px;
    bottom: -17px;
    width: 45px;
    height: 50px;
  }
}
.limitedCampaignMinutes__specialLectureTitle {
  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;
  height: 60px;
  background: #c5912e;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 0.48;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureTitle {
    height: 9.33333vw;
    font-size: 4.267vw;
    border-radius: 5px 5px 0 0;
  }
}
.limitedCampaignMinutes__specialLectureContent {
  padding: 47px 48px 60px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureContent {
    padding: 22px 15px 20px;
  }
}
.limitedCampaignMinutes__specialLectureDefinition:last-of-type {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDefinition:last-of-type {
    margin-top: 22px;
  }
}
.limitedCampaignMinutes__specialLectureTeam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  color: #c5912e;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.limitedCampaignMinutes__specialLectureTeam::before, .limitedCampaignMinutes__specialLectureTeam::after {
  content: "";
  width: 100%;
  height: 8px;
  border-width: 3px 0;
  border-style: dotted;
  border-color: currentColor;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.limitedCampaignMinutes__specialLectureTeam:before {
  margin: 0 15px 0 0;
}
.limitedCampaignMinutes__specialLectureTeam:after {
  margin: 0 0 0 15px;
}
.limitedCampaignMinutes__specialLectureTeamNumber {
  font-size: 30px;
  font-size: 3rem;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureTeam {
    font-size: 1.5rem;
  }
  .limitedCampaignMinutes__specialLectureTeam::before, .limitedCampaignMinutes__specialLectureTeam::after {
    height: 3px;
    border-width: 2px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .limitedCampaignMinutes__specialLectureTeam:before {
    margin: 0 5px 0 0;
  }
  .limitedCampaignMinutes__specialLectureTeam:after {
    margin: 0 0 0 5px;
  }
  .limitedCampaignMinutes__specialLectureTeamNumber {
    font-size: 1.7rem;
  }
}
.limitedCampaignMinutes__specialLectureDescription {
  color: #333;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescription {
    margin-top: 7px;
    text-align: left;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionTitle {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.38;
  letter-spacing: 0.01em;
}
.limitedCampaignMinutes__specialLectureDescriptionTitle span {
  color: #e76016;
}
.limitedCampaignMinutes__specialLectureDescriptionTitleSpace {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionTitle {
    font-size: 1.9rem;
    line-height: 1.18;
  }
  .limitedCampaignMinutes__specialLectureDescriptionTitleSpace {
    margin-right: 0;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionText {
  margin-top: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionText {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.31;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionBalloon {
  color: #fff;
  background-color: #e76016;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  position: absolute;
  top: 10px;
  right: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionBalloon {
    font-size: 0.9rem;
    width: 85px;
    height: 85px;
    top: 20px;
    right: -5px;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionBalloon em {
  font-size: 18px;
  font-weight: bold;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionBalloon em {
    font-size: 1.1rem;
    margin-top: -3px;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionBalloon strong {
  font-size: 32px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionBalloon strong {
    font-size: 2rem;
    top: 1px;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionBalloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 22px solid #e76016;
  border-left: 14px solid transparent;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  position: absolute;
  left: 8px;
  bottom: 2px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionBalloon::after {
    border-right-width: 8px;
    border-bottom-width: 12px;
    border-left-width: 8px;
    left: 8px;
    bottom: 0;
  }
}
.limitedCampaignMinutes__specialLectureDescriptionDetail {
  margin-top: 15px;
  color: #a6a195;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.22;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__specialLectureDescriptionDetail {
    margin-top: 17px;
    font-size: 1.3rem;
    line-height: 1.54;
  }
}
.limitedCampaignMinutes .button {
  margin-top: 25.2px;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes .button {
    margin-top: 15.8px;
  }
}
.limitedCampaignMinutes__countdownExtension {
  margin-top: -14px;
  margin-bottom: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .limitedCampaignMinutes__countdownExtension {
    max-width: 170px;
    margin-top: -8px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
  }
}

.achievement {
  background: url(../../images/renew/achievement_bg01__pc.webp) left calc(50% + 7px) top 0 no-repeat, #f5f5f5;
}
@media screen and (max-width: 767px) {
  .achievement {
    background: url(../../images/renew/achievement_bg01__sp.webp) top center/100% auto no-repeat, #f5f5f5;
  }
}
.achievement__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 88px 20px 76px;
}
@media screen and (max-width: 767px) {
  .achievement__wrapper {
    padding: 60px 20px 62px;
  }
}
.achievement__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .achievement__title {
    max-width: min(58.4vw, 350.4px);
  }
}
.achievement__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-top: 39px;
}
@media screen and (max-width: 960px) {
  .achievement__list {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .achievement__list {
    grid-template-columns: 100%;
    gap: 15px 0;
    margin-top: 40px;
  }
}
.achievement__listItem {
  position: relative;
  padding: 30px 30px 37px;
  -webkit-box-shadow: 2.571px 3.064px 0 0 rgba(0, 0, 0, .13);
          box-shadow: 2.571px 3.064px 0 0 rgba(0, 0, 0, .13);
  background-color: #fff;
}
.achievement__listItem::before, .achievement__listItem::after {
  position: absolute;
  top: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 1.286px 1.532px 0 0 #fecd91;
          box-shadow: 1.286px 1.532px 0 0 #fecd91;
  background-color: #ffd21e;
  content: "";
}
.achievement__listItem::before {
  left: 15px;
}
.achievement__listItem::after {
  right: 15px;
}
@media screen and (max-width: 767px) {
  .achievement__listItem {
    padding: 25px 30px;
  }
}
.achievement__listHead {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
@media screen and (max-width: 960px) {
  .achievement__listHead {
    grid-template-columns: 60px minmax(0, 1fr);
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}
.achievement__listNames {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  grid-template-columns: 100%;
  row-gap: 1px;
}
@media screen and (max-width: 767px) {
  .achievement__listNames {
    row-gap: 0;
    padding-top: 5px;
  }
}
.achievement__listName {
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.achievement__listAge {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .achievement__listAge {
    margin-top: -3px;
    font-size: 1.4rem;
  }
}
.achievement__listResult {
  margin-top: 26px;
  color: #e76016;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.28;
  letter-spacing: 0.025em;
}
.achievement__listResultSmall {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .achievement__listResult {
    margin-top: 9px;
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .achievement__listResultSmall {
    font-size: 1.4rem;
  }
}
.achievement__listHistory {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 5px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #d8d8d8;
}
.achievement__listHistoryRow {
  display: grid;
  grid-template-columns: 6em minmax(0, 1fr);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.achievement__listHistoryTerm {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
}
.achievement__listHistoryData {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  word-break: break-word;
}
@media screen and (max-width: 767px) {
  .achievement__listHistory {
    row-gap: 6px;
    margin-top: 16px;
    padding-top: 21px;
  }
  .achievement__listHistoryRow {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.achievement__notice {
  margin-top: 25px;
  color: rgba(0, 0, 0, .6);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .achievement__notice {
    font-size: 1.3rem;
  }
}

.coursePoints {
  overflow: hidden;
  background-image: linear-gradient(rgba(149, 146, 137, .07) 1px, transparent 0), linear-gradient(90deg, rgba(149, 146, 137, .07) 1px, transparent 0);
  background-position: 6px 0;
  background-size: 50px 50px;
  background-color: #f8f4e5;
}
@media screen and (max-width: 767px) {
  .coursePoints {
    background-position: 0 -7px;
    background-size: 25px 25px;
  }
}
.coursePoints__wrapper {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding: 86px 20px 110px;
}
@media screen and (max-width: 767px) {
  .coursePoints__wrapper {
    padding: 58px 15px 76px;
  }
}
.coursePoints__head {
  display: grid;
  grid: "label photo" auto "logos photo" auto "video photo" auto "notice photo" auto/61.985472155% minmax(0, 1fr);
  width: 100%;
  max-width: 866px;
  margin: 0 auto;
  padding: 0 20px;
}
.coursePoints__headLabel {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: label;
  grid-template-columns: auto minmax(0, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-left: 2px;
}
.coursePoints__headLogos {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: logos;
  grid-template-columns: 31.25% minmax(0, 1fr);
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  margin-top: 25px;
}
.coursePoints__headVideo {
  grid-area: video;
  margin-top: 14px;
}
.coursePoints__headVideoIamge {
  width: 100%;
}
.coursePoints__headNotice {
  grid-area: notice;
  margin-top: 6px;
}
.coursePoints__headPhoto {
  grid-area: photo;
  position: relative;
}
.coursePoints__headPhotoImage {
  position: absolute;
  right: -36.6242038217%;
  bottom: -10px;
  width: 157.9617834395%;
  max-width: none;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (max-width: 767px) {
  .coursePoints__head {
    grid: "label label" auto "video video" auto "notice photo" auto "logos photo" auto/56.3492063492% minmax(0, 1fr);
    max-width: 640px;
    padding: 0 15px;
  }
  .coursePoints__headLabel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
    margin: 0 auto;
    padding-left: 0;
  }
  .coursePoints__headLogos {
    grid-template-columns: 100%;
    row-gap: 10px;
    margin-top: 20px;
  }
  .coursePoints__headVideo {
    margin-top: 18px;
  }
  .coursePoints__headNotice {
    margin-top: 5px;
  }
  .coursePoints__headPhotoImage {
    right: -45.0909090909%;
    bottom: -20px;
    width: 139.6363636364%;
  }
}
.coursePoints__labelRibbon {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 35px;
  padding: 0 33px 0 26px;
  background-color: #d3a755;
  -webkit-clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
          clip-path: polygon(calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0% 100%, 0% 0%);
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
.coursePoints__labelText {
  color: #d3a755;
  font-weight: bold;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .coursePoints__labelRibbon {
    height: 6.1333333333vw;
    padding: 0 5.8666666667vw 0 4vw;
    font-size: min(4.2666666667vw, 2.56rem);
    -webkit-clip-path: polygon(calc(100% - 2.13333vw) 0, 100% 50%, calc(100% - 2.13333vw) 100%, 0% 100%, 0% 0%);
            clip-path: polygon(calc(100% - 2.13333vw) 0, 100% 50%, calc(100% - 2.13333vw) 100%, 0% 100%, 0% 0%);
  }
  .coursePoints__labelText {
    font-size: min(6.1333333333vw, 3.68rem);
  }
}
.coursePoints__logo {
  max-width: 336px;
}
.coursePoints__logoImage {
  width: 100%;
}
.coursePoints__notice {
  color: rgba(49, 49, 49, .6);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .coursePoints__notice {
    font-size: 1.3rem;
  }
}
.coursePoints__points {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 32px;
  max-width: 1000px;
  margin: 92px auto 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .coursePoints__points {
    row-gap: clamp(28px, 4.8533333333vw, 36.4px);
    margin-top: clamp(55px, 9.5333333333vw, 71.5px);
  }
}
.coursePoints__pointsItem {
  position: relative;
}
.coursePoints__pointsItem:nth-child(1) .coursePoints__pointsIllust {
  max-width: 13%;
  bottom: -40px;
  left: 2.2%;
}
.coursePoints__pointsItem:nth-child(2) .coursePoints__pointsIllust {
  max-width: 20.8%;
  right: -5px;
  bottom: -26px;
}
.coursePoints__pointsItem:nth-child(3) .coursePoints__pointsIllust {
  max-width: 22%;
  bottom: 4px;
  left: -10px;
}
.coursePoints__pointsItem:nth-child(4) .coursePoints__pointsIllust {
  max-width: 19.6%;
  right: 1%;
  bottom: -10px;
}
.coursePoints__pointsItem:nth-child(5) .coursePoints__pointsIllust {
  max-width: 21.6%;
  left: -12px;
  bottom: 0;
}
.coursePoints__pointsItemWrapper {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .coursePoints__pointsItem:nth-child(1) .coursePoints__pointsIllust {
    left: -20px;
  }
  .coursePoints__pointsItem:nth-child(2) .coursePoints__pointsIllust {
    max-width: 20%;
    right: -12px;
  }
  .coursePoints__pointsItem:nth-child(3) .coursePoints__pointsIllust {
    max-width: 20%;
    left: -8px;
  }
  .coursePoints__pointsItem:nth-child(4) .coursePoints__pointsIllust {
    right: -12px;
    max-width: 18%;
  }
  .coursePoints__pointsItem:nth-child(5) .coursePoints__pointsIllust {
    max-width: 15%;
    left: -10px;
  }
}
@media screen and (max-width: 767px) {
  .coursePoints__pointsItem:nth-child(1) .coursePoints__pointsIllust {
    max-width: min(14.5333333333vw, 87.2px);
    bottom: -20px;
    left: 1.6vw;
  }
  .coursePoints__pointsItem:nth-child(2) .coursePoints__pointsIllust {
    max-width: min(23.2vw, 139.2px);
    right: -12px;
    bottom: -25px;
  }
  .coursePoints__pointsItem:nth-child(3) .coursePoints__pointsIllust {
    max-width: min(24.5333333333vw, 147.2px);
    bottom: -28px;
    left: -8px;
  }
  .coursePoints__pointsItem:nth-child(4) .coursePoints__pointsIllust {
    max-width: min(22vw, 132px);
    right: -12px;
    bottom: -25px;
  }
  .coursePoints__pointsItem:nth-child(5) .coursePoints__pointsIllust {
    max-width: min(24.1333333333vw, 144.8px);
  }
}
.coursePoints__pointsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 466px;
  margin: 0 auto;
  width: 100%;
}
.coursePoints__pointsTitle::before, .coursePoints__pointsTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ea8e5b;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.coursePoints__pointsTitleText {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ea8e5b;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0 14px;
  max-width: calc(100% - 40px);
}
.coursePoints__pointsTitleTextCount {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .coursePoints__pointsTitle {
    max-width: 70.2666666667vw;
  }
  .coursePoints__pointsTitleText {
    font-size: clamp(12px, 2.08vw, 15.6px);
    padding: 0 8px;
  }
  .coursePoints__pointsTitleTextCount {
    font-size: clamp(15px, 2.6vw, 19.5px);
  }
}
.coursePoints__pointsText {
  color: #000;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 3px;
}
.coursePoints__pointsTextEm {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ffd9b3));
  background: linear-gradient(transparent 50%, #ffd9b3 50%);
}
@media screen and (max-width: 767px) {
  .coursePoints__pointsText {
    margin-top: clamp(4px, 0.6933333333vw, 5.2px);
    font-size: clamp(18px, 3.12vw, 23.4px);
  }
}
.coursePoints__pointsDetail {
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 767px) {
  .coursePoints__pointsDetail {
    font-size: clamp(13px, 2.2533333333vw, 16.9px);
    margin-top: clamp(4px, 0.6933333333vw, 5.2px);
  }
}
.coursePoints__pointsIllust {
  position: absolute;
  bottom: 0;
}

.receiveVideo {
  overflow: hidden;
  background-color: #2bb38c;
}
.receiveVideo__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 35px 60px 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .receiveVideo__wrapper {
    padding: 9.33333vw 10px 12vw 15px;
  }
}
.receiveVideo__message {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .receiveVideo__message {
    font-size: 4.2666666667vw;
  }
}
.receiveVideo__photo {
  position: absolute;
  bottom: 0;
  left: -35px;
  max-width: min(30%, 246px);
}
@media screen and (max-width: 767px) {
  .receiveVideo__photo {
    bottom: 0;
    left: 2px;
    max-width: clamp(123px, 32.6666666667vw, 245px);
  }
}

.formArea--2 .formArea {
  background: url(https://toushi-up.com/assets/images/renew/formarea_bg01.webp) #fff6e4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea {
    background-size: 85.3333333333% auto;
  }
}
.formArea--2 .formArea__wrapper {
  position: relative;
}
@media screen and (min-width: 768px) {
  .formArea--2 .formArea__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 20px 80px;
  }
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__wrapper {
    padding: 60px 10px;
  }
}
@media screen and (min-width: 768px) {
  .formArea--2 .formArea__title {
    max-width: 532px;
    width: 55.4166666667%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__title {
    max-width: 392px;
    width: 55.2112676056%;
    margin: 0 auto;
  }
}
.formArea--2 .formArea__ribbon {
  position: absolute;
  top: 0;
  right: 0;
  width: 18.9583333333%;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__ribbon {
    right: 10px;
    width: 22.7083333333%;
  }
}
.formArea--2 .formArea__announce {
  margin-top: 26.4px;
  text-align: center;
}
.formArea--2 .formArea__announceNote {
  margin-top: 11.6px;
  font-size: clamp(14px, 1.1111111111vw, 16px);
}
.formArea--2 .formArea__announceNoteEmphasis {
  font-weight: bold;
}
.formArea--2 .formArea__announceNoteEmphasis--red {
  color: #cf1f1f;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__announce {
    margin-top: 18.2px;
  }
  .formArea--2 .formArea__announceNote {
    margin-top: 9px;
    padding: 0 10px;
    text-align: left;
  }
}
.formArea--2 .formArea__content {
  margin-top: 25.2px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .15);
          box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, .15);
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__content {
    margin-top: 17.9px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .15);
  }
}
.formArea--2 .formArea__table {
  padding: 50px;
  background-color: #fff;
  font-size: clamp(12px, 1.1111111111vw, 16px);
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__table {
    margin-top: 20px;
    padding: 30px 20px 40px;
  }
}
@media screen and (min-width: 768px) {
  .formArea--2 .formArea__tableItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.formArea--2 .formArea__tableItem + .formArea__tableItem {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableItem + .formArea__tableItem {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .formArea--2 .formArea__tableHeader {
    width: 26.7441860465%;
    font-size: clamp(14px, 1.25vw, 18px);
  }
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableHeader {
    font-size: 1.6rem;
  }
}
.formArea--2 .formArea__tableHeader .required::after {
  content: "必須";
  display: inline-block;
  margin-left: 12px;
  padding: 0 8px;
  color: #fff;
  background-color: #cf1f1f;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .formArea--2 .formArea__tableHeader .required::after {
    margin-left: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
  }
}
.formArea--2 .formArea__tableHeader .any::after {
  content: "任意";
  display: inline-block;
  margin-left: 12px;
  padding: 0 8px;
  color: #fff;
  background-color: #1f7ecf;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .formArea--2 .formArea__tableHeader .any::after {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .formArea--2 .formArea__tableBody {
    width: 73.2558139535%;
  }
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-top: 9.6px;
  }
}
.formArea--2 .formArea__tableBodyInput[type=text]::-webkit-input-placeholder, .formArea--2 .formArea__tableBodyInput[type=email]::-webkit-input-placeholder {
  color: #bebebe;
}
.formArea--2 .formArea__tableBodyInput[type=text]::-moz-placeholder, .formArea--2 .formArea__tableBodyInput[type=email]::-moz-placeholder {
  color: #bebebe;
}
.formArea--2 .formArea__tableBodyInput[type=text]::-ms-input-placeholder, .formArea--2 .formArea__tableBodyInput[type=email]::-ms-input-placeholder {
  color: #bebebe;
}
.formArea--2 .formArea__tableBodyInput[type=text]::placeholder, .formArea--2 .formArea__tableBodyInput[type=email]::placeholder {
  color: #bebebe;
}
.formArea--2 .formArea__tableBodyInput__label {
  display: block;
  margin-top: 1em;
  position: relative;
  padding-left: 1.3em;
  margin-right: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.formArea--2 .formArea__tableBodyInput__label + .formArea--2 .formArea__tableBodyInput__label {
  margin-top: 0.3em;
  opacity: 0.5;
}
.formArea--2 .formArea__tableBody input[name=Mail] {
  width: 79.3650793651%;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody input[name=Mail] {
    width: 100%;
  }
}
.formArea--2 .formArea__tableBody input[name=NameSei], .formArea--2 .formArea__tableBody input[name=NameMei], .formArea--2 .formArea__tableBody input[name=RubySei], .formArea--2 .formArea__tableBody input[name=RubyMei] {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody input[name=NameSei], .formArea--2 .formArea__tableBody input[name=NameMei], .formArea--2 .formArea__tableBody input[name=RubySei], .formArea--2 .formArea__tableBody input[name=RubyMei] {
    width: 49.2063492063%;
  }
}
@media screen and (max-width: 320px) {
  .formArea--2 .formArea__tableBody input[name=NameSei], .formArea--2 .formArea__tableBody input[name=NameMei], .formArea--2 .formArea__tableBody input[name=RubySei], .formArea--2 .formArea__tableBody input[name=RubyMei] {
    width: 47.619047619%;
  }
}
.formArea--2 .formArea__tableBody input[name=MobileTel] {
  width: 325px;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody input[name=MobileTel] {
    width: 100%;
  }
}
.formArea--2 .formArea__tableBody input[name=C02] {
  width: 314px;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody input[name=C02] {
    width: 100%;
  }
}
.formArea--2 .formArea__tableBody input[type=radio] {
  width: 0;
  height: 0;
  padding: 0;
  border: 0;
}
.formArea--2 .formArea__tableBody input[type=radio]::before {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.3em;
  height: 1.3em;
  border-radius: 100vh;
  background: #f1f1f1;
  border: 1px solid #c9c9c9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formArea--2 .formArea__tableBody input[type=radio]:checked::after {
  content: "";
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100vh;
  background: #1f2c5c;
  position: absolute;
  left: 0.25em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.formArea--2 .formArea__tableBody input[type=text].active, .formArea--2 .formArea__tableBody input[type=email].active, .formArea--2 .formArea__tableBody input[type=number].active, .formArea--2 .formArea__tableBody input[type=password].active, .formArea--2 .formArea__tableBody input[type=tel].active {
  color: #313131;
  background-color: #fff;
}
.formArea--2 .formArea__tableBody input[type=text].error, .formArea--2 .formArea__tableBody input[type=email].error, .formArea--2 .formArea__tableBody input[type=number].error, .formArea--2 .formArea__tableBody input[type=password].error, .formArea--2 .formArea__tableBody input[type=tel].error {
  color: #cf1f1f;
}
.formArea--2 .formArea__tableBodyText {
  margin-top: 12.6px;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-indent: -1em;
}
.formArea--2 .formArea__tableBodyText a {
  text-decoration: underline;
}
.formArea--2 .formArea__tableBodyText em {
  color: #ababab;
  font-size: 12px;
  font-size: 1.2rem;
}
.formArea--2 .formArea__tableBodyText + .formArea__tableBodyText {
  margin-top: 0;
}
.formArea--2 .formArea__tableBody .emphasis {
  margin-top: 6px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #313131;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__tableBody .emphasis {
    margin-top: 11px;
  }
}
.formArea--2 .formArea__tableBody .attention {
  padding-left: 1em;
  line-height: 1.4;
  text-indent: -1em;
}
.formArea--2 .formArea__tableBody .attention + .attention {
  margin-top: 0;
}
.formArea__tableBodyText + .attention {
  margin-top: 0;
}

.formArea__tableBodyInput__label + .attention {
  margin-top: 0;
}

.formArea--2 .formArea__tableBody .attention em {
  color: #cf1f1f;
}
.formArea--2 .formArea__balloon {
  position: relative;
  width: 81%;
  margin: 40px auto 0;
  background: #f3ecdc;
  border-radius: 50em;
  text-align: center;
  border: unset;
  padding: unset;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__balloon {
    width: 100%;
    border-radius: 6.667vw;
  }
}
.formArea--2 .formArea__balloon::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 15px;
  height: 15px;
  margin-left: -11px;
  background-color: #f3ecdc;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border: unset;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__balloon::after {
    bottom: -5px;
    width: 8px;
    height: 8px;
    margin-left: -6px;
  }
}
.formArea--2 .formArea__balloonWrapper {
  position: relative;
  overflow: hidden;
  padding: 25px 100px 25px 110px;
  border-radius: 50em;
}
.formArea--2 .formArea__balloonWrapper::before {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 0;
  width: 92px;
  height: 119px;
  background: url(../../images/renew/formarea_picture01.webp) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__balloonWrapper {
    border-radius: 6.667vw;
    padding: 20px;
    overflow: unset;
  }
  .formArea--2 .formArea__balloonWrapper::before {
    content: "";
    position: absolute;
    left: 9px;
    bottom: -62px;
    width: 61px;
    height: 75px;
    background: url(../../images/renew/formarea_picture01.webp) no-repeat center center/cover;
  }
}
.formArea--2 .formArea__balloonText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.59;
  letter-spacing: 0.025em;
}
.formArea--2 .formArea__balloonTextEmphasis {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__balloonText {
    font-size: 1.4rem;
    text-align: left;
  }
}
.formArea--2 .formArea__balloonAttention {
  margin-top: 7px;
  color: rgba(0, 0, 0, .6);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__balloonAttention {
    margin-top: 6px;
    text-align: left;
  }
}
.formArea--2 .formArea__button {
  width: 58.1395348837%;
  margin-top: 25px;
  padding-top: 21.8px;
  padding-bottom: 17.8px;
  font-size: clamp(20px, 1.6666666667vw, 24px);
  -webkit-animation: none;
          animation: none;
  background-color: #2bb38c;
  -webkit-box-shadow: 0 4px 0 0 #118362;
          box-shadow: 0 4px 0 0 #118362;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__button {
    position: relative;
    width: 100%;
    margin-top: 50px;
    padding-top: 19.6px;
    padding-bottom: 19.6px;
    font-size: 1.6rem;
  }
}
.formArea--2 .formArea__consentText {
  margin-top: 16px;
  text-align: center;
}
.formArea--2 .formArea .empty-item {
  width: 180px;
  padding: 10px;
  border-radius: 6px;
  display: none;
  text-align: left;
  color: #fff;
  background: #ff510c;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  z-index: 100;
}
.formArea--2 .formArea .empty-item.isVisible {
  display: block;
}
.formArea--2 .formArea .empty-item.isFixed {
  position: fixed;
  top: 33%;
  left: calc(50% + 300px);
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea .empty-item {
    width: 100%;
    background: rgba(255, 81, 12, .9);
    border-radius: 0;
    font-size: 1.35rem;
    text-align: center;
  }
  .formArea--2 .formArea .empty-item.isVisible {
    z-index: 10000000;
  }
  .formArea--2 .formArea .empty-item.isFixed {
    top: 0;
    left: 0;
  }
}
.formArea--2 .formArea__privacy {
  margin-top: 20px;
  text-align: center;
}
.formArea--2 .formArea__privacy a {
  color: #2d93e9;
  text-decoration: underline;
}
.formArea--2 .formArea__privacy a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .formArea--2 .formArea__privacy {
    font-size: 13px;
  }
}

.tooltipster-sidetip .tooltipster-content {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  font-size: 1rem;
}

.notUnderstand {
  background-color: #4b505b;
  overflow: hidden;
}
.notUnderstand__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 20px 66px;
  position: relative;
}
.notUnderstand__wrapper::before, .notUnderstand__wrapper::after {
  content: "";
  position: absolute;
  display: block;
}
.notUnderstand__wrapper::before {
  aspect-ratio: 196/318;
  width: 196px;
  left: -10px;
  bottom: -20px;
  background: url(../../images/renew/notunderstand_bg01.webp) bottom left no-repeat, url(../../images/renew/notunderstand_bg02.webp) top right no-repeat;
}
.notUnderstand__wrapper::after {
  aspect-ratio: 182/325;
  width: 182px;
  right: 0;
  bottom: -27px;
  background: url(../../images/renew/notunderstand_bg03.webp) bottom right no-repeat, url(../../images/renew/notunderstand_bg04.webp) top left no-repeat;
}
@media screen and (max-width: 960px) {
  .notUnderstand__wrapper::before {
    aspect-ratio: 228/238;
    width: 114px;
    background-size: 73px 119px, 44px 50px;
    left: 0;
    bottom: -11px;
  }
  .notUnderstand__wrapper::after {
    aspect-ratio: 225/243;
    width: 112px;
    background-size: 73px 114px, 44px 50px;
    right: 0;
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  .notUnderstand__wrapper {
    padding: 46px 20px 128px;
  }
  .notUnderstand__wrapper::before {
    left: 25px;
  }
  .notUnderstand__wrapper::after {
    right: 26px;
  }
}
.notUnderstand__inner {
  position: relative;
  z-index: 1;
}
.notUnderstand__lead {
  color: #ffd21e;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .notUnderstand__lead {
    font-size: clamp(16px, 2.7733333333vw, 20.8px);
    line-height: 1.5;
  }
}
.notUnderstand__text {
  margin-top: 26px;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  text-align: center;
}
.notUnderstand__textEm {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .notUnderstand__text {
    margin-top: 14px;
    font-size: clamp(14px, 2.4266666667vw, 18.2px);
    text-align: left;
  }
}

.stockPriceSoars {
  background: url(../../images/renew/stockpricesoars_bg01__pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars {
    background-image: url(https://toushi-up.com/assets/images/renew/stockpricesoars_bg01__sp.webp);
  }
}
.stockPriceSoars__wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 20px 78px;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__wrapper {
    padding: 60px 13px 56px;
  }
}
.stockPriceSoars__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__title {
    max-width: min(85.8666666667vw, 515.2px);
  }
}
.stockPriceSoars__data {
  width: 100%;
  max-width: 680px;
  margin: 35px auto 0;
}
.stockPriceSoars__dataChart {
  position: relative;
}
.stockPriceSoars__dataChartImage {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}
.stockPriceSoars__dataChartCaption {
  display: grid;
  place-content: center;
  position: absolute;
  top: -10px;
  right: 23.5294117647%;
  width: 240px;
  min-height: 110px;
  padding: 5px;
  border-radius: 20px;
  background-color: #e37908;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.stockPriceSoars__dataChartCaption::before {
  display: block;
  position: absolute;
  right: -12px;
  bottom: 35px;
  width: 0;
  height: 0;
  border-width: 19px 0 0 13px;
  border-style: solid;
  border-color: transparent transparent transparent #e37908;
  content: "";
}
.stockPriceSoars__dataCaption {
  margin-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__data {
    max-width: min(90.6666666667vw, 680px);
    margin: min(12.4vw, 74.4px) auto 0;
  }
  .stockPriceSoars__dataChartCaption {
    top: max(-5.3333333333vw, -40px);
    right: min(19.7333333333vw, 118.4px);
    width: clamp(72.5px, 44.2666666667vw, 265.6px);
    min-height: min(20.2666666667vw, 121.6px);
    border-radius: 15px;
    font-size: min(3.7333333333vw, 22.4px);
  }
  .stockPriceSoars__dataChartCaption::before {
    right: -2.1333333333vw;
    bottom: 32%;
    border-width: 3.4666666667vw 0 0 2.2666666667vw;
  }
  .stockPriceSoars__dataCaption {
    margin-top: 16px;
    font-size: 1.3rem;
  }
}
.stockPriceSoars__pickup {
  position: relative;
  overflow: hidden;
  margin: 36px auto 0;
  max-width: 860px;
  width: 100%;
  background-color: #e6e0cf;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__pickup {
    margin-top: 30px;
    max-width: calc(100% - 14px);
    border-radius: 15px;
  }
}
.stockPriceSoars__pickupBubble {
  position: relative;
  padding: 34px 40px;
  max-width: 72.0930232558%;
  background-color: #fff;
  border-radius: 0 60px 60px 0;
  color: #4c4039;
}
.stockPriceSoars__pickupBubble::before {
  content: "";
  display: block;
  position: absolute;
  inset: 50% -30px auto auto;
  translate: 0 -50%;
  width: 30px;
  height: 50px;
  background: url(https://toushi-up.com/assets/images/renew/stockpricesoars_bg02.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__pickupBubble {
    padding: clamp(16px, 4.2666666667vw, 25.6px) 35px clamp(16px, 4.2666666667vw, 25.6px) 20px;
    max-width: 77.6119402985%;
    border-radius: 0 30px 30px 0;
  }
  .stockPriceSoars__pickupBubble::before {
    inset: auto -15px 18% auto;
    width: 15px;
    height: 25px;
  }
}
.stockPriceSoars__pickupText {
  margin-top: 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.stockPriceSoars__pickupText:first-child {
  margin-top: 0;
}
.stockPriceSoars__pickupTextBold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__pickupText {
    margin-top: 0.8em;
    font-size: clamp(14px, 3.7333333333vw, 1.6rem);
    line-height: 1.5;
  }
}
.stockPriceSoars__pickupIllust {
  position: absolute;
  inset: auto 25px -20px auto;
  width: 191px;
}
@media screen and (max-width: 767px) {
  .stockPriceSoars__pickupIllust {
    inset: auto -10px -4px auto;
    width: min(30.8vw, 150px);
  }
}

.investmentBoom {
  background-color: #6ec1e4;
}
.investmentBoom__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  background: url(../../images/renew/investmentboom_bg01__pc.webp) top 37px left 10px/max(300px, 28.3333333333%) no-repeat, url(../../images/renew/investmentboom_bg02__pc.webp) bottom 68px right 10px/max(300px, 28.3333333333%) no-repeat;
}
@media screen and (max-width: 767px) {
  .investmentBoom__wrapper {
    background: url(https://toushi-up.com/assets/images/renew/investmentboom_bg01__sp.webp) top 12px left 0/contain no-repeat, url(https://toushi-up.com/assets/images/renew/investmentboom_bg02__sp.webp) bottom 0 right 0/50.4vw no-repeat;
  }
}
.investmentBoom__inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 88px 20px 75px;
}
@media screen and (max-width: 767px) {
  .investmentBoom__inner {
    padding: 60px 13px 59px;
  }
}
.investmentBoom__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .investmentBoom__title {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
    max-width: min(80vw, 480px);
  }
}
.investmentBoom__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 26px;
  color: #ffe420;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-align: center;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
.investmentBoom__leadText {
  padding: 0 32px;
  position: relative;
}
.investmentBoom__leadText::before, .investmentBoom__leadText::after {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 24px;
  background-color: #ffe420;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
          clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}
.investmentBoom__leadText::before {
  rotate: -30deg;
  left: 6px;
  bottom: -1px;
}
.investmentBoom__leadText::after {
  rotate: 30deg;
  right: 18px;
  bottom: -1px;
}
@media screen and (max-width: 767px) {
  .investmentBoom__lead {
    margin-top: 22px;
    font-size: clamp(16px, 3.4133333333vw, 25.6px);
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .investmentBoom__leadText {
    padding: 0 clamp(24px, 6.4vw, 38.4px);
  }
  .investmentBoom__leadText::before, .investmentBoom__leadText::after {
    height: clamp(17px, 4.5333333333vw, 27.2px);
  }
  .investmentBoom__leadText::after {
    right: 14px;
  }
}
.investmentBoom__data {
  width: 100%;
  max-width: 680px;
  margin: 20px auto 0;
}
.investmentBoom__dataBox {
  padding: 36px 32px 38px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 59px 0 rgba(170, 216, 242, .33);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1), inset 0 0 59px 0 rgba(170, 216, 242, .33);
  background-color: #fff;
}
.investmentBoom__dataTitle {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.025em;
}
.investmentBoom__dataTitleSub {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
.investmentBoom__dataChart {
  margin-top: 23px;
  padding-right: 12px;
}
.investmentBoom__dataCaption {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 767px) {
  .investmentBoom__data {
    max-width: min(90.6666666667vw, 680px);
    margin: 16px auto 0;
  }
  .investmentBoom__dataBox {
    padding: 4.5333333333vw 4.5333333333vw 5.3333333333vw;
  }
  .investmentBoom__dataTitle {
    font-size: clamp(10px, 2.6666666667vw, 20px);
    -webkit-transform: translateX(9px);
            transform: translateX(9px);
  }
  .investmentBoom__dataTitleSub {
    font-size: clamp(10px, 2.6666666667vw, 20px);
    -webkit-transform: scale(0.9) translateX(-5px);
            transform: scale(0.9) translateX(-5px);
  }
  .investmentBoom__dataChart {
    margin-top: 3.2vw;
    padding-right: 1.0666666667vw;
  }
  .investmentBoom__dataCaption {
    margin-top: 15px;
    font-size: 1.3rem;
  }
}