/* general */
.data-html {
  display: none;
}

.u-fz-m {
  font-size: 2.8rem;
}

.u-fz-xxxl {
  font-size: 3.6rem;
}

.anchor-link {
  font-size: 2.2rem;
  text-align: center;
  text-decoration: underline;
  color: #000;
  margin: auto;
}

a.anchor-link:visited {
  color: #000;
}

.highlight {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.highlight::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: .1em;
  width: 100%;
  height: 50%;
  background: #f1bdbd;
  border-radius: 4px;
  z-index: -1;
}

canvas {
  max-width: 100%;
  vertical-align: bottom;
}

.qr-wrap {
  width: 174px;
  height: 174px;
  margin-top: 18px;
  padding: 5px;
  background: #fff;
}

.speech-end-line {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}

.speech-end-line::before,
.speech-end-line::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 39px;
  border-top: 2px solid #000;
}

.speech-end-line::before {
  left: -25px;
  transform: rotate(45deg);
}

.speech-end-line::after {
  right: -25px;
  transform: rotate(-45deg);
}

@media screen and (max-width: 48em) {
  .u-fz-sp-s {
    font-size: 1.4rem;
  }

  .u-fz-sp-m {
    font-size: 1.6rem;
  }

  .u-fz-sp-l {
    font-size: 1.8rem;
  }

  .anchor-link {
    font-size: 1.4rem;
  }
}

.btn-box {
  position: relative;
  max-width: 690px;
  margin: auto;
}

.btn {
  display: block;
  padding: 20px 40px;
  font-size: 3.4rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(90deg, #ff4d00 25%, #cd0606 80%);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
}

.btn::after {
  content: "";
  inset: 0;
  margin: auto;
  position: absolute;
  padding: 20px 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  max-width: calc(100% - 7px);
  max-height: calc(100% - 7px);
}

.btn:hover {
  color: #fff;
  opacity: .8;
}

.btn:visited {
  color: #fff;
}

.title-box {
  position: relative;
  max-width: 690px;
  margin: 0 auto 30px;
  padding-top: 10px;
}

.title-box::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 57px;
  margin: auto;
  background: url(/lp/cam/direct_202508/imgs/sub_ttl_01.png) no-repeat top / auto;
}

.title-box::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 2px;
  border-bottom: 2px solid #eb1a1a;
  margin: auto;
}

.title-text {
  font-size: 4.6rem;
  font-weight: bold;
  text-align: center;
}

.content-wrap {
  max-width: 1120px;
  margin: auto;
  padding: 0 20px;
}

.content-text {
  font-size: 2.2rem;
}

@media screen and (max-width: 48em) {
  .content-wrap {
    max-width: 95%;
    padding: 0;
  }
}

/* general-end */

/* fv-block */
.fv-block-title {
  text-align: center;
}

.fv-block .btn-box {
  margin-top: 32px;
}

@media screen and (max-width: 48em) {
  .title-text {
    font-size: 2.4rem;
    letter-spacing: .2em;
  }

  .title-box {
    margin: 0 auto 25px;
    padding-top: 0;
  }

  .title-box::before {
    right: 0;
    left: 0;
    top: 0;
    height: 30px;
    background-size: contain;
  }

  .title-box::after {
    width: 75px;
    bottom: -5px;
  }

  .content-text {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

/* fv-block-end */

/* overview-block */
.overview-block {
  text-align: center;
}

.overview-block .title-box {
  margin-top: 30px;
}

@media screen and (max-width: 48em) {
  .overview-block .title-box {
    margin-top: 45px;
  }
}

/* overview-block-end */

/* target-block */
.target-block {
  text-align: center;
}

.target-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_02.png);
}

/* target-block-end */

/* conditions-block */
.conditions-block .title-box {
  margin-top: 100px;
}

.conditions-block .text-box {
  position: relative;
  max-width: 600px;
  margin: auto;
  padding: 0 15px;
}

.conditions-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_03.png);
}

.conditions-block .text-box::after {
  content: "+";
  position: absolute;
  width: 21px;
  font-size: 3.2rem;
  right: 0;
  left: 0;
  top: 95px;
  margin: auto;
}

.conditions-block .choices-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 0;
  padding: 0 30px;
  margin: auto;
}

.conditions-block .choices-content {
  display: flex;
  max-width: 485px;
  width: 50%;
}

.choices-icn {
  min-width: 62px;
}

.conditions-block .choices-text {
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}

@media screen and (max-width: 48em) {
  .conditions-block .title-box {
    margin-top: 65px;
  }

  .conditions-block .text-box {
    max-width: 345px;
    width: 100%;
    line-height: 1.4;
    padding: 0;
  }

  .conditions-block .choices-box {
    max-width: 345px;
    flex-direction: column;
    gap: 15px 0;
    padding: 0;
  }

  .conditions-block .choices-content {
    display: flex;
    max-width: 100%;
    width: 100%;
  }

  .choices-icn {
    min-width: 0;
    width: 32px;
  }

  .conditions-block .choices-text {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5;
    padding-left: 8px;
  }

  .choices-text-box {
    flex: 1;
    line-height: 1.2;
  }
}

/* conditions-block-end */

/* bonus-block */
.bonus-block {
  text-align: center;
}

.bonus-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_04.png);
}

/* bonus-block-end */

/* achieve-block */
.achieve-block {
  max-width: 1080px;
  margin: auto;
}

.achieve-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_05.png);
}

/* tab */
.tab-menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.js-tab-item {
  position: relative;
  width: 25%;
  min-height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding: 0 5px;
  cursor: pointer;
  background: #202020;
  border: 1px solid #cecece;
  box-shadow: 0 0 4px rgba(0, 0, 0, .25);
}

.js-tab-item.active {
  background: #e60000;
}

.js-tab-item.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #e60000;
}

.js-tab-content {
  display: none;
  background: #f4f4f4;
  padding: 22px 0 30px;
}

.js-tab-content.active {
  display: block;
}

@media screen and (max-width: 48em) {
  .tab-menu {
    display: flex;
    align-items: center;
    list-style: none;
  }

  .js-tab-item {
    min-height: 70px;
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .js-tab-item.active::after {
    bottom: -11px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 13px solid #e60000;
  }

  .js-tab-content {
    padding: 22px 0 15px;
  }

  .js-tab-content.active {
    display: block;
  }
}

.tab-link-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: auto;
}

.tab-link-menu .btn-box {
  width: 100%;
  padding: 0 20px;
}

.btn.tab-link {
  max-width: 670px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
  color: #e60000;
  background: #fff;
  padding: 23px 73px 23px 40px;
  box-shadow: none;
  border: 2px solid #e60000;
  text-align: left;
}

.tab-link-menu .btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 16.5px solid transparent;
  border-right: 16.5px solid transparent;
  border-top: 27px solid #e60000;
  vertical-align: middle;
}

.tab-link-menu .btn::after {
  display: none;
}

@media screen and (max-width: 48em) {
  .tab-link-menu {
    gap: 6px;
  }

  .btn.tab-link {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 11px 36px 11px 20px;
    box-shadow: none;
    border: 2px solid #e60000;
    text-align: left;
  }

  .tab-link-menu .btn::before {
    right: 45px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #e60000;
  }
}

.tab-title-box {
  max-width: 630px;
  text-align: center;
  border-bottom: 2px solid #000;
  margin: 0 auto 30px;
}

.tab-inner-title {
  font-size: 2.8rem;
}

.tab-inner-text {
  font-size: 2.2rem;
}

.about-box {
  max-width: 837px;
  padding: 0 25px;
  margin: auto;
  text-align: center;
}

.about-box .clm-box {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.clm-box .clm-item:nth-of-type(2) {
  margin-top: 7%;
}

.clm-box .m-collist-ico1 {
  font-size: 2.2rem;
}

.clm-box .m-collist-notes-mark2 {
  font-size: 1.8rem;
}

.apply-group {
  max-width: 1050px;
  margin: auto;
  padding: 0 25px;
}

.apply-section {
  text-align: center;
}

.apply-title {
  font-size: 2.8rem;
  font-weight: bold;
}

.apply-options-wrap {
  padding-top: 44px;
}

.apply-options-wrap.-one-line {
  padding-top: 11px;
}

.apply-options {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.apply-option {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  max-width: 510px;
  min-width: 495px;
  min-height: 281px;
  border: 2px solid #e60000;
  padding: 65px 24px 49px;
  margin: 50px auto 0;
  background: #fff;
  border-radius: 10px;
}

.apply-option::before {
  position: absolute;
  content: "";
  width: 77.2%;
  height: 4px;
  top: -4px;
  right: 0;
  left: 0;
  background: linear-gradient(#f4f4f4 50%, #fff 50%);
  margin: auto;
}

.option-heading {
  position: absolute;
  top: -49px;
  right: 0;
  left: 0;
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin: auto;
}

.option-heading.-one-line {
  top: -16px;
}

.option-desc {
  font-size: 2rem;
}

.apply-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 90px;
  font-size: 3rem;
  color: #fff;
  line-height: 1.2;
  text-decoration: none;
  background-color: #e60000;
  padding: 0 60px;
  border-radius: 50px;
}

.apply-btn:hover {
  color: #fff;
  opacity: .8;
}

.apply-btn:visited {
  color: #fff;
}

.apply-btn.-blank::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 26px;
  right: 30px;
  top: 0;
  bottom: 0;
  background: url(/lp/cam/direct_202508/imgs/blank_icn_01.png) no-repeat center/contain;
  margin: auto;
}

.definition-section {
  max-width: 670px;
  margin: auto;
  padding: 0 20px;
}

@media screen and (max-width: 48em) {
  .tab-title-box {
    max-width: 315px;
    margin: 0 auto 15px;
  }

  .tab-inner-title {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .tab-inner-text {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: auto;
  }

  .about-box .clm-box {
    flex-direction: column;
    gap: 0;
  }

  .clm-box .clm-item:nth-of-type(2) {
    margin-top: 20px;
  }

  .clm-box .m-collist-ico1 {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .clm-box .m-collist-notes-mark2 {
    font-size: 1.6rem;
  }

  .tab .m-collist-ico1>li:before {
    width: 3px;
    height: 3px;
    top: .5em;
    left: 4px;
  }

  .apply-title {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .apply-options-wrap {
    padding-top: 22px;
  }

  .apply-options {
    flex-direction: column;
    gap: 37px;
  }

  .option-heading {
    top: -26px;
    font-size: 1.6rem;
  }

  .apply-option {
    width: 100%;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 33px 22px 25px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
  }

  .apply-btn {
    min-height: 45px;
    font-size: 1.5rem;
    line-height: 1.2;
    padding: 0 30px;
    border-radius: 50px;
  }

  .apply-btn.-blank::after {
    width: 15px;
    height: 13px;
    right: 12px;
  }

  .option-desc {
    font-size: 1.4rem;
    line-height: 1.4;
    text-align-last: left;
  }
}

/* slider */
.slider-area {
  max-width: 1080px;
  margin: auto;
  padding: 0;
}

.box-flow-slider {
  background: #eb1717;
  max-width: 1080px;
  margin: 0 auto;
  padding: 20px 0 38px 0;
}

.slider-list {
  position: relative;
}

.slider-list .list-item {
  background: #eb1717;
  margin: 0 15px;
}

.slider-list .item-img {
  display: inline-block;
  background: #eb1717;
  border-radius: 16px;
  overflow: hidden;
}

.slider-list .item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.box-flow-slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 29px;
  margin-top: 23px;
}

.box-flow-slider .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}

.box-flow-slider .slick-dots .slick-active {
  background: #505050;
}

.box-flow-slider .slick-dots li>button {
  color: transparent;
}

.slick-next,
.slick-prev {
  content: "";
  position: absolute;
  right: 21.5%;
  top: 20px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 58px;
  border-color: transparent transparent transparent #000;
  z-index: 10;
  color: transparent;
  font-size: 0;
}

.slick-next.slick-disabled {
  display: none;
}

.slick-prev {
  left: 21.5%;
  right: unset;
  transform: scale(-1, 1);
}

.slick-prev.slick-disabled {
  visibility: hidden;
}

@media screen and (max-width: 48em) {
  .box-flow-slider {
    padding: 10px 0 18px 0;
  }

  .slider-list.-step2 .list-item,
  .slider-list.-step3 .list-item {
    padding-bottom: 0;
  }

  .box-flow-slider .slick-dots {
    gap: 17px;
    margin-top: 3px;
  }

  .box-flow-slider .slick-dots li {
    width: 6.5px;
    height: 6.5px;
  }

  .slick-next,
  .slick-prev {
    top: 20px;
    right: 6.5%;
    border-width: 12px 0 12px 23px;
  }

  .slick-prev {
    right: unset;
    left: 6.5%;
  }
}

.tab-coin-plus .tab-inner-text {
  text-align-last: left;
}

.tab-coin-plus .about-box {
  max-width: 945px;
  padding: 0 20px;
}

.tab-coin-plus .feature-box {
  max-width: 905px;
  border: 2px solid #bd9c4a;
  background: #fff;
  margin: auto;
  padding: 30px 20px 40px;
}

.possibility-box {
  display: flex;
  gap: 20px;
}

.scope-item {
  flex: 1;
  max-width: 275px;
  min-height: 496px;
  border: 2px solid #d9d9d9;
  padding: 30px 20px;
}

.scope-title {
  font-size: 1.8rem;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
}

.qr-box {
  width: 140px;
  height: 140px;
  margin: auto;
}

.app-box {
  display: flex;
  gap: 10px;
}

.tab-coin-plus .flow-chart {
  max-width: 706px;
  margin: auto;
}

.question-box,
.info-box {
  font-size: 3.2rem;
  padding: 25px 30px;
  background: #fff;
  border: 1px solid #000;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #000;
}

.info-box {
  position: relative;
  text-align-last: left;
  margin-left: auto;
}

.box-item1 {
  display: flex;
  gap: 60px;
  font-size: 3.6rem;
  font-weight: bold;
}

.box-item1 .yes {
  color: #e60000;
}

.box1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 306px;
  overflow: hidden;
}

.box2 {
  flex: 1;
}

.box1.-long {
  height: 560px;
}

.box1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  display: block;
}

.box-item2 {
  display: flex;
  justify-content: flex-start;
}

.box-item2 .narrow {
  margin: 0 auto 0 80px;
}

.scope-desc {
  margin-top: 16px;
}

.feature-box {
  max-width: 800px;
  border: 2px solid #e60000;
  background: #fff;
  margin: auto;
  padding: 30px 55px 55px;
}

.feature-box .inner-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .tab-coin-plus .about-box {
    max-width: 95%;
    padding: 0;
  }

  .tab-coin-plus .feature-box {
    padding: 15px 10px 20px;
  }

  .possibility-box {
    flex-direction: column;
    gap: 20px;
  }

  .scope-item {
    max-width: 100%;
    min-height: 0;
    padding: 15px 10px;
  }

  .scope-title {
    padding-bottom: 10px;
  }

  .app-box {
    width: 70%;
    margin: auto;
  }

  .question-box,
  .info-box {
    font-size: 1.6rem;
    padding: 13px 10px;
  }

  .box-item1 {
    gap: 42px;
    font-size: 1.6rem;
  }

  .box-item2 {
    justify-content: flex-start;
    gap: 38px;
  }

  .box1 {
    width: 12px;
    height: 153px;
    margin-left: 13px;
  }

  .box-item2 .narrow {
    margin-left: 30px;
  }

  .box2 .narrow {
    width: 13px;
    height: 50px;
  }

  .box2 .narrow img {
    object-fit: contain;
  }

  .box1.-long {
    height: 280px;
  }
}

.securities-area {
  max-width: 920px;
  margin: auto;
  padding: 0 57px;
}

.securities-area .btn-box {
  max-width: 690px;
  margin: auto;
  padding: 0 75px;
}

.achievement-steps .btn-box {
  max-width: 633px;
  margin: auto;
  padding: 0;
}

.achievement-steps .apply-btn {
  font-size: 2.8rem;
  padding: 0 40px;
  text-align: center;
}

.achievement-steps .apply-btn:hover {
  color: #fff;
}

.securities-area .apply-btn::before,
.achievement-steps .apply-btn::before {
  content: "";
  position: absolute;
  left: 7%;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  color: #fff;
  transform: rotate(45deg);
  margin: auto;
}

.achievement-steps .apply-btn::before {
  left: 4%;
}

.tab-wealth-navi .about-box {
  max-width: 840px;
  padding: 0 20px;
  margin: auto;
}

.tab-wealth-navi .tab-inner-text {
  text-align: left;
}

.tab-wealth-navi .feature-box {
  border: 2px solid #0984e2;
}

.arw-icn {
  position: relative;
  display: block;
  width: 100px;
  height: 65px;
  margin: auto;
  border-width: 0;
  background: url(/lp/cam/direct_202508/imgs/arw_img_01.png) space top / auto;
}

.arw-icn::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  left: 0;
  width: 100px;
  height: 37px;
  background: url(/lp/cam/direct_202508/imgs/arw_img_01.png) space top / auto;
  margin: auto;
}

.btn-box.-bbl {
  max-width: 633px;
  padding: 0;
}

.btn.-bbl {
  padding: 12px 40px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  background: #e60000;
  border: 1px solid #000;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #000;
}

.btn.-bbl::after {
  display: none;
}

.speech-end-line {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}

.btn.-bbl .speech-end-line::before,
.btn.-bbl .speech-end-line::after {
  bottom: 18px;
  width: 26px;
  border-color: #fff;
}

.btn.-bbl .speech-end-line::before {
  left: -2px;
  transform: rotate(70deg);
}

.btn.-bbl .speech-end-line::after {
  right: -2px;
  transform: rotate(-70deg);
}

.achievement-steps {
  max-width: 740px;
  padding: 0 20px;
  margin: auto;
}

.balloon-wrapper {
  position: relative;
  max-width: 336px;
  min-height: 89px;
  margin: auto;
  padding-right: 6px;

}

.balloon-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 336px;
  height: 89px;
  inset: 0;
  margin: auto;
  background: url(/lp/cam/direct_202508/imgs/balloon_bg_01.png) no-repeat top / auto;
  z-index: 0;
}

.balloon-inner {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  min-height: 64px;
}

.balloon-inner-text {
  font-size: 3.2rem;
  font-weight: bold;
  color: #fff;
}

.achievement-title {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 48em) {
  .securities-area {
    max-width: 95%;
    padding: 0;
  }

  .feature-box {
    max-width: 800px;
    border: 2px solid #e60000;
    margin: auto;
    padding: 15px 5px 20px;
  }

  .feature-box .inner-title {
    font-size: 1.6rem;
  }

  .speech-end-line::before,
  .speech-end-line::after {
    bottom: 10px;
    width: 18px;
  }

  .speech-end-line::before {
    left: -7px;
  }

  .speech-end-line::after {
    right: -7px;
  }

  .securities-area .btn-box,
  .achievement-steps .btn-box {
    max-width: 90%;
    padding: 0;
  }

  .achievement-steps {
    padding: 0 20px;
  }

  .balloon-wrapper {
    max-width: 165px;
    min-height: 42px;
    top: 0;
    padding-right: 3px;
  }

  .balloon-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    max-width: 170px;
    height: 45px;
    background-size: contain;
  }

  .balloon-inner {
    min-height: 32px;
  }

  .balloon-inner-text {
    font-size: 1.6rem;
  }

  .achievement-title {
    font-size: 1.6rem;
  }

  .tab-wealth-navi .about-box {
    max-width: 95%;
    padding: 0;
  }

  .tab-wealth-navi .feature-box {
    padding: 15px 10px 20px;
  }

  .arw-icn {
    width: 50px;
    height: 32px;
    margin: auto;
    background: url(/lp/cam/direct_202508/imgs/arw_img_01.png) space top / auto;
    background-size: contain;
  }

  .arw-icn::after {
    top: 13px;
    right: 0;
    left: 0;
    width: 50px;
    height: 18px;
    background: url(/lp/cam/direct_202508/imgs/arw_img_01.png) space top / auto;
    background-size: contain;
  }

  .btn-box.-bbl {
    max-width: 90%;
  }

  .achievement-steps .btn-box {
    max-width: calc(90% + 40px);
  }

  .btn.-bbl {
    padding: 6px 20px;
    font-size: 1.5rem;
    line-height: 1.2;
    border-radius: 5px;
    box-shadow: 2px 2px 0 #000;
  }

  .btn.-bbl .speech-end-line::before,
  .btn.-bbl .speech-end-line::after {
    bottom: 9px;
    width: 13px;
  }

  .btn.-bbl .speech-end-line::before {
    left: -2px;
  }

  .achievement-steps .apply-btn {
    font-size: 1.4rem;
    padding: 0 20px;
  }

  .securities-area .apply-btn::before,
  .achievement-steps .apply-btn::before {
    left: 4.5%;
    width: 9px;
    height: 9px;
    border-width: 2px;
  }

}

/* achieve-block-end */

/* detail-block */

.detail-block .title-box {
  margin-top: 100px;
}

.detail-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_06.png);
}

.detail-block .definition-list {
  border: 2px solid #000;
  padding: 30px 40px;
}

.detail-block .definition-term {
  font-size: 1.6rem;
  font-weight: bold;
  color: #e60000;
  margin-bottom: 5px;
}

.detail-block .definition-desc {
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.detail-block .definition-list :last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (max-width: 48em) {
  .detail-block .definition-list {
    padding: 15px 10px;
  }

  .detail-block .definition-desc {
    margin-bottom: 15px;
  }
}

/* detail-block-end */

/* cautions-block */
.cautions-block .title-box {
  margin-top: 100px;
}

.cautions-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_07.png);
}

.cautions-box {
  border: 2px solid #000;
  padding: 30px 40px;
}

.cautions-block .m-collist-ico1>::before,
.acc-wrap .m-collist-ico1>::before,
.disclaimer-block .m-collist-ico1>::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #000;
  border-radius: 50%;
  top: .25em;
  left: -4px;
}

/* accordion */
.accordion-area {
  margin: 0 auto;
  background: #F4F4F4;
}

.accordion-btn {
  font-size: 2.8rem;
  background: #000;
  color: #fff;
  padding: 9px 40px;
  position: relative;
}

.accordion-btn:hover {
  cursor: pointer;
}

.accordion-btn-icn {
  content: "";
  position: absolute;
  right: 3.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  font-size: 0;
}

.accordion-btn-icn::before,
.accordion-btn-icn::after {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  width: 27px;
  height: 4px;
  inset: 0;
  margin: auto;
}

.accordion-btn-icn::after {
  height: 27px;
  width: 4px;
}

.is-show .accordion-btn-icn::after {
  display: none;
}

.m-accordion_body {
  border-top: 2px solid #000;
  padding: 0;
}

.is-show .m-accordion_body {
  border-top: 2px solid #000;
}

.cautions-desc-item {
  padding: 20px 30px;
}

@media screen and (max-width: 48em) {
  .cautions-block .title-box {
    margin-top: 65px;
  }

  .cautions-box {
    padding: 15px 15px;
  }

  .cautions-block .m-collist-ico1>::before,
  .acc-wrap .m-collist-ico1>::before,
  .disclaimer-block .m-collist-ico1>::before {
    width: 12px;
    height: 12px;
    top: .25em;
    left: -2px;
  }

  .cautions-block .m-collist {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .accordion-btn {
    font-size: 1.4rem;
    padding: 7px 14px;
  }

  .btn-icn {
    right: 6%;
    width: 23px;
    height: 23px;
  }

  .btn-icn::before,
  .btn-icn::after {
    width: 13px;
    height: 2px;
    border-radius: 3px;
  }

  .btn-icn::after {
    height: 13px;
    width: 2px;
  }

  .accordion-btn-icn {
    right: 3.5%;
    width: 20px;
    height: 20px;
  }

  .accordion-btn-icn::before,
  .accordion-btn-icn::after {
    width: 13px;
    height: 2px;
  }

  .accordion-btn-icn::after {
    width: 2px;
    height: 13px;
  }

  .cautions-desc-item {
    padding: 10px 15px;
  }
}

/* cautions-block-end */

/* questions-block */
.questions-block .title-box {
  margin-top: 100px;
}

.questions-block .acc-wrap {
  padding: 0 40px;
}

.accordion-area.-narrow {
  max-width: 1000px;
  margin: auto;
}

.questions-block .title-box::before {
  background-image: url(/lp/cam/direct_202508/imgs/sub_ttl_08.png);
}

.qa-area {
  margin-bottom: 100px;
}

.qa-area .accordion-btn {
  font-size: 1.6rem;
  color: #000;
  padding: 20px 80px 20px 40px;
}

.qa-area .accordion-area {
  border: 2px solid #000;
}

.qa-area .accordion-area:nth-child(odd) {
  background: #fae1e1;
}

.qa-area .accordion-area:nth-child(odd) .accordion-btn {
  background: #fae1e1;
}

.qa-area .accordion-btn {
  font-size: 1.6rem;
}

.qa-area .accordion-area:nth-child(even) {
  background: #fff;
}

.qa-area .accordion-area:nth-child(even) .accordion-btn {
  background: #fff;
}

.qa-area .accordion-area+.accordion-area {
  border-top: none;
}

.qa-area .accordion-btn-icn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  border-right: 4px solid #000;
  border-bottom: 4px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

.qa-area .accordion-area:nth-of-type(odd) .accordion-btn-icn::before {
  background: #fae1e1;
}

.qa-area .is-show .accordion-btn-icn::before {
  transform: translateY(-50%) rotate(-135deg);
}

.qa-area .accordion-btn-icn::after {
  display: none;
}

.questions-icn,
.answer-icn {
  max-width: 48px;
}

.qa-area .accordion-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qa-area .questions-desc-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 20px 40px;
}

@media screen and (max-width: 48em) {
  .questions-block .title-box {
    margin-top: 65px;
  }

  .qa-area {
    margin-bottom: 50px;
  }

  .qa-area .accordion-btn {
    padding: 10px 31px 14px 9px;
  }

  .qa-area .accordion-title {
    align-items: flex-start;
    gap: 5px;
  }

  .questions-icn,
  .answer-icn {
    max-width: 40px;
  }

  .qa-area .questions-desc-item {
    gap: 5px;
    padding: 10px 31px 14px 9px;
  }

  .accordion-btn-icn {
    right: 2.5%;
    width: 20px;
    height: 20px;
  }

  .qa-area .accordion-btn-icn::before {
    right: 20px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }

  .questions-block .acc-wrap {
    padding: 0;
  }
}

/* questions-block-end */

/* isclaimer-block */
.disclaimer-block .title-box::before {
  display: none;
}

.disclaimer-box {
  border: 2px solid #000;
  padding: 30px 40px;
}

.disclaimer-title {
  font-size: 2.8rem;
}

.risk-list {
  padding-left: 1em;
}

.risk-list-term {
  text-decoration: underline;
}

.risk-list-term::before {
  content: "・";
  display: inline-block;
  margin-right: .3em;
  text-decoration: none;
}

.risk-list-desc {
  padding-left: 1.3em;
}

@media screen and (max-width: 48em) {
  .disclaimer-box {
    padding: 15px 20px;
  }

  .disclaimer-title {
    font-size: 1.6rem;
  }

  .disclaimer-box .m-collist,
  .risk-list {
    font-size: 1.4rem;
  }
}
/* isclaimer-block-end */

/* contact-block*/
.contact-block .title-box::before {
  display: none;
}
/* contact-block-end */

/* fixed-cv */
.fixed-cv {
  background-color: #fff;
  filter: drop-shadow(0 -10px 12px rgba(0, 0, 0, .16));
}

.fixed-cv .clm-wrap {
  display: flex;
  max-width: 883px;
  gap: 10px;
}

.fixed-cv .btn-wrap {
  width: 100%;
}

.btn-bg {
  position: relative;
}

.fixed-cv .btn {
  width: 100%;
}

.fixed-cv .btn-box {
  margin-bottom: 0;
}

.fixed-cv.is-fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.fixed-cv .cv-wrap {
  padding: 20px;
}

@media screen and (max-width: 48em) {
  .fixed-cv .cv-wrap {
    padding: 10px 15px;
  }

  .fixed-cv .clm-wrap {
    justify-content: center;
    flex-direction: row;
    padding: 12px 0 0;
  }

  .fixed-cv .btn-wrap {
    padding-bottom: 0;
  }

  .fixed-cv .btn {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
/* fixed-cv-end */

/* modal-1 */
.qr-popup-block {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 70%);
  z-index: 9999;
  transition: .4s ease-in-out;
}

.qr-popup-block.is-show {
  opacity: 1;
  visibility: visible;
  transition: .4s ease-in-out;
}

.m-modal_htmlinner {
  padding: 0;
}

.modal-content-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background: #ffe7ec;
  padding: 15px 31px 13px 18px;
  gap: 0;
}

.content-box-img {
  object-fit: contain;
  margin-top: 10px;
}

.content-text-box {
  width: 47%;
}

.modal-content-text {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}

.modal-content-text-xl {
  font-size: 1.56em;
}

.modal-content-text-l {
  font-size: 1.16em;
}

.modal-content-text-s {
  font-size: .8em;
}

.modal-content-text-xs {
  font-size: .56em;
  white-space: nowrap;
  font-weight: normal;
}

.modal-content-box .m-collist {
  white-space: nowrap;
}

.modal-content-box img {
  height: auto;
}

.content-text-box .m-collist-notes-num2 {
  white-space: nowrap;
}

.qr-img {
  height: 174px;
}

.modal-info-content-box {
  padding: 10px 35px 30px;
}

.modal-attention-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 1.8rem;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 10px 0 10px 4.5rem;
  gap: 0 31px;
}

.modal-attention-list .list-item {
  width: calc(100% - 50px);
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
}

.modal-attention-list .list-item:nth-child(n + 3) {
  margin-top: 5px;
}

.modal-attention-list .list-item::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background-color: #999;
  width: 15px;
  height: 15px;
  top: .3em;
  left: -10px;
}

.modal-qr-box {
  padding-bottom: 28px;
}

@media screen and (max-width: 48em) {
  .modal-content-box {
    justify-content: space-around;
    padding: 15px 12px 5px 13px;
    gap: 5px;
  }

  .content-box-img {
    width: 36%;
    margin-top: 0;
  }

  .content-text-box {
    flex: 1;
  }

  .modal-content-text {
    font-size: 1.6rem;
  }

  .modal-content-text-xl {
    font-size: 1.25em;
  }

  .modal-content-text-l {
    font-size: 1.16em;
  }

  .modal-content-text-s {
    font-size: .75em;
  }

  .modal-content-text-xs {
    font-size: .56em;
    white-space: nowrap;
    font-weight: normal;
  }

  .qr-img {
    height: 174px;
  }

  .modal-btn-wrap {
    position: relative;
    background: #ffe7ec;
    margin: auto;
    padding: 0 12px 5px;
  }

  .modal-btn-wrap .btn-bg {
    max-width: 70%;
    margin: auto;
  }

  .modal-btn-wrap .btn {
    padding: 10px 20px;
    font-size: 1.7rem;
  }

  .modal-btn-wrap .btn::after {
    border-width: 1px;
    padding: 10px 20px;
    max-width: calc(100% - 4px);
    max-height: calc(100% - 4px);
  }

  .modal-info-content-box {
    padding: 3px 16px 30px;
  }

  .modal-attention-list {
    font-size: 1.6rem;
    gap: 0 67px;
    padding-left: 21px;
  }

  .modal-attention-list .list-item:before {
    width: 9px;
    height: 9px;
    left: -1px;
    top: .45em;
  }

  .modal-qr-box {
    padding-bottom: 28px;
  }
}
/* modal-1-end */

/* modal-2 */
.u-modal-content {
  display: none;
}

.m-modal_htmlinner {
  padding: 0;
}

.modal-content.-only-text {
  padding: 40px 35px;
}

.modal-content.-only-text .text-box {
  min-width: 400px;
}

@media screen and (max-width: 48em) {
  .modal-content.-only-text {
    padding: 20px 15px;
  }

  .modal-content.-only-text .text-box {
    min-width: 0;
  }
}
/* modal-2-end */

/* modal-3 */
.btn01 {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  padding: 14px 37px 14px 20px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(red), to(#540208));
  background: -o-linear-gradient(top, red 0%, #540208 100%);
  background: linear-gradient(to bottom, red 0%, #540208 100%);
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .4);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  cursor: pointer;
}

.btn01:hover {
  color: #fff;
}

.btn01::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #a8030e;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.disabledBtn {
  pointer-events: none;
  background: #acacac !important;
}

.modalWrap input {
  display: none;
}

.modalOverlay {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  -webkit-transition: opacity .3s, -webkit-transform 0s .3s;
  transition: opacity .3s, -webkit-transform 0s .3s;
  -o-transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s;
  transition: opacity .3s, transform 0s .3s, -webkit-transform 0s .3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.modalOverlay::-webkit-scrollbar {
  width: 10px;
}

.modalOverlay::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #ececec;
}

.modalOverlay::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.modalTrigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalContent {
  position: relative;
  width: 92%;
  max-width: 345px;
  margin: 35px auto 20px;
  padding: 25px 20px;
  border-radius: 3px;
  border: 1px solid #707070;
  background: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.modalBox {
  padding: 10px 10px 15px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .38);
  box-shadow: 0 0 3px rgba(0, 0, 0, .38);
}

.modalTitle {
  position: relative;
  margin-left: 10px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 1.1rem;
  font-weight: bold;
}

.modalTitle::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 1.3em;
  margin-bottom: 25px;
  background-color: #E60000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modalTitle .req {
  padding-left: 1em;
  color: #A6200F;
}

.modalBrandCheckList li {
  display: table;
  width: 100%;
}

.modalBrandCheckList li+li {
  margin-top: 9px;
}

.modalBrandCheckList li>.modalLogo,
.modalBrandCheckList li>.modalCheckBlock {
  display: table-cell;
}

.modalBrandCheckList .modalLogo {
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

.modalBrandCheckList .modalLogo img {
  width: auto;
  height: 100%;
  max-height: 30px;
}

.modalBrandCheckList .modalCheckBlock {
  padding-left: 2px;
}

.modalBtn01 {
  display: block;
  padding: 10px;
  border: 1px solid #A6200F;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .51);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .51);
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.modalBrandCheck.checked+.modalBtn01 {
  background-color: #A6200F;
  color: #fff;
}

.modalBtnBlock {
  margin-top: 20px;
}

.modalBtnBlock .btn01 {
  padding: 14px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#A8030F), to(#540208));
  background: -o-linear-gradient(top, #A8030F 0%, #540208 100%);
  background: linear-gradient(to bottom, #A8030F 0%, #540208 100%);
  font-size: 1.2rem;
}

.modalBtnBlock .btn01::before,
.modalBtnBlock .btn01::after {
  content: none;
}

.modalBtnBlock .btn01 .ico {
  position: absolute;
  top: 50%;
  right: 21px;
  display: block;
  width: 17px;
  height: 14px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modalBtnBlock .btn01 .ico img {
  width: 17px;
  height: 14px;
  vertical-align: top;
}

.modalBtnBlock .btn01.-disabled {
  background: #EFEFEF;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #D8D8D8;
  cursor: default;
}

.modalBtnBlock .btnBlock li+li {
  margin-top: 10px;
}

.modalTypeList li+li {
  margin-top: 9px;
}

.modalContent .txt1 {
  margin-top: 13px;
  font-size: 1.3rem;
  line-height: 1.92;
}

.modalContent .txt2 {

  margin-bottom: 13px;
  padding-left: 1em;
  font-size: 1.3rem;
  line-height: 1.92;
  text-indent: -1em;
}

.modalContent .closeButton {
  position: absolute;
  top: -30px;
  right: 0;
  padding-right: 30px;
  color: #fff;
}

.modalContent .closeButton:hover {
  cursor: pointer;
}

.modalContent .closeButton::before,
.modalContent .closeButton::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
}

.modalContent .closeButton::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modalContent .closeButton::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modalWrap input:checked~.modalOverlay {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.modalWrap .modalText {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.75;
}

.modalWrap .modalText>span {
  margin-top: 10px;
  display: inline-block;
  font-size: 1.1rem;
}

.modalWrap .modalCode {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #999;
  background: #FCC;
  border-radius: 5px;
  display: block;
  font-size: 1.3rem;
}

.modalWrap .modalCode.active {
  background: #fff;
}

.modalWrap .modalCodeError {
  margin-bottom: 10px;
  padding: 4px 0 0 24px;
  background: #DE1A18 url(../imgs/ico_error.png) no-repeat 3px 5px;
  background-size: 17px auto;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
  display: none;
}

.modalWrap.modalTypeB .modalCodeArea {
  display: none;
}

.modalWrap.modalTypeC .modalCardArea {
  display: none;
}

.modalWrap.modalTypeC .modalBrandArea {
  margin-top: 0;
}

.modalWrap.modalTypeD .modalCardArea,
.modalWrap.modalTypeD .modalCodeArea {
  display: none;
}

.modalWrap.modalTypeB .modalContentInner2 .r {
  display: none;
}

.modalWrap.modalTypeD .modalContentInner2 .r {
  display: none;
}

@media screen and (max-width: 767px) {
  .modalWrap .modalBox {
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .modalWrap .modalBox .modalCardArea,
  .modalWrap .modalBox .modalBrandArea,
  .modalWrap .modalBox .modalCodeArea {
    padding: 10px 10px 15px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .38);
    box-shadow: 0 0 3px rgba(0, 0, 0, .38);
  }

  .modalWrap.modalTypeA .modalContentInner2 .modalBrandArea {
    margin-top: 10px;
  }

  .modalWrap.modalTypeB .modalContentInner2 .modalBrandArea {
    margin-top: 10px;
  }

  .modalWrap.modalTypeB .modalContentInner2 .r {
    display: none;
  }

  .modalWrap.modalTypeD .modalContentInner2 .r {
    display: none;
  }

  .modalWrap.feat .modalContent {
    margin-top: 15px;
    width: calc(100% - 20px);
    max-width: none;
  }

  .modalWrap.feat .modalCv {
    padding: 40px 20px 30px;
    text-align: center;
    border: 1px solid #333;
  }

  .modalWrap.feat .modalBox+.modalCv {
    border-top: none;
  }

  .modalWrap.feat .modalCv .cardImg {
    margin-bottom: 30px;
    position: relative;
    text-align: center;
  }

  .modalWrap.feat .modalCv .cardImg.mb105 {
    margin-bottom: 105px;
  }

  .modalWrap.feat .modalCv .cardImg>img {
    width: 205px;
  }

  .modalWrap.feat .modalCv .cardImg .balloon {
    padding-top: 15px;
    width: 100%;
    height: 75px;
    background: url(../imgs/bg_balloon.png) no-repeat center top;
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
  }

  .modalWrap.feat .modalCv .cardImg .balloon>span {
    font-size: 2.4rem;
  }

  .modalWrap.feat .modalCv .name {
    font-size: 2.4rem;
    color: #333;
    font-weight: bold;
  }

  .modalWrap.feat .modalCv .modalCvTxt {
    margin-bottom: 5px;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .modalWrap.feat .modalCv .btnWrap {
    margin: 0 auto;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01 {
    font-size: 2.1rem;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01::before {
    right: 20px;
    width: 16px;
    height: 14px;
    background: url(../imgs/icon_blank002.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0;
  }

  .modalWrap.feat .modalCv .btnWrap .btn01::after {
    display: none;
  }

  .modalWrap.feat .modalBoxSp {
    display: block;
  }

  .modalWrap.feat .modalBoxSp01 .boxSp01,
  .modalWrap.feat .modalBoxSp01 .boxSp01.boxSp02,
  .modalWrap.feat .modalBoxSp01 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp01 .boxSp02,
  .modalWrap.feat .modalBoxSp01 .boxSp03 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp02 .boxSp02,
  .modalWrap.feat .modalBoxSp02 .boxSp01.boxSp02,
  .modalWrap.feat .modalBoxSp02 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp02 .boxSp01,
  .modalWrap.feat .modalBoxSp02 .boxSp03 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp03 .boxSp03,
  .modalWrap.feat .modalBoxSp03 .boxSp01.boxSp02.boxSp03 {
    display: block;
  }

  .modalWrap.feat .modalBoxSp03 .boxSp01,
  .modalWrap.feat .modalBoxSp03 .boxSp02 {
    display: none;
  }

  .modalWrap.feat .modalBoxSp .boxInner {
    border-bottom: 1px solid #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner.mt30 {
    margin-top: 30px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style {
    padding: 15px 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#c4c4c4));
    background: -o-linear-gradient(left, #fff 0%, #c4c4c4 100%);
    background: linear-gradient(to right, #fff 0%, #c4c4c4 100%);
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style.brdBot,
  .modalWrap.feat .modalBoxSp .boxInner .flexLayout.brdBot {
    border-bottom: 1px solid #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .h3style>span {
    font-size: 1.8rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li {
    padding: 20px;
    width: 100%;
    background: #fff;
    border-right: 1px solid #333;
    text-align: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li.col02 {
    width: 100%;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li.col03 {
    width: 100%;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes {
    font-size: 1.5rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes>span {
    font-size: 1.3rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .notes>a {
    color: #1C73FF;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .boxList>li {
    padding-left: 18px;
    position: relative;
    font-size: 1.4rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .boxList>li::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 3px;
    position: absolute;
    top: 11px;
    left: 0;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04 {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04>span {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text04+.text06 {
    margin-top: 20px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text05 {
    margin-bottom: 5px;
    color: #e60000;
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text06 {
    font-size: 2rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text06>span {
    font-size: 1.5rem;
    font-weight: normal;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12 {
    margin-bottom: 30px;
    color: #e60000;
    font-size: 1.8rem;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12.text12Edit {
    margin-bottom: 15px;
    color: #333333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .text12>span {
    font-size: 1.5rem;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member+.member,
  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member+.notes {
    margin-top: 25px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dt {
    margin-bottom: 5px;
    color: #333;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dt>span {
    color: #333;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .member>dd {
    text-align: left;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList>li {
    height: 56px;
  }

  .modalWrap.feat .modalBoxSp .boxInner .flexLayout>li .logoList>li>img {
    max-height: 100%;
  }

  .modalWrap.feat .closeButton {
    top: 36px;
    right: 30px;
    width: 27px;
    height: 27px;
  }

  .modalWrap.feat .closeButton::before {
    content: none;
  }

  .modalWrap.feat .closeButton::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    top: 0;
    left: 0;
    background: url(../imgs/ico_004.png) right center no-repeat;
    background-size: contain;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .modalWrap.feat .featClose {
    text-align: center;
  }

  .modalWrap.feat .featClose img {
    max-width: 163px;
  }

  .modalWrap.feat .featList {
    padding: 20px;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
  }

  .modalWrap.feat .featList .section02List+.section02List {
    margin-top: 20px;
  }

  .modalWrap.feat .featList .section02List>li {
    padding-left: 30px;
    position: relative;
    font-size: 1.4rem;
    text-align: left;
    text-indent: -41px;
  }

  .modalWrap.feat .featList .section02List>li.circle {
    text-indent: 0;
  }

  .modalWrap.feat .featList .section02List>li.circle::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 3px;
    position: absolute;
    top: 8px;
    left: 10px;
  }

  .modalWrap.feat .featList .section02List>li>a {
    color: #000000;
  }
}

@media screen and (max-width: 641px) {
  .modalBox+.modalBox {
    margin-top: 15px;
  }
}
/** MODAL UPDATE */
.modalContent .modalBtnNote {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}

.modalContent .modalBtnNote::before {
  display: block;
  position: absolute;
  left: 0;
  top: .125rem;
  content: '※';
}

@media (min-width: 768px) {

  /* modal window */
  .modalContent {
    position: absolute;
    top: 65%;
    left: 50%;
    width: 655px;
    max-width: inherit;
    margin: 0 auto;
    padding: 26px 27px 26px 30px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }

  .modalBox {
    padding: 17px 20px 29px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .modalTitle {
    margin-left: 0;
    margin-bottom: 19px;
    font-size: 1.4rem;
  }

  .modalCardArea+.modalBrandArea {
    margin-top: 40px;
  }

  .modalTitle .req {
    padding-left: 1.5em;
  }

  .modalBrandCheckList {
    margin-left: 2px;
  }

  .modalBrandCheckList .modalCheckBlock {
    padding-left: 14px;
    padding-right: 7px;
  }

  .modalBtn01 {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .modalBtn01:hover {
    color: #A6200F;
    -webkit-box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .25);
  }

  .modalBtnBlock .btn01 {
    font-size: 1.4rem;
  }

  .modalBtnBlock .btn01::before {
    width: 18px;
    height: 18px;
  }

  .modalBtnBlock .btn01::after {
    right: 26px;
    border-width: 4.5px 0 4.5px 7px;
  }

  .modalBtnBlock .btn01.-disabled {
    background: #EFEFEF;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #D8D8D8;
    cursor: default;
  }

  .modalContentInner2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modalContentInner2 .l {
    width: 331px;
  }

  .modalContentInner2 .r {
    width: 246px;
  }

  .modalBtnBlock .btnBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .modalBtnBlock .btnBlock .btn01 {
    width: 380px;
  }

  .modalBtnBlock .btnBlock .btn02 {
    width: 190px;
  }

  .modalBtnBlock .btnBlock li+li {
    margin-top: 0;
  }

  .modalWrap.modalTypeB .modalContentInner2 .l {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .modalWrap.modalTypeB .modalContentInner2 .l .modalCardArea {
    width: 202px;
  }

  .modalWrap.modalTypeB .modalContentInner2 .l .modalBrandArea {
    margin-top: 0;
    width: 283px;
  }

  .modalWrap.modalTypeD .modalContentInner2 .l {
    width: 100%;
  }

  .modalWrap.modalTypeD .modalContentInner2 .l .modalBrandArea {
    margin: 0 auto;
    width: 283px;
  }

  .modalContent .txt1 {
    text-align: center;
  }

  @media all and (min-width: 0px) {

    *::-ms-backdrop,
    .modalOverlay {
      overflow: hidden;
    }
  }
}
/* modal-3-end */